/* IMPORT THE FRAMEWORK */
.sw {
  width: 1200px;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 1319px) {
  .sw {
    width: 85%;
    margin-left: 6.25%;
    margin-right: 6.25%;
  }
}

footer, .footer-cta, .footer-form, .hero-image, .hero-text, .hero, .primary-nav, .logo, header {
  position: relative;
}

.menu-burger span, .menu-burger {
  position: absolute;
}

.footer-credits div, .footer-credits, .footer-cta p, .footer-cta span, .footer-form h3, .hero-text a, .primary-nav .button {
  display: inline-block;
  zoom: 1;
}

.logo img, .logo {
  display: block;
}

.footer-cta div, .footer-form .form-intro, header, .hero-text a, .primary-nav .button {
  box-sizing: border-box;
}

.hidden {
  display: none;
}

.hero-text a, .primary-nav .button {
  text-align: center;
}

.primary-nav nav a, .footer-cta span, .footer-form h3, .hero-text a, .primary-nav .button {
  text-transform: uppercase;
}

.footer-credits div, .footer-cta, .footer-credits, .footer-form, .hero, .primary-nav, .hero-text a, .primary-nav .button, header {
  display: flex;
  flex-wrap: wrap;
}

header {
  justify-content: flex-end;
}

.hero-text a, .primary-nav .button {
  justify-content: center;
}

.footer-credits, .footer-form, .hero, .primary-nav {
  justify-content: space-between;
}

.footer-credits div, .footer-credits, .footer-cta, .primary-nav, .hero-text a, .primary-nav .button {
  align-items: center;
}

.hero-image {
  background-repeat: no-repeat;
}

.hero-image {
  background-size: cover;
}

.hero-image {
  background-position: center center;
}

.footer-cta h2, .footer-form h2, .hero-text h1 {
  font-family: "Qanelassoft", sans-serif;
}

.footer-cta span, .footer-form h3, .hero-text a, .primary-nav .button {
  font-family: "Quan", sans-serif;
}

.hero-text a, .primary-nav .button {
  letter-spacing: 0.15em;
  transition: background-color 250ms, color 250ms;
  padding: 0.9em 1.2em;
  font-size: 1.1em;
  font-weight: bold;
  border: none;
  cursor: pointer;
  border-top-left-radius: 95% 20%;
  border-top-right-radius: 95% 20%;
  border-bottom-left-radius: 95% 20%;
  border-bottom-right-radius: 95% 20%;
  height: 50px;
}
@media screen and (max-width: 960px) {
  .hero-text a, .primary-nav .button {
    font-size: 0.9em;
  }
}

.hero-text a, .primary-nav .button {
  background-color: #82b840;
  color: #FFFFFF;
  transition: all 200ms;
}
.hero-text a:hover, .primary-nav .button:hover {
  color: #FFFFFF;
  border-top-left-radius: 1% 1%;
  border-top-right-radius: 1% 1%;
  border-bottom-left-radius: 1% 1%;
  border-bottom-right-radius: 1% 1%;
  background-color: #9bc962;
}
.hero-text a:active, .primary-nav .button:active {
  background-color: #679233;
}

footer, .footer-cta, .footer-form, header {
  padding-left: 6.25%;
  padding-right: 6.25%;
}
@media screen and (min-width: 761px) and (max-width: 980px) {
  footer, .footer-cta, .footer-form, header {
    padding-left: 4.5%;
    padding-right: 4.5%;
  }
}
@media screen and (max-width: 760px) {
  footer, .footer-cta, .footer-form, header {
    padding-left: 8.2%;
    padding-right: 8.4%;
  }
}

.hero-text {
  padding-left: 6.25%;
}
@media screen and (min-width: 761px) and (max-width: 980px) {
  .hero-text {
    padding-left: 4.5%;
  }
}
@media screen and (max-width: 760px) {
  .hero-text {
    padding-left: 8.2%;
  }
}

.hero-text {
  padding-top: 180px;
}
@media screen and (min-width: 761px) and (max-width: 980px) {
  .hero-text {
    padding-top: 4.5em;
  }
}
@media screen and (max-width: 450px) {
  .hero-text {
    padding-top: 3em;
  }
}

.hero-image {
  width: 56.25%;
}
@media screen and (min-width: 761px) and (max-width: 960px) {
  .hero-image {
    width: 59.2%;
  }
}
@media screen and (max-width: 760px) {
  .hero-image {
    width: 100%;
  }
}

.footer-cta span, .footer-form h3 {
  font-size: 1.1em;
  letter-spacing: 0.15em;
  margin-bottom: 1.5em;
}

.footer-cta h2, .footer-form h2, .hero-text h1 {
  font-size: 4.375em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .footer-cta h2, .footer-form h2, .hero-text h1 {
    font-size: 4.3em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .footer-cta h2, .footer-form h2, .hero-text h1 {
    font-size: 4em;
  }
}
@media screen and (max-width: 450px) {
  .footer-cta h2, .footer-form h2, .hero-text h1 {
    font-size: 3em;
  }
}

.footer-cta p {
  font-size: 2.8em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .footer-cta p {
    font-size: 2.6em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .footer-cta p {
    font-size: 2.4em;
  }
}
@media screen and (max-width: 450px) {
  .footer-cta p {
    font-size: 2em;
  }
}

.hero-text p {
  font-size: 1.25em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .hero-text p {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .hero-text p {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 450px) {
  .hero-text p {
    font-size: 1em;
  }
}

.footer-form p {
  font-size: 1.125em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .footer-form p {
    font-size: 1.1em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .footer-form p {
    font-size: 1em;
  }
}
@media screen and (max-width: 450px) {
  .footer-form p {
    font-size: 0.9em;
  }
}

.footer-credits p {
  font-size: 1em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .footer-credits p {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .footer-credits p {
    font-size: 0.75em;
  }
}
@media screen and (max-width: 450px) {
  .footer-credits p {
    font-size: 0.7em;
  }
}

.footer-cta h2, .footer-form h2, .hero-text h1 {
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 0.85em;
}

.footer-form p, .hero-text p, .footer-cta p {
  font-weight: normal;
  line-height: 1.8em;
  margin-bottom: 1.5em;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, input, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  list-style: none;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input, textarea {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

@font-face {
  font-family: "Qanelassoft";
  src: local("Qanelas Soft"), url("../fonts/qanelassoft-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Qanelassoft";
  src: local("Qanelas Soft"), url("../fonts/qanelassoft-medium-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Qanelassoft";
  src: local("Qanelas Soft"), url("../fonts/qanelassoft-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Quan";
  src: local("Quan"), url("../fonts/Quan-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Quan";
  src: local("Quan"), url("../fonts/Quan-Black.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Quan";
  src: local("Quan"), url("../fonts/Quan-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 16px;
}

body {
  background: #FFFFFF;
  color: #1a1919;
  font-family: "Qanelassoft", sans-serif;
  transition: padding-top 200ms;
  z-index: -100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 12.5% 100%;
  background-position: -50.15%;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.08) 2px, transparent 2px);
}

@media screen and (min-width: 761px) and (max-width: 980px) {
  body {
    background-size: calc(20% - 1rem) 100%;
    background-position: 2.5rem;
  }
}
@media screen and (max-width: 760px) {
  body {
    background-size: calc(33.333333333333336% - 1.4285714285714286rem) 100%;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.05) 1px, transparent 0.5px);
    background-position: 2.14285714rem;
  }
}
header {
  justify-content: space-between;
  align-items: center;
  height: 240px;
  z-index: 1;
}

@media screen and (max-width: 760px) {
  header {
    height: 170px;
  }
}
.logo {
  width: 14.3%;
}
.logo img {
  width: 100%;
}

@media screen and (min-width: 961px) and (max-width: 1199px) {
  .logo {
    width: 28.2%;
  }
}
@media screen and (min-width: 761px) and (max-width: 960px) {
  .logo {
    width: 40%;
  }
}
@media screen and (max-width: 760px) {
  .logo {
    width: 33.3%;
  }
}
.primary-nav {
  width: 57%;
}
.primary-nav span {
  color: #1d5674;
  width: 25%;
  font-size: 1.3em;
}
.primary-nav nav {
  width: 50%;
}
.primary-nav nav a {
  font-weight: bold;
  margin-right: 17%;
  color: #1a1919;
  font-size: 0.95em;
}
.primary-nav nav a:hover {
  color: #747474;
}
.primary-nav .button {
  width: 25%;
}

@media screen and (min-width: 1131px) and (max-width: 1470px) {
  .primary-nav nav a {
    margin-right: 12%;
  }
  .primary-nav .button {
    width: 25%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1130px) {
  .primary-nav {
    width: 65%;
  }
  .primary-nav nav a {
    margin-right: 10%;
  }
  .primary-nav .button {
    width: 25%;
  }
}
@media screen and (max-width: 960px) {
  .primary-nav {
    position: absolute;
    display: none;
    top: 0px;
    left: 0;
    right: 0;
    width: 100%;
    background: #1d5674;
    z-index: 1000;
    transform-origin: center top;
    padding: 3em;
  }
  .primary-nav span {
    color: #FFFFFF;
  }
  .primary-nav.open {
    display: block;
    animation: dropdown 0.3s ease-in-out;
    -webkit-animation: dropdown 0.3s ease-in-out;
  }
  .primary-nav.open nav a {
    display: block;
    width: 80%;
    color: #FFFFFF;
    box-sizing: border-box;
    margin-left: 0;
    padding: 1.5em 0;
  }
  .primary-nav.open nav a:hover {
    color: #1a1919;
  }
  .primary-nav.open .button {
    width: 80%;
  }
}
body.annnounced .menu-burger {
  top: 55px;
}

body:not(.announced) .menu-burger {
  top: 55px;
}

.menu-burger {
  right: 9%;
  width: 40px;
  height: 30px;
  cursor: pointer;
  z-index: 1001;
}
.menu-burger:hover span {
  background-color: #82b840;
}
.menu-burger:active span:nth-of-type(1) {
  top: -3px;
}
.menu-burger:active span:nth-of-type(4) {
  top: 27px;
  opacity: 0.7;
}
.menu-burger span {
  transition: 0.1s ease-in-out;
  display: block;
  left: 50%;
  width: 40px;
  margin-left: -20px;
  height: 5px;
  opacity: 1;
  background-color: #82b840;
  transform: rotate(0deg);
  border-radius: 2px;
}
.menu-burger span:nth-of-type(1) {
  top: 0px;
}
.menu-burger span:nth-of-type(2), .menu-burger span:nth-of-type(3) {
  top: 12px;
}
.menu-burger span:nth-of-type(4) {
  top: 25px;
}
.menu-burger.open span {
  background-color: #FFF;
}
.menu-burger.open span:nth-of-type(1), .menu-burger.open span:nth-of-type(4) {
  top: 21px;
  margin-left: 0;
  width: 0;
  opacity: 0;
}
.menu-burger.open span:nth-of-type(2) {
  transform: rotate(45deg);
}
.menu-burger.open span:nth-of-type(3) {
  transform: rotate(-45deg);
}
.menu-burger.open:active span:nth-of-type(1), .menu-burger.open:active span:nth-of-type(4) {
  top: 21px;
  margin-left: 0;
  width: 0;
  opacity: 0;
}
.menu-burger.open:active span:nth-of-type(2) {
  transform: rotate(55deg);
}
.menu-burger.open:active span:nth-of-type(3) {
  transform: rotate(-55deg);
}

@media screen and (min-width: 960px) {
  .menu-burger {
    display: none;
  }
}
.hero {
  overflow: hidden;
}

.hero-text {
  width: 25%;
  color: #1a1919;
  z-index: 999;
}
.hero-text h1 {
  width: 200%;
  overflow: visible;
}
.hero-text a {
  width: 50%;
  margin-top: 3em;
}

@media screen and (min-width: 761px) {
  .webp .hero-image {
    background-image: url("/app/images/home/hero.webp");
  }

  .no-webp .hero-image {
    background-image: url("/app/images/home/hero.jpg");
  }
}
@media screen and (min-width: 761px) and (max-width: 980px) {
  .hero-text {
    width: 36%;
  }
  .hero-text h1 {
    width: 180%;
  }
}
@media screen and (max-width: 760px) {
  .hero {
    width: 100%;
    height: auto;
  }
  .hero .hero-text {
    width: 80%;
    order: 2;
    overflow: hidden;
    padding-top: 3em;
  }
  .hero .hero-text h1 {
    width: 100%;
  }
  .hero .hero-text a {
    width: 69%;
  }
  .hero .hero-image {
    width: 100%;
    height: 300px;
    order: 1;
  }

  .webp .hero-image {
    background-image: url("/app/images/home/hero-mobile.webp");
  }

  .no-webp .hero-image {
    background-image: url("/app/images/home/hero-mobile.jpg");
  }
}
.footer-form {
  color: #1a1919;
  padding-top: 6em;
  padding-bottom: 6em;
}
.footer-form .form-intro {
  width: 28%;
}
.footer-form .form-wrapper {
  width: 57.25%;
}
.footer-form .contact-form {
  display: grid;
  grid-template-rows: repeat(4, 110px);
  grid-template-columns: 1fr 1fr;
  column-gap: 30px;
}
.footer-form .form-field:nth-of-type(1) {
  grid-column: 1;
  grid-row: 1/1;
}
.footer-form .form-field:nth-of-type(2) {
  grid-column: 1;
  grid-row: 2/2;
}
.footer-form .form-field:nth-of-type(3) {
  grid-column: 1;
  grid-row: 3/3;
}
.footer-form .form-field:nth-of-type(4) {
  grid-column: 2;
  grid-row: 1/2;
}
.footer-form .form-field:nth-of-type(4) textarea {
  height: 155px;
}
.footer-form .g-recaptcha {
  grid-column: 2;
  grid-row: 3;
}
.footer-form .submit-wrapper {
  grid-column: 1/span 2;
  grid-row: 4;
}

@media screen and (max-width: 980px) {
  .footer-form .form-intro {
    width: 100%;
    margin-bottom: 3em;
  }
  .footer-form .form-wrapper {
    width: 100%;
  }
  .footer-form .contact-form {
    grid-template-rows: 110px 110px 110px auto auto 1fr;
    grid-template-columns: 1fr;
    column-gap: 0;
  }
  .footer-form .form-field:nth-of-type(1) {
    grid-column: 1;
    grid-row: 1;
  }
  .footer-form .form-field:nth-of-type(2) {
    grid-column: 1;
    grid-row: 2;
  }
  .footer-form .form-field:nth-of-type(3) {
    grid-column: 1;
    grid-row: 3;
  }
  .footer-form .form-field:nth-of-type(4) {
    grid-column: 1;
    grid-row: 4;
  }
  .footer-form .form-field:nth-of-type(4) textarea {
    height: 155px;
  }
  .footer-form .g-recaptcha {
    grid-column: 1;
    grid-row: 5;
  }
  .footer-form .submit-wrapper {
    grid-column: 1;
    grid-row: 6;
  }
  .footer-form .submit-button {
    width: 50%;
  }
}
.footer-cta {
  background-color: #82b840;
  padding-top: 6em;
  padding-bottom: 3em;
  overflow: hidden;
}
.footer-cta div {
  color: #FFFFFF;
}
.footer-cta div:first-of-type {
  width: 60%;
  padding-right: 5%;
}
.footer-cta div:last-of-type {
  width: 35%;
}
.footer-cta div.show-on-scroll {
  opacity: 0;
  transition: opacity 0.75s cubic-bezier(0.99, 0.15, 0.93, 0.65);
}
.footer-cta div.is-visible {
  opacity: 1;
}
.footer-cta p {
  margin-bottom: 0;
}

@media screen and (max-width: 760px) {
  .footer-cta div {
    width: 100%;
  }
  .footer-cta div:first-of-type {
    width: 100%;
  }
  .footer-cta div:last-of-type {
    width: 100%;
  }
}
footer {
  background-color: #1a1919;
  overflow: hidden;
}

.footer-credits {
  width: 100%;
  color: #747474;
  padding: 3em 0;
}
.footer-credits div:last-of-type {
  justify-content: flex-end;
}
.footer-credits .footer-logo {
  width: 200px;
  padding-right: 1.5em;
}
.footer-credits .footer-logo.show-on-scroll {
  opacity: 0;
  transition: opacity 0.75s cubic-bezier(0.99, 0.15, 0.93, 0.65);
}
.footer-credits .footer-logo.is-visible {
  opacity: 1;
}
.footer-credits a {
  color: #747474;
}
.footer-credits a:hover {
  color: #8e8e8e;
}

@media screen and (max-width: 780px) {
  .footer-credits div {
    width: 100%;
    text-align: left;
  }
  .footer-credits div p {
    display: block;
    width: 100%;
    padding-bottom: 0.5em;
  }
  .footer-credits div:last-of-type {
    justify-content: flex-start;
  }
  .footer-credits .footer-logo {
    margin-bottom: 1.5em;
  }
}
.show-on-scroll {
  transition: transform 2s 0.2s cubic-bezier(0, 1, 0.3, 1), opacity 0.2s 0.2s ease-out;
  opacity: 0;
  transform: translateX(5em);
}
.show-on-scroll.is-visible {
  opacity: 1;
  transform: translateX(0);
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes dropdown {
  from {
    transform: rotateX(-25deg) scaleY(0.8);
    opacity: 0.2;
  }
  to {
    transform: rotateX(0) scaleY(1);
    opacity: 1;
  }
}
@keyframes dropdown {
  from {
    transform: rotateX(-25deg) scaleY(0.8);
    opacity: 0.2;
  }
  to {
    transform: rotateX(0) scaleY(1);
    opacity: 1;
  }
}
