@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&display=swap");
:root {
  --mb-mobile: 40px;
  --mb-desktop: 80px;
  --max-width: 1180px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none !important;
  text-decoration: none !important;
}

html {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

a {
  color: rgb(7, 34, 96);
  text-decoration: none !important;
}

a:hover {
  color: rgb(7, 34, 96);
}

button:hover {
  cursor: pointer;
}

select {
  padding: 10px;
  font-size: 15px;
  color: rgb(22, 36, 44);
  background-color: rgb(255, 255, 255);
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.nav-media {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: -150%;
  background-color: rgba(0, 0, 0, 0.3333333333);
  z-index: 999;
  transition: 500ms;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
}

.nav-media .nav-con-media {
  width: 100%;
  min-height: 65vh;
  padding: 10px;
  background: linear-gradient(to bottom right, #ffffff, rgb(189, 240, 245));
  color: rgb(7, 34, 96);
}

.nav-media .nav-con-media .menu {
  padding: 0 !important;
}

.nav-media .nav-con-media .menu li {
  list-style: none;
}

.nav-media .nav-con-media .menu a {
  text-decoration: none;
}

.nav-media .nav-con-media .contact {
  width: 100%;
  height: 111px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  margin-bottom: 15px;
  gap: 8px;
}

.nav-media .nav-con-media .contact p {
  margin: 0;
  margin-left: 10px;
  color: rgb(7, 34, 96);
}

.nav-media .nav-con-media .contact .tg-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.nav-media .nav-con-media .dropdown-toggle {
  background: transparent;
  border: none;
  font-weight: bold;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  gap: 6px;
  align-items: center;
  height: 100%;
  color: rgb(7, 34, 96);
  margin-bottom: 12px;
}

.nav-media .nav-con-media .dropdown-toggle img {
  width: 7px;
  height: 5px;
}

.nav-media .nav-con-media .dpdown-menu {
  display: none;
  list-style: none;
  padding-left: 15px;
}

.nav-media .nav-con-media .dpdown-menu li {
  padding: 6px 0;
  color: rgb(147, 147, 147);
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
}

.nav-media .nav-con-media .dpdown-menu li > a {
  color: rgb(147, 147, 147);
}

.nav-media .nav-con-media .dpdown-menu li:hover,
.nav-media .nav-con-media .dpdown-menu li > a:hover {
  color: #000;
}

.nav-media .nav-con-media .dropdown-container img {
  width: 7px;
  height: 5px;
  margin-top: 2.5px;
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.nav-media .nav-con-media .dropdown-container.open img {
  width: 7px;
  height: 5px;
  margin-top: 2.5px;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}

.nav-media .nav-con-media .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.nav-media .nav-con-media .top .logo-img {
}

.nav-media .nav-con-media .hr {
  width: 100%;
  height: 1px;
  background-color: rgb(235, 235, 235);
  margin-bottom: var(--mb-mobile);
}

.nav-media .nav-con-media .btn-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  border: 1px solid rgb(42, 171, 238);
  color: rgb(42, 171, 238);
  background-color: transparent;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  border-radius: 10px;
  margin-bottom: 6px;
}

.nav-media .nav-con-media .btn-2 {
  width: 100%;
  height: 40px;
  background-color: rgb(42, 171, 238);
  color: #fff;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  border: none;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}

.header-lang-switcher {
  text-transform: uppercase;
}

.header-lang-switcher .dpdown-menu {
  min-width: 0px !important;
}

.logo-img {
  width: auto;
  height: auto;
  margin-top: 0;
}

.section-1 {
  padding: 0 10px;
  margin-bottom: 50px;
}

.section-1 > .section-1-container {
  width: 100%;
  max-width: var(--max-width);
  margin: 10px auto 0 auto;
  padding: 15px;
  border-radius: 28px;
  background-image: radial-gradient(101.33% 227.09% at 8.8% 55.69%, rgba(255, 255, 255, 0.2) 0%, rgba(0, 161, 255, 0.2) 57.81%), url("../i/envelope.svg"), url("../i/group-10.svg");
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center center, left 25% center, center center;
  background-size: cover, auto, cover;
}

.section-1 > .section-1-container.mini {
  padding: 15px 0 0;
  background: none;
}

.section-1 > .section-1-container .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.26);
  padding: 10px;
  border: 1px solid #ffffff;
  border-radius: 14px;
  box-shadow: 0 2px 11.3px 0 rgba(185, 175, 175, 0.25);
  height: 60px;
  white-space: nowrap;
  gap: 10px;
}

.section-1 > .section-1-container.mini .header {
  background-color: white;
}

body.sticky-header-active .section-1 {
  padding-top: 60px;
}

body.sticky-header-active .section-1 > .section-1-container .header {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto 0 -15px;
  z-index: 9;
  background-color: #fff;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  transition: width 0.3s ease;
}

body.sticky-header-active .section-1 > .section-1-container.mini .header {
  margin-left: 0;
}

@media (max-width: 1200px) {
  body.sticky-header-active .section-1 > .section-1-container .header {
    left: 0;
    width: 100%;
    max-width: none;
    margin: 0;
  }
  .section-1 > .section-1-container .header .header-left li.menu-item-hidden {
    display: none !important;
  }
}
.section-1 > .section-1-container .header .header-left {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
}

.section-1 > .section-1-container .header .header-left .menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 0 !important;
  margin-left: 70px;
  padding-left: 0;
}

.section-1 > .section-1-container .header .header-left .menu li {
  list-style: none;
  font-family: "Inter";
  font-weight: 500;
  font-size: 14px;
  line-height: 42px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #072260;
  display: flex;
  align-items: center;
}

.section-1 > .section-1-container .header .header-left .menu li.dpdown {
  cursor: pointer;
  gap: 2.7px;
  position: relative;
}

.section-1 > .section-1-container .header .header-left .menu li.dpdown:hover .dpdown-menu {
  display: block;
}

@media (min-width: 1024px) {
  .section-1 > .section-1-container .header .header-left .menu li.dpdown:hover .dpdown-menu {
    min-width: 350px;
  }
  .section-1 > .section-1-container .header .header-left .menu li.dpdown:hover .dpdown-menu li {
    line-height: 20px;
  }
}
.section-1 > .section-1-container .header .header-left .menu li.dpdown .dpdown-menu {
  display: none;
  position: absolute;
  top: 40px;
  width: 100%;
  min-width: 210px;
  border-radius: 14px;
  padding: 14px 18px;
  border: 1px solid #FFFFFF;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 18.5px 0px rgba(186, 186, 186, 0.2509803922);
  z-index: 100;
}

.section-1 > .section-1-container .header .header-left .menu li.dpdown .dpdown-menu li {
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
}

.section-1 > .section-1-container .header .header-left .menu li.dpdown .dpdown-menu li:not(:last-child) {
  padding-bottom: 10px;
}

.section-1 > .section-1-container .header .header-left .menu li.dpdown .dpdown-menu li a {
  color: #939393;
  transition: 0.3s;
}

.section-1 > .section-1-container .header .header-left .menu li.dpdown .dpdown-menu li:hover a {
  color: #072260;
  transition: 0.1s;
}

.section-1 > .section-1-container .header .header-left .menu li.dpdown img,
.nav-con-media .menu li.dpdown img {
  width: 7px;
  height: 5.18px;
  -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
  -moz-transform: rotate(180deg); /* Firefox */
  -ms-transform: rotate(180deg); /* IE 9 */
  -o-transform: rotate(180deg); /* Opera */
  transform: rotate(180deg); /* Standard */
}

.section-1 > .section-1-container .header .header-left .menu li.dpdown:hover img,
.nav-con-media .menu li.dpdown:hover img {
  -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
  -moz-transform: rotate(0deg); /* Firefox */
  -ms-transform: rotate(0deg); /* IE 9 */
  -o-transform: rotate(0deg); /* Opera */
  transform: rotate(0deg); /* Standard */
}

.section-1 > .section-1-container .header .header-right {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}

.section-1 > .section-1-container .header .header-right .btn-burger {
  display: none;
  align-items: center;
  justify-content: center;
}

.section-1 > .section-1-container .header .header-right .btn-contact-gr {
  display: flex;
  align-items: center;
  gap: 22px;
}

.section-1 > .section-1-container .header .header-right .btn-contact-gr > div:last-child {
  display: flex;
  gap: 6px;
}

.section-1 > .section-1-container .header .header-right .btn-contact-gr .phone {
  font-family: "Inter";
  font-weight: 500;
  font-size: 14px;
  line-height: 42px;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  color: #072260;
}

.section-1 > .section-1-container .header .header-right .header-lang-switcher {
  margin: 0 25px 0 25px;
}

.section-1 > .section-1-container .header .header-right .header-lang-switcher .dropdown-menu {
  min-width: 30px;
}

.section-1 > .section-1-container .header .header-right .header-lang-switcher a {
  display: block;
  font-family: "Inter";
  font-weight: 300;
  font-size: 14px;
  line-height: 0;
  color: #072260;
  height: 10px;
}

.section-1 > .section-1-container .header .header-right .header-lang-switcher a.dropdown-item.lang-link {
  padding: 10px;
}

.section-1 > .section-1-container .header .header-right .header-lang-switcher .dropdown-toggle::after {
  content: url("../i/vector-lang.svg");
  border-top: 0;
  border-right: 0;
  position: relative;
  top: 2px;
}

.section-1 > .section-1-container .header .header-right .btn-gr {
  display: flex;
  align-items: center;
  gap: 6px;
}

.section-1 > .section-1-container .header .header-right .btn-gr .btn-1 {
  width: 100%;
  min-width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11.2px 18px;
  border-radius: 9px;
  border: 1px solid #2AABEE;
  color: #2AABEE;
  font-family: "Inter";
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0;
}

.section-1 > .section-1-container .header .header-right .btn-gr .btn-2 {
  width: 100%;
  min-width: 206px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px;
  border-radius: 9px;
  color: #fff;
  background: linear-gradient(180deg, #2AABEE 0%, #229ED9 10000%);
  font-family: "Inter";
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0;
}

.section-1 > .section-1-container .body {
  padding: 47px 0 0 0;
  display: flex;
  justify-content: space-between;
  background: url("../i/Vector 55.svg") no-repeat center bottom 10px;
}

.section-1 > .section-1-container .body .body-left,
.section-1 > .section-1-container .body .body-right {
  width: 100%;
  max-width: 50%;
}
.section-1 > .section-1-container .body .body-left h1>span{
  color: rgb(4, 73, 210);
}
.section-1 > .section-1-container .body .body-right {
  max-width: 480px;
}

.section-1 > .section-1-container .body .body-left {
  padding-left: 42px;
}

.section-1 > .section-1-container .body .body-left h1 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 42px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #061E55;
  margin-bottom: 12px;
}

.section-1 > .section-1-container .body .body-left p {
  font-family: "Inter";
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0;
  vertical-align: middle;
}

.section-1 > .section-1-container .body .body-right {
  padding-top: 8px;
}

.section-1 > .section-1-container .body .body-right .select-box {
  width: 100%;
  max-width: 394px;
  padding: 4px;
  border-radius: 19px;
  border: 1px solid #DDE5F4;
  box-shadow: 0px 35.76px 40.98px 0px rgba(66, 68, 106, 0.1882352941);
  background-color: #fff;
}

.section-1 > .section-1-container .body .body-right .select-box > div {
  padding: 10px;
  border-radius: 16px;
  border: 1px solid #DDE5F4;
  background: linear-gradient(180deg, #FDFDFF 0%, #E7F2FB 100%);
}

.section-1 > .section-1-container .body .body-right .select-box > div > span {
  cursor: pointer;
  margin-bottom: 10px;
}

.section-1 > .section-1-container .body .body-right .select-box > div > span .select2-selection__placeholder {
  font-family: "Inter";
  font-weight: 500;
  font-size: 15px;
  line-height: 15.46px;
  letter-spacing: 0;
  color: #16242C;
}

.section-1 > .section-1-container .body .body-right .select-box > div > span .selection > span {
  cursor: pointer;
  border-radius: 9.67px;
  border: 0.97px solid #E3E5E5;
}

.user-menu {
  font-family: "Manrope", monospace;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  user-select: none;
  border-radius: 8px;
  padding: 6px 8px;
}

.user-menu:focus {
  outline: none;
}

.user-menu .user-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
}

.user-menu .user-name {
  font-size: 16px;
  color: #222;
}

.user-menu .chevron {
  width: 10px;
  height: 20px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  transition: transform 0.18s ease, background 0.18s ease;
}

.user-menu .chevron svg {
  width: 10px;
  height: 10px;
  display: block;
  transform-origin: center;
  transition: transform 0.18s ease;
}

/* dropdown */
.user-menu .dropdown {
  position: absolute;
  top: 50px;
  right: 0;
  min-width: 170px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(119, 119, 119, 0.25);
  padding: 8px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s;
  z-index: 10;
}

.user-menu .menu-item {
  display: block;
  padding: 10px 16px;
  font-size: 15px;
  color: #222;
  text-decoration: none;
}

.user-menu .menu-item:hover {
  background: #f3f4f6;
}

/* show on hover / focus-within (keyboard accessible) */
.user-menu:hover .dropdown,
.user-menu:focus-within .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* rotate chevron when open */
.user-menu:hover .chevron svg,
.user-menu:focus-within .chevron svg {
  transform: rotate(180deg);
}

/* small responsive adjustments */
@media (prefers-reduced-motion: reduce) {
  .user-menu .chevron,
  .user-menu .chevron svg,
  .user-menu .dropdown {
    transition: none;
  }
}
#startBusinessBtn {
  width: 100%;
  background-color: #11CCDD;
  border-radius: 44.3px;
  padding: 15.3px 0 14.7px 0;
  border: unset;
  color: #fff;
  font-family: "Inter";
  font-weight: 500;
  font-size: 16px;
  line-height: 15.46px;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
}

.main-card {
  width: 100%;
  margin: 0 auto;
  padding: 57px 0 19px 0;
}

.main-card .box {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 14px;
}

.main-card .box a {
  width: 100%;
  max-width: 170px;
  min-height: 80px;
  padding: 14px;
  background: linear-gradient(90deg, #36d1dc 0%, #5b86e5 100%);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 0;
}

.main-card .box a img {
  width: 30px;
}

@media (max-width: 1024px) {
  .section-1 > .section-1-container .header .header-left {
    max-width: 332px;
  }
  .section-1 > .section-1-container .header .header-left .menu {
    gap: 15px;
  }
}
@media (max-width: 992px) {
  .section-1 {
    padding: 0;
    margin-bottom: var(--mb-mobile);
  }
  .section-1 > .section-1-container .header .header-right .btn-burger {
    display: flex;
  }
  .section-1 > .section-1-container .header .header-left .menu, .btn-contact-gr > div:last-child, .btn-gr {
    display: none !important;
  }
  .nav-media .menu {
    margin-bottom: 17px;
  }
  .nav-con-media .menu > li {
    margin-bottom: 8px;
  }
  .nav-con-media .menu li.dpdown img {
    margin-bottom: 3px;
  }
  .nav-con-media .menu li.dpdown:hover .dpdown-menu {
    display: block;
  }
  .section-1 > .section-1-container .body {
    background: url("../i/Vector 55.svg") no-repeat left 35% bottom 0;
  }
  .section-1 > .section-1-container .body .body-left,
  .section-1 > .section-1-container .body .body-right {
    max-width: 100%;
  }
  .section-1 > .section-1-container .header .header-left {
    max-width: 20%;
  }
  .section-1 > .section-1-container .header .header-right .header-lang-switcher {
    margin-left: 44px;
  }
  .section-1 > .section-1-container .body .body-left h1 {
    font-weight: 500;
    font-size: 35px;
    line-height: 100%;
    letter-spacing: 0;
    vertical-align: middle;
  }
  .section-1 > .section-1-container .body .body-left p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0;
    vertical-align: middle;
  }
  .section-1 > .section-1-container .body .body-left {
    padding-left: 0;
  }
  .main-card {
    padding: 20px 0 19px 0;
  }
  .main-card .box {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .main-card .box a {
    flex: 0 0 calc(50% - 7px);
    max-width: unset;
  }
}
@media (max-width: 767px) {
  body.sticky-header-active .section-1 {
    padding-top: 44px;
  }
  .section-1 > .section-1-container .body {
    width: 100%;
    flex-wrap: wrap;
    padding-top: 37px;
  }
  .section-1 > .section-1-container .header {
    height: 44px;
  }
  .logo-img {
    height: 27px;
  }
  .section-1 > .section-1-container .body .body-right .select-box {
    max-width: 100%;
  }
}
.sec {
  width: 100%;
  padding: 10px;
  margin-bottom: var(--mb-desktop);
}

.sec-alert {
  max-width: 1210px;
  margin: 0 auto;
}

.sec-container {
  max-width: 1210px;
  margin: 0 auto;
  padding: 15px;
}

.sec-2 {
  text-align: center;
  max-width: 100%;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.sec-2 .left1 {
  position: absolute;
  top: 46%;
  left: -11%;
  z-index: -1;
}

.sec-2 .left2 {
  position: absolute;
  top: 54%;
  left: -11%;
  z-index: -1;
}

.sec-2 .right1 {
  position: absolute;
  top: 20%;
  left: 100%;
  z-index: -1;
  transform: translate(-65%, 0);
}

.sec-2 .right2 {
  position: absolute;
  top: 27%;
  left: 100%;
  z-index: -1;
  transform: translate(-65%, 0);
}

.sec-2 .right3 {
  position: absolute;
  top: 36.4%;
  left: 100%;
  z-index: -1;
  transform: translate(-65%, 0);
}

.sec-2 h2 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 40px;
  margin-bottom: 20px;
}

.sec-2 h2 span {
  color: rgb(4, 73, 210);
}

.sec-2 .sub-title {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: rgb(13, 13, 14);
  font-size: 20px;
  margin-bottom: 30px;
}

.sec-2 .sec2-con {
  max-width: 1000px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  justify-content: center;
  z-index: 999;
  gap: 15px;
}

.sec-2 .sec2-con .box-1 {
  display: flex;
  flex-direction: column;
  min-height: 550px;
  background-color: #fff;
  width: 310px;
  border: 1px solid rgb(234, 236, 240);
  border-radius: 15px;
  padding-bottom: 20px;
}

.sec-2 .sec2-con .box-1 .box-head {
  padding: 20px 0;
}

.sec-2 .sec2-con .box-1 .box-head img {
  margin-bottom: 6px;
}

.sec-2 .sec2-con .box-1 .box-head h3 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: rgb(16, 24, 40);
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.sec-2 .sec2-con .box-1 .box-head h3 .free {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  color: rgb(16, 24, 40);
}

.sec-2 .sec2-con .box-1 .box-head p {
  margin-bottom: 10px;
  color: rgb(91, 134, 229);
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
}

.sec-2 .sec2-con .box-1 .box-head p.box-title {
  /* Apply the gradient as a background image */
  background-image: linear-gradient(90deg, #36D1DC 0%, #5B86E5 100%);
  /* Clip the background to the text */
  -webkit-background-clip: text;
  background-clip: text;
  /* Make the text fill transparent to reveal the gradient */
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

.sec-2 .sec2-con .box-1 .box-head .p {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: rgb(102, 112, 133);
  font-size: 13px;
}

.sec-2 .sec2-con .box-1 .box-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 13px;
  flex-grow: 1;
}

.sec-2 .sec2-con .box-1 .box-body > div > div:not(.box-body-delimiter) {
  line-height: 13px;
  display: flex;
  align-items: center;
  font-size: 12px;
  justify-content: left;
  gap: 6px;
  margin-bottom: 10px;
  text-align: left;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: rgb(22, 36, 44);
}

.sec-2 .sec2-con .box-body div.box-body-delimiter {
  text-align: start;
  padding: 8px 0;
  margin: 10px 0;
  font-size: 12px;
  font-weight: 500;
  color: rgb(158, 169, 183);
  border-top: 1px solid rgb(236, 236, 236);
  border-bottom: 1px solid rgb(236, 236, 236);
}

.sec-2 .sec2-con .box-1 .box-body div > a {
  align-self: center;
}

.sec-2 .sec2-con .box-1 .box-body div .gray {
  color: rgb(160, 171, 187);
}

.sec-2 .sec2-con .box-1 .box-body button {
  width: 100%;
  height: 36px;
  background-color: rgb(91, 134, 229);
  border-radius: 6px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  color: rgb(255, 255, 255);
  border: none;
}

.sec-2 .sec2-con .box-2 {
  display: flex;
  flex-direction: column;
  min-height: 550px;
  background-color: #fff;
  width: 310px;
  border: 1px solid rgb(234, 236, 240);
  border-radius: 15px;
  padding-bottom: 20px;
}

.sec-2 .sec2-con .box-2 .box-head {
  padding: 20px 0;
}

.sec-2 .sec2-con .box-2 .box-head img {
  margin-bottom: 6px;
}

.sec-2 .sec2-con .box-2 .box-head h3 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: rgb(16, 24, 40);
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.sec-2 .sec2-con .box-2 .box-head h3 .free {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  color: rgb(16, 24, 40);
}

.sec-2 .sec2-con .box-2 .box-head p {
  color: rgb(54, 209, 220);
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  margin-bottom: 10px;
}

.sec-2 .sec2-con .box-2 .box-head p.box-title {
  /* Apply the gradient as a background image */
  background-image: linear-gradient(90deg, #36D1DC 0%, #5B86E5 100%);
  /* Clip the background to the text */
  -webkit-background-clip: text;
  background-clip: text;
  /* Make the text fill transparent to reveal the gradient */
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

.sec-2 .sec2-con .box-2 .box-head .p {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: rgb(102, 112, 133);
  font-size: 13px;
}

.sec-2 .sec2-con .box-2 .box-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 13px;
  flex-grow: 1;
}

.sec-2 .sec2-con .box-2 .box-body > div > div:not(.box-body-delimiter) {
  line-height: 13px;
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 6px;
  margin-bottom: 10px;
  font-size: 12px;
  text-align: left;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: rgb(22, 36, 44);
}

.sec-2 .sec2-con .box-2 .box-body div .gray {
  color: rgb(160, 171, 187);
}

.sec-2 .sec2-con .box-2 .box-body button {
  width: 100%;
  font-size: 12px;
  height: 36px;
  background-color: rgb(28, 216, 210);
  border-radius: 6px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: rgb(255, 255, 255);
  border: none;
  margin-top: 2px;
}

.sec-2 .sec2-con .box-3 {
  display: flex;
  flex-direction: column;
  min-height: 550px;
  background-color: #fff;
  width: 310px;
  border: 1px solid rgb(234, 236, 240);
  border-radius: 15px;
  padding-bottom: 20px;
}

.sec-2 .sec2-con .box-3 .box-head {
  padding: 20px 0;
}

.sec-2 .sec2-con .box-3 .box-head img {
  margin-bottom: 6px;
}

.sec-2 .sec2-con .box-3 .box-head h3 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: rgb(16, 24, 40);
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.sec-2 .sec2-con .box-3 .box-head h3 .free {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  color: rgb(16, 24, 40);
}

.sec-2 .sec2-con .box-3 .box-head p {
  color: rgb(248, 87, 166);
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  margin-bottom: 10px;
}

.sec-2 .sec2-con .box-3 .box-head p.box-title {
  /* Apply the gradient as a background image */
  background-image: linear-gradient(90deg, #F857A6 0%, #FF5858 100%);
  /* Clip the background to the text */
  -webkit-background-clip: text;
  background-clip: text;
  /* Make the text fill transparent to reveal the gradient */
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

.sec-2 .sec2-con .box-3 .box-head .p {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: rgb(102, 112, 133);
  font-size: 13px;
}

.sec-2 .sec2-con .box-3 .box-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 13px;
  flex-grow: 1;
}

.sec-2 .sec2-con .box-3 .box-body > div > div:not(.box-body-delimiter) {
  line-height: 13px;
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 6px;
  margin-bottom: 10px;
  text-align: left;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  color: rgb(22, 36, 44);
}

.sec-2 .sec2-con .box-3 .box-body div .gray {
  color: rgb(160, 171, 187);
}

.sec-2 .sec2-con .box-3 .box-body button {
  width: 100%;
  height: 36px;
  font-size: 12px;
  background-color: rgb(248, 87, 166);
  border-radius: 6px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: rgb(255, 255, 255);
  border: none;
  margin-top: 2px;
}

.sec-2 .sec2-con .box-1:hover,
.sec-2 .sec2-con .box-2:hover,
.sec-2 .sec2-con .box-3:hover {
  box-shadow: 0px 1.62px 46.43px 0px rgba(183, 183, 183, 0.8588235294);
  transition: 0.4s;
}

.sec-2 .sec2-con .box-1 .box-body p,
.sec-2 .sec2-con .box-2 .box-body p,
.sec-2 .sec2-con .box-3 .box-body p {
  margin-bottom: 0 !important;
}

@media (max-width: 992px) {
  .sec-2 {
    margin-bottom: var(--mb-mobile);
    padding-bottom: 10px;
  }
  .sec2-con {
    flex-wrap: wrap;
  }
}
@media (max-width: 500px) {
  .sec-2 {
    margin-bottom: 30px;
    padding: 16px;
  }
  .sec-2 h2 {
    font-size: 28px;
  }
  .sec-2 .sub-title {
    font-size: 14px;
  }
  .sec-2 .sec2-con {
    flex-direction: column;
  }
  .sec-2 .sec2-con .box-1,
  .sec-2 .sec2-con .box-2,
  .sec-2 .sec2-con .box-3 {
    width: 100%;
  }
}
.sec-3 {
  width: 100%;
  margin-bottom: var(--mb-desktop);
}

.sec-3 .sec3-con {
  box-shadow: 0px 3.17px 16.31px 0px rgba(0, 76, 255, 0.11);
  box-shadow: 0px 29.3px 66.92px 0px rgba(66, 68, 106, 0.08);
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 12px 14px 13px 14px;
  border-radius: 28px;
}

.sec-3 .sec3-con div {
  width: 100%;
  position: relative;
  background: url("../i/section-3.svg");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 28px;
  padding-top: 50%;
  max-height: 500px;
  box-sizing: border-box;
}

.sec-3 .sec3-con div h2 {
  position: absolute;
  top: 46px;
  left: 43px;
  font-family: "Inter";
  font-weight: 500;
  font-size: 40px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #fff;
}

.sec-3 .sec3-con div a {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  left: 43px;
  font-family: "Inter";
  width: 100%;
  max-width: 238px;
  padding: 17px 0;
  background: linear-gradient(180deg, #2AABEE 0%, #229ED9 10000%);
  border-radius: 9px;
  border: unset;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

@media (max-width: 992px) {
  .sec-3 {
    margin-bottom: var(--mb-mobile);
  }
  .sec-3 .sec3-con div h2 {
    top: 20px;
    left: 30px;
    font-size: 32px;
  }
  .sec-3 .sec3-con div a {
    left: 30px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .sec-3 .sec3-con div {
    position: relative;
    border-radius: 14px;
    padding-top: 0;
    min-height: 575px;
    box-sizing: border-box;
    box-shadow: 0px 29.3px 66.92px 0px rgba(66, 68, 106, 0.0784313725);
    background-image: url("../i/section-3-bot.svg"), linear-gradient(269.86deg, #69C4E6 0.1%, #68C3E5 51.46%, #6DC8EA 73.69%, #6FC9EB 100.88%);
    background-repeat: no-repeat, no-repeat;
    background-position: bottom, center;
    background-size: contain, cover;
  }
  .sec-3 .sec3-con div h2 {
    top: 35px;
    left: 22px;
    font-size: 32px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  }
  .sec-3 .sec3-con div a {
    left: 22px;
    top: calc(50% - 82px);
  }
}
@media (max-width: 500px) {
  .sec-3 {
    margin-bottom: var(--mb-mobile);
  }
}
.sec-4 {
  width: 100%;
  text-align: center;
  margin-bottom: var(--mb-desktop);
}

.sec-4 h2 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 40px;
  width: 698px;
  margin: 0 auto 30px;
}

.sec-4 .sec4-con {
  max-width: 1000px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 15px;
  align-items: center;
  margin-bottom: 25px;
}

.sec-4 .sec4-con .box-1 {
  width: 33%;
  height: 202px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 35px;
  gap: 15px;
  background: linear-gradient(90deg, rgba(54, 209, 220, 0.15) 0%, rgba(91, 134, 229, 0.15) 100%);
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
}

.sec-4 .sec4-con .box-2 {
  width: 33%;
  height: 202px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 35px;
  gap: 15px;
  background: linear-gradient(90deg, rgba(28, 216, 210, 0.15) 0%, rgba(147, 237, 199, 0.15) 100%);
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
}

.sec-4 .sec4-con .box-3 {
  width: 33%;
  height: 202px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 35px;
  gap: 15px;
  background: linear-gradient(90deg, rgba(248, 87, 166, 0.15) 0%, rgba(255, 88, 88, 0.15) 100%);
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
}

.sec-4 a {
  display: block;
  margin: 0 auto;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  width: 100%;
  max-width: 330px;
  padding: 21px 0;
  background-color: rgb(0, 76, 255);
  border-radius: 100px;
  border: none;
  font-size: 16px;
  line-height: 16px;
  cursor: pointer;
}

@media (max-width: 992px) {
  .sec-4 {
    padding: 10px;
    margin-bottom: var(--mb-mobile);
  }
  .sec-4 .sec4-con {
    flex-wrap: wrap;
  }
  .sec-4 .sec4-con .box-1,
  .sec-4 .sec4-con .box-2,
  .sec-4 .sec4-con .box-3 {
    padding: 10px;
    width: 100%;
  }
}
@media (max-width: 500px) {
  .sec-4 {
    padding: 10px;
    margin-bottom: var(--mb-mobile);
  }
  .sec-4 h2 {
    width: 314px;
    font-size: 24px;
    margin: 0 auto 20px;
  }
  .sec-4 .sec4-con {
    flex-direction: column;
    gap: 5px;
  }
  .sec-4 .sec4-con .box-1,
  .sec-4 .sec4-con .box-2,
  .sec-4 .sec4-con .box-3 {
    width: 100%;
    border-radius: 25px;
  }
  .sec-4 button {
    width: 95%;
    height: 58px;
    margin: 0 auto;
    display: block;
  }
}
.sec-5 {
  width: 100%;
  padding: 10px;
  margin-bottom: var(--mb-desktop);
}

.sec-5 .sec5-con {
  max-width: 1200px;
  height: 465px;
  margin: 0 auto;
  background: url("../i/image (8).svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 40px;
}

.sec-5 .sec5-con-media {
  max-width: 1200px;
  height: 320px;
  margin: 0 auto;
  background: url("../i/image.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: none;
}

.sec-5 .sec5-con-media div {
  width: 290px;
  text-align: center;
  color: rgb(255, 255, 255);
}

.sec-5 .sec5-con-media div h2 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 28px;
}

.sec-5 .sec5-con-media div p {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  margin: 10px 0 20px;
}

.sec-5 .sec5-con-media div button {
  width: 120px;
  height: 44px;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 9px;
  color: rgb(255, 255, 255);
  background-color: transparent;
}

@media (max-width: 992px) {
  .sec-5 {
    margin-bottom: var(--mb-mobile);
  }
}
@media (max-width: 500px) {
  .sec-5 {
    margin-bottom: var(--mb-mobile);
  }
  .sec-5 .sec5-con {
    display: none;
  }
  .sec-5 .sec5-con-media {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.sec-6 {
  width: 100%;
  padding-bottom: var(--mb-desktop);
  background: radial-gradient(70% 45% at 50% 50%, rgba(228, 237, 253, 0.55) 0%, rgba(231, 239, 253, 0.11) 100%);
  backdrop-filter: blur(96.3077697754px);
  -webkit-backdrop-filter: blur(96.3077697754px);
}

.sec-6 h2 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 40px;
  text-align: center;
  margin-bottom: 30px;
}

.sec-6 .sec6-con {
  max-width: 1000px;
  height: 100%;
  margin: 0 auto;
  z-index: 1;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  padding: 20px;
}

.sec-6 .sec6-con .box-1 {
  position: relative;
  margin-top: 35px;
  width: 396px;
  min-height: 330px;
  padding: 43px;
  border-radius: 22px;
  background-color: rgb(255, 255, 255);
  background-image: radial-gradient(130px 130px at 60% 70%, rgba(228, 237, 253, 0.99) 0%, rgba(231, 239, 253, 0.22) 100%);
}

.sec-6 .sec6-con .box-1 h3 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  margin-bottom: 20px;
  width: 310px;
  text-align: left;
  line-height: 30px;
}

.sec-6 .sec6-con .box-1 .img-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-left: auto;
}

.sec-6 .sec6-con .box-1 .img-box p {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: rgb(141, 141, 141);
  font-size: 16px;
}

.sec-6 .sec6-con .box-1 .img-box img {
  width: 130px;
}

.sec-6 .sec6-con .box-2 {
  position: relative !important;
  width: 400px;
  height: 330px;
  padding: 43px;
  border-radius: 22px;
  background-color: rgb(255, 255, 255);
  background-image: radial-gradient(130px 130px at 70% 70%, rgba(228, 237, 253, 0.99) 0%, rgba(231, 239, 253, 0.22) 100%);
}

.sec-6 .sec6-con .box-2 h3 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  margin-bottom: 20px;
  text-align: left;
  line-height: 30px;
}

.sec-6 .sec6-con .box-2 p {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: rgb(141, 141, 141);
  font-size: 16px;
}

.sec-6 .sec6-con .box-2 .img-box {
  position: absolute;
  right: 40px;
  bottom: 40px;
  width: 130px;
  height: 120px;
  margin-left: auto;
}

.sec-6 .sec6-con .box-2 .img-box img {
  width: 100%;
}

.sec-6 .sec6-con .box-3 {
  width: 351px;
  height: 215px;
  margin-bottom: -30px;
  padding: 23px;
  border-radius: 22px;
  background-color: rgb(255, 255, 255);
  background-image: radial-gradient(120px 120px at calc(100% - 110px) 100px, rgba(228, 237, 253, 0.99) 0%, rgba(233, 239, 253, 0.22) 100%);
}

.sec-6 .sec6-con .box-3 p {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: rgb(141, 141, 141);
  font-size: 16px;
  padding-right: 25%;
}

.sec-6 .sec6-con .box-3 .img-box {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.sec-6 .sec6-con .box-3 .img-box h3 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  text-align: left;
  line-height: 30px;
}

.sec-6 .sec6-con .box-3 .img-box img {
  width: 70px;
}

.sec-6 .sec6-con .box-3-media {
  display: none;
  background-image: radial-gradient(120px 120px at calc(100% - 110px) 100px, rgba(228, 237, 253, 0.99) 0%, rgba(233, 239, 253, 0.22) 100%);
}

.sec-6 .sec6-con .box-4 {
  margin-top: -35px;
  width: 295px;
  height: 270px;
  padding: 23px;
  border-radius: 22px;
  background-color: rgb(255, 255, 255);
  background-image: radial-gradient(120px 120px at calc(100% - 110px) 100px, rgba(228, 237, 253, 0.99) 0%, rgba(233, 239, 253, 0.22) 100%);
}

.sec-6 .sec6-con .box-4 p {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: rgb(141, 141, 141);
  font-size: 16px;
  text-align: left;
  padding-right: 15%;
}

.sec-6 .sec6-con .box-4 .img-box {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.sec-6 .sec6-con .box-4 .img-box h3 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  text-align: left;
  line-height: 30px;
}

.sec-6 .sec6-con .box-4 .img-box img {
  width: 83px;
}

@media (max-width: 992px) {
  .sec-6 {
    margin-bottom: var(--mb-mobile);
  }
}
@media (max-width: 730px) {
  .sec-6 .sec6-con .box-3 {
    width: 400px;
    margin-bottom: 0;
  }
  .sec-6 .sec6-con .box-4 {
    width: 400px;
    margin-top: 0;
  }
}
@media (max-width: 500px) {
  .sec-6 {
    margin-bottom: var(--mb-mobile);
  }
  .sec-6 h2 {
    font-size: 28px;
    width: 314px;
    margin: 0 auto;
  }
  .sec-6 .sec6-con {
    display: flex;
    flex-direction: column;
    position: static;
    gap: 10px;
    padding: 13px;
  }
  .sec-6 .sec6-con .box-1,
  .sec-6 .sec6-con .box-2,
  .sec-6 .sec6-con .box-3,
  .sec-6 .sec6-con .box-4,
  .sec-6 .sec6-con .box-3-media {
    width: 100%;
    top: 0;
    left: 0;
    position: static;
    box-shadow: 0px 3.17px 12.31px 0px rgba(0, 76, 255, 0.11);
    box-shadow: 0px 29.3px 46.92px 0px rgba(66, 68, 106, 0.08);
  }
  .sec-6 .sec6-con .box-3 {
    display: none;
  }
  .sec-6 .sec6-con .box-3-media {
    display: block;
    min-height: 190px;
    height: auto;
    padding: 20px;
    border-radius: 22px;
    background-color: rgb(255, 255, 255);
    display: flex;
    align-items: start;
    justify-content: space-between;
  }
  .sec-6 .sec6-con .box-3-media img {
    width: 80px;
    height: 80px;
  }
  .sec-6 .sec6-con .box-3-media .img-box {
    height: 90%;
  }
  .sec-6 .sec6-con .box-3-media .img-box h1 {
    margin: 0;
    width: 200px;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    text-align: left;
    margin-bottom: 15px;
  }
  .sec-6 .sec6-con .box-3-media .img-box p {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    width: 215px;
    line-height: 20px;
    color: rgb(141, 141, 141);
  }
  .sec-6 .sec6-con .box-1 {
    min-height: 0;
    padding-bottom: 30px;
  }
  .sec-6 .sec6-con .box-1 h3 {
    width: 269px;
    font-size: 18px;
    margin: 0;
    margin-bottom: 12px;
  }
  .sec-6 .sec6-con .box-1 .img-box p {
    font-size: 14px;
    width: 175px;
    line-height: 20px;
  }
  .sec-6 .sec6-con .box-1 .img-box img {
    width: 108px;
  }
  .sec-6 .sec6-con .box-2 {
    height: 300px;
    padding-bottom: 30px;
  }
  .sec-6 .sec6-con .box-2 h3 {
    font-size: 18px;
    width: 266px;
    margin: 0;
    margin-bottom: 12px;
  }
  .sec-6 .sec6-con .box-2 p {
    font-size: 14px;
    width: 299px;
    line-height: 20px;
  }
  .sec-6 .sec6-con .box-2 .img-box {
    width: 89px;
    height: 89px;
  }
  .sec-6 .sec6-con .box-3 {
    min-height: 190px;
  }
  .sec-6 .sec6-con .box-3 p {
    width: 200px;
  }
  .sec-6 .sec6-con .box-3 .img-box {
    justify-content: space-between;
  }
  .sec-6 .sec6-con .box-3 .img-box h3 {
    margin: 0;
    width: 200px;
    font-size: 18px;
  }
  .sec-6 .sec6-con .box-4 {
    min-height: 210px;
    height: auto;
    padding-bottom: 30px;
  }
  .sec-6 .sec6-con .box-4 p {
    width: 225px;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: rgb(141, 141, 141);
    font-size: 14px;
    line-height: 20px;
  }
  .sec-6 .sec6-con .box-4 .img-box {
    justify-content: space-between;
  }
  .sec-6 .sec6-con .box-4 .img-box h4 {
    font-size: 18px;
  }
}
.sec-7 {
  width: 100%;
  background-color: rgb(248, 249, 253);
  padding: 40px 10px;
}

.sec-7 .top-footer {
  max-width: var(--max-width);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  background-color: rgb(22, 36, 44);
  padding: 19px;
  border-radius: 12px;
  margin-bottom: 30px;
}

.sec-7 .top-footer p {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
  color: rgb(255, 255, 255);
}

.sec-7 .top-footer div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sec-7 .top-footer div .btn-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 300px;
  height: 60px;
  border-radius: 9px;
  border: 1px solid rgb(42, 171, 238);
  gap: 10px;
  padding: 10px;
  color: rgb(255, 255, 255);
  background: linear-gradient(180deg, #2aabee 0%, #229ed9 10000%);
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
}

.sec-7 .top-footer div .btn-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 60px;
  background-color: #fff;
  color: #222;
  border: none;
  border-radius: 9px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
}

.sec-7 .footer {
  max-width: var(--max-width);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
}

.sec-7 .footer img {
  width: 181px;
  height: 108px;
}

.sec-7 .footer ul {
  list-style: none;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: rgb(147, 147, 147);
}

.sec-7 .footer ul li {
  margin-bottom: 10px;
}

.sec-7 .footer ul li a {
  color: rgb(147, 147, 147);
}

.sec-7 .footer ul li a:hover {
  color: rgb(7, 34, 96);
}

.sec-7 .hr {
  max-width: 1200px;
  height: 1px;
  background-color: rgb(208, 213, 221);
  margin: 35px auto 20px;
}

.sec-7 .end-text {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: rgb(208, 213, 221);
}

.as-link {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  color: rgb(147, 147, 147);
  text-decoration: underline;
  cursor: pointer;
  font: inherit;
}

.as-link:hover {
  text-decoration: none;
  color: rgb(7, 34, 96);
}

@media (max-width: 992px) {
  .sec-7 {
    padding: 10px;
  }
  .sec-7 .hr {
    margin: 0px auto 20px;
  }
  .sec-7 .top-footer {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
  .sec-7 .top-footer p {
    font-size: 18px;
    width: 297px;
  }
  .sec-7 .top-footer div {
    width: 100%;
    flex-direction: column;
  }
  .sec-7 .top-footer div .btn-1,
  .sec-7 .top-footer div .btn-2 {
    width: 100%;
  }
  .sec-7 .footer {
    flex-direction: column;
    align-items: center;
  }
  .sec-7 .footer img {
    margin-bottom: 20px;
    width: 139px;
    height: 83px;
  }
  .sec-7 .footer ul {
    padding: 0 !important;
    margin-bottom: 30px;
    font-size: 14px;
    text-align: center;
  }
}
/*** bootstrap adds ***/
.btn-primary-theme {
  color: #ffffff !important;
  background: linear-gradient(180deg, #2aabee 0%, #229ed9 10000%);
}

.btn-primary-theme:hover {
  background: linear-gradient(180deg, #23a6ea 0%, #229ed9 10000%);
}

.btn-primary-disabled {
  opacity: 0.3;
}

.help-accordion .accordion-item:has(.accordion-button.collapsed) {
  border: 0 none !important;
}

.help-accordion .accordion-button.collapsed {
  padding: 0;
  color: rgb(147, 147, 147);
}

.help-accordion .accordion-button.collapsed:hover {
  color: rgb(7, 34, 96);
}

.help-accordion .accordion-button.collapsed::after {
  display: none;
}

.help-accordion .accordion-button:not(.collapsed) {
  color: rgb(7, 34, 96);
  background-color: transparent;
}

@media (max-width: 992px) {
  .help-accordion .accordion-button.collapsed {
    justify-content: center;
  }
}
.pseudo-form-control {
  display: block;
  width: 100%;
  padding: 2px 4px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.pseudo-form-control.is-invalid {
  border-color: #dc3545;
}

.pseudo-form-control input {
  border: 0 none;
  outline: none;
  padding: 0;
  height: 30px !important;
}

.auth-link.google {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 5px;
  padding: 5px 10px;
  color: #0D0D0E;
  border: 1px solid #0D0D0E;
  border-radius: 0.375rem;
}

.auth-link.google .auth-icon {
  width: 25px;
  background-size: 25px auto;
  background-repeat: no-repeat;
  height: 25px;
  background-position-y: -26px;
}



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