body > main .become-reseller {
  padding-top: 179px;
  background-image: url(../img/svg/homebg2.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
body > main .become-reseller .content {
  height: 660px;
  flex: 1;
  max-width: 576px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  background-image: url(../img/svg/home-bg1.svg);
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
}
body > main .become-reseller .content .icon-text {
  margin-bottom: 10px;
}
body > main .become-reseller .content span {
  color: #0E2944;
  font-family: "Hind";
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px;
  letter-spacing: -1.28px;
}
body > main .become-reseller .content p {
  width: 100%;
  max-width: 490px;
  color: rgba(14, 41, 68, 0.8);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.36px;
}
body > main .become-reseller .become-reseller-form {
  flex: 1;
  width: 100%;
  max-width: 620px;
  padding: 10px 24px 36px;
  border-radius: 16px;
  background: #FFFFFF;
  box-shadow: 0 8px 30px 0 rgba(3, 18, 66, 0.1);
}
body > main .become-reseller .become-reseller-form .response {
  width: 100%;
  height: 48px;
  padding: 16px 24px;
  margin-bottom: 10px;
  visibility: hidden;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid rgba(60, 61, 149, 0.2);
  background-color: #FFF;
}
body > main .become-reseller .become-reseller-form .response i {
  width: 17px;
  height: 20px;
  margin-right: 10px;
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 20px;
}
body > main .become-reseller .become-reseller-form .response span {
  color: #121127;
  font-family: Proxima Nova;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2px;
}
body > main .become-reseller .become-reseller-form .response button {
  width: 12px;
  height: 18px;
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 18px;
  border: none;
  background: rgba(0, 150, 247, 0);
  cursor: pointer;
}
body > main .become-reseller .become-reseller-form .response.failed {
  display: flex;
  background: rgba(226, 41, 41, 0.1);
  border: 1px solid #E22929;
  color: #E22929;
}
body > main .become-reseller .become-reseller-form .response.failed i.fa-circle-check {
  display: none;
}
body > main .become-reseller .become-reseller-form .response.failed i.fa-circle-exclamation {
  color: #E22929;
  display: block;
}
body > main .become-reseller .become-reseller-form .response.successes {
  display: flex;
  background: rgba(183, 142, 79, 0.1);
  border: 1px solid #B78E4F;
  color: #031242;
}
body > main .become-reseller .become-reseller-form .response.successes i.fa-circle-check {
  color: #B78E4F;
  display: block;
}
body > main .become-reseller .become-reseller-form .response.successes i.fa-circle-exclamation {
  display: none;
}
body > main .become-reseller .become-reseller-form .reseller-form {
  padding: 0 24px 0 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
}
body > main .become-reseller .become-reseller-form .reseller-form .reseller-form__header {
  color: #2A2681;
  text-align: center;
  font-family: "Hind";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.72px;
  margin-bottom: 13px;
}
body > main .become-reseller .become-reseller-form .reseller-form .reseller-form__header img {
  width: 36px;
  height: 36px;
}
body > main .become-reseller .become-reseller-form .reseller-form .reseller-form__header h1 {
  font-family: Hind;
}
body > main .become-reseller .become-reseller-form .reseller-form .reseller-form__fields {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
body > main .become-reseller .become-reseller-form .reseller-form .reseller-form__fields > div {
  display: flex;
  flex-direction: column;
}
body > main .become-reseller .become-reseller-form .reseller-form .reseller-form__fields > div .form-field__label {
  color: #0E2944;
  font-family: Inter;
  font-size: 15.997px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body > main .become-reseller .become-reseller-form .reseller-form .reseller-form__fields > div .form-field__label span {
  color: #B78E4F;
}
body > main .become-reseller .become-reseller-form .reseller-form .reseller-form__fields .form-field {
  gap: 8px;
}
body > main .become-reseller .become-reseller-form .reseller-form .reseller-form__fields .form-field input, body > main .become-reseller .become-reseller-form .reseller-form .reseller-form__fields .form-field select {
  width: 100%;
  display: flex;
  padding: 10px 16px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 6px;
  border: 1px solid rgba(42, 38, 129, 0.2);
  background: #FFF;
  color: rgba(14, 41, 68, 0.4);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body > main .become-reseller .become-reseller-form .reseller-form .reseller-form__fields .form-field select {
  width: 100%;
  height: 48px;
}
body > main .become-reseller .become-reseller-form .reseller-form .reseller-form__fields .form-field textarea {
  border-radius: 6px;
  border: 1px solid var(--Line-Color, rgba(42, 38, 129, 0.2));
  background: #FFF;
  display: flex;
  padding: 10px 16px;
  align-items: flex-start;
  align-self: stretch;
  color: rgba(14, 41, 68, 0.4);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: 140px;
  flex-direction: column;
  gap: 8px;
}
body > main .become-reseller .become-reseller-form .reseller-form .reseller-form__fields .form-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
}
body > main .become-reseller .become-reseller-form .reseller-form .reseller-form__fields .form-row .form-field {
  flex: 1;
  display: flex;
  flex-direction: column;
}
body > main .become-reseller .become-reseller-form .reseller-form .reseller-form__fields button {
  width: 100%;
  display: flex;
  height: 54.928px;
  padding: 15.464px 25.596px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  border-radius: 100px;
  background: var(--B78E4F, #B78E4F);
  border: none;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
body > main .tlds {
  background: url("../img/tlds-bg.png") no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
}
body > main .tlds .title {
  padding: 74px 90px 95px;
  display: flex;
  gap: 24px;
  flex-direction: column;
}
body > main .tlds .title h1 {
  max-width: 1024px;
  color: #0E2944;
  font-family: "Hind";
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
}
body > main .tlds .title span {
  color: #B78E4F;
  font-family: "Hind";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}
body > main .tlds .carousels {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 44px 0 95px;
}
body > main .tlds .carousels .carousel-one {
  animation: marquee 35s linear infinite;
}
body > main .tlds .carousels .carousel-two {
  animation: marquee 40s linear infinite;
}
body > main .tlds .carousels .carousel-one:hover,
body > main .tlds .carousels .carousel-two:hover {
  animation-play-state: paused;
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-7560px);
  }
}
body > main .tlds .carousels .carousel-one, body > main .tlds .carousels .carousel-two {
  padding-left: 20px;
  display: flex;
  gap: 40px;
}
body > main .tlds .carousels .carousel-one .tld, body > main .tlds .carousels .carousel-two .tld {
  display: flex;
  width: 240px;
  height: 120px;
  padding: 30px 55px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #E5E3DC;
  background: #FFF;
  box-shadow: 0 8px 30px 0 rgba(3, 18, 66, 0.1);
}
body > main .tlds .carousels .carousel-one .tld img, body > main .tlds .carousels .carousel-two .tld img {
  width: 100px;
}
body > main .tlds .carousels .view-all-tlds {
  display: flex;
  align-items: center;
  justify-content: center;
}
body > main .tlds .carousels .view-all-tlds span {
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 263.192px;
  padding: 15.464px 25.596px;
  gap: 16px;
  flex-shrink: 0;
  border-radius: 100px;
  background: #2A2681;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
body > main .tlds .carousels .view-all-tlds i {
  color: var(--FFFFFF, #FFF);
  text-align: center;
  font-family: "Font Awesome 6 Pro";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body > main .tlds .tlds-info {
  height: 177px;
  border-bottom: 6px solid #B78E4F;
  background: #2A2681;
  display: flex;
}
body > main .tlds .tlds-info ul {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
body > main .tlds .tlds-info ul li {
  display: flex;
  flex-direction: column;
}
body > main .tlds .tlds-info ul li span.number {
  color: #FFF;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.72px;
}
body > main .tlds .tlds-info ul li span {
  color: #B78E4F;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.48px;
}
body > main .about-us-and-faq {
  display: flex;
  flex-direction: column;
  gap: 225px;
  align-items: center;
  padding-top: 148px;
}
body > main .about-us-and-faq .about-us {
  display: flex;
  justify-content: center;
  gap: 100px;
}
body > main .about-us-and-faq .about-us .about-us-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 520px;
  gap: 16px;
}
body > main .about-us-and-faq .about-us .about-us-text img {
  width: 77px;
  height: 91px;
}
body > main .about-us-and-faq .about-us .about-us-text span {
  color: #0E2944;
  text-align: center;
  font-family: "Hind";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}
body > main .about-us-and-faq .about-us .about-us-text p {
  color: rgba(14, 41, 68, 0.8);
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
body > main .about-us-and-faq .faq {
  width: 90%;
}
body > main .about-us-and-faq .faq .title {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 10px;
}
body > main .about-us-and-faq .faq .title span {
  text-align: center;
  font-family: Hind;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -0.48px;
  color: #0E2944;
}
body > main .about-us-and-faq .faq .title img {
  width: 77px;
  height: 91px;
}
body > main .about-us-and-faq .faq .content {
  display: flex;
  padding-top: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
}
body > main .about-us-and-faq .faq .content .content-question {
  display: flex;
  padding: 36px 0;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 16px;
  border-bottom: 1px solid var(--Line-Color, rgba(42, 38, 129, 0.2));
}
body > main .about-us-and-faq .faq .content .content-question .content-question-head.active .fa-circle-plus {
  display: none;
}
body > main .about-us-and-faq .faq .content .content-question .content-question-head.active .fa-circle-minus {
  display: block;
}
body > main .about-us-and-faq .faq .content .content-question .content-question-head .fa-circle-plus {
  display: block;
}
body > main .about-us-and-faq .faq .content .content-question .content-question-head .fa-circle-minus {
  display: none;
}
body > main .about-us-and-faq .faq .content .content-question .content-question-head {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
body > main .about-us-and-faq .faq .content .content-question .content-question-head span {
  color: #0E2944;
  font-family: "Hind";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
body > main .about-us-and-faq .faq .content .content-question .content-question-head i {
  color: #031242;
  font-family: "Font Awesome 6 Pro";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 110% */
}
body > main .about-us-and-faq .faq .content .content-question .content-question-desc {
  display: none;
  color: #0E2944;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body > main .advantages {
  padding: 105px 0 120px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: url(../img/svg/advantages-bg.svg) no-repeat;
  background-size: cover;
  flex-shrink: 0;
}
body > main .advantages > .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 48px;
}
body > main .advantages > .title h1 {
  color: var(--0E2944, #0E2944);
  text-align: center;
  font-family: "Hind";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.96px;
}
body > main .advantages > .title p {
  max-width: 906px;
  color: rgba(14, 41, 68, 0.8);
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.36px;
}
body > main .advantages .advantages-list {
  display: flex;
  gap: 24px;
  justify-content: center;
}
body > main .advantages .advantages-list .left {
  display: flex;
  gap: 24px;
  flex-direction: column;
}
body > main .advantages .advantages-list .left .price {
  background: url("../img/svg/advantages-bg1.svg") no-repeat;
  width: 366px;
  height: 466px;
}
body > main .advantages .advantages-list .left .price div {
  display: flex;
  flex-direction: column;
  padding: 246px 24px 56px;
  gap: 16px;
}
body > main .advantages .advantages-list .left .price h1 {
  color: #2A2681;
  font-family: "Hind";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}
body > main .advantages .advantages-list .left .price p {
  color: #0E2944;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
}
body > main .advantages .advantages-list .left .support {
  background: url("../img/svg/advantages-bg6.svg") no-repeat;
  width: 362px;
  height: 200px;
}
body > main .advantages .advantages-list .left .support div {
  display: flex;
  flex-direction: column;
  padding: 22px;
  gap: 10px;
  align-items: flex-start;
}
body > main .advantages .advantages-list .left .support h1 {
  color: #0E2944;
  text-align: center;
  font-family: "Hind";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
body > main .advantages .advantages-list .left .support p {
  color: var(--0E2944, #0E2944);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
}
body > main .advantages .advantages-list .right {
  display: flex;
  gap: 24px;
  flex-direction: column;
}
body > main .advantages .advantages-list .right .top {
  display: flex;
  gap: 24px;
}
body > main .advantages .advantages-list .right .top .whmcs {
  background: url("../img/svg/advantages-bg2.svg") no-repeat;
  width: 366px;
  height: 466px;
}
body > main .advantages .advantages-list .right .top .whmcs div {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  padding: 48px 26px 254px;
}
body > main .advantages .advantages-list .right .top .whmcs div h1 {
  color: var(--2A2681, #2A2681);
  font-family: "Hind";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}
body > main .advantages .advantages-list .right .top .whmcs div p {
  color: var(--0E2944, #0E2944);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
}
body > main .advantages .advantages-list .right .top .right .api {
  background: url("../img/svg/advantages-bg3.svg") no-repeat;
  width: 366px;
  height: 280px;
}
body > main .advantages .advantages-list .right .top .right .api div {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  padding: 59px 25px;
}
body > main .advantages .advantages-list .right .top .right .api div h1 {
  color: var(--0E2944, #0E2944);
  text-align: center;
  font-family: "Hind";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
body > main .advantages .advantages-list .right .top .right .api div p {
  color: var(--0E2944, #0E2944);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
}
body > main .advantages .advantages-list .right .top .right .whitelabel {
  background: url("../img/svg/advantages-bg4.svg") no-repeat;
  width: 366px;
  height: 162px;
}
body > main .advantages .advantages-list .right .top .right .whitelabel div {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-end;
  padding: 36px 30px;
}
body > main .advantages .advantages-list .right .top .right .whitelabel div h1 {
  color: var(--0E2944, #0E2944);
  text-align: center;
  font-family: "Hind";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
body > main .advantages .advantages-list .right .top .right .whitelabel div p {
  color: var(--0E2944, #0E2944);
  text-align: right;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
}
body > main .advantages .advantages-list .right .tld-roster {
  background: url("../img/svg/advantages-bg5.svg") no-repeat;
  width: 753px;
  height: 200px;
}
body > main .advantages .advantages-list .right .tld-roster div {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-end;
  padding: 48px 40px;
}
body > main .advantages .advantages-list .right .tld-roster div h1 {
  color: var(--0E2944, #0E2944);
  text-align: center;
  font-family: "Hind";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}
body > main .advantages .advantages-list .right .tld-roster div p {
  width: 400px;
  color: var(--0E2944, #0E2944);
  text-align: right;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
}
body > main .advantages .advantages-list .right .tld-roster-mobile {
  display: flex;
  flex-direction: column;
  width: 366px;
  height: 392px;
  flex-shrink: 0;
  border-radius: 10px;
  border: 2px solid #FFF;
  background: var(--FFFFFF, #FFF);
}
body > main .advantages .advantages-list .right .tld-roster-mobile img {
  width: 100%;
  height: 250px;
}
body > main .our-support-team {
  height: 800px;
  background: url("../img/svg/support-bg.svg") no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
body > main .our-support-team > div {
  width: 100%;
  max-width: 1000px;
  justify-content: space-evenly;
  display: flex;
  height: 360px;
  align-items: center;
  border-radius: 20px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 30px 0 rgba(3, 18, 66, 0.1);
}
body > main .our-support-team > div div.left {
  display: flex;
  width: 100%;
  max-width: 370px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
body > main .our-support-team > div div.left img {
  height: 40px;
}
body > main .our-support-team > div div.left h1 {
  color: #0E2944;
  font-family: "Hind";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}
body > main .our-support-team > div div.right {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
body > main .our-support-team > div div.right > div {
  display: flex;
  align-items: center;
  gap: 47.5px;
}
body > main .our-support-team > div div.right > div img {
  height: 60px;
}
body > main .our-support-team > div div.right > div div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
body > main .our-support-team > div div.right > div div h1 {
  color: #2B2782;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.48px;
}
body > main .our-support-team > div div.right > div div span {
  color: rgba(14, 41, 68, 0.8);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.36px;
}

@Media (max-width: 1150px) {
  body > main .become-reseller {
    padding: 100px 15px 0;
  }
  body > main .become-reseller .become-reseller-form {
    padding: 18px 12px;
  }
  body > main .become-reseller .become-reseller-form .reseller-form .reseller-form__fields .form-row {
    flex-direction: column;
  }
  body > main .about-us {
    padding: 0 25px 0;
  }
  body > main .about-us > img {
    width: 322px;
  }
  body > main .our-support-team {
    padding: 0 45px 0;
  }
  body > main .our-support-team > div div.right > div {
    gap: 20px;
  }
  body > main .advantages .advantages-list {
    justify-content: center;
    flex-direction: column-reverse;
    align-items: center;
  }
  body > main .advantages .advantages-list .left {
    flex-direction: row;
  }
}
@Media (max-width: 768px) {
  body > main .become-reseller {
    padding-top: 160px;
    flex-direction: column;
    gap: 50px;
    align-items: center;
  }
  body > main .advantages .advantages-list {
    flex-direction: column;
  }
  body > main .advantages .advantages-list .left {
    flex-direction: column;
  }
  body > main .advantages .advantages-list .right .top {
    flex-direction: column;
  }
  body > main .advantages .advantages-list .right .tld-roster {
    width: 366px;
    height: 392px;
    flex-shrink: 0;
    background: url("../img/svg/advantagesIconMobile.svg") no-repeat;
    background-size: cover;
    display: flex;
  }
  body > main .advantages .advantages-list .right .tld-roster div {
    padding: 235px 0 0;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  body > main .advantages .advantages-list .right .tld-roster div p {
    width: 326px;
    text-align: left;
  }
  body > main .tlds .title {
    padding: 74px 24px 95px;
  }
  body > main .tlds .tlds-info {
    height: 230px;
  }
  body > main .tlds .tlds-info ul {
    display: grid;
    align-content: center;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  body > main .about-us-and-faq {
    padding-top: 100px;
  }
  body > main .about-us-and-faq .about-us {
    flex-direction: column;
    gap: 50px;
    align-items: center;
  }
  body > main .about-us-and-faq .about-us img {
    width: 322px;
  }
  body > main .about-us-and-faq .faq {
    display: flex;
    flex-direction: column;
  }
  body > main .about-us-and-faq .faq .content {
    padding-top: 0;
  }
  body > main .our-support-team {
    background: url("../img/svg/our-team-bg-mobile.svg") no-repeat;
    background-position: right;
  }
  body > main .our-support-team .team-info {
    max-width: 500px;
    gap: 40px;
    height: auto;
    flex-direction: column;
    padding: 80px 32px;
    align-items: flex-start;
  }
}
@Media (max-width: 450px) {
  body > main .become-reseller {
    background: url(../img/svg/home-bg-mobile.svg) no-repeat;
    background-size: cover;
  }
  body > main .tlds .title {
    padding: 36px 15px 0;
  }
  body > main .tlds .title h1 {
    font-size: 36px;
    line-height: 40px;
  }
  body > main .tlds .title span {
    font-size: 28px;
    line-height: 32px;
  }
  body > main .tlds .carousels {
    padding: 24px 0 48px;
  }
  body > main .tlds .carousels .carousel-one, body > main .tlds .carousels .carousel-two {
    padding-left: 10px;
  }
  body > main .tlds .carousels .carousel-one .tld, body > main .tlds .carousels .carousel-two .tld {
    width: 200px;
    height: 100px;
    padding: 20px 40px;
  }
  body > main .tlds .carousels .carousel-one .tld img, body > main .tlds .carousels .carousel-two .tld img {
    width: 80px;
  }
  body > main .tlds .tlds-info {
    height: auto;
    padding: 48px 0;
  }
  body > main .tlds .tlds-info ul {
    grid-template-columns: repeat(1, 1fr);
  }
  body > main .about-us-and-faq {
    gap: 150px;
  }
  body > main .about-us-and-faq .about-us .about-us-text {
    width: 322px;
  }
  body > main .our-support-team {
    padding: 100px 15px 0;
    height: 980px;
    align-items: flex-start;
  }
  body > main .our-support-team .team-info {
    padding: 40px 16px;
    gap: 20px;
  }
  body > main .our-support-team .team-info .right {
    gap: 10px;
  }
  body > main .our-support-team .team-info .right > div {
    gap: 5px;
    flex-direction: column;
    align-items: flex-start;
  }
}

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