* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@font-face {
  font-family: travels;
  src: local("TTTravels"), url("../assets/fonts/TTTravels-Black.woff") format("truetype");
  font-weight: 600;
  font-style: bold;
}

body {
  overflow-x: hidden;
  height: 100%;
}

body #app {
  min-height: 100vh;
  height: 100%;
}

body #app canvas {
  min-height: 100vh;
  width: unset;
  height: unset;
}

@media only screen and (max-width: 1600px) {
  body #app canvas {
    min-height: 160vh;
  }
}

@media only screen and (max-width: 980px) {
  body #app canvas {
    min-height: 130vh;
  }
}

@media only screen and (max-width: 470px) {
  body #app canvas {
    min-height: 150vh;
  }
}

body #app .container {
  height: 100%;
  min-height: 100vh;
}

body #app .container .logo {
  position: absolute;
  top: 49px;
  left: 76px;
}

@media only screen and (max-width: 830px) {
  body #app .container .logo {
    left: 40px;
  }
}

@media only screen and (max-width: 470px) {
  body #app .container .logo {
    left: 15px;
  }
}

body #app .container .logo-img {
  width: 220px;
  height: 67px;
}

@media only screen and (max-width: 1080px) {
  body #app .container .logo-img {
    width: 164px;
    height: 50px;
  }
}

body #app .container .content-container {
  max-width: 1285px;
  margin: auto;
  padding-top: 181px;
}

@media only screen and (max-width: 980px) {
  body #app .container .content-container {
    padding-top: 150px;
  }
}

@media only screen and (max-width: 470px) {
  body #app .container .content-container {
    padding-top: 130px;
  }
}

body #app .container .content-container .main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  max-width: 1024px;
}

body #app .container .content-container .main-content .img {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 980px) {
  body #app .container .content-container .main-content .img {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 1080px) {
  body #app .container .content-container .main-content .img img {
    width: 80%;
  }
}

@media only screen and (max-width: 980px) {
  body #app .container .content-container .main-content .img img {
    width: 70%;
  }
}

body #app .container .content-container .main-content .text {
  text-align: center;
  font-size: 25px;
  font-family: "Europa";
  font-weight: lighter;
  line-height: 180%;
  color: white;
  padding-bottom: 67px;
}

@media only screen and (max-width: 1080px) {
  body #app .container .content-container .main-content .text {
    font-size: 20px;
    padding-bottom: 35px;
  }
}

@media only screen and (max-width: 980px) {
  body #app .container .content-container .main-content .text {
    font-size: 16px;
  }
}

body #app .container .content-container .main-content .text .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 750px) {
  body #app .container .content-container .main-content .text .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 3%;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    text-align: left;
    margin-inline: auto;
  }
}

body #app .container .content-container .main-content .text .list li {
  font-size: 30px;
  -moz-padding-start: 8px;
  margin-right: 25px;
}

@media only screen and (max-width: 1080px) {
  body #app .container .content-container .main-content .text .list li {
    font-size: 25px;
  }
}

@media only screen and (max-width: 980px) {
  body #app .container .content-container .main-content .text .list li {
    font-size: 21px;
  }
}

@media only screen and (max-width: 750px) {
  body #app .container .content-container .main-content .text .list li {
    margin-right: 0;
  }
}

body #app .container .content-container .main-content .text .list li:first-child {
  list-style: none;
}

@media only screen and (max-width: 750px) {
  body #app .container .content-container .main-content .text .list li:first-child {
    list-style: disc;
  }
}

body #app .container .content-container .main-content .text .list li::marker {
  white-space: initial;
}

body #app .container .content-container .main-content .text p {
  word-spacing: 3px;
}

@media only screen and (max-width: 750px) {
  body #app .container .content-container .main-content .text p {
    padding: 0 15px;
    max-width: 500px;
  }
}

body #app .container .cards-container {
  height: 298px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  max-width: 1310px;
  width: 100%;
  margin-inline: auto;
}

@media only screen and (max-width: 1400px) {
  body #app .container .cards-container {
    padding: 0 30px;
    max-width: 100%;
  }
}

@media only screen and (max-width: 980px) {
  body #app .container .cards-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 470px) {
  body #app .container .cards-container {
    padding: 0 15px 15px 15px;
  }
}

body #app .container .cards-container .card {
  max-width: 48%;
  width: 100%;
  border: 2px solid #5a6885;
  border-radius: 5px;
  position: relative;
  color: white;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

@media only screen and (max-width: 1360px) {
  body #app .container .cards-container .card {
    height: 100%;
  }
}

@media only screen and (max-width: 1250px) {
  body #app .container .cards-container .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 7%;
    padding-bottom: 25px;
  }
}

@media only screen and (max-width: 980px) {
  body #app .container .cards-container .card {
    max-width: 60%;
    row-gap: 0;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 830px) {
  body #app .container .cards-container .card {
    max-width: 70%;
  }
}

@media only screen and (max-width: 750px) {
  body #app .container .cards-container .card {
    max-width: 100%;
  }
}

body #app .container .cards-container .card .image-1-hover {
  opacity: 0;
}

body #app .container .cards-container .card .image-2-hover {
  opacity: 0;
}

body #app .container .cards-container .card:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.7);
  box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.7);
  background-color: #fff;
  color: #1a294e;
}

body #app .container .cards-container .card:hover .image-1-hover {
  opacity: 1;
}

body #app .container .cards-container .card:hover .image-1 {
  opacity: 0;
}

body #app .container .cards-container .card:hover .image-2 {
  opacity: 0;
}

body #app .container .cards-container .card:hover .image-2-hover {
  opacity: 1;
}

body #app .container .cards-container .card .text {
  padding-top: 136px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
          column-gap: 50px;
}

@media only screen and (max-width: 1360px) {
  body #app .container .cards-container .card .text {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 1250px) {
  body #app .container .cards-container .card .text {
    padding-top: 0;
    margin-left: 0;
    max-width: 100%;
    padding-right: 5%;
    -webkit-column-gap: 30px;
            column-gap: 30px;
  }
}

@media only screen and (max-width: 1080px) {
  body #app .container .cards-container .card .text {
    padding-right: 5%;
    -webkit-column-gap: 10px;
            column-gap: 10px;
  }
}

@media only screen and (max-width: 980px) {
  body #app .container .cards-container .card .text {
    padding-bottom: 5%;
  }
}

@media only screen and (max-width: 750px) {
  body #app .container .cards-container .card .text {
    padding-bottom: 3%;
  }
}

body #app .container .cards-container .card .text .prod-icon {
  width: 198px;
  padding-left: 7%;
  height: 215px;
}

@media only screen and (max-width: 1360px) {
  body #app .container .cards-container .card .text .prod-icon {
    width: 150px;
    height: 165px;
  }
}

@media only screen and (max-width: 1080px) {
  body #app .container .cards-container .card .text .prod-icon {
    padding-left: 5%;
  }
}

@media only screen and (max-width: 430px) {
  body #app .container .cards-container .card .text .prod-icon {
    width: 120px;
    height: 135px;
  }
}

@media only screen and (max-width: 1360px) {
  body #app .container .cards-container .card .text .prod-icon img {
    width: 80px;
  }
}

@media only screen and (max-width: 430px) {
  body #app .container .cards-container .card .text .prod-icon img {
    width: 50px;
  }
}

body #app .container .cards-container .card .text p {
  font-family: "Europa";
  font-size: 18px;
  font-weight: 300;
  max-width: 35ch;
}

@media only screen and (max-width: 750px) {
  body #app .container .cards-container .card .text p {
    max-width: 40ch;
  }
}

@media only screen and (max-width: 470px) {
  body #app .container .cards-container .card .text p {
    font-size: 15px;
  }
}

body #app .container .cards-container .card .image-wrapper {
  position: absolute;
  top: 23px;
  left: 50px;
}

@media only screen and (max-width: 1250px) {
  body #app .container .cards-container .card .image-wrapper {
    position: relative;
    height: inherit;
    -ms-flex-item-align: start;
        align-self: flex-start;
    left: 10%;
  }
}

@media only screen and (max-width: 1080px) {
  body #app .container .cards-container .card .image-wrapper {
    left: 7%;
  }
}

@media only screen and (max-width: 980px) {
  body #app .container .cards-container .card .image-wrapper {
    height: 120px;
  }
}

body #app .container .cards-container .card .image-wrapper img {
  position: absolute;
}

@media only screen and (max-width: 1360px) {
  body #app .container .cards-container .card .image-wrapper img {
    width: 180px;
  }
}

@media only screen and (max-width: 1250px) {
  body #app .container .cards-container .card .image-wrapper img {
    width: 120px;
  }
}

body #app .container .cards-container .card .image-wrapper .img-2 {
  width: 268px;
}

body #app .container .cards-container .card .btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 25px;
  padding-right: 35px;
}

@media only screen and (max-width: 430px) {
  body #app .container .cards-container .card .btn-wrapper {
    padding: 15px 0;
  }
}

body #app .container .cards-container .card .btn-wrapper .btn {
  color: #1a294e;
  font-size: 16px;
  font-family: travels;
  font-weight: 600;
  padding: 10px 32px;
  cursor: pointer;
  position: relative;
  border: none;
  border-radius: 5px;
  -webkit-transition: all ease-out 150ms;
  transition: all ease-out 150ms;
  text-decoration: none;
}

@media only screen and (max-width: 430px) {
  body #app .container .cards-container .card .btn-wrapper .btn {
    width: 100%;
    text-align: center;
  }
}

body #app .container .cards-container .card .btn-wrapper .btn:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

body #app .container .cards-container .card .btn-wrapper .blue {
  background-color: #47d3ad;
}

body #app .container .cards-container .card .btn-wrapper .yellow {
  background-color: #d2f972;
}

body #app .contact-us-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}

@media only screen and (max-width: 980px) {
  body #app .contact-us-btn {
    margin-top: 350px;
  }
}

body #app .contact-us-btn button {
  border: none;
  color: white;
  background-color: rgba(255, 255, 255, 0);
  font-family: travels;
  font-size: 22px;
  cursor: pointer;
  border: 2px solid #5a6885;
  padding: 10px;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

body #app .contact-us-btn button:hover {
  background-color: white;
  color: #1a294e;
}

body #app .form-underlayer {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #ffffff83;
  top: 0;
  right: 0;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

body #app .form-underlayer.show {
  display: block;
}

body #app .form {
  display: none;
  background-color: #1a294e;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 30px 80px 50px 80px;
  max-width: 800px;
  width: 100%;
}

@media only screen and (max-width: 700px) {
  body #app .form {
    padding: 30px;
  }
}

body #app .form .exit {
  position: absolute;
  color: white;
  right: 0;
  top: 0;
  margin: 30px;
  cursor: pointer;
  background-color: #1a294e;
  border: none;
}

body #app .form .contact-us {
  font-family: "Europa";
  color: white;
  font-size: 37px;
  margin-bottom: 25px;
}

body #app .form .contact-us.hide {
  display: none;
}

body #app .form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 6%;
          column-gap: 6%;
  height: 100%;
}

@media only screen and (max-width: 500px) {
  body #app .form form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}

body #app .form form .submit {
  background-color: #47d3ad;
  border: none;
  padding: 8px 0;
  font-family: 'Europa';
  font-weight: 600;
  letter-spacing: 0.5px;
  cursor: pointer;
  border-radius: 3px;
}

body #app .form form input {
  padding: 10px 12px;
  border-radius: 3px;
  border: none;
}

body #app .form form input:focus {
  outline: none;
}

body #app .form form .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  width: 30%;
}

@media only screen and (max-width: 500px) {
  body #app .form form .left {
    width: 100%;
    gap: 15px;
  }
}

body #app .form form .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 70%;
}

@media only screen and (max-width: 500px) {
  body #app .form form .right {
    width: 100%;
    gap: 15px;
  }
}

body #app .form form .right textarea {
  border-radius: 3px;
  padding: 15px;
  width: 100%;
  border: none;
  height: 78.8%;
  font-family: 'Europa';
  font-weight: 100;
  font-size: 16px;
}

body #app .form form .right textarea:focus {
  outline: none;
}

body #app .form form.hide {
  display: none;
}

body #app .form .thank-you {
  font-family: "Europa";
  display: none;
  color: white;
  text-align: center;
  padding: 50px 0;
}

body #app .form .thank-you h3 {
  font-size: 37px;
  padding-bottom: 2%;
}

body #app .form .thank-you p {
  font-weight: 100;
  word-spacing: 2px;
  letter-spacing: 1px;
}

body #app .form .thank-you.show {
  display: block;
}

body #app .form.show {
  display: block;
}
/*# sourceMappingURL=styles.css.map */