/* ------------------------------------------------------------ *\
  Vendor
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
  SCSS Functions
\* ------------------------------------------------------------ */
/* example usage*/
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Sprite
\* ------------------------------------------------------------ */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block; }
template {
  display: none; }
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0); }
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none; }
img,
iframe,
video,
audio,
object {
  max-width: 100%; }
img,
iframe {
  border: 0 none; }
img {
  height: auto;
  display: inline-block;
  vertical-align: middle; }
b,
strong {
  font-weight: bold; }
address {
  font-style: normal; }
svg:not(:root) {
  overflow: hidden; }
a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] {
  cursor: pointer; }
a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default; }
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none; }
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }
button,
select {
  text-transform: none; }
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }
nav ul,
nav ol {
  list-style: none outside none; }
input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1; }
input::-moz-placeholder {
  color: inherit;
  opacity: 1; }
input::-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
input::placeholder {
  color: inherit;
  opacity: 1; }
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1; }
textarea::-moz-placeholder {
  color: inherit;
  opacity: 1; }
textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
textarea::placeholder {
  color: inherit;
  opacity: 1; }
input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset; }
input[type=text],
input[type=button],
input[type=tel],
input[type=email],
input[type=submit],
input[type=date],
input[type=search],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0; }
/*remove comment to hide arrow in IE11*/
/*select::-ms-expand {
    display: none;
}*/
li.widget:before,
li.widget:after,
.slider li:before,
.slider li:after,
nav li:before,
nav li:after,
.listless li:after,
.listless li:before {
  content: '';
  color: inherit; }
li.widget,
.slider li,
nav li,
.listless li {
  color: inherit; }
li.widget,
.slider li,
nav li,
.listless li {
  padding: 0;
  margin: 0; }
/* ------------------------------------------------------------ *\
    Fonts
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
html {
  font-size: 10px; }
body {
  min-width: 320px;
  background: #fff;
  font-family: "PT Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.5;
  color: #000; }
a {
  color: inherit;
  text-decoration: underline; }
a:hover {
    text-decoration: none; }
a[href^="tel"] {
    text-decoration: none; }
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  margin-bottom: calc(1.5em / 2); }
.h1,
h1 {
  font-family: "Inter", sans-serif;
  font-size: 5.2rem;
  line-height: 1.22; }
.h2,
h2 {
  font-family: "Inter", sans-serif;
  font-size: 3.2rem; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .h2,
    h2 {
      font-size: 2.2rem; } }
.h3,
h3 {
  font-family: "Inter", sans-serif;
  font-size: 2.6rem; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .h3,
    h3 {
      font-size: 2.6rem; } }
.h4,
h4 {
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  line-height: 1.2; }
.h5,
h5 {
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  line-height: 1.25; }
.h6,
h6 {
  font-family: "Inter", sans-serif;
  font-size: 1.3rem;
  line-height: 1.23; }
p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: 1.5em; }
h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0; }
/* ------------------------------------------------------------ *\
  Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
  content: '';
  line-height: 0;
  display: table;
  clear: both; }
/* sr-only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }
/*  Notext  */
.notext {
  white-space: nowrap;
  text-indent: 100%;
  text-shadow: none;
  overflow: hidden; }
.notext-old {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px; }
/*  Hidden  */
[hidden],
.hidden {
  display: none; }
/*  Disabled  */
[disabled],
.disabled {
  cursor: default; }
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hidden-xs {
    display: none !important; }
  .visible-xs-block {
    display: block !important; }
  .visible-xs-inline {
    display: inline !important; }
  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 767.02px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important; }
  .visible-sm-block {
    display: block !important; }
  .visible-sm-inline {
    display: inline !important; }
  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 1023.02px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; }
  .visible-md-block {
    display: block !important; }
  .visible-md-inline {
    display: inline !important; }
  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1199.02px) {
  .hidden-lg {
    display: none !important; }
  .visible-lg-block {
    display: block !important; }
  .visible-lg-inline {
    display: inline !important; }
  .visible-lg-inline-block {
    display: inline-block !important; } }
/* ------------------------------------------------------------ *\
	Components
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  position: relative;
  min-height: 100vh;
  overflow: hidden; }
/* ------------------------------------------------------------ *\
  Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: calc( 128rem + 15px * 2);
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
  width: 100%; }
/* Shell Fluid */
.shell--fluid {
  max-width: none; }
/* ------------------------------------------------------------ *\
	Grid
\* ------------------------------------------------------------ */
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -20px;
  /*  Grid col 1of2  */ }
.grid .grid__col {
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    padding: 0 20px; }
.grid .grid__col--1of2 {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
.grid .grid__col--1of3 {
    max-width: 33.33%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%; }
@media (max-width: 1023px) {
      .grid .grid__col--1of3 {
        max-width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; } }
.grid .grid__col--borders {
    position: relative; }
.grid .grid__col--borders:before {
      content: '';
      position: absolute;
      top: 7.6rem;
      bottom: 0;
      right: -1px;
      width: 1px;
      background: #E0E0E0; }
.grid .grid__col--borders:last-child:before {
      display: none; }
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
  border-bottom: 1px solid #E0E0E0; }
@media (max-width: 1023px) {
    .header {
      padding: 2rem 0 1.9rem; } }
.header .header__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
@media (max-width: 1199px) {
      .header .header__inner {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
@media (max-width: 1023px) {
      .header .header__inner {
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; } }
.header .header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-top: 1.4rem; }
@media (max-width: 1199px) {
      .header .header__content {
        padding-top: 0; } }
@media (max-width: 1023px) {
      .header .header__content {
        padding-left: .5rem;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
.header .header__aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    border-left: 1px solid #E0E0E0;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s; }
@media (max-width: 1023px) {
      .header .header__aside {
        border-left: 0; } }
.header .header__aside.is-active {
    margin-left: 2.4rem;
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1; }
@media (max-width: 1023px) {
      .header .header__aside.is-active {
        margin-left: 0;
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none; } }
.header .header__search-trigger {
    position: relative;
    height: 8.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-right: 1px solid #E0E0E0; }
@media (max-width: 1023px) {
      .header .header__search-trigger {
        height: auto;
        border-right: 0; } }
.header .header__search-trigger a {
    width: 6.4rem;
    height: 100%;
    padding: 0 2rem 0 1.7rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: color .3s, opacity .3s;
    -o-transition: color .3s, opacity .3s;
    transition: color .3s, opacity .3s;
    text-decoration: none; }
@media (max-width: 1023px) {
      .header .header__search-trigger a {
        width: 3rem;
        padding: 0 .3rem 0 0; } }
.header .header__search-trigger a:hover svg {
    fill: #136FF0; }
.header .header__search-trigger a + a {
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto; }
.header .header__search-trigger.is-active a {
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto; }
.header .header__search-trigger.is-active a + a {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    opacity: 1;
    visibility: visible;
    pointer-events: all; }
.header--alt {
  padding: 1.4rem 0 3rem; }
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
.logo {
  display: block; }
@media (max-width: 1023px) {
    .logo {
      margin: 0 auto; } }
@media (max-width: 1199px) {
    .logo img {
      max-width: 15rem;
      margin-top: -1.5rem; } }
@media (max-width: 1023px) {
    .logo img {
      margin: 0 auto;
      max-width: 20rem; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .logo img {
      max-width: 174px; } }
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
@media (max-width: 1023px) {
  .nav-container {
    position: absolute;
    top: calc(100% + 2rem);
    left: -1.5rem;
    right: -1.5rem;
    z-index: -1;
    background: #2B2B2B;
    opacity: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    -o-transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    pointer-events: none; } }
.nav-container.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  pointer-events: all;
  z-index: 4; }
.nav {
  padding-left: 4rem;
  font-family: "Barlow", sans-serif;
  font-size: 1.8rem;
  font-weight: 600; }
@media (max-width: 1199px) {
    .nav {
      padding-left: 2rem; } }
@media (max-width: 1023px) {
    .nav {
      padding: 1.2rem 0 1rem;
      font-family: "Inter", sans-serif;
      font-size: 1.6rem;
      font-weight: 400;
      color: #fff; } }
.nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    list-style: none; }
@media (max-width: 1023px) {
      .nav > ul {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
.nav > ul > li {
    position: relative; }
.nav > ul > li:before {
      display: none; }
.nav > ul > li:hover ul {
      opacity: 1;
      pointer-events: all; }
@media (max-width: 1023px) {
      .nav > ul > li {
        width: 100%;
        padding: 0 1.8rem 0 1.9rem;
        -webkit-transition: background .3s;
        -o-transition: background .3s;
        transition: background .3s; }
        .nav > ul > li:first-child > a {
          padding: .8rem 0; } }
@media (max-width: 1023px) {
    .nav > ul > li.is-active {
      background: #000; }
      .nav > ul > li.is-active a:before {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); } }
.nav > ul > li + li {
    margin-left: 2.6rem; }
@media (max-width: 1023px) {
      .nav > ul > li + li {
        margin-left: 0; } }
.nav > ul > li > a {
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s; }
.nav > ul > li > a:hover {
      color: #136FF0; }
@media (max-width: 1023px) {
      .nav > ul > li > a {
        position: relative;
        padding-bottom: 1.1rem;
        padding-top: 1.1rem;
        display: block;
        border-bottom: 1px solid rgba(151, 151, 151, 0.3); }
        .nav > ul > li > a:before {
          content: '';
          position: absolute;
          top: 1.5rem;
          right: .2rem;
          width: 1.8rem;
          height: 1.9rem;
          background-image: url(../images/arrow-down@2x.png);
          background-position: 50% 50%;
          background-repeat: no-repeat;
          background-size: cover;
          -webkit-transition: -webkit-transform .3s;
          transition: -webkit-transform .3s;
          -o-transition: transform .3s;
          transition: transform .3s;
          transition: transform .3s, -webkit-transform .3s; } }
.nav > ul > li > ul {
    position: absolute;
    top: calc(100% + .7rem);
    left: -2.2rem;
    z-index: 4;
    max-width: 28rem;
    width: 28rem;
    padding: 1.6rem 0 1.9rem;
    background: #fff;
    font-weight: 600;
    font-size: 1.6rem;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
    color: #2B2B2B; }
.nav > ul > li > ul:before {
      content: '';
      position: absolute;
      bottom: 100%;
      left: 0;
      right: 0;
      height: 1rem; }
@media (max-width: 1023px) {
      .nav > ul > li > ul {
        position: relative;
        top: auto;
        left: auto;
        max-width: initial;
        width: initial;
        margin: 0 -1.5rem;
        padding: 14px 15px 21px 15px;
        background: #000;
        font-family: "Barlow", sans-serif;
        font-weight: 400;
        opacity: 1;
        color: #fff;
        pointer-events: all;
        display: none; } }
.nav > ul > li > ul li + li {
    margin-top: .1rem; }
@media (max-width: 1023px) {
      .nav > ul > li > ul li + li {
        margin-top: 2.1rem; } }
.nav > ul > li > ul a {
    display: block;
    padding: 1rem 2rem 1rem 3rem;
    -webkit-transition: color .3s, background .3s;
    -o-transition: color .3s, background .3s;
    transition: color .3s, background .3s; }
.nav > ul > li > ul a:hover {
      color: #fff;
      background: #136FF0; }
@media (max-width: 1023px) {
      .nav > ul > li > ul a {
        padding: 0; }
        .nav > ul > li > ul a:hover {
          background: transparent; } }
.nav a {
    text-decoration: none; }
.nav.is-hidden {
  position: absolute;
  bottom: 0;
  top: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  pointer-events: none; }
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
  padding-bottom: 7rem; }
.footer .footer__bar {
    padding: 2.2rem 0 2.6rem 0;
    background: #F1F1F1; }
.footer .footer__bar-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .footer .footer__bar-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
.footer .footer__inner {
    max-width: 77.7rem;
    margin: 0 auto;
    padding: 40px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
.footer .footer__image {
    width: 24%;
    text-align: center; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .footer .footer__image {
        width: 100%;
        text-align: center; } }
.footer .footer__content {
    width: 76%;
    padding-left: .2rem;
    font-family: "Inter", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    color: #5B5B5B;
    line-height: 1.43; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .footer .footer__content {
        width: 100%;
        padding-top: 3rem; } }
.footer .footer__content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none;
    font-weight: 500; }
.footer .footer__content ul li {
    margin-right: .6rem;
    padding-right: .7rem;
    border-right: 1px solid #5B5B5B; }
.footer .footer__content ul li:last-child {
      margin-right: 0;
      padding-right: 0;
      border: 0; }
.footer .footer__partners {
    width: 100%;
    margin-top: 2.8rem;
    padding-top: 2.9rem;
    border-top: 1px solid #CCCCCC; }
.footer .footer__partners-inner {
    max-width: 53.5rem;
    width: 100%;
    margin: 0 auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
.footer .footer__partner {
    font-size: 1.3rem;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    color: #5B5B5B; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .footer .footer__partner {
        width: 45%; } }
.footer .footer__partner p {
    margin-bottom: .6rem; }
.footer--alt {
  padding-top: 4.1rem;
  background: #F1F1F1; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .footer--alt {
      padding-top: 0; } }
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
/*  Btn block  */
.btn--block {
  display: block;
  padding-left: 0;
  padding-right: 0; }
.btn--outline {
  min-width: 15rem;
  height: 3.8rem;
  padding: 0 1.5rem;
  border-radius: 20px;
  border: 1px solid #136FF0;
  background: #fff;
  font-family: "Barlow", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: #136FF0;
  line-height: 36px;
  letter-spacing: 0.03em;
  -webkit-transition: color .3s, background .3s;
  -o-transition: color .3s, background .3s;
  transition: color .3s, background .3s; }
.btn--outline:hover {
    color: #fff;
    background: #136FF0; }
@media (max-width: 1199px) {
    .btn--outline {
      font-size: 1.4rem; } }
.btn--outline-big {
  min-width: 17rem;
  height: 5.2rem;
  border-width: 2px;
  border-radius: 32px;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 5rem; }
.btn--outline-xl {
  min-width: 24.6rem;
  height: 5.6rem;
  border-radius: 32px;
  font-size: 2rem;
  line-height: 54px; }
@media (max-width: 374px) {
    .btn--outline-xl {
      min-width: 21.6rem; } }
.btn--success {
  min-width: 28.6rem;
  height: 6.5rem;
  border: 1px solid #136FF0;
  border-radius: 33px;
  background: #136FF0;
  font-family: "Barlow", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  line-height: 61px;
  -webkit-transition: color .3s, background .3s;
  -o-transition: color .3s, background .3s;
  transition: color .3s, background .3s;
  letter-spacing: 0.033em; }
.btn--success:hover {
    color: #136FF0;
    background: #fff; }
.btn--success-small {
  min-width: 15.6rem;
  height: 3.8rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 36px; }
/* ------------------------------------------------------------ *\
	Fields
\* ------------------------------------------------------------ */
input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1; }
input::-moz-placeholder {
  color: inherit;
  opacity: 1; }
input::-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
input::placeholder {
  color: inherit;
  opacity: 1; }
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1; }
textarea::-moz-placeholder {
  color: inherit;
  opacity: 1; }
textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
textarea::placeholder {
  color: inherit;
  opacity: 1; }
input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #EEEEEE inset; }
/*  Field textarea  */
/* ------------------------------------------------------------ *\
	Checkbox
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Radio
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Select
\* ------------------------------------------------------------ */
.select {
  position: relative;
  max-width: 26.2rem;
  width: 100%; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .select {
      max-width: 100%; } }
.select:before {
    content: '';
    position: absolute;
    top: .9rem;
    right: 2.1rem;
    width: 2.4rem;
    height: 2.5rem;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    background-image: url(../images/arrow-prev@2x.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none; }
.select select {
    width: 100%;
    height: 4.1rem;
    padding: 0 2.1rem;
    border: 0;
    border-radius: 20px;
    background: #EEEEEE;
    font-family: "Barlow", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    color: #2B2B2B;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
/* ------------------------------------------------------------ *\
	Icons
\* ------------------------------------------------------------ */
[class*='ico-'] {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  font-style: normal; }
.ico-search svg {
  width: 2.6rem;
  height: 2.7rem; }
.ico-close svg {
  width: 2.4rem;
  height: 2.5rem; }
.ico-event svg {
  width: 2.4rem;
  height: 2.4rem; }
.ico-calendar svg {
  width: 2.2rem;
  height: 2.3rem; }
.ico-headset svg {
  width: 2.2rem;
  height: 2.3rem; }
.ico-file svg {
  width: 2.2rem;
  height: 2.3rem; }
.ico-play svg {
  width: 2.2rem;
  height: 2.2rem; }
.ico-facebook svg {
  width: 1rem;
  height: 2.1rem; }
.ico-linkedin svg {
  width: 1.8rem;
  height: 2.1rem; }
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Banner
\* ------------------------------------------------------------ */
.banner {
  background: #F1F1F1; }
.banner .shell {
    max-width: 130.8rem; }
.banner .banner__inner {
    padding-left: 4.1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
@media (max-width: 1023px) {
      .banner .banner__inner {
        padding-left: 0; } }
.banner .banner__content {
    margin: 1.9rem auto;
    display: inline-block;
    text-align: center; }
@media (max-width: 1023px) {
      .banner .banner__content {
        padding: 0 2rem; } }
.banner a {
    display: inline-block; }
@media (max-width: 1023px) {
    .banner .banner__actions a {
      margin-right: -1.5rem; } }
.banner .banner__actions a {
    width: 4.4rem;
    height: 4.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #E2E2E2; }
.banner.is-hidden {
  display: none; }
/* ------------------------------------------------------------ *\
	Nav Toggler
\* ------------------------------------------------------------ */
.nav-toggler {
  position: relative;
  z-index: 5;
  width: 2.6rem;
  height: 1.8rem;
  margin-left: 1.9rem;
  padding: 0;
  border: 0;
  display: block; }
@media (max-width: 1023px) {
    .nav-toggler {
      margin-left: 0;
      margin-top: .8rem; } }
.nav-toggler span {
    position: absolute;
    display: block;
    height: .2rem;
    width: 100%;
    background: #2B2B2B;
    -webkit-transition: top .2s .25s, opacity .2s .25s, background .3s, -webkit-transform .2s 0s;
    transition: top .2s .25s, opacity .2s .25s, background .3s, -webkit-transform .2s 0s;
    -o-transition: top .2s .25s, opacity .2s .25s, transform .2s 0s, background .3s;
    transition: top .2s .25s, opacity .2s .25s, transform .2s 0s, background .3s;
    transition: top .2s .25s, opacity .2s .25s, transform .2s 0s, background .3s, -webkit-transform .2s 0s; }
.nav-toggler span:nth-child(1) {
      top: .1rem; }
.nav-toggler span:nth-child(2) {
      top: .9rem; }
.nav-toggler span:nth-child(3) {
      top: 1.7rem; }
.nav-toggler:focus-visible {
    outline: 1px solid #000;
    outline-offset: 3px; }
.nav-toggler:hover span {
    background: #136FF0; }
.nav-toggler.is-active {
  height: 2.4rem; }
.nav-toggler.is-active span {
    -webkit-transition: background .2s, top .2s, opacity .2s, -webkit-transform .2s .25s;
    transition: background .2s, top .2s, opacity .2s, -webkit-transform .2s .25s;
    -o-transition: background .2s, top .2s, opacity .2s, transform .2s .25s;
    transition: background .2s, top .2s, opacity .2s, transform .2s .25s;
    transition: background .2s, top .2s, opacity .2s, transform .2s .25s, -webkit-transform .2s .25s; }
.nav-toggler.is-active span:nth-child(3), .nav-toggler.is-active span:nth-child(1) {
      top: 1.4rem; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
        .nav-toggler.is-active span:nth-child(3), .nav-toggler.is-active span:nth-child(1) {
          top: .8rem; } }
.nav-toggler.is-active span:nth-child(2) {
      opacity: 0; }
.nav-toggler.is-active span:nth-child(1) {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
.nav-toggler.is-active span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
/* ------------------------------------------------------------ *\
	Block Main
\* ------------------------------------------------------------ */
.block-main .block__content {
  padding-top: 1rem; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .block-main .block__content {
      padding-top: 26px; } }
.block-main .block__image a {
  display: block; }
.block-main .block__title {
  font-size: 3.2rem;
  font-weight: 700;
  color: #2B2B2B; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .block-main .block__title {
      font-size: 2.4rem;
      line-height: 1; } }
.block-main .block__body {
  padding-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .block-main .block__body {
      padding-top: 1.9rem; } }
.block-main .block__author {
  width: 34%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Inter", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  color: #5B5B5B;
  text-transform: uppercase; }
@media (max-width: 1023px) {
    .block-main .block__author {
      width: 35%; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .block-main .block__author {
      width: 100%;
      padding-top: 3.1rem;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }
.block-main .block__author strong {
  margin-bottom: .8rem;
  display: inline-block;
  color: #2B2B2B;
  line-height: 1.26; }
.block-main .block__author-inner {
  width: 78%;
  padding-left: 2rem; }
.block-main .block__avatar {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  overflow: hidden; }
.block-main .block__entry {
  width: calc(62% + .4rem);
  padding-left: 1.5rem;
  font-size: 1.6rem;
  line-height: 1.38; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .block-main .block__entry {
      width: 100%;
      padding-left: 0;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      line-height: 1.25; } }
.block-main .block__entry strong {
  margin-bottom: 1rem;
  font-size: 1.3rem;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  line-height: 1.23; }
.block-main a {
  text-decoration: none;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s; }
.block-main a:hover {
    color: #136FF0; }
/* ------------------------------------------------------------ *\
	SEction
\* ------------------------------------------------------------ */
.section .section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section .section__inner {
      padding: 0 1rem; } }
.section .section__content {
  width: calc(67% + .2rem);
  padding-top: 3rem;
  padding-right: 1.7rem;
  border-right: 1px solid #E0E0E0; }
@media (max-width: 1023px) {
    .section .section__content {
      width: 100%;
      padding-right: 0;
      border-right: 0; } }
.section .section__content--offset-top {
  padding-top: 2rem; }
.section .section__content--offset-bottom {
  padding-bottom: 6rem; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section .section__content--offset-bottom {
      padding-bottom: 3rem; } }
.section .section__aside {
  width: calc(32% + 1rem);
  padding: 3rem 0 0 2rem; }
@media (max-width: 1199px) {
    .section .section__aside {
      width: calc(31% + 1rem); } }
@media (max-width: 1023px) {
    .section .section__aside {
      width: 100%;
      padding-left: 0;
      padding-top: 6.2rem; } }
.section .section__aside--offset-top {
  padding-top: 2rem; }
.section .section__head {
  padding-bottom: 2rem;
  border-bottom: 1px solid #E0E0E0; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section .section__head {
      padding-bottom: 1rem; } }
.section .section__head-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
.section h1 {
  width: 100%;
  margin-bottom: 2rem;
  font-size: 4.2rem; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section h1 {
      font-size: 2.5rem; } }
.section .section__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "Inter", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  color: #666666;
  text-transform: uppercase; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section .section__author {
      margin-bottom: 1.5rem; } }
.section .section__author-inner {
  padding-left: 2rem; }
.section .section__author strong {
  margin-bottom: .4rem;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  color: #2B2B2B; }
.section .section__head.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 4;
  padding-bottom: 0;
  background: #fff;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  -webkit-animation: show .5s linear;
          animation: show .5s linear; }
@-webkit-keyframes show {
  0% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0;
    visibility: hidden; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    visibility: visible; } }
@keyframes show {
  0% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0;
    visibility: hidden; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    visibility: visible; } }
.section .section__head.is-fixed h1 {
  width: auto;
  margin-bottom: 0;
  margin-right: auto;
  margin-left: 2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 1.8rem;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section .section__head.is-fixed h1 {
      margin-bottom: 1.7rem; } }
.section .section__head.is-fixed .section__head-inner {
  max-width: 131.1rem;
  margin: 0 auto;
  padding: .8rem 1.5rem 1.1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section .section__head.is-fixed .section__head-inner {
      padding: .8rem 1.5rem .8rem; } }
.section .section__head.is-fixed .section__author {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }
.section .section__head.is-fixed .section__author img {
  width: 4rem;
  height: 4rem; }
.section .section__head.is-fixed .section__author-inner {
  display: none; }
.section .section__head.is-fixed .section__socials {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section .section__head.is-fixed .section__socials {
      width: 100%; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section .section__head.is-fixed .section__socials ul {
      margin-left: 0; } }
.section .section__head.is-fixed .section__socials p {
  display: none; }
.section .section__head.is-fixed .progress {
  display: block; }
.section .section__head-alt {
  position: relative;
  z-index: 1;
  padding: 4rem 0 4.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #F8F8F8;
  font-size: 1.6rem;
  font-family: "Barlow", sans-serif;
  color: #2B2B2B; }
.section .section__head-alt:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    right: -100%;
    z-index: -1;
    background: #F8F8F8; }
.section .section__logo {
  width: 22rem;
  height: 22rem;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.06); }
.section .section__head-content {
  padding-left: 6.9rem;
  padding-top: 2.7rem; }
@media (max-width: 1023px) {
    .section .section__head-content {
      padding-left: 2rem; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section .section__head-content {
      padding-left: 0; } }
.section .section__head-alt h1 {
  margin-bottom: 3.8rem;
  font-size: 5.2rem; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section .section__head-alt h1 {
      margin-bottom: 2rem;
      font-size: 3.5rem; } }
.section .section__head-alt h1 + p {
  position: relative;
  margin-bottom: .7rem;
  display: inline-block;
  color: #5B5B5B;
  text-transform: uppercase;
  letter-spacing: 0.06em; }
.section .section__head-alt h1 + p:before {
    content: '';
    position: absolute;
    top: 1.1rem;
    left: calc(100% + 1.4rem);
    width: 17rem;
    height: .1rem;
    background: #CDCDCD; }
.section .section__head-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section .section__head-actions {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
.section .section__head-actions a {
  margin-right: 4.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #2B2B2B;
  text-transform: uppercase;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s; }
.section .section__head-actions a:hover {
    color: #136FF0; }
.section .section__head-actions a:last-child {
    margin-right: 0; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section .section__head-actions a {
      margin-bottom: 2rem;
      margin-right: 0; }
      .section .section__head-actions a:last-child {
        margin-bottom: 0; } }
.section .section__head-actions a img {
  margin-right: .4rem; }
.section .section__sub-head {
  padding: 5.9rem 0 4.3rem;
  border-bottom: 1px solid #E0E0E0; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section .section__sub-head {
      padding: 3rem 0; } }
.section .section__sub-head small {
  display: block;
  margin-bottom: 1rem;
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #666666;
  text-transform: uppercase; }
.section .section__sub-head h2 {
  font-size: 4.2rem;
  line-height: 1.21; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section .section__sub-head h2 {
      font-size: 2.6rem; } }
.section .progress {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  width: 100%;
  display: none;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }
.section .progress progress {
  height: .4rem;
  width: 100%;
  display: block;
  background: #E0E0E0; }
.section .progress progress::-webkit-progress-value {
    background: #136FF0; }
.section .player {
  margin-top: 1rem;
  margin-bottom: 4rem; }
.section blockquote {
  position: relative;
  margin: 4rem 4rem 3.4rem 4rem;
  padding: 2rem 4rem;
  border-left: #d7d7d7 solid .3rem;
  font-size: 1em;
  line-height: 1.34; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section blockquote {
      font-size: 2rem; } }
.section--offset-bottom {
  padding-bottom: 11.1rem; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section--offset-bottom {
      padding-bottom: 4.1rem; } }
.section--border-bottom .section__inner {
  border-bottom: 1px solid #E0E0E0; }
.section.has-offset .section__inner {
  margin-top: 213px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--different .section__head-content {
    padding-left: 3rem;
    padding-top: 0; } }
@media (max-width: 575px) {
  .section--different .section__head-content {
    width: 100%;
    padding-left: 0;
    padding-top: 2.7rem; } }
.section--different .section__content {
  padding-top: 4rem;
  margin-bottom: 7rem; }
@media (max-width: 1023px) {
    .section--different .section__content {
      margin-bottom: 1rem; } }
@media (max-width: 1023px) {
  .section--different .section__aside {
    padding-top: 0; } }
/* ------------------------------------------------------------ *\
	Media
\* ------------------------------------------------------------ */
.media {
  padding-top: 3.8rem;
  padding-right: .2rem;
  text-align: center; }
.media a {
    display: inline-block; }
.media--offsets {
  padding-top: 2rem; }
.media--different {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
  border-bottom: 1px solid rgba(224, 224, 224, 0.2); }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .media--different {
      padding-top: 1.8rem;
      padding-bottom: 2rem; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .media--long a {
    margin: 0 -3.2rem; } }
.media--border {
  border-bottom: 1px solid #E0E0E0; }
.media--small-gutters {
  padding-top: 2.3rem;
  padding-bottom: 2rem; }
.media--medium-gutters {
  padding-top: 2.9rem;
  padding-bottom: 3rem; }
.media--offset-bottom {
  margin-bottom: 1.7rem; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .media--offset-bottom {
      margin-bottom: 1.7rem; } }
.media--offset-bottom-lg {
  padding-bottom: 4.2rem; }
.media--left {
  text-align: left; }
.media--no-border {
  border-bottom: 0; }
.media--offset-top {
  padding-top: 0; }
.media--no-offset-bottom {
  padding-bottom: 0; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .media--no-offset-bottom {
      padding-bottom: 0; } }
.media + .media {
  padding-top: 0; }
/* ------------------------------------------------------------ *\
	Tabs
\* ------------------------------------------------------------ */
.tabs {
  padding-top: 2.9rem; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .tabs {
      padding-top: 4rem; } }
.tabs .tabs__nav {
    padding-left: .9rem;
    border-bottom: 2px solid #EB1718;
    font-family: "Barlow", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #2B2B2B; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .tabs .tabs__nav {
        margin: 0 -2.5rem;
        padding: 0 2.5rem; } }
.tabs .tabs__nav li {
    padding: .5rem 1.8rem;
    margin-bottom: -.2rem;
    display: inline-block;
    border: 2px solid transparent;
    border-bottom: 2px solid #EB1718;
    border-radius: 6px 6px 0 0;
    text-align: center;
    -webkit-transition: color .3s, border-color .3s;
    -o-transition: color .3s, border-color .3s;
    transition: color .3s, border-color .3s; }
.tabs .tabs__nav li:before {
      display: none; }
.tabs .tabs__nav li.is-active {
    color: #EB1718;
    border-color: #EB1718 #EB1718 #fff; }
.tabs .tabs__nav a {
    text-decoration: none;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s; }
.tabs .tabs__nav a:hover {
      color: #EB1718; }
.tabs .tabs__body {
    position: relative;
    overflow: hidden; }
.tabs .tab {
    margin-top: 2.5rem;
    position: absolute;
    bottom: 100%;
    right: 100%;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    pointer-events: none; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .tabs .tab {
        margin-top: 4rem; } }
.tabs .tab--alt {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #E0E0E0; }
.tabs .tab.is-active {
    position: relative;
    bottom: auto;
    right: auto;
    opacity: 1;
    pointer-events: all; }
.tabs .tabs__actions {
    padding-top: 2rem;
    padding-bottom: .9rem;
    text-align: center; }
/* ------------------------------------------------------------ *\
	Post
\* ------------------------------------------------------------ */
.post-article {
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #E0E0E0; }
.post-article .post__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
.post-article .post__image {
    position: relative;
    max-width: 29rem;
    width: 100%;
    padding-top: calc(23% - 3px);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .post-article .post__image {
        max-width: 100%;
        padding-top: 66%; } }
.post-article .post__number {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 4rem;
    height: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #EB1718;
    font-weight: 700;
    font-size: 1.8rem;
    font-family: "Barlow", sans-serif;
    color: #fff; }
.post-article .post__content {
    width: calc(63% + 2px);
    padding-left: 2.1rem;
    padding-top: .3rem;
    font-size: 1.4rem;
    line-height: 1.36; }
@media (max-width: 1199px) {
      .post-article .post__content {
        width: calc(54% + 2px);
        -webkit-box-flex: 1;
            -ms-flex: 1 1;
                flex: 1 1; } }
@media (max-width: 1023px) {
      .post-article .post__content {
        width: calc(59% + 2px); } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .post-article .post__content {
        width: 100%;
        padding-left: 0;
        padding-top: 2rem;
        line-height: 1.3; } }
.post-article .post__title {
    margin-bottom: 1.3rem;
    display: inline-block;
    font-family: "Inter", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #2B2B2B;
    line-height: 1.2; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .post-article .post__title {
        margin-bottom: 1.6rem; } }
.post-article .post__content p {
    margin-bottom: 1.8rem; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .post-article .post__content p {
        margin-bottom: 2.5rem; } }
.post-article .post__meta {
    font-family: "Inter", sans-serif;
    font-size: 1.3rem;
    color: #5B5B5B;
    text-transform: uppercase; }
.post-article .post__meta strong {
    display: inline-block;
    margin-bottom: .3rem;
    color: #2B2B2B; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .post-article .post__meta p {
      margin-bottom: 0.6rem; } }
.post-article a {
    text-decoration: none;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s; }
.post-article a:hover {
      color: #136FF0; }
.post-article + .post-article {
  padding-top: 1.3rem; }
.post-article--big {
  margin-bottom: .1rem; }
.post-article--big .post__image {
    max-width: 40rem;
    padding-top: calc(31% + 1px); }
@media (max-width: 1199px) {
      .post-article--big .post__image {
        max-width: 37rem; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .post-article--big .post__image {
        max-width: 100%;
        padding-top: 80%; } }
.post-article--big .post__content {
    width: calc(50% + 2px);
    padding-top: 0; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .post-article--big .post__content {
        padding-top: 2rem; } }
.post-article--big .post__title {
    margin-bottom: .8rem;
    font-size: 2.4rem;
    line-height: 1; }
.post-article--alt .post__image {
  padding-top: calc(20% + 1px); }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .post-article--alt .post__image {
      padding-top: 66%; } }
.post-article--alt .post__content {
  width: auto;
  padding-left: 4.1rem;
  padding-top: .1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .post-article--alt .post__content {
      padding-left: 0;
      padding-top: 2rem; } }
.post-article--alt + .post-article--alt {
  padding-top: 1.5rem; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .post-article--alt + .post-article--alt {
      padding-top: 2.2rem; } }
.post-article--media .post__content {
  line-height: 1.3; }
.post-article--media small {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  text-transform: uppercase; }
.post-article--media .post__title {
  margin-top: .2rem; }
.post-article--media .post__image {
  position: relative; }
.post-article--media .post__image:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #136FF0;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s; }
.post-article--media .post__image:hover:before {
    opacity: .3; }
.post-article--media .post__image:hover .play__btn {
    background: #fff; }
.post-article--media .post__image:hover .play__btn:before {
      border-left-color: #136FF0; }
.post-article--media p + a {
  margin-top: 1.4rem;
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #136FF0;
  text-transform: uppercase; }
.post-article--media p + a:hover {
    text-decoration: underline; }
.post-article--media p + a img {
    margin-right: .3rem; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .post-article--media p + a {
      margin-top: 0; } }
.post-article--media .play__btn {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  width: 3.6rem;
  height: 3.6rem;
  background: rgba(43, 43, 43, 0.5);
  border-radius: 50%;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s; }
.post-article--media .play__btn:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-left: 10px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    -webkit-transition: border-color .3s;
    -o-transition: border-color .3s;
    transition: border-color .3s; }
.post-article--media + .post-article--media {
  padding-bottom: 18px; }
.post-article--media + .post-article--media .post__title {
    margin-bottom: .9rem; }
.post-article--media + .post-article--media p + a {
    margin-top: 1.2rem; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .post-article--media + .post-article--media p + a {
        margin-top: 0; } }
/* ------------------------------------------------------------ *\
	ITems
\* ------------------------------------------------------------ */
.items {
  padding: 1.4rem 2.1rem 0; }
.items .items__head {
    padding-bottom: 1.1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 3px solid #EB1718;
    font-weight: 700;
    text-transform: uppercase; }
.items .items__head h4 {
    font-family: "Barlow", sans-serif;
    letter-spacing: 0.055em; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .items .items__head h4 {
        letter-spacing: 0; } }
.items .items__head img {
    margin-right: .8rem;
    color: #EB1718; }
.items .items__actions {
    padding: 2rem 0 1.7rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .items .items__actions {
        padding: 2.8rem 0 2.3rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
.items .items__actions a {
    color: #136FF0;
    font-weight: 600;
    font-family: "Barlow", sans-serif;
    font-size: 1.6rem;
    text-decoration: none;
    letter-spacing: 0.03em;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s; }
.items .items__actions a:hover {
      color: #fff; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .items .items__actions a {
        margin-bottom: .5rem; } }
.items--dark {
  background: #2B2B2B;
  color: #fff; }
.items--dark .item:nth-child(even) {
    background: #363636; }
.items--gray {
  margin-bottom: 1.1rem;
  background: #F1F1F1; }
.items--gray .items__head {
    margin: -1.4rem -2.1rem 0 -2.1rem;
    padding-top: 1.8rem;
    background: #fff; }
.items--gray .items__actions a:hover {
    color: #EB1718; }
/* ------------------------------------------------------------ *\
	Item
\* ------------------------------------------------------------ */
.item {
  margin: 0 -2.1rem 0;
  padding: 1.5rem 2.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .item {
      padding: 1.5rem 2.1rem 1.4rem; } }
.item .item__content {
    width: 80%;
    padding-left: 2rem; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .item .item__content {
        padding-left: 2.3rem; } }
.item h6 {
    margin-bottom: .6rem;
    font-weight: 700;
    line-height: 1.23;
    text-transform: uppercase; }
.item a {
    display: inline-block;
    font-size: 1.6rem;
    font-family: "Inter", sans-serif;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    text-decoration: none;
    line-height: 1.25; }
.item a:hover {
      text-decoration: underline; }
.item + .item {
  margin-top: 0.2rem; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .item + .item {
      margin-top: 0; } }
.item--alt {
  margin: 0;
  padding: 1.5rem 0;
  border-bottom: 1px solid #E0E0E0; }
.item--alt + .item--alt {
  margin-top: 0; }
/* ------------------------------------------------------------ *\
	Items Different
\* ------------------------------------------------------------ */
.items-different {
  padding: 4.1rem 0 0; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .items-different {
      padding: 4rem 0 0; } }
.items-different .items__head {
    padding-bottom: 1.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 3px solid #EB1718;
    font-weight: 700;
    text-transform: uppercase; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .items-different .items__head {
        padding-bottom: 1.2rem; } }
.items-different .items__head h4 {
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    letter-spacing: 0.055em; }
.items-different .items__head img {
    margin-right: .8rem;
    color: #EB1718; }
.items-different .items__actions {
    padding: 1.8rem 0 .5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .items-different .items__actions {
        padding: 2.1rem 0 .1rem .4rem; } }
@media (max-width: 374px) {
      .items-different .items__actions {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
.items-different .items__actions a:not(.btn--outline) {
    color: #136FF0;
    font-weight: 600;
    font-family: "Barlow", sans-serif;
    font-size: 1.6rem;
    text-decoration: none;
    letter-spacing: 0.035em;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s; }
.items-different .items__actions a:not(.btn--outline):hover {
      color: #EB1718; }
@media (max-width: 1199px) {
      .items-different .items__actions a:not(.btn--outline) {
        font-size: 1.4rem; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .items-different .items__actions a:not(.btn--outline) {
        font-size: 1.6rem; } }
@media (max-width: 374px) {
    .items-different .items__actions a + a {
      margin-top: 1.5rem; } }
.items-different--offset-top {
  padding-top: .5rem; }
.items-different--big .items__head {
  padding-bottom: 1.7rem; }
.items-different--big .items__head h3 {
  font-size: 2.4rem;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  line-height: 1.21;
  letter-spacing: 0.06em; }
.items-different--big .items__head h4 {
  font-size: 2.2rem; }
.items-different--big .items__head img {
  margin-right: 1.8rem; }
.items-different--big + .items-different--big {
  margin-top: 3.8rem; }
/* ------------------------------------------------------------ *\
	ITem Different
\* ------------------------------------------------------------ */
.item-different {
  margin-top: 1.5rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #E0E0E0; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .item-different {
      margin-top: 1.6rem;
      padding-bottom: 1.9rem;
      padding-left: .3rem; } }
.item-different h5 {
    margin-bottom: .3rem;
    font-weight: 700;
    line-height: 1.13; }
.item-different a {
    text-decoration: none;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s; }
.item-different a:hover {
      color: #136FF0; }
.item-different small {
    display: block;
    padding-bottom: .8rem;
    font-family: "Inter", sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    color: #5B5B5B;
    line-height: 1.21;
    text-transform: uppercase;
    letter-spacing: 0.01em; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .item-different small {
        padding-bottom: .9rem; } }
.item-different p {
    display: block;
    font-size: 1.6rem;
    text-decoration: none;
    line-height: 1.38; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .item-different p {
        line-height: 1.3; } }
.item-different .item__image {
    position: relative; }
.item-different .item__image img + img {
    position: absolute;
    bottom: .4rem;
    right: .7rem; }
.item-different--alt {
  margin-top: 1.2rem; }
.item-different--alt h5 {
    margin-bottom: 1.7rem; }
.item-different--alt a {
    line-height: 1.13; }
.item-different--alt small {
    padding-bottom: 0;
    line-height: 1.21;
    text-transform: none;
    letter-spacing: 0;
    font-size: 1.4rem; }
.item-different--alt + .item-different--alt {
  margin-top: 1.77rem; }
.item-different--media {
  margin-top: 2rem;
  padding-bottom: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
.item-different--media .item__content {
    width: 77%;
    padding-left: 1.8rem; }
@media (max-width: 1023px) {
      .item-different--media .item__content {
        width: 87%;
        -webkit-box-flex: 1;
            -ms-flex: 1 1;
                flex: 1 1;
        padding-left: 1rem; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .item-different--media .item__content {
        width: 73%; } }
@media (max-width: 374px) {
      .item-different--media .item__content {
        width: 67%; } }
.item-different--media .item__image {
    width: 23%;
    margin-top: .2rem; }
@media (max-width: 1023px) {
      .item-different--media .item__image {
        width: auto; } }
.item-different--media h5 a {
    font-size: 1.8rem;
    line-height: 1.17; }
.item-different--media + .item-different--media {
  margin-top: 1.6rem; }
.item-different--media + .media {
  padding-bottom: 2.1rem;
  border-bottom: 1px solid #E0E0E0; }
.item-different--big {
  margin-top: 2.8rem;
  padding-bottom: 0.8rem; }
.item-different--big h4 {
    margin-bottom: 1.4rem; }
.item-different--big a {
    font-size: 2rem;
    line-height: 1.2; }
.item-different--big small {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.4rem;
    font-family: "Barlow", sans-serif;
    letter-spacing: 0; }
.item-different--big small img {
    margin-right: 3px; }
.item-different--big + .item-different--big {
  margin-top: 1.7rem; }
.item-different--offset h4 {
  margin-bottom: 1.2rem; }
.item-different--offset small {
  font-family: "Inter", sans-serif; }
/* ------------------------------------------------------------ *\
	Callout
\* ------------------------------------------------------------ */
.callout {
  margin-top: 6.1rem;
  padding: 6.7rem 0 4rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .callout {
      margin-top: 4rem;
      padding: 0 0 6rem; } }
.callout .callout__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .callout .callout__image {
      width: 100%;
      margin-top: -3.5rem;
      text-align: center; } }
.callout .callout__content {
    width: 82%;
    padding-top: 1.1rem;
    padding-left: 5.5rem;
    padding-right: .5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-family: "Inter", sans-serif;
    font-size: 1.8rem;
    line-height: 1.44; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .callout .callout__content {
        width: 100%;
        padding-top: 2.8rem;
        padding-left: 0;
        padding-right: 0;
        text-align: center; } }
.callout .callout__content p {
    width: 55%; }
@media (max-width: 1023px) {
      .callout .callout__content p {
        width: auto; } }
.callout .callout__content h2 {
    width: 100%;
    display: inline-block;
    position: relative;
    margin-bottom: 1.2rem;
    font-family: "Barlow", sans-serif;
    font-size: 3.6rem;
    font-style: italic;
    font-weight: 700;
    color: #2B2B2B;
    letter-spacing: -0.01em;
    z-index: 2; }
.callout .callout__content h2:before {
      content: '';
      position: absolute;
      top: 2.8rem;
      right: 0;
      width: 100%;
      height: 2px;
      background: #B6B6B6;
      z-index: -1; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .callout .callout__content h2 {
        font-size: 2.6rem; }
        .callout .callout__content h2:before {
          display: none; } }
.callout h2 strong {
    padding-right: 2.5rem;
    background: #F1F1F1; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .callout h2 strong {
        padding-right: 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .callout a {
      margin: .3rem auto 0; } }
.callout .callout__form {
    display: none; }
.callout--alt {
  padding: 6.7rem 0 5.6rem; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .callout--alt {
      padding: 0.7rem 0 4.6rem; } }
.callout--alt .callout__content {
    width: 91%;
    padding-left: 0; }
@media (max-width: 1023px) {
      .callout--alt .callout__content {
        width: 100%; } }
.callout--alt .callout__content p {
    width: 61%; }
@media (max-width: 1023px) {
      .callout--alt .callout__content p {
        width: 100%; } }
/* ------------------------------------------------------------ *\
	SEction Grid
\* ------------------------------------------------------------ */
.section-grid {
  padding: 2rem 0 11.3rem; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-grid {
      padding: 2rem 0 7.3rem; } }
/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */
.socials {
  padding-right: 1rem; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .socials {
      padding-right: 0;
      padding-bottom: 1.5rem; } }
.socials ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
.socials li + li {
    margin-left: 1.6rem; }
.socials a {
    position: relative;
    width: 5.2rem;
    height: 5.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
    border: 2px solid #136FF0;
    border-radius: 50%;
    color: #136FF0;
    -webkit-transition: color .3s, background .3s;
    -o-transition: color .3s, background .3s;
    transition: color .3s, background .3s; }
.socials a:hover {
      color: #fff;
      background: #136FF0; }
.socials img + img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0; }
.socials a:hover img + img {
    opacity: 1;
    position: relative; }
.socials a:hover img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0; }
.socials--alt {
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.socials--alt > p {
    margin-bottom: 0;
    font-family: "Barlow", sans-serif;
    font-size: 1.6rem;
    color: #2B2B2B;
    text-transform: uppercase;
    letter-spacing: 0.05em; }
.socials--alt ul {
    margin-left: 1.2rem; }
.socials--alt li + li {
    margin-left: 1rem; }
.socials--alt li:last-child {
    margin-left: 1.6rem;
    padding-left: 1.6rem;
    border-left: 1px solid #E0E0E0; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .socials--alt li:last-child {
      margin-left: 1rem;
      padding-left: 1rem; } }
.socials--alt a {
    width: 3.4rem;
    height: 3.4rem;
    background: #136FF0; }
.socials--alt a svg path {
      -webkit-transition: fill .3s;
      -o-transition: fill .3s;
      transition: fill .3s; }
.socials--alt a:hover {
      background: #fff; }
.socials--alt a:hover svg path {
        fill: #136FF0; }
.socials--small li + li {
  margin-left: 1rem; }
.socials--small a {
  width: 3.4rem;
  height: 3.4rem;
  border-width: 1px; }
.socials--small a:hover svg path {
    fill: #fff; }
.socials--small svg path {
  -webkit-transition: fill .3s;
  -o-transition: fill .3s;
  transition: fill .3s; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .socials--different ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }
.socials--different li + li {
  margin-left: 3.1rem; }
.socials--different a {
  width: auto;
  height: auto;
  border: 0; }
.socials--different a:hover {
    background: transparent; }
.socials--different a:hover svg path {
      fill: #2B2B2B; }
.socials--different svg path {
  -webkit-transition: fill .3s;
  -o-transition: fill .3s;
  transition: fill .3s; }
/* ------------------------------------------------------------ *\
	SEarch
\* ------------------------------------------------------------ */
.search-container {
  position: absolute;
  top: 1.5rem;
  bottom: 0;
  left: 21.9rem;
  right: 0;
  max-width: 105rem;
  margin: 0 10rem 0 auto;
  padding-left: 2rem;
  z-index: -1; }
@media (max-width: 1199px) {
    .search-container {
      left: 15rem; } }
@media (max-width: 1023px) {
    .search-container {
      top: calc(100% + 2rem);
      bottom: auto;
      left: -1.5rem;
      right: -1.5rem;
      z-index: 0;
      width: auto;
      margin: 0;
      padding: 20px 21px 20px 10px;
      background: #2B2B2B;
      opacity: 0;
      pointer-events: none;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transition: opacity .3s, -webkit-transform .3s;
      transition: opacity .3s, -webkit-transform .3s;
      -o-transition: opacity .3s, transform .3s;
      transition: opacity .3s, transform .3s;
      transition: opacity .3s, transform .3s, -webkit-transform .3s; } }
.search-container.is-active {
  z-index: 3; }
@media (max-width: 1023px) {
    .search-container.is-active {
      opacity: 1;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      pointer-events: all; } }
.search-object {
  width: 0;
  margin: 0 auto;
  padding: 0 1.2rem 0 2.7rem;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
  will-change: width; }
@media (max-width: 1023px) {
    .search-object {
      padding: 0;
      width: 100%;
      opacity: 1; } }
.search-object form {
    position: relative; }
.search-object .search__field {
    max-width: 89.1rem;
    width: 100%;
    height: 6rem;
    padding: 0 5.5rem 0 3.7rem;
    border: 0;
    border-radius: 30px;
    background: #E1E1E1;
    font-family: "Inter", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    color: #666666; }
@media (max-width: 1023px) {
      .search-object .search__field {
        height: 5rem;
        padding: 0 5.5rem 0 2.9rem;
        background: #fff; } }
.search-object .search__btn {
    position: absolute;
    top: 1.8rem;
    right: 3rem;
    border: 0;
    background: none; }
@media (max-width: 1023px) {
      .search-object .search__btn {
        top: 1.2rem;
        right: 2rem; } }
.search-object.is-active {
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  opacity: 1;
  width: 100%;
  pointer-events: all; }
/* ------------------------------------------------------------ *\
	Nav Dropdown
\* ------------------------------------------------------------ */
.nav-dropdown {
  position: absolute;
  top: .8rem;
  right: -1.6rem;
  z-index: 4;
  max-width: 28rem;
  width: 100%;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  background: #fff;
  font-family: "Barlow", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: #2B2B2B;
  -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 16px rgba(0, 0, 0, 0.16);
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, -webkit-transform .3s;
  -o-transition: opacity .3s, transform .3s;
  transition: opacity .3s, transform .3s;
  transition: opacity .3s, transform .3s, -webkit-transform .3s;
  pointer-events: none;
  opacity: 0; }
@media (max-width: 1199px) {
    .nav-dropdown {
      right: -1rem; } }
@media (max-width: 1023px) {
    .nav-dropdown {
      position: relative;
      top: auto;
      right: auto;
      z-index: 2;
      max-width: initial;
      padding: .3rem 1.8rem 1rem 1.9rem;
      background: transparent;
      font-family: "Inter", sans-serif;
      font-weight: 400;
      color: #fff;
      opacity: 1;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      pointer-events: all; } }
.nav-dropdown ul {
    padding: 1.5rem 0 2.1rem;
    list-style: none; }
.nav-dropdown li + li {
    margin-top: .2rem; }
@media (max-width: 1023px) {
      .nav-dropdown li + li {
        margin-top: 2.2rem; } }
.nav-dropdown a {
    display: block;
    padding: 1rem 1.5rem .9rem 3rem;
    text-decoration: none;
    -webkit-transition: color .3s, background .3s;
    -o-transition: color .3s, background .3s;
    transition: color .3s, background .3s; }
.nav-dropdown a:hover {
      color: #fff;
      background: #136FF0; }
@media (max-width: 1023px) {
      .nav-dropdown a {
        padding: 0; }
        .nav-dropdown a:hover {
          background: transparent; } }
.nav-dropdown.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  pointer-events: all; }
/* ------------------------------------------------------------ *\
	Form Callout
\* ------------------------------------------------------------ */
.form-callout#mc_embed_signup {
  max-width: 106rem;
  margin: 2.7rem auto 9rem;
  padding: 3.4rem 2rem 3.7rem;
  background: #fff; }
.form-callout#mc_embed_signup form {
    max-width: 92.1rem;
    margin: 0 auto;
    padding-left: 0; }
.form-callout#mc_embed_signup h2 {
    margin-bottom: 3.1rem;
    padding-bottom: 2.7rem;
    font-size: 3.2rem;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    color: #2B2B2B;
    line-height: 1.07;
    border-bottom: 3px solid #EB1718; }
.form-callout#mc_embed_signup .mc-field-group {
    width: 100%;
    padding-bottom: 2.3rem;
    font-family: "Inter", sans-serif; }
.form-callout#mc_embed_signup .mc-field-group.size1of2 {
    width: 48%;
    margin-right: 0; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .form-callout#mc_embed_signup .mc-field-group.size1of2 {
        width: 100%; } }
.form-callout#mc_embed_signup .mc-field-group.size1of2 + .mc-field-group.size1of2 {
    margin-left: 3.6rem; }
@media (max-width: 1023px) {
      .form-callout#mc_embed_signup .mc-field-group.size1of2 + .mc-field-group.size1of2 {
        margin-left: 2.7rem; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .form-callout#mc_embed_signup .mc-field-group.size1of2 + .mc-field-group.size1of2 {
        margin-left: 0;
        margin-top: -2.3rem; } }
.form-callout#mc_embed_signup .mc-field-group label {
    margin-bottom: 0;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    color: #2B2B2B; }
.form-callout#mc_embed_signup .asterisk {
    color: #2B2B2B;
    font-size: 130%; }
.form-callout#mc_embed_signup .mc-field-group input:not([type=checkbox]) {
    height: 4rem;
    border: 1px solid #E0E0E0;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
.form-callout#mc_embed_signup .mc-field-group input + p {
    margin-top: .7rem;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.21; }
.form-callout#mc_embed_signup .hidden {
    opacity: 0; }
.form-callout#mc_embed_signup strong {
    display: block;
    padding-top: .8rem;
    font-size: 1.6rem; }
.form-callout#mc_embed_signup .mc-field-group.input-group ul {
    padding: 0; }
.form-callout#mc_embed_signup .mc-field-group.input-group ul li {
    padding: 0;
    margin-bottom: .1rem; }
.form-callout#mc_embed_signup .mc-field-group.input-group input {
    display: none; }
.form-callout#mc_embed_signup .mc-field-group.input-group label {
    position: relative;
    padding-left: 2.9rem; }
.form-callout#mc_embed_signup .mc-field-group.input-group label:before {
      content: '';
      position: absolute;
      top: .4rem;
      left: .6rem;
      width: 1.3rem;
      height: 1.3rem;
      border: 1px solid #E0E0E0;
      -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
              box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
      -webkit-transition: background .3s;
      -o-transition: background .3s;
      transition: background .3s; }
.form-callout#mc_embed_signup .mc-field-group.input-group input:checked + label:before {
    background: #136FF0; }
.form-callout#mc_embed_signup .button {
    min-width: 20rem;
    height: 4.8rem;
    border: 1px solid #136FF0;
    border-radius: 33px;
    background: #136FF0;
    font-family: "Barlow", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    line-height: 46px;
    -webkit-transition: color .3s, background .3s;
    -o-transition: color .3s, background .3s;
    transition: color .3s, background .3s;
    letter-spacing: 0.033em; }
.form-callout#mc_embed_signup .button:hover {
      color: #136FF0;
      background: #fff; }
/* ------------------------------------------------------------ *\
	Posts Article
\* ------------------------------------------------------------ */
.posts-article .posts__head {
  padding-bottom: 1.2rem;
  border-bottom: 3px solid #EB1718; }
.posts-article .posts__head h1,
.posts-article .posts__head h2 {
  font-family: "Barlow", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.21;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding-bottom: 0;
  margin-bottom: 0; }
.posts-article .posts__head h4 {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  line-height: 1.21;
  text-transform: uppercase;
  letter-spacing: 0.06em; }
.posts-article .posts__body {
  padding-top: 3.1rem; }
.posts-article--alt {
  margin-bottom: 3.4rem; }
.posts-article--alt .posts__head {
    padding-bottom: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.posts-article--alt .posts__head img {
    margin-right: 1.3rem; }
.posts-article--alt h4 {
    font-weight: 400;
    font-size: 2.4rem;
    font-family: "Barlow", sans-serif;
    letter-spacing: 0.06em;
    text-transform: uppercase; }
.posts-article--alt .posts__body {
    padding-top: 4rem; }
/* ------------------------------------------------------------ *\
	Paging
\* ------------------------------------------------------------ */
.paging {
  padding: 3rem 0 2.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  color: #136FF0; }
.paging ul {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    list-style: none; }
.paging ul a {
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s; }
.paging ul a:hover {
      color: #5B5B5B; }
.paging ul li:before {
    display: none; }
.paging ul li + li {
    margin-left: 33px; }
.paging li.is-current a {
    color: #5B5B5B; }
.paging a {
    text-decoration: none; }
.paging .paging__prev {
    margin-right: 2.3rem; }
.paging .paging__next {
    margin-left: 2.3rem; }
.paging .paging__prev,
  .paging .paging__next {
    width: 3.2rem;
    height: 3.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #136FF0;
    border-radius: 50%;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s; }
.paging .paging__prev svg,
    .paging .paging__next svg {
      -webkit-transition: fill .3s;
      -o-transition: fill .3s;
      transition: fill .3s; }
.paging .paging__prev:hover,
    .paging .paging__next:hover {
      background: #136FF0; }
.paging .paging__prev:hover svg,
      .paging .paging__next:hover svg {
        fill: #fff; }
.paging--offsets {
  padding-top: 3.6rem;
  padding-bottom: 3rem; }
.paging--alt {
  padding: 2rem 0 2.2rem;
  color: #fff; }
.paging--alt ul a:hover {
    color: #136FF0; }
.paging--alt li.is-current a {
    color: #fff;
    opacity: .5; }
.paging--alt .paging__prev,
  .paging--alt .paging__next {
    border-color: #fff;
    -webkit-transition: border-color .3s, background .3s;
    -o-transition: border-color .3s, background .3s;
    transition: border-color .3s, background .3s; }
.paging--alt .paging__prev:hover,
    .paging--alt .paging__next:hover {
      border-color: #136FF0; }
/* ------------------------------------------------------------ *\
	Breadcrumbs
\* ------------------------------------------------------------ */
.breadcrumbs {
  padding-top: 4rem;
  padding-bottom: .4rem;
  font-family: "Barlow", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: #136FF0;
  text-transform: uppercase; }
.breadcrumbs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    list-style: none; }
.breadcrumbs li {
    position: relative;
    padding-right: 2.5rem; }
.breadcrumbs li:before {
      content: '';
      position: absolute;
      top: .2rem;
      right: .3rem;
      width: 1.8rem;
      height: 1.9rem;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url(../images/arrow-next@2x.png); }
.breadcrumbs li:last-child:before {
      display: none; }
.breadcrumbs a {
    text-decoration: none; }
.breadcrumbs a:hover {
      text-decoration: underline; }
.breadcrumbs img {
    margin-right: .7rem; }
/* ------------------------------------------------------------ *\
	Article
\* ------------------------------------------------------------ */
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article {
    font-size: 1.6rem; } }
.article img {
  margin-bottom: 4rem; }
.article .article__body {
  max-width: 77rem; }
.article .article__container {
  margin-bottom: 3.9rem;
  padding: 3.1rem 2rem 2.6rem 4rem;
  background: #F1F1F1; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .article .article__container {
      padding: 3.1rem 2rem 3rem 2rem; } }
.article .list-squares ul {
  margin-bottom: 0;
  padding-left: 0;
  padding-top: 0;
  font-family: "Inter", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  list-style: none;
  line-height: 1.33; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .article .list-squares ul {
      font-size: 1.6rem; } }
.article .list-squares li {
  position: relative;
  padding-left: 2.7rem; }
.article .list-squares li:before {
    position: absolute;
    top: .7rem;
    left: 0; }
.article .list-squares li + li {
  margin-top: 2.2rem; }
.article p {
  margin-bottom: 2.4rem;
  padding-right: 3rem; }
@media (max-width: 1199px) {
    .article p {
      padding-right: 0; } }
.article p + p {
  padding-top: .2rem; }
.article a {
  color: #136FF0; }
.article h3 {
  margin-bottom: 1.5rem;
  font-family: "Barlow", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.15; }
.article .media {
  padding-top: .3rem; }
.article .media img {
  margin-bottom: 2.9rem; }
.article .article__socials {
  position: relative;
  margin-top: 4.1rem;
  margin-bottom: 6.2rem;
  padding-right: 11.2rem;
  padding-top: 3.2rem;
  padding-bottom: 2.9rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
.article .article__socials:before, .article .article__socials:after {
    content: '';
    position: absolute;
    left: 43%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    height: .3rem;
    width: 10rem;
    background: #EB1718; }
.article .article__socials:before {
    top: 0; }
.article .article__socials:after {
    top: 100%; }
@media (max-width: 1199px) {
    .article .article__socials {
      padding-right: 0; }
      .article .article__socials:before, .article .article__socials:after {
        left: 50%; } }
@media (max-width: 374px) {
    .article .article__socials {
      padding-top: 2rem;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
.article .article__socials p {
  margin-bottom: 0;
  padding-right: 0; }
@media (max-width: 374px) {
    .article .article__socials p {
      padding-bottom: 1rem; } }
.article .article__socials ul {
  margin-left: 2.2rem; }
@media (max-width: 374px) {
    .article .article__socials ul {
      margin-left: 0; } }
.article .article__author {
  margin-bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  line-height: 1.3; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .article .article__author {
      font-size: 1.3rem; } }
.article .article__author-inner {
  width: 80%;
  padding-left: 2rem; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .article .article__author-inner {
      -webkit-box-flex: 1;
          -ms-flex: 1 1;
              flex: 1 1; } }
.article .article__author img {
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  overflow: hidden; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .article .article__author img {
      width: 6rem;
      height: 6rem; } }
.article .article__author strong {
  display: block;
  margin-bottom: 7px;
  font-size: 1.4rem;
  text-transform: uppercase; }
.article .article__author p {
  margin-bottom: 2.1rem; }
/* ------------------------------------------------------------ *\
	Note
\* ------------------------------------------------------------ */
.note {
  width: 89%;
  padding-left: 2.6rem;
  border-left: 4px solid #EB1718;
  font-size: 1.5rem;
  font-family: "Inter", sans-serif;
  line-height: 1.27; }
@media (max-width: 1199px) {
    .note {
      width: 100%; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .note {
      padding-left: 1.5rem; } }
/* ------------------------------------------------------------ *\
	Comments
\* ------------------------------------------------------------ */
.comments {
  width: 87%;
  padding-top: 3rem; }
@media (max-width: 1199px) {
    .comments {
      width: 100%; } }
.comments .comments__head {
    padding-bottom: 1.3rem;
    border-bottom: 3px solid #EB1718;
    font-family: "Inter", sans-serif;
    font-size: 1.6rem; }
.comments .comments__head a {
    color: #136FF0; }
.comments h2 {
    margin-bottom: .3rem;
    font-style: italic;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    text-transform: uppercase; }
.comments h2 strong {
    font-weight: 700; }
.comments .comments__body {
    position: relative;
    padding-top: 4.1rem;
    overflow: hidden; }
.comments .comments__body.is-hidden:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 139px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
    background: -o-linear-gradient(rgba(255, 255, 255, 0), white);
    background: linear-gradient(rgba(255, 255, 255, 0), white); }
.comments ul {
    list-style: none; }
.comments .comments__body > ul > li {
    margin-bottom: 4rem; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .comments .comments__body > ul > li {
        margin-bottom: 2rem; } }
.comments .comments__body > ul > li > ul {
    margin: 4rem 0 0 5.2rem;
    padding: 0 0 .1rem 1.9rem;
    border-left: 1px solid #E0E0E0; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .comments .comments__body > ul > li > ul {
        margin: 3rem 0 0 4.2rem;
        padding: 0 0 .1rem 1rem; } }
.comments .comments__body > ul > li > ul > li > ul {
    margin: 2.1rem 0 2rem 5.2rem;
    padding: .9rem 0 1rem 2rem;
    border-left: 1px solid #E0E0E0; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .comments .comments__body > ul > li > ul > li > ul {
        margin: 1.1rem 0 2rem 4.2rem;
        padding: .9rem 0 1rem 1rem; } }
.comments .comments__actions {
    display: none;
    position: relative;
    z-index: 3;
    margin-top: -1.9rem;
    text-align: center; }
.comments .comments__actions a {
    min-width: 19.4rem; }
.comments .comments__actions.is-active {
    display: block; }
/* ------------------------------------------------------------ *\
	Comment
\* ------------------------------------------------------------ */
.comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  line-height: 1.38; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .comment {
      font-size: 1.4rem; } }
.comment img {
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 50%;
    overflow: hidden; }
.comment .comment__inner {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    padding-left: 2rem; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .comment .comment__inner {
        padding-left: 1rem; } }
.comment h6 {
    margin-bottom: 0;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.21; }
.comment small {
    display: block;
    margin-bottom: 1.7rem;
    font-size: 1.4rem;
    color: #5B5B5B; }
.comment p {
    margin-bottom: 1.4rem; }
.comment p + p {
    padding-top: 1.2rem; }
.comment a {
    display: inline-block;
    font-family: "Barlow", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: #136FF0;
    text-decoration: none;
    text-transform: uppercase; }
.comment a:hover {
      text-decoration: underline; }
/* ------------------------------------------------------------ *\
	Form Comments
\* ------------------------------------------------------------ */
.form-comments {
  margin-top: 3.8rem;
  padding: 1.9rem 4.2rem 1.4rem 4rem;
  background: #F1F1F1; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form-comments {
      margin-top: 3rem;
      padding: 1.9rem 2rem 1.4rem 2rem; } }
.form-comments .gform_wrapper {
    padding: 0; }
.form-comments .gform_wrapper ul li.gfield {
    padding-right: 0; }
.form-comments h2.gform_title {
    font-size: 3.2rem;
    font-family: "Barlow", sans-serif;
    font-weight: 400; }
.form-comments label.gfield_label {
    font-family: "Inter", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: #2B2B2B; }
.form-comments .gform_wrapper .top_label div.ginput_container {
    margin-top: 1px; }
.form-comments .gform_wrapper .gfield_required {
    color: #2B2B2B; }
.form-comments textarea.medium {
    height: 13.9rem;
    border: 0;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
.form-comments .gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) {
    height: 4rem;
    margin-bottom: .7rem;
    border: 0;
    font-family: "Barlow", sans-serif;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
.form-comments .gform_wrapper #comment {
  margin-bottom: 0;
  border: 0;
  font-family: "Barlow", sans-serif;
  padding: 12px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-height: 160px; }
.gform_wrapper .comment-form-comment label {
  font-family: "Inter", sans-serif;
  font-size: 16px !important;
  font-weight: 700;
  color: #2B2B2B;
}
.form-comments .gform_wrapper ul li.gfield {
    margin-top: .7rem; }
body .form-comments input[type="checkbox"] {
    position: static;
    opacity: 1;
    display: inline-block; }
.form-comments .comment-form-subscriptions { font-size: 16px; }
.form-comments .gfield_consent_label {
    position: relative;
    padding-top: .4rem;
    padding-left: 2.4rem;
    display: block;
    font-family: "Inter", sans-serif;
    font-size: 1.4rem;
    font-weight: 700; }
.form-comments .gfield_consent_label:before {
      content: '';
      position: absolute;
      top: .7rem;
      left: .1rem;
      width: 1.5rem;
      height: 1.5rem;
      border: 1px solid #E0E0E0;
      background: #fff;
      -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
              box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
      -webkit-transition: background .3s;
      -o-transition: background .3s;
      transition: background .3s; }
.form-comments input[type="checkbox"]:checked + .gfield_consent_label:before {
    background: #136FF0; }
.form-comments .gfield_consent_label a {
    color: #136FF0; }
.form-comments .gform_footer {
    margin-top: 1.2rem; }
.form-comments input#submit {
    min-width: 19.4rem;
    height: 3.8rem;
    border: 1px solid #136FF0;
    border-radius: 33px;
    background: #136FF0;
    font-family: "Barlow", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    line-height: 36px;
    -webkit-transition: color .3s, background .3s;
    -o-transition: color .3s, background .3s;
    transition: color .3s, background .3s;
    letter-spacing: 0.033em; }
.form-comments input#submit:hover {
      color: #136FF0;
      background: #fff; }
/* ------------------------------------------------------------ *\
	Section Features
\* ------------------------------------------------------------ */
.section-features {
  padding: 4rem 0 6rem; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-features {
      padding: 4rem 0 4rem; } }
.section-features .section__head {
    position: relative;
    padding-bottom: 3rem;
    margin-bottom: 3.4rem;
    font-style: italic;
    text-align: center;
    text-transform: uppercase; }
.section-features .section__head:before {
      content: '';
      position: absolute;
      top: 100%;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      height: .3rem;
      width: 5rem;
      background: #EB1718; }
.section-features h4 {
    font-size: 2.4rem;
    font-family: "Barlow", sans-serif;
    font-weight: 400; }
/* ------------------------------------------------------------ *\
	Feature
\* ------------------------------------------------------------ */
.feature {
  padding-bottom: 1.8rem;
  min-height: 14.3rem;
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
@media (max-width: 1199px) {
    .feature {
      font-size: 1.2rem; } }
@media (max-width: 1199px) {
    .feature {
      min-height: auto;
      margin-bottom: 2rem;
      border-bottom: 1px solid #CCCCCC; } }
.feature .feature__content {
    padding-left: 2rem;
    width: 80%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1; }
@media (max-width: 1199px) {
      .feature .feature__content {
        padding-left: 1rem; } }
.feature a {
    display: block;
    font-size: 1.8rem;
    line-height: 1.17;
    font-weight: 700;
    text-decoration: none;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s; }
.feature a:hover {
      color: #136FF0; }
@media (max-width: 1199px) {
      .feature a {
        font-size: 1.5rem; } }
.feature strong {
    display: block;
    margin-bottom: .2rem;
    margin-top: .9rem;
    line-height: 1.21;
    text-transform: uppercase; }
.feature p {
    font-size: 1.3rem;
    font-weight: 500;
    color: #666666;
    text-transform: uppercase; }
.feature + .feature {
  padding-top: 3rem;
  border-top: 1px solid #CCCCCC; }
@media (max-width: 1023px) {
    .feature + .feature {
      border-top: 0;
      padding-top: 0; } }
/* ------------------------------------------------------------ *\
	Section Alt
\* ------------------------------------------------------------ */
.section-alt {
  padding-bottom: 10rem; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-alt {
      padding: 0 1rem 5rem; } }
.section-alt .section__head {
    position: relative;
    padding: 6.1rem 0 6rem;
    background: #F1F1F1;
    z-index: 2;
    font-size: 2.6rem;
    font-weight: 400;
    color: #5C5C5C; }
.section-alt .section__head:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: -100%;
      right: -100%;
      z-index: -1;
      background: #F1F1F1; }
@media (max-width: 1023px) {
      .section-alt .section__head {
        font-size: 2.2rem; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-alt .section__head {
        padding: 3.1rem 0 4rem;
        font-size: 2rem; } }
.section-alt .section__head h1 {
    margin-bottom: .4rem;
    color: #2B2B2B; }
@media (max-width: 1023px) {
      .section-alt .section__head h1 {
        font-size: 4.5rem; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-alt .section__head h1 {
        font-size: 3rem; } }
.section-alt .section__head--alt {
    padding: 0 0 6.2rem; }
.section-alt .section__head--alt h1 {
    margin-top: 3.2rem;
    font-size: 5.8rem; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-alt .section__head--alt h1 {
        margin: 2rem 0;
        font-size: 3.5rem; } }
.section-alt .section__head--alt small {
    font-family: "Inter", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    color: #5B5B5B;
    text-transform: uppercase; }
.section-alt .section__head--alt small strong {
    margin-right: 2.7rem;
    display: inline-block;
    font-size: 1.8rem; }
.section-alt .section__head--alt small img {
    margin-right: .3rem; }
.section-alt .section__head--small {
    width: 66%; }
@media (max-width: 1199px) {
      .section-alt .section__head--small {
        width: 100%; } }
.section-alt .section__background {
    position: relative;
    z-index: 2; }
.section-alt .section__background:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: -100%;
      right: -100%;
      z-index: -1; }
.section-alt .section__background--gray {
    background: #F1F1F1; }
.section-alt .section__background--gray:before {
      background: #F1F1F1; }
.section-alt .section__entry {
    max-width: 105.9rem;
    margin: 0 auto;
    padding: 7.1rem 0 0; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-alt .section__entry {
        padding-top: 4rem;
        font-size: 1.6rem; } }
.section-alt .section__entry h2,
  .section-alt .section__entry h3,
  .section-alt .section__entry h4 {
    font-family: "Barlow", sans-serif; }
.section-alt .section__entry h2 {
    margin-bottom: 1.7rem; }
.section-alt .section__entry h3 {
    margin-bottom: 1.1rem; }
.section-alt .section__entry h4 {
    margin-bottom: 1.1rem;
    text-transform: uppercase; }
.section-alt .section__entry p + h4 {
    padding-top: 1rem; }
.section-alt .section__entry p {
    margin-bottom: 1.8rem; }
.section-alt .list-numbers ol {
    margin-bottom: 1.5rem;
    padding-top: .6rem;
    padding-bottom: 1.9rem;
    padding-left: 2.5rem;
    counter-reset: numbers;
    list-style: none; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-alt .list-numbers ol {
        padding-left: 0; } }
.section-alt .list-numbers ol li {
    position: relative;
    padding-left: 4rem;
    counter-increment: numbers; }
.section-alt .list-numbers ol li:before {
      content: counter(numbers) ".";
      position: absolute;
      top: 0;
      left: 0;
      color: #EB1718; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-alt .list-numbers ol li {
        padding-left: 2.5rem; } }
.section-alt .list-numbers ol li + li {
    margin-top: 2.6rem; }
.section-alt--offset-bottom {
  padding-bottom: 0; }
/* ------------------------------------------------------------ *\
	Blocks Articles
\* ------------------------------------------------------------ */
.blocks-articles {
  padding: 6rem 0 7.4rem; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .blocks-articles {
      padding: 3rem 0 4.4rem; } }
/* ------------------------------------------------------------ *\
	Block Article
\* ------------------------------------------------------------ */
.block-article {
  padding-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #2B2B2B;
  font-size: 1.8rem;
  line-height: 1.56; }
.block-article .block__content {
    padding: 1.5rem 2rem 2rem 11rem;
    width: 50%; }
@media (max-width: 1199px) {
      .block-article .block__content {
        padding: 1.5rem 2rem 2rem 3rem; } }
@media (max-width: 1023px) {
      .block-article .block__content {
        width: 100%;
        padding: 0 0 2rem 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .block-article .block__content {
        font-size: 1.6rem; } }
.block-article .block__image {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    padding-top: calc(35% - 3px);
    margin-left: 2rem;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover; }
@media (max-width: 1199px) {
      .block-article .block__image {
        padding-top: 50%; } }
@media (max-width: 1023px) {
      .block-article .block__image {
        width: 100%;
        -webkit-box-flex: 1;
            -ms-flex: auto;
                flex: auto;
        margin-left: 0;
        margin-top: 2rem; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .block-article .block__image {
        padding-top: 100%; } }
.block-article h2 {
    margin-bottom: 1.7rem;
    font-family: "Barlow", sans-serif; }
.block-article a {
    margin-top: .4rem; }
.block-article--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
.block-article--reverse .block__content {
    padding: 1.5rem 12rem 2rem 2rem; }
@media (max-width: 1199px) {
      .block-article--reverse .block__content {
        padding: 1.5rem 3rem 2rem 2rem; } }
@media (max-width: 1023px) {
      .block-article--reverse .block__content {
        padding: 0 0 2rem 0; } }
.block-article--reverse .block__image {
    margin-left: 0;
    margin-right: 2rem; }
@media (max-width: 1023px) {
      .block-article--reverse .block__image {
        margin-right: 0; } }
.block-article + .block-article {
  margin-top: 3.4rem; }
/* ------------------------------------------------------------ *\
	Cards
\* ------------------------------------------------------------ */
.cards {
  padding: 7.1rem 0 4rem; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .cards {
      padding: 4.1rem 0 3rem; } }
.cards .cards__head {
    padding-bottom: 4.1rem;
    font-size: 2rem;
    color: #2B2B2B;
    line-height: 1.5; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .cards .cards__head {
        font-size: 1.6rem; } }
.cards .cards__head h2 {
    margin-bottom: 2.9rem;
    padding-bottom: 2.2rem;
    border-bottom: 3px solid #EB1718;
    font-family: "Barlow", sans-serif; }
/* ------------------------------------------------------------ *\
	Card
\* ------------------------------------------------------------ */
.card {
  margin-bottom: 3.9rem;
  display: block;
  background: #fff;
  text-decoration: none;
  -webkit-transition: -webkit-box-shadow .3s;
  transition: -webkit-box-shadow .3s;
  -o-transition: box-shadow .3s;
  transition: box-shadow .3s;
  transition: box-shadow .3s, -webkit-box-shadow .3s; }
.card:hover {
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); }
.card:hover strong:before {
      right: -4.1rem; }
.card .card__image {
    padding-top: 56%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover; }
.card .card__content {
    padding: 3.4rem 3rem 4rem 3rem;
    font-family: "Inter", sans-serif;
    font-size: 1.6rem;
    line-height: 1.66; }
@media (max-width: 1199px) {
      .card .card__content {
        padding: 2.4rem 2rem 3rem 2rem; } }
.card h4 {
    margin-bottom: 1rem;
    font-family: "Barlow", sans-serif;
    text-transform: uppercase; }
.card strong {
    position: relative;
    margin-top: .5rem;
    display: inline-block;
    font-family: "Barlow", sans-serif;
    font-size: 1.8rem;
    color: #136FF0; }
.card strong:before {
      content: '';
      position: absolute;
      top: .5rem;
      right: -3.3rem;
      width: 2rem;
      height: 2.1rem;
      background-image: url(../images/arrow-blue@2x.png);
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: cover;
      -webkit-transition: right .3s;
      -o-transition: right .3s;
      transition: right .3s; }
/* ------------------------------------------------------------ *\
	Blocks
\* ------------------------------------------------------------ */
.blocks {
  max-width: 106.1rem;
  margin: 0 auto;
  padding: 7.2rem 0 0; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .blocks {
      padding: 3.2rem 0 0; } }
.blocks .blocks__head {
    padding-bottom: 4.4rem;
    font-size: 2rem;
    color: #2B2B2B;
    line-height: 1.5; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .blocks .blocks__head {
        font-size: 1.8rem; } }
.blocks .blocks__head h2 {
    margin-bottom: 2.9rem;
    padding-bottom: 2.2rem;
    border-bottom: 3px solid #EB1718;
    font-family: "Barlow", sans-serif; }
/* ------------------------------------------------------------ *\
	Block
\* ------------------------------------------------------------ */
.block {
  min-height: 30rem;
  margin-bottom: 2.5rem;
  font-size: 1.8rem;
  line-height: 1.56; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .block {
      font-size: 1.6rem; } }
@media (max-width: 1023px) {
    .block {
      min-height: auto; } }
.block h4 {
    margin-bottom: 1.4rem;
    color: #EB1718; }
/* ------------------------------------------------------------ *\
	Form Comments
\* ------------------------------------------------------------ */
.gform_wrapper {
  max-width: 1060px;
  margin: 2rem auto 0;
  padding: 3.4rem 6.8rem 3.4rem 7rem;
  background: #F1F1F1; }
@media (max-width: 1023px) {
    .gform_wrapper {
      padding: 3.4rem 2.8rem 3.4rem 3rem; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .gform_wrapper {
      padding: 2.4rem 2rem 1.4rem 2rem; } }
.gform_wrapper .gform_heading {
    margin-bottom: 3.4rem; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .gform_wrapper .gform_heading {
        font-size: 1.6rem; } }
.gform_wrapper ul li.gfield {
    padding-right: 0; }
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
    margin-top: -.5rem;
    font-family: "Inter", sans-serif;
    font-size: 1.4rem; }
.gform_wrapper h2.gform_title {
    margin-bottom: 3rem;
    padding-bottom: 2.2rem;
    font-size: 3.2rem;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    border-bottom: 3px solid #EB1718; }
.gform_wrapper label.gfield_label {
    font-family: "Inter", sans-serif;
    font-size: 16px !important;
    font-weight: 700;
    color: #2B2B2B; }
.gform_wrapper .top_label div.ginput_container {
    margin-top: 1px; }
.gform_wrapper .gfield_required {
    color: #2B2B2B; }
.gform_wrapper textarea.medium {
    height: 13.9rem;
    border: 0;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
.gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
  .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper select {
    height: 4rem;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    margin-bottom: .7rem;
    border: 0;
    font-family: "Barlow", sans-serif;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
.gform_wrapper select { 
  -webkit-appearance: none;
  font-size: 16px;
  background: #fff url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPScxLjEnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZycgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnIHdpZHRoPScyNCcgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0Jz48cGF0aCBmaWxsPScjNDQ0JyBkPSdNNy40MDYgNy44MjhsNC41OTQgNC41OTQgNC41OTQtNC41OTQgMS40MDYgMS40MDYtNiA2LTYtNnonPjwvcGF0aD48L3N2Zz4=") no-repeat 98% center !important;
}
.gform_wrapper ul li.gfield {
    margin-top: 1.9rem; }
.gform_wrapper input[type="checkbox"] {
    position: absolute;
    opacity: 0; }
.gform_wrapper .gfield_consent_label {
    position: relative;
    padding-top: .3rem;
    padding-left: 2.4rem;
    display: block;
    font-family: "Inter", sans-serif;
    font-size: 1.6rem;
    font-weight: 400; }
.gform_wrapper .gfield_consent_label:before {
      content: '';
      position: absolute;
      top: .7rem;
      left: .1rem;
      width: 1.5rem;
      height: 1.5rem;
      border: 1px solid #E0E0E0;
      background: #fff;
      -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
              box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
      -webkit-transition: background .3s;
      -o-transition: background .3s;
      transition: background .3s; }
.gform_wrapper input[type="checkbox"]:checked + .gfield_consent_label:before {
    background: #136FF0; }
.gform_wrapper .gfield_consent_label a {
    color: #136FF0; }
.gform_wrapper .gform_footer {
    margin-top: 1.2rem; }
.gform_wrapper input.button {
  padding: 15px 30px;
  border: 1px solid #136FF0;
  color: #136FF0;
  border-radius: 33px;
  background: #136FF0;
  font-family: "Barlow", sans-serif;
  font-size: 1.6rem;
  line-height: 1.0;
  font-weight: 700;
  background-color: #fff;
  cursor: pointer;
  transition: .2s all;
}
.gform_wrapper input.button:hover {
  background-color: #136FF0;
  color: #fff;
}
.gform_wrapper .gform_footer input.button {
    min-width: 20.1rem;
    border: 1px solid #136FF0;
    border-radius: 33px;
    background: #136FF0;
    font-family: "Barlow", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.0;
    -webkit-transition: color .3s, background .3s;
    -o-transition: color .3s, background .3s;
    transition: color .3s, background .3s;
    letter-spacing: 0.078em; }
.gform_wrapper .gform_footer input.button:hover {
      color: #136FF0;
      background: #fff; }
.gform_wrapper ul li {
    padding-left: 0; }
.gform_wrapper ul li:before {
      display: none; }
/* ------------------------------------------------------------ *\
	Contributors
\* ------------------------------------------------------------ */
.contributors {
  padding-top: 2.9rem;
  padding-bottom: 1.6rem; }
.contributors .contributors__head {
    margin-bottom: 3.3rem;
    padding-bottom: .7rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 3px solid #EB1718; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .contributors .contributors__head {
        margin-bottom: 2rem; } }
.contributors .contributors__head h3 {
    margin-bottom: 0;
    font-family: "Barlow", sans-serif;
    font-size: 2.4rem;
    text-transform: uppercase;
    color: #2B2B2B;
    letter-spacing: 0.06em; }
.contributors .contributors__head-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.contributors .contributors__head-inner > a {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: 1.3rem;
    margin-top: .3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50%;
    background: #136FF0;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s; }
.contributors .contributors__head-inner > a.is-active {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
.contributors .contributors__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -1.9rem; }
@media (max-width: 1199px) {
      .contributors .contributors__body {
        margin: 0; } }
.contributors--alt {
  padding-top: 7.3rem;
  padding-bottom: 4.7rem; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .contributors--alt {
      padding: 3rem 0; } }
.contributors--alt .contributors__head {
    padding-bottom: 1.2rem;
    margin-bottom: 1.2rem; }
/* ------------------------------------------------------------ *\
	Dropdown
\* ------------------------------------------------------------ */
.dropdown {
  position: absolute;
  top: calc(100% + 15px);
  right: -1.6rem;
  z-index: 3;
  max-width: 28rem;
  width: 100%;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  background: #fff;
  font-family: "Barlow", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  color: #2B2B2B;
  -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 16px rgba(0, 0, 0, 0.16);
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, -webkit-transform .3s;
  -o-transition: opacity .3s, transform .3s;
  transition: opacity .3s, transform .3s;
  transition: opacity .3s, transform .3s, -webkit-transform .3s;
  pointer-events: none;
  opacity: 0; }
@media (max-width: 1199px) {
    .dropdown {
      right: -1rem; } }
.dropdown ul {
    padding: .7rem 0 2.1rem;
    list-style: none; }
.dropdown ul li {
    padding-left: 0; }
.dropdown ul li:before {
      display: none; }
.dropdown ul li + li {
    margin-top: .2rem; }
.dropdown a {
    display: block;
    padding: 1rem 1.5rem .9rem 3rem;
    text-decoration: none;
    -webkit-transition: color .3s, background .3s;
    -o-transition: color .3s, background .3s;
    transition: color .3s, background .3s; }
.dropdown a:hover {
      color: #fff;
      background: #136FF0; }
.dropdown.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  pointer-events: all; }
/* ------------------------------------------------------------ *\
	search-small
\* ------------------------------------------------------------ */
.search-small {
  max-width: 29rem;
  width: 100%; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .search-small {
      max-width: 100%;
      margin-top: 2rem; } }
.search-small form {
    position: relative; }
.search-small .search__field {
    width: 100%;
    height: 4.1rem;
    padding: 0 50px 0 20px;
    border: 0;
    border-radius: 20px;
    background: #EEEEEE;
    font-family: "Barlow", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    color: #2B2B2B; }
.search-small .search__btn {
    position: absolute;
    top: .9rem;
    right: 1.8rem;
    border: 0;
    background: none; }
/* ------------------------------------------------------------ *\
	contributor
\* ------------------------------------------------------------ */
.contributor {
  width: 25%;
  margin-bottom: .7rem; }
@media (max-width: 1023px) {
    .contributor {
      width: 33.33%; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .contributor {
      width: 50%;
      margin-bottom: 0; } }
.contributor a {
    position: relative;
    padding: 2.8rem 1rem 2.7rem;
    display: block;
    font-family: "Inter", sans-serif;
    font-size: 1.6rem;
    color: #606060;
    letter-spacing: 0.05em;
    line-height: 1.2;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s;
    text-align: center;
    text-decoration: none; }
.contributor a:hover {
      -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.12);
              box-shadow: 0 2px 16px rgba(0, 0, 0, 0.12); }
.contributor a:hover .contributor__image:before {
        opacity: .5; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .contributor a {
        font-size: 1.4rem; } }
.contributor h4 {
    margin-top: 3rem;
    margin-bottom: .6rem;
    color: #2B2B2B;
    letter-spacing: 0.04em; }
.contributor .contributor__image {
    position: relative;
    display: inline-block; }
.contributor .contributor__image:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      border-radius: 50%;
      background: #136FF0;
      opacity: 0;
      -webkit-transition: opacity .3s;
      -o-transition: opacity .3s;
      transition: opacity .3s; }
/* ------------------------------------------------------------ *\
	Person
\* ------------------------------------------------------------ */
.person .person__head {
  padding-top: 3.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #2B2B2B; }
.person .person__head-inner {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 2.6rem; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .person .person__head-inner {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-size: 2.2rem; } }
.person .person__head-content {
  padding-top: 2rem;
  padding-left: 4rem;
  padding-right: 3rem; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .person .person__head-content {
      padding-left: 0;
      padding-right: 0;
      text-align: center; } }
.person .person__head-inner img {
  width: 29rem;
  height: 29rem;
  border-radius: 50%;
  overflow: hidden; }
@media (max-width: 1023px) {
    .person .person__head-inner img {
      width: 24rem;
      height: 24rem; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .person .person__head-inner img {
      margin: 0 auto; } }
.person .person__title {
  margin-bottom: .4rem;
  font-size: 5.8rem; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .person .person__title {
      font-size: 3rem; } }
.person .person__body {
  max-width: 124rem;
  padding-left: 29rem;
  margin-left: auto; }
@media (max-width: 1023px) {
    .person .person__body {
      padding-left: 0; } }
.person .person__entry {
  margin-top: -6rem;
  margin-bottom: 7.6rem;
  padding-top: 5rem;
  padding-bottom: 3.5rem; }
@media (max-width: 1023px) {
    .person .person__entry {
      margin-top: 2rem;
      margin-bottom: 5.6rem; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .person .person__entry {
      margin-top: 4rem;
      padding-top: 4rem; } }
.person .person__entry p {
  margin-bottom: 2.6rem; }
.person .person__entry a {
  color: #136FF0; }
/* ------------------------------------------------------------ *\
	Badge
\* ------------------------------------------------------------ */
.badge {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  max-width: 29rem;
  margin-top: 2rem;
  padding: 2rem 3.6rem 3.5rem 3.6rem;
  font-family: "Barlow", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #EB1718;
  text-transform: uppercase;
  -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 16px rgba(0, 0, 0, 0.12);
  letter-spacing: 0.04em; }
@media (max-width: 1023px) {
    .badge {
      margin-left: 27rem;
      margin-top: 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .badge {
      margin: 2rem auto 0; } }
.badge p {
    margin-bottom: 1.5rem; }
/* ------------------------------------------------------------ *\
	Sponsors
\* ------------------------------------------------------------ */
.sponsors {
  padding-top: 6rem;
  margin: 0 -4rem -1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .sponsors {
      padding-top: 2rem; } }
/* ------------------------------------------------------------ *\
	Sponsor
\* ------------------------------------------------------------ */
.sponsor {
  max-width: 29rem;
  width: 100%;
  margin: 0 2rem 6rem; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .sponsor {
      margin-bottom: 0; } }
.sponsor a {
    width: 100%;
    min-height: 16.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s; }
.sponsor a:hover {
      -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.12);
              box-shadow: 0 2px 16px rgba(0, 0, 0, 0.12); }
/* ------------------------------------------------------------ *\
	Firm
\* ------------------------------------------------------------ */
.firm {
  padding-top: 3.3rem; }
.firm .firm__head {
    padding-bottom: 8.1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #2B2B2B; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .firm .firm__head {
        padding-bottom: 1rem; } }
.firm .firm__head-content {
    width: 73%;
    font-size: 2.4rem;
    line-height: 1.5; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .firm .firm__head-content {
        width: 100%;
        font-size: 2rem; } }
.firm .firm__head-content a.firm--link {
    margin-bottom: 7.3rem;
    display: inline-block;
    font-style: italic;
    font-size: 1.6rem;
    font-family: "Inter", sans-serif;
    color: #5B5B5B;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    text-decoration: none; }
.firm .firm__head-content a.firm--link:hover {
      color: #136FF0; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .firm .firm__head-content a.firm--link {
        margin-bottom: 3rem; } }
.firm .firm__title {
    margin-bottom: .9rem;
    font-size: 5.8rem;
    line-height: 1.21; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .firm .firm__title {
        font-size: 3rem; } }
@media (max-width: 1023px) {
    .firm .firm__logo {
      -webkit-box-flex: 1;
          -ms-flex: 1 1;
              flex: 1 1; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .firm .firm__logo {
      width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; } }
.firm .firm__openings {
    max-width: 95rem;
    width: 100%;
    padding-top: 3.7rem; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .firm .firm__openings {
        padding-top: 1rem; } }
.firm .socials ul {
  margin-bottom: 7.3rem; }
/* ------------------------------------------------------------ *\
	Jobs
\* ------------------------------------------------------------ */
.jobs {
  padding-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
.jobs .jobs__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1; }
@media (max-width: 1023px) {
      .jobs .jobs__content {
        width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; } }
.jobs .jobs__aside {
    max-width: 44rem;
    padding-left: 4rem; }
@media (max-width: 1023px) {
      .jobs .jobs__aside {
        max-width: 100%;
        padding-left: 0;
        padding-top: 5rem; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .jobs .jobs__aside {
        padding-top: 2rem; } }
.jobs .jobs__head {
    padding-bottom: 2rem;
    margin-bottom: 4.1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 3px solid #EB1718; }
.jobs .jobs__body {
    padding-bottom: 3rem; }
/* ------------------------------------------------------------ *\
	Job
\* ------------------------------------------------------------ */
.job {
  padding-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #E0E0E0; }
.job .job__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    font-size: 1.6rem;
    color: #2B2B2B;
    line-height: 1.3; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .job .job__content {
        width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; } }
.job .job__content a {
    margin-bottom: 1.2rem;
    display: inline-block;
    font-family: "Inter", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s; }
.job .job__content a:hover {
      color: #136FF0; }
.job .job__content small {
    margin-bottom: 1.8rem;
    display: block;
    font-family: "Inter", sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    color: #5B5B5B;
    text-transform: uppercase; }
.job .job__content small strong {
    margin-right: 2.7rem;
    display: inline-block;
    font-size: 1.4rem; }
.job .job__content small img {
    margin-right: .3rem; }
.job .job__image {
    width: 27%;
    padding-left: 2rem;
    text-align: right;
    margin-left: auto; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .job .job__image {
        width: auto;
        margin-left: initial;
        margin-top: 30px;
        padding-left: 0; } }
.job + .job {
  padding-top: 2.3rem;
  padding-bottom: 3.4rem; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .job + .job {
      padding-bottom: 2.4rem; } }
/* ------------------------------------------------------------ *\
	block-about
\* ------------------------------------------------------------ */
.block-about {
  position: relative;
  z-index: 3;
  max-width: 40rem;
  width: 100%;
  margin-top: -10rem;
  margin-left: auto;
  padding: 3.1rem 3rem 3.8rem 2.9rem;
  background: #fff;
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #555555;
  -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 16px rgba(0, 0, 0, 0.12); }
@media (max-width: 1199px) {
    .block-about {
      margin-top: -6rem; } }
@media (max-width: 1023px) {
    .block-about {
      max-width: 100%;
      margin-top: 0; } }
.block-about h4 {
    margin-bottom: 18px;
    font-family: "Barlow", sans-serif;
    color: #2B2B2B;
    text-transform: uppercase;
    letter-spacing: 0.055em; }
.block-about p a {
    margin-left: 0; }
.block-about a {
    margin-top: .6rem;
    margin-left: .6rem; }
.block-about--alt {
  margin-top: -23.2rem;
  padding: 5.1rem 3rem 3.8rem 2.9rem; }
@media (max-width: 1199px) {
    .block-about--alt {
      margin-top: -6.2rem; } }
@media (max-width: 1023px) {
    .block-about--alt {
      margin-top: -4rem; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .block-about--alt {
      margin-top: -1rem; } }
.block-about--alt .block__image {
    margin: 0 -3rem 3.1rem;
    padding: 0 3rem 4.7rem;
    border-bottom: 1px solid #CBCBCB;
    text-align: center; }
.block-about--alt a {
    color: #136FF0; }
.block-about--offset {
  margin-top: -19.3rem; }
@media (max-width: 1199px) {
    .block-about--offset {
      margin-top: -4rem; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .block-about--offset {
      margin-top: 0; } }
.block-about--different {
  width: auto;
  max-width: initial;
  margin-left: -2rem;
  margin-top: -11.3rem;
  padding: 4rem 3.9rem 2.5rem 3.9rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: "PT Serif", sans-serif;
  color: #2B2B2B;
  line-height: 1.3; }
@media (max-width: 1199px) {
    .block-about--different {
      margin-top: -8rem; } }
@media (max-width: 1023px) {
    .block-about--different {
      margin-top: 0;
      margin-left: 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .block-about--different {
      padding: 1rem 0 1.5rem 0; } }
.block-about--different h4 {
    margin-bottom: 2.4rem;
    padding-bottom: 1.8rem;
    border-bottom: 1px solid #E0E0E0;
    font-weight: 400; }
.block-about--different blockquote {
    position: relative;
    margin-top: 4rem;
    margin-bottom: 2.6rem;
    padding-top: 2.9rem;
    color: #606060;
    text-align: center; }
.block-about--different blockquote:before {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      height: 1px;
      width: 12.7rem;
      display: block;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      background: #E0E0E0; }
.block-about--different small {
    display: block;
    font-size: 1.6rem;
    color: #606060;
    text-align: center; }
/* ------------------------------------------------------------ *\
	Job Details
\* ------------------------------------------------------------ */
.job-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
.job-details .job__content {
    padding-top: 5.9rem;
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1; }
.job-details .job__content p {
    margin-bottom: 47px; }
.job-details .job__content h3 {
    margin-bottom: 9px;
    font-family: "Barlow", sans-serif;
    font-size: 2.8rem; }
.job-details .job__content h3 + p {
    margin-bottom: 55px; }
.job-details .list-squares ul {
    padding-top: 1.1rem; }
.job-details .list-squares ul li {
    padding-left: 2.8rem; }
.job-details .job__foot {
    max-width: 95rem;
    padding-top: 4.9rem; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .job-details .job__foot {
        font-size: 1.6rem; } }
.job-details .job__foot h4 {
    padding-bottom: 1.5rem;
    margin-bottom: 4.1rem;
    font-family: "Barlow", sans-serif;
    border-bottom: 3px solid #EB1718;
    text-transform: uppercase;
    letter-spacing: 0.06em; }
.job-details .job__foot img {
    margin-bottom: 3rem; }
.job-details .job__foot p {
    padding-right: 2rem; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .job-details .job__foot p {
        padding-right: 0; } }
.job-details .job__aside {
    max-width: 44rem;
    padding-left: 4rem; }
@media (max-width: 1023px) {
      .job-details .job__aside {
        max-width: 100%;
        width: 100%;
        padding-left: 0;
        padding-top: 5rem; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .job-details .job__aside {
        padding-top: 2rem; } }
/* ------------------------------------------------------------ *\
	Event
\* ------------------------------------------------------------ */
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .event {
    padding-top: 3rem; } }
.event .event__placeholder {
  width: 100%;
  height: 19.6rem;
  border: 1px solid #979797; }
/* ------------------------------------------------------------ *\
	Podcast
\* ------------------------------------------------------------ */
.podcast {
  width: 91%;
  margin-top: 3.9rem;
  padding-bottom: 7.4rem;
  color: #2B2B2B; }
@media (max-width: 1023px) {
    .podcast {
      width: 100%;
      margin-top: 2rem;
      padding-bottom: 0; } }
.podcast p {
    margin-bottom: 26px; }
.podcast p + h3 {
    padding-top: .6rem; }
.podcast h3 {
    font-family: "Barlow", sans-serif;
    font-size: 2.5rem;
    line-height: 1.2; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .podcast h3 {
        font-size: 2.3rem; } }
.podcast h3 + blockquote {
    padding-top: .9rem; }
.podcast blockquote + h3 {
    padding-top: .9rem;
    margin-bottom: 1.5rem; }
.podcast blockquote {
    font-style: italic; }
.podcast a.large {
    margin-bottom: 8.2rem;
    display: inline-block;
    color: #136FF0; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .podcast a.large {
        margin-bottom: 3rem; } }
.podcast .note {
    width: 95%; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .podcast .note {
        width: 100%; } }
/* ------------------------------------------------------------ *\
	Section About
\* ------------------------------------------------------------ */
.section-about .section__head {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff; }
@media (max-width: 1023px) {
    .section-about .section__head {
      padding-bottom: 3rem; } }
.section-about .section__head-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
.section-about .section__head small {
  display: block;
  margin-bottom: 1.7rem;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: #EB1718;
  text-transform: uppercase; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-about .section__head small {
      font-size: 1.6rem; } }
.section-about .section__head h1 {
  font-size: 5.8rem;
  line-height: 1.07; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-about .section__head h1 {
      font-size: 3.5rem; } }
.section-about .section__head-content {
  max-width: 70rem;
  padding: 5.8rem 0 7.5rem; }
@media (max-width: 1199px) {
    .section-about .section__head-content {
      max-width: 68rem; } }
@media (max-width: 1023px) {
    .section-about .section__head-content {
      max-width: 100%;
      padding-bottom: 3.5rem; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-about .section__head-content {
      padding-top: 3rem; } }
.section-about .section__logo {
  margin-top: -9.1rem;
  max-width: 30rem;
  width: 100%;
  padding: 3rem 3rem 3rem 3.6rem;
  background: #fff;
  font-family: "Barlow", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.055em;
  color: #5B5B5B;
  text-transform: uppercase; }
@media (max-width: 1023px) {
    .section-about .section__logo {
      margin-top: 0; } }
.section-about .section__logo p {
  margin-bottom: .9rem; }
.section-about .section__bar {
  padding: 24px 0 22px; }
.section-about .section__bar a {
  position: relative;
  margin-right: 3.2rem;
  padding-bottom: .5rem;
  font-family: "Barlow", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #5B5B5B;
  text-decoration: none;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s; }
.section-about .section__bar a:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 3px;
    background: #136FF0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    opacity: 0; }
.section-about .section__bar a:hover {
    color: #136FF0; }
.section-about .section__bar a:hover:before {
      opacity: 1; }
/* ------------------------------------------------------------ *\
	List Squares
\* ------------------------------------------------------------ */
.list-squares ul {
  margin-bottom: 3rem;
  padding-top: .2rem;
  padding-bottom: .3rem;
  padding-left: 2.9rem;
  list-style: none; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .list-squares ul {
      font-size: 1.6rem;
      padding-left: 0; } }
.list-squares ul li {
  position: relative;
  padding-left: 3.6rem; }
.list-squares ul li:before {
    content: '';
    position: absolute;
    top: 1.4rem;
    left: 0;
    width: .6rem;
    height: .6rem;
    background: #EB1718; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .list-squares ul li {
      padding-left: 2.5rem; } }
.list-squares ul li + li {
  margin-top: 2.6rem; }
/* ------------------------------------------------------------ *\
	About
\* ------------------------------------------------------------ */
.about {
  padding-bottom: 4.7rem;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #F1F1F1; }
.about:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    right: -100%;
    z-index: -1;
    background: #F1F1F1; }
.about .about__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    padding-right: .8rem;
    padding-top: 5.7rem; }
@media (max-width: 1023px) {
      .about .about__content {
        width: 100%; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .about .about__content {
        padding-right: 0;
        padding-top: 3rem; } }
.about .about__head {
    padding-bottom: 1.1rem;
    margin-bottom: 3.5rem;
    border-bottom: 3px solid #EB1718; }
.about .about__head h3 {
    font-family: "Barlow", sans-serif;
    font-size: 2.4rem;
    letter-spacing: 0.06em;
    text-transform: uppercase; }
.about .about__aside {
    max-width: 54rem;
    padding-left: 3rem; }
@media (max-width: 1199px) {
      .about .about__aside {
        max-width: 44rem; } }
@media (max-width: 1023px) {
      .about .about__aside {
        max-width: 100%;
        padding-left: 0; } }
.about .about__entry {
    color: #2B2B2B; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .about .about__entry {
        font-size: 1.6rem; } }
.about .about__entry h4 {
    margin-bottom: 2.6rem;
    font-family: "PT Serif", sans-serif;
    line-height: 1.5; }
.about .about__entry h4 i {
    letter-spacing: 0.033em; }
.about .about__entry p {
    margin-bottom: 2.6rem; }
.about .about__entry a {
    color: #136FF0; }
.about .about__entry ul {
    padding-top: 0; }
.about .about__entry ul li {
    padding-left: 2.7rem; }
/* ------------------------------------------------------------ *\
	Tile
\* ------------------------------------------------------------ */
.tile {
  max-width: 35rem;
  width: 100%;
  margin-bottom: 2rem;
  padding: .9rem 3rem 1rem 1.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #fff;
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  line-height: 1.21;
  color: #2B2B2B;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  text-decoration: none; }
@media (max-width: 1199px) {
    .tile {
      max-width: 100%; } }
.tile h5 {
    margin-bottom: .6rem;
    font-size: 1.8rem;
    line-height: 1.17; }
.tile img {
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    overflow: hidden; }
.tile .tile__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    padding-left: 2.1rem;
    padding-top: .5rem; }
/* ------------------------------------------------------------ *\
	Tiles
\* ------------------------------------------------------------ */
.tiles {
  padding-bottom: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
/* ------------------------------------------------------------ *\
	Form Register
\* ------------------------------------------------------------ */
.form-register {
  margin-top: -18.1rem;
  padding: 3.9rem 4.1rem 4rem 4rem;
  background: #fff;
  -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 16px rgba(0, 0, 0, 0.12); }
@media (max-width: 1199px) {
    .form-register {
      margin-top: -18.1rem; } }
@media (max-width: 1023px) {
    .form-register {
      margin-top: 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form-register {
      padding: 3.9rem 2rem 4rem 2rem; } }
.form-register h3,
.form-register .gform_heading {
    margin-bottom: 2.4rem;
    padding-bottom: 1.1rem;
    border-bottom: 3px solid #EB1718; }
.form-register .gform_title {
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    color: #2B2B2B;
    line-height: 1.07; }
.form-register .top_label .gfield_label {
    font-family: "Inter", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.25;
    color: #2B2B2B; }
.form-register .top_label div.ginput_container {
    margin-top: 0 !important; }
.form-register .gfield_required {
    margin-left: 0;
    color: #2B2B2B; }
.form-register .field_sublabel_below .ginput_complex.ginput_container label {
    margin-top: .6rem;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.21;
    color: #2B2B2B;
    letter-spacing: 0; }
.form-register ul.gform_fields li.gfield {
    padding-right: 0px;
    margin-right: -2px; }
.form-register ul.gform_fields li.gfield + li.gfield {
    margin-top: 14px;
    margin-bottom: 23px; }
.form-register input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    width: 100%;
    padding: .8rem 1rem;
    border: 1px solid #E0E0E0;
    -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.12);
            box-shadow: 0 2px 16px rgba(0, 0, 0, 0.12);
    font-family: "Inter", sans-serif; }
.form-register select {
    width: 100%;
    margin-bottom: -3px;
    padding: .5rem .4rem;
    font-family: "Inter", sans-serif;
    border: 1px solid #E0E0E0;
    -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.12);
            box-shadow: 0 2px 16px rgba(0, 0, 0, 0.12);
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
@media (max-width: 1023px) {
      .form-register select {
        background: #fff; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .form-register select {
        padding: 1.3rem .4rem; } }
.form-register .ginput_complex .ginput_right {
    position: relative;
    width: 100%;
    min-height: 4.1rem;
    padding-right: 0 !important; }
.form-register .ginput_complex .ginput_right:before {
      content: '';
      position: absolute;
      top: .8rem;
      right: 1rem;
      width: 2.4rem;
      height: 2.5rem;
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg);
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url(../images/arrow-next@2x.png);
      pointer-events: none; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .form-register .ginput_complex .ginput_right:before {
        top: 1.7rem; } }
.form-register input[type="checkbox"] {
    position: absolute;
    opacity: 0; }
.form-register .gfield_consent_label {
    position: relative;
    padding-top: .6rem;
    padding-left: 2.4rem;
    display: block;
    font-family: "Inter", sans-serif;
    font-size: 1.6rem;
    font-weight: 400; }
.form-register .gfield_consent_label:before {
      content: '';
      position: absolute;
      top: 1.2rem;
      left: .1rem;
      width: 1.3rem;
      height: 1.3rem;
      border: 1px solid #E0E0E0;
      background: #fff;
      -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
              box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
      -webkit-transition: background .3s;
      -o-transition: background .3s;
      transition: background .3s; }
.form-register input[type="checkbox"]:checked + .gfield_consent_label:before {
    background: #136FF0; }
.form-register .gform_footer {
    padding: .5rem 0 1rem 0; }
.form-register .button {
    min-width: 20.1rem;
    height: 4.8rem;
    border: 1px solid #136FF0;
    border-radius: 33px;
    background: #136FF0;
    font-family: "Barlow", sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff;
    line-height: 36px;
    -webkit-transition: color .3s, background .3s;
    -o-transition: color .3s, background .3s;
    transition: color .3s, background .3s; }
.form-register .button:hover {
      color: #136FF0;
      background: #fff; }
.form-register .gfield_consent_description {
    width: auto;
    padding: 3.1rem 0 0;
    margin-top: 2.9rem;
    margin-left: -2px;
    margin-right: 0;
    border: 0;
    border-top: 1px solid #E0E0E0;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    color: #5B5B5B;
    overflow-y: initial;
    line-height: 1.44;
    letter-spacing: 0.06em; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .form-register .gfield_consent_description {
        /*max-height: initial;*/ } }
.form-register .gfield_consent_description strong {
    font-weight: 700; }
/* ------------------------------------------------------------ *\
	SEction Speakers
\* ------------------------------------------------------------ */
.section-speakers {
  padding: 8.1rem 0 4rem; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-speakers {
      padding: 3rem 0; } }
.section-speakers .section__head {
    margin-bottom: 3rem;
    padding-bottom: 1.5rem;
    border-bottom: 3px solid #EB1718; }
.section-speakers .section__head h3 {
    font-size: 2.4rem;
    font-family: "Barlow", sans-serif;
    line-height: 1.21;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #2B2B2B; }
.section-speakers .section__callout {
    max-width: 70rem;
    margin: 10rem auto 0;
    padding: 5.2rem 2rem 6rem;
    text-align: center;
    -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.12);
            box-shadow: 0 2px 16px rgba(0, 0, 0, 0.12);
    color: #2B2B2B; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-speakers .section__callout {
        margin-top: 4rem; } }
.section-speakers .section__callout h2 {
    margin-bottom: 2px;
    font-family: "Barlow", sans-serif; }
.section-speakers .section__callout .btn {
    margin-top: 1.8rem;
    min-width: 20rem;
    height: 4.8rem;
    font-size: 1.8rem;
    line-height: 46px; }
/* ------------------------------------------------------------ *\
	Speaker
\* ------------------------------------------------------------ */
.speaker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
.speaker img {
    width: 22rem;
    height: 22rem;
    overflow: hidden;
    border-radius: 50%; }
.speaker .speaker__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    padding-left: 7rem;
    padding-top: 1.8rem; }
@media (max-width: 1023px) {
      .speaker .speaker__content {
        padding-left: 3rem; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .speaker .speaker__content {
        width: 100%;
        -webkit-box-flex: initial;
            -ms-flex: initial;
                flex: initial;
        padding-left: 0;
        padding-top: 2rem;
        font-size: 1.6rem; } }
.speaker h2 {
    margin-bottom: .5rem;
    font-family: "Barlow", sans-serif;
    line-height: 1.07;
    color: #2B2B2B; }
.speaker small {
    margin-bottom: 1.6rem;
    display: block;
    font-family: "Inter", sans-serif;
    font-size: 1.8rem;
    color: #5B5B5B; }
.speaker + .speaker {
  margin-top: 8.3rem; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .speaker + .speaker {
      margin-top: 6rem; } }
/* ------------------------------------------------------------ *\
	section-sponsors-details
\* ------------------------------------------------------------ */
.section-sponsors-details {
  padding: 4.1rem 0 8rem; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-sponsors-details {
      padding-bottom: 4rem; } }
.section-sponsors-details .section__head {
    margin-bottom: 3rem;
    padding-bottom: 1.5rem;
    border-bottom: 3px solid #EB1718; }
.section-sponsors-details .section__head h3 {
    font-size: 2.4rem;
    font-family: "Barlow", sans-serif;
    line-height: 1.21;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #2B2B2B; }
/* ------------------------------------------------------------ *\
	sponsor-details
\* ------------------------------------------------------------ */
.sponsor-details {
  padding: 1rem 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 2rem;
  line-height: 1.5; }
.sponsor-details .sponsor__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    padding-left: 4rem; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .sponsor-details .sponsor__content {
        width: 100%;
        -webkit-box-flex: initial;
            -ms-flex: initial;
                flex: initial;
        padding-left: 0;
        padding-top: 3rem;
        font-size: 1.6rem; } }
/* ------------------------------------------------------------ *\
	Videos
\* ------------------------------------------------------------ */
.videos {
  position: relative;
  z-index: 2;
  padding-top: 7.9rem;
  padding-bottom: 8rem;
  background: #2B2B2B; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .videos {
      padding-top: 3rem;
      padding-bottom: 3rem; } }
.videos:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    right: -100%;
    z-index: -1;
    background: #2B2B2B; }
.videos .videos__head {
    margin-bottom: 3.3rem;
    color: #fff; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .videos .videos__head {
        margin-bottom: 2rem;
        font-size: 1.6rem; } }
.videos .section__head-content {
    margin-bottom: 3rem;
    padding-bottom: .9rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 3px solid #EB1718; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .videos .section__head-content {
        margin-bottom: 1rem; } }
.videos .videos__head h3 {
    margin-bottom: 0;
    font-family: "Barlow", sans-serif;
    font-size: 2.4rem;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.06em; }
.videos .videos__head-inner {
    padding-top: 1.6rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.videos .videos__head-inner > a {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: 1.3rem;
    margin-top: .3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s; }
.videos .videos__head-inner > a.is-active {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
.videos .videos__body {
    padding-top: .7rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -1.9rem; }
@media (max-width: 1199px) {
      .videos .videos__body {
        margin: 0; } }
/* ------------------------------------------------------------ *\
	Video
\* ------------------------------------------------------------ */
.video {
  max-width: 33.33%;
  width: 100%;
  padding: 0 2rem;
  margin-bottom: 3.9rem;
  text-decoration: none; }
@media (max-width: 1023px) {
    .video {
      max-width: 50%; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .video {
      max-width: 100%;
      padding: 0; } }
.video:hover h4 {
    color: #136FF0; }
.video:hover strong img {
    margin-right: .4rem;
    margin-left: .7rem; }
.video:hover .play__btn {
    opacity: 1; }
.video:hover .video__image:before {
    opacity: .5; }
.video .video__inner {
    height: 100%;
    background: #fff; }
.video .video__image {
    position: relative;
    padding-top: 56%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover; }
.video .video__image:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: #136FF0;
      opacity: 0;
      -webkit-transition: opacity .3s;
      -o-transition: opacity .3s;
      transition: opacity .3s; }
.video .play__btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6.8rem;
    height: 6.8rem;
    background: #fff;
    border-radius: 50%;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
.video .play__btn:before {
      content: '';
      position: absolute;
      top: 51%;
      left: 54%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      border-left: 18px solid #136FF0;
      border-top: 12px solid transparent;
      border-bottom: 13px solid transparent; }
.video .video__content {
    padding: 2.8rem 3.5rem 2.9rem 2.9rem;
    background: #fff; }
@media (max-width: 1199px) {
      .video .video__content {
        padding: 2.8rem 2.5rem 2.3rem 1.9rem; } }
.video small {
    margin-bottom: .5rem;
    display: block;
    font-family: "Inter", sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    color: #5B5B5B;
    text-transform: uppercase; }
.video h4 {
    margin-bottom: 1.9rem;
    font-family: "Barlow", sans-serif;
    font-size: 2.2rem;
    color: #2B2B2B;
    line-height: 1.18;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s; }
@media (max-width: 1199px) {
      .video h4 {
        font-size: 2rem; } }
.video strong {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: "Barlow", sans-serif;
    font-size: 1.8rem;
    color: #136FF0; }
.video strong img {
    margin-top: .2rem;
    margin-right: 1.1rem;
    -webkit-transition: margin .3s;
    -o-transition: margin .3s;
    transition: margin .3s; }
/* ------------------------------------------------------------ *\
	List Numbers
\* ------------------------------------------------------------ */
.list-numbers ol {
  margin-bottom: 1.5rem;
  padding-top: .6rem;
  padding-bottom: 1.9rem;
  padding-left: 2.5rem;
  counter-reset: numbers;
  list-style: none; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .list-numbers ol {
      padding-left: 0; } }
.list-numbers ol li {
  position: relative;
  padding-left: 4rem;
  counter-increment: numbers; }
.list-numbers ol li:before {
    content: counter(numbers) ".";
    position: absolute;
    top: 0;
    left: 0;
    color: #EB1718; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .list-numbers ol li {
      padding-left: 2.5rem; } }
.list-numbers ol li + li {
  margin-top: 2.6rem; }
/* ------------------------------------------------------------ *\
	Overwrites
\* ------------------------------------------------------------ */
