a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease 0s;
}
a:hover {
  transition: all 0.3s ease 0s;
}
.inside {
  width: 1240px;
  margin: 0 auto;
  max-width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  box-sizing: border-box;
}
.flex.cover {
  overflow: hidden;
}
.cover img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.contain img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
body * {
  box-sizing: border-box;
}
body {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.nowrap {
  flex-wrap: nowrap;
}
.flex-sb {
  justify-content: space-between;
}
.flex-sa {
  justify-content: space-around;
}
.flex-r {
  justify-content: flex-end;
}
.flex-c {
  justify-content: center;
}
.flex-l {
  justify-content: flex-start;
}
.flex-t {
  align-items: flex-start;
}
.flex-b {
  align-items: flex-end;
}
.flex-m {
  align-items: center;
}
.flex-s {
  align-items: stretch;
}
.header {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  padding-top: 10px;
  color: #fff;
}
.header .logo {
  gap: 25px;
}
.header .logo a {
  font-weight: 100;
  color: #2BB77B;
  font-size: 21px;
  letter-spacing: 0.5px;
}
.main {
  background-color: #13151A;
  padding-top: 148px;
  padding-bottom: 70px;
  background-image: url("data:image/svg+xml,%3Csvg width='1920' height='948' viewBox='0 0 1920 948' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.3' filter='url(%23filter0_f_30917_103002)'%3E%3Ccircle cx='1257.5' cy='874.5' r='356.5' fill='%230561F7'/%3E%3C/g%3E%3Cg opacity='0.7' filter='url(%23filter1_f_30917_103002)'%3E%3Ccircle cx='1640.5' cy='741.5' r='344.5' fill='%23802BD4'/%3E%3C/g%3E%3Cg opacity='0.4' filter='url(%23filter2_f_30917_103002)'%3E%3Ccircle cx='489' cy='948' r='340' fill='%23B70ED2'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_30917_103002' x='601' y='218' width='1313' height='1313' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='150' result='effect1_foregroundBlur_30917_103002'/%3E%3C/filter%3E%3Cfilter id='filter1_f_30917_103002' x='796' y='-103' width='1689' height='1689' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='250' result='effect1_foregroundBlur_30917_103002'/%3E%3C/filter%3E%3Cfilter id='filter2_f_30917_103002' x='-251' y='208' width='1480' height='1480' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='200' result='effect1_foregroundBlur_30917_103002'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
  background-position: center bottom;
  background-repeat: no-repeat;
}
.main .buttons a {
  position: relative;
}
.main .buttons a span {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  z-index: 1;
}
.main .content {
  margin-bottom: 70px;
}
.main .img {
  margin-top: 30px;
}
.main .caption {
  color: #fff;
  width: 768px;
  max-width: 100%;
}
.main .caption .description {
  width: 484px;
  line-height: 1.5;
  margin-bottom: 82px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.2px;
}
.main .caption .description p:not(:last-child) {
  margin-bottom: 30px;
}
.main h2 {
  font-size: 20px;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 56px;
}
.main h1 {
  font-size: 100px;
  font-weight: 700;
  margin-bottom: 62px;
  letter-spacing: 3.2px;
}
.main h1 span {
  color: #2BB77B;
}
.main .buttons {
  gap: 16px;
}
.main .buttons .button a {
  width: auto;
  padding-left: 24px;
  padding-right: 24px;
  height: 48px;
  line-height: 46px;
  text-align: center;
  border-radius: 24px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  font-weight: 500;
  display: block;
  color: #fff;
}

.main .buttons .button.green a {
  border-color: #2BB77B;
  background: #2BB77B;
}
.main .buttons .button.scroll a:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: transparent;
}
.main .buttons .button.green a:hover {
  background: none;
  color: #2BB77B;
}
.section-heading {
  margin-bottom: 20px;
  color: #2A2E37;
}
.section-heading h4 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 44px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.section-heading h4 span {
  color: #42B234;
}
.section-heading h2 {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 60px;
  letter-spacing: 1px;
}
.mission {
  padding: 98px 0;
}
.mission .text {
  width: 660px;
  line-height: 1.55;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1px;
  color: #636A7D;
}
.mission .text bolder {
  font-weight: 700;
}
.mission .text p:not(:last-child) {
  margin-bottom: 16px;
}
.mission .image {
  width: 460px;
  border-radius: 24px;
  margin-top: 4px;
}
.checkout {
  padding: 96px 0;
  background: #EFF3FE;
}
.checkout .text {
  width: 660px;
  line-height: 1.55;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1px;
  color: #636A7D;
}
.checkout .text bolder {
  font-weight: 700;
}
.checkout .text p:not(:last-child) {
  margin-bottom: 16px;
}
.checkout .slider {
  width: 460px;
  height: 360px
}

.checkout .slider .item {
  border-radius: 24px;
  overflow: hidden;
  height: 360px;
}
.checkout .slider img {
  max-width: 100%;
}
.checkout .slider .slick-arrow {
  width: 44px;
  height: 44px;
  background-color: #fff;
  z-index: 2;
  border: 2px solid #fff;
  margin-top: -40px;
  filter: drop-shadow(0px 0px 1px rgba(12, 26, 75, 0.1)) drop-shadow(0px 10px 16px rgba(20, 37, 63, 0.07));
}
.checkout .slider .slick-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='16' viewBox='0 0 8 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.59375 1.9502L1.09375 8.00019L6.59375 14.0502' stroke='%23636A7D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  left: -22px;
}
.checkout .slider .slick-next {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='16' viewBox='0 0 8 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.09375 1.94995L6.59375 7.99995L1.09375 14.0499' stroke='%23636A7D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  right: -22px;
}
.kunden {
  padding: 96px 0;
}
.kunden .group {
  border-radius: 20px;
  padding: 54px 54px 80px 54px;
  font-size: 18px;
  color: rgba(30, 33, 40, 0.6);
  line-height: 1.55;
  font-weight: 500;
}
.kunden .group p {
  letter-spacing: 0.2px;
}
.kunden .group.half {
  width: 48.6%;
}
.kunden .group .icon {
  margin-bottom: 32px;
  height: 55px;
}
.kunden .group .name {
  color: #2A2E37;
  line-height: 1.1;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 36px;
}
.kunden .group .more {
  margin-top: 32px;
}
.kunden .group .more a {
  color: #fff;
  display: inline-block;
  padding: 6px 34px 6px 18px;
  border-radius: 20px;
  font-size: 16px;
  position: relative;
}
.kunden .group .more a:after {
  position: absolute;
  content: "";
  width: 7px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.33333 10.6673L6 6.00065L1.33333 1.33398' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  right: 18px;
  top: 13px;
}
.kunden .group.group-1 {
  background: radial-gradient(55.07% 69.66% at 30.66% 0%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(59.04% 74.68% at 55.83% 0%, rgba(255, 207, 113, 0.5) 0%, rgba(255, 207, 113, 0) 100%), radial-gradient(63.94% 80.88% at 87.5% 100%, rgba(255, 174, 203, 0.3) 0%, rgba(255, 174, 203, 0) 100%), #ffdbe1;
}
.kunden .group.group-1 .more a {
  background: #FF7092;
}
.kunden .group.group-2 {
  background: radial-gradient(73.65% 95.62% at 71.45% 0%, #e1fdff 1.6%, rgba(225, 255, 251, 0) 100%), radial-gradient(59.46% 77.19% at 88.68% 100%, rgba(113, 195, 255, 0.2) 0%, rgba(113, 195, 255, 0) 100%), #e1efff;
}
.kunden .group.group-2 .more a {
  background: #66A1FF;
}
.kunden .group-3 {
  margin-top: 96px;
  background: radial-gradient(55.07% 69.66% at 30.66% 0%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(59.04% 74.68% at 55.83% 0%, rgba(255, 207, 113, 0.5) 0%, rgba(255, 207, 113, 0) 100%), radial-gradient(63.94% 80.88% at 87.5% 100%, rgba(255, 174, 203, 0.3) 0%, rgba(255, 174, 203, 0) 100%), #ffdbe1;
  padding: 58px 64px 80px 64px;
}
.kunden .group-3 .caption {
  width: 640px;
  font-size: 20px;
}
.kunden .group-3 .caption .more {
  margin-top: 40px;
}
.kunden .group-3 .caption p {
  margin-bottom: 20px;
}
.kunden .group-3 .name {
  font-size: 54px;
  margin-bottom: 40px;
}
.kunden .group-3 .label {
  color: #E51949;
  margin-bottom: 28px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.4px;
}
.kunden .group-3 .more a {
  background: #E51949;
}
.kunden .group-3 .more a:hover {
  background: #2BB77B;
}
.kunden .group-3 .list li:not(:last-child) {
  margin-bottom: 12px;
}
.kunden .group-3 .list li div {
  border-radius: 12px;
  padding: 5px 14px 5px 40px;
  background: #fff;
  position: relative;
  color: #454B58;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0.2px;
}
.kunden .group-3 .list li div:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1.17773' y='9.10156' width='4.16667' height='10.0027' rx='1.16667' transform='rotate(-45 1.17773 9.10156)' fill='%23FF7092'/%3E%3Crect x='15.9092' y='2.62' width='4.16667' height='15' rx='1' transform='rotate(45 15.9092 2.62)' fill='%23FFADC0'/%3E%3C/svg%3E%0A");
  left: 12px;
  top: 8px;
}
.tools {
  background: radial-gradient(19.55% 42.27% at 20.6% 46.56%, rgba(25, 161, 102, 0.188) 0%, rgba(25, 161, 102, 0) 96.22%), radial-gradient(37.58% 66.43% at 100% 65.79%, rgba(53, 101, 229, 0.3) 0%, rgba(53, 101, 229, 0) 100%), radial-gradient(77.52% 97.03% at 12.63% 100%, rgba(8, 150, 252, 0.4) 0%, rgba(53, 101, 229, 0) 100%), #13151a;
  padding: 96px 0 190px;
  color: #fff;
}
.tools .section-heading {
  color: #fff;
  margin-bottom: 130px;
}
.tools .section-heading p {
  line-height: 1.55;
  font-size: 18px;
  width: 810px;
  letter-spacing: 0.25px;
  max-width: 100%;
}
.tools strong {
  font-weight: 700;
}
.tools .nav {
  width: 300px;
}
.tools .nav li {
  margin-bottom: 12px;
}
.tools .nav li span {
  padding: 12px 24px 12px 44px;
  border-radius: 23px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  letter-spacing: 0.4px;
}
.tools .nav li span i {
  display: inline-block;
  position: absolute;
  left: 20px;
  width: 16px;
  top: 12px;
  height: 16px;
  line-height: 16px;
}
.tools .nav li.active span {
  background: #11BEFF;
}
.tools .tool-list {
  width: 900px;
  gap: 30px;
}
.tools .tool-list .item .slick-list .slick-track,
.tools .tool-list .item .slick-list .slick-slide,
.tools .tool-list .item .slick-list .slick-slide > div,
.tools .tool-list .item .slick-list .slick-slide > div > div,
.tools .tool-list .item .slick-list .slick-slide > div > div > div,
.tools .tool-list .item .slick-list {
  height: 100%;
}
.tools .tool-list .item {
  width: 280px;
}
.tools .tool-list .item .img {
  border: 4px solid rgba(255, 255, 255, 0.6);
  border-radius: 24px;
  width: 100%;
  aspect-ratio: 1;
  margin-bottom: 30px;
}
.tools .tool-list .item .desc {
  font-weight: 400;
  line-height: 1.35;
}
.tools .tool-list .item .desc p {
  color: rgba(255, 255, 255, 0.6);
}
.tools .tool-list .item .desc strong {
  font-size: 20px;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}
.steps {
  position: relative;
  z-index: 1;
  margin-top: -100px;
}
.steps .content {
  background: #F5F8FF;
  border-radius: 24px;
  padding: 60px 50px 60px 80px;
}
.steps .text {
  width: 378px;
  font-size: 18px;
  color: #636A7D;
  line-height: 1.55;
}
.steps .text h3 {
  font-size: 48px;
  font-weight: 700;
  color: #2A2E37;
  line-height: 1.18;
  margin-bottom: 40px;
}
.steps .text .desc {
  width: 270px;
  letter-spacing: 0.25px;
}
.steps .step-list {
  width: 600px;
  line-height: 1.55;
  font-size: 20px;
  font-weight: 400;
  color: #1E2128;
  position: relative;
}
.steps .step-list:before {
  position: absolute;
  left: -55px;
  top: 20px;
  bottom: 40px;
  content: "";
  width: 2px;
  background: #C8F6FF;
}
.steps .step-list strong {
  font-weight: 700;
}
.steps .step-list li {
  position: relative;
}
.steps .step-list li:not(:last-child) {
  margin-bottom: 30px;
}
.steps .step-list li i {
  position: absolute;
  left: -70px;
  top: 0;
  background: #6EDCFF;
  width: 32px;
  height: 32px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  border-radius: 16px;
}
.steps .step-list li:last-child:before {
  position: absolute;
  left: -80px;
  top: -10px;
  width: 70px;
  content: "";
  height: 85px;
  background: url(../images/stars.png) no-repeat center;
}
.slick-dots {
  text-align: center;
  width: 100%;
  margin-top: 18px;
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.slick-dots li button {
  padding: 0;
  background: #D9D9D9;
  width: 10px;
  height: 10px;
  border: none;
  font-size: 0;
  border-radius: 5px;
  cursor: pointer;
}
.slick-dots li.slick-active button {
  background: #2B67D8;
}
.slick-arrow {
  position: absolute;
  width: 52px;
  height: 52px;
  border-radius: 26px;
  background-color: rgba(19, 21, 26, 0.4);
  border: 1px solid rgba(19, 21, 26, 0.1);
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  margin-top: -40px;
  cursor: pointer;
}
.slick-arrow.slick-prev {
  left: -100px;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='18' viewBox='0 0 9 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.90039 1.8501L1.40039 9.0001L7.90039 16.1501' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.slick-arrow.slick-next {
  right: -100px;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='18' viewBox='0 0 9 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.05078 16.1501L7.55078 9.0001L1.05078 1.8501' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.features {
  padding: 94px;
}
.features .slider .item {
  margin-right: 30px;
  width: 437px;
  height: 380px;
  border-radius: 24px;
  padding: 34px;
  color: #636A7D;
  line-height: 1.5;
  background-repeat: no-repeat;
  background-position: center;
}
.features .slider .item .desc {
  width: 238px;
  letter-spacing: 0.2px;
}
.features .slider .item h4 {
  margin-bottom: 26px;
  font-weight: 700;
  font-size: 24px;
  color: #000;
}
.form-to-connect {
  padding: 60px 0 80px;
  background-image: url("data:image/svg+xml,%3Csvg width='1920' height='866' viewBox='0 0 1920 866' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.3' filter='url(%23filter0_f_30921_42850)'%3E%3Ccircle cx='618' cy='158' r='510' fill='%230561F7'/%3E%3C/g%3E%3Cg opacity='0.3' filter='url(%23filter1_f_30921_42850)'%3E%3Ccircle cx='1648' cy='152' r='510' fill='%230561F7'/%3E%3C/g%3E%3Cg opacity='0.4' filter='url(%23filter2_f_30921_42850)'%3E%3Ccircle cx='194' cy='827' r='557' fill='%23E03906'/%3E%3C/g%3E%3Cg opacity='0.5' filter='url(%23filter3_f_30921_42850)'%3E%3Ccircle cx='1174' cy='803' r='636' fill='%2313151A'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_30921_42850' x='-392' y='-852' width='2020' height='2020' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='250' result='effect1_foregroundBlur_30921_42850'/%3E%3C/filter%3E%3Cfilter id='filter1_f_30921_42850' x='638' y='-858' width='2020' height='2020' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='250' result='effect1_foregroundBlur_30921_42850'/%3E%3C/filter%3E%3Cfilter id='filter2_f_30921_42850' x='-763' y='-130' width='1914' height='1914' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='200' result='effect1_foregroundBlur_30921_42850'/%3E%3C/filter%3E%3Cfilter id='filter3_f_30921_42850' x='238' y='-133' width='1872' height='1872' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='150' result='effect1_foregroundBlur_30921_42850'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
  background-color: #13151A;
  color: #fff;
  margin-bottom: 4px;

}
.cpt_ {
    padding: 44px 0;
}
.cpt_ p {
    font-weight: 700;
    line-height: 1.35;
    font-size: 18px;
    color: #202F3F;
    width: calc(100% - 200px);
}
.cpt_ .btn a {
  color: #fff;
  display: inline-block;
  padding: 20px 50px 20px 40px;
  border-radius: 35px;
  font-size: 20px;
  position: relative;
  background: #19A166;

}
.cpt_ .btn a:hover {
  background:#E51949
}
.form-to-connect .form .fundrise-up  {
  margin-bottom: 80px;
}
.form-to-connect .form .button  {
  margin-top: 30px;
}
.cpt_ .btn a span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.cpt_ .btn a:after {
  position: absolute;
  content: "";
  width: 7px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.33333 10.6673L6 6.00065L1.33333 1.33398' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  right: 24px;
  top: 50%;
  margin-top: -6px;
}

.form-to-connect .text {
  width: 490px;
  
}
.form-to-connect .text h3 {
  font-weight: 700;
  font-size: 64px;
  margin-bottom: 30px;
  line-height: 1.1;
}
.form-to-connect .text .desc {
  line-height: 1.55;
  font-size: 18px;
  letter-spacing: 0.2px;
}
.form-to-connect .text .desc p:not(:last-child) {
  margin-bottom: 26px;
}
.form-to-connect .text .desc p strong {
  font-weight: 700;
}
.form-to-connect .text .logos {
  margin-bottom: 50px;
  gap: 18px;
}
.form-to-connect ul {
  padding-top: 16px;
  padding-bottom: 10px;
}
.form-to-connect ul li:not(:last-child) {
  margin-bottom: 12px;
}
.form-to-connect ul li div {
  border-radius: 12px;
  padding: 10px 14px 10px 40px;
  background: #fff;
  position: relative;
  color: #454B58;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0.2px;
}
.form-to-connect ul li div:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1.17773' y='9.10156' width='4.16667' height='10.0027' rx='1.16667' transform='rotate(-45 1.17773 9.10156)' fill='%23FF7092'/%3E%3Crect x='15.9092' y='2.62' width='4.16667' height='15' rx='1' transform='rotate(45 15.9092 2.62)' fill='%23FFADC0'/%3E%3C/svg%3E%0A");
  left: 12px;
  top: 8px;
}
.footer {
  padding: 94px 0;
  background: radial-gradient(19.55% 42.27% at 20.6% 46.56%, rgba(25, 161, 102, 0.188) 0%, rgba(25, 161, 102, 0) 96.22%), radial-gradient(37.58% 66.43% at 100% 65.79%, rgba(53, 101, 229, 0.3) 0%, rgba(53, 101, 229, 0) 100%), radial-gradient(77.52% 97.03% at 12.63% 100%, rgba(8, 150, 252, 0.4) 0%, rgba(53, 101, 229, 0) 100%), #13151a;
  color: #fff;
}
.footer .caption {
  margin-bottom: 160px;
}
.footer .caption .fundrise-up {
  margin-bottom: 44px;
}
.footer .caption .fundrise-up img {
  width: 106px;
}
.footer .caption h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 80px;
  letter-spacing: 2px;
}
.footer .caption .button a {
  color: #fff;
  display: inline-block;
  padding: 11px 34px 11px 18px;
  border-radius: 20px;
  font-size: 16px;
  position: relative;
  background: #19A166;
}
.footer .caption .button a:after {
  position: absolute;
  content: "";
  width: 7px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.33333 10.6673L6 6.00065L1.33333 1.33398' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  right: 18px;
  top: 14px;
}
.footer .copy {
  padding-top: 30px;
  border-top: 2px solid rgba(255, 255, 255, 0.5);
  color: #fff;
}
.footer .copy .nav {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
  font-size: 12px;
}
.footer li a:hover {
  color: #fff;
}
.footer .copy .socials .flex,
.footer .copy .nav .flex {
  gap: 20px;
}
.tool-list .group {
  gap: 24px;
}
.tool-list .group:not(.active) {
  display: none;
}
.slick-arrow {
  transition: all 0.3s ease 0s;
}
.slick-arrow:hover {
  opacity: 0.5;
  transition: all 0.3s ease 0s;
}





.main2 {
  background: url(../images/main-2.jpg) no-repeat center/cover;
  padding-top: 100px;
  padding-bottom: 60px;
}
.main2 h1 {
  color: #2BB77B;
  margin-bottom: 46px;
  font-size: 80px;
}
.main2 h1 span {
  color: #fff;
}
.main2 .caption {
  color: #fff;
  width: 680px;
  max-width: 100%;
}
.main2 h2 {
  margin-bottom: 24px;
}
.main2 .list {
  width: 470px;
  padding-bottom: 6px;
}
.main2 .list li {
  border-radius: 10px;
  background: #1F2E3E;
  display: block;
  padding: 15px 20px 15px 74px;
  color: #1F2E3E;
  background: #fff;
  position: relative;
  line-height: 1.35;
}
.main2 .list li:not(:last-child) {
  margin-bottom: 20px;
}
.main2 .list li svg {
  position: absolute;
  left: 12px;
  top: 12px;
}
.main2 .list li strong {
  font-weight: 700;
}
.main2 .caption .description strong {
  font-weight: 700;
}
.main2 .caption .description {
  width: auto;
  margin-bottom: 0;
  font-weight: 400;
}
.text-page h1 {
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 700;
}
.text-page h2 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 24px;
}
.text-page p {
  margin-bottom: 20px;
}
.text-page .back {
  float: right;
  color: rgb(19,21,26);
}
.text-page {
  padding: 80px 0 60px;
  font-size: 18px;
  color: rgb(19,21,26);
  background-size: cover;
  line-height: 1.6;
}

body.txt .header {
  padding-bottom: 14px;
  background: radial-gradient(19.55% 42.27% at 20.6% 46.56%, rgba(25, 161, 102, 0.188) 0%, rgba(25, 161, 102, 0) 96.22%), radial-gradient(37.58% 66.43% at 100% 65.79%, rgba(53, 101, 229, 0.3) 0%, rgba(53, 101, 229, 0) 100%), radial-gradient(77.52% 97.03% at 12.63% 100%, rgba(8, 150, 252, 0.4) 0%, rgba(53, 101, 229, 0) 100%), #13151a;
}