@font-face {
  font-family: "icons-1596634787000";
  src: url("../fonts/icons-1596634787000.eot");
  src: url("../fonts/icons-1596634787000.eot?#iefix") format("eot"), url("../fonts/icons-1596634787000.woff") format("woff"), url("../fonts/icons-1596634787000.ttf") format("truetype"), url("../fonts/icons-1596634787000.svg#icons-1596634787000") format("svg");
  font-weight: normal;
  font-style: normal; }

.icon:before {
  display: inline-block;
  font-family: "icons-1596634787000";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow:before {
  content: "\EA01"; }

.icon-mail:before {
  content: "\EA02"; }

.icon-pointer:before {
  content: "\EA03"; }

.btn {
  display: inline-block;
  font-weight: 500;
  color: #2B2B2B;
  transition: all ease-in-out .2s; }
  .btn:hover {
    transform: translateY(2px); }

* {
  box-sizing: border-box; }

html {
  font-size: 10px; }

body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  line-height: 3.3rem;
  color: #2B2B2B;
  overflow-x: hidden; }

.container {
  margin: 0 auto;
  width: 1100px;
  max-width: calc(100% - 60px); }

h1 {
  margin: 0;
  font-family: "Judson", serif;
  font-size: 10.6rem;
  font-weight: 400;
  line-height: 10.1rem; }
  @media (max-width: 995px) {
    h1 {
      font-size: 8rem;
      line-height: 8rem; } }
  @media (max-width: 640px) {
    h1 {
      font-size: 6rem;
      line-height: 6rem; } }
  @media (max-width: 420px) {
    h1 {
      font-size: 4rem;
      line-height: 4rem; } }

h2 {
  margin: 0;
  font-family: "Judson", serif;
  font-size: 6.5rem;
  font-weight: 400;
  line-height: 1; }
  @media (max-width: 995px) {
    h2 {
      font-size: 5rem; } }
  @media (max-width: 640px) {
    h2 {
      font-size: 4rem; } }
  @media (max-width: 420px) {
    h2 {
      font-size: 3rem; } }

.brands__inner {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
  padding: 0 30px;
  max-width: 2000px;
  margin: 0 auto; }
  .brands__inner > div,
  .brands__inner > a,
  .brands__inner > span {
    width: calc(100% / 3 - 30px);
    margin: 15px; }
  @media (max-width: 1170px) {
    .brands__inner {
      display: flex;
      flex-wrap: wrap;
      margin: -15px;
      justify-content: center; }
      .brands__inner > div,
      .brands__inner > a,
      .brands__inner > span {
        width: calc(100% / 2 - 30px);
        margin: 15px; } }
  @media (max-width: 800px) {
    .brands__inner {
      display: flex;
      flex-wrap: wrap;
      margin: -15px;
      padding: 0 20%; }
      .brands__inner > div,
      .brands__inner > a,
      .brands__inner > span {
        width: calc(100% / 1 - 30px);
        margin: 15px; } }
  @media (max-width: 600px) {
    .brands__inner {
      padding: 0 10%; } }
  @media (max-width: 450px) {
    .brands__inner {
      padding: 0 30px; } }

.brands__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  color: #FFF;
  background: #000;
  overflow: hidden; }
  .brands__item:first-child .brands__logo img {
    max-width: 150px; }
  .brands__item:hover .brands__bg {
    transform: scale(1.05); }
  .brands__item--coming-soon {
    flex-direction: column; }
    .brands__item--coming-soon:hover .brands__bg {
      transform: none; }

.brands__logo {
  z-index: 2;
  position: relative; }
  .brands__logo img {
    width: 185px; }

.brands__bg {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.3;
  transition: all ease-in-out .2s; }

.brands__coming-soon {
  z-index: 2;
  position: relative;
  margin-bottom: 20px;
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #FFF; }

.contact {
  padding: 135px 0 100px 0; }
  @media (max-width: 995px) {
    .contact {
      padding: 50px 0; } }
  .contact__heading {
    text-align: center; }
    .contact__heading p {
      margin: 20px 0 0 0; }
  .contact__inner {
    display: flex;
    flex-wrap: wrap;
    margin: -0px -50px;
    padding-top: 100px;
    align-items: center; }
    .contact__inner > div,
    .contact__inner > a,
    .contact__inner > span {
      width: calc(100% / 2 - 100px);
      margin: 0px 50px; }
    @media (max-width: 1040px) {
      .contact__inner {
        display: flex;
        flex-wrap: wrap;
        margin: -0px -25px; }
        .contact__inner > div,
        .contact__inner > a,
        .contact__inner > span {
          width: calc(100% / 2 - 50px);
          margin: 0px 25px; } }
    @media (max-width: 995px) {
      .contact__inner {
        padding-top: 50px; } }
    @media (max-width: 900px) {
      .contact__inner {
        display: flex;
        flex-wrap: wrap;
        margin: -25px;
        padding: 50px 20% 0 20%; }
        .contact__inner > div,
        .contact__inner > a,
        .contact__inner > span {
          width: calc(100% / 1 - 50px);
          margin: 25px; } }
    @media (max-width: 725px) {
      .contact__inner {
        padding: 50px 10% 0 10%; } }
    @media (max-width: 570px) {
      .contact__inner {
        padding: 50px 0 0 0; } }
  .contact__form {
    padding: 50px;
    border: 4px solid #FFE8F3; }
    @media (max-width: 900px) {
      .contact__form {
        order: 2; } }
    @media (max-width: 600px) {
      .contact__form {
        padding: 30px; } }
    .contact__form label {
      position: relative;
      margin-bottom: 20px;
      display: flex;
      flex-direction: column;
      font-size: 1.8rem;
      font-weight: 500; }
      .contact__form label input,
      .contact__form label textarea {
        padding: 0 20px;
        height: 50px;
        font-family: "Roboto", sans-serif;
        font-size: 1.6rem;
        border: 1px solid #CECECE;
        transition: all ease-in-out .2s;
        box-shadow: none; }
        .contact__form label input::-moz-placeholder, .contact__form label textarea::-moz-placeholder {
          color: #6F6F6F;
          opacity: 1; }
        .contact__form label input:-ms-input-placeholder, .contact__form label textarea:-ms-input-placeholder {
          color: #6F6F6F;
          opacity: 1; }
        .contact__form label input::-ms-input-placeholder, .contact__form label textarea::-ms-input-placeholder {
          color: #6F6F6F;
          opacity: 1; }
        .contact__form label input::placeholder,
        .contact__form label textarea::placeholder {
          color: #6F6F6F;
          opacity: 1; }
        .contact__form label input:focus,
        .contact__form label textarea:focus {
          outline: none;
          border: 1px solid #2B2B2B; }
      .contact__form label textarea {
        padding: 20px;
        height: 120px;
        resize: none; }
      .contact__form label input[type="number"] {
        width: 100px; }
    .contact__form button {
      padding: 0;
      font-family: "Judson", serif;
      font-size: 2rem;
      text-transform: lowercase;
      color: #2B2B2B;
      text-decoration: underline;
      background: transparent;
      box-shadow: none;
      border: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      transition: all ease-in-out .2s; }
      .contact__form button:hover {
        cursor: pointer;
        transform: translateY(2px); }
  .contact__recaptcha {
    position: absolute;
    bottom: 10px;
    left: 120px;
    font-weight: 400; }
  @media (max-width: 900px) {
    .contact__data {
      order: 1; } }
  .contact__data ul {
    padding: 0;
    margin: 0; }
    @media (max-width: 900px) {
      .contact__data ul {
        display: flex;
        flex-direction: column;
        align-items: center; } }
    .contact__data ul li {
      position: relative;
      padding-left: 60px;
      font-family: "Judson", serif;
      font-size: 2.5rem;
      list-style-type: none; }
      @media (max-width: 520px) {
        .contact__data ul li {
          padding-left: 40px;
          font-size: 2rem; } }
      .contact__data ul li .icon {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 33px; }
        @media (max-width: 520px) {
          .contact__data ul li .icon {
            top: 5px;
            font-size: 25px; } }
      .contact__data ul li a {
        display: inline-block;
        color: #2B2B2B;
        text-decoration: underline;
        transition: all ease-in-out .2s; }
        .contact__data ul li a:hover {
          transform: translateX(2px); }
      .contact__data ul li:first-child {
        margin-bottom: 45px; }
        @media (max-width: 900px) {
          .contact__data ul li:first-child {
            margin-bottom: 25px; } }

.content {
  padding: 85px 0 135px 0; }
  @media (max-width: 995px) {
    .content {
      padding: 50px 0; } }
  .content__inner {
    width: 47%; }
    @media (max-width: 995px) {
      .content__inner {
        width: 60%; } }
    @media (max-width: 750px) {
      .content__inner {
        width: 75%; } }
    @media (max-width: 530px) {
      .content__inner {
        width: 100%; } }
  .content .btn .icon::before {
    transform: rotate(-110deg) translateX(-17px) translateY(15px);
    transition: all ease-in-out .2s; }
  .content .btn:hover .icon::before {
    transform: rotate(-100deg) translateX(-17px) translateY(15px); }

.footer {
  padding: 30px;
  font-size: 1.6rem;
  color: #6F6F6F;
  border-top: 1px solid #CECECE; }
  .footer__inner {
    display: flex;
    align-items: center; }
    @media (max-width: 810px) {
      .footer__inner {
        flex-direction: column;
        align-items: center; } }
  .footer__data ul {
    padding: 0;
    margin: 0;
    display: flex; }
    @media (max-width: 480px) {
      .footer__data ul {
        flex-direction: column;
        align-items: center; } }
    .footer__data ul li {
      list-style-type: none; }
      .footer__data ul li strong {
        margin-right: 5px; }
      .footer__data ul li:first-child {
        margin-right: 45px; }
        @media (max-width: 480px) {
          .footer__data ul li:first-child {
            margin-right: 0;
            margin-bottom: 10px; } }
  .footer__info {
    margin-left: auto; }
    @media (max-width: 810px) {
      .footer__info {
        margin-left: 0;
        text-align: center; } }
    .footer__info p {
      margin: 20px 0 0 0; }

.header__image {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 550px; }
  @media (max-width: 955px) {
    .header__image {
      height: 400px; } }
  .header__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top; }

.header .container {
  width: 1300px; }

.header__inner {
  position: relative;
  margin-top: 420px;
  padding: 83px 25% 0 100px;
  background: #FFE8F3; }
  @media (max-width: 1160px) {
    .header__inner {
      padding: 80px 10% 0 80px; } }
  @media (max-width: 955px) {
    .header__inner {
      margin-top: 260px;
      padding: 40px 20% 0 60px; } }
  @media (max-width: 420px) {
    .header__inner {
      margin-top: 320px;
      padding: 30px 40px 0 40px; } }
  .header__inner::after {
    content: "";
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: #FFF; }
    @media (max-width: 995px) {
      .header__inner::after {
        height: 13px; } }
    @media (max-width: 640px) {
      .header__inner::after {
        height: 9px; } }
    @media (max-width: 420px) {
      .header__inner::after {
        height: 6px; } }

.header__logo {
  position: absolute;
  top: -30px;
  left: 100px;
  font-family: "Judson", serif;
  font-size: 3.9rem;
  font-weight: 700;
  letter-spacing: -3.3px; }
  @media (max-width: 1160px) {
    .header__logo {
      left: 80px; } }
  @media (max-width: 955px) {
    .header__logo {
      left: 60px; } }
  @media (max-width: 420px) {
    .header__logo {
      top: -26px;
      left: 40px;
      font-size: 2.8rem;
      letter-spacing: -2px; } }

.header__title {
  z-index: 2;
  position: relative; }
