/*------------------------------------*\
    FONTS
\*------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&display=swap");
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
body {
  font-family: "Cormorant Garamond", serif;
  color: #fff;
  font-size: 24px;
  line-height: 1.5;
  height: 100%;
  background: #181d24;
  margin: 0;
}
body.no-scroll {
  overflow: hidden;
}

.site {
  min-height: 100vh;
  padding-bottom: 100px;
  position: relative;
}

.site-header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
}

.site-main {
  width: 100%;
  padding-bottom: 100px;
  padding-top: 0;
}

.site-footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  font-size: 16px;
}

section {
  padding-top: 100px;
}

.container {
  max-width: 1660px;
  width: 100%;
  margin: 0 auto;
  padding-left: 110px;
  padding-right: 110px;
}

h1 {
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  text-align: center;
}

.button {
  display: block;
  padding: 16px 48px;
  background: #f9d348;
  transition: all 0.2s ease;
  color: #000;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border-radius: 16px;
}
.button .icon {
  height: 24px;
  width: auto;
}
.button:hover {
  background: #fae495;
}

.link {
  color: #fae495;
  text-decoration: none;
  transition: all 0.2s ease;
}
.link:hover {
  color: #fff;
}

*,
*:after,
*:before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.footer-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  height: 100%;
}
.footer-inner .footer-copy {
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
}
.footer-inner .footer-privacy {
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
}

.home-page .main-section-content {
  width: 100%;
  text-align: center;
}
.home-page .main-image {
  width: 100%;
  text-align: center;
}
.home-page .main-image img {
  width: 145px;
}
.home-page .main-section {
  padding: 0;
  min-height: calc(100vh - 200px);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home-page .main-section .main-description {
  padding-top: 30px;
}
.home-page .home-buttons {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.home-page .home-buttons .home-buttons-inner {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 48px;
}
.home-page .home-buttons .home-buttons-inner a .apple-icon {
  height: 32px;
}

.page-section h1 {
  font-size: 42px;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width: 1023px) {
  .container {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .home-page .home-buttons {
    position: relative;
    padding-top: 70px;
  }
  .home-page .home-buttons .home-buttons-inner {
    gap: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .home-page .home-buttons .home-buttons-inner a {
    width: 100%;
    max-width: 300px;
    padding: 12px 28px;
    gap: 12px;
  }
  .footer-inner {
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .container {
    padding-left: 23px;
    padding-right: 23px;
  }
  .home-page .main-section {
    padding-top: 80px;
  }
  .home-page .home-buttons {
    position: relative;
    padding-top: 50px;
  }
  .home-page .home-buttons .home-buttons-inner {
    align-items: center;
  }
  .home-page .home-buttons .home-buttons-inner a {
    padding: 8px 16px;
    gap: 8px;
    font-size: 20px;
    height: 48px;
  }
  h1 {
    font-size: 56px;
  }
}
@media only screen and (max-width: 389px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .site-main {
    padding-bottom: 60px;
  }
  .home-page .main-section {
    padding-top: 60px;
  }
  .home-page .main-section .main-description {
    font-size: 20px;
  }
  .home-page .home-buttons {
    padding-top: 40px;
  }
  .home-page .home-buttons .home-buttons-inner a {
    padding: 6px 12px;
    gap: 6px;
    font-size: 18px;
    height: 40px;
  }
  h1 {
    font-size: 48px;
  }
}
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}/*# sourceMappingURL=style.css.map */