:root {
  --container-padding: 16px;
  --content-width: calc(1344px + (2 * var(--container-padding)));
  --grid-row-gap: 16px;
  --grid-column-gap: 16px; }
  @media (min-width: 460px) {
    :root {
      --grid-row-gap: 16px;
      --grid-column-gap: 16px;
      --container-padding: 16px; } }
  @media (min-width: 769px) {
    :root {
      --grid-row-gap: 24px;
      --grid-column-gap: 24px;
      --container-padding: 24px; } }
  @media (min-width: 1024px) {
    :root {
      --grid-row-gap: 24px;
      --grid-column-gap: 24px;
      --container-padding: 24px; } }
.container {
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
  width: 100%;
  margin: 0 auto; }
  .container:not(.container--fluid) {
    max-width: var(--content-width); }

.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: var(--grid-row-gap) var(--grid-column-gap); }
  .grid.no-gap {
    grid-gap: 0 0; }
  .grid.no-row-gap {
    grid-row-gap: 0; }
  .grid.no-column-gap {
    grid-column-gap: 0; }

.col-0 {
  grid-column-end: span 0; }

.col-1 {
  grid-column-end: span 1; }

.col-2 {
  grid-column-end: span 2; }

.col-3 {
  grid-column-end: span 3; }

.col-4 {
  grid-column-end: span 4; }

.col-5 {
  grid-column-end: span 5; }

.col-6 {
  grid-column-end: span 6; }

.col-7 {
  grid-column-end: span 7; }

.col-8 {
  grid-column-end: span 8; }

.col-9 {
  grid-column-end: span 9; }

.col-10 {
  grid-column-end: span 10; }

.col-11 {
  grid-column-end: span 11; }

.col-12 {
  grid-column-end: span 12; }

@media (min-width: 460px) {
  .col-xs-0 {
    grid-column-end: span 0; }
  .col-xs-1 {
    grid-column-end: span 1; }
  .col-xs-2 {
    grid-column-end: span 2; }
  .col-xs-3 {
    grid-column-end: span 3; }
  .col-xs-4 {
    grid-column-end: span 4; }
  .col-xs-5 {
    grid-column-end: span 5; }
  .col-xs-6 {
    grid-column-end: span 6; }
  .col-xs-7 {
    grid-column-end: span 7; }
  .col-xs-8 {
    grid-column-end: span 8; }
  .col-xs-9 {
    grid-column-end: span 9; }
  .col-xs-10 {
    grid-column-end: span 10; }
  .col-xs-11 {
    grid-column-end: span 11; }
  .col-xs-12 {
    grid-column-end: span 12; }
  .hide-xs-up {
    display: none; } }

@media (max-width: 459px) {
  .hide-xs-down {
    display: none; } }

@media (min-width: 545px) {
  .col-sm-0 {
    grid-column-end: span 0; }
  .col-sm-1 {
    grid-column-end: span 1; }
  .col-sm-2 {
    grid-column-end: span 2; }
  .col-sm-3 {
    grid-column-end: span 3; }
  .col-sm-4 {
    grid-column-end: span 4; }
  .col-sm-5 {
    grid-column-end: span 5; }
  .col-sm-6 {
    grid-column-end: span 6; }
  .col-sm-7 {
    grid-column-end: span 7; }
  .col-sm-8 {
    grid-column-end: span 8; }
  .col-sm-9 {
    grid-column-end: span 9; }
  .col-sm-10 {
    grid-column-end: span 10; }
  .col-sm-11 {
    grid-column-end: span 11; }
  .col-sm-12 {
    grid-column-end: span 12; }
  .hide-sm-up {
    display: none; } }

@media (max-width: 544px) {
  .hide-sm-down {
    display: none; } }

@media (min-width: 769px) {
  .col-md-0 {
    grid-column-end: span 0; }
  .col-md-1 {
    grid-column-end: span 1; }
  .col-md-2 {
    grid-column-end: span 2; }
  .col-md-3 {
    grid-column-end: span 3; }
  .col-md-4 {
    grid-column-end: span 4; }
  .col-md-5 {
    grid-column-end: span 5; }
  .col-md-6 {
    grid-column-end: span 6; }
  .col-md-7 {
    grid-column-end: span 7; }
  .col-md-8 {
    grid-column-end: span 8; }
  .col-md-9 {
    grid-column-end: span 9; }
  .col-md-10 {
    grid-column-end: span 10; }
  .col-md-11 {
    grid-column-end: span 11; }
  .col-md-12 {
    grid-column-end: span 12; }
  .hide-md-up {
    display: none; } }

@media (max-width: 768px) {
  .hide-md-down {
    display: none; } }

@media (min-width: 1024px) {
  .col-lg-0 {
    grid-column-end: span 0; }
  .col-lg-1 {
    grid-column-end: span 1; }
  .col-lg-2 {
    grid-column-end: span 2; }
  .col-lg-3 {
    grid-column-end: span 3; }
  .col-lg-4 {
    grid-column-end: span 4; }
  .col-lg-5 {
    grid-column-end: span 5; }
  .col-lg-6 {
    grid-column-end: span 6; }
  .col-lg-7 {
    grid-column-end: span 7; }
  .col-lg-8 {
    grid-column-end: span 8; }
  .col-lg-9 {
    grid-column-end: span 9; }
  .col-lg-10 {
    grid-column-end: span 10; }
  .col-lg-11 {
    grid-column-end: span 11; }
  .col-lg-12 {
    grid-column-end: span 12; }
  .hide-lg-up {
    display: none; } }

@media (max-width: 1023px) {
  .hide-lg-down {
    display: none; } }

main {
  padding: 48px 0; }
  @media (max-width: 768px) {
    main {
      padding: 32px 0; } }
.comming-soon {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 16px; }
  @media (max-width: 768px) {
    .comming-soon {
      font-size: 18px;
      line-height: 28px; } }
.hero-title {
  margin-bottom: 144px; }
  @media (max-width: 768px) {
    .hero-title {
      margin-bottom: 32px; } }
.hero-gallery {
  margin-top: 96px; }
  @media (max-width: 768px) {
    .hero-gallery {
      margin-top: 32px; } }
  .hero-gallery img {
    width: 100%; }

h1 {
  font-family: 'Agrandir';
  font-size: 72px;
  line-height: 80px;
  margin: 0; }
  @media (max-width: 768px) {
    h1 {
      font-size: 36px;
      line-height: 46px; } }
.text {
  max-width: 546px; }

@media (max-width: 768px) {
  .form {
    margin-top: 16px; } }

.form p {
  font-size: 18px;
  margin-bottom: 16px; }

.page {
  max-width: 888px;
  margin: 0 auto;
  width: 100%; }
  .page h1 {
    font-size: 40px;
    line-height: 52px;
    margin: 0 0 40px; }
    @media (max-width: 768px) {
      .page h1 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 24px; } }
  .page h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 32px;
    font-weight: 700; }
    @media (max-width: 768px) {
      .page h2 {
        font-size: 20px;
        line-height: 28px; } }
  .page h3 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 12px; }
  .page p {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 24px; }
    .page p a {
      color: var(--black);
      text-decoration: underline; }

@font-face {
  font-family: 'Agrandir';
  src: url("/fonts/agrandir-bold.eot");
  src: url("/fonts/agrandir-bold.eot?#iefix") format("embedded-opentype"), url("/fonts/agrandir-bold.woff2") format("woff2"), url("/fonts/agrandir-bold.woff") format("woff"), url("/fonts/agrandir-bold.ttf") format("truetype"), url("/fonts/agrandir-bold.svg#Agrandir") format("svg"); }

:root {
  --font-size: 18px;
  --line-height: 28px;
  --font-weight: 400;
  --font-family: "proxima-nova", sans-serif;
  --black: #1D1F23;
  --white: #FFFFFF;
  --light: #E9E9E9;
  --light-gray: #F9FAF7; }

*:focus,
*:focus-visible {
  outline: none; }

html {
  scroll-behavior: smooth; }

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto; } }

body {
  font-family: var(--font-family);
  font-size: var(--font-size);
  overflow-x: hidden;
  color: var(--black);
  font-weight: 400; }

.relative {
  position: relative; }

a {
  text-decoration: none; }

img {
  max-width: 100%; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

p {
  margin: 0;
  font-size: 20px;
  line-height: 28px; }
  @media (max-width: 768px) {
    p {
      font-size: 18px;
      line-height: 28px; } }
*,
*:before,
*:after {
  box-sizing: border-box; }

\:root {
  -moz-tab-size: 4;
  tab-size: 4; }

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

hr {
  height: 0;
  color: inherit; }

abbr[title] {
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

table {
  text-indent: 0;
  border-color: inherit; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
select {
  text-transform: none; }

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; }

::-moz-focus-inner {
  border-style: none;
  padding: 0; }

\:-moz-focusring {
  outline: none; }

\:-moz-ui-invalid {
  box-shadow: none; }

legend {
  padding: 0; }

progress {
  vertical-align: baseline; }

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto; }

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

summary {
  display: list-item; }

header {
  padding: 21px 0; }
  @media (max-width: 768px) {
    header {
      padding: 14px 0; }
      header .logo {
        width: 145px; } }
footer {
  background-color: var(--black);
  color: var(--white);
  padding: 48px 0 40px; }
  @media (max-width: 768px) {
    footer {
      padding: 32px 0; } }
  footer p {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 24px;
    font-weight: 300;
    letter-spacing: 1px; }
    footer p.copy {
      color: #939395;
      margin-bottom: 0; }
  footer ul {
    list-style: none;
    padding: 0;
    margin: 0 0 95px; }
    @media (max-width: 768px) {
      footer ul {
        margin: 0 0 32px; } }
    footer ul li {
      margin: 0 0 9px; }
      footer ul li a {
        color: var(--white);
        text-decoration: none;
        font-size: 14px;
        line-height: 20px; }
        footer ul li a:hover {
          text-decoration: underline; }

.go-to {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  padding-right: 24px;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_10001_59)'%3E%3Cpath d='M3.125 10H16.875' stroke='white' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.25 4.375L16.875 10L11.25 15.625' stroke='white' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_10001_59'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right center;
  color: var(--white);
  margin-top: 26px; }
  @media (max-width: 768px) {
    .go-to {
      margin-top: 8px; } }
  .go-to:hover {
    text-decoration: underline; }

.cb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer; }
  .cb input {
    display: none; }
  .cb span {
    min-width: 20px;
    height: 20px;
    border: 1px solid var(--light);
    background: var(--light-gray);
    border-radius: 5px;
    position: relative; }
  .cb span::after {
    content: ""; }
  .cb input:checked + span {
    background-color: #B2EEDF;
    border-color: #B2EEDF; }
    .cb input:checked + span::after {
      width: 13px;
      height: 10px;
      position: absolute;
      background-image: url("data:image/svg+xml,%0A%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.600098 5.09998L4.1001 8.59998L12.1001 0.599976' stroke='black' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
      background-position: center;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .cb p {
    font-size: 14px;
    line-height: 20px;
    margin: 0; }
    .cb p a {
      text-decoration: underline;
      color: var(--black); }
      .cb p a:hover {
        text-decoration: none; }

.form-input {
  display: flex;
  gap: 16px;
  margin-bottom: 16px; }
  @media (max-width: 544px) {
    .form-input {
      flex-direction: column; } }
  .form-input .field {
    position: relative;
    flex: 1; }
    .form-input .field input {
      width: 100%;
      height: 48px;
      padding: 18px 16px 0;
      background: var(--light-gray);
      border: 1px solid var(--light);
      border-radius: 10px;
      font-size: 16px;
      line-height: 1;
      outline: none; }
      .form-input .field input:focus {
        border-color: var(--black);
        border-width: 2px; }
      .form-input .field input:focus + label, .form-input .field input:not(:placeholder-shown) + label {
        transform: translateY(-16px) scale(0.85);
        opacity: 1; }
    .form-input .field label {
      position: absolute;
      left: 16px;
      top: 50%;
      transform: translateY(-50%);
      transform-origin: left top;
      font-size: 16px;
      line-height: 1;
      color: #6b7280;
      pointer-events: none;
      opacity: 0.9;
      transition: transform 180ms ease, opacity 180ms ease, color 180ms ease;
      background: var(--light-gray); }
    .form-input .field input:focus + label {
      color: #5F6063; }
  .form-input button {
    padding: 8px 16px;
    height: 48px;
    background: var(--black);
    color: var(--white);
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 10px;
    border: 0;
    cursor: pointer; }

.thank-you {
  padding: 56px 16px 16px;
  background: var(--light-gray) url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_10001_145)'%3E%3Cpath d='M16 28C22.6274 28 28 22.6274 28 16C28 9.37258 22.6274 4 16 4C9.37258 4 4 9.37258 4 16C4 22.6274 9.37258 28 16 28Z' fill='%23B2EEDF'/%3E%3Cpath d='M11 17L14 20L21 13' stroke='%231D1F23' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 28C22.6274 28 28 22.6274 28 16C28 9.37258 22.6274 4 16 4C9.37258 4 4 9.37258 4 16C4 22.6274 9.37258 28 16 28Z' stroke='%231D1F23' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_10001_145'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat 16px 16px;
  border: 1px solid var(--light);
  border-radius: 10px;
  display: none; }
  .thank-you.active {
    display: block; }
  .thank-you p {
    font-size: 16px;
    line-height: 24px;
    margin: 0; }
    .thank-you p strong {
      font-size: 18px;
      line-height: 28px;
      display: block;
      margin-bottom: 4px; }
      @media (max-width: 768px) {
        .thank-you p strong {
          font-size: 16px;
          line-height: 24px; } }
