/*
@font-face {
    font-family: *font-family;
    src: url(../fonts/**);
}*/
body {
  font-family: "Lato", Arial;
  font-size: 14px;
  line-height: 150%;
  margin: 0;
  color: #333;
  font-weight: 400;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

p {
  line-height: 150%;
  margin: 0 0 10px;
}

ul {
  margin: 0;
  padding: 0;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clr {
  clear: both;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 100%;
  font-family: Arial;
  font-weight: 700;
}

figure {
  margin: 0;
}

@font-face {
  font-family: Canela-Light;
  /* set name */
  src: url(../media/Canela/Canela.ttf);
  /* url of the font */
}
@font-face {
  font-family: Canela-Light-Italic;
  /* set name */
  src: url(../media/Canela/Canela-Thin-Italic.ttf);
  /* url of the font */
}
html {
  overflow-x: hidden;
}

h1 {
  visibility: hidden;
  height: 0;
  width: 0;
}

.wrapper {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

.button {
  font-family: "Canela-Light", serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
  /* 19.2px */
  letter-spacing: 0.8px;
  padding: 20px 40px;
  color: #153532;
  transition: all 0.3s ease;
  background: #fff;
  text-decoration: none;
  cursor: pointer;
}
.button:hover {
  color: #fff;
  background: #153532;
  text-decoration: none;
}

.button-green {
  background: #153532;
  cursor: pointer;
  color: #F8F0E6;
  padding: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  font-family: "Canela-Light", serif;
  transition: all 0.3s ease;
  letter-spacing: 0.8px;
}
.button-green:hover {
  background-color: #5B7270;
  color: #fff;
}

.swiper {
  top: 0;
  width: 100%;
}
.swiper .swiper-slide {
  line-height: 0;
}
.swiper .swiper-slide img {
  height: 100vh;
  width: 100vw;
  object-fit: cover;
}

.caption {
  position: absolute;
  top: 50%;
  color: #fff;
  text-align: center;
  display: block;
  width: 100%;
  font-family: "Canela-Light", serif;
  letter-spacing: 2px;
  font-size: 32px;
  line-height: 120%;
}
.caption span {
  font-family: "Canela-Light-Italic", serif;
}

.logo {
  margin: 0 auto;
  display: inline-block;
}

header {
  text-align: center;
  padding: 30px 0;
  position: absolute;
  top: 0;
  z-index: 2;
  width: 100%;
}

.cta {
  position: fixed;
  z-index: 2;
  bottom: 104px;
  right: 0;
}

.maincontent {
  background: url("../images/bg-1.png") no-repeat scroll center center #F8F0E6;
  padding: 0 100px;
  position: relative;
  overflow: hidden;
}

.pic {
  width: 25%;
}

.img1 {
  position: relative;
  left: 11%;
}
.img1 .pic {
  min-width: 412px;
  min-height: 255px;
}

.img2 {
  position: absolute;
  top: 100px;
  right: -75px;
  text-align: right;
}
.img2 .pic {
  width: 50%;
}

.textblock {
  width: 39%;
  padding: 106px 0;
  font-family: "Canela-Light", serif;
  font-size: 24px;
  line-height: 120%;
  color: #153532;
  text-align: center;
  position: relative;
  left: 17%;
  letter-spacing: 1.2px;
  max-width: 497px;
}
.textblock span {
  font-family: "Canela-Light-Italic", serif;
}

.img3 {
  position: relative;
  left: 20%;
  display: inline-block;
}
.img3 .pic {
  width: 50%;
}

#footer {
  margin: 32px auto 0;
  padding: 50px 33px 54px;
  display: flex;
}

.flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.copyright {
  text-transform: uppercase;
}
.copyright p {
  margin-bottom: 0;
}

.copyright, .social {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.social a {
  margin: 0 10px;
  line-height: 0;
}

.modal {
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: none;
  overflow-y: auto;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.modal.show {
  display: block;
  opacity: 1;
}
.modal.hide {
  opacity: 0;
}
.modal .close {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 30px;
  cursor: pointer;
  color: #666;
  transition: color 0.3s ease;
}
.modal .close:hover {
  color: #333;
}
.modal .modal-content {
  max-width: 1115px;
  margin: 0 auto;
  transform: translateY(-20px);
  transition: transform 0.3s ease-out;
  padding-bottom: 50px;
}
.modal.show .modal-content {
  transform: translateY(0);
}
.modal .logo-modal {
  text-align: center;
  margin: 50px 0 50px;
}
.modal h2 {
  font-size: 28px;
  color: #153532;
  text-transform: uppercase;
  text-align: center;
  font-family: "Canela-Light", serif;
  letter-spacing: 2px;
}
.modal h3 {
  font-size: 18px;
  line-height: 150%;
  color: #153532;
  text-align: center;
  font-family: "Lato", serif;
  font-weight: 300;
  margin-bottom: 74px;
}

.grid {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  gap: 15px;
  margin: 0 0 50px;
}
.grid .grid-item-full {
  grid-column: span 3;
}

form {
  /* Show the checkmark when checked */
}
form label {
  display: block;
  font-size: 16px;
  font-weight: 300;
  position: relative;
}
form .label-checkbox {
  padding-left: 30px;
}
form .checkbox-grid label {
  font-size: 18px;
  line-height: 150%;
  color: #A1AEAD;
  font-weight: 400;
}
form input:focus::placeholder, form textarea:focus::placeholder {
  color: transparent;
  /* Makes the placeholder text invisible */
}
form input[type=text] {
  border: 0;
  border-bottom: 1px solid #A1AEAD;
  width: 100%;
  font-family: "Lato", serif;
  font-size: 16px;
  line-height: 150%;
  color: #153532;
  font-weight: 300;
  margin-top: 10px;
}
form input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
form textarea {
  border: 1px solid #A1AEAD;
  width: calc(100% - 20px);
  margin-top: 5px;
  font-family: "Lato", serif;
  font-size: 16px;
  line-height: 150%;
  color: #153532;
  font-weight: 300;
  padding: 10px;
  min-width: 200px;
  resize: none;
}
form #individual {
  margin-bottom: 10px;
}
form .checkbox {
  position: absolute;
  top: 5px;
  left: 0;
  height: 15px;
  width: 15px;
  border: 1px solid #A1AEAD;
}
form input[type=checkbox]:checked ~ .checkbox {
  background-color: #153532;
}
form input[type=checkbox]:checked ~ span.text {
  color: #153532;
}
form .checkbox:after {
  content: "";
  position: absolute;
  display: none;
}
form input[type=checkbox]:checked ~ .checkbox:after {
  display: block;
}

.terms {
  color: #5B7270;
  font-size: 12px;
  line-height: 150%;
}

.submission {
  display: flex;
  margin: 0 0 50px;
  gap: 100px;
}
.submission label {
  width: calc(50% - 30px);
  font-size: 12px;
  padding-left: 30px;
}
.submission button {
  border: 0;
  padding: 15px 30px;
  width: 50%;
}

.thankyou {
  background: url("../images/bg-1.png") no-repeat scroll center center white;
  height: 100vh;
}
.thankyou #header {
  position: relative;
}
.thankyou #maincontainer {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 310px);
  justify-content: center;
  align-items: center;
}
.thankyou #maincontainer h1 {
  text-align: center;
  display: block;
  font-family: "Canela-Light", serif;
  font-size: 32px;
  color: #153532;
  letter-spacing: 1.6px;
  line-height: 120%;
  width: auto;
  height: auto;
  visibility: visible;
  text-transform: uppercase;
}
.thankyou #maincontainer p {
  text-align: center;
  font-family: "Lato", serif;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}
.thankyou #maincontainer .thankyou-message {
  margin-bottom: 30px;
}
.thankyou #footer {
  display: block;
  text-align: center;
  position: fixed;
  width: 100%;
  bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.thankyou #footer .copyright {
  width: 100%;
}

@media screen and (max-width: 1439px) {
  .maincontent {
    padding: 0 20px;
  }

  .textblock {
    width: 39%;
  }

  .img2 {
    right: 0px;
  }

  .modal {
    padding: 0 20px;
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 768px) {
  body {
    padding-bottom: 50px;
  }
  body.thankyou {
    padding: 0;
  }
  body.thankyou #maincontainer {
    padding: 0 20px;
  }
  body.thankyou #maincontainer h1 {
    font-size: 24px;
  }
  body.thankyou #maincontainer .thankyou-message {
    font-size: 12px;
  }

  .button-green {
    font-size: 14px;
  }

  .caption {
    font-size: 20px;
    width: auto;
    padding: 0 80px;
  }

  .cta {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }

  .maincontent {
    padding: 0;
    overflow: hidden;
  }

  .img1 {
    left: 0;
  }
  .img1 .pic {
    width: 65%;
  }

  .img2 {
    position: relative;
    top: 0;
    right: 0;
  }
  .img2 .pic {
    width: 80%;
  }

  .img3 {
    left: auto;
    margin: 30px 0 0;
  }

  .textblock {
    font-size: 16px;
    width: auto;
    left: auto;
    padding: 50px;
  }

  #footer {
    text-align: center;
  }
  #footer .flex {
    flex-direction: column;
    gap: 26px;
  }
  #footer .copyright {
    order: 3;
  }

  .modal .modal-content {
    padding: 0 20px 100px;
    max-width: none;
  }
  .modal label {
    font-size: 12px;
  }
  .modal .grid {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }
  .modal .grid .grid-item {
    margin: 5px 0;
  }
  .modal textarea {
    font-size: 12px;
  }
  .modal .checkbox-grid {
    grid-template-columns: 1fr 1fr;
  }
  .modal .checkbox-grid label {
    font-size: 14px;
  }
  .modal .close {
    right: 20px;
    top: 0px;
  }
  .modal .logo-modal {
    margin: 30px 0 20px;
  }
  .modal h2 {
    font-size: 20px;
  }
  .modal h3 {
    font-size: 12px;
  }
  .modal input[type=text] {
    font-size: 12px;
  }
  .modal .grid-name {
    grid-template-columns: 1fr 1fr;
  }
  .modal .grid-email {
    grid-column: span 2;
  }
  .modal .submission label {
    width: 100%;
  }
  .modal .submission button {
    position: absolute;
    bottom: 20px;
    width: calc(100% - 40px);
  }

  form .checkbox {
    top: 3px;
    width: 13.5px;
    height: 13.5px;
  }

  .swiper .swiper-slide img {
    width: auto;
  }
}

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