*, *:before, *:after {
  box-sizing: border-box; }

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none; }

footer, header, nav, section, main {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'InterExtraBold';
  src: url("../fonts/Inter-ExtraBold.woff2") format("woff2"), url("../fonts/Inter-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'InterLight';
  src: url("../fonts/Inter-Light.woff2") format("woff2"), url("../fonts/Inter-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'InterBlack';
  src: url("../fonts/Inter-Black.woff2") format("woff2"), url("../fonts/Inter-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'InterExtraLight';
  src: url("../fonts/Inter-ExtraLight.woff2") format("woff2"), url("../fonts/Inter-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'InterBold';
  src: url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'InterThin';
  src: url("../fonts/Inter-Thin.woff2") format("woff2"), url("../fonts/Inter-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'InterMedium';
  src: url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'InterSemiBold';
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'InterRegular';
  src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Space Grotesk Bold';
  src: url("../fonts/SpaceGrotesk-Bold.woff2") format("woff2"), url("../fonts/SpaceGrotesk-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Space Grotesk Medium';
  src: url("../fonts/SpaceGrotesk-Medium.woff2") format("woff2"), url("../fonts/SpaceGrotesk-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Space Grotesk Light';
  src: url("../fonts/SpaceGrotesk-Light.woff2") format("woff2"), url("../fonts/SpaceGrotesk-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Space Grotesk Regular';
  src: url("../fonts/SpaceGrotesk-Regular.woff2") format("woff2"), url("../fonts/SpaceGrotesk-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Space Grotesk SemiBold';
  src: url("../fonts/SpaceGrotesk-SemiBold.woff2") format("woff2"), url("../fonts/SpaceGrotesk-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
.btn,
input[type="submit"],
input[type="button"],
button,
.button {
  background-color: #111111;
  border: 1px solid transparent;
  border-radius: 0px;
  text-align: center;
  font-family: 'Space Grotesk Bold' !important;
  text-decoration: none !important;
  outline: none;
  transition: all .2s ease-in;
  height: auto;
  box-sizing: border-box;
  color: #FFF !important;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
  font-size: 16px; }
  @media only screen and (min-width: 1px) and (max-width: 767px) {
    .btn,
    input[type="submit"],
    input[type="button"],
    button,
    .button {
      font-size: 14px; } }
  .btn:hover,
  input[type="submit"]:hover,
  input[type="button"]:hover,
  button:hover,
  .button:hover {
    background: black;
    cursor: pointer;
    color: #FFF;
    text-decoration: none; }
  .btn:active, .btn:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  button:active,
  button:focus,
  .button:active,
  .button:focus {
    outline: line; }
  .btn.black-with-arrow,
  input[type="submit"].black-with-arrow,
  input[type="button"].black-with-arrow,
  button.black-with-arrow,
  .button.black-with-arrow {
    background: url(../img/white-arrow.svg) no-repeat right 24px center #000;
    padding-right: 61px; }
  .btn.transparent,
  input[type="submit"].transparent,
  input[type="button"].transparent,
  button.transparent,
  .button.transparent {
    background-color: transparent;
    color: #111 !important; }
    .btn.transparent:hover,
    input[type="submit"].transparent:hover,
    input[type="button"].transparent:hover,
    button.transparent:hover,
    .button.transparent:hover {
      border-color: #111;
      color: #111 !important; }
  .btn.white-round,
  input[type="submit"].white-round,
  input[type="button"].white-round,
  button.white-round,
  .button.white-round {
    background-color: #FFF;
    color: #111111 !important;
    border-radius: 60px; }
    .btn.white-round:hover,
    input[type="submit"].white-round:hover,
    input[type="button"].white-round:hover,
    button.white-round:hover,
    .button.white-round:hover {
      background: #e6e6e6; }
  .btn.gray,
  input[type="submit"].gray,
  input[type="button"].gray,
  button.gray,
  .button.gray {
    background-color: #DADADA;
    color: #111 !important; }
    .btn.gray:hover,
    input[type="submit"].gray:hover,
    input[type="button"].gray:hover,
    button.gray:hover,
    .button.gray:hover {
      background: #c1c1c1;
      color: #111111 !important; }

textarea,
select,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="text"] {
  border: 1px solid #666666;
  border-radius: 8px;
  outline: none;
  box-sizing: border-box;
  resize: none;
  font-family: InterRegular;
  font-size: 16px;
  line-height: 28px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 8px;
  padding-bottom: 8px; }
  @media only screen and (min-width: 1px) and (max-width: 767px) {
    textarea,
    select,
    input[type="text"],
    input[type="email"],
    input[type="password"],
    input[type="number"],
    input[type="text"] {
      font-size: 14px;
      line-height: 26px; } }
  textarea::placeholder,
  select::placeholder,
  input[type="text"]::placeholder,
  input[type="email"]::placeholder,
  input[type="password"]::placeholder,
  input[type="number"]::placeholder,
  input[type="text"]::placeholder {
    font-family: InterRegular;
    font-size: 16px;
    color: #111;
    opacity: 1; }
    @media only screen and (min-width: 1px) and (max-width: 767px) {
      textarea::placeholder,
      select::placeholder,
      input[type="text"]::placeholder,
      input[type="email"]::placeholder,
      input[type="password"]::placeholder,
      input[type="number"]::placeholder,
      input[type="text"]::placeholder {
        font-size: 14px;
        line-height: 26px; } }
  textarea:-ms-input-placeholder,
  select:-ms-input-placeholder,
  input[type="text"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="text"]:-ms-input-placeholder {
    font-family: InterRegular;
    font-size: 16px;
    color: #111;
    opacity: 1; }
    @media only screen and (min-width: 1px) and (max-width: 767px) {
      textarea:-ms-input-placeholder,
      select:-ms-input-placeholder,
      input[type="text"]:-ms-input-placeholder,
      input[type="email"]:-ms-input-placeholder,
      input[type="password"]:-ms-input-placeholder,
      input[type="number"]:-ms-input-placeholder,
      input[type="text"]:-ms-input-placeholder {
        font-size: 14px;
        line-height: 26px; } }
  textarea::-ms-input-placeholder,
  select::-ms-input-placeholder,
  input[type="text"]::-ms-input-placeholder,
  input[type="email"]::-ms-input-placeholder,
  input[type="password"]::-ms-input-placeholder,
  input[type="number"]::-ms-input-placeholder,
  input[type="text"]::-ms-input-placeholder {
    font-family: InterRegular;
    font-size: 16px;
    color: #111;
    opacity: 1; }
    @media only screen and (min-width: 1px) and (max-width: 767px) {
      textarea::-ms-input-placeholder,
      select::-ms-input-placeholder,
      input[type="text"]::-ms-input-placeholder,
      input[type="email"]::-ms-input-placeholder,
      input[type="password"]::-ms-input-placeholder,
      input[type="number"]::-ms-input-placeholder,
      input[type="text"]::-ms-input-placeholder {
        font-size: 14px;
        line-height: 26px; } }

select {
  height: 44px; }

form .form-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px; }
form label {
  font-family: InterBold;
  margin-bottom: 3px; }

header {
  background: #1111110D;
  padding-top: 25px;
  padding-bottom: 25px;
  display: block;
  position: sticky;
  top: 0px;
  background-color: #FFF;
  z-index: 9;
  border-bottom: 1px solid rgba(18, 18, 18, 0.2); }
  @media only screen and (min-width: 1px) and (max-width: 1024px) {
    header {
      padding-top: 0px;
      padding-bottom: 0px; } }
  header .inner {
    flex-direction: row;
    gap: 20px;
    justify-content: space-between;
    align-items: center; }
    @media only screen and (min-width: 1px) and (max-width: 767px) {
      header .inner {
        padding-top: 18px;
        padding-bottom: 18px; } }
    header .inner #logo {
      background: url(../img/logo.png) no-repeat left top transparent;
      background-size: 160px auto;
      width: 160px;
      height: 50px;
      display: inline-block;
      text-indent: -1000cm;
      overflow: hidden; }
      @media only screen and (min-width: 1px) and (max-width: 1024px) {
        header .inner #logo {
          width: 120px;
          height: 36px;
          background-size: 120px auto; } }
    header .inner ul {
      display: flex;
      flex-direction: row;
      gap: 50px; }
      header .inner ul li a,
      header .inner ul li a:visited {
        color: #111111;
        text-decoration: none;
        font-family: 'Space Grotesk Bold'; }
        header .inner ul li a:hover,
        header .inner ul li a:visited:hover {
          text-decoration: underline; }
    @media only screen and (min-width: 1px) and (max-width: 1024px) {
      header .inner nav {
        display: none; } }
    header .inner nav ul li a[aria-current="page"],
    header .inner nav ul li a:visited[aria-current="page"] {
      text-decoration: underline; }
    @media only screen and (min-width: 1px) and (max-width: 1024px) {
      header .inner .header-links ul {
        gap: 0px; } }
    header .inner .header-links ul li a {
      width: 17px;
      height: 17px;
      background-size: 17px auto;
      background-repeat: no-repeat;
      background-color: transparent;
      text-indent: -1000cm;
      overflow: hidden;
      display: inline-block; }
      header .inner .header-links ul li a.search {
        background-image: url("../img/ico-search.svg"); }
        @media only screen and (min-width: 1px) and (max-width: 1024px) {
          header .inner .header-links ul li a.search {
            display: none; } }
      header .inner .header-links ul li a.account {
        background-image: url("../img/ico-account.svg"); }
        @media only screen and (min-width: 1px) and (max-width: 1024px) {
          header .inner .header-links ul li a.account {
            display: none; } }
      header .inner .header-links ul li a.cart {
        background-image: url("../img/ico-cart.svg");
        height: 21px; }
        @media only screen and (min-width: 1px) and (max-width: 1024px) {
          header .inner .header-links ul li a.cart {
            display: none; } }
      header .inner .header-links ul li a.mobile-menu {
        display: none;
        background-image: url("../img/mobile-nav.svg");
        background-size: 35px;
        height: 14px;
        width: 35px; }
        @media only screen and (min-width: 1px) and (max-width: 1024px) {
          header .inner .header-links ul li a.mobile-menu {
            display: block; } }

.mobile-navigation {
  background-color: #111;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  z-index: 9;
  display: none; }
  .mobile-navigation .mobile-nav-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 30px;
    padding: 20px;
    padding-top: 18px;
    padding-bottom: 18px;
    align-items: center; }
    .mobile-navigation .mobile-nav-header .logo {
      background: url(../img/logo-white.png) no-repeat left top transparent;
      background-size: 120px auto;
      width: 120px;
      height: 36px;
      display: inline-block;
      text-indent: -1000cm;
      overflow: hidden; }
    .mobile-navigation .mobile-nav-header .close {
      background: url(../img/close.svg) no-repeat left top transparent;
      background-size: 20px auto;
      width: 20px;
      height: 20px;
      display: inline-block;
      text-indent: -1000cm;
      overflow: hidden; }
  .mobile-navigation .header-links {
    border-top: 1px solid #383838;
    border-bottom: 1px solid #383838;
    margin-bottom: 50px; }
    .mobile-navigation .header-links ul {
      display: flex;
      gap: 30px;
      justify-content: space-between;
      align-items: center;
      padding-left: 50px;
      padding-right: 50px;
      width: auto;
      padding-top: 19px;
      padding-bottom: 19px; }
      .mobile-navigation .header-links ul li {
        flex-grow: 0;
        display: flex; }
        .mobile-navigation .header-links ul li a {
          width: 20px;
          height: 20px;
          background-size: 20px auto;
          background-repeat: no-repeat;
          background-color: transparent;
          text-indent: -1000cm;
          overflow: hidden;
          display: inline-block; }
          .mobile-navigation .header-links ul li a.search {
            background-image: url("../img/ico-search-white.svg"); }
          .mobile-navigation .header-links ul li a.account {
            background-image: url("../img/ico-account-white.svg"); }
          .mobile-navigation .header-links ul li a.cart {
            background-image: url("../img/ico-cart-white.svg");
            height: 26px; }
          .mobile-navigation .header-links ul li a.mobile-menu {
            display: none; }
  .mobile-navigation nav {
    padding-left: 50px;
    padding-right: 50px; }
    .mobile-navigation nav ul li {
      margin-bottom: 35px; }
      .mobile-navigation nav ul li:last-child {
        margin-bottom: 0px; }
      .mobile-navigation nav ul li a,
      .mobile-navigation nav ul li a:visited {
        color: #FFF;
        font-family: 'Space Grotesk Light';
        text-decoration: none;
        font-size: 40px;
        line-height: 30px; }

body.mobile-menu-is-open .mobile-navigation {
  display: block; }

footer {
  background-color: #000000;
  color: #666666;
  padding-top: 40px;
  padding-bottom: 0px; }
  @media only screen and (min-width: 1px) and (max-width: 767px) {
    footer {
      padding-top: 0px; } }
  footer a,
  footer a:visited {
    color: #666666;
    text-decoration: none;
    font-family: InterRegular; }
    footer a:hover,
    footer a:visited:hover {
      text-decoration: underline; }
  footer .inner {
    gap: 60px;
    flex-direction: row; }
    @media only screen and (min-width: 1px) and (max-width: 767px) {
      footer .inner {
        flex-direction: column;
        gap: 20px; } }
    footer .inner .block {
      transition: all .2s ease-in; }
      footer .inner .block form {
        position: relative;
        margin-top: 30px; }
        footer .inner .block form .form-item {
          margin: 0px; }
          footer .inner .block form .form-item input[type="text"],
          footer .inner .block form .form-item input[type="email"] {
            background-color: transparent;
            color: #FFF; }
            footer .inner .block form .form-item input[type="text"]::placeholder,
            footer .inner .block form .form-item input[type="email"]::placeholder {
              color: #FFF; }
            footer .inner .block form .form-item input[type="text"]:-ms-input-placeholder,
            footer .inner .block form .form-item input[type="email"]:-ms-input-placeholder {
              color: #FFF; }
            footer .inner .block form .form-item input[type="text"]::-ms-input-placeholder,
            footer .inner .block form .form-item input[type="email"]::-ms-input-placeholder {
              color: #FFF; }
          footer .inner .block form .form-item label {
            display: none; }
        footer .inner .block form input[type="submit"] {
          font-family: InterSemiBold;
          position: absolute;
          right: 7px;
          top: 7px;
          padding-top: 5px;
          padding-bottom: 5px;
          padding-left: 14px;
          padding-right: 14px; }
      footer .inner .block:hover {
        color: #FFF; }
        footer .inner .block:hover a,
        footer .inner .block:hover a:visited {
          color: #FFF; }
      footer .inner .block .social {
        display: flex;
        flex-direction: row;
        gap: 15px;
        margin-top: 30px; }
        footer .inner .block .social li a {
          background-size: 46px auto;
          background-repeat: no-repeat;
          background-color: transparent;
          background-position: left top;
          width: 46px;
          height: 46px;
          display: inline-block;
          text-indent: -1000cm; }
          footer .inner .block .social li a.pintrest {
            background-image: url("../img/ico-pintrest.svg"); }
          footer .inner .block .social li a.facebook {
            background-image: url("../img/ico-facebook.svg"); }
          footer .inner .block .social li a.instagram {
            background-image: url("../img/ico-instagram.svg"); }
          footer .inner .block .social li a.twitter {
            background-image: url("../img/ico-twitter.svg"); }
      footer .inner .block h3 {
        color: #FFF;
        font-size: 20px;
        font-family: 'Space Grotesk Bold';
        margin: 0px;
        padding: 0px; }
      footer .inner .block a,
      footer .inner .block a:visited {
        color: #666666;
        text-decoration: none;
        font-family: InterRegular; }
        footer .inner .block a:hover,
        footer .inner .block a:visited:hover {
          text-decoration: underline; }
      footer .inner .block:nth-child(1) {
        width: 30%; }
        @media only screen and (min-width: 1px) and (max-width: 767px) {
          footer .inner .block:nth-child(1) {
            width: 100%; } }
      footer .inner .block:nth-child(2), footer .inner .block:nth-child(3), footer .inner .block:nth-child(4) {
        width: 12%; }
        @media only screen and (min-width: 1px) and (max-width: 767px) {
          footer .inner .block:nth-child(2), footer .inner .block:nth-child(3), footer .inner .block:nth-child(4) {
            width: 100%; } }
      footer .inner .block:nth-child(5) {
        width: 34%; }
        @media only screen and (min-width: 1px) and (max-width: 767px) {
          footer .inner .block:nth-child(5) {
            width: 100%; } }
  footer .copyright {
    border-top: 1px solid #3f3f3f;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-top: 30px;
    font-size: 14px; }
    footer .copyright a,
    footer .copyright a:visited {
      color: #666666;
      font-family: InterRegular; }
    footer .copyright .inner {
      justify-content: space-between;
      gap: 30px; }
      @media only screen and (min-width: 1px) and (max-width: 767px) {
        footer .copyright .inner {
          padding: 0px;
          flex-direction: column;
          gap: 0px;
          text-align: center; } }
      footer .copyright .inner ul {
        display: flex;
        flex-direction: row;
        gap: 20px; }
        @media only screen and (min-width: 1px) and (max-width: 767px) {
          footer .copyright .inner ul {
            justify-content: center; } }

body {
  font-family: InterRegular;
  font-size: 16px;
  line-height: 28px; }
  @media only screen and (min-width: 1px) and (max-width: 767px) {
    body {
      font-size: 14px;
      line-height: 26px; } }

footer h1,
section h1 {
  font-size: 83px;
  line-height: 72px;
  margin-bottom: 20px;
  font-family: InterBold; }
  @media only screen and (min-width: 1px) and (max-width: 767px) {
    footer h1,
    section h1 {
      font-size: 61px;
      line-height: 58px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    footer h1,
    section h1 {
      font-size: 74px;
      line-height: 63px; } }
footer h2,
section h2 {
  font-size: 64px;
  line-height: 60px;
  font-family: "Space Grotesk Medium"; }
  @media only screen and (min-width: 1px) and (max-width: 767px) {
    footer h2,
    section h2 {
      font-size: 44px;
      line-height: 46px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    footer h2,
    section h2 {
      font-size: 35px;
      line-height: 39px; } }
footer h3,
section h3 {
  font-size: 43px;
  line-height: 66px;
  font-family: InterMedium; }
  @media only screen and (min-width: 1px) and (max-width: 1024px) {
    footer h3,
    section h3 {
      font-size: 23px;
      line-height: 38px; } }
footer p,
section p {
  margin: 0px;
  padding: 0px;
  margin-bottom: 20px; }
  footer p:last-child,
  section p:last-child {
    margin-bottom: 0px; }
footer strong,
section strong {
  font-family: InterBold; }
footer a,
footer a:visited,
section a,
section a:visited {
  font-family: 'Space Grotesk Bold';
  text-decoration: none;
  color: #000;
  transition: all .2s ease-in; }
  footer a:hover,
  footer a:visited:hover,
  section a:hover,
  section a:visited:hover {
    text-decoration: underline; }
  footer a.arrow-black,
  footer a:visited.arrow-black,
  section a.arrow-black,
  section a:visited.arrow-black {
    padding-right: 35px;
    letter-spacing: -0.7px;
    background: url("../img/black-arrow.svg") no-repeat right center transparent; }
  footer a.arrow-white,
  footer a:visited.arrow-white,
  section a.arrow-white,
  section a:visited.arrow-white {
    padding-right: 35px;
    letter-spacing: -0.7px;
    color: #FFF;
    background: url("../img/white-arrow.svg") no-repeat right center transparent; }
    footer a.arrow-white:hover,
    footer a:visited.arrow-white:hover,
    section a.arrow-white:hover,
    section a:visited.arrow-white:hover {
      color: #FFF; }

.editor-content h1 {
  font-size: 83px;
  line-height: 72px;
  margin-bottom: 20px;
  font-family: InterBold; }
  @media only screen and (min-width: 1px) and (max-width: 767px) {
    .editor-content h1 {
      font-size: 61px;
      line-height: 58px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .editor-content h1 {
      font-size: 74px;
      line-height: 63px; } }
.editor-content h2 {
  font-size: 64px;
  line-height: 60px;
  font-family: "Space Grotesk Medium"; }
  @media only screen and (min-width: 1px) and (max-width: 767px) {
    .editor-content h2 {
      font-size: 44px;
      line-height: 46px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .editor-content h2 {
      font-size: 35px;
      line-height: 39px; } }
.editor-content h3 {
  font-size: 43px;
  line-height: 66px;
  font-family: InterMedium; }
  @media only screen and (min-width: 1px) and (max-width: 1024px) {
    .editor-content h3 {
      font-size: 23px;
      line-height: 38px; } }
.editor-content p {
  margin: 0px;
  padding: 0px;
  margin-bottom: 20px; }
  .editor-content p:last-child {
    margin-bottom: 0px; }
.editor-content strong {
  font-family: InterBold; }
.editor-content a,
.editor-content a:visited {
  font-family: 'Space Grotesk Bold';
  text-decoration: none;
  color: #000;
  transition: all .2s ease-in; }
  .editor-content a:hover,
  .editor-content a:visited:hover {
    text-decoration: underline; }
  .editor-content a.arrow-black,
  .editor-content a:visited.arrow-black {
    padding-right: 35px;
    letter-spacing: -0.7px;
    background: url("../img/black-arrow.svg") no-repeat right center transparent; }
  .editor-content a.arrow-white,
  .editor-content a:visited.arrow-white {
    padding-right: 35px;
    letter-spacing: -0.7px;
    color: #FFF;
    background: url("../img/white-arrow.svg") no-repeat right center transparent; }
    .editor-content a.arrow-white:hover,
    .editor-content a:visited.arrow-white:hover {
      color: #FFF; }

.inner {
  display: flex;
  flex-direction: column;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 1px) and (max-width: 1280px) {
    .inner {
      padding: 20px; } }

main {
  margin-bottom: 50px; }

section {
  margin-bottom: 50px; }

section.faq {
  background-color: #E5E5E5;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media only screen and (min-width: 1px) and (max-width: 767px) {
    section.faq {
      padding-top: 40px;
      padding-bottom: 40px; } }
  section.faq .inner h2 {
    margin-bottom: 50px;
    max-width: 650px; }
  section.faq .inner .row {
    border-top: 1px solid #c4c4c4;
    text-align: left; }
    section.faq .inner .row h3 {
      font-size: 28px;
      line-height: 30px; }
      @media only screen and (min-width: 1px) and (max-width: 767px) {
        section.faq .inner .row h3 {
          font-size: 21px;
          line-height: 27px; } }
      section.faq .inner .row h3 a,
      section.faq .inner .row h3 a:visited {
        font-family: InterMedium;
        background: url("../img/ico-plus.svg") no-repeat right center transparent;
        background-size: 20px auto;
        display: block;
        margin-top: 20px;
        margin-bottom: 20px;
        padding-right: 29px; }
    section.faq .inner .row .image,
    section.faq .inner .row .text {
      margin-top: 30px;
      margin-bottom: 30px; }
      @media only screen and (min-width: 1px) and (max-width: 767px) {
        section.faq .inner .row .image,
        section.faq .inner .row .text {
          margin: 0px; } }
    section.faq .inner .row .more {
      display: none; }
    section.faq .inner .row:last-child {
      border-bottom: 1px solid #c4c4c4; }
    section.faq .inner .row.open h3 a,
    section.faq .inner .row.open h3 a:visited {
      font-family: InterMedium;
      background: url("../img/ico-minus.svg") no-repeat right center transparent;
      background-size: 20px auto;
      display: block;
      margin-top: 20px;
      margin-bottom: 20px; }
    section.faq .inner .row.open .more {
      display: flex;
      flex-direction: row;
      gap: 50px; }
      @media only screen and (min-width: 1px) and (max-width: 767px) {
        section.faq .inner .row.open .more {
          flex-direction: column; } }
      section.faq .inner .row.open .more .image {
        width: 50%; }
        @media only screen and (min-width: 1px) and (max-width: 767px) {
          section.faq .inner .row.open .more .image {
            width: 100%; } }
        section.faq .inner .row.open .more .image img {
          max-width: 100%;
          height: auto; }
      section.faq .inner .row.open .more .text {
        width: 50%; }
        @media only screen and (min-width: 1px) and (max-width: 767px) {
          section.faq .inner .row.open .more .text {
            width: 100%; } }
    section.faq .inner .row.open .no-image .more .text {
      width: 100%; }

section.form,
section.text {
  display: flex;
  flex-direction: column;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 1px) and (max-width: 1280px) {
    section.form,
    section.text {
      padding: 20px; } }

section.header {
  background-color: #E5E5E5;
  margin: 0px;
  height: calc(100vh - 100px); }
  @media only screen and (min-width: 1px) and (max-width: 1024px) {
    section.header {
      height: auto; } }
  section.header .inner {
    height: 100%;
    justify-content: center;
    gap: 100px;
    flex-direction: row;
    padding-top: 50px;
    padding-bottom: 50px; }
    @media only screen and (min-width: 1px) and (max-width: 1024px) {
      section.header .inner {
        flex-direction: column; } }
    section.header .inner .text {
      width: 30%;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      @media only screen and (min-width: 1px) and (max-width: 1024px) {
        section.header .inner .text {
          width: 100%; } }
    section.header .inner .image {
      width: 70%;
      text-align: right; }
      @media only screen and (min-width: 1px) and (max-width: 1024px) {
        section.header .inner .image {
          width: 100%;
          text-align: center; } }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        section.header .inner .image {
          display: none; } }
      section.header .inner .image img {
        max-width: 100%;
        height: auto;
        max-height: 100%; }
        @media only screen and (min-width: 1px) and (max-width: 767px) {
          section.header .inner .image img {
            max-width: none;
            max-width: 100%; } }

section.quotes {
  display: flex;
  flex-direction: column;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #111111;
  border-radius: 60px;
  color: #FFF;
  padding: 70px; }
  @media only screen and (min-width: 1px) and (max-width: 1280px) {
    section.quotes {
      padding: 20px; } }
  @media only screen and (min-width: 1px) and (max-width: 1024px) {
    section.quotes {
      padding: 50px; } }
  section.quotes .header {
    display: flex;
    justify-content: space-between;
    gap: 30px; }
    section.quotes .header h2 {
      max-width: 441px; }
      @media only screen and (min-width: 1px) and (max-width: 767px) {
        section.quotes .header h2 {
          max-width: none;
          text-align: center; } }
    section.quotes .header span {
      text-align: right;
      max-width: 219px;
      font-size: 28px;
      line-height: 34px; }
      @media only screen and (min-width: 1px) and (max-width: 767px) {
        section.quotes .header span {
          display: none; } }
      section.quotes .header span img {
        max-width: 24px;
        height: auto; }
  @media only screen and (min-width: 1px) and (max-width: 767px) {
    section.quotes .inner {
      padding-top: 0px; } }
  section.quotes .inner .slider {
    margin-top: 60px; }
    @media only screen and (min-width: 1px) and (max-width: 767px) {
      section.quotes .inner .slider {
        margin-top: 30px; } }
    section.quotes .inner .slider .slick-dots {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      gap: 10px;
      margin-top: 50px; }
      section.quotes .inner .slider .slick-dots li button {
        background-color: #FFF;
        border-radius: 50%;
        display: inline-block;
        text-indent: -1000cm;
        width: 15px;
        height: 15px;
        overflow: hidden;
        display: inline-block;
        padding: 0px;
        margin: 0px; }
      section.quotes .inner .slider .slick-dots li.slick-active button {
        background-color: #ffb803; }
    section.quotes .inner .slider .item blockquote {
      position: relative; }
      section.quotes .inner .slider .item blockquote:before {
        content: '';
        background: url(../img/ico-white-quote.svg) no-repeat left top transparent;
        background-size: 40px auto;
        width: 40px;
        height: 34px;
        display: inline-block;
        margin-bottom: 10px; }
      section.quotes .inner .slider .item blockquote .by {
        display: flex;
        flex-direction: row;
        gap: 15px; }
        section.quotes .inner .slider .item blockquote .by img {
          max-width: 60px;
          height: auto;
          border-radius: 60px; }
        section.quotes .inner .slider .item blockquote .by .meta {
          display: flex;
          flex-direction: column;
          gap: 6px;
          line-height: 17px;
          justify-content: center; }
          section.quotes .inner .slider .item blockquote .by .meta .name {
            font-family: 'Space Grotesk Bold';
            font-size: 14px; }
          section.quotes .inner .slider .item blockquote .by .meta .title {
            font-size: 13px; }

section.news {
  text-align: center;
  background-color: #FFF8E7;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media only screen and (min-width: 1px) and (max-width: 767px) {
    section.news {
      padding-top: 40px;
      padding-bottom: 0px; } }
  section.news .inner .slider {
    margin-top: 39px; }
    section.news .inner .slider .slick-arrow {
      background-size: 26px auto;
      background-repeat: no-repeat;
      background-color: transparent;
      width: 26px;
      height: 21px;
      padding: 0px;
      margin: 0px;
      text-indent: -1000cm;
      overflow: hidden;
      position: absolute;
      top: calc(50% - 21px);
      z-index: 8; }
      section.news .inner .slider .slick-arrow.slick-prev {
        background-image: url("../img/small-arrow-left.svg");
        left: -49px; }
      section.news .inner .slider .slick-arrow.slick-next {
        background-image: url("../img/small-arrow-right.svg");
        right: -49px; }
    section.news .inner .slider .item {
      text-align: left;
      overflow: hidden; }
      section.news .inner .slider .item .item-wrapper {
        padding: 20px; }
        @media only screen and (min-width: 1px) and (max-width: 767px) {
          section.news .inner .slider .item .item-wrapper {
            padding: 0px; } }
      section.news .inner .slider .item img {
        display: block;
        margin-bottom: 20px; }
      section.news .inner .slider .item h3 {
        font-size: 20px;
        line-height: 29px; }
        @media only screen and (min-width: 1px) and (max-width: 767px) {
          section.news .inner .slider .item h3 {
            text-align: center; } }

.image-and-text {
  display: flex;
  flex-direction: row;
  gap: 30px;
  color: #000;
  padding-top: 70px;
  padding-bottom: 70px; }
  @media only screen and (min-width: 1px) and (max-width: 767px) {
    .image-and-text {
      flex-direction: column;
      padding-bottom: 40px;
      padding-top: 40px; } }
  .image-and-text .image {
    width: 50%; }
    @media only screen and (min-width: 1px) and (max-width: 767px) {
      .image-and-text .image {
        width: 100%; } }
    .image-and-text .image img {
      max-width: 100%;
      height: auto;
      display: block; }
  .image-and-text.right .image {
    order: 2; }
    @media only screen and (min-width: 1px) and (max-width: 767px) {
      .image-and-text.right .image {
        order: 2; } }
  .image-and-text.right .text {
    order: 1; }
    @media only screen and (min-width: 1px) and (max-width: 767px) {
      .image-and-text.right .text {
        order: 2; } }
  .image-and-text.left .image {
    order: 1; }
  .image-and-text.left .text {
    order: 2; }
  .image-and-text.no-image .text {
    width: 100%; }
    .image-and-text.no-image .text h2 {
      margin-bottom: 30px; }
  .image-and-text .text {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media only screen and (min-width: 1px) and (max-width: 767px) {
      .image-and-text .text {
        width: 100%; } }
    .image-and-text .text h2 {
      margin-bottom: 20px; }

.tabs {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #c4c4c4;
  gap: 25px;
  overflow-x: auto;
  flex-wrap: nowrap; }
  .tabs li {
    flex-shrink: 0; }
    .tabs li a,
    .tabs li a:visited {
      color: #000;
      font-family: 'Space Grotesk Regular';
      text-align: center;
      padding-left: 10px;
      padding-right: 10px;
      padding-bottom: 8px;
      padding-bottom: 8px;
      display: inline-block;
      position: relative; }
      .tabs li a:hover,
      .tabs li a:visited:hover {
        text-decoration: none; }
        .tabs li a:hover:after,
        .tabs li a:visited:hover:after {
          content: '';
          border-bottom: 3px solid #111;
          width: 100%;
          height: 3px;
          position: absolute;
          bottom: 0px;
          left: 0px;
          z-index: 2; }
    .tabs li.active a,
    .tabs li.active a:visited {
      font-family: 'Space Grotesk Bold'; }
      .tabs li.active a:after,
      .tabs li.active a:visited:after {
        content: '';
        border-bottom: 3px solid #111;
        width: 100%;
        height: 3px;
        position: absolute;
        bottom: 0px;
        left: 0px;
        z-index: 2; }

section.other h2 {
  margin-bottom: 50px; }

section.usps .inner {
  display: flex;
  flex-direction: row;
  gap: 30px;
  justify-content: center; }
  @media only screen and (min-width: 1px) and (max-width: 767px) {
    section.usps .inner {
      flex-direction: column; } }
  section.usps .inner .usp {
    background-color: #E5E5E5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    flex-basis: 0;
    gap: 20px;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 15px; }
    @media only screen and (min-width: 1px) and (max-width: 767px) {
      section.usps .inner .usp {
        padding-top: 20px;
        padding-bottom: 20px;
        gap: 7px; } }
    section.usps .inner .usp img {
      max-width: 47px;
      height: auto; }
    section.usps .inner .usp h3 {
      font-size: 21px;
      line-height: 28px;
      font-family: 'Space Grotesk Bold'; }

section.image-and-text-example-black {
  background-color: #000; }
  section.image-and-text-example-black .image-and-text {
    color: #FFF; }

/*# sourceMappingURL=style.css.map */
