html {
  scroll-behavior: smooth;
}
body.hidden {
  overflow: hidden;
}
body.hidden .main {
  filter: blur(60px);
}
.page {
  overflow: hidden;
  position: relative;
}
.text {
  font-family: "Poppins", sans-serif;
}
.text-14 {
  font-size: 14px;
}
.text-16 {
  font-size: 16px;
}
.text-20 {
  font-size: 20px;
}
.text-24 {
  font-size: 24px;
}
.text-32 {
  font-size: 32px;
}
.text-48 {
  font-size: 48px;
}
.text-128 {
  font-size: 128px;
}
.text-200 {
  font-size: 200px;
}
.text-320 {
  font-size: 320px;
}
.text-charcoal-blue {
  color: #16202d;
}
.text-editor-gray {
  color: #1e1e1e;
}
.text-silver-mist {
  color: #b7babe;
}
.text-light-gray {
  color: #f0f0f0;
}
.text-white {
  color: #fff;
}
.text-black {
  color: #000;
}
.weight-500 {
  font-weight: 500;
}
b {
  font-weight: 700;
}
.text-yellow {
  color: #fbcb08;
}
.mob {
  display: none;
}
button,
a {
  border: 0;
  outline: 0;
  cursor: pointer;
  transition: 0.3s;
}
.button {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #16202d;
  font-weight: 600;
  transition: 0.3s;
  background: #fff;
  border-radius: 28px;
  position: relative;
  padding: 12px;
  width: auto;
  display: table;
  cursor: pointer;
}
.button::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background: #fbcb08;
  border-radius: 26px;
  transition: 0.4s;
}
.button:hover::before {
  width: 56px;
}
.button .img {
  width: 32px;
  position: relative;
}
.button span {
  position: relative;
}
.w-204 {
  min-width: 204px;
  padding-left: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.button.dark {
  background: #fbcb08;
  color: #fff;
}
.button.dark::before {
  background: #16202d;
}
.button.dark:hover {
  color: #16202d;
}
.button.dark .img {
  filter: brightness(0) invert(1);
}
.wrapper {
  width: 100%;
  max-width: 1344px;
  margin: 0 auto;
}
.section {
  padding: 0 16px;
}
.menu {
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
  z-index: 5;
  position: fixed;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.menu.active {
  opacity: 1;
  visibility: visible;
}

.menu-btn {
  position: absolute;
  top: 50px;
  right: 90px;
  cursor: pointer;
  width: 32px;
  z-index: 6;
}
.menu-btn .img {
  width: 32px;
  height: 32px;
  background-image: url("../assets/menu.svg");
  background-size: contain;
  transition: 0.5s;
}
.menu-btn.active .img {
  background-image: url("../assets/closeDark.svg");
}
.menu-btn .text {
  text-transform: uppercase;
  transform: rotate(-90deg) translate(-48px, 0px);
}

.hero-section {
  position: relative;
  display: flex;
  align-items: center;
  padding: 264px 16px;
}
.hero-section .wrapper {
  position: relative;
}
.lines {
  content: "";
  height: 100%;
  width: 1344px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
}
.line {
  background: #000000;
  opacity: 0.13;
  width: 1px;
  height: 100%;
}
.hero-section .logo {
  position: absolute;
  left: 90px;
  top: 60px;
}
.logo {
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 14px;
}
.logo .img {
  width: 50px;
}
.hero-section .text-128 {
  line-height: 150%;
}
.hero-section .text-24 + .text-128 {
  line-height: 110%;
}

.hero-section .text2 {
  max-width: 544px;
  margin: 50px auto 0;
  line-height: 30px;
  padding: 46px 56px;
  background: #fbcb08b2;
  border-radius: 20px;
  border: 1px solid #fbcb08c2;
  backdrop-filter: blur(6px);
}

.heroBg {
  width: 1176px;
  position: absolute;
  top: 16px;
  left: calc(50% + 315px);
  transform: translateX(-50%);
}
.hero3 {
  width: 132px;
  position: absolute;
  top: 640px;
  left: calc(50% + 595px);
  transform: translateX(-50%);
}
.hero2 {
  width: 230px;
  position: absolute;
  top: 60px;
  left: calc(50% + 45px);
  transform: translateX(-50%);
}
.hero1 {
  width: 694px;
  position: fixed;
  top: -32px;
  left: calc(50% + 375px);
  transform: translateX(-50%);
}
.hero4 {
  display: none;
}
.link-down {
  cursor: pointer;
  position: absolute;
  bottom: 220px;
  right: 78px;
  width: 56px;
  z-index: 1;
  text-align: center;
  height: 200px;
  padding-top: 150px;
}
.link-down .img {
  width: 32px;
  transition: 0.5s;
  position: relative;
}
.link-down::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 56px;
  height: 56px;
  border-radius: 100%;
  background: #fbcb08;
  transition: 0.5s;
  opacity: 0;
}
.link-down:hover::before {
  top: 175px;
  opacity: 1;
}
.link-down:hover .img {
  transform: translateY(16px);
}
.link-down .text {
  text-transform: uppercase;
  transform: rotate(-90deg) translate(28px, 0px);
  white-space: nowrap;
}

.section-2 {
  background: #16202d;
  padding: 230px 16px 220px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
.section-2 .button {
  margin-top: 64px;
}
.section-2 .wrapper {
  max-width: 1500px;
  text-align: center;
}
.section-2 .flex {
  text-align: left;
  max-width: 920px;
  margin: 75px auto 0;
  display: flex;
  justify-content: space-between;
}
.section-2 .flex .text-24 {
  max-width: 316px;
  line-height: 36px;
}
.section-2 .flex-right {
  max-width: 462px;
}
.section-2 .flex-right .text-16 {
  line-height: 24px;
}
.section-2 .flex-right .text-16 + .text-16 {
  margin-top: 24px;
}
.section-2 .flex-right li {
  position: relative;
  padding-left: 30px;
}
.section-2 .flex-right li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #fbcb08;
}

.section-2 .section2img1 {
  position: absolute;
  width: 404px;
  top: calc(50% - 210px);
  left: calc(50% - 710px);
  transform: translate(-50%, -50%);
}
.section-2 .section2img2 {
  position: absolute;
  top: calc(50% + 155px);
  left: calc(50% + 805px);
  transform: translate(-50%, -50%);
  width: 348px;
}
.section-2 .link-up {
  position: absolute;
  top: 34px;
  right: 76px;
  width: 56px;
  height: 56px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.section-2 .link-up:hover {
  background: #16202d;
}
.section-2 .link-up .img {
  width: 32px;
  transition: 0.5s;
}
.section-2 .link-up:hover .img {
  filter: brightness(0) invert(1);
}
.section-2.active .link-up {
  position: fixed;
}

.section-3 {
  position: relative;
  padding: 295px 16px 0;
}
.section-3 .wrapper {
  position: relative;
}
.section-3 .bg {
  width: 1080px;
  position: absolute;
  top: -160px;
  left: calc(50% + 355px);
  transform: translateX(-50%);
}
.section-3 .img1 {
  width: 340px;
  position: absolute;
  top: 52px;
  left: calc(50% + 555px);
  transform: translateX(-50%);
}
.section-3 .img2 {
  width: 90px;
  position: absolute;
  top: 336px;
  left: calc(50% + 55px);
  transform: translateX(-50%);
}
.section-3 .text-1 {
  padding-bottom: 20px;
}
.section-3 .text-128 {
  line-height: 130%;
}
.section-3 .text-24 + .text-128 {
  line-height: 130%;
}
.section-3 .flex {
  padding: 64px 0;
  background: #ffffff;
  width: 100%;
  position: relative;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  z-index: 1;
}
.section-3 .flex-left {
  max-width: 260px;
  position: relative;
}
.section-3 .flex-left .text-24 {
  line-height: 34px;
}
.section-3 .flex .button {
  margin-top: 34px;
}
.section-3 .cards {
  display: flex;
  gap: 24px;
  position: relative;
}
.section-3 .card {
  border-radius: 20px;
  background: #fbcb08;
  flex: 1;
  max-width: 318px;
  padding: 86px 40px 40px 40px;
  min-height: 198px;
}
.section-3 .card .text {
  line-height: 24px;
}

.section-3 .flex::before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  background: #fff;
  border-top: 1px solid #dedede;
}

.section-4 {
  padding: 445px 16px 0;
  background: #fff;
  position: relative;
  z-index: 2;
  border-top: 1px solid #dedede;
}
.section-4 .wrapper {
  position: relative;
}
.section-4 .flex {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.section-4 .flex .text-128 {
  padding-top: 20px;
}
.section-4 .flex .text-20 {
  max-width: 336px;
  line-height: 30px;
}
.section-4 .list {
  margin-top: 30px;
  display: flex;
}
.section-4 .item {
  width: 25%;
  overflow: hidden;
}
.section-4 .item .text-320 {
  overflow: hidden;
  height: 300px;
  display: flex;
  justify-content: flex-end;
  padding-right: 15px;
}
.section-4 .item .text-320 b {
  transition: 0.5s;
  transform: translateY(75px);
}
.section-4 .item .text-16 {
  line-height: 24px;
  max-width: 290px;
  transition: 0.5s;
}
.section-4 .item .text-16 + .text-16 {
  margin-top: 26px;
  opacity: 0;
  transform: translateY(50px);
  padding-bottom: 134px;
}
.section-4 .item:hover .text-16 + .text-16 {
  transform: translateY(0);
  opacity: 1;
}
.section-4 .item .text-320 + .text {
  padding-top: 36px;
  min-height: 108px;
}
.section-4 .item:hover .text-320 + .text {
  font-size: 24px;
  line-height: 36px;
}
.section-4 .item:hover .text-320 {
  color: #fbcb08;
}
.section-4 .item .text-320 b {
  width: 300px;
  position: relative;
  left: -125px;
}
.section-4 .item:hover .text-320 b {
  transform: translateY(15px);
}

.section-4 .bg1 {
  width: 574px;
  position: absolute;
  top: 0;
  left: calc(50% + 613px);
  transform: translateX(-50%);
}
.section-4 .bg2 {
  width: 930px;
  position: absolute;
  top: 636px;
  left: calc(50% + 433px);
  transform: translateX(-50%);
}
.section-4 .img1 {
  width: 130px;
  position: absolute;
  bottom: -65px;
  left: calc(50% + 690px);
  transform: translateX(-50%);
}
.section-4 .img2 {
  width: 636px;
  position: absolute;
  bottom: 170px;
  left: calc(50% - 1080px);
  transform: translateX(-50%);
}

.section-5 {
  padding: 120px 16px 56px;
  border-top: 1px solid #dedede;
  position: relative;
  z-index: 1;
  background: #fff;
}
.section-5 .flex {
  display: flex;
  justify-content: space-between;
  margin-top: -50px;
}
.section-5 .left {
  max-width: 318px;
  padding-top: 72px;
}
.section-5 .left .text-48 {
  line-height: 72px;
}
.section-5 .left .text-20 {
  margin-top: 30px;
  line-height: 30px;
  max-width: 290px;
}
.section-5 .right {
  max-width: 888px;
  flex: 1;
}
.section-5 .form {
  background: #16202d;
  padding: 46px;
  border-radius: 20px;
}
.section-5 .label {
  display: flex;
  align-items: center;
}
.section-5 .label + .label {
  margin-top: 32px;
}
.section-5 .label > .text-16 {
  opacity: 0.6;
  width: 234px;
  text-transform: uppercase;
}
.section-5 .label input,
.section-5 .label select {
  background: #ffffff;
  border-radius: 20px;
  border: 0;
  outline: 0;
  font-size: 14px;
  line-height: 20px;
  padding: 9px 16px;
  color: #1e1e1e;
  flex: 1;
  font-family: "Poppins", sans-serif;
  appearance: none;
}
::placeholder {
  color: #1e1e1e;
}
.section-5 .label select {
  background-image: url("../assets/caret.svg");
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: top 50% right 10px;
}
.section-5 .input-container {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 12px;
}
.section-5 .input-container > input {
  width: 134px;
  flex: unset;
}

.section-5 .radio-list {
  flex: 1;
  gap: 5px;
  display: flex;
}
.section-5 .radio-list label {
  flex: 1;
  cursor: pointer;
}
.section-5 .radio-list label input {
  display: none;
}
.section-5 .radio-list label .text {
  text-align: center;
  border: 2px solid #ffffff;
  border-radius: 20px;
  padding: 10px;
}
.section-5 .radio-list label:hover .text {
  border-color: #fbcb08;
}
.section-5 .radio-list label input:checked + .text {
  background: #fbcb08;
  border-color: #fbcb08;
  color: #16202d;
}
.section-5 .button {
  margin: 24px auto 0;
  max-width: 326px;
  width: 100%;
  padding: 16px;
  background: #fbcb08;
}
.section-5 .button::before {
  width: 56px;
  height: 56px;
  background-image: url("../assets/envelope.svg");
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.section-5 .button:hover::before {
  left: calc(100% - 56px);
  opacity: 1;
}
.section-5 input[type="file"] {
  display: none;
}
.section-5 .file-btn {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 8px 16px;
  border-radius: 20px;
  border: 2px solid #ffffff;
  max-width: 326px;
  width: 100%;
  cursor: pointer;
  transition: 0.3s;
}
.section-5 .file-btn .img {
  width: 18px;
}
.section-5 .file-btn:hover {
  border-color: #fbcb08;
}
.section-5 .img1 {
  width: 204px;
  bottom: -36px;
  position: absolute;
  left: calc(50% - 370px);
  transform: translateX(-50%);
}
.footer {
  padding: 64px 16px;
  border-top: 1px solid #dedede;
  position: relative;
}
.footer .wrapper {
  display: flex;
  position: relative;
}
.footer .column {
  width: 25%;
  padding-top: 10px;
}
.footer .column:first-child {
  padding-top: 0;
}
.footer .column:nth-child(2) .text {
  padding-left: 16px;
}
.footer .socials {
  display: flex;
  gap: 12px 24px;
  flex-wrap: wrap;
  font-size: 0;
}
.footer .social .img {
  width: 30px;
}
.footer .text {
  max-width: 280px;
  line-height: 150%;
}
.footer .text-link {
  display: table;
  padding-left: 32px;
}
.footer .text-link {
  background-image: url("../assets/link.svg");
  background-position: left 0 top 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}
.footer .text-link + .text-link {
  margin-top: 10px;
}
.footer .column .socials {
  justify-content: flex-end;
}

.section-2-more {
  margin-top: -535px;
  position: relative;
  z-index: 2;
  display: none;
}
.section-2-1 {
  position: relative;
  padding: 0 16px 120px;
  background: #9f5cf7;
}
.section-2-1 .wrapper2 {
  position: relative;
  z-index: 1;
}
.section-2-1 .gallery + .wrapper {
  position: relative;
  margin-top: 192px;
}
.section-2-1 .button {
  position: absolute;
  top: -32px;
  right: 0;
}

.section-2-1 .flex {
  margin-top: 96px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.section-2-1 .flex .text {
  line-height: 150%;
}
.section-2-1 .flex .text-charcoal-blue {
  max-width: 444px;
}
.section-2-1 .flex .text-white {
  max-width: 656px;
}
.section-2-1 .gallery {
  display: flex;
  align-items: flex-end;
  font-size: 0;
  width: calc(100% + 32px);
  margin-left: -16px;
  overflow: hidden;
  margin-top: -45px;
}
.section-2-1 .gallery .item {
  width: 25%;
  position: relative;
}
.section-2-1 .gallery .item:nth-child(odd) {
  z-index: 1;
}
.section-2-1 .gallery .item .img {
  cursor: pointer;
  position: relative;
  transition: 0.5s;
  transform: translateY(15%);
}
.section-2-1 .gallery .item .img.mob {
  display: none;
}
.section-2-1 .gallery .item .img:hover {
  transform: translateY(0);
}
.section-2-1 .gallery .item:nth-child(2) .img {
  width: 132%;
  left: -32%;
}
.section-2-1 .gallery .item:first-child .img {
  width: 80%;
}
.section-2-1 .gallery .item:nth-child(3) .img {
  width: 82%;
  left: -7%;
}
.section-2-1 .gallery .item:last-child .img {
  width: 131%;
  left: -31%;
}

.section-2-2 {
  position: relative;
  padding: 120px 16px 124px;
  background: #4cbbe4;
}
.section-2-2 .img {
  width: 284px;
  position: absolute;
  bottom: -78px;
  left: 50%;
  transform: translateX(-50%);
}
.section-2-2 .flex {
  margin-top: 110px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 72px 16px;
}
.section-2-2 .item {
  width: 30%;
  max-width: 352px;
}
.section-2-2 .item .text {
  line-height: 150%;
}
.section-2-2 .item .text:first-child {
  max-width: 286px;
}
.section-2-2 .item .text + .text {
  margin-top: 16px;
}

.section-2-3 {
  background: #f4f4f5;
  position: relative;
  padding: 154px 16px;
}
.section-2-3 .wrapper {
  display: flex;
  position: relative;
  justify-content: space-between;
}
.section-2-3 .button {
  position: absolute;
  bottom: -170px;
  right: 0;
}
.section-2-3 .left {
  max-width: 546px;
}
.section-2-3 .right {
  max-width: 596px;
  padding-top: 50px;
}
.section-2-3 .right .img {
  max-width: 113%;
}
.section-2-3 .text-16 {
  line-height: 24px;
}
.section-2-3 .text-48 + .text-16 {
  margin-top: 54px;
}
.section-2-3 ul {
  margin-top: 46px;
  padding-left: 32px;
  list-style: disc;
}
.section-2-3 ul li + li {
  margin-top: 24px;
}
.section-2-3 ul + .text-16 {
  margin-top: 46px;
}

.section-3-more {
  position: relative;
  z-index: 3;
  padding: 130px 16px 170px;
  background: #fff;
  display: none;
}
.section-3-more .wrapper {
  position: relative;
}
.section-3-more .item {
  display: flex;
  gap: 0 72px;
  justify-content: space-between;
}
.section-3-more .item .left {
  width: 50%;
}
.section-3-more .item .right {
  width: 50%;
}
.section-3-more .item:nth-child(2) .right {
  width: 50%;
  max-width: 546px;
}
.section-3-more .item .text {
  max-width: 546px;
}
.section-3-more .item .text-48 {
  line-height: 150%;
}
.section-3-more .item .text-48 + .text-16 {
  margin-top: 64px;
  line-height: 24px;
}
.section-3-more .item:nth-child(2) .left {
  text-align: right;
}
.section-3-more .item:nth-child(2) .left .text {
  max-width: 100%;
}
.section-3-more .item .button {
  width: 100%;
  max-width: 360px;
  margin-top: 136px;
}
.section-3-more .item + .item {
  margin-top: 280px;
}
.section-3-more .item + .item + .item {
  margin-top: 180px;
  position: relative;
  flex-wrap: wrap;
}
.section-3-more .item + .item + .item .text-320 {
  position: absolute;
  left: -356px;
  top: -90px;
}
.section-3-more .item + .item + .item .text-48 {
  position: relative;
  max-width: 660px;
}
.section-3-more .item + .item + .item .text-16 {
  margin-top: 0;
}
.section-3-more .item-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.section-3-more .cards {
  margin-top: 84px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.section-3-more .card {
  width: calc((100% - 48px) / 3);
  background: #fbcb08;
  border-radius: 20px;
  padding: 40px;
  display: flex;
  gap: 26px;
  align-items: center;
}
.section-3-more::before {
  content: "";
  width: 100vw;
  height: 1px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  background: #dedede;
}

.section-3-more .card .img {
  width: 32px;
}
.close-section-3-more-btn {
  position: absolute;
  top: -156px;
  right: 0;
}
.close-section-3-more-btn2 {
  position: absolute;
  bottom: -196px;
  top: auto;
  right: 0;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
}
.overlay {
  background: #16202da6;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.modal .wrapper {
  position: relative;
  max-width: 1150px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.modal .close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 24px;
  right: 24px;
  width: 56px;
  height: 56px;
  background: #fff;
  border-radius: 100%;
  cursor: pointer;
  z-index: 1;
  transition: 0.5s;
}
.modal .close:hover {
  background: #16202d;
}
.modal .close .close-img {
  width: 32px;
  transition: 0.5s;
}

.modal .close:hover .close-img {
  filter: brightness(0) invert(1);
}
.tg {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 28px;
}
.tg .img {
  width: 40px;
}

@media screen and (max-width: 1400px) {
  .hero-section .logo {
    left: 16px;
    top: 12px;
  }
  .menu-btn {
    right: 16px;
    top: 24px;
  }
  .text-200 {
    font-size: 100px;
  }
  .text-128 {
    font-size: 64px;
  }
  .section-2 {
    padding: 120px 16px 60px;
  }
  .hero-section {
    padding: 120px 16px;
  }
  .hero1 {
    width: 240px;
    top: 196px;
  }
  .hero2 {
    display: none;
  }
  .heroBg {
    display: none;
  }
  .link-down {
    right: 4px;
    bottom: 16px;
    display: none;
  }
  .section-4 {
    padding: 120px 16px 40px;
  }
  .section-4 .item .text-16 + .text-16 {
    padding-bottom: 32px;
  }
  .section-4 .list {
    flex-wrap: wrap;
  }
  .section-4 .item {
    width: 50%;
  }
  .section-5 {
    padding: 40px 16px;
  }
  .section-5 .flex {
    margin-top: 0;
    flex-direction: column;
  }
  .section-5 .left {
    max-width: 100%;
  }
  .section-5 .left .text-20 {
    max-width: 100%;
  }
  .section-5 .right {
    margin-top: 32px;
  }
  .section-2 .link-up {
    right: 16px;
    top: 16px;
  }
  .section-2-more {
    margin-top: -375px;
  }
  .section-2-1 .gallery {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .text-128,
  .text-200 {
    font-size: 46px;
  }
  .hero-section .text2 {
    width: 90%;
    margin: 32px auto 0 0;
  }
  .hero-section {
    padding: 120px 16px 60px;
  }
  .section-2 .flex {
    margin-top: 24px;
    flex-direction: column;
  }
  .section-3 .bg {
    display: none;
  }
  .section-3 {
    padding: 64px 16px 0;
  }
  .section-3 .flex .button {
    margin: 34px auto 0;
  }
  .section-3 .img1 {
    width: 108px;
    top: 52px;
    left: calc(50% + 95px);
  }
  .section-3 .flex {
    flex-direction: column;
  }
  .section-3 .cards {
    flex-direction: column;
    margin-top: 24px;
  }
  .section-3 .card {
    max-width: 100%;
  }
  .section-4 {
    padding-top: 60px;
  }
  .section-4 .flex {
    flex-direction: column;
  }
  .section-4 .flex .text-128 {
    padding-top: 0;
  }
  .section-4 .item {
    width: 100%;
  }
  .section-4 .item .text-16 {
    max-width: 100%;
  }
  .section-4 .item .text-320 b {
    left: -20px;
  }
  .section-4 .item .text-320 + .text {
    font-size: 24px;
    line-height: 150%;
  }
  .section-4 .item .text-16 + .text-16 {
    opacity: 1;
    transform: none;
    padding-bottom: 0;
  }
  .section-4 .bg2 {
    display: none;
  }
  .section-5 .left {
    padding-top: 24px;
  }
  .text-48 {
    font-size: 24px;
    line-height: 36px;
  }
  .section-5 .left .text-48 {
    line-height: 36px;
  }
  .section-5 .form {
    padding: 16px;
  }
  .section-5 .input-container {
    width: 100%;
  }
  .section-5 .radio-list {
    width: 100%;
  }
  .section-5 .label {
    flex-direction: column;
    gap: 16px;
  }
  .section-5 .label > .text-16 {
    width: 100%;
  }
  .section-5 .label input,
  .section-5 .label select {
    width: 100%;
  }
  .section-5 .input-container {
    flex-direction: column;
  }
  .section-5 .radio-list {
    flex-wrap: wrap;
  }
  .section-5 .radio-list label {
    width: calc((100% - 5px) / 2);
    flex: unset;
  }
  .footer {
    padding: 40px 16px;
  }
  .footer .wrapper {
    flex-direction: column;
    gap: 24px;
    text-align: center;
  }
  .footer .text {
    margin: 0 auto;
  }
  .footer .column {
    width: 100%;
  }
  .footer .column .socials {
    justify-content: center;
  }
  .section-2-more {
    margin-top: -130px;
  }
  .section-2-1 .flex {
    margin-top: 46px;
    flex-direction: column;
    gap: 46px;
  }
  .section-2-2 {
    padding: 64px 16px 146px;
    z-index: 1;
  }
  .section-2-2 .img {
    width: 108px;
    bottom: -32px;
  }
  .section-2-2 .item .text + .text {
    margin-top: 24px;
  }
  .section-2-2 .flex {
    margin-top: 46px;
    gap: 46px;
    flex-direction: column;
  }
  .section-2-2 .item {
    width: 100%;
    max-width: 100%;
  }
  .section-2-3 {
    padding: 64px 16px;
  }
  .section-2-3 .img.mob {
    display: block;
    width: 208px;
    margin: 46px auto 0;
  }
  .section-2-3 .right {
    display: none;
  }
  .section-2-3 .left {
    max-width: 100%;
    padding-bottom: 24px;
  }
  .section-2-3 .button {
    bottom: -70px;
  }
  .section-3-more {
    padding: 80px 0;
  }
  .section-3-more .item {
    flex-direction: column;
    gap: 0;
  }
  .section-3-more .item .left {
    width: 100%;
  }
  .section-3-more .item .right {
    width: 100%;
  }
  .section-3-more .item + .item {
    flex-direction: column-reverse;
    margin-top: 60px;
  }
  .section-3-more .item + .item + .item {
    margin-top: 60px;
    flex-direction: column;
  }
  .section-3-more .item .button {
    margin-top: 24px;
  }
  .section-3-more .item-top {
    flex-direction: column;
  }
  .close-section-3-more-btn {
    top: -106px;
    bottom: auto;
  }
  .close-section-3-more-btn2 {
    bottom: -106px;
    top: auto;
  }
  .section-3-more .item .text-320 {
    display: none;
  }
  .section-3-more .item .text-48 + .text-16 {
    margin-top: 16px;
  }
  .section-3-more .card {
    width: 100%;
  }
  .modal {
    padding: 0;
  }
  .modal .close {
    width: 40px;
    height: 40px;
    top: 16px;
    right: 16px;
  }
  .modal .close .close-img {
    width: 24px;
  }
  .section-2 .wrapper {
    text-align: left;
  }
  .section-2 .flex-right {
    margin-top: 46px;
  }
  .section-2-1 .gallery {
    overflow: auto;
    display: block;
    white-space: nowrap;
  }
  .section-2-1 .gallery .item {
    display: inline-block;
    width: 80vw !important;
  }
  .section-2-1 .gallery .item .img {
    transform: none !important;
    width: 100% !important;
    left: 0 !important;
    display: none;
  }
  .section-2-1 .gallery .item .img.mob {
    display: block;
  }
  .section-2-1 .gallery .item + .item {
    margin-left: 18px;
  }
  .section-2-1 .gallery + .wrapper {
    margin-top: 64px;
  }
  .section-2-1 .button,
  .section-2-3 .button,
  .close-section-3-more-btn {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .section-2-1 {
    padding-bottom: 64px;
  }
  .section-2-1 .gallery {
    padding-top: 76px;
  }
  .section-3 .text-1 {
    padding-bottom: 64px;
  }
  .section-3 .flex-left {
    text-align: center;
    max-width: 100%;
  }
  .section-3 .flex-left .text-24 {
    text-align: left;
  }
  .section-4 .item .text-320 {
    color: #fbcb08;
  }
  .section-4 .item .text-320 b {
    transform: translateY(15px);
  }
  .section-4 .item .text-320 b {
    left: -125px;
  }
  .hero2 {
    display: block;
    width: 78px;
    top: 84px;
    left: calc(50% + 70px);
  }
  .hero1 {
    left: calc(50% + 200px);
  }
  .hero3 {
    display: block;
    width: 54px;
    left: calc(50% + 70px);
    bottom: 16px;
    top: auto;
  }
  .hero4 {
    display: block;
    position: absolute;
    transform: translateX(-50%);
    bottom: 14px;
    left: calc(50% + 80px);
    width: 348px;
  }
}
#overlay {
    background: rgba(0, 0, 0, .7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9999;
    font-family: "Poppins", sans-serif;
}
#overlay .pop {
    background: #fff;
    max-width: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 60px 50px 50px 50px;
    border-radius: 6px;
    display: none;
}
#overlay .pop .close {
    position: absolute;
    right: 25px;
    top: 20px;
    width: 32px;
    height: 32px;
    opacity: 0.3;
    cursor: pointer;
}
#overlay .pop .close:hover {
    opacity: 1;
}
#overlay .pop .close:before, .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #333;
}
#overlay .pop .close:before {
    transform: rotate(45deg);
}
#overlay .pop .close:after {
    transform: rotate(-45deg);
}
#overlay .pop .message {
	line-height: 28px;
    text-align: center;
    font-size: 18px;
}
.tglink {
	display: flex;
    align-items: anchor-center;
    gap: 10px;
}
.main.text-page .hero-section {
	padding: 160px 16px 70px 16px;
}
.text-page {
	font-family: "Poppins", sans-serif;
}
.text-page h1 {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 30px;
	text-transform: uppercase;
}
.text-page .title {
	font-size: 20px;
	font-weight: bold;
    padding-bottom: 20px;
}
.text-page p {
	font-size: 16px;
    line-height: 24px;
    padding-bottom: 20px;
}
.cookie-popup {
    font-family: 'Open Sans', sans-serif;
    position: fixed;
    left: 30px;
    bottom: 30px;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.8);
    padding: 15px 20px;
    color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .11);
    box-shadow: 0 5px 40px 0 rgba(0, 0, 0, .11);
    max-width: 500px;
}
.cookie-popup .title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 15px;
}
.cookie-popup .text {
    margin-bottom: 15px;
    line-height: 24px;
}
.cookie-popup .text a {
    font-size: 16px;
    font-weight: 600;
    color: #FFCD29;
}
.cookie-popup .btns {
    text-align: left;
    margin-bottom: 15px;
}
.cookie-popup button {
    cursor: pointer;
    min-width: 200px;
}
.cookie-popup .desc {
	line-height: 24px;
}
.cookie-popup .btns {
	display: flex;
    justify-content: end;
	margin-top: 20px;
}
.cookie-popup a {
	color: #fbcb08;
}