@font-face {
  font-family: OpenSansRg;
  src: url("../fonts/OpenSans-Regular.ttf");
}

@font-face {
  font-family: OpenSansBd;
  src: url("../fonts/OpenSans-Bold.ttf");
}

@font-face {
  font-family: OpenSansXBd;
  src: url("../fonts/OpenSans-ExtraBold.ttf");
}

@font-face {
  font-family: OpenSansIta;
  src: url("../fonts/OpenSans-Italic.ttf");
}

* {
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: OpenSansRg;
}

b {
  font-family: OpenSansBd;
}

select:focus {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

button {
  cursor: pointer;
}

.d-flex-15 {
  gap: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-flex-30 {
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-grid-15 {
  gap: 15px;
  display: -ms-grid;
  display: grid;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-32 {
  font-size: 32px !important;
}

.c-black {
  color: #000000 !important;
}

.c-white {
  color: #FFFFFF !important;
}

.cp-white::-webkit-input-placeholder {
  color: #FFFFFF !important;
}

.cp-white:-ms-input-placeholder {
  color: #FFFFFF !important;
}

.cp-white::-ms-input-placeholder {
  color: #FFFFFF !important;
}

.cp-white::placeholder {
  color: #FFFFFF !important;
}

.cp-black::-webkit-input-placeholder {
  color: #000000 !important;
}

.cp-black:-ms-input-placeholder {
  color: #000000 !important;
}

.cp-black::-ms-input-placeholder {
  color: #000000 !important;
}

.cp-black::placeholder {
  color: #000000 !important;
}

.br-tl-0 {
  border-top-left-radius: 0 !important;
}

.br-tr-0 {
  border-top-right-radius: 0 !important;
}

.br-tl-5 {
  border-top-left-radius: 5px !important;
}

.br-tr-5 {
  border-top-right-radius: 5px !important;
}

.br-bl-10 {
  border-bottom-left-radius: 10px !important;
}

.br-br-10 {
  border-bottom-right-radius: 10px !important;
}

.br-5 {
  border-radius: 5px !important;
}

.br-10 {
  border-radius: 10px !important;
}

.br-round {
  border-radius: 50% !important;
}

.bold {
  font-weight: 500;
}

.disabled {
  opacity: 0.5 !important;
  pointer-events: none !important;
}

.input:focus-visible {
  outline: none;
}

.input-icon-1 {
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.button {
  border: none;
  cursor: pointer;
  outline: none !important;
  -webkit-transition: 0.2s ease-in-out !important;
  transition: 0.2s ease-in-out !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.ul-1 {
  text-decoration: underline !important;
}

.ulh-0:hover {
  text-decoration: none !important;
}

.of-hidden {
  overflow: hidden !important;
}

.pointer {
  cursor: pointer !important;
}

.hidden {
  display: none !important;
}

.opacity-0 {
  opacity: 0 !important;
  pointer-events: none !important;
}

.arrow-right {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.arrow-down {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}

.checkbox-container input:checked ~ .checkmark {
  background-color: #2196F3;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (min-width: 768px) {
  .w-md-50 {
    width: 50% !important;
  }
}

* {
  font-size: 14px;
}

.bg-grey-1 {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

.bg-grey-4 {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.bg-grey-8 {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.bg-red-1 {
  background-color: #d44244 !important;
}

.button-1 {
  color: #FFFFFF;
  font-size: 20px;
  padding: 6px 28px;
  display: inline-block;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #858585;
  border-radius: 25px;
}

.button-1:hover {
  color: #FFFFFF;
  text-decoration: none;
}

.button-2 {
  color: #FFFFFF;
  font-size: 20px;
  padding: 8px 16px 10px 16px;
  display: inline-block;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background-color: #000000;
  border: 1px solid #000000;
  border-radius: 10px;
}

.button-2:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.button-3 {
  color: #000000;
  font-size: 20px;
  padding: 8px 16px 10px 16px;
  display: inline-block;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background-color: #b2b2b2;
  border: 1px solid #858585;
  border-radius: 10px;
}

.button-3:hover {
  background-color: #fafafa;
}

.button-4 {
  color: #FFFFFF;
  font-size: 18px;
  padding: 6px 20px 6px 20px;
  display: inline-block;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background-color: #d44244;
  border: 1px solid #d44244;
  border-radius: 20px;
}

.button-4:hover {
  text-decoration: none;
  background-color: #000000;
  border: 1px solid #000000;
  color: #FFFFFF;
}

.button-5 {
  color: #FFFFFF;
  font-size: 18px;
  padding: 6px 30px 6px 30px;
  display: inline-block;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background-color: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.8);
  border-radius: 20px;
}

.button-5:hover {
  text-decoration: none;
  color: #FFFFFF;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.button-6 {
  color: #000000;
  font-size: 16px;
  padding: 6px 30px 6px 30px;
  display: inline-block;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background-color: #e8e7e8;
  border: 1px solid #e8e7e8;
  border-radius: 20px;
}

.button-6:hover {
  text-decoration: none;
  color: #000000;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.link-1 {
  color: #d44244;
}

.link-1:hover {
  color: #d44244;
}

.link-2 {
  color: #ffffff;
}

.link-2:hover {
  color: #ffffff;
  text-decoration: none;
}

.input-1 {
  width: 100%;
  padding: 8px;
  border: 1px solid #e8e7e8;
  border-radius: 10px;
  background-color: #fafafa;
}

.input-1:focus {
  outline: none;
}

.logo-header {
  top: 0;
  left: 0;
  width: 100%;
  height: 45px;
  position: fixed;
  z-index: 10;
  background-color: #eb5a4c;
}

#logo, #logo2 {
  opacity: 0;
  top: 20px;
  right: 20px;
  position: fixed;
}

#logo {
  z-index: 100;
}

#logo2 {
  z-index: 1005;
}

#logo.hide {
  opacity: 0 !important;
}

#logo_base {
  z-index: 1005;
  top: 16%;
  left: 10%;
  position: absolute;
}

#sect1 {
  background-color: #eb5a4c;
  overflow: hidden;
}

#sect1 .video {
  display: flex;
  max-width: 1740px;
  max-height: 85vh;
}

#sect1 .video video {
  left: 0;
  height: 100%;
  max-height: 100vh;
  margin-right: -18%;
  pointer-events: none;
}

#sect1 .video h1 {
  left: 10%;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  padding: 10px 5px;
  font-size: 3vw;
  background-color: white;
  overflow-x: hidden;
  pointer-events: none;
}

#sect1 .video h1 span {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #eb5a4c;
}

#sect1 .video h1 b {
  font-size: 3vw;
}

#sect1 #heroButtonsWrapper {
  padding: 15px 15px 60px 15px;
  background-color: #ec5d50;
  position: relative;
}

#sect1 #heroButtonsWrapper #heroButtons {
  gap: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#sect1 #heroButtonsWrapper #heroButtons .hero-button-wrapper {
  max-width: 290px;
}

#sect1 #heroButtonsWrapper #heroButtons img {
  top: 16px;
  left: 16px;
  z-index: 1;
  border-radius: 50%;
  pointer-events: none;
  -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.8);
          box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.8);
}

.icons {
  top: 16px;
  left: 16px;
  border-radius: 50%;
  -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.8);
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.8);
  opacity: 0;
  position: fixed;
  z-index: 1000;
  border: 5px solid transparent;
  background-color: #ffffff;
}

#sect1 #heroButtonsWrapper #heroButtons .hero-button {
  max-width: 290px;
  padding: 16px;
  border-radius: 15px;
  color: #000000;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}

#sect1 #heroButtonsWrapper #heroButtons .hero-button:hover {
  color: #000000;
  text-decoration: none;
  background-color: #FFFFFF;
}

#sect1 #heroButtonsWrapper #heroButtons .hero-button:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.icons.active1 {
  border: 5px solid #d44244;
}

.icons.active2 {
  border: 5px solid #eab308;
}

#sect1 #heroBackdrop {
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.6);
}

#sect2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding: 15px;
  background-color: #fafafa;
  overflow: hidden;
}

#sect2 > div {
  z-index: 1;
  width: 100%;
  max-width: 1200px;
}

#sect2 #sect2Text {
  width: 100%;
  max-width: 600px;
}

#sect2 #sect2Text .subtext {
  width: 100%;
  max-width: 500px;
}

#sect2 #sect2Text p:nth-child(1) {
  font-size: 36px;
}

#sect2 #sect2Text p:nth-child(2) {
  font-size: 22px;
}

#sect2.aasd {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  position: fixed !important;
}

#sect2:not(.aasd) {
  position: relative;
}

#sect3 {
  overflow: hidden;
  background-color: #FFFFFF;
}

#sect3 .svgs {
  top: 0;
  position: absolute;
  height: 105%;
  width: 100%;
  pointer-events: none;
}

#sect3 .base {
  filter: brightness(0.6);
}

#sect3 .cloud-house {
  width: 500px;
}

#sect3 .pt {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  position: relative;
  z-index: 1;
}

#sect3 .pt > div {
  width: 100%;
  max-width: 1680px;
}

#sect3 .pt .box {
  width: 100%;
  max-width: 450px;
}

#sect3 .pt .box .num {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
}

#sect3 .pt .box .title {
  font-size: 4rem;
  line-height: 4rem;
}

#sect3 .sect3-blocks {
  max-width: 650px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#sect3 .sect3-blocks .sect3-block {
  max-width: 240px;
  position: relative;
}

#sect3 .sect3-blocks .sect3-block > div:hover ~ .block-tooltip {
  opacity: 1;
  transform: scale(1.05);
}

#sect3 .sect3-blocks .sect3-block .block-tooltip {
  opacity: 0;
  bottom: 115%;
  width: calc(100% + 40px);
  margin: -20px;
  padding: 10px;
  text-align: center;
  position: absolute;
  border-radius: 10px;
  background-color: white;
  transition: 0.2s ease-in-out;
  box-shadow: 0 0 7px black;
  pointer-events: none;
}

#sect3 .sect3-blocks .sect3-block > div {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background-color: #FFFFFF;
  margin-bottom: 20px;
  cursor: pointer;
}

#sect3 .sect3-blocks .sect3-block > div:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#sect4 {
  height: 100vh;
  padding: 15px;
}

#sect4 > div {
  width: 100%;
  padding: 48px 60px;
  border: 3px solid #b2b2b2;
  border-radius: 40px;
  max-width: 800px;
  -webkit-box-shadow: 0 9px 12px #b2b2b2;
          box-shadow: 0 9px 12px #b2b2b2;
}

#sect4 > div .title {
  font-weight: bold;
  font-size: 3.25rem;
  color: #000000;
  line-height: 3.75rem;
  margin-bottom: 40px;
}

#sect4 > div .text {
  font-size: 1.25rem;
  margin-bottom: 50px;
}

#sect4 > div .box {
  padding: 30px;
  background-image: -webkit-gradient(linear, left top, right top, from(#de45481a), to(#ffc23f1f));
  background-image: linear-gradient(to right, #de45481a, #ffc23f1f);
  border: 1px solid #d44244;
  border-radius: 40px;
  -webkit-box-shadow: 1px 1px 20px #de454883;
  box-shadow: 1px 1px 20px #de454883;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

#sect4 > div .box .highlight {
  padding: 4px 8px;
  color: #e75648;
  font-size: 1rem;
  font-weight: bold;
  background-color: #fed796;
  margin-bottom: 15px;
}

#sect4 > div .box .highlight .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 5px);
  right: -25px;
  background-color: #d44244;
}

#sect4 > div .box .text {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.75rem;
}

#sect4 > div .box:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

#sect5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding: 15px;
}

#sect5 .boxes {
  gap: 30px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 1400px;
}

#sect5 .boxes .box {
  padding: 20px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.8);
  background-color: #FFFFFF;
  -webkit-box-shadow: 1px 1px 20px #de454883;
          box-shadow: 1px 1px 20px #de454883;
}

#sect5 .boxes .box .title {
  font-weight: bold;
  font-size: 3.3rem;
  line-height: 3.8rem;
  padding-right: 110px;
  margin-bottom: 30px;
}

#sect5 .boxes .box .info {
  padding: 20px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.8);
}

#sect5 .boxes .box:nth-child(1) {
  z-index: 1;
}

#footer {
  gap: 50px;
  padding: 30px 50px;
  display: grid;
  grid-template-columns: 200px 200px auto;
  background-color: black;
}

#footer .footer-column {
  gap: 5px;
  display: flex;
  flex-direction: column;
  margin: initial;
}

#detailsModal .modal-dialog {
  max-width: 800px;
}

#detailsModal .modal-dialog .modal-content {
  border: 0;
  border-radius: 30px;
}

#detailsModal .modal-dialog .modal-content .modal-body {
  padding: 50px;
}

#detailsModal .modal-dialog .modal-content .modal-body .title {
  font-size: 30px;
  font-weight: bold;
}

#detailsModal .modal-dialog .modal-content .modal-body .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  border-radius: 20px;
  border: 2px solid #FFC13F;
  background-color: rgba(255, 193, 63, 0.1);
}

@media (max-width: 1799px) {
  #img1 {
    width: 250px;
  }

  #img2 {
    width: 300px;
  }

  #img3 {
    width: 300px;
  }

  #img4 {
    width: 300px;
  }

  #img5 {
    width: 200px;
  }
}

@media (max-width: 1449px) {
  #img1 {
    width: 200px;
  }

  #img2 {
    width: 250px;
  }

  #img3 {
    width: 250px;
  }

  #img4 {
    width: 250px;
  }

  #img5 {
    width: 250px;
  }
}

@media (min-width: 992px) {
  .logo-header {
    height: 80px !important;
  }
}

@media (max-width: 1399px) {
  #logo_base {
    height: 90px;
  }
}

@media (max-width: 1299px) {
  #sect3 .pt .box {
    max-width: 325px;
  }

  #sect3 .sect3-blocks {
    max-width: 540px;
  }
}

@media (max-width: 991px) {
  #logo, #logo2 {
    top: 10px;
    right: 10px;
    height: 25px;
  }
  #logo_base {
    height: 60px;
  }
  #sect1 #heroButtonsWrapper #heroButtons .hero-button {
    padding: 10px;
    max-width: initial;
  }
  #sect1 .video h1 span {
    display: none;
  }
  #sect2 {
    padding: 0;
  }
  #sect2 > div {
    height: 100%;
    padding: 15px;
    background-color: rgba(250, 250, 250, 0.9);
  }
  #sect2 #sect2Text p:nth-child(1) {
    font-size: 24px;
  }
  #sect2 #sect2Text p:nth-child(2) {
    font-size: 16px;
  }
  #sect3 .pt {
    height: auto;
    padding: 30px 15px;
  }
  #sect3 .pt .box {
    padding: 40px 0;
    margin-bottom: 50px;
  }
  #sect3 .pt .box .title {
    font-size: 2.6rem;
    line-height: 2.6rem;
  }
  #sect3 .svgs {
    display: none;
  }
  #sect3 .cloud-house {
    width: 100%;
    max-width: 500px;
  }
  #sect3 .sect3-blocks {
    gap: 40px;
  }
  #sect4 {
    height: auto;
    padding: 40px 15px;
  }
  #sect4 > div {
    padding: 20px;
  }
  #sect4 > div .box {
    padding: 20px;
  }
  #sect4 > div .title {
    font-size: 2.4rem;
    line-height: 2.6rem;
  }
  #sect5 {
    height: auto;
  }
  #sect5 .boxes {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  #sect5 .boxes .box {
    padding: 10px;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #sect5 .boxes .box .title {
    font-size: 2.25rem;
    line-height: 2.5rem;
    padding-right: 0;
  }
  #sect5 iframe {
    height: 80vh;
  }
  #detailsModal .modal-dialog .modal-content .modal-body {
    padding: 20px;
  }
  .icons img {
    height: 45px;
  }
  #footer {
    gap: 15px;
    padding: 20px;
    grid-template-columns: auto;
  }
}

@media (max-width: 649px) {
  #logo_base {
    height: 40px;
  }
}

@media (max-width: 425px) {
  #logo_base {
    height: 30px;
  }
}