@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
}

a {
  text-decoration: none;
  font-family: "Inter", sans-serif;
}

button {
  font-family: "Inter", sans-serif;
  cursor: pointer;
}

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0px 20px;
}
@media (min-width: 1921px) {
  .container {
    max-width: 1340px;
  }
}

button {
  cursor: pointer;
}

input, select, textarea {
  outline: none !important;
  box-shadow: none !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

summary {
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}

@keyframes cta__spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes playEffect {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 141, 48, 0.4);
    -moz-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.4);
  }
  100% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    -moz-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
}
.woocommerce-info, .woocommerce-message {
  font-weight: 500;
  font-size: 15.63px;
  line-height: 24px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #000000;
  background-color: #FFFFFF;
  border-top: 3px solid #008D4E;
  border-radius: 4px;
  overflow: hidden;
}
.woocommerce-info::before, .woocommerce-message::before {
  color: #008D4E;
}
.woocommerce-info button,
.woocommerce-info a, .woocommerce-message button,
.woocommerce-message a {
  background-color: #008D4E;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border: 1px solid #008D4E;
}
.woocommerce-info button:hover,
.woocommerce-info a:hover, .woocommerce-message button:hover,
.woocommerce-message a:hover {
  background-color: #FFFFFF;
  color: #008D4E;
}

.account-created-message,
.account-login-message {
  padding: 15px;
  padding-left: 35px;
  margin: 20px 0;
  border-radius: 0 !important;
  background-color: #f7f7f7;
}
.account-created-message p,
.account-login-message p {
  line-height: 1.6;
  color: #000000;
  margin: 0;
}
.account-created-message p a,
.account-login-message p a {
  color: #00B061;
  text-decoration: underline;
  background-color: transparent;
  border: none !important;
}
.account-created-message p a:hover,
.account-login-message p a:hover {
  color: #111111;
  background-color: transparent;
}
.account-created-message::before,
.account-login-message::before {
  left: 10px;
}

ul.woocommerce-error li a {
  color: #b81c23;
}

/* ========================================
   CUSTOM PRODUCT TYPE BADGES
   ======================================== */
/* Product Type Badge - Single Product Page */
.product-type-badge {
  margin-bottom: 15px;
}

.product-type-badge .badge {
  display: inline-block;
  padding: 6px 16px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 20px;
  letter-spacing: 0.5px;
}

/* Product Type Badge - Archive/Shop Pages */
.archive-product-type {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
}

.archive-product-type .badge {
  display: inline-block;
  padding: 5px 12px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 15px;
  letter-spacing: 0.5px;
}

/* Free Type */
.product-type-free .badge {
  background-color: #008D4E;
  color: #FFFFFF;
}

/* Pro Type */
.product-type-pro .badge {
  background-color: #008D4E;
  color: #FFFFFF;
}

/* Premium Type */
.product-type-premium .badge {
  background-color: #008D4E;
  color: #FFFFFF;
}

/* Enterprise Type */
.product-type-enterprise .badge {
  background-color: #008D4E;
  color: #FFFFFF;
}

.main__banner {
  padding: 178px 0px 186.5px;
  overflow: hidden;
  background: url(assets/images/new_home_banner_bg.png) no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
@media (max-width: 1200px) {
  .main__banner {
    padding: 60px 0px 60px;
  }
}
@media (max-width: 991px) {
  .main__banner {
    padding: 50px 0px;
  }
}
@media (max-width: 767px) {
  .main__banner {
    padding: 50px 0px 50px 0px;
  }
}
.main__banner .banner__title-box {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1200px) {
  .main__banner .banner__title-box {
    max-width: 560px;
  }
}
@media (max-width: 991px) {
  .main__banner .banner__title-box {
    max-width: 460px;
  }
}
.main__banner .banner__title-box h1 {
  font-size: 64px;
  line-height: normal;
  color: #1A2332;
  font-weight: 700;
  letter-spacing: 0px;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .main__banner .banner__title-box h1 {
    font-size: 48px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .main__banner .banner__title-box h1 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .main__banner .banner__title-box h1 {
    font-size: 30px;
  }
}
.main__banner .banner__title-box h1 span {
  background: linear-gradient(90deg, #008D4E -0.16%, #2C4E68 187.79%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main__banner .banner__title-box p {
  font-size: 16px;
  line-height: 20px;
  color: #1A2332;
  letter-spacing: 0px;
  font-weight: 400;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .main__banner .banner__title-box p {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .main__banner .banner__title-box p {
    font-size: 14px;
    line-height: 20px;
  }
}
.main__banner .banner__title-box .reviews__text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 32.5px;
}
@media (max-width: 1200px) {
  .main__banner .banner__title-box .reviews__text {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .main__banner .banner__title-box .reviews__text {
    margin-bottom: 20px;
  }
}
.main__banner .banner__title-box .reviews__text .reviews__google-img ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main__banner .banner__title-box .reviews__text .reviews__google-img ul li {
  width: 34px;
  height: 34px;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  overflow: hidden;
  display: inline-flex;
  margin-left: -13px;
  background-color: #E0E0E0;
}
@media (max-width: 991px) {
  .main__banner .banner__title-box .reviews__text .reviews__google-img ul li {
    width: 26px;
    height: 26px;
  }
}
.main__banner .banner__title-box .reviews__text .reviews__google-img ul li:nth-child(1) {
  margin-left: 0px;
}
.main__banner .banner__title-box .reviews__text .reviews__google-img ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main__banner .banner__title-box .reviews__text span {
  display: inline-flex;
  font-size: 16px;
  line-height: 20px;
  color: #1A2332;
  letter-spacing: 0px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .main__banner .banner__title-box .reviews__text span {
    font-size: 14px;
  }
}
.main__banner .banner__title-box .reviews__text span strong {
  font-weight: 700;
}
.main__banner .banner__title-box .banner__cta-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 767px) {
  .main__banner .banner__title-box .banner__cta-btns {
    gap: 10px;
  }
}
.main__banner .banner__title-box .banner__cta-btns .btn {
  padding: 12px 16px;
  background-color: #008D4E;
  color: #FFFFFF;
  border-radius: 30px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  font-weight: 600;
  border: 1px solid #008D4E;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .main__banner .banner__title-box .banner__cta-btns .btn {
    padding: 10px 30px;
  }
}
@media (max-width: 991px) {
  .main__banner .banner__title-box .banner__cta-btns .btn {
    padding: 8px 25px;
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .main__banner .banner__title-box .banner__cta-btns .btn {
    padding: 8px 20px;
  }
}
.main__banner .banner__title-box .banner__cta-btns .btn svg {
  width: 15.56px;
  height: 15.56px;
  fill: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main__banner .banner__title-box .banner__cta-btns .btn:hover {
  background-color: #00472A;
  border-color: #00472A;
}
.main__banner .banner__title-box .banner__cta-btns .btn.btn--secondary {
  background-color: transparent;
  color: #00472A;
  border-color: #008D4E;
}
.main__banner .banner__title-box .banner__cta-btns .btn.btn--secondary svg {
  width: 15.56px;
  height: 15.56px;
  fill: #00472A;
}
.main__banner .banner__title-box .banner__cta-btns .btn.btn--secondary:hover {
  background-color: #008D4E;
  color: #FFFFFF;
}
.main__banner .banner__title-box .banner__cta-btns .btn.btn--secondary:hover svg {
  fill: #FFFFFF;
}
.main__banner .banner__title-box .cta__info {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 38px;
}
@media (max-width: 1200px) {
  .main__banner .banner__title-box .cta__info {
    margin-top: 25px;
  }
}
.main__banner .banner__title-box .cta__info .info-text {
  font-size: 12px;
  font-weight: 400;
  color: #1A2332;
  line-height: 100%;
}
.main__banner .banner__title-box .cta__info ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 31px;
}
@media (max-width: 1200px) {
  .main__banner .banner__title-box .cta__info ul {
    gap: 15px;
  }
}
.main__banner .banner__title-box .cta__info ul li {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  line-height: 19px;
  color: #1A2332;
  font-weight: 400;
  letter-spacing: 0px;
}
@media (max-width: 1200px) {
  .main__banner .banner__title-box .cta__info ul li {
    padding-left: 25px;
  }
}
@media (max-width: 991px) {
  .main__banner .banner__title-box .cta__info ul li {
    font-size: 14px;
    line-height: 18px;
  }
}
.main__banner .banner__title-box .cta__info ul li svg {
  position: absolute;
  top: 50%;
  left: 3px;
  width: 15px;
  height: 10px;
  fill: #008D4E;
  object-fit: contain;
  transform: translateY(-50%);
}

.showcare__video {
  padding: 36px 0px 64px;
  background-color: #FFFFFF;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .showcare__video {
    padding: 50px 0px 50px;
  }
}
@media (max-width: 991px) {
  .showcare__video {
    padding: 50px 0px 25px;
  }
}
@media (max-width: 767px) {
  .showcare__video {
    padding: 40px 0px 20px;
  }
}
.showcare__video .showcare__video-title {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .showcare__video .showcare__video-title {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .showcare__video .showcare__video-title {
    margin-bottom: 20px;
  }
}
.showcare__video .showcare__video-title h2 {
  font-size: 40px;
  line-height: normal;
  color: #1A2332;
  font-weight: 800;
  letter-spacing: 0px;
  margin-bottom: 0px;
}
@media (max-width: 1200px) {
  .showcare__video .showcare__video-title h2 {
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  .showcare__video .showcare__video-title h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .showcare__video .showcare__video-title h2 {
    font-size: 22px;
  }
}
.showcare__video .showcare__video-wrapper {
  margin: 0 auto;
  position: relative;
  background: conic-gradient(from 217.49deg at 56.83% 40.23%, #008D4E -22.5deg, #2C4E68 12.12deg, #41FEA9 88.27deg, #3F92D2 221.54deg, #008D4E 337.5deg, #2C4E68 372.12deg);
  border-radius: 13px;
  overflow: hidden;
  display: flex;
  padding: 5px;
  transition: transform 0.1s linear;
  transform: perspective(1000px);
}
@media (max-width: 1200px) {
  .showcare__video .showcare__video-wrapper {
    max-width: 830px;
  }
}
@media (max-width: 991px) {
  .showcare__video .showcare__video-wrapper {
    max-width: 660px;
  }
}
@media (max-width: 767px) {
  .showcare__video .showcare__video-wrapper {
    border-radius: 10px;
    padding: 3px;
  }
}
.showcare__video .showcare__video-wrapper video {
  background-color: #FFFFFF;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 13px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .showcare__video .showcare__video-wrapper video {
    border-radius: 8px;
  }
}

.intro__video {
  padding: 64px 0px 76px;
  overflow: hidden;
  background-color: #FFFFFF;
}
@media (max-width: 1200px) {
  .intro__video {
    padding: 50px 0px 25px;
  }
}
@media (max-width: 991px) {
  .intro__video {
    padding: 40px 0px 20px;
  }
}
.intro__video .intro__video-title {
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .intro__video .intro__video-title {
    max-width: 600px;
    margin-bottom: 25px;
  }
}
.intro__video .intro__video-title h2 {
  font-size: 40px;
  line-height: normal;
  color: #1A2332;
  font-weight: 800;
  letter-spacing: 0px;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .intro__video .intro__video-title h2 {
    font-size: 34px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .intro__video .intro__video-title h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .intro__video .intro__video-title h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.intro__video .intro__video-title h2 span {
  background: linear-gradient(90deg, #008D4E -0.16%, #2C4E68 187.79%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.intro__video .intro__video-title p {
  font-size: 16px;
  line-height: 24px;
  color: #1A2332;
  letter-spacing: 0px;
  font-weight: 400;
  margin-bottom: 0px;
}
.intro__video .intro__video-title p span, .intro__video .intro__video-title p b, .intro__video .intro__video-title p strong {
  font-weight: 700;
  display: block;
  margin-top: 16px;
}
@media (max-width: 1200px) {
  .intro__video .intro__video-title p span, .intro__video .intro__video-title p b, .intro__video .intro__video-title p strong {
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .intro__video .intro__video-title p {
    font-size: 14px;
    line-height: 20px;
  }
}
.intro__video .intro__video-title .intro__video-note--text {
  font-size: 16px;
  line-height: 24px;
  color: #1A2332;
  letter-spacing: 0px;
  font-weight: 700;
  margin-bottom: 0px;
  display: block;
}
@media (max-width: 991px) {
  .intro__video .intro__video-title .intro__video-note--text {
    font-size: 14px;
    line-height: 20px;
  }
}
.intro__video .intro__video-wrapper {
  width: 100%;
  display: flex;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  margin-bottom: 40px;
  background: linear-gradient(101.3deg, #008D4E 5.07%, #006437 58.47%, #2C4E68 117.26%);
  padding: 3px;
}
@media (max-width: 991px) {
  .intro__video .intro__video-wrapper {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .intro__video .intro__video-wrapper {
    border-radius: 10px;
  }
}
.intro__video .intro__video-wrapper img, .intro__video .intro__video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .intro__video .intro__video-wrapper img, .intro__video .intro__video-wrapper video {
    border-radius: 10px;
  }
}
.intro__video .intro__video-wrapper .video__player-btn {
  width: 70px;
  height: 70px;
  background-color: transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  position: absolute;
  top: 50%;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  transform: translate(0px, -50%);
  z-index: 2;
  animation: playEffect 2s ease infinite;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .intro__video .intro__video-wrapper .video__player-btn {
    width: 55px;
    height: 55px;
  }
}
@media (max-width: 767px) {
  .intro__video .intro__video-wrapper .video__player-btn {
    width: 50px;
    height: 50px;
  }
}
.intro__video .intro__video-wrapper .video__player-btn svg {
  width: 100%;
  height: 100%;
}
.intro__video .intro__video-cta--btn {
  margin-bottom: 64px;
  text-align: center;
}
@media (max-width: 1200px) {
  .intro__video .intro__video-cta--btn {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .intro__video .intro__video-cta--btn {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .intro__video .intro__video-cta--btn {
    margin-bottom: 25px;
  }
}
.intro__video .intro__video-cta--btn a, .intro__video .intro__video-cta--btn button {
  padding: 12px 16px;
  background-color: #008D4E;
  color: #FFFFFF;
  border-radius: 30px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  font-weight: 600;
  border: 1px solid #008D4E;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .intro__video .intro__video-cta--btn a, .intro__video .intro__video-cta--btn button {
    padding: 10px 30px;
  }
}
@media (max-width: 991px) {
  .intro__video .intro__video-cta--btn a, .intro__video .intro__video-cta--btn button {
    padding: 8px 25px;
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .intro__video .intro__video-cta--btn a, .intro__video .intro__video-cta--btn button {
    padding: 8px 20px;
  }
}
.intro__video .intro__video-cta--btn a svg, .intro__video .intro__video-cta--btn button svg {
  width: 15.56px;
  height: 15.56px;
  fill: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.intro__video .intro__video-cta--btn a:hover, .intro__video .intro__video-cta--btn button:hover {
  background-color: #00472A;
  border-color: #00472A;
}
.intro__video .intro__video-row {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -20px;
}
@media (max-width: 767px) {
  .intro__video .intro__video-row {
    row-gap: 20px;
    justify-content: center;
    margin: 0 -10px;
  }
}
.intro__video .intro__video-row .intro__video-col {
  width: 33.33%;
  padding: 0px 20px;
}
@media (max-width: 767px) {
  .intro__video .intro__video-row .intro__video-col {
    width: 50%;
    padding: 0px 10px;
  }
}
.intro__video .intro__video-text--wrapper {
  text-align: center;
}
.intro__video .intro__video-text--wrapper h3 {
  font-size: 32px;
  line-height: 39px;
  font-weight: 700;
  color: #008D4E;
  margin-bottom: 15px;
  letter-spacing: 0px;
}
@media (max-width: 1200px) {
  .intro__video .intro__video-text--wrapper h3 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 991px) {
  .intro__video .intro__video-text--wrapper h3 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .intro__video .intro__video-text--wrapper h3 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 5px;
  }
}
.intro__video .intro__video-text--wrapper p {
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  color: #000000;
  margin: 0px;
}
@media (max-width: 1200px) {
  .intro__video .intro__video-text--wrapper p {
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .intro__video .intro__video-text--wrapper p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .intro__video .intro__video-text--wrapper p {
    font-size: 12px;
    line-height: 18px;
  }
}

.problems__agitations {
  padding: 76px 0px 48px;
  background-color: #FFFFFF;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .problems__agitations {
    padding: 25px 0px 25px;
  }
}
@media (max-width: 991px) {
  .problems__agitations {
    padding: 20px 0px 20px;
  }
}
.problems__agitations .problems__agitations-title {
  text-align: center;
  max-width: 850px;
  margin: 0 auto;
  margin-bottom: 64px;
}
@media (max-width: 1200px) {
  .problems__agitations .problems__agitations-title {
    margin-bottom: 35px;
  }
}
@media (max-width: 991px) {
  .problems__agitations .problems__agitations-title {
    margin-bottom: 25px;
  }
}
.problems__agitations .problems__agitations-title h2 {
  font-size: 40px;
  line-height: normal;
  color: #1A2332;
  font-weight: 800;
  letter-spacing: 0px;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .problems__agitations .problems__agitations-title h2 {
    font-size: 34px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .problems__agitations .problems__agitations-title h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .problems__agitations .problems__agitations-title h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.problems__agitations .problems__agitations-title h2 span {
  background: linear-gradient(90deg, #008D4E -0.16%, #2C4E68 187.79%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.problems__agitations .problems__agitations-title p {
  font-size: 16px;
  line-height: 24px;
  color: #1A2332;
  letter-spacing: 0px;
  font-weight: 400;
  margin-bottom: 0px;
}
.problems__agitations .problems__agitations-title p span, .problems__agitations .problems__agitations-title p b, .problems__agitations .problems__agitations-title p strong {
  font-weight: 700;
}
@media (max-width: 991px) {
  .problems__agitations .problems__agitations-title p {
    font-size: 14px;
    line-height: 20px;
  }
}
.problems__agitations .problems__agitations-content {
  max-width: 1036px;
  margin: 0 auto;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .problems__agitations .problems__agitations-content {
    margin-bottom: 20px;
  }
}
.problems__agitations .problems__agitations-content .problems__agitations-row {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0px -25px;
  row-gap: 20px;
}
@media (max-width: 1200px) {
  .problems__agitations .problems__agitations-content .problems__agitations-row {
    margin: 0px -20px;
  }
}
@media (max-width: 991px) {
  .problems__agitations .problems__agitations-content .problems__agitations-row {
    margin: 0px -10px;
  }
}
.problems__agitations .problems__agitations-content .problems__agitations-row .problems__agitations-col {
  width: 33.33%;
  padding: 0px 25px;
}
@media (max-width: 1200px) {
  .problems__agitations .problems__agitations-content .problems__agitations-row .problems__agitations-col {
    padding: 0px 20px;
  }
}
@media (max-width: 991px) {
  .problems__agitations .problems__agitations-content .problems__agitations-row .problems__agitations-col {
    padding: 0px 10px;
  }
}
@media (max-width: 767px) {
  .problems__agitations .problems__agitations-content .problems__agitations-row .problems__agitations-col {
    width: 100%;
  }
}
.problems__agitations .problems__agitations-content .problems__agitations-card .card__item-img--wrapper {
  border-radius: 30px 30px 0px 0px;
  background-color: #A8E6CF;
  padding: 28px 35px 0px;
}
@media (max-width: 1200px) {
  .problems__agitations .problems__agitations-content .problems__agitations-card .card__item-img--wrapper {
    padding: 25px 25px 0px;
    border-radius: 25px 25px 0px 0px;
  }
}
@media (max-width: 991px) {
  .problems__agitations .problems__agitations-content .problems__agitations-card .card__item-img--wrapper {
    padding: 20px 20px 0px;
    border-radius: 20px 20px 0px 0px;
  }
}
.problems__agitations .problems__agitations-content .problems__agitations-card .card__item-img--wrapper .card__img-block {
  width: 100%;
  border-radius: 30px 30px 0px 0px;
  background-color: #959595;
  display: flex;
  height: 332px;
}
@media (max-width: 1200px) {
  .problems__agitations .problems__agitations-content .problems__agitations-card .card__item-img--wrapper .card__img-block {
    border-radius: 20px 20px 0px 0px;
  }
}
@media (max-width: 991px) {
  .problems__agitations .problems__agitations-content .problems__agitations-card .card__item-img--wrapper .card__img-block {
    border-radius: 15px 15px 0px 0px;
    height: 270px;
  }
}
@media (max-width: 767px) {
  .problems__agitations .problems__agitations-content .problems__agitations-card .card__item-img--wrapper .card__img-block {
    border-radius: 15px 15px 0px 0px;
    height: 370px;
  }
}
.problems__agitations .problems__agitations-content .problems__agitations-card .card__item-img--wrapper .card__img-block img, .problems__agitations .problems__agitations-content .problems__agitations-card .card__item-img--wrapper .card__img-block svg, .problems__agitations .problems__agitations-content .problems__agitations-card .card__item-img--wrapper .card__img-block video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.problems__agitations .problems__agitations-content .problems__agitations-card .card__item-content--wrapper {
  background-color: #FFFFFF;
  padding: 24px 0px 32px;
  text-align: center;
}
@media (max-width: 1200px) {
  .problems__agitations .problems__agitations-content .problems__agitations-card .card__item-content--wrapper {
    padding: 20px 0px 20px;
  }
}
@media (max-width: 767px) {
  .problems__agitations .problems__agitations-content .problems__agitations-card .card__item-content--wrapper {
    padding: 20px 0px 10px;
  }
}
.problems__agitations .problems__agitations-content .problems__agitations-card .card__item-content--wrapper h3 {
  font-size: 22px;
  line-height: normal;
  color: #000000;
  font-weight: 700;
  margin-bottom: 9px;
  letter-spacing: 0px;
}
@media (max-width: 1200px) {
  .problems__agitations .problems__agitations-content .problems__agitations-card .card__item-content--wrapper h3 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .problems__agitations .problems__agitations-content .problems__agitations-card .card__item-content--wrapper h3 {
    font-size: 18px;
  }
}
.problems__agitations .problems__agitations-content .problems__agitations-card .card__item-content--wrapper p {
  font-size: 16px;
  line-height: normal;
  color: #000000;
  letter-spacing: 0px;
  font-weight: 400;
  margin: 0px;
}
@media (max-width: 991px) {
  .problems__agitations .problems__agitations-content .problems__agitations-card .card__item-content--wrapper p {
    font-size: 14px;
  }
}
.problems__agitations .problems__agitations-note {
  text-align: center;
}
.problems__agitations .problems__agitations-note p {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 0px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .problems__agitations .problems__agitations-note p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .problems__agitations .problems__agitations-note p {
    font-size: 14px;
  }
}

.ready__to-sell {
  padding: 48px 0px 32px;
  background-color: #FFFFFF;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .ready__to-sell {
    padding: 25px 0px 50px;
  }
}
@media (max-width: 991px) {
  .ready__to-sell {
    padding: 20px 0px 40px;
  }
}
.ready__to-sell .ready__to-sell--title {
  text-align: center;
  max-width: 950px;
  margin: 0 auto;
  margin-bottom: 64px;
}
@media (max-width: 1200px) {
  .ready__to-sell .ready__to-sell--title {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .ready__to-sell .ready__to-sell--title {
    margin-bottom: 25px;
  }
}
.ready__to-sell .ready__to-sell--title h2 {
  font-size: 40px;
  line-height: normal;
  color: #1A2332;
  font-weight: 800;
  letter-spacing: 0px;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .ready__to-sell .ready__to-sell--title h2 {
    font-size: 34px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .ready__to-sell .ready__to-sell--title h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .ready__to-sell .ready__to-sell--title h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.ready__to-sell .ready__to-sell--title h2 span {
  background: linear-gradient(90deg, #008D4E -0.16%, #2C4E68 187.79%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ready__to-sell .ready__to-sell--title p {
  font-size: 16px;
  line-height: 24px;
  color: #1A2332;
  letter-spacing: 0px;
  font-weight: 400;
  margin-bottom: 0px;
}
.ready__to-sell .ready__to-sell--title p span, .ready__to-sell .ready__to-sell--title p b, .ready__to-sell .ready__to-sell--title p strong {
  font-weight: 700;
}
@media (max-width: 991px) {
  .ready__to-sell .ready__to-sell--title p {
    font-size: 14px;
    line-height: 20px;
  }
}
.ready__to-sell .ready__to-sell--row {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0px -15px;
  row-gap: 30px;
}
@media (max-width: 991px) {
  .ready__to-sell .ready__to-sell--row {
    margin: 0px -10px;
    row-gap: 20px;
  }
}
.ready__to-sell .ready__to-sell--row .ready__to-sell--col6 {
  width: 50%;
  padding: 0px 15px;
}
@media (max-width: 991px) {
  .ready__to-sell .ready__to-sell--row .ready__to-sell--col6 {
    padding: 0px 10px;
  }
}
@media (max-width: 767px) {
  .ready__to-sell .ready__to-sell--row .ready__to-sell--col6 {
    width: 100%;
  }
}
.ready__to-sell .ready__to-sell--row .ready__to-sell--col12 {
  width: 100%;
  padding: 0px 15px;
}
@media (max-width: 991px) {
  .ready__to-sell .ready__to-sell--row .ready__to-sell--col12 {
    padding: 0px 10px;
  }
}
.ready__to-sell .ready__to-sell--card {
  background-color: #D9FFF1;
  padding: 20px 20px;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .ready__to-sell .ready__to-sell--card {
    border-radius: 10px;
  }
}
.ready__to-sell .ready__to-sell--card .ready__to-sell--img {
  width: 100%;
  height: 360px;
  border-radius: 30px;
  overflow: hidden;
  background-color: #D9D9D9;
}
@media (max-width: 1200px) {
  .ready__to-sell .ready__to-sell--card .ready__to-sell--img {
    border-radius: 20px;
    height: 300px;
  }
}
@media (max-width: 991px) {
  .ready__to-sell .ready__to-sell--card .ready__to-sell--img {
    height: 240px;
    border-radius: 10px;
  }
}
.ready__to-sell .ready__to-sell--card .ready__to-sell--img img, .ready__to-sell .ready__to-sell--card .ready__to-sell--img svg, .ready__to-sell .ready__to-sell--card .ready__to-sell--img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ready__to-sell .ready__to-sell--card .ready__to-sell--text {
  text-align: center;
  margin-top: 24px;
}
@media (max-width: 1200px) {
  .ready__to-sell .ready__to-sell--card .ready__to-sell--text {
    margin-top: 20px;
  }
}
.ready__to-sell .ready__to-sell--card .ready__to-sell--text h3 {
  font-size: 24px;
  line-height: normal;
  color: #008D4E;
  font-weight: 700;
  margin-bottom: 9px;
  letter-spacing: 0px;
}
@media (max-width: 1200px) {
  .ready__to-sell .ready__to-sell--card .ready__to-sell--text h3 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .ready__to-sell .ready__to-sell--card .ready__to-sell--text h3 {
    font-size: 18px;
  }
}
.ready__to-sell .ready__to-sell--card .ready__to-sell--text p {
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  font-weight: 400;
  margin-bottom: 0px;
  letter-spacing: 0px;
}
@media (max-width: 991px) {
  .ready__to-sell .ready__to-sell--card .ready__to-sell--text p {
    font-size: 14px;
  }
}
.ready__to-sell .inner__row-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
  background-color: #D9FFF1;
  padding: 20px 20px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .ready__to-sell .inner__row-wrapper {
    flex-direction: column-reverse;
  }
}
.ready__to-sell .inner__row-wrapper .inner__col-wrapper {
  width: calc(50% - 10px);
}
@media (max-width: 767px) {
  .ready__to-sell .inner__row-wrapper .inner__col-wrapper {
    width: 100%;
  }
}
.ready__to-sell .inner__row-wrapper .inner__col-wrapper .ready__to-sell--text {
  text-align: center;
}
.ready__to-sell .inner__row-wrapper .inner__col-wrapper .ready__to-sell--text h3 {
  font-size: 24px;
  line-height: normal;
  color: #008D4E;
  font-weight: 700;
  margin-bottom: 9px;
  letter-spacing: 0px;
}
@media (max-width: 1200px) {
  .ready__to-sell .inner__row-wrapper .inner__col-wrapper .ready__to-sell--text h3 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .ready__to-sell .inner__row-wrapper .inner__col-wrapper .ready__to-sell--text h3 {
    font-size: 18px;
  }
}
.ready__to-sell .inner__row-wrapper .inner__col-wrapper .ready__to-sell--text p {
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  font-weight: 400;
  margin-bottom: 0px;
  letter-spacing: 0px;
}
@media (max-width: 991px) {
  .ready__to-sell .inner__row-wrapper .inner__col-wrapper .ready__to-sell--text p {
    font-size: 14px;
  }
}
.ready__to-sell .inner__row-wrapper .inner__col-wrapper .ready__to-sell--img {
  width: 100%;
  height: 400px;
  border-radius: 30px;
  overflow: hidden;
  background-color: #D9D9D9;
}
@media (max-width: 1200px) {
  .ready__to-sell .inner__row-wrapper .inner__col-wrapper .ready__to-sell--img {
    border-radius: 20px;
    height: 300px;
  }
}
@media (max-width: 991px) {
  .ready__to-sell .inner__row-wrapper .inner__col-wrapper .ready__to-sell--img {
    height: 240px;
    border-radius: 10px;
  }
}
.ready__to-sell .inner__row-wrapper .inner__col-wrapper .ready__to-sell--img img, .ready__to-sell .inner__row-wrapper .inner__col-wrapper .ready__to-sell--img svg, .ready__to-sell .inner__row-wrapper .inner__col-wrapper .ready__to-sell--img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ready__to-sell .ready__to-sell--cta {
  margin-top: 32px;
  text-align: center;
}
@media (max-width: 1200px) {
  .ready__to-sell .ready__to-sell--cta {
    margin-top: 30px;
  }
}
.ready__to-sell .ready__to-sell--cta a {
  padding: 12px 16px;
  background-color: #008D4E;
  color: #FFFFFF;
  border-radius: 30px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  font-weight: 600;
  border: 1px solid #008D4E;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .ready__to-sell .ready__to-sell--cta a {
    padding: 10px 30px;
  }
}
@media (max-width: 991px) {
  .ready__to-sell .ready__to-sell--cta a {
    padding: 8px 25px;
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .ready__to-sell .ready__to-sell--cta a {
    padding: 8px 20px;
  }
}
.ready__to-sell .ready__to-sell--cta a svg {
  width: 15.56px;
  height: 15.56px;
  fill: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ready__to-sell .ready__to-sell--cta a:hover {
  background-color: #00472A;
  border-color: #00472A;
}

.features {
  padding: 64px 0px;
  background-color: #D9FFF1;
}
@media (max-width: 1200px) {
  .features {
    padding: 50px 0px;
  }
}
@media (max-width: 991px) {
  .features {
    padding: 40px 0px;
  }
}
.features .features__title {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .features .features__title {
    margin-bottom: 30px;
  }
}
.features .features__title h2 {
  font-size: 40px;
  line-height: normal;
  color: #1A2332;
  font-weight: 800;
  letter-spacing: 0px;
  margin-bottom: 0px;
}
@media (max-width: 1200px) {
  .features .features__title h2 {
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  .features .features__title h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .features .features__title h2 {
    font-size: 22px;
  }
}
.features .features__title h2 span {
  color: #008D4E;
}
.features .features__row {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0px -7.5px;
  row-gap: 15px;
}
@media (max-width: 991px) {
  .features .features__row {
    justify-content: center;
  }
}
.features .features__row .features__col {
  width: 25%;
  padding: 0px 7.5px;
}
@media (max-width: 991px) {
  .features .features__row .features__col {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .features .features__row .features__col {
    width: 50%;
  }
}
@media (max-width: 420px) {
  .features .features__row .features__col {
    width: 100%;
  }
}
.features .features__card {
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #008D4E;
  border-radius: 20px;
  padding: 20px 20px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 10px;
  min-height: 86px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .features .features__card {
    border-radius: 10px;
    padding: 15px 15px;
    min-height: 72px;
  }
}
.features .features__card:hover {
  transform: translateY(-5px);
}
.features .features__card .features__card-icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .features .features__card .features__card-icon {
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 767px) {
  .features .features__card .features__card-icon {
    width: 24px;
    height: 24px;
  }
}
.features .features__card .features__card-icon img, .features .features__card .features__card-icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.features .features__card .features__card-name {
  width: calc(100% - 46px);
}
@media (max-width: 1200px) {
  .features .features__card .features__card-name {
    width: calc(100% - 38px);
  }
}
@media (max-width: 767px) {
  .features .features__card .features__card-name {
    width: calc(100% - 34px);
  }
}
.features .features__card .features__card-name h3 {
  font-size: 18px;
  line-height: 22px;
  color: #008D4E;
  font-weight: 700;
  letter-spacing: 0px;
  margin-bottom: 0px;
}
@media (max-width: 1200px) {
  .features .features__card .features__card-name h3 {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .features .features__card .features__card-name h3 {
    font-size: 14px;
    line-height: 19px;
  }
}
@media (max-width: 767px) {
  .features .features__card .features__card-name h3 {
    font-size: 14px;
    line-height: 18px;
  }
}
.features .features__cta-btn {
  text-align: center;
  margin-top: 40px;
}
@media (max-width: 1200px) {
  .features .features__cta-btn {
    margin-top: 30px;
  }
}
.features .features__cta-btn a {
  padding: 12px 16px;
  background-color: #008D4E;
  color: #FFFFFF;
  border-radius: 5px;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 356px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .features .features__cta-btn a {
    padding: 10px 30px;
    min-width: 255px;
  }
}
@media (max-width: 991px) {
  .features .features__cta-btn a {
    padding: 8px 25px;
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .features .features__cta-btn a {
    padding: 9px 20px;
    min-width: 195px;
  }
}
.features .features__cta-btn a:hover {
  background-color: #00472A;
  border-color: #00472A;
}

.compare__plans {
  padding: 64px 0px 96px;
  background-color: #FFFFFF;
}
@media (max-width: 1200px) {
  .compare__plans {
    padding: 50px 0px;
  }
}
@media (max-width: 991px) {
  .compare__plans {
    padding: 40px 0px 40px;
  }
}
.compare__plans .compare__plans--title {
  text-align: center;
  margin-bottom: 56px;
}
@media (max-width: 1200px) {
  .compare__plans .compare__plans--title {
    margin-bottom: 30px;
  }
}
.compare__plans .compare__plans--title h2 {
  font-size: 40px;
  line-height: normal;
  color: #1A2332;
  font-weight: 800;
  letter-spacing: 0px;
  margin-bottom: 0px;
}
@media (max-width: 1200px) {
  .compare__plans .compare__plans--title h2 {
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  .compare__plans .compare__plans--title h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .compare__plans .compare__plans--title h2 {
    font-size: 22px;
  }
}
.compare__plans .compare__plans--title h2 span {
  color: #008D4E;
}
.compare__plans .compare__plans-table table {
  width: 100%;
  border-collapse: collapse;
}
.compare__plans .compare__plans-table thead tr th {
  padding: 10px 30px;
  border-bottom: 1px solid #D9D9D9;
  font-size: 20px;
  line-height: 24px;
  color: #1A2332;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .compare__plans .compare__plans-table thead tr th {
    padding: 10px 20px;
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .compare__plans .compare__plans-table thead tr th {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .compare__plans .compare__plans-table thead tr th {
    padding: 10px 15px;
  }
}
.compare__plans .compare__plans-table thead tr th.pro {
  color: #008D4E;
}
.compare__plans .compare__plans-table thead tr th:first-child {
  text-align: left;
}
.compare__plans .compare__plans-table tbody tr td {
  padding: 10px 30px;
  font-size: 20px;
  line-height: normal;
  font-weight: 700;
  color: #1A2332;
}
@media (max-width: 1200px) {
  .compare__plans .compare__plans-table tbody tr td {
    padding: 10px 20px;
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .compare__plans .compare__plans-table tbody tr td {
    padding: 10px 20px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .compare__plans .compare__plans-table tbody tr td {
    padding: 10px 15px;
  }
}
.compare__plans .compare__plans-table tbody tr td:not(:first-child) {
  text-align: center;
}
.compare__plans .compare__plans-table tbody tr td .checkmark {
  width: 16px;
  height: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.compare__plans .compare__plans-table tbody tr td .checkmark svg, .compare__plans .compare__plans-table tbody tr td .checkmark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  fill: #008D4E;
}
.compare__plans .compare__plans-table tbody tr td .cross {
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .compare__plans .compare__plans-table tbody tr td .cross {
    width: 14px;
    height: 14px;
  }
}
.compare__plans .compare__plans-table tbody tr td .cross svg, .compare__plans .compare__plans-table tbody tr td .cross img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  fill: #959595;
}
.compare__plans .compare__plans-table tbody tr.section-header {
  background: #F6F6F6;
}
.compare__plans .compare__plans-table tbody tr.feature-row td {
  padding: 19px 30px;
  font-size: 18px;
  line-height: normal;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .compare__plans .compare__plans-table tbody tr.feature-row td {
    padding: 15px 20px;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .compare__plans .compare__plans-table tbody tr.feature-row td {
    padding: 15px 20px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .compare__plans .compare__plans-table tbody tr.feature-row td {
    padding: 15px 15px;
    font-size: 14px;
  }
}
.compare__plans .compare__plans-table tbody tr.price-row .pro-price {
  color: #008D4E;
}
.compare__plans .compare__plans-table tbody .section-header__title {
  font-size: 20px;
  line-height: 24px;
  color: #1A2332;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .compare__plans .compare__plans-table tbody .section-header__title {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .compare__plans .compare__plans-table tbody .section-header__title {
    font-size: 16px;
  }
}

.cta__wrapper.new__bg {
  background: url(assets/images/new_home_banner_bg.png) no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px 0px;
}
@media (max-width: 1200px) {
  .cta__wrapper.new__bg {
    padding: 50px 0px;
  }
}
@media (max-width: 991px) {
  .cta__wrapper.new__bg {
    padding: 40px 0px 40px;
  }
}
.cta__wrapper.new__bg .cta__content-wraper h2 span {
  color: #008D4E;
  background: transparent;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: unset;
}
@media (max-width: 1200px) {
  .cta__wrapper.new__bg .cta__content-wraper p {
    margin-bottom: 20px;
  }
}
.cta__wrapper .cta__content-wraper a {
  line-height: 20px;
}
@media (max-width: 1200px) {
  .cta__wrapper .cta__content-wraper a {
    padding: 12px 69.9px;
  }
}
@media (max-width: 767px) {
  .cta__wrapper .cta__content-wraper a {
    padding: 9px 58.7px;
  }
}

.built__in-features {
  padding: 64px 0px;
  background-color: #D9FFF1;
}
@media (max-width: 1200px) {
  .built__in-features {
    padding: 50px 0px;
  }
}
@media (max-width: 991px) {
  .built__in-features {
    padding: 40px 0px;
  }
}
.built__in-features .built__in-features--title {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .built__in-features .built__in-features--title {
    margin-bottom: 30px;
  }
}
.built__in-features .built__in-features--title h2 {
  font-size: 40px;
  line-height: normal;
  color: #1A2332;
  font-weight: 800;
  letter-spacing: 0px;
  margin-bottom: 0px;
}
@media (max-width: 1200px) {
  .built__in-features .built__in-features--title h2 {
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  .built__in-features .built__in-features--title h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .built__in-features .built__in-features--title h2 {
    font-size: 22px;
  }
}
.built__in-features .built__in-features--title h2 span {
  color: #008D4E;
}
.built__in-features .features__built-tab--slider {
  padding: 0px 20px;
}
.built__in-features .features__built-tab--slider .features__built-tabs .swiper-wrapper {
  justify-content: center;
}
@media (max-width: 1200px) {
  .built__in-features .features__built-tab--slider .features__built-tabs .swiper-wrapper {
    justify-content: unset;
  }
}
.built__in-features .features__built-tab--slider .features__built-tabs .swiper-slide {
  width: auto;
}
.built__in-features .features__built-tab--slider .features__tab-button span {
  display: inline-flex;
  padding: 12px 30px;
  border: none;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0px;
  font-weight: 700;
  color: #1A2332;
  background-color: transparent;
  border-radius: 15px;
  margin-bottom: 40px;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .built__in-features .features__built-tab--slider .features__tab-button span {
    padding: 12px 20px;
    margin-bottom: 30px;
    border-radius: 5px;
  }
}
@media (max-width: 991px) {
  .built__in-features .features__built-tab--slider .features__tab-button span {
    padding: 12px 20px;
    margin-bottom: 25px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .built__in-features .features__built-tab--slider .features__tab-button span {
    padding: 10px 15px;
    margin-bottom: 20px;
  }
}
.built__in-features .features__built-tab--slider .swiper-slide-thumb-active .features__tab-button span {
  background-color: #008D4E;
  color: #FFFFFF;
}
.built__in-features .features__built-tab--slider .features__built-image {
  max-width: 1200px;
  margin: 0 auto;
}
.built__in-features .features__built-tab--slider .features__built-image .features__slide-img {
  width: 100%;
  height: auto;
  border-radius: 24px;
  display: flex;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .built__in-features .features__built-tab--slider .features__built-image .features__slide-img {
    border-radius: 10px;
  }
}
.built__in-features .features__built-tab--slider .features__built-image .features__slide-img img, .built__in-features .features__built-tab--slider .features__built-image .features__slide-img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.packages {
  padding: 64px 0px 32px;
  background-color: #FFFFFF;
}
@media (max-width: 1200px) {
  .packages {
    padding: 50px 0px 50px;
  }
}
@media (max-width: 991px) {
  .packages {
    padding: 25px 0px 50px;
  }
}
@media (max-width: 767px) {
  .packages {
    padding: 20px 0px 40px;
  }
}
.packages .packages__title {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 10px;
}
.packages .packages__title .reviews__text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.packages .packages__title .reviews__text .reviews__google-img ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.packages .packages__title .reviews__text .reviews__google-img ul li {
  width: 34px;
  height: 34px;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  overflow: hidden;
  display: inline-flex;
  margin-left: -13px;
  background-color: #E0E0E0;
}
@media (max-width: 991px) {
  .packages .packages__title .reviews__text .reviews__google-img ul li {
    width: 26px;
    height: 26px;
  }
}
.packages .packages__title .reviews__text .reviews__google-img ul li:nth-child(1) {
  margin-left: 0px;
}
.packages .packages__title .reviews__text .reviews__google-img ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.packages .packages__title .reviews__text span {
  display: inline-flex;
  font-size: 16px;
  line-height: 20px;
  color: #1A2332;
  letter-spacing: 0px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .packages .packages__title .reviews__text span {
    font-size: 14px;
  }
}
.packages .packages__title h2 {
  font-size: 40px;
  line-height: normal;
  color: #1A2332;
  font-weight: 800;
  letter-spacing: 0px;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .packages .packages__title h2 {
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  .packages .packages__title h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .packages .packages__title h2 {
    font-size: 22px;
  }
}
.packages .packages__title h2 span {
  background: linear-gradient(90deg, #008D4E -0.16%, #2C4E68 187.79%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.packages .packages__title p {
  font-size: 16px;
  line-height: 24px;
  color: #1A2332;
  letter-spacing: 0px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .packages .packages__title p {
    font-size: 14px;
    line-height: 20px;
  }
}
.packages .packages__action-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 64px;
}
@media (max-width: 1200px) {
  .packages .packages__action-btns {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .packages .packages__action-btns {
    margin-bottom: 30px;
  }
}
.packages .packages__action-btns .packages__action-btns--wrapper {
  border: 1px solid #1A2332;
  padding: 5px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.packages .packages__action-btns .packages__action-btns--wrapper button {
  padding: 8px 20px;
  border-radius: 50px;
  border: none;
  font-size: 16px;
  line-height: 20px;
  color: #1A2332;
  letter-spacing: 0px;
  font-weight: 400;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .packages .packages__action-btns .packages__action-btns--wrapper button {
    padding: 8px 30px;
  }
}
@media (max-width: 991px) {
  .packages .packages__action-btns .packages__action-btns--wrapper button {
    padding: 8px 25px;
    font-size: 14px;
  }
}
.packages .packages__action-btns .packages__action-btns--wrapper button.active {
  background-color: #1A2332;
  color: #FFFFFF;
}
.packages .packages__cards-row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -25px;
}
@media screen and (max-width: 1300px) and (min-width: 1201px) {
  .packages .packages__cards-row {
    margin: 0 -20px;
  }
}
@media (max-width: 1200px) {
  .packages .packages__cards-row {
    margin: 0 -15px;
  }
}
@media (max-width: 991px) {
  .packages .packages__cards-row {
    margin: 0 -10px;
    justify-content: center;
    row-gap: 20px;
  }
}
.packages .packages__cards-row .packages__cards-col {
  width: 33.33%;
  padding: 0px 25px;
}
@media screen and (max-width: 1300px) and (min-width: 1201px) {
  .packages .packages__cards-row .packages__cards-col {
    padding: 0 20px;
  }
}
@media (max-width: 1200px) {
  .packages .packages__cards-row .packages__cards-col {
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  .packages .packages__cards-row .packages__cards-col {
    padding: 0 10px;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .packages .packages__cards-row .packages__cards-col {
    width: 100%;
  }
}
.packages .packages__card-item {
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0px 4px 15px 4px rgba(0, 0, 0, 0.2509803922);
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.packages .packages__card-item:hover {
  transform: translateY(-10px);
}
.packages .packages__card-item .packages__card-title {
  padding: 50px 25px 25px;
  border-bottom: 1px solid #7D7E81;
}
@media (max-width: 1200px) {
  .packages .packages__card-item .packages__card-title {
    padding: 20px 20px;
  }
}
.packages .packages__card-item .packages__card-title .package__name {
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  color: #1A2332;
  letter-spacing: 0px;
  margin-bottom: 10px;
  display: block;
}
@media (max-width: 991px) {
  .packages .packages__card-item .packages__card-title .package__name {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.packages .packages__card-item .packages__card-title h3 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 800;
  color: #1A2332;
  letter-spacing: 0px;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1200px) {
  .packages .packages__card-item .packages__card-title h3 {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (max-width: 991px) {
  .packages .packages__card-item .packages__card-title h3 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 5px;
  }
}
.packages .packages__card-item .packages__card-title h3 span {
  font-size: 16px;
  line-height: 34px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .packages .packages__card-item .packages__card-title h3 span {
    font-size: 14px;
    line-height: 30px;
  }
}
.packages .packages__card-item .packages__card-title h3 span del {
  font-weight: 400;
}
.packages .packages__card-item .packages__card-title p {
  font-size: 12px;
  line-height: normal;
  font-weight: 400;
  color: #1A2332;
  letter-spacing: 0px;
  margin-bottom: 0px;
}
.packages .packages__card-item .packages__features {
  padding: 25px;
  border-bottom: 1px solid #7D7E81;
}
@media (max-width: 1200px) {
  .packages .packages__card-item .packages__features {
    padding: 20px;
  }
}
.packages .packages__card-item .packages__features ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.packages .packages__card-item .packages__features ul li {
  display: flex;
  position: relative;
  padding-left: 26px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #1A2332;
  margin-bottom: 10px;
}
.packages .packages__card-item .packages__features ul li:nth-last-child(1) {
  margin-bottom: 0px;
}
@media (max-width: 1200px) {
  .packages .packages__card-item .packages__features ul li {
    font-size: 14px;
    line-height: 18px;
    padding-left: 22px;
  }
}
.packages .packages__card-item .packages__features ul li svg, .packages .packages__card-item .packages__features ul li img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  position: absolute;
  top: 2px;
  left: 0px;
}
@media (max-width: 1200px) {
  .packages .packages__card-item .packages__features ul li svg, .packages .packages__card-item .packages__features ul li img {
    width: 14px;
    height: 14px;
  }
}
.packages .packages__card-item .packages__features ul li.not__included {
  opacity: 0.6;
}
.packages .packages__card-item .packages__buy-btn {
  padding: 25px 25px;
  text-align: center;
}
@media (max-width: 1200px) {
  .packages .packages__card-item .packages__buy-btn {
    padding: 20px;
  }
}
.packages .packages__card-item .packages__buy-btn button, .packages .packages__card-item .packages__buy-btn a {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 19px;
  padding: 12px 20px;
  border-radius: 5px;
  border: none;
  font-weight: 700;
  color: #FFFFFF;
  background-color: #1A2332;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .packages .packages__card-item .packages__buy-btn button, .packages .packages__card-item .packages__buy-btn a {
    font-size: 14px;
  }
}
.packages .packages__card-item .packages__buy-btn button:hover, .packages .packages__card-item .packages__buy-btn a:hover {
  background-color: #008D4E;
}
.packages .packages__card-item .packages__buy-btn button.cta__primary-button .spinner, .packages .packages__card-item .packages__buy-btn a.cta__primary-button .spinner {
  animation: cta__spin 1s linear infinite;
  stroke: #FFFFFF;
}
@media (max-width: 767px) {
  .packages .packages__card-item .packages__buy-btn button.cta__primary-button .spinner, .packages .packages__card-item .packages__buy-btn a.cta__primary-button .spinner {
    width: 16px;
    height: 16px;
    display: block;
  }
}
.packages .packages__card-item .packages__buy-btn button.cta__primary-button .btn-icon,
.packages .packages__card-item .packages__buy-btn button.cta__primary-button .btn-loader, .packages .packages__card-item .packages__buy-btn a.cta__primary-button .btn-icon,
.packages .packages__card-item .packages__buy-btn a.cta__primary-button .btn-loader {
  display: flex;
}
.packages .packages__card-item .packages__buy-btn p {
  font-size: 12px;
  line-height: normal;
  font-weight: 400;
  color: #959595;
  letter-spacing: 0px;
  margin-top: 10px;
}
.packages .packages__card-item.pro__package {
  border: 2px solid #1A2332;
}
.packages .packages__card-item.pro__package .packages__card-title {
  background-color: #1A2332;
}
.packages .packages__card-item.pro__package .packages__card-title .package__name, .packages .packages__card-item.pro__package .packages__card-title h3, .packages .packages__card-item.pro__package .packages__card-title p {
  color: #FFFFFF;
}
.packages .packages__cards-row .packages__cards-col:nth-child(1) .packages__card-item .packages__features ul li:nth-last-child(1), .packages .packages__cards-row .packages__cards-col:nth-child(1) .packages__card-item .packages__features ul li:nth-last-child(2) {
  opacity: 0.6;
}
.packages .packages__cards-row .packages__cards-col:nth-child(2) .packages__card-item .packages__features ul li:nth-last-child(1) {
  opacity: 0.6;
}
.packages .package__compare-btn {
  margin-top: 32px;
  text-align: center;
}
.packages .package__compare-btn a, .packages .package__compare-btn button {
  font-size: 12px;
  line-height: 15px;
  color: #1A2332;
  text-decoration: underline;
  font-weight: 400;
  display: inline-flex;
  background-color: transparent;
  padding: 0px;
  border: 0px;
  border-radius: 0px;
}

.build__smarter {
  padding: 64px 0px 0px;
  background: url(assets/images/new_home_banner_bg.png) no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .build__smarter {
    padding: 50px 0px 0px;
  }
}
@media (max-width: 767px) {
  .build__smarter {
    padding: 40px 0px 0px;
  }
}
.build__smarter .build__smarter-title {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .build__smarter .build__smarter-title {
    margin-bottom: 30px;
  }
}
.build__smarter .build__smarter-title h2 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 800;
  color: #1A2332;
  letter-spacing: 0px;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .build__smarter .build__smarter-title h2 {
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .build__smarter .build__smarter-title h2 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .build__smarter .build__smarter-title h2 {
    font-size: 22px;
    line-height: 26px;
  }
}
.build__smarter .build__smarter-title h2 span {
  display: block;
  color: #008D4E;
  font-weight: 500;
}
.build__smarter .build__smarter-title p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #1A2332;
  letter-spacing: 0px;
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .build__smarter .build__smarter-title p {
    font-size: 14px;
  }
}
.build__smarter .build__smarter-title .build__smarter-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 32px;
  gap: 32px;
}
@media (max-width: 1200px) {
  .build__smarter .build__smarter-title .build__smarter-cta {
    margin-top: 25px;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .build__smarter .build__smarter-title .build__smarter-cta {
    margin-top: 20px;
    gap: 15px;
  }
}
.build__smarter .build__smarter-title .build__smarter-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 5px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: 0px;
  border: 1px solid #008D4E;
  background-color: #008D4E;
  min-width: 356px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .build__smarter .build__smarter-title .build__smarter-cta a {
    min-width: 255px;
  }
}
@media (max-width: 1200px) {
  .build__smarter .build__smarter-title .build__smarter-cta a {
    font-size: 14px;
    min-width: 200px;
    padding: 11px 24px;
  }
}
@media (max-width: 767px) {
  .build__smarter .build__smarter-title .build__smarter-cta a {
    font-size: 14px;
    min-width: 160px;
    padding: 9px 10px;
  }
}
.build__smarter .build__smarter-title .build__smarter-cta a:hover {
  background-color: #026e3e;
}
.build__smarter .build__smarter-title .build__smarter-cta a.secondary__btn {
  background-color: transparent;
  color: #008D4E;
}
.build__smarter .build__smarter-title .build__smarter-cta a.secondary__btn:hover {
  background-color: #008D4E;
  color: #FFFFFF;
}
.build__smarter .build__smarter-row {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0px -25px;
}
@media screen and (max-width: 1300px) and (min-width: 1201px) {
  .build__smarter .build__smarter-row {
    margin: 0px -20px;
  }
}
@media (max-width: 1200px) {
  .build__smarter .build__smarter-row {
    margin: 0px -15px;
  }
}
@media (max-width: 991px) {
  .build__smarter .build__smarter-row {
    margin: 0px -10px;
  }
}
@media (max-width: 767px) {
  .build__smarter .build__smarter-row {
    margin: 0px -5px;
  }
}
.build__smarter .build__smarter-row .build__smarter-col {
  width: 25%;
  padding: 0px 25px;
}
@media screen and (max-width: 1300px) and (min-width: 1201px) {
  .build__smarter .build__smarter-row .build__smarter-col {
    padding: 0 20px;
  }
}
@media (max-width: 1200px) {
  .build__smarter .build__smarter-row .build__smarter-col {
    padding: 0px 15px;
  }
}
@media (max-width: 991px) {
  .build__smarter .build__smarter-row .build__smarter-col {
    padding: 0px 10px;
  }
}
@media (max-width: 767px) {
  .build__smarter .build__smarter-row .build__smarter-col {
    padding: 0px 5px;
  }
}
.build__smarter .build__smarter-img {
  width: 100%;
  height: 444px;
  border-radius: 50px 50px 0px 0px;
  overflow: hidden;
  display: flex;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1200px) {
  .build__smarter .build__smarter-img {
    border-radius: 20px 20px 0px 0px;
    height: 375px;
  }
}
@media (max-width: 991px) {
  .build__smarter .build__smarter-img {
    border-radius: 10px 10px 0px 0px;
    height: 275px;
  }
}
@media (max-width: 767px) {
  .build__smarter .build__smarter-img {
    height: 166px;
  }
}
.build__smarter .build__smarter-img:hover {
  transform: translateY(-10px);
}
.build__smarter .build__smarter-img img, .build__smarter .build__smarter-img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.build__smarter .build__smarter-bottom--layer {
  width: 100%;
  height: auto;
  display: flex;
  position: absolute;
  bottom: 0px;
  left: 0px;
  margin-bottom: -1px;
  z-index: 3;
}
@media screen and (max-width: 1300px) and (min-width: 1201px) {
  .build__smarter .build__smarter-bottom--layer {
    transform: scale(1.5);
  }
}
@media (max-width: 1200px) {
  .build__smarter .build__smarter-bottom--layer {
    transform: scale(1.5);
  }
}
@media (max-width: 767px) {
  .build__smarter .build__smarter-bottom--layer {
    transform: scale(2);
  }
}
.build__smarter .build__smarter-bottom--layer img {
  width: 100%;
  height: 100%;
}

.woocommerce-account .default-content {
  padding: 80px 0;
  background-color: #FFFFFF;
}
@media (max-width: 767px) {
  .woocommerce-account .default-content {
    padding: 50px 0px;
  }
}
.woocommerce-account .default-content .woocommerce .woocommerce-MyAccount-navigation {
  width: 25%;
}
@media (max-width: 768px) {
  .woocommerce-account .default-content .woocommerce .woocommerce-MyAccount-navigation {
    width: 100%;
    margin-bottom: 20px;
  }
}
.woocommerce-account .default-content .woocommerce .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 15px 15px;
  margin: 0;
  background: #f1f1f1;
  border-radius: 8px;
}
.woocommerce-account .default-content .woocommerce .woocommerce-MyAccount-navigation ul li {
  padding: 5px 10px;
}
.woocommerce-account .default-content .woocommerce .woocommerce-MyAccount-navigation ul li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  vertical-align: middle;
  color: #111111;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
}
@media (max-width: 991px) {
  .woocommerce-account .default-content .woocommerce .woocommerce-MyAccount-navigation ul li a {
    font-size: 14px;
    line-height: 20px;
  }
}
.woocommerce-account .default-content .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
  color: #008D4E;
}
.woocommerce-account .default-content .woocommerce .woocommerce-MyAccount-navigation ul li a::after {
  position: absolute;
  content: " ";
  left: 0px;
  bottom: -3px;
  background-color: #008D4E;
  height: 2px;
  width: 0px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.woocommerce-account .default-content .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
  color: #008D4E;
}
.woocommerce-account .default-content .woocommerce .woocommerce-MyAccount-navigation ul li a:hover::after {
  width: 90%;
}
.woocommerce-account .default-content .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #008D4E;
}
.woocommerce-account .default-content .woocommerce .woocommerce-MyAccount-content {
  width: 73%;
  background: #f1f1f1;
  border-radius: 8px;
  padding: 20px;
}
@media (max-width: 768px) {
  .woocommerce-account .default-content .woocommerce .woocommerce-MyAccount-content {
    width: 100%;
  }
}
.woocommerce-account .default-content .woocommerce .woocommerce-MyAccount-content .woocommerce-notices-wrapper {
  font-size: 15.63px;
  line-height: 24px;
  color: #111111;
}
.woocommerce-account .default-content .woocommerce .woocommerce-MyAccount-content .woocommerce-notices-wrapper:not(:empty) {
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .woocommerce-account .default-content .woocommerce .woocommerce-MyAccount-content .woocommerce-notices-wrapper {
    font-size: 15px;
    line-height: 19px;
  }
}
@media (max-width: 991px) {
  .woocommerce-account .default-content .woocommerce .woocommerce-MyAccount-content .woocommerce-notices-wrapper {
    font-size: 14px;
  }
}

.woocommerce-dashboard .woocommerce-MyAccount-content p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #111111;
  margin-bottom: 10px;
}
.woocommerce-dashboard .woocommerce-MyAccount-content p:nth-last-child(1) {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .woocommerce-dashboard .woocommerce-MyAccount-content p {
    font-size: 14px;
    line-height: 20px;
  }
}
.woocommerce-dashboard .woocommerce-MyAccount-content p a {
  color: #008D4E;
}
.woocommerce-dashboard .woocommerce-MyAccount-content p a:hover {
  color: rgb(0, 115.5, 63.8936170213);
  text-decoration: underline;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses h2 {
  font-weight: 800;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0px;
  color: #1A2332;
  text-transform: capitalize;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses h2 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses h2 {
    font-size: 22px;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .woocommerce-message {
  padding: 0.75em 2em 0.75em 3.5em;
  margin-bottom: 10px;
  background-color: #FFFFFF;
  border-top: 3px solid #008D4E;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.168627451);
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .woocommerce-message::before {
  top: 15px;
  color: #008D4E;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .woocommerce-message p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #000000;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .woocommerce-message p {
    font-size: 14px;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .woocommerce-message p button,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .woocommerce-message p a {
  background-color: #008D4E;
  color: #FFFFFF;
  margin-top: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border: 1px solid #008D4E;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .woocommerce-message p button:hover,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .woocommerce-message p a:hover {
  background-color: #FFFFFF;
  color: #008D4E;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .licenses-table-section {
  background-color: #FFFFFF;
  border: none;
  padding: 10px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .licenses-table-section h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  margin-bottom: 20px;
  color: #008D4E;
  text-transform: capitalize;
  border-bottom: 1px solid #D8DAE0;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .licenses-table-section .licenses-table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #008D4E #eee;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .licenses-table-section .licenses-table-wrapper::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .licenses-table-section .licenses-table-wrapper::-webkit-scrollbar-track {
  background: #eee;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .licenses-table-section .licenses-table-wrapper::-webkit-scrollbar-thumb {
  background: #008D4E;
  border-radius: 4px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .licenses-table-section .licenses-table {
  margin: 0;
  background: transparent;
  table-layout: unset !important;
  width: 100%;
  min-width: 800px;
  border-collapse: collapse;
  border-spacing: 0;
  overflow: unset;
  border: 1px solid #D8DAE0;
}
@media (max-width: 767px) {
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .licenses-table-section .licenses-table {
    border: none;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .licenses-table-section .licenses-table tr {
  background-color: transparent;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .licenses-table-section .licenses-table tr th {
  background: transparent;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.8px;
  vertical-align: middle;
  padding: 12px 16px;
  color: #008D4E;
  border-bottom: 1px solid rgb(233, 233, 233);
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .licenses-table-section .licenses-table tr th:nth-child(7) {
  width: auto;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .licenses-table-section .licenses-table tr td {
  font-family: "Inter", sans-serif;
  background-color: transparent;
  font-weight: 400;
  font-size: 14px !important;
  letter-spacing: 0;
  vertical-align: middle;
  padding: 16px;
  border-bottom: 1px solid rgb(233, 233, 233) !important;
  transition: all 0.3s ease;
  max-width: unset;
  min-width: 15rem;
  border: none;
  color: #111111;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .licenses-table-section .licenses-table tr td .license-key {
  background-color: transparent;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .licenses-table-section .licenses-table tr td.product-name strong {
  color: #111111;
  font-weight: 500;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .licenses-table-section .licenses-table tr td a {
  word-break: break-all;
  color: #008D4E;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 14px !important;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .licenses-table-section .licenses-table tr td a:hover {
  text-decoration: underline;
  color: rgb(0, 115.5, 63.8936170213);
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .licenses-table-section .licenses-table tr td .license-key-display {
  padding: 10px 14px;
  border-radius: 5px;
  font-family: "SF Mono", "Monaco", "Courier New", monospace;
  font-size: 14px;
  word-break: break-all;
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(76, 175, 80, 0.2);
  line-height: 1.5;
  background: rgba(76, 175, 80, 0.05);
  color: #008D4E;
  backdrop-filter: blur(5px);
  transition: all 0.3s ease;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .licenses-table-section .licenses-table tr td .license-key-display:hover {
  border-color: rgba(76, 175, 80, 0.4);
  background: rgba(76, 175, 80, 0.08);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(76, 175, 80, 0.15);
}
@media (max-width: 767px) {
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .licenses-table-section .licenses-table tr td .license-key-display {
    margin-top: 5px;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .licenses-table-section .licenses-table tr td .copy-license-key {
  background: #008D4E;
  color: #FFFFFF;
  border: none;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  padding: 5px 10px;
  margin-top: 5px;
  border-radius: 5px;
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 8px rgba(76, 175, 80, 0.2);
  position: relative;
  overflow: hidden;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .licenses-table-section .licenses-table tr td .copy-license-key:hover {
  background: #111111;
  color: #FFFFFF;
  box-shadow: 0 6px 20px rgba(76, 175, 80, 0.3);
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .licenses-table-section .licenses-table tr td .copy-license-key:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(76, 175, 80, 0.2);
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .licenses-table-section .licenses-table tr td:nth-last-child(1) {
  min-width: 15rem;
}
@media (max-width: 767px) {
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .licenses-table-section .licenses-table tr td::before {
    position: relative;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .licenses-table-section .licenses-table tr:hover {
  background: rgba(255, 255, 255, 0.02);
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .licenses-table-section .licenses-table tr:hover td {
  background: rgba(76, 175, 80, 0.02);
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .licenses-table-section .licenses-table tr:last-child td {
  border-bottom: none;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .licenses-table-section .licenses-table .license-actions .file-upload {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .licenses-table-section .licenses-table .license-actions .file-upload .upload-label {
  position: relative;
  display: inline-block;
  padding: 6.56px 12px;
  background: #008D4E;
  color: #FFFFFF;
  border-radius: 6px;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .licenses-table-section .licenses-table .license-actions .file-upload .upload-label:hover {
  background-color: #111111;
  color: #FFFFFF;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .licenses-table-section .licenses-table .license-actions .file-upload .upload-label input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer !important;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .licenses-table-section .licenses-table .license-actions .file-upload .file-name {
  font-size: 14px;
  color: #1A2332;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .licenses-table-section .licenses-table .license-actions .button-link.process {
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  background: transparent;
  color: #111111;
  padding: 0px;
  border: none;
  border-radius: 0px;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  margin-top: 10px;
  text-decoration: underline;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .licenses-table-section .licenses-table .license-actions .button-link.process:hover {
  opacity: 0.8;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .licenses-table-section .licenses-summary {
  padding: 15px !important;
  margin: 25px 0px 15px !important;
  background-color: #FFFFFF !important;
  border-top: 3px solid #008D4E !important;
  border-radius: 4px !important;
  overflow: hidden;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .licenses-table-section .licenses-summary p {
  font-weight: 500;
  font-size: 16px !important;
  line-height: 24px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #000000;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .licenses-table-section .licenses-summary p {
    font-size: 14px;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .licenses-table-section .licenses-summary ul {
  list-style-type: disc;
  margin: 10px 0px 0px 20px !important;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .licenses-table-section .licenses-summary ul li {
  font-size: 14px !important;
  font-weight: 400;
  color: #000000;
  margin-bottom: 5px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .licenses-table-section .licenses-summary ul li:nth-last-child(1) {
  margin-bottom: 0px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .license-generation-section {
  padding: 10px;
  background-color: #FFFFFF;
  border-color: rgba(255, 255, 255, 0.0784313725);
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .license-generation-section h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  margin-bottom: 20px;
  color: #008D4E;
  text-transform: capitalize;
  border-bottom: 1px solid #D8DAE0;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .license-generation-section .domain-uniqueness-notice {
  background-color: #fff3cd !important;
  border-color: #fff3cd !important;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .license-generation-section .domain-uniqueness-notice p {
  font-weight: 500;
  font-size: 16px !important;
  line-height: 24px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #000000;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .license-generation-section .domain-uniqueness-notice p {
    font-size: 14px;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .license-generation-section .domain-uniqueness-notice ul {
  list-style-type: disc;
  margin: 10px 0px 0px 20px !important;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .license-generation-section .domain-uniqueness-notice ul li {
  font-size: 14px !important;
  font-weight: 400;
  color: #000000;
  margin-bottom: 5px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .license-generation-section .domain-uniqueness-notice ul li:nth-last-child(1) {
  margin-bottom: 0px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .license-generation-section .license-generation-form {
  max-width: 100%;
  padding: 20px 0;
  border-radius: 4px;
  border: none;
  position: relative;
  overflow: hidden;
  background-color: transparent;
}
@media (max-width: 1024px) {
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .license-generation-section .license-generation-form {
    padding: 32px 25px;
    border-radius: 32px;
  }
}
@media (max-width: 767px) {
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .license-generation-section .license-generation-form {
    padding: 25px 0px;
    border-radius: 24px;
  }
}
@keyframes shimmer {
  0%, 100% {
    opacity: 0.5;
    transform: scale(1);
  }
  50% {
    opacity: 0.8;
    transform: scale(1.05);
  }
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .license-generation-section .license-generation-form .form-content {
  position: relative;
  z-index: 2;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .license-generation-section .license-generation-form .form-header {
  text-align: center;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .license-generation-section .license-generation-form .form-header {
    margin-bottom: 24px;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .license-generation-section .license-generation-form .form-header h4 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #F7F8F8;
  margin-bottom: 8px;
  letter-spacing: -0.5px;
}
@media (max-width: 991px) {
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .license-generation-section .license-generation-form .form-header h4 {
    font-size: 20px;
    line-height: 28px;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .license-generation-section .license-generation-form .form-header p {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #D0D0D0;
  margin: 0;
  opacity: 0.8;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .license-generation-section .license-generation-form .form-row {
  margin-bottom: 28px;
  position: relative;
}
@media (max-width: 767px) {
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .license-generation-section .license-generation-form .form-row {
    margin-bottom: 24px;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .license-generation-section .license-generation-form .form-group {
  position: relative;
  margin-bottom: 24px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .license-generation-section .license-generation-form label {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #111111 !important;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
  letter-spacing: 0;
  position: relative;
}
@media (max-width: 991px) {
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .license-generation-section .license-generation-form label {
    font-size: 14px;
    line-height: 20px;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .license-generation-section .license-generation-form small {
  font-size: 12px !important;
  font-family: "Inter", sans-serif !important;
  color: #008D4E !important;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .license-generation-section .license-generation-form input[type=text],
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .license-generation-section .license-generation-form input[type=email],
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .license-generation-section .license-generation-form input[type=url],
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .license-generation-section .license-generation-form select,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .license-generation-section .license-generation-form textarea {
  font-family: "Inter", sans-serif;
  width: 100%;
  max-width: 100% !important;
  padding: 16px 20px;
  border: 1.5px solid rgba(0, 0, 0, 0.1490196078) !important;
  border-radius: 5px !important;
  font-size: 14px !important;
  line-height: 20px;
  color: #111111;
  background: #FFFFFF;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 991px) {
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .license-generation-section .license-generation-form input[type=text],
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .license-generation-section .license-generation-form input[type=email],
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .license-generation-section .license-generation-form input[type=url],
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .license-generation-section .license-generation-form select,
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .license-generation-section .license-generation-form textarea {
    padding: 14px 18px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 12px;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .license-generation-section .license-generation-form input[type=text]:focus,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .license-generation-section .license-generation-form input[type=email]:focus,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .license-generation-section .license-generation-form input[type=url]:focus,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .license-generation-section .license-generation-form select:focus,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .license-generation-section .license-generation-form textarea:focus {
  outline: none;
  border-color: #008D4E !important;
  box-shadow: 0 0 0 4px rgba(76, 175, 80, 0.1), 0 8px 25px rgba(76, 175, 80, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.6);
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .license-generation-section .license-generation-form input[type=text]:hover,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .license-generation-section .license-generation-form input[type=email]:hover,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .license-generation-section .license-generation-form input[type=url]:hover,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .license-generation-section .license-generation-form select:hover,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .license-generation-section .license-generation-form textarea:hover {
  border-color: rgba(76, 175, 80, 0.5);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .license-generation-section .license-generation-form input[type=text]::placeholder,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .license-generation-section .license-generation-form input[type=email]::placeholder,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .license-generation-section .license-generation-form input[type=url]::placeholder,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .license-generation-section .license-generation-form select::placeholder,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .license-generation-section .license-generation-form textarea::placeholder {
  color: #111111;
  opacity: 0.3;
  font-style: italic;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .license-generation-section .license-generation-form textarea {
  min-height: 120px;
  resize: vertical;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .license-generation-section .license-generation-form select {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3csvg fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 16px center;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-right: 48px;
  max-width: 100% !important;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .license-generation-section .license-generation-form .form-actions {
  margin-top: 32px;
  text-align: center;
}
@media (max-width: 767px) {
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .license-generation-section .license-generation-form .form-actions {
    margin-top: 28px;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .license-generation-section .license-generation-form #generate-license-btn {
  font-family: "Inter", sans-serif;
  background: #008D4E;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  padding: 12px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  letter-spacing: 0;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  min-width: 180px;
}
@media (max-width: 1024px) {
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .license-generation-section .license-generation-form #generate-license-btn {
    font-size: 15px;
    padding: 16px 28px;
    gap: 6px;
    border-radius: 14px;
  }
}
@media (max-width: 991px) {
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .license-generation-section .license-generation-form #generate-license-btn {
    font-size: 14px;
    padding: 15px 26px;
    gap: 5px;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .license-generation-section .license-generation-form #generate-license-btn {
    font-size: 14px;
    padding: 14px 24px;
    border-radius: 12px;
  }
}
@media (max-width: 575px) {
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .license-generation-section .license-generation-form #generate-license-btn {
    font-size: 13px;
    padding: 13px 20px;
    width: 100%;
    border-radius: 12px;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .license-generation-section .license-generation-form #generate-license-btn:hover {
  background: #111111;
  color: #FFFFFF;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .license-generation-section .license-generation-form #generate-license-btn:active {
  transform: translateY(-1px) scale(1.005);
  box-shadow: 0 6px 20px rgba(76, 175, 80, 0.3), 0 3px 8px rgba(76, 175, 80, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .license-generation-section .license-generation-form #generate-license-btn:focus {
  outline: none;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .license-generation-section .license-generation-form #generate-license-btn svg {
  width: 18px;
  height: 18px;
  object-fit: contain;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .license-generation-section .license-generation-form #generate-license-btn svg {
    width: 16px;
    height: 16px;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses .license-generation-section .license-generation-form #generate-license-btn .btn-text {
  position: relative;
  z-index: 1;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-account-licenses hr {
  border-color: rgba(255, 255, 255, 0.0784313725);
}
.woocommerce-account #toast-container {
  position: fixed;
  top: 32px;
  right: 20px;
  z-index: 9999;
  background-color: #ffffff;
}
.woocommerce-account #toast-container .wcstl-toast.wcstl-toast-error {
  border-color: rgb(239, 68, 68);
}
.woocommerce-account #toast-container .wcstl-toast.wcstl-toast-success {
  border-color: #008D4E;
}
.woocommerce-account #toast-container .wcstl-toast .custom__toast-icon {
  width: 13px !important;
  height: 13px !important;
}
.woocommerce-account #toast-container .wcstl-toast .custom__toast-icon svg, .woocommerce-account #toast-container .wcstl-toast .custom__toast-icon img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}
.woocommerce-account #toast-container .wcstl-toast span {
  font-size: 14px !important;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: #000000;
}

.woocommerce-orders .woocommerce-MyAccount-content .woocommerce-info {
  font-weight: 500;
  font-size: 15.63px;
  line-height: 24px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #000000;
  background-color: #FFFFFF;
  border-top: 3px solid #008D4E;
  border-radius: 4px;
  overflow: hidden;
}
.woocommerce-orders .woocommerce-MyAccount-content .woocommerce-info::before {
  color: #008D4E;
}
.woocommerce-orders .woocommerce-MyAccount-content .woocommerce-info button,
.woocommerce-orders .woocommerce-MyAccount-content .woocommerce-info a {
  background-color: #008D4E;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border: 1px solid #008D4E;
}
.woocommerce-orders .woocommerce-MyAccount-content .woocommerce-info button:hover,
.woocommerce-orders .woocommerce-MyAccount-content .woocommerce-info a:hover {
  background-color: #FFFFFF;
  color: #008D4E;
}
.woocommerce-orders .woocommerce-MyAccount-content .woocommerce-orders-table {
  background-color: transparent;
  border: 1px solid #D8DAE0;
  margin: 0px;
  border-collapse: collapse;
}
.woocommerce-orders .woocommerce-MyAccount-content .woocommerce-orders-table thead tr th {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #008D4E;
  padding: 9px 12px;
  border-bottom-color: #D8DAE0;
}
.woocommerce-orders .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr th {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  vertical-align: middle;
  padding: 9px 12px;
  border-top: 1px solid #D8DAE0;
}
.woocommerce-orders .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr th a {
  color: #008D4E;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.woocommerce-orders .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr th a:hover {
  color: #111111;
}
.woocommerce-orders .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  vertical-align: middle;
  padding: 9px 12px;
  color: #111111;
  border-top: 1px solid #D8DAE0;
}
.woocommerce-orders .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td a {
  border: none;
  background-color: #008D4E;
  color: #FFFFFF;
  padding: 0.5px 20px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 32px;
  border-radius: 5px;
  display: inline-flex;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.woocommerce-orders .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td a:hover {
  background-color: #111111;
  color: #FFFFFF;
}

.woocommerce-view-order .woocommerce-MyAccount-content p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #111111;
  margin-bottom: 10px;
}
.woocommerce-view-order .woocommerce-MyAccount-content p:nth-last-child(1) {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .woocommerce-view-order .woocommerce-MyAccount-content p {
    font-size: 14px;
    line-height: 20px;
  }
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-downloads h2 {
  font-weight: 800;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #1A2332;
  text-transform: capitalize;
  margin: 20px 0;
}
@media (max-width: 767px) {
  .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-downloads h2 {
    font-size: 22px;
  }
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-downloads .woocommerce-table--order-downloads {
  background-color: rgba(0, 0, 0, 0.1019607843);
  border: none;
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-downloads .woocommerce-table--order-downloads thead tr th {
  font-weight: 500;
  font-size: 14px !important;
  line-height: 24px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #008D4E;
  padding: 9px 12px !important;
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-downloads .woocommerce-table--order-downloads tbody tr td {
  font-weight: 500;
  font-size: 14px !important;
  line-height: 24px;
  letter-spacing: 0;
  vertical-align: middle;
  padding: 9px 12px !important;
  color: #D0D0D0;
  border-top: 1px solid rgba(255, 255, 255, 0.0784313725);
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-downloads .woocommerce-table--order-downloads tbody tr td a {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #008D4E;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-downloads .woocommerce-table--order-downloads tbody tr td a:hover {
  color: #FFFFFF;
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-downloads .woocommerce-table--order-downloads tbody tr td:nth-last-child(1) a {
  background-color: #008D4E;
  border: none;
  padding: 0.5px 20px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 32px;
  border-radius: 8px;
  display: inline-flex;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-downloads .woocommerce-table--order-downloads tbody tr td:nth-last-child(1) a:hover {
  background-color: #FFFFFF;
  color: #008D4E;
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details h2 {
  font-weight: 800;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #1A2332;
  text-transform: capitalize;
  margin: 20px 0;
}
@media (max-width: 767px) {
  .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details h2 {
    font-size: 22px;
  }
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table {
  background-color: transparent;
  border: 1px solid #D8DAE0;
  margin: 0px;
  border-collapse: collapse;
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table thead tr th {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #008D4E;
  padding: 9px 12px !important;
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tbody tr th,
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tfoot tr th {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #111111;
  border-top: 1px solid #D8DAE0;
  padding: 9px 12px !important;
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tbody tr th a,
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tfoot tr th a {
  color: #111111;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tbody tr th a:hover,
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tfoot tr th a:hover {
  color: rgb(0, 115.5, 63.8936170213);
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tbody tr td,
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tfoot tr td {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  vertical-align: middle;
  padding: 9px 12px !important;
  color: #111111;
  border-top: 1px solid #D8DAE0;
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tbody tr td a,
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tfoot tr td a {
  color: #111111;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tbody tr td a:hover,
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tfoot tr td a:hover {
  color: #008D4E;
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tbody tr td strong,
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tfoot tr td strong {
  color: #111111;
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-customer-details h2 {
  font-weight: 800;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #1A2332;
  text-transform: capitalize;
  margin: 20px 0;
}
@media (max-width: 767px) {
  .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-customer-details h2 {
    font-size: 22px;
  }
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-customer-details address {
  border-color: #D8DAE0;
  font-size: 14px;
  line-height: 24px;
  color: #111111;
  padding: 10px 15px;
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-customer-details address p {
  font-size: 14px;
  line-height: 20px;
  color: #111111;
}

.contact__title {
  padding: 70px 0px 35px 0px;
}
@media (max-width: 1024px) {
  .contact__title {
    padding: 40px 0px 20px 0px;
  }
}
@media (max-width: 767px) {
  .contact__title {
    padding: 30px 0px 15px 0px;
  }
}
.contact__title-wrapper {
  text-align: center;
}
.contact__title-wrapper h1 {
  font-size: 64px;
  line-height: normal;
  letter-spacing: 0px;
  font-weight: 700;
  color: #1A2332;
  margin-bottom: 0px;
  letter-spacing: 0px;
}
@media (max-width: 1200px) {
  .contact__title-wrapper h1 {
    font-size: 48px;
  }
}
@media (max-width: 991px) {
  .contact__title-wrapper h1 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .contact__title-wrapper h1 {
    font-size: 30px;
  }
}
.contact__title-wrapper p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #111111;
  margin-top: 18px;
  letter-spacing: 0px;
  padding: 0px;
}
@media (max-width: 1200px) {
  .contact__title-wrapper p {
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  .contact__title-wrapper p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .contact__title-wrapper p {
    margin-top: 10px;
  }
}

.contact__wrapper {
  padding: 35px 0px 70px;
}
@media (max-width: 1024px) {
  .contact__wrapper {
    padding: 20px 0px 40px 0px;
  }
}
.contact__wrapper-row {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
}
.contact__wrapper-col {
  width: calc(50% - 15px);
}
@media (max-width: 991px) {
  .contact__wrapper-col {
    width: 100%;
  }
}
.contact__wrapper .contact__info h2 {
  font-weight: 800;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 0px;
  color: #111111;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .contact__wrapper .contact__info h2 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .contact__wrapper .contact__info h2 {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 26px;
  }
}
.contact__wrapper .contact__info ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .contact__wrapper .contact__info ul {
    margin-bottom: 20px;
  }
}
.contact__wrapper .contact__info ul li {
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .contact__wrapper .contact__info ul li {
    margin-bottom: 15px;
  }
}
.contact__wrapper .contact__info ul li:nth-last-child(1) {
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .contact__wrapper .contact__info ul li {
    margin-bottom: 10px;
  }
}
.contact__wrapper .contact__info ul li a {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  line-height: normal;
  color: #111111;
  font-weight: 400;
  display: inline-flex;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .contact__wrapper .contact__info ul li a {
    font-size: 14px;
    padding-left: 24px;
  }
}
.contact__wrapper .contact__info ul li a svg {
  width: 20px;
  height: 20px;
  fill: #111111;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .contact__wrapper .contact__info ul li a svg {
    width: 16px;
    height: 16px;
  }
}
.contact__wrapper .contact__info ul li a:hover {
  color: #008D4E;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contact__wrapper .contact__info ul li a:hover svg {
  fill: #008D4E;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contact__wrapper .contact__info .contact__map {
  width: 100%;
  height: 271px;
  border-radius: 5px;
  overflow: hidden;
  background-color: #FFFFFF;
  display: flex;
}
.contact__wrapper .contact__info .contact__map iframe, .contact__wrapper .contact__info .contact__map img, .contact__wrapper .contact__info .contact__map video, .contact__wrapper .contact__info .contact__map svg {
  width: 100%;
  height: 100%;
}
.contact__wrapper .contact__form {
  border: 1px solid rgba(255, 255, 255, 0.0509803922);
  background: #ededed;
  padding: 30px 30px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .contact__wrapper .contact__form {
    padding: 30px 20px;
  }
}
.contact__wrapper .contact__form .contact__form-row {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0px -10px;
  row-gap: 15px;
}
.contact__wrapper .contact__form .contact__form-row .contact__form-col6 {
  width: 50%;
  padding: 0px 10px;
}
@media (max-width: 767px) {
  .contact__wrapper .contact__form .contact__form-row .contact__form-col6 {
    width: 100%;
  }
}
.contact__wrapper .contact__form .contact__form-row .contact__form-col12 {
  width: 100%;
  padding: 0px 10px;
}
.contact__wrapper .contact__form .contact__form-field label {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #1A2332;
  font-weight: 400;
  display: block;
  margin-bottom: 0px;
  letter-spacing: 0px;
  position: relative;
}
@media (max-width: 991px) {
  .contact__wrapper .contact__form .contact__form-field label {
    font-size: 14px;
    line-height: 18px;
  }
}
.contact__wrapper .contact__form .contact__form-field input,
.contact__wrapper .contact__form .contact__form-field select,
.contact__wrapper .contact__form .contact__form-field textarea {
  font-family: "Inter", sans-serif;
  width: 100%;
  max-width: 100% !important;
  padding: 10px 18px;
  border: 1.5px solid #D8DAE0 !important;
  border-radius: 5px;
  font-size: 14px;
  line-height: 22px;
  color: #111111;
  background: #FFFFFF;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-sizing: border-box;
  position: relative;
  margin-top: 8px;
}
@media (max-width: 991px) {
  .contact__wrapper .contact__form .contact__form-field input,
  .contact__wrapper .contact__form .contact__form-field select,
  .contact__wrapper .contact__form .contact__form-field textarea {
    padding: 14px 18px;
    font-size: 14px;
    line-height: 20px;
  }
}
.contact__wrapper .contact__form .contact__form-field input:focus,
.contact__wrapper .contact__form .contact__form-field select:focus,
.contact__wrapper .contact__form .contact__form-field textarea:focus {
  outline: none;
  border-color: #008D4E !important;
  box-shadow: 0 0 0 4px rgba(76, 175, 80, 0.1), 0 8px 25px rgba(76, 175, 80, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.6);
}
.contact__wrapper .contact__form .contact__form-field input:hover,
.contact__wrapper .contact__form .contact__form-field select:hover,
.contact__wrapper .contact__form .contact__form-field textarea:hover {
  border-color: rgba(76, 175, 80, 0.5);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}
.contact__wrapper .contact__form .contact__form-field input::placeholder,
.contact__wrapper .contact__form .contact__form-field select::placeholder,
.contact__wrapper .contact__form .contact__form-field textarea::placeholder {
  color: #D0D0D0;
  opacity: 0.6;
  font-style: italic;
}
.contact__wrapper .contact__form .contact__form-field textarea {
  min-height: 124px;
  max-height: 124px;
  resize: vertical;
}
.contact__wrapper .contact__form .contact__form-field .wpcf7-not-valid-tip {
  font-size: 12px;
  font-style: italic;
  margin-top: 2px;
  letter-spacing: 0.4px;
}
.contact__wrapper .contact__form .wpcf7-response-output {
  margin: 0px !important;
  margin-top: 20px !important;
  font-size: 14px;
  padding: 6px 10px;
}
.contact__wrapper .contact__form .form__submit-btn {
  margin-top: 20px;
}
.contact__wrapper .contact__form .form__submit-btn p {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.contact__wrapper .contact__form .form__submit-btn .wpcf7-submit {
  border: none;
  background-color: #008D4E;
  padding: 12px 40px;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 19px;
  border-radius: 5px;
  display: inline-flex;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .contact__wrapper .contact__form .form__submit-btn .wpcf7-submit {
    font-size: 14px;
    padding: 8px 35px;
  }
}
.contact__wrapper .contact__form .form__submit-btn .wpcf7-submit:hover {
  background-color: #111111;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contact__wrapper .contact__form .form__submit-btn .wpcf7-spinner {
  background-color: #008D4E;
}

.woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-info {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #000000;
  background-color: #FFFFFF;
  border-top: 3px solid #008D4E;
  border-radius: 4px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-info {
    font-size: 14px;
    line-height: 20px;
  }
}
.woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-info::before {
  color: #008D4E;
}
.woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-info button,
.woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-info a {
  background-color: #008D4E;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border: 1px solid #008D4E;
}
.woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-info button:hover,
.woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-info a:hover {
  background-color: #FFFFFF;
  color: #008D4E;
}
.woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-order-downloads .woocommerce-table--order-downloads {
  background-color: transparent;
  border: 1px solid #D8DAE0;
  margin: 0px;
  border-collapse: collapse;
}
.woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-order-downloads .woocommerce-table--order-downloads thead tr th {
  font-weight: 500;
  font-size: 14px !important;
  line-height: 24px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #008D4E;
  padding: 9px 12px !important;
}
.woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-order-downloads .woocommerce-table--order-downloads tbody tr td {
  font-weight: 500;
  font-size: 14px !important;
  line-height: 24px;
  letter-spacing: 0;
  vertical-align: middle;
  padding: 9px 12px !important;
  color: #D0D0D0;
  border-top: 1px solid #D8DAE0;
}
.woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-order-downloads .woocommerce-table--order-downloads tbody tr td a {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #008D4E;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-order-downloads .woocommerce-table--order-downloads tbody tr td a:hover {
  color: #111111;
}
.woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-order-downloads .woocommerce-table--order-downloads tbody tr td:nth-last-child(1) a {
  background-color: #008D4E;
  border: none;
  padding: 0.5px 20px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 32px;
  border-radius: 8px;
  display: inline-flex;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-order-downloads .woocommerce-table--order-downloads tbody tr td:nth-last-child(1) a:hover {
  background-color: #111111;
  color: #FFFFFF;
}

.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-message {
  padding: 0.75em 2em 0.75em 3.5em;
  margin-bottom: 10px;
  background-color: #FFFFFF;
  border-top: 3px solid #008D4E;
  border-radius: 4px;
  overflow: hidden;
}
.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-message::before {
  top: 11px;
  color: #008D4E;
}
.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-message p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #000000;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-message p {
    font-size: 14px;
    line-height: 20px;
  }
}
.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-message p button,
.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-message p a {
  background-color: #008D4E;
  color: #FFFFFF;
  margin-top: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border: 1px solid #008D4E;
}
.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-message p button:hover,
.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-message p a:hover {
  background-color: #FFFFFF;
  color: #008D4E;
}
.woocommerce-edit-address .woocommerce-MyAccount-content p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #111111;
  margin-bottom: 20px;
}
.woocommerce-edit-address .woocommerce-MyAccount-content p:nth-last-child(1) {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .woocommerce-edit-address .woocommerce-MyAccount-content p {
    font-size: 14px;
    line-height: 20px;
  }
}
.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
  padding: 15px;
  border-radius: 5px;
  background-color: transparent;
  border: 1px solid #D8DAE0;
}
@media (max-width: 768px) {
  .woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address:first-child {
    margin-bottom: 15px;
  }
}
.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title {
  margin-bottom: 20px;
}
.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title h2 {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  margin-bottom: 10px;
  color: #1A2332;
  text-transform: capitalize;
}
.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title a {
  float: left;
  font-size: 12px;
  font-weight: 700;
  color: #008D4E;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title a:hover {
  color: #111111;
  text-decoration: underline;
}
.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address address {
  font-size: 14px;
  line-height: 20px;
  color: #111111;
}
.woocommerce-edit-address .woocommerce-MyAccount-content form h2 {
  font-weight: 800;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #1A2332;
  text-transform: capitalize;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .woocommerce-edit-address .woocommerce-MyAccount-content form h2 {
    font-size: 22px;
  }
}
.woocommerce-edit-address .woocommerce-MyAccount-content form .form-content {
  position: relative;
  z-index: 2;
}
.woocommerce-edit-address .woocommerce-MyAccount-content form .form-row {
  margin-bottom: 20px;
  position: relative;
  padding: 0;
}
@media (max-width: 767px) {
  .woocommerce-edit-address .woocommerce-MyAccount-content form .form-row {
    margin-bottom: 24px;
  }
}
.woocommerce-edit-address .woocommerce-MyAccount-content form .form-group {
  position: relative;
  margin-bottom: 24px;
}
.woocommerce-edit-address .woocommerce-MyAccount-content form label {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #111111 !important;
  font-weight: 500;
  display: block;
  margin-bottom: 8px;
  letter-spacing: 0;
  position: relative;
}
@media (max-width: 991px) {
  .woocommerce-edit-address .woocommerce-MyAccount-content form label {
    font-size: 14px;
    line-height: 20px;
  }
}
.woocommerce-edit-address .woocommerce-MyAccount-content form small {
  font-size: 12px !important;
  font-family: "Inter", sans-serif !important;
  color: #D0D0D0 !important;
}
.woocommerce-edit-address .woocommerce-MyAccount-content form input[type=text],
.woocommerce-edit-address .woocommerce-MyAccount-content form input[type=email],
.woocommerce-edit-address .woocommerce-MyAccount-content form input[type=url],
.woocommerce-edit-address .woocommerce-MyAccount-content form input[type=tel],
.woocommerce-edit-address .woocommerce-MyAccount-content form select,
.woocommerce-edit-address .woocommerce-MyAccount-content form textarea {
  font-family: "Inter", sans-serif;
  width: 100%;
  max-width: 100% !important;
  padding: 10px 18px;
  border: 1.5px solid rgba(0, 0, 0, 0.1490196078) !important;
  border-radius: 5px;
  font-size: 14px !important;
  line-height: 22px;
  color: #111111;
  background: #FFFFFF;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 991px) {
  .woocommerce-edit-address .woocommerce-MyAccount-content form input[type=text],
  .woocommerce-edit-address .woocommerce-MyAccount-content form input[type=email],
  .woocommerce-edit-address .woocommerce-MyAccount-content form input[type=url],
  .woocommerce-edit-address .woocommerce-MyAccount-content form input[type=tel],
  .woocommerce-edit-address .woocommerce-MyAccount-content form select,
  .woocommerce-edit-address .woocommerce-MyAccount-content form textarea {
    font-size: 14px;
    line-height: 20px;
  }
}
.woocommerce-edit-address .woocommerce-MyAccount-content form input[type=text]:focus,
.woocommerce-edit-address .woocommerce-MyAccount-content form input[type=email]:focus,
.woocommerce-edit-address .woocommerce-MyAccount-content form input[type=url]:focus,
.woocommerce-edit-address .woocommerce-MyAccount-content form input[type=tel]:focus,
.woocommerce-edit-address .woocommerce-MyAccount-content form select:focus,
.woocommerce-edit-address .woocommerce-MyAccount-content form textarea:focus {
  outline: none;
  border-color: #008D4E !important;
  box-shadow: 0 0 0 4px rgba(76, 175, 80, 0.1), 0 8px 25px rgba(76, 175, 80, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.6);
}
.woocommerce-edit-address .woocommerce-MyAccount-content form input[type=text]:hover,
.woocommerce-edit-address .woocommerce-MyAccount-content form input[type=email]:hover,
.woocommerce-edit-address .woocommerce-MyAccount-content form input[type=url]:hover,
.woocommerce-edit-address .woocommerce-MyAccount-content form input[type=tel]:hover,
.woocommerce-edit-address .woocommerce-MyAccount-content form select:hover,
.woocommerce-edit-address .woocommerce-MyAccount-content form textarea:hover {
  border-color: rgba(76, 175, 80, 0.5);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}
.woocommerce-edit-address .woocommerce-MyAccount-content form input[type=text]::placeholder,
.woocommerce-edit-address .woocommerce-MyAccount-content form input[type=email]::placeholder,
.woocommerce-edit-address .woocommerce-MyAccount-content form input[type=url]::placeholder,
.woocommerce-edit-address .woocommerce-MyAccount-content form input[type=tel]::placeholder,
.woocommerce-edit-address .woocommerce-MyAccount-content form select::placeholder,
.woocommerce-edit-address .woocommerce-MyAccount-content form textarea::placeholder {
  color: #111111;
  opacity: 0.3;
  font-style: italic;
}
.woocommerce-edit-address .woocommerce-MyAccount-content form textarea {
  min-height: 120px;
  resize: vertical;
}
.woocommerce-edit-address .woocommerce-MyAccount-content form select {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3csvg fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 16px center;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-right: 48px;
  max-width: 100% !important;
}
.woocommerce-edit-address .woocommerce-MyAccount-content form .select2-selection__rendered {
  padding: 10px 18px;
  font-size: 14px !important;
  line-height: 22px;
  font-family: "Inter", sans-serif;
  border-radius: 5px;
  color: #111111;
  background: #FFFFFF;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  outline: none;
}
.woocommerce-edit-address .woocommerce-MyAccount-content form .select2-selection {
  border: 1.5px solid rgba(0, 0, 0, 0.1019607843) !important;
  background-color: transparent !important;
}
.woocommerce-edit-address .woocommerce-MyAccount-content form .select2-selection__arrow b {
  width: 20px;
  height: 20px;
  left: -10px;
  background: url(data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.29289%208.79289C6.68342%208.40237%207.31658%208.40237%207.70711%208.79289L12%2013.0858L16.2929%208.79289C16.6834%208.40237%2017.3166%208.40237%2017.7071%208.79289C18.0976%209.18342%2018.0976%209.81658%2017.7071%2010.2071L12.7071%2015.2071C12.3166%2015.5976%2011.6834%2015.5976%2011.2929%2015.2071L6.29289%2010.2071C5.90237%209.81658%205.90237%209.18342%206.29289%208.79289Z%22%20fill%3D%22%23ffffff%22%3E%3C/path%3E%3C/svg%3E) !important;
}
.woocommerce-edit-address .woocommerce-MyAccount-content form button {
  border: none;
  background-color: #008D4E;
  padding: 12px 30px;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 19px;
  border-radius: 5px;
  display: inline-flex;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .woocommerce-edit-address .woocommerce-MyAccount-content form button {
    font-size: 14px;
  }
}
.woocommerce-edit-address .woocommerce-MyAccount-content form button:hover {
  background-color: #111111;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.wp-block-woocommerce-cart {
  padding: 70px 0px;
}
@media (min-width: 1921px) {
  .wp-block-woocommerce-cart {
    padding: 100px 0px;
  }
}
@media (max-width: 1024px) {
  .wp-block-woocommerce-cart {
    padding: 50px 0px;
  }
}
.wp-block-woocommerce-cart .wp-block-heading {
  font-size: 22px;
  text-transform: capitalize;
  letter-spacing: 1.1px;
}
@media (min-width: 1921px) {
  .wp-block-woocommerce-cart .wp-block-heading {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .wp-block-woocommerce-cart .wp-block-heading {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .wp-block-woocommerce-cart .wp-block-heading {
    font-size: 16px;
  }
}
.wp-block-woocommerce-cart .wp-block-product-new {
  display: none;
}
.wp-block-woocommerce-cart .wp-block-separator {
  display: none;
}
.wp-block-woocommerce-cart .wp-block-separator ~ h2 {
  display: none;
}
.wp-block-woocommerce-cart .wc-block-cart {
  margin-bottom: 0px;
}
.wp-block-woocommerce-cart .wc-block-cart__main .wc-block-cart-items {
  border-bottom-color: #D8DAE0;
}
.wp-block-woocommerce-cart .wc-block-cart__main .wc-block-cart-items td {
  border-top-color: #D8DAE0;
}
.wp-block-woocommerce-cart .wc-block-cart__main .wc-block-cart-items .wc-block-cart-items__header th span {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #008D4E;
}
.wp-block-woocommerce-cart .wc-block-cart__main .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
  border-radius: 8px;
  overflow: hidden;
}
.wp-block-woocommerce-cart .wc-block-cart__main .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-components-product-name {
  color: #008D4E;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.wp-block-woocommerce-cart .wc-block-cart__main .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-components-product-name:hover {
  text-decoration: underline;
}
.wp-block-woocommerce-cart .wc-block-cart__main .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__prices {
  margin-bottom: 5px;
}
.wp-block-woocommerce-cart .wc-block-cart__main .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__prices .price {
  font-weight: 700;
  line-height: normal;
}
.wp-block-woocommerce-cart .wc-block-cart__main .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__prices .price del {
  opacity: 0.6;
}
.wp-block-woocommerce-cart .wc-block-cart__main .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .price {
  font-weight: 700;
  line-height: normal;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block {
  border-bottom-color: #D8DAE0;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-coupon-form-block {
  border-top-color: #D8DAE0;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-wrapper {
  border-top-color: #D8DAE0;
}

.woocommerce-payment-methods .woocommerce-MyAccount-content .woocommerce-MyAccount-paymentMethods {
  background-color: transparent;
  border: 1px solid #D8DAE0;
  border-collapse: collapse;
}
.woocommerce-payment-methods .woocommerce-MyAccount-content .woocommerce-MyAccount-paymentMethods thead tr th {
  font-weight: 500;
  font-size: 14px !important;
  line-height: 24px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #008D4E;
  padding: 9px 12px !important;
}
.woocommerce-payment-methods .woocommerce-MyAccount-content .woocommerce-MyAccount-paymentMethods tbody tr td {
  font-weight: 500;
  font-size: 14px !important;
  line-height: 24px;
  letter-spacing: 0;
  vertical-align: middle;
  padding: 9px 12px !important;
  color: #111111;
  border-top: 1px solid #D8DAE0;
}
.woocommerce-payment-methods .woocommerce-MyAccount-content .woocommerce-MyAccount-paymentMethods tbody tr td a {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #008D4E;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.woocommerce-payment-methods .woocommerce-MyAccount-content .woocommerce-MyAccount-paymentMethods tbody tr td a:hover {
  color: #111111;
}
.woocommerce-payment-methods .woocommerce-MyAccount-content .woocommerce-MyAccount-paymentMethods tbody tr td:nth-last-child(1) a {
  background-color: #008D4E;
  border: none;
  padding: 0.5px 20px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 32px;
  border-radius: 8px;
  display: inline-flex;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.woocommerce-payment-methods .woocommerce-MyAccount-content .woocommerce-MyAccount-paymentMethods tbody tr td:nth-last-child(1) a:hover {
  background-color: #111111;
  color: #FFFFFF;
}
.woocommerce-payment-methods .woocommerce-MyAccount-content button,
.woocommerce-payment-methods .woocommerce-MyAccount-content a {
  border: none;
  background-color: #008D4E;
  padding: 0.5px 16px;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 32px;
  border-radius: 8px;
  display: inline-flex;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .woocommerce-payment-methods .woocommerce-MyAccount-content button,
  .woocommerce-payment-methods .woocommerce-MyAccount-content a {
    font-size: 12px;
  }
}
.woocommerce-payment-methods .woocommerce-MyAccount-content button:hover,
.woocommerce-payment-methods .woocommerce-MyAccount-content a:hover {
  background-color: #111111;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.woocommerce-add-payment-method .woocommerce-MyAccount-content #add_payment_method .woocommerce-Payment {
  background-color: transparent !important;
}
.woocommerce-add-payment-method .woocommerce-MyAccount-content #add_payment_method .woocommerce-Payment .payment_methods .woocommerce-PaymentMethod label {
  color: #111111;
}
.woocommerce-add-payment-method .woocommerce-MyAccount-content #add_payment_method .woocommerce-Payment .payment_methods .woocommerce-PaymentMethod .payment_box {
  background-color: rgba(205, 205, 205, 0.3) !important;
}
.woocommerce-add-payment-method .woocommerce-MyAccount-content #add_payment_method .woocommerce-Payment .payment_methods .woocommerce-PaymentMethod .payment_box .testmode-info {
  color: #111111;
  font-size: 14px !important;
  margin-bottom: 20px;
}
.woocommerce-add-payment-method .woocommerce-MyAccount-content #add_payment_method .woocommerce-Payment .payment_methods .woocommerce-PaymentMethod .payment_box .testmode-info a {
  color: #008D4E;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.woocommerce-add-payment-method .woocommerce-MyAccount-content #add_payment_method .woocommerce-Payment .payment_methods .woocommerce-PaymentMethod .payment_box .testmode-info a:hover {
  text-decoration: underline;
  color: rgb(0, 115.5, 63.8936170213);
}
.woocommerce-add-payment-method .woocommerce-MyAccount-content #add_payment_method .woocommerce-Payment .payment_methods .woocommerce-PaymentMethod .payment_box::before {
  top: -0.89em !important;
  border-bottom-color: rgba(205, 205, 205, 0.3) !important;
}
.woocommerce-add-payment-method .woocommerce-MyAccount-content #add_payment_method .woocommerce-Payment .payment_methods .woocommerce-PaymentMethod .payment_box .wc-payment-form {
  border: none !important;
  border-radius: 0px;
}
.woocommerce-add-payment-method .woocommerce-MyAccount-content #add_payment_method .woocommerce-Payment .payment_methods .woocommerce-PaymentMethod .payment_box .wc-payment-form input[type=text],
.woocommerce-add-payment-method .woocommerce-MyAccount-content #add_payment_method .woocommerce-Payment .payment_methods .woocommerce-PaymentMethod .payment_box .wc-payment-form input[type=email],
.woocommerce-add-payment-method .woocommerce-MyAccount-content #add_payment_method .woocommerce-Payment .payment_methods .woocommerce-PaymentMethod .payment_box .wc-payment-form input[type=url],
.woocommerce-add-payment-method .woocommerce-MyAccount-content #add_payment_method .woocommerce-Payment .payment_methods .woocommerce-PaymentMethod .payment_box .wc-payment-form input[type=tel] {
  font-family: "Inter", sans-serif;
  width: 100%;
  max-width: 100% !important;
  padding: 12px 20px;
  border: 1.5px solid rgba(0, 0, 0, 0.1490196078) !important;
  border-radius: 4px;
  font-size: 15px !important;
  line-height: 22px;
  color: #111111 !important;
  background-color: #FFFFFF !important;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 991px) {
  .woocommerce-add-payment-method .woocommerce-MyAccount-content #add_payment_method .woocommerce-Payment .payment_methods .woocommerce-PaymentMethod .payment_box .wc-payment-form input[type=text],
  .woocommerce-add-payment-method .woocommerce-MyAccount-content #add_payment_method .woocommerce-Payment .payment_methods .woocommerce-PaymentMethod .payment_box .wc-payment-form input[type=email],
  .woocommerce-add-payment-method .woocommerce-MyAccount-content #add_payment_method .woocommerce-Payment .payment_methods .woocommerce-PaymentMethod .payment_box .wc-payment-form input[type=url],
  .woocommerce-add-payment-method .woocommerce-MyAccount-content #add_payment_method .woocommerce-Payment .payment_methods .woocommerce-PaymentMethod .payment_box .wc-payment-form input[type=tel] {
    padding: 14px 18px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 12px;
  }
}
.woocommerce-add-payment-method .woocommerce-MyAccount-content #add_payment_method .woocommerce-Payment .payment_methods .woocommerce-PaymentMethod .payment_box .wc-payment-form input[type=text]:focus,
.woocommerce-add-payment-method .woocommerce-MyAccount-content #add_payment_method .woocommerce-Payment .payment_methods .woocommerce-PaymentMethod .payment_box .wc-payment-form input[type=email]:focus,
.woocommerce-add-payment-method .woocommerce-MyAccount-content #add_payment_method .woocommerce-Payment .payment_methods .woocommerce-PaymentMethod .payment_box .wc-payment-form input[type=url]:focus,
.woocommerce-add-payment-method .woocommerce-MyAccount-content #add_payment_method .woocommerce-Payment .payment_methods .woocommerce-PaymentMethod .payment_box .wc-payment-form input[type=tel]:focus {
  outline: none;
  border-color: #008D4E !important;
}
.woocommerce-add-payment-method .woocommerce-MyAccount-content #add_payment_method .woocommerce-Payment .payment_methods .woocommerce-PaymentMethod .payment_box .wc-payment-form input[type=text]:hover,
.woocommerce-add-payment-method .woocommerce-MyAccount-content #add_payment_method .woocommerce-Payment .payment_methods .woocommerce-PaymentMethod .payment_box .wc-payment-form input[type=email]:hover,
.woocommerce-add-payment-method .woocommerce-MyAccount-content #add_payment_method .woocommerce-Payment .payment_methods .woocommerce-PaymentMethod .payment_box .wc-payment-form input[type=url]:hover,
.woocommerce-add-payment-method .woocommerce-MyAccount-content #add_payment_method .woocommerce-Payment .payment_methods .woocommerce-PaymentMethod .payment_box .wc-payment-form input[type=tel]:hover {
  border-color: #008D4E;
}
.woocommerce-add-payment-method .woocommerce-MyAccount-content #add_payment_method .woocommerce-Payment .payment_methods .woocommerce-PaymentMethod .payment_box .wc-payment-form input[type=text]::placeholder,
.woocommerce-add-payment-method .woocommerce-MyAccount-content #add_payment_method .woocommerce-Payment .payment_methods .woocommerce-PaymentMethod .payment_box .wc-payment-form input[type=email]::placeholder,
.woocommerce-add-payment-method .woocommerce-MyAccount-content #add_payment_method .woocommerce-Payment .payment_methods .woocommerce-PaymentMethod .payment_box .wc-payment-form input[type=url]::placeholder,
.woocommerce-add-payment-method .woocommerce-MyAccount-content #add_payment_method .woocommerce-Payment .payment_methods .woocommerce-PaymentMethod .payment_box .wc-payment-form input[type=tel]::placeholder {
  color: #D0D0D0;
  opacity: 0.6;
  font-style: italic;
}
.woocommerce-add-payment-method .woocommerce-MyAccount-content #add_payment_method .woocommerce-Button {
  border: none;
  background-color: #008D4E !important;
  padding: 0.5px 16px;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 32px;
  border-radius: 8px;
  display: inline-flex;
  color: #FFFFFF !important;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
  justify-content: center;
}
@media (max-width: 575px) {
  .woocommerce-add-payment-method .woocommerce-MyAccount-content #add_payment_method .woocommerce-Button {
    font-size: 12px;
  }
}
.woocommerce-add-payment-method .woocommerce-MyAccount-content #add_payment_method .woocommerce-Button:hover {
  background-color: #111111 !important;
  color: #FFFFFF !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-content {
  position: relative;
  z-index: 2;
}
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row {
  margin-bottom: 20px;
  position: relative;
  padding: 0px;
}
@media (max-width: 767px) {
  .woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row {
    margin-bottom: 24px;
  }
}
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-group {
  position: relative;
  margin-bottom: 24px;
}
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm label {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #111111 !important;
  font-weight: 500;
  display: block;
  margin-bottom: 8px;
  letter-spacing: 0;
  position: relative;
}
@media (max-width: 991px) {
  .woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm label {
    font-size: 14px;
    line-height: 20px;
  }
}
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm small {
  font-size: 12px !important;
  font-family: "Inter", sans-serif !important;
  color: #111111 !important;
}
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm input[type=text],
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm input[type=email],
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm input[type=url],
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm input[type=tel],
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm input[type=password] {
  font-family: "Inter", sans-serif;
  width: 100%;
  max-width: 100% !important;
  padding: 10px 18px;
  border: 1.5px solid rgba(0, 0, 0, 0.1490196078) !important;
  border-radius: 5px;
  font-size: 14px !important;
  line-height: 22px;
  color: #111111;
  background: #FFFFFF;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 991px) {
  .woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm input[type=text],
  .woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm input[type=email],
  .woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm input[type=url],
  .woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm input[type=tel],
  .woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm input[type=password] {
    font-size: 14px;
    line-height: 20px;
  }
}
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm input[type=text]:focus,
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm input[type=email]:focus,
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm input[type=url]:focus,
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm input[type=tel]:focus,
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm input[type=password]:focus {
  outline: none;
  border-color: #008D4E !important;
  box-shadow: 0 0 0 4px rgba(76, 175, 80, 0.1), 0 8px 25px rgba(76, 175, 80, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.6);
}
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm input[type=text]:hover,
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm input[type=email]:hover,
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm input[type=url]:hover,
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm input[type=tel]:hover,
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm input[type=password]:hover {
  border-color: rgba(76, 175, 80, 0.5);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm input[type=text]::placeholder,
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm input[type=email]::placeholder,
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm input[type=url]::placeholder,
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm input[type=tel]::placeholder,
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm input[type=password]::placeholder {
  color: #111111;
  opacity: 0.3;
  font-style: italic;
}
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm #account_display_name_description {
  display: inline-block;
  font-size: 12px;
  color: #008D4E;
  margin-top: 5px;
}
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset {
  padding: 20px;
  border-width: 1px;
  border-color: #D8DAE0;
}
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset legend {
  font-size: 16px;
  color: #111111;
  font-weight: 700;
  padding: 0 10px;
}
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-Button {
  border: none;
  background-color: #008D4E;
  padding: 12px 30px;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 19px;
  border-radius: 5px;
  display: inline-flex;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-Button {
    font-size: 14px;
  }
}
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-Button:hover {
  background-color: #111111;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.woocommerce-page .our__shop_pages_wraper {
  padding: 60px 0px;
}
.woocommerce-page .our__shop_pages_wraper .woocommerce-products-header__title {
  font-weight: 500;
  font-size: 51.41px;
  line-height: 56px;
  letter-spacing: -1.12px;
  margin-bottom: 23.7px;
  color: #111111;
}
@media (max-width: 1024px) {
  .woocommerce-page .our__shop_pages_wraper .woocommerce-products-header__title {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .woocommerce-page .our__shop_pages_wraper .woocommerce-products-header__title {
    font-size: 38px;
    line-height: 46px;
  }
}
@media (max-width: 767px) {
  .woocommerce-page .our__shop_pages_wraper .woocommerce-products-header__title {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 575px) {
  .woocommerce-page .our__shop_pages_wraper .woocommerce-products-header__title {
    margin-bottom: 10px;
  }
}
.woocommerce-page .our__shop_pages_wraper .woocommerce-breadcrumb a {
  color: #111111;
}
.woocommerce-page .our__shop_pages_wraper ul.products {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 25px;
  row-gap: 50px;
}
.woocommerce-page .our__shop_pages_wraper ul.products::before {
  display: none;
}
.woocommerce-page .our__shop_pages_wraper ul.products::after {
  display: none;
}
.woocommerce-page .our__shop_pages_wraper ul.products .product {
  width: calc(33.33% - 25px);
  margin: 0;
}
@media (max-width: 767px) {
  .woocommerce-page .our__shop_pages_wraper ul.products .product {
    width: 100% !important;
  }
}
.woocommerce-page .our__shop_pages_wraper ul.products .product img {
  border-radius: 5px;
}
.woocommerce-page .our__shop_pages_wraper ul.products span.onsale {
  display: none;
}
.woocommerce-page .our__shop_pages_wraper ul.products .woocommerce-loop-product__title {
  color: #111111;
  font-size: 22px !important;
}
@media (max-width: 767px) {
  .woocommerce-page .our__shop_pages_wraper ul.products .woocommerce-loop-product__title {
    font-size: 18px !important;
  }
}
.woocommerce-page .our__shop_pages_wraper ul.products .price del {
  color: rgba(0, 176, 97, 0.8705882353) !important;
  font-size: 16px !important;
  opacity: 1 !important;
}
.woocommerce-page .our__shop_pages_wraper ul.products .price {
  color: #008D4E !important;
  font-size: 16px !important;
}
.woocommerce-page .our__shop_pages_wraper ul.products .add_to_cart_button {
  font-family: "Inter", sans-serif;
  background-color: #008D4E;
  padding: 10px 30px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  border-radius: 5px;
  letter-spacing: 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0px;
  gap: 6px;
  margin-right: 10px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .woocommerce-page .our__shop_pages_wraper ul.products .add_to_cart_button {
    font-size: 14.5px;
    padding: 14px 15px;
    gap: 5px;
  }
}
@media (max-width: 991px) {
  .woocommerce-page .our__shop_pages_wraper ul.products .add_to_cart_button {
    font-size: 14px;
    padding: 13px 15px;
    gap: 4px;
  }
}
@media (max-width: 767px) {
  .woocommerce-page .our__shop_pages_wraper ul.products .add_to_cart_button {
    font-size: 13px;
    padding: 12px 14px;
  }
}
@media (max-width: 575px) {
  .woocommerce-page .our__shop_pages_wraper ul.products .add_to_cart_button {
    font-size: 12px;
    padding: 11px 13px;
  }
}
.woocommerce-page .our__shop_pages_wraper ul.products .add_to_cart_button:hover {
  background-color: #111111;
  color: #FFFFFF;
}
.woocommerce-page .our__shop_pages_wraper ul.products .add_to_cart_button.loading {
  padding-right: 42px;
}
.woocommerce-page .our__shop_pages_wraper ul.products .add_to_cart_button.loading::after {
  top: 14px;
}
.woocommerce-page .our__shop_pages_wraper ul.products .added_to_cart {
  color: #008D4E;
  text-decoration: underline;
}

.single-product .our__shop_pages_wraper .product {
  overflow: hidden;
}
.single-product .our__shop_pages_wraper .product .onsale {
  display: none !important;
}
.single-product .our__shop_pages_wraper .product .summary.entry-summary form .quantity {
  display: none !important;
}
.single-product .our__shop_pages_wraper .product .summary.entry-summary form button {
  font-family: "Inter", sans-serif;
  background-color: #008D4E;
  padding: 15px 16px;
  color: #FFFFFF;
  font-size: 15.5px;
  font-weight: 500;
  line-height: 15.5px;
  border-radius: 8px;
  letter-spacing: 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0px;
  gap: 6px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .single-product .our__shop_pages_wraper .product .summary.entry-summary form button {
    font-size: 14.5px;
    padding: 14px 15px;
    gap: 5px;
  }
}
@media (max-width: 991px) {
  .single-product .our__shop_pages_wraper .product .summary.entry-summary form button {
    font-size: 14px;
    padding: 13px 15px;
    gap: 4px;
  }
}
@media (max-width: 767px) {
  .single-product .our__shop_pages_wraper .product .summary.entry-summary form button {
    font-size: 13px;
    padding: 12px 14px;
  }
}
@media (max-width: 575px) {
  .single-product .our__shop_pages_wraper .product .summary.entry-summary form button {
    font-size: 12px;
    padding: 11px 13px;
  }
}
.single-product .our__shop_pages_wraper .product .summary.entry-summary form button:hover {
  background-color: #111111;
  color: #FFFFFF;
}
.single-product .our__shop_pages_wraper .product .summary.entry-summary .product_meta .posted_in a {
  color: #008D4E;
}
.single-product .our__shop_pages_wraper .product .summary.entry-summary .product_title {
  margin-bottom: 20px;
}
.single-product .our__shop_pages_wraper .product .summary.entry-summary p.price {
  color: #008D4E !important;
  font-size: 16px !important;
  margin-bottom: 12px;
}

.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-totals-coupon__content form button {
  cursor: pointer;
  border: none;
  font-family: "Inter", sans-serif;
  background-color: #008D4E;
  padding: 15px 16px;
  color: #FFFFFF;
  font-size: 15.5px;
  font-weight: 500;
  line-height: 15.5px;
  border-radius: 8px;
  letter-spacing: 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0px;
  gap: 6px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-totals-coupon__content form button div {
  opacity: 1 !important;
}
@media (max-width: 1024px) {
  .wp-block-woocommerce-cart .wc-block-cart .wc-block-components-totals-coupon__content form button {
    font-size: 14.5px;
    padding: 14px 15px;
    gap: 5px;
  }
}
@media (max-width: 991px) {
  .wp-block-woocommerce-cart .wc-block-cart .wc-block-components-totals-coupon__content form button {
    font-size: 14px;
    padding: 13px 15px;
    gap: 4px;
  }
}
@media (max-width: 767px) {
  .wp-block-woocommerce-cart .wc-block-cart .wc-block-components-totals-coupon__content form button {
    font-size: 13px;
    padding: 12px 14px;
  }
}
@media (max-width: 575px) {
  .wp-block-woocommerce-cart .wc-block-cart .wc-block-components-totals-coupon__content form button {
    font-size: 12px;
    padding: 11px 13px;
  }
}
.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-totals-coupon__content form button:hover {
  background-color: #FFFFFF;
  color: #008D4E;
}
.wp-block-woocommerce-cart .wc-block-cart .wc-block-cart__sidebar .wc-block-cart__submit-container a {
  font-family: "Inter", sans-serif;
  background-color: #008D4E;
  padding: 15px 16px;
  color: #FFFFFF;
  font-size: 15.5px;
  font-weight: 500;
  line-height: 15.5px;
  border-radius: 8px;
  letter-spacing: 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0px;
  gap: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .wp-block-woocommerce-cart .wc-block-cart .wc-block-cart__sidebar .wc-block-cart__submit-container a {
    font-size: 14.5px;
    padding: 14px 15px;
    gap: 5px;
  }
}
@media (max-width: 991px) {
  .wp-block-woocommerce-cart .wc-block-cart .wc-block-cart__sidebar .wc-block-cart__submit-container a {
    font-size: 14px;
    padding: 13px 15px;
    gap: 4px;
  }
}
@media (max-width: 767px) {
  .wp-block-woocommerce-cart .wc-block-cart .wc-block-cart__sidebar .wc-block-cart__submit-container a {
    font-size: 13px;
    padding: 12px 14px;
  }
}
@media (max-width: 575px) {
  .wp-block-woocommerce-cart .wc-block-cart .wc-block-cart__sidebar .wc-block-cart__submit-container a {
    font-size: 12px;
    padding: 11px 13px;
  }
}
.wp-block-woocommerce-cart .wc-block-cart .wc-block-cart__sidebar .wc-block-cart__submit-container a:hover {
  background-color: #111111;
  color: #FFFFFF;
}

.woocommerce-checkout .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
  font-family: "Inter", sans-serif;
  background-color: #008D4E;
  padding: 15px 16px;
  color: #FFFFFF;
  font-size: 15.5px;
  font-weight: 500;
  line-height: 15.5px;
  border-radius: 8px;
  letter-spacing: 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0px;
  gap: 6px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border: none;
}
@media (max-width: 1024px) {
  .woocommerce-checkout .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
    font-size: 14.5px;
    padding: 14px 15px;
    gap: 5px;
  }
}
@media (max-width: 991px) {
  .woocommerce-checkout .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
    font-size: 14px;
    padding: 13px 15px;
    gap: 4px;
  }
}
@media (max-width: 767px) {
  .woocommerce-checkout .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
    font-size: 13px;
    padding: 12px 14px;
  }
}
@media (max-width: 575px) {
  .woocommerce-checkout .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
    font-size: 12px;
    padding: 11px 13px;
  }
}
.woocommerce-checkout .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover {
  background-color: #111111;
  color: #FFFFFF;
}

.woocommerce-product-details__short-description {
  margin-bottom: 15px;
}

.our__shop_pages_wraper .woocommerce-breadcrumb {
  font-size: 16px;
  line-height: 24px;
}
.our__shop_pages_wraper .woocommerce-products-header .woocommerce-products-header__title {
  font-size: 40px;
  line-height: normal;
  color: #1A2332;
  font-weight: 800;
  letter-spacing: 0px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .our__shop_pages_wraper .woocommerce-products-header .woocommerce-products-header__title {
    font-size: 34px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .our__shop_pages_wraper .woocommerce-products-header .woocommerce-products-header__title {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .our__shop_pages_wraper .woocommerce-products-header .woocommerce-products-header__title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.our__shop_pages_wraper .woocommerce-products-header .woocommerce-products-header__title span {
  background: linear-gradient(90deg, #008D4E -0.16%, #2C4E68 187.79%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about__banner {
  padding: 124px 0px 62px;
  background-color: #FFFFFF;
}
@media (max-width: 1200px) {
  .about__banner {
    padding: 50px 0px 25px;
  }
}
@media (max-width: 1200px) {
  .about__banner {
    padding: 40px 0px 20px;
  }
}
.about__banner .about__banner-content {
  max-width: 990px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 64px;
}
@media (max-width: 1200px) {
  .about__banner .about__banner-content {
    max-width: 770px;
    margin-bottom: 30px;
  }
}
.about__banner .about__banner-content .badge {
  font-family: "Inter", sans-serif;
  display: inline-block;
  padding: 8px 18px;
  background: #E6F4ED;
  color: #008D4E;
  border-radius: 50px;
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 18px;
}
@media (max-width: 1200px) {
  .about__banner .about__banner-content .badge {
    padding: 8px 15px;
    margin-bottom: 10px;
  }
}
.about__banner .about__banner-content h1 {
  font-size: 64px;
  line-height: normal;
  letter-spacing: 0px;
  font-weight: 700;
  color: #1A2332;
  margin-bottom: 18px;
  letter-spacing: 0px;
}
@media (max-width: 1200px) {
  .about__banner .about__banner-content h1 {
    font-size: 48px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .about__banner .about__banner-content h1 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .about__banner .about__banner-content h1 {
    font-size: 30px;
  }
}
.about__banner .about__banner-content p {
  font-size: 16px;
  line-height: 24px;
  color: #6D7081;
  font-weight: 400;
  letter-spacing: 0px;
  max-width: 710px;
  margin: 0px auto;
}
@media (max-width: 991px) {
  .about__banner .about__banner-content p {
    font-size: 14px;
    line-height: 20px;
  }
}
.about__banner .about__video-wrapper {
  border-radius: 24px;
  background-color: #C3C3C5;
  overflow: hidden;
  height: 628px;
  position: relative;
}
@media (max-width: 1200px) {
  .about__banner .about__video-wrapper {
    height: 500px;
  }
}
@media (max-width: 991px) {
  .about__banner .about__video-wrapper {
    height: 410px;
  }
}
@media (max-width: 767px) {
  .about__banner .about__video-wrapper {
    height: 330px;
    border-radius: 14px;
  }
}
.about__banner .about__video-wrapper img, .about__banner .about__video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about__banner .about__video-wrapper .video__Play-btn {
  border: none;
  background-color: #FFFFFF;
  padding: 14px 30px;
  border-radius: 50px;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0px 1px 3px 0px rgba(15, 23, 42, 0.0784313725);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .about__banner .about__video-wrapper .video__Play-btn {
    padding: 10px 30px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .about__banner .about__video-wrapper .video__Play-btn {
    padding: 10px 15px;
    gap: 5px;
  }
}
.about__banner .about__video-wrapper .video__Play-btn svg {
  fill: #008D4E;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .about__banner .about__video-wrapper .video__Play-btn svg {
    width: 16px;
    height: 16px;
  }
}
.about__banner .about__video-wrapper .video__Play-btn:hover {
  background-color: #008D4E;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.about__banner .about__video-wrapper .video__Play-btn:hover svg {
  fill: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.who__we-are {
  padding: 62px 0px 100px;
  background-color: #FFFFFF;
}
@media (max-width: 1200px) {
  .who__we-are {
    padding: 25px 0px 50px;
  }
}
@media (max-width: 1200px) {
  .who__we-are {
    padding: 20px 0px 40px;
  }
}
.who__we-are--row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
}
@media (max-width: 991px) {
  .who__we-are--row {
    row-gap: 20px;
  }
}
.who__we-are--row .who__we-are--content {
  width: calc(100% - 611px);
}
@media (max-width: 991px) {
  .who__we-are--row .who__we-are--content {
    width: 100%;
  }
}
.who__we-are--row .who__we-are--content .badge {
  font-family: "Inter", sans-serif;
  display: inline-block;
  padding: 8px 18px;
  background: #E6F4ED;
  color: #008D4E;
  border-radius: 50px;
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 18px;
}
@media (max-width: 1200px) {
  .who__we-are--row .who__we-are--content .badge {
    padding: 8px 15px;
    margin-bottom: 10px;
  }
}
.who__we-are--row .who__we-are--content h2 {
  font-size: 40px;
  line-height: normal;
  letter-spacing: 0px;
  font-weight: 800;
  color: #2B2D30;
  margin-bottom: 15px;
  letter-spacing: 0px;
}
@media (max-width: 1200px) {
  .who__we-are--row .who__we-are--content h2 {
    font-size: 34px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .who__we-are--row .who__we-are--content h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .who__we-are--row .who__we-are--content h2 {
    font-size: 22px;
  }
}
.who__we-are--row .who__we-are--content p {
  font-size: 16px;
  line-height: 24px;
  color: #6D7081;
  font-weight: 400;
  letter-spacing: 0px;
  max-width: 515px;
}
@media (max-width: 991px) {
  .who__we-are--row .who__we-are--content p {
    font-size: 14px;
    line-height: 20px;
    max-width: 100%;
  }
}
.who__we-are--row .who__we-are--content a {
  font-size: 16px;
  line-height: 19px;
  color: #262831;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  letter-spacing: 0px;
  display: inline-flex;
  align-items: center;
  gap: 2px;
  margin-top: 34px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .who__we-are--row .who__we-are--content a {
    font-size: 14px;
    line-height: 16px;
    margin-top: 15px;
  }
}
.who__we-are--row .who__we-are--content a svg {
  width: 24px;
  height: 24px;
  fill: #6D7081;
}
@media (max-width: 991px) {
  .who__we-are--row .who__we-are--content a svg {
    width: 22px;
    height: 22px;
  }
}
.who__we-are--row .who__we-are--content a:hover {
  gap: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.who__we-are--row .who__we-are--image {
  width: 547px;
}
@media (max-width: 1200px) {
  .who__we-are--row .who__we-are--image {
    width: 480px;
  }
}
@media (max-width: 991px) {
  .who__we-are--row .who__we-are--image {
    width: 100%;
  }
}
.who__we-are--row .who__we-are--image .who__we-are--image_block {
  width: 100%;
  height: 574px;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  background-color: #C3C3C5;
}
@media (max-width: 1200px) {
  .who__we-are--row .who__we-are--image .who__we-are--image_block {
    height: 430px;
  }
}
@media (max-width: 767px) {
  .who__we-are--row .who__we-are--image .who__we-are--image_block {
    height: 330px;
    border-radius: 14px;
  }
}
.who__we-are--row .who__we-are--image .who__we-are--image_block img, .who__we-are--row .who__we-are--image .who__we-are--image_block svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.features__section {
  padding: 124px 0px 62px;
  background-color: #FFFFFF;
}
@media (max-width: 1200px) {
  .features__section {
    padding: 50px 0px 25px;
  }
}
@media (max-width: 1200px) {
  .features__section {
    padding: 40px 0px 20px;
  }
}
.features__section .features__title {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 64px;
}
@media (max-width: 1200px) {
  .features__section .features__title {
    max-width: 640px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .features__section .features__title {
    max-width: 490px;
  }
}
.features__section .features__title .badge {
  font-family: "Inter", sans-serif;
  display: inline-block;
  padding: 8px 18px;
  background: #E6F4ED;
  color: #008D4E;
  border-radius: 50px;
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 18px;
}
@media (max-width: 1200px) {
  .features__section .features__title .badge {
    padding: 8px 15px;
    margin-bottom: 10px;
  }
}
.features__section .features__title h1 {
  font-size: 64px;
  line-height: normal;
  color: #1A2332;
  font-weight: 700;
  letter-spacing: 0px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .features__section .features__title h1 {
    font-size: 48px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .features__section .features__title h1 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .features__section .features__title h1 {
    font-size: 30px;
  }
}
.features__section .features__title h1 span {
  background: linear-gradient(90deg, #008D4E -0.16%, #2C4E68 187.79%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.features__section .features__title p {
  font-size: 16px;
  line-height: 24px;
  color: #1A2332;
  font-weight: 400;
  letter-spacing: 0px;
  max-width: 640px;
  margin: 0px auto;
}
@media (max-width: 991px) {
  .features__section .features__title p {
    font-size: 14px;
    line-height: 20px;
  }
}
.features__section .features__title p span {
  color: #1D1E20;
  text-transform: uppercase;
}
.features__section .features__pricing .pricing__table {
  background: #FFFFFF;
}
.features__section .features__pricing .pricing__table .pricing__header {
  display: grid;
  grid-template-columns: 470px repeat(2, 1fr);
  border-bottom: 1px solid #D8DAE0;
}
@media (max-width: 991px) {
  .features__section .features__pricing .pricing__table .pricing__header {
    grid-template-columns: 390px repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .features__section .features__pricing .pricing__table .pricing__header {
    grid-template-columns: 120px repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) and (min-width: 410px) {
  .features__section .features__pricing .pricing__table .pricing__header {
    grid-template-columns: 150px repeat(2, 1fr);
  }
}
.features__section .features__pricing .pricing__table .pricing__header .header__cell {
  padding: 40px 20px;
  text-align: center;
  border-top: 1px solid #D8DAE0;
  border-right: 1px solid #D8DAE0;
}
@media (max-width: 1200px) {
  .features__section .features__pricing .pricing__table .pricing__header .header__cell {
    padding: 20px 20px;
  }
}
@media (max-width: 991px) {
  .features__section .features__pricing .pricing__table .pricing__header .header__cell {
    padding: 15px 10px;
  }
}
.features__section .features__pricing .pricing__table .pricing__header .header__cell:last-child {
  border-right: none;
}
.features__section .features__pricing .pricing__table .pricing__header .header__cell:first-child {
  background: transparent;
  border-top: none;
}
.features__section .features__pricing .pricing__table .pricing__header .header__cell .plan__title {
  font-size: 16px;
  font-weight: 700;
  color: #1A2332;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
@media (max-width: 1200px) {
  .features__section .features__pricing .pricing__table .pricing__header .header__cell .plan__title {
    margin-bottom: 10px;
    gap: 5px;
  }
}
@media (max-width: 991px) {
  .features__section .features__pricing .pricing__table .pricing__header .header__cell .plan__title {
    font-size: 14px;
    gap: 3px;
  }
}
@media (max-width: 767px) {
  .features__section .features__pricing .pricing__table .pricing__header .header__cell .plan__title {
    font-size: 12px;
    gap: 3px;
    margin-bottom: 5px;
  }
}
.features__section .features__pricing .pricing__table .pricing__header .header__cell .plan__title .popular__badge {
  padding: 3.5px 8px;
  background-color: #E6F4ED;
  border-radius: 30px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  font-weight: 600;
  color: #008D4E;
}
.features__section .features__pricing .pricing__table .pricing__header .header__cell .price {
  font-size: 40px;
  line-height: 48px;
  font-weight: 800;
  color: #1A2332;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0px;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .features__section .features__pricing .pricing__table .pricing__header .header__cell .price {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (max-width: 991px) {
  .features__section .features__pricing .pricing__table .pricing__header .header__cell .price {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  .features__section .features__pricing .pricing__table .pricing__header .header__cell .price {
    font-size: 22px;
    line-height: 30px;
  }
}
.features__section .features__pricing .pricing__table .pricing__header .header__cell .price span {
  font-size: 16px;
  line-height: 34px;
  color: #1A2332;
  font-weight: 700;
}
@media (max-width: 991px) {
  .features__section .features__pricing .pricing__table .pricing__header .header__cell .price span {
    font-size: 14px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .features__section .features__pricing .pricing__table .pricing__header .header__cell .price span {
    font-size: 12px;
    line-height: 26px;
  }
}
.features__section .features__pricing .pricing__table .pricing__header .header__cell .plan__subtitle {
  font-size: 14px;
  line-height: 24px;
  color: #6D7081;
  font-weight: 400;
  letter-spacing: 0px;
}
@media (max-width: 1200px) {
  .features__section .features__pricing .pricing__table .pricing__header .header__cell .plan__subtitle {
    line-height: 20px;
  }
}
.features__section .features__pricing .pricing__table .pricing__row {
  display: grid;
  grid-template-columns: 470px repeat(2, 1fr);
}
@media (max-width: 991px) {
  .features__section .features__pricing .pricing__table .pricing__row {
    grid-template-columns: 390px repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .features__section .features__pricing .pricing__table .pricing__row {
    grid-template-columns: 120px repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) and (min-width: 410px) {
  .features__section .features__pricing .pricing__table .pricing__row {
    grid-template-columns: 150px repeat(2, 1fr);
  }
}
.features__section .features__pricing .pricing__table .pricing__row .pricing__row-label, .features__section .features__pricing .pricing__table .pricing__row .pricing__row-value {
  padding: 12px 20px;
  font-size: 16px;
  color: #1A2332;
  font-weight: 400;
  line-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #D8DAE0;
  border-bottom: 1px solid #D8DAE0;
}
@media (max-width: 1200px) {
  .features__section .features__pricing .pricing__table .pricing__row .pricing__row-label, .features__section .features__pricing .pricing__table .pricing__row .pricing__row-value {
    padding: 10px 20px;
  }
}
@media (max-width: 991px) {
  .features__section .features__pricing .pricing__table .pricing__row .pricing__row-label, .features__section .features__pricing .pricing__table .pricing__row .pricing__row-value {
    padding: 10px 10px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .features__section .features__pricing .pricing__table .pricing__row .pricing__row-label, .features__section .features__pricing .pricing__table .pricing__row .pricing__row-value {
    padding: 10px 2px;
    font-size: 12px;
    line-height: 19px;
  }
}
.features__section .features__pricing .pricing__table .pricing__row .pricing__row-label svg, .features__section .features__pricing .pricing__table .pricing__row .pricing__row-value svg {
  width: 28px;
  height: 28px;
}
@media (max-width: 1200px) {
  .features__section .features__pricing .pricing__table .pricing__row .pricing__row-label svg, .features__section .features__pricing .pricing__table .pricing__row .pricing__row-value svg {
    width: 22px;
    height: 22px;
  }
}
.features__section .features__pricing .pricing__table .pricing__row .pricing__row-label {
  font-weight: 700;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .features__section .features__pricing .pricing__table .pricing__row .pricing__row-label {
    padding: 10px 5px;
  }
}
.features__section .features__pricing .pricing__table .pricing__row .buy__plan-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
}
@media (max-width: 1200px) {
  .features__section .features__pricing .pricing__table .pricing__row .buy__plan-btn {
    padding-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .features__section .features__pricing .pricing__table .pricing__row .buy__plan-btn {
    padding-bottom: 10px;
  }
}
.features__section .features__pricing .pricing__table .pricing__row .buy__plan-btn a,
.features__section .features__pricing .pricing__table .pricing__row .buy__plan-btn button {
  background-color: transparent;
  border: 1px solid #1A2332;
  border-radius: 30px;
  padding: 10px 40px;
  color: #1A2332;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .features__section .features__pricing .pricing__table .pricing__row .buy__plan-btn a,
  .features__section .features__pricing .pricing__table .pricing__row .buy__plan-btn button {
    padding: 10px 30px;
  }
}
@media (max-width: 991px) {
  .features__section .features__pricing .pricing__table .pricing__row .buy__plan-btn a,
  .features__section .features__pricing .pricing__table .pricing__row .buy__plan-btn button {
    padding: 8px 16px;
    gap: 5px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .features__section .features__pricing .pricing__table .pricing__row .buy__plan-btn a,
  .features__section .features__pricing .pricing__table .pricing__row .buy__plan-btn button {
    padding: 4px 10px;
    gap: 0px;
    font-size: 12px;
    min-width: 86.81px;
  }
}
.features__section .features__pricing .pricing__table .pricing__row .buy__plan-btn a svg,
.features__section .features__pricing .pricing__table .pricing__row .buy__plan-btn button svg {
  fill: #262831;
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .features__section .features__pricing .pricing__table .pricing__row .buy__plan-btn a svg,
  .features__section .features__pricing .pricing__table .pricing__row .buy__plan-btn button svg {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 991px) {
  .features__section .features__pricing .pricing__table .pricing__row .buy__plan-btn a svg,
  .features__section .features__pricing .pricing__table .pricing__row .buy__plan-btn button svg {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 767px) {
  .features__section .features__pricing .pricing__table .pricing__row .buy__plan-btn a svg,
  .features__section .features__pricing .pricing__table .pricing__row .buy__plan-btn button svg {
    width: 16px;
    height: 16px;
    display: none;
  }
}
.features__section .features__pricing .pricing__table .pricing__row .buy__plan-btn a:hover,
.features__section .features__pricing .pricing__table .pricing__row .buy__plan-btn button:hover {
  background-color: #262831;
  border-color: #262831;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.features__section .features__pricing .pricing__table .pricing__row .buy__plan-btn a:hover svg,
.features__section .features__pricing .pricing__table .pricing__row .buy__plan-btn button:hover svg {
  fill: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.features__section .features__pricing .pricing__table .pricing__row .buy__plan-btn a.cta__primary-button .spinner,
.features__section .features__pricing .pricing__table .pricing__row .buy__plan-btn button.cta__primary-button .spinner {
  animation: cta__spin 1s linear infinite;
  stroke: #262831;
}
@media (max-width: 767px) {
  .features__section .features__pricing .pricing__table .pricing__row .buy__plan-btn a.cta__primary-button .spinner,
  .features__section .features__pricing .pricing__table .pricing__row .buy__plan-btn button.cta__primary-button .spinner {
    width: 16px;
    height: 16px;
    display: block;
  }
}
.features__section .features__pricing .pricing__table .pricing__row .buy__plan-btn a.cta__primary-button:hover .spinner,
.features__section .features__pricing .pricing__table .pricing__row .buy__plan-btn button.cta__primary-button:hover .spinner {
  stroke: #FFFFFF;
}
.features__section .features__pricing .pricing__table .pricing__row .buy__plan-btn a.cta__primary-button .btn-icon,
.features__section .features__pricing .pricing__table .pricing__row .buy__plan-btn a.cta__primary-button .btn-loader,
.features__section .features__pricing .pricing__table .pricing__row .buy__plan-btn button.cta__primary-button .btn-icon,
.features__section .features__pricing .pricing__table .pricing__row .buy__plan-btn button.cta__primary-button .btn-loader {
  display: flex;
}
.features__section .features__pricing .pricing__table .pricing__row .buy__plan-btn.popular__plan a, .features__section .features__pricing .pricing__table .pricing__row .buy__plan-btn.popular__plan button {
  background-color: #008D4E;
  color: #FFFFFF;
  border-color: #008D4E;
}
.features__section .features__pricing .pricing__table .pricing__row .buy__plan-btn.popular__plan a svg, .features__section .features__pricing .pricing__table .pricing__row .buy__plan-btn.popular__plan button svg {
  fill: #FFFFFF;
}
.features__section .features__pricing .pricing__table .pricing__row .buy__plan-btn.popular__plan a:hover, .features__section .features__pricing .pricing__table .pricing__row .buy__plan-btn.popular__plan button:hover {
  background-color: #FFFFFF;
  border-color: #008D4E;
  color: #008D4E;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.features__section .features__pricing .pricing__table .pricing__row .buy__plan-btn.popular__plan a:hover svg, .features__section .features__pricing .pricing__table .pricing__row .buy__plan-btn.popular__plan button:hover svg {
  fill: #008D4E;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.features__section .features__pricing .pricing__row-value:last-child {
  border-right: none !important;
}
.features__section .features__pricing-sm {
  display: none;
  margin-right: -20px;
}
@media (max-width: 767px) {
  .features__section .features__pricing-sm {
    display: block;
  }
}
.features__section .features__pricing-sm .features__items-column {
  width: 100%;
}
.features__section .features__pricing-sm .features__card-slide {
  border: 1px solid #D8DAE0;
}
.features__section .features__pricing-sm .features__card-slide .features__card-slide--header {
  padding: 20px 20px;
  text-align: center;
}
.features__section .features__pricing-sm .features__card-slide .features__card-slide--header .plan__title {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #1A2332;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.features__section .features__pricing-sm .features__card-slide .features__card-slide--header .plan__title .popular__badge {
  padding: 3px 9px;
  background-color: #E6F4ED;
  border-radius: 30px;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0px;
  font-weight: 600;
  color: #008D4E;
}
.features__section .features__pricing-sm .features__card-slide .features__card-slide--header .price {
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  color: #1D1E20;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 3px;
  flex-wrap: wrap;
}
.features__section .features__pricing-sm .features__card-slide .features__card-slide--header .price span {
  font-size: 12px;
  line-height: 20px;
  color: #6D7081;
  font-weight: 400;
}
.features__section .features__pricing-sm .features__card-slide .features__card-slide--header .plan__subtitle {
  font-size: 14px;
  line-height: 24px;
  color: #6D7081;
  font-weight: 400;
  letter-spacing: 0px;
}
.features__section .features__pricing-sm .features__card-slide .features__card-slide--body {
  padding: 20px 20px;
  border-top: 1px solid #D8DAE0;
  min-height: 343px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.features__section .features__pricing-sm .features__card-slide .features__card-slide--body ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.features__section .features__pricing-sm .features__card-slide .features__card-slide--body ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.features__section .features__pricing-sm .features__card-slide .features__card-slide--body ul li:nth-last-child(1) {
  margin-bottom: 0px;
}
.features__section .features__pricing-sm .features__card-slide .features__card-slide--body ul li p {
  font-size: 14px;
  color: #6D7081;
  font-weight: 400;
  line-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.features__section .features__pricing-sm .features__card-slide .features__card-slide--body ul li svg {
  width: 20px;
  height: 20px;
}
.features__section .features__pricing-sm .features__card-slide .features__card-slide--body .buy__plan-button {
  text-align: center;
  margin-top: 20px;
}
.features__section .features__pricing-sm .features__card-slide .features__card-slide--body .buy__plan-button a, .features__section .features__pricing-sm .features__card-slide .features__card-slide--body .buy__plan-button button {
  background-color: transparent;
  border: 1px solid #D8DAE0;
  border-radius: 30px;
  padding: 8px 22px;
  color: #262831;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.features__section .features__pricing-sm .features__card-slide .features__card-slide--body .buy__plan-button a svg, .features__section .features__pricing-sm .features__card-slide .features__card-slide--body .buy__plan-button button svg {
  width: 18px;
  height: 18px;
  fill: #262831;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.features__section .features__pricing-sm .features__card-slide .features__card-slide--body .buy__plan-button a:hover, .features__section .features__pricing-sm .features__card-slide .features__card-slide--body .buy__plan-button button:hover {
  background-color: #262831;
  border-color: #262831;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.features__section .features__pricing-sm .features__card-slide .features__card-slide--body .buy__plan-button a:hover svg, .features__section .features__pricing-sm .features__card-slide .features__card-slide--body .buy__plan-button button:hover svg {
  fill: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.features__section .features__pricing-sm .features__card-slide.popular__product .features__card-slide--body .buy__plan-button a, .features__section .features__pricing-sm .features__card-slide.popular__product .features__card-slide--body .buy__plan-button button {
  background-color: #008D4E;
  color: #FFFFFF;
  border-color: #008D4E;
}
.features__section .features__pricing-sm .features__card-slide.popular__product .features__card-slide--body .buy__plan-button a svg, .features__section .features__pricing-sm .features__card-slide.popular__product .features__card-slide--body .buy__plan-button button svg {
  fill: #FFFFFF;
}
.features__section .features__pricing-sm .features__card-slide.popular__product .features__card-slide--body .buy__plan-button a:hover, .features__section .features__pricing-sm .features__card-slide.popular__product .features__card-slide--body .buy__plan-button button:hover {
  background-color: #FFFFFF;
  border-color: #008D4E;
  color: #008D4E;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.features__section .features__pricing-sm .features__card-slide.popular__product .features__card-slide--body .buy__plan-button a:hover svg, .features__section .features__pricing-sm .features__card-slide.popular__product .features__card-slide--body .buy__plan-button button:hover svg {
  fill: #008D4E;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.woocommerce-order-received .default-content {
  padding: 70px 0px;
}
@media (max-width: 767px) {
  .woocommerce-order-received .default-content {
    padding: 40px 0px;
    font-size: 14px;
  }
}
.woocommerce-order-received .default-content .woocommerce-order .woocommerce-notice {
  margin-bottom: 15px;
}
.woocommerce-order-received .default-content .woocommerce-order .woocommerce-order-overview {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .woocommerce-order-received .default-content .woocommerce-order .woocommerce-order-overview li {
    margin-bottom: 8px;
  }
}
.woocommerce-order-received .default-content .woocommerce-order .woocommerce-order-details {
  margin-top: 15px;
}
.woocommerce-order-received .default-content .woocommerce-order .woocommerce-order-details .woocommerce-order-details__title {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 22px;
  line-height: 29px;
  letter-spacing: -0.22px;
  color: #111111;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .woocommerce-order-received .default-content .woocommerce-order .woocommerce-order-details .woocommerce-order-details__title {
    font-size: 18px;
    line-height: 26px;
  }
}
.woocommerce-order-received .default-content .woocommerce-order .woocommerce-order-details table {
  border-collapse: collapse;
}
.woocommerce-order-received .default-content .woocommerce-order .woocommerce-order-details table thead tr th {
  color: #008D4E;
}
.woocommerce-order-received .default-content .woocommerce-order .woocommerce-order-details table tbody tr td a {
  color: #111111;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.woocommerce-order-received .default-content .woocommerce-order .woocommerce-order-details table tbody tr td a:hover {
  color: #008D4E;
}
.woocommerce-order-received .default-content .woocommerce-order .woocommerce-customer-details .woocommerce-column__title {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 22px;
  line-height: 29px;
  letter-spacing: -0.22px;
  color: #111111;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .woocommerce-order-received .default-content .woocommerce-order .woocommerce-customer-details .woocommerce-column__title {
    font-size: 18px;
    line-height: 26px;
  }
}
.woocommerce-order-received .default-content .woocommerce-order .woocommerce-customer-details address {
  padding: 10px 15px;
  line-height: 1.5;
}
.woocommerce-order-received .default-content .woocommerce-order .woocommerce-order-overview__license-info h2 {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 22px;
  line-height: 29px;
  letter-spacing: -0.22px;
  color: #111111;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .woocommerce-order-received .default-content .woocommerce-order .woocommerce-order-overview__license-info h2 {
    font-size: 18px;
    line-height: 26px;
  }
}
.woocommerce-order-received .default-content .woocommerce-order .woocommerce-order-overview__license-info p {
  margin-bottom: 15px;
}
.woocommerce-order-received .default-content .woocommerce-order .woocommerce-order-overview__license-info .button {
  font-family: "Inter", sans-serif;
  background: #008D4E;
  color: #FFFFFF;
  font-size: 15.75px;
  font-weight: 500;
  line-height: 20px;
  padding: 12px 20px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  letter-spacing: 0;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  min-width: 180px;
}
@media (max-width: 1024px) {
  .woocommerce-order-received .default-content .woocommerce-order .woocommerce-order-overview__license-info .button {
    font-size: 15px;
    padding: 16px 28px;
    gap: 6px;
    border-radius: 14px;
  }
}
@media (max-width: 991px) {
  .woocommerce-order-received .default-content .woocommerce-order .woocommerce-order-overview__license-info .button {
    font-size: 14px;
    padding: 15px 26px;
    gap: 5px;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .woocommerce-order-received .default-content .woocommerce-order .woocommerce-order-overview__license-info .button {
    font-size: 14px;
    padding: 14px 24px;
    border-radius: 12px;
  }
}
@media (max-width: 575px) {
  .woocommerce-order-received .default-content .woocommerce-order .woocommerce-order-overview__license-info .button {
    font-size: 13px;
    padding: 13px 20px;
    width: 100%;
    border-radius: 12px;
  }
}
.woocommerce-order-received .default-content .woocommerce-order .woocommerce-order-overview__license-info .button:hover {
  background: #111111;
  color: #FFFFFF;
}
.woocommerce-order-received .default-content .woocommerce-order .woocommerce-order-overview__license-info .button:active {
  transform: translateY(-1px) scale(1.005);
  box-shadow: 0 6px 20px rgba(76, 175, 80, 0.3), 0 3px 8px rgba(76, 175, 80, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.woocommerce-order-received .default-content .woocommerce-order .woocommerce-order-overview__license-info .button:focus {
  outline: none;
}
.woocommerce-order-received .default-content .woocommerce-order .woocommerce-order-overview__license-info .theme-download-links {
  margin-bottom: 2em;
  display: flex;
  flex-direction: column;
  row-gap: 7px;
}
.woocommerce-order-received .default-content .woocommerce-order .woocommerce-order-overview__license-info .theme-download-links p {
  margin-bottom: 0;
}
.woocommerce-order-received .default-content .woocommerce-order .woocommerce-order-overview__license-info .theme-download-links p a {
  color: #00B061;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.woocommerce-order-received .default-content .woocommerce-order .woocommerce-order-overview__license-info .theme-download-links p a:hover {
  color: #000000;
}

.woocommerce-form-login input[type=text], .woocommerce-form-login input[type=email], .woocommerce-form-login input[type=password], .woocommerce-form-register input[type=text], .woocommerce-form-register input[type=email], .woocommerce-form-register input[type=password] {
  font-family: "Inter", sans-serif !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 12px 20px !important;
  border: 1.5px solid rgba(0, 0, 0, 0.1490196078) !important;
  border-radius: 5px !important;
  font-size: 14px !important;
  line-height: 22px !important;
  color: #111111 !important;
  background: #FFFFFF !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-sizing: border-box !important;
  position: relative !important;
}
@media (max-width: 991px) {
  .woocommerce-form-login input[type=text], .woocommerce-form-login input[type=email], .woocommerce-form-login input[type=password], .woocommerce-form-register input[type=text], .woocommerce-form-register input[type=email], .woocommerce-form-register input[type=password] {
    font-size: 14px !important;
    line-height: 20px !important;
  }
}
.woocommerce-form-login input[type=text]:focus, .woocommerce-form-login input[type=email]:focus, .woocommerce-form-login input[type=password]:focus, .woocommerce-form-register input[type=text]:focus, .woocommerce-form-register input[type=email]:focus, .woocommerce-form-register input[type=password]:focus {
  outline: none !important;
  border-color: #008D4E !important;
  box-shadow: 0 0 0 4px rgba(76, 175, 80, 0.1), 0 8px 25px rgba(76, 175, 80, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.6) !important;
}
.woocommerce-form-login input[type=text]:hover, .woocommerce-form-login input[type=email]:hover, .woocommerce-form-login input[type=password]:hover, .woocommerce-form-register input[type=text]:hover, .woocommerce-form-register input[type=email]:hover, .woocommerce-form-register input[type=password]:hover {
  border-color: rgba(76, 175, 80, 0.5) !important;
  box-shadow: none !important;
}
.woocommerce-form-login input[type=text]::placeholder, .woocommerce-form-login input[type=email]::placeholder, .woocommerce-form-login input[type=password]::placeholder, .woocommerce-form-register input[type=text]::placeholder, .woocommerce-form-register input[type=email]::placeholder, .woocommerce-form-register input[type=password]::placeholder {
  color: #111111 !important;
  opacity: 0.3 !important;
  font-style: italic !important;
}
.woocommerce-form-login .woocommerce-button, .woocommerce-form-register .woocommerce-button {
  font-family: "Inter", sans-serif !important;
  background: #008D4E !important;
  color: #FFFFFF !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 19px !important;
  padding: 12px 30px !important;
  border: none !important;
  border-radius: 5px !important;
  cursor: pointer !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  letter-spacing: 0 !important;
  position: relative !important;
  overflow: hidden !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  min-width: 130px !important;
}
@media (max-width: 991px) {
  .woocommerce-form-login .woocommerce-button, .woocommerce-form-register .woocommerce-button {
    font-size: 14px !important;
    gap: 5px !important;
  }
}
.woocommerce-form-login .woocommerce-button:hover, .woocommerce-form-register .woocommerce-button:hover {
  background: #111111 !important;
  color: #FFFFFF !important;
}
.woocommerce-form-login .woocommerce-button:active, .woocommerce-form-register .woocommerce-button:active {
  transform: translateY(-1px) scale(1.005) !important;
  box-shadow: 0 6px 20px rgba(76, 175, 80, 0.3), 0 3px 8px rgba(76, 175, 80, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.2) !important;
}
.woocommerce-form-login .woocommerce-button:focus, .woocommerce-form-register .woocommerce-button:focus {
  outline: none !important;
}
.woocommerce-form-login .woocommerce-LostPassword a, .woocommerce-form-register .woocommerce-LostPassword a {
  color: #111111;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.woocommerce-form-login .woocommerce-LostPassword a:hover, .woocommerce-form-register .woocommerce-LostPassword a:hover {
  color: #008D4E;
}
.woocommerce-form-login .woocommerce-privacy-policy-text, .woocommerce-form-register .woocommerce-privacy-policy-text {
  margin-top: 10px;
  margin-bottom: 22px;
}
.woocommerce-form-login .woocommerce-privacy-policy-text a, .woocommerce-form-register .woocommerce-privacy-policy-text a {
  color: #008D4E;
}
@media (max-width: 991px) {
  .woocommerce-form-login p, .woocommerce-form-register p {
    font-size: 14px;
  }
}

#customer_login .u-column1 h2, #customer_login .u-column2 h2 {
  font-size: 40px;
  line-height: normal;
  color: #1A2332;
  font-weight: 800;
  letter-spacing: 0px;
  margin-bottom: 0px;
}
@media (max-width: 1200px) {
  #customer_login .u-column1 h2, #customer_login .u-column2 h2 {
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  #customer_login .u-column1 h2, #customer_login .u-column2 h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  #customer_login .u-column1 h2, #customer_login .u-column2 h2 {
    font-size: 22px;
  }
}
#customer_login .u-column1 h2 span, #customer_login .u-column2 h2 span {
  background: linear-gradient(90deg, #008D4E -0.16%, #2C4E68 187.79%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.woocommerce-ResetPassword p {
  margin-bottom: 10px;
}
.woocommerce-ResetPassword input {
  font-family: "Inter", sans-serif !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 12px 20px !important;
  border: 1.5px solid rgba(0, 0, 0, 0.1490196078) !important;
  border-radius: 4px !important;
  font-size: 15px !important;
  line-height: 22px !important;
  color: #111111 !important;
  background: #FFFFFF !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-sizing: border-box !important;
  position: relative !important;
}
@media (max-width: 991px) {
  .woocommerce-ResetPassword input {
    padding: 14px 18px !important;
    font-size: 14px !important;
    line-height: 20px !important;
    border-radius: 12px !important;
  }
}
.woocommerce-ResetPassword input:focus {
  outline: none !important;
  border-color: #008D4E !important;
  box-shadow: 0 0 0 4px rgba(76, 175, 80, 0.1), 0 8px 25px rgba(76, 175, 80, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.6) !important;
}
.woocommerce-ResetPassword input:hover {
  border-color: rgba(76, 175, 80, 0.5) !important;
  box-shadow: none !important;
}
.woocommerce-ResetPassword input::placeholder {
  color: #111111 !important;
  opacity: 0.3 !important;
  font-style: italic !important;
}
.woocommerce-ResetPassword .woocommerce-Button {
  font-family: "Inter", sans-serif !important;
  background: #008D4E !important;
  color: #FFFFFF !important;
  font-size: 15.75px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
  padding: 8px 20px !important;
  border: none !important;
  border-radius: 5px !important;
  cursor: pointer !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  letter-spacing: 0 !important;
  position: relative !important;
  overflow: hidden !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  min-width: 130px !important;
}
@media (max-width: 1024px) {
  .woocommerce-ResetPassword .woocommerce-Button {
    font-size: 15px !important;
    padding: 16px 28px !important;
    gap: 6px !important;
    border-radius: 14px !important;
  }
}
@media (max-width: 991px) {
  .woocommerce-ResetPassword .woocommerce-Button {
    font-size: 14px !important;
    padding: 15px 26px !important;
    gap: 5px !important;
    border-radius: 12px !important;
  }
}
@media (max-width: 767px) {
  .woocommerce-ResetPassword .woocommerce-Button {
    font-size: 14px !important;
    padding: 14px 24px !important;
    border-radius: 12px !important;
  }
}
@media (max-width: 575px) {
  .woocommerce-ResetPassword .woocommerce-Button {
    font-size: 13px !important;
    padding: 13px 20px !important;
    width: 100% !important;
    border-radius: 12px !important;
  }
}
.woocommerce-ResetPassword .woocommerce-Button:hover {
  background: #111111 !important;
  color: #FFFFFF !important;
}
.woocommerce-ResetPassword .woocommerce-Button:active {
  transform: translateY(-1px) scale(1.005) !important;
  box-shadow: 0 6px 20px rgba(76, 175, 80, 0.3), 0 3px 8px rgba(76, 175, 80, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.2) !important;
}
.woocommerce-ResetPassword .woocommerce-Button:focus {
  outline: none !important;
}

.woocommerce-checkout .default-content {
  padding: 40px 0px;
}
.woocommerce-checkout .default-content .wc-block-components-title {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 22px;
  line-height: 29px;
  letter-spacing: -0.22px;
  color: #111111;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .woocommerce-checkout .default-content .wc-block-components-title {
    font-size: 18px;
    line-height: 26px;
  }
}
.woocommerce-checkout .default-content .wc-block-components-radio-control .wc-block-components-radio-control-accordion-content .content a {
  color: #008D4E;
}
.woocommerce-checkout .default-content .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-button {
  border: none;
  background-color: #008D4E;
  color: #FFFFFF;
  font-size: 15.75px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
  border-radius: 5px;
}

.wc-block-checkout-empty__title {
  font-size: 22px;
  text-transform: capitalize;
  letter-spacing: 1.1px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .wc-block-checkout-empty__title {
    font-size: 18px;
    line-height: 26px;
  }
}
.wc-block-checkout-empty__description {
  font-size: 16px;
  line-height: 24px;
  color: #6D7081;
  font-weight: 400;
  letter-spacing: 0px;
  max-width: 612px;
  margin: 20px auto !important;
}
@media (max-width: 1200px) {
  .wc-block-checkout-empty__description {
    font-size: 14px;
    line-height: 20px;
  }
}
.wc-block-checkout-empty .wp-block-button__link {
  font-family: "Inter", sans-serif;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10.5px;
  padding: 12px 27.5px;
  font-size: 16px;
  line-height: 24px;
  height: auto !important;
  font-weight: 600;
  border: 2px solid #008D4E;
  background-color: #008D4E;
  color: #FFFFFF;
  letter-spacing: 0px;
  min-width: 176px;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wc-block-checkout-empty .wp-block-button__link svg {
  fill: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wc-block-checkout-empty .wp-block-button__link:hover {
  background-color: #FFFFFF;
  color: #008D4E;
}
.wc-block-checkout-empty .wp-block-button__link:hover svg {
  fill: #008D4E;
}
@media (max-width: 1200px) {
  .wc-block-checkout-empty .wp-block-button__link {
    gap: 7px;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 20px;
    min-width: 155px;
  }
}
@media (max-width: 767px) {
  .wc-block-checkout-empty .wp-block-button__link {
    padding: 9px 14px;
    min-width: 130px;
  }
}

.guide__section {
  background-color: #111111;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.guide__section .guide__sidebar {
  min-height: calc(100vh - 92px);
  max-width: 330px;
  width: 100%;
  max-height: 100%;
  overflow-y: auto;
  padding: 20px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.0784313725);
  border-right: 1px solid rgba(255, 255, 255, 0.0784313725);
  background-color: #111111;
}
@media (max-width: 1200px) {
  .guide__section .guide__sidebar {
    max-width: 310px;
  }
}
@media (max-width: 991px) {
  .guide__section .guide__sidebar {
    max-width: 280px;
  }
}
@media (max-width: 767px) {
  .guide__section .guide__sidebar {
    display: none;
  }
}
.guide__section .guide__sidebar .sidebar__title {
  font-size: 22px;
  line-height: 24px;
  color: #FFFFFF;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 0px;
}
@media (max-width: 1200px) {
  .guide__section .guide__sidebar .sidebar__title {
    font-size: 20px;
    line-height: 22px;
  }
}
.guide__section .guide__sidebar .guide__help-list ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.guide__section .guide__sidebar .guide__help-list ul li {
  display: flex;
  margin-bottom: 5px;
}
.guide__section .guide__sidebar .guide__help-list ul li:nth-last-child(1) {
  margin-bottom: 0px;
}
.guide__section .guide__sidebar .guide__help-list ul li details {
  width: 100%;
}
.guide__section .guide__sidebar .guide__help-list ul li button, .guide__section .guide__sidebar .guide__help-list ul li a, .guide__section .guide__sidebar .guide__help-list ul li summary {
  width: 100%;
  display: flex;
  position: relative;
  background-color: transparent;
  padding: 8px 15px;
  border-radius: 5px;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  font-weight: 400;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .guide__section .guide__sidebar .guide__help-list ul li button, .guide__section .guide__sidebar .guide__help-list ul li a, .guide__section .guide__sidebar .guide__help-list ul li summary {
    font-size: 14px;
    line-height: 20px;
  }
}
.guide__section .guide__sidebar .guide__help-list ul li button:hover, .guide__section .guide__sidebar .guide__help-list ul li button.active__guide, .guide__section .guide__sidebar .guide__help-list ul li a:hover, .guide__section .guide__sidebar .guide__help-list ul li a.active__guide, .guide__section .guide__sidebar .guide__help-list ul li summary:hover, .guide__section .guide__sidebar .guide__help-list ul li summary.active__guide {
  background-color: rgba(255, 255, 255, 0.1019607843);
}
.guide__section .guide__sidebar .guide__help-list ul li summary {
  padding: 8px 45px 8px 15px;
}
@media (max-width: 1200px) {
  .guide__section .guide__sidebar .guide__help-list ul li summary {
    padding: 8px 35px 8px 15px;
  }
}
.guide__section .guide__sidebar .guide__help-list ul li summary svg {
  stroke: #FFFFFF;
  width: 13px;
  height: 7px;
  position: absolute;
  top: 16px;
  right: 15px;
}
@media (max-width: 1200px) {
  .guide__section .guide__sidebar .guide__help-list ul li summary svg {
    width: 12px;
    height: 6px;
  }
}
.guide__section .guide__sidebar .guide__help-list ul li .sub__guide-list {
  margin-top: 5px;
}
.guide__section .guide__sidebar .guide__help-list ul li .sub__guide-list ul {
  padding-left: 20px;
}
.guide__section .guide__sidebar .guide__help-list ul li .sub__guide-list ul li {
  position: relative;
}
.guide__section .guide__sidebar .guide__help-list ul li .sub__guide-list ul li button, .guide__section .guide__sidebar .guide__help-list ul li .sub__guide-list ul li a {
  font-size: 14px;
  padding: 6px 15px;
}
.guide__section .guide__sidebar .guide__help-list ul li .sub__guide-list ul li button::after, .guide__section .guide__sidebar .guide__help-list ul li .sub__guide-list ul li a::after {
  content: "";
  position: absolute;
  top: 15px;
  left: -13px;
  width: 5px;
  height: 5px;
  border-radius: 6px;
  background-color: #FFFFFF;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .guide__section .guide__sidebar .guide__help-list ul li .sub__guide-list ul li button::after, .guide__section .guide__sidebar .guide__help-list ul li .sub__guide-list ul li a::after {
    top: 13px;
  }
}
.guide__section .guide__sidebar .guide__help-list ul li .sub__guide-list ul li button:hover::after, .guide__section .guide__sidebar .guide__help-list ul li .sub__guide-list ul li a:hover::after {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.guide__section .guide__sidebar .guide__help-list ul li details[open] summary {
  background-color: rgba(255, 255, 255, 0.1019607843);
}
.guide__section .guide__sidebar .guide__help-list ul li details[open] summary svg {
  transform: scale(-1);
}
.guide__section .guide__detail-wrapper {
  max-width: calc(100% - 330px);
  width: 100%;
  background-image: url(assets/images/guide__bg.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  padding: 65px 0px;
}
@media (max-width: 1200px) {
  .guide__section .guide__detail-wrapper {
    max-width: calc(100% - 310px);
    padding: 50px 0px;
  }
}
@media (max-width: 991px) {
  .guide__section .guide__detail-wrapper {
    max-width: calc(100% - 280px);
    padding: 40px 0px;
  }
}
@media (max-width: 767px) {
  .guide__section .guide__detail-wrapper {
    max-width: 100%;
  }
}
.guide__section .guide__detail-wrapper .guide__inner-container {
  max-width: 1200px;
  padding: 0px 20px;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 1921px) {
  .guide__section .guide__detail-wrapper .guide__inner-container {
    max-width: 1470px;
  }
}
@media (min-width: 2130px) {
  .guide__section .guide__detail-wrapper .guide__inner-container {
    max-width: 1760px;
  }
}
.guide__section .guide__detail-wrapper .guide__help-header--mobile {
  display: none;
  background-color: #111111;
  padding: 15px 70px 15px 20px;
  border-radius: 5px;
  border: 1px solid #1e1e1e;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .guide__section .guide__detail-wrapper .guide__help-header--mobile {
    display: block;
  }
}
.guide__section .guide__detail-wrapper .guide__help-header--mobile h2 {
  font-size: 18px;
  line-height: 20px;
  color: #FFFFFF;
  font-weight: 700;
  margin-bottom: 0px;
  letter-spacing: 0px;
}
.guide__section .guide__detail-wrapper .guide__help-header--mobile details summary {
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.0784313725);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0px, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.guide__section .guide__detail-wrapper .guide__help-header--mobile details summary svg {
  width: 20px;
  height: 20px;
  fill: #FFFFFF;
}
.guide__section .guide__detail-wrapper .guide__help-header--mobile details .guide__help-nav--wrapper {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  overflow-y: auto;
  height: 100%;
  background-color: #111111;
  z-index: 99;
  padding: 50px 20px 20px 20px;
  border: 1px solid rgba(255, 255, 255, 0.0784313725);
}
.guide__section .guide__detail-wrapper .guide__help-header--mobile details .guide__help-nav--wrapper .close__guide-menu {
  background-color: rgba(255, 255, 255, 0.0784313725);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: none;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 10px;
  right: 10px;
}
.guide__section .guide__detail-wrapper .guide__help-header--mobile details .guide__help-nav--wrapper .close__guide-menu svg {
  width: 18px;
  height: 18px;
  fill: #FFFFFF;
}
.guide__section .guide__detail-wrapper .guide__help-header--mobile details .guide__help-nav--wrapper summary {
  position: relative !important;
  transform: none !important;
  display: flex;
  align-items: unset;
  justify-content: unset;
  height: auto;
  width: 100%;
  background-color: transparent;
  border-radius: 5px;
  top: 0px;
  right: 0px;
}
.guide__section .guide__detail-wrapper .guide__help-header--mobile details .guide__help-nav--wrapper ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.guide__section .guide__detail-wrapper .guide__help-header--mobile details .guide__help-nav--wrapper ul li {
  display: flex;
  margin-bottom: 5px;
}
.guide__section .guide__detail-wrapper .guide__help-header--mobile details .guide__help-nav--wrapper ul li:nth-last-child(1) {
  margin-bottom: 0px;
}
.guide__section .guide__detail-wrapper .guide__help-header--mobile details .guide__help-nav--wrapper ul li details {
  width: 100%;
}
.guide__section .guide__detail-wrapper .guide__help-header--mobile details .guide__help-nav--wrapper ul li button, .guide__section .guide__detail-wrapper .guide__help-header--mobile details .guide__help-nav--wrapper ul li a, .guide__section .guide__detail-wrapper .guide__help-header--mobile details .guide__help-nav--wrapper ul li summary {
  width: 100%;
  display: flex;
  position: relative;
  background-color: transparent;
  padding: 8px 15px;
  border-radius: 5px;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  font-weight: 400;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .guide__section .guide__detail-wrapper .guide__help-header--mobile details .guide__help-nav--wrapper ul li button, .guide__section .guide__detail-wrapper .guide__help-header--mobile details .guide__help-nav--wrapper ul li a, .guide__section .guide__detail-wrapper .guide__help-header--mobile details .guide__help-nav--wrapper ul li summary {
    font-size: 14px;
    line-height: 20px;
  }
}
.guide__section .guide__detail-wrapper .guide__help-header--mobile details .guide__help-nav--wrapper ul li button:hover, .guide__section .guide__detail-wrapper .guide__help-header--mobile details .guide__help-nav--wrapper ul li button.active__guide, .guide__section .guide__detail-wrapper .guide__help-header--mobile details .guide__help-nav--wrapper ul li a:hover, .guide__section .guide__detail-wrapper .guide__help-header--mobile details .guide__help-nav--wrapper ul li a.active__guide, .guide__section .guide__detail-wrapper .guide__help-header--mobile details .guide__help-nav--wrapper ul li summary:hover, .guide__section .guide__detail-wrapper .guide__help-header--mobile details .guide__help-nav--wrapper ul li summary.active__guide {
  background-color: rgba(255, 255, 255, 0.1019607843);
}
.guide__section .guide__detail-wrapper .guide__help-header--mobile details .guide__help-nav--wrapper ul li summary {
  padding: 8px 45px 8px 15px;
}
@media (max-width: 1200px) {
  .guide__section .guide__detail-wrapper .guide__help-header--mobile details .guide__help-nav--wrapper ul li summary {
    padding: 8px 35px 8px 15px;
  }
}
.guide__section .guide__detail-wrapper .guide__help-header--mobile details .guide__help-nav--wrapper ul li summary svg {
  stroke: #FFFFFF;
  width: 13px;
  height: 7px;
  position: absolute;
  top: 15px;
  right: 15px;
  fill: none;
}
@media (max-width: 1200px) {
  .guide__section .guide__detail-wrapper .guide__help-header--mobile details .guide__help-nav--wrapper ul li summary svg {
    width: 12px;
    height: 6px;
  }
}
.guide__section .guide__detail-wrapper .guide__help-header--mobile details .guide__help-nav--wrapper ul li .sub__guide-list {
  margin-top: 5px;
}
.guide__section .guide__detail-wrapper .guide__help-header--mobile details .guide__help-nav--wrapper ul li .sub__guide-list ul {
  padding-left: 20px;
}
.guide__section .guide__detail-wrapper .guide__help-header--mobile details .guide__help-nav--wrapper ul li .sub__guide-list ul li {
  position: relative;
}
.guide__section .guide__detail-wrapper .guide__help-header--mobile details .guide__help-nav--wrapper ul li .sub__guide-list ul li button, .guide__section .guide__detail-wrapper .guide__help-header--mobile details .guide__help-nav--wrapper ul li .sub__guide-list ul li a {
  font-size: 14px;
  padding: 6px 15px;
}
.guide__section .guide__detail-wrapper .guide__help-header--mobile details .guide__help-nav--wrapper ul li .sub__guide-list ul li button::after, .guide__section .guide__detail-wrapper .guide__help-header--mobile details .guide__help-nav--wrapper ul li .sub__guide-list ul li a::after {
  content: "";
  position: absolute;
  top: 15px;
  left: -13px;
  width: 5px;
  height: 5px;
  border-radius: 6px;
  background-color: #FFFFFF;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .guide__section .guide__detail-wrapper .guide__help-header--mobile details .guide__help-nav--wrapper ul li .sub__guide-list ul li button::after, .guide__section .guide__detail-wrapper .guide__help-header--mobile details .guide__help-nav--wrapper ul li .sub__guide-list ul li a::after {
    top: 13px;
  }
}
.guide__section .guide__detail-wrapper .guide__help-header--mobile details .guide__help-nav--wrapper ul li .sub__guide-list ul li button:hover::after, .guide__section .guide__detail-wrapper .guide__help-header--mobile details .guide__help-nav--wrapper ul li .sub__guide-list ul li a:hover::after {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.guide__section .guide__detail-wrapper .guide__help-header--mobile details .guide__help-nav--wrapper ul li details[open] summary {
  background-color: rgba(255, 255, 255, 0.1019607843);
}
.guide__section .guide__detail-wrapper .guide__help-header--mobile details .guide__help-nav--wrapper ul li details[open] summary svg {
  transform: scale(-1);
}
.guide__section .guide__detail-wrapper .guide__detail-block {
  width: 100%;
  background-color: #111111;
  padding: 40px;
  border-radius: 10px;
  border: 1px solid #1e1e1e;
}
@media (max-width: 1200px) {
  .guide__section .guide__detail-wrapper .guide__detail-block {
    padding: 25px 30px;
  }
}
@media (max-width: 991px) {
  .guide__section .guide__detail-wrapper .guide__detail-block {
    padding: 20px 20px;
  }
}
.guide__section .guide__detail-wrapper .guide__detail-block .custom__breadcrumbs {
  border-bottom: 1px solid rgba(255, 255, 255, 0.0784313725);
  padding-bottom: 10px;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .guide__section .guide__detail-wrapper .guide__detail-block .custom__breadcrumbs {
    margin-bottom: 20px;
  }
}
.guide__section .guide__detail-wrapper .guide__detail-block .custom__breadcrumbs ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
}
.guide__section .guide__detail-wrapper .guide__detail-block .custom__breadcrumbs ul li {
  display: inline-flex;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  font-weight: 500;
}
.guide__section .guide__detail-wrapper .guide__detail-block .custom__breadcrumbs ul li::after {
  content: ">";
  position: absolute;
  top: 0px;
  right: -17px;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  font-weight: 500;
}
.guide__section .guide__detail-wrapper .guide__detail-block .custom__breadcrumbs ul li:nth-last-child(1)::after {
  display: none;
}
.guide__section .guide__detail-wrapper .guide__detail-block .custom__breadcrumbs ul li a, .guide__section .guide__detail-wrapper .guide__detail-block .custom__breadcrumbs ul li button {
  background-color: transparent;
  border: none;
  border-radius: 0px;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.guide__section .guide__detail-wrapper .guide__detail-block .custom__breadcrumbs ul li a:hover, .guide__section .guide__detail-wrapper .guide__detail-block .custom__breadcrumbs ul li a.active, .guide__section .guide__detail-wrapper .guide__detail-block .custom__breadcrumbs ul li button:hover, .guide__section .guide__detail-wrapper .guide__detail-block .custom__breadcrumbs ul li button.active {
  color: #008D4E;
}
.guide__section .guide__detail-wrapper .guide__detail-block .guide__content-body .guide__content-title {
  margin-bottom: 20px;
  position: relative;
  padding-right: 45px;
}
.guide__section .guide__detail-wrapper .guide__detail-block .guide__content-body .guide__content-title h3 {
  font-size: 22px;
  line-height: 24px;
  color: #FFFFFF;
  font-weight: 700;
  margin-bottom: 0px;
  letter-spacing: 0px;
}
@media (max-width: 1200px) {
  .guide__section .guide__detail-wrapper .guide__detail-block .guide__content-body .guide__content-title h3 {
    font-size: 20px;
    line-height: 22px;
  }
}
.guide__section .guide__detail-wrapper .guide__detail-block .guide__content-body .guide__content-title .share__btn {
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.0784313725);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  border-radius: 30px;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translate(0px, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .guide__section .guide__detail-wrapper .guide__detail-block .guide__content-body .guide__content-title .share__btn {
    width: 28px;
    height: 28px;
  }
}
.guide__section .guide__detail-wrapper .guide__detail-block .guide__content-body .guide__content-title .share__btn svg {
  width: 19px;
  height: 19px;
  fill: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .guide__section .guide__detail-wrapper .guide__detail-block .guide__content-body .guide__content-title .share__btn svg {
    width: 16px;
    height: 16px;
  }
}
.guide__section .guide__detail-wrapper .guide__detail-block .guide__content-body .guide__content-title .share__btn:hover {
  background-color: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.guide__section .guide__detail-wrapper .guide__detail-block .guide__content-body .guide__content-title .share__btn:hover svg {
  fill: #111111;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.guide__section .guide__detail-wrapper .guide__detail-block .guide__content-body .guide__content-title .share__btn .tooltip-text {
  visibility: hidden;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 4px 8px;
  position: absolute;
  z-index: 10;
  bottom: 120%; /* above the button */
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 12px;
  pointer-events: none;
}
.guide__section .guide__detail-wrapper .guide__detail-block .guide__content-body .guide__content-title .share__btn.show-tooltip .tooltip-text {
  visibility: visible;
  opacity: 1;
}
.guide__section .guide__detail-wrapper .guide__detail-block .guide__content-body .guide__content-body--text h1, .guide__section .guide__detail-wrapper .guide__detail-block .guide__content-body .guide__content-body--text h2, .guide__section .guide__detail-wrapper .guide__detail-block .guide__content-body .guide__content-body--text h3, .guide__section .guide__detail-wrapper .guide__detail-block .guide__content-body .guide__content-body--text h4, .guide__section .guide__detail-wrapper .guide__detail-block .guide__content-body .guide__content-body--text h5, .guide__section .guide__detail-wrapper .guide__detail-block .guide__content-body .guide__content-body--text h6 {
  color: #FFFFFF;
  font-weight: 400;
  margin: 15px 0px;
}
.guide__section .guide__detail-wrapper .guide__detail-block .guide__content-body .guide__content-body--text p {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .guide__section .guide__detail-wrapper .guide__detail-block .guide__content-body .guide__content-body--text p {
    font-size: 14px;
  }
}
.guide__section .guide__detail-wrapper .guide__detail-block .guide__content-body .guide__content-body--text p a {
  color: #008D4E;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.guide__section .guide__detail-wrapper .guide__detail-block .guide__content-body .guide__content-body--text p a:hover {
  opacity: 0.7;
}
.guide__section .guide__detail-wrapper .guide__detail-block .guide__content-body .guide__content-body--text ul, .guide__section .guide__detail-wrapper .guide__detail-block .guide__content-body .guide__content-body--text ol {
  padding-left: 17px;
  margin-bottom: 10px;
}
.guide__section .guide__detail-wrapper .guide__detail-block .guide__content-body .guide__content-body--text ul li, .guide__section .guide__detail-wrapper .guide__detail-block .guide__content-body .guide__content-body--text ol li {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 1.4;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .guide__section .guide__detail-wrapper .guide__detail-block .guide__content-body .guide__content-body--text ul li, .guide__section .guide__detail-wrapper .guide__detail-block .guide__content-body .guide__content-body--text ol li {
    font-size: 14px;
  }
}
.guide__section .guide__detail-wrapper .guide__detail-block .guide__content-body .guide__content-body--text ul li a, .guide__section .guide__detail-wrapper .guide__detail-block .guide__content-body .guide__content-body--text ol li a {
  color: #008D4E;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.guide__section .guide__detail-wrapper .guide__detail-block .guide__content-body .guide__content-body--text ul li a:hover, .guide__section .guide__detail-wrapper .guide__detail-block .guide__content-body .guide__content-body--text ol li a:hover {
  opacity: 0.7;
}
.guide__section .guide__detail-wrapper .guide__detail-block .guide__content-body .guide__content-body--text img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  margin: 15px 0px;
}
.guide__section .guide__detail-wrapper .guide__detail-block .guide__content-body .guide__content-body--text video {
  width: 100%;
  height: auto;
  margin: 15px 0px;
}
.guide__section .guide__detail-wrapper .guide__detail-block .guide__content-body .guide__content-body--text iframe {
  width: 100%;
  height: 590px;
  margin: 15px 0px;
}
@media (min-width: 1921px) {
  .guide__section .guide__detail-wrapper .guide__detail-block .guide__content-body .guide__content-body--text iframe {
    height: 760px;
  }
}
@media (min-width: 2130px) {
  .guide__section .guide__detail-wrapper .guide__detail-block .guide__content-body .guide__content-body--text iframe {
    height: 920px;
  }
}
@media (max-width: 1200px) {
  .guide__section .guide__detail-wrapper .guide__detail-block .guide__content-body .guide__content-body--text iframe {
    height: 340px;
  }
}
@media (max-width: 991px) {
  .guide__section .guide__detail-wrapper .guide__detail-block .guide__content-body .guide__content-body--text iframe {
    height: 230px;
  }
}
@media (max-width: 767px) {
  .guide__section .guide__detail-wrapper .guide__detail-block .guide__content-body .guide__content-body--text iframe {
    height: 200px;
  }
}
.guide__section .guide__detail-wrapper .guide__detail-block .guide__content-body .guide__content-body--text > *:first-child {
  margin-top: 0;
}
.guide__section .guide__detail-wrapper .guide__detail-block .guide__content-body .guide__content-body--text > *:last-child {
  margin-bottom: 0;
}

.page_not_found_wrapper a {
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10.5px;
  padding: 12px 27.5px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0px;
  min-width: 176px;
  margin-top: 36px;
  border: 2px solid #008D4E;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .page_not_found_wrapper a {
    gap: 7px;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 20px;
    min-width: 155px;
  }
}
@media (max-width: 767px) {
  .page_not_found_wrapper a {
    padding: 9px 14px;
    min-width: 130px;
  }
}
.page_not_found_wrapper a.green__bg {
  background-color: #008D4E;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.page_not_found_wrapper a.green__bg svg {
  fill: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.page_not_found_wrapper a.green__bg:hover {
  background-color: #FFFFFF;
  color: #008D4E;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.page_not_found_wrapper a.green__bg:hover svg {
  fill: #008D4E;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pricing__banner {
  padding: 99.5px 0px;
  overflow: hidden;
  background: url(assets/images/pricing--banner.png) no-repeat;
  background-position: center !important;
  background-size: cover !important;
  position: relative;
}
@media (max-width: 1200px) {
  .pricing__banner {
    padding: 90px 0px;
  }
}
@media (max-width: 991px) {
  .pricing__banner {
    padding: 70px 0px 80px;
  }
}
@media (max-width: 767px) {
  .pricing__banner {
    padding: 50px 0px 50px 0px;
  }
}
.pricing__banner .pricing__banner-title {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1200px) {
  .pricing__banner .pricing__banner-title {
    max-width: 650px;
  }
}
@media (max-width: 991px) {
  .pricing__banner .pricing__banner-title {
    max-width: 510px;
  }
}
.pricing__banner .pricing__banner-title h1 {
  font-size: 64px;
  line-height: normal;
  color: #1A2332;
  font-weight: 700;
  letter-spacing: 0px;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .pricing__banner .pricing__banner-title h1 {
    font-size: 48px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .pricing__banner .pricing__banner-title h1 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .pricing__banner .pricing__banner-title h1 {
    font-size: 30px;
  }
}
.pricing__banner .pricing__banner-title h1 span {
  background: linear-gradient(90deg, #008D4E -0.16%, #2C4E68 187.79%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pricing__banner .pricing__banner-title p {
  font-size: 16px;
  line-height: 20px;
  color: #1A2332;
  letter-spacing: 0px;
  font-weight: 400;
  margin: 0;
}
.pricing__banner .pricing__banner-title p span {
  background: linear-gradient(90deg, #008D4E -0.16%, #2C4E68 187.79%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 991px) {
  .pricing__banner .pricing__banner-title p {
    font-size: 14px;
    line-height: 20px;
  }
}

.comapare__plans-table {
  padding: 64px 0px 96px;
}
@media (max-width: 1100px) {
  .comapare__plans-table {
    padding: 25px 0px 50px;
  }
}
.comapare__plans-table .compare__title {
  text-align: center;
  margin: 0 auto;
  max-width: 800px;
}
.comapare__plans-table .compare__title h2 {
  font-size: 40px;
  line-height: normal;
  color: #1A2332;
  font-weight: 800;
  letter-spacing: 0px;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .comapare__plans-table .compare__title h2 {
    font-size: 34px;
    margin-bottom: 24px;
  }
}
@media (max-width: 991px) {
  .comapare__plans-table .compare__title h2 {
    font-size: 28px;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .comapare__plans-table .compare__title h2 {
    font-size: 22px;
    margin-bottom: 16px;
  }
}
.comapare__plans-table .compare__title h2 span {
  background: linear-gradient(90deg, #008D4E -0.16%, #2C4E68 187.79%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.comapare__plans-table .compare__plans-table-wrapper .pricing__table .pricing__header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: 1px solid #D9D9D9;
}
.comapare__plans-table .compare__plans-table-wrapper .pricing__table .pricing__header .header__cell {
  width: 25%;
  text-align: center;
  padding: 10px 30px;
}
.comapare__plans-table .compare__plans-table-wrapper .pricing__table .pricing__header .header__cell:first-child {
  text-align: left;
}
@media (max-width: 991px) {
  .comapare__plans-table .compare__plans-table-wrapper .pricing__table .pricing__header .header__cell:first-child {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .comapare__plans-table .compare__plans-table-wrapper .pricing__table .pricing__header .header__cell:first-child {
    padding: 10px 10px 10px 0px;
  }
}
@media (max-width: 991px) {
  .comapare__plans-table .compare__plans-table-wrapper .pricing__table .pricing__header .header__cell {
    padding: 10px 15px;
    width: 20%;
  }
}
@media (max-width: 767px) {
  .comapare__plans-table .compare__plans-table-wrapper .pricing__table .pricing__header .header__cell {
    padding: 10px 3px 10px 3px;
  }
}
.comapare__plans-table .compare__plans-table-wrapper .pricing__table .pricing__header .header__cell h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: normal;
  color: #1A2332;
  margin: 0;
}
@media (max-width: 1024px) {
  .comapare__plans-table .compare__plans-table-wrapper .pricing__table .pricing__header .header__cell h3 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .comapare__plans-table .compare__plans-table-wrapper .pricing__table .pricing__header .header__cell h3 {
    font-size: 16px;
  }
}
.comapare__plans-table .compare__plans-table-wrapper .pricing__table .pricing__header .header__cell .pro__plan-heading {
  color: #008D4E;
}
.comapare__plans-table .compare__plans-table-wrapper .pricing__table .pricing__row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.comapare__plans-table .compare__plans-table-wrapper .pricing__table .pricing__row .pricing__row-label {
  width: 25%;
  text-align: left;
  padding: 19px 30px;
  font-size: 18px;
  line-height: normal;
  color: #1A2332;
  font-weight: 500;
}
@media (max-width: 1100px) {
  .comapare__plans-table .compare__plans-table-wrapper .pricing__table .pricing__row .pricing__row-label {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .comapare__plans-table .compare__plans-table-wrapper .pricing__table .pricing__row .pricing__row-label {
    width: 40%;
    padding: 15px 15px;
  }
}
@media (max-width: 767px) {
  .comapare__plans-table .compare__plans-table-wrapper .pricing__table .pricing__row .pricing__row-label {
    padding: 10px 3px 10px 0px;
  }
}
.comapare__plans-table .compare__plans-table-wrapper .pricing__table .pricing__row .pricing__row-value {
  width: 25%;
  text-align: center;
  padding: 19px 30px;
}
.comapare__plans-table .compare__plans-table-wrapper .pricing__table .pricing__row .pricing__row-value svg {
  display: inline-block;
  width: 16px;
  height: 16px;
}
@media (max-width: 767px) {
  .comapare__plans-table .compare__plans-table-wrapper .pricing__table .pricing__row .pricing__row-value svg {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 991px) {
  .comapare__plans-table .compare__plans-table-wrapper .pricing__table .pricing__row .pricing__row-value {
    width: 20%;
    padding: 15px 15px;
  }
}
@media (max-width: 767px) {
  .comapare__plans-table .compare__plans-table-wrapper .pricing__table .pricing__row .pricing__row-value {
    width: 20%;
    padding: 10px 3px;
  }
}

.wendrop__accelerator {
  background: #D9FFF1;
  padding-top: 64px;
}
@media (max-width: 991px) {
  .wendrop__accelerator {
    padding-top: 25px;
  }
}
@media (max-width: 767px) {
  .wendrop__accelerator {
    padding-top: 20px;
  }
}
.wendrop__accelerator .wendrop__accelerator-title {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .wendrop__accelerator .wendrop__accelerator-title {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .wendrop__accelerator .wendrop__accelerator-title {
    margin-bottom: 20px;
  }
}
.wendrop__accelerator .wendrop__accelerator-title h2 {
  font-size: 40px;
  line-height: normal;
  color: #1A2332;
  font-weight: 800;
  letter-spacing: 0px;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .wendrop__accelerator .wendrop__accelerator-title h2 {
    font-size: 34px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .wendrop__accelerator .wendrop__accelerator-title h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .wendrop__accelerator .wendrop__accelerator-title h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.wendrop__accelerator .wendrop__accelerator-title h2 span {
  background: linear-gradient(90deg, #008D4E -0.16%, #2C4E68 187.79%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.wendrop__accelerator .wendrop__accelerator-title p {
  font-size: 16px;
  line-height: 24px;
  color: #1A2332;
  letter-spacing: 0px;
  font-weight: 400;
  margin-bottom: 40px;
}
.wendrop__accelerator .wendrop__accelerator-title p span, .wendrop__accelerator .wendrop__accelerator-title p b, .wendrop__accelerator .wendrop__accelerator-title p strong {
  font-weight: 700;
}
@media (max-width: 991px) {
  .wendrop__accelerator .wendrop__accelerator-title p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}
.wendrop__accelerator .wendrop__accelerator-title a {
  background-color: #008D4E;
  color: #FFFFFF;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 19px;
  border-radius: 5px;
  display: inline-flex;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .wendrop__accelerator .wendrop__accelerator-title a {
    font-size: 14px;
    padding: 8px 25px;
  }
}
@media (max-width: 767px) {
  .wendrop__accelerator .wendrop__accelerator-title a {
    display: none;
  }
}
.wendrop__accelerator .wendrop__accelerator-title a:hover {
  background-color: #026e3e;
}
.wendrop__accelerator .accelerator__video {
  width: 100%;
  height: auto;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  overflow: hidden;
  display: flex;
}
@media (max-width: 1024px) {
  .wendrop__accelerator .accelerator__video {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
}
@media (max-width: 767px) {
  .wendrop__accelerator .accelerator__video {
    height: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
}
.wendrop__accelerator .accelerator__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.faq__wrapper {
  padding: 64px 0px;
}
@media (max-width: 991px) {
  .faq__wrapper {
    padding: 25px 0px 50px;
  }
}
@media (max-width: 991px) {
  .faq__wrapper {
    padding: 20px 0px 50px;
  }
}
.faq__wrapper .faqs__title {
  text-align: center;
  margin: 0 auto;
  max-width: 800px;
}
.faq__wrapper .faqs__title h2 {
  font-size: 40px;
  line-height: normal;
  color: #1A2332;
  font-weight: 800;
  letter-spacing: 0px;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .faq__wrapper .faqs__title h2 {
    font-size: 34px;
    margin-bottom: 24px;
  }
}
@media (max-width: 991px) {
  .faq__wrapper .faqs__title h2 {
    font-size: 28px;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .faq__wrapper .faqs__title h2 {
    font-size: 22px;
    margin-bottom: 24px;
  }
}
.faq__wrapper .faqs__title h2 span {
  background: linear-gradient(90deg, #008D4E -0.16%, #2C4E68 187.79%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.faq__wrapper .faq__content {
  width: 100%;
}
.faq__wrapper .faq__content details {
  margin-bottom: 16px;
  cursor: pointer;
  border: 1px solid #008D4E;
  border-radius: 8px;
}
@media (max-width: 991px) {
  .faq__wrapper .faq__content details {
    margin-bottom: 12px;
    border-radius: 6px;
  }
}
.faq__wrapper .faq__content details summary {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 122%;
  color: #000000;
  gap: 3px;
}
.faq__wrapper .faq__content details summary span {
  display: inline-block;
  width: calc(100% - 12.5px);
}
@media (max-width: 991px) {
  .faq__wrapper .faq__content details summary {
    padding: 12px;
    line-height: normal;
  }
}
@media (max-width: 767px) {
  .faq__wrapper .faq__content details summary {
    padding: 10px;
  }
}
.faq__wrapper .faq__content details summary svg {
  width: 12.5px;
  height: 7.12px;
}
.faq__wrapper .faq__content details .faq__answer {
  padding: 0px 20px 20px;
}
@media (max-width: 991px) {
  .faq__wrapper .faq__content details .faq__answer {
    padding: 0px 12px 12px;
  }
}
@media (max-width: 767px) {
  .faq__wrapper .faq__content details .faq__answer {
    padding: 0px 10px 10px;
  }
}
.faq__wrapper .faq__content details .faq__answer p {
  font-size: 16px;
  line-height: 20px;
  color: #1A2332;
  letter-spacing: 0px;
  font-weight: 400;
  margin: 0;
}
.faq__wrapper .faq__content details .faq__answer p span {
  background: linear-gradient(90deg, #008D4E -0.16%, #2C4E68 187.79%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 991px) {
  .faq__wrapper .faq__content details .faq__answer p {
    font-size: 14px;
    line-height: 20px;
  }
}
.faq__wrapper .faq__content details[open] summary svg {
  transform: rotate(180deg);
}

.cta__wrapper {
  padding: 64px 0px;
  background: url(assets/images/pricing--banner.png) no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 991px) {
  .cta__wrapper {
    padding: 50px 0px;
  }
}
@media (max-width: 767px) {
  .cta__wrapper {
    padding: 25px 0px;
  }
}
.cta__wrapper .cta__content-wraper {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.cta__wrapper .cta__content-wraper h2 {
  font-size: 40px;
  line-height: normal;
  color: #1A2332;
  font-weight: 800;
  letter-spacing: 0px;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cta__wrapper .cta__content-wraper h2 {
    font-size: 34px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .cta__wrapper .cta__content-wraper h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .cta__wrapper .cta__content-wraper h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.cta__wrapper .cta__content-wraper h2 span {
  background: linear-gradient(90deg, #008D4E -0.16%, #2C4E68 187.79%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cta__wrapper .cta__content-wraper p {
  font-size: 16px;
  line-height: 24px;
  color: #1A2332;
  letter-spacing: 0px;
  font-weight: 400;
  margin-bottom: 40px;
}
.cta__wrapper .cta__content-wraper p span, .cta__wrapper .cta__content-wraper p b, .cta__wrapper .cta__content-wraper p strong {
  font-weight: 700;
}
@media (max-width: 991px) {
  .cta__wrapper .cta__content-wraper p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}
.cta__wrapper .cta__content-wraper a {
  background-color: #1A2332;
  color: #FFFFFF;
  padding: 12px 119.5px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 100%;
  border-radius: 5px;
  display: inline-flex;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .cta__wrapper .cta__content-wraper a {
    font-size: 14px;
    padding: 8px 25px;
  }
}
.cta__wrapper .cta__content-wraper a:hover {
  background-color: #008D4E;
}

.main__header {
  background-color: #111111;
  padding: 22px 0px;
  position: sticky;
  top: 0;
  z-index: 99;
  box-shadow: 0px -1px 1px 0px rgba(0, 0, 0, 0.1019607843) inset;
}
@media (max-width: 991px) {
  .main__header {
    padding: 15px 0px;
  }
}
@media (max-width: 767px) {
  .main__header {
    padding: 20px 0px;
  }
}
.main__header-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 15px;
}
.main__header-row .header__logo-col {
  width: 231.38px;
}
@media (max-width: 767px) {
  .main__header-row .header__logo-col {
    width: 130px;
  }
}
@media (max-width: 360px) {
  .main__header-row .header__logo-col {
    width: 110px;
  }
}
.main__header-row .header__logo-col a {
  max-width: 151px;
  display: flex;
}
.main__header-row .header__logo-col a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.main__header-row .header__menu-col {
  width: calc(100% - 462.76px);
}
@media (max-width: 991px) {
  .main__header-row .header__menu-col {
    display: none;
  }
}
.main__header-row .header__menu-col ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 38px;
}
@media (max-width: 1024px) {
  .main__header-row .header__menu-col ul {
    gap: 20px;
  }
}
.main__header-row .header__menu-col ul li {
  display: inline-flex;
  line-height: normal;
  position: relative;
}
.main__header-row .header__menu-col ul li a {
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  letter-spacing: 0px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main__header-row .header__menu-col ul li a:hover {
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main__header-row .header__menu-col ul li.active a {
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main__header-row .header__menu-col ul li .sub-menu {
  position: absolute;
  top: 100%;
  width: 160px;
  background-color: #111111;
  left: 0px;
  display: block;
  padding: 10px 0px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.0784313725);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main__header-row .header__menu-col ul li .sub-menu li {
  display: block;
}
.main__header-row .header__menu-col ul li .sub-menu li a {
  display: block;
  padding: 10px;
}
.main__header-row .header__menu-col ul li .sub-menu li a:hover {
  background-color: rgba(255, 255, 255, 0.1490196078);
}
.main__header-row .header__menu-col ul li .sub-menu li.active a {
  background-color: rgba(255, 255, 255, 0.1490196078);
}
.main__header-row .header__menu-col ul li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main__header-row .header__menu-col ul li.has-submenu a {
  padding-right: 20px;
}
.main__header-row .header__menu-col ul li.has-submenu a::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  right: 0px;
  transform: translate(0px, -50%);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgOSA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMS40NDkzMyAwLjQ1NjQwNEMxLjMyNDkzIDAuMzQwNDg0IDEuMTYwMzkgMC4yNzczNzYgMC45OTAzNzYgMC4yODAzNzZDMC44MjAzNjMgMC4yODMzNzUgMC42NTgxNTEgMC4zNTIyNDggMC41Mzc5MTQgMC40NzI0ODVDMC40MTc2NzggMC41OTI3MjEgMC4zNDg4MDUgMC43NTQ5MzMgMC4zNDU4MDUgMC45MjQ5NDdDMC4zNDI4MDYgMS4wOTQ5NiAwLjQwNTkxMyAxLjI1OTUgMC41MjE4MzMgMS4zODM5TDQuMDIxODMgNC44ODM5QzQuMTQzODUgNS4wMDYwMiA0LjMwOTA3IDUuMDc1MTQgNC40ODE3IDUuMDc2MjlDNC42NTQzMyA1LjA3NzQzIDQuODIwNDUgNS4wMTA1MSA0Ljk0NDA4IDQuODkwMDNMOC40NDQwOCAxLjQ3NDlDOC41NjYwMSAxLjM1Mjc0IDguNjM0OSAxLjE4NzQ2IDguNjM1ODMgMS4wMTQ4N0M4LjYzNjc2IDAuODQyMjcyIDguNTY5NjYgMC42NzYyNTkgOC40NDkwNiAwLjU1Mjc4NUM4LjMyODQ3IDAuNDI5MzExIDguMTY0MDggMC4zNTgzMTcgNy45OTE1MSAwLjM1NTE4MUM3LjgxODk0IDAuMzUyMDQ1IDcuNjUyMDkgMC40MTcwMTggNy41MjcwOCAwLjUzNjAyOUw0LjQ5MDgzIDMuNDk3OUwxLjQ0OTMzIDAuNDU2NDA0WiIgZmlsbD0iI0Y3RjhGOCIvPgo8L3N2Zz4K);
  background-size: 10.29px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main__header-row .header__menu-col ul li.has-submenu li a::after {
  display: none;
}
.main__header-row .header__action-col {
  min-width: 231.38px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}
@media (max-width: 991px) {
  .main__header-row .header__action-col {
    justify-content: flex-end;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .main__header-row .header__action-col {
    gap: 15px;
    min-width: auto;
  }
}
.main__header-row .header__action-col .header__cta {
  border: none;
  background-color: transparent;
  padding: 0px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 19px;
  border-radius: 0px;
  display: inline-flex;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .main__header-row .header__action-col .header__cta {
    font-size: 14px;
  }
}
.main__header-row .header__action-col .header__cta:hover {
  color: #008D4E;
}
.main__header-row .header__action-col .header__primary-btn {
  background-color: #008D4E;
  color: #FFFFFF;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 19px;
  border-radius: 5px;
  display: inline-flex;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .main__header-row .header__action-col .header__primary-btn {
    font-size: 14px;
    padding: 8px 25px;
  }
}
@media (max-width: 767px) {
  .main__header-row .header__action-col .header__primary-btn {
    display: none;
  }
}
.main__header-row .header__action-col .header__primary-btn:hover {
  background-color: #026e3e;
}
.main__header-row .header__action-col .mobile__menu-icon {
  display: none;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: none;
  padding: 0px;
  border-radius: 0px;
}
.main__header-row .header__action-col .mobile__menu-icon svg {
  fill: #008D4E;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 991px) {
  .main__header-row .header__action-col .mobile__menu-icon {
    display: inline-flex;
  }
}
@media (max-width: 767px) {
  .main__header-row .header__action-col .mobile__menu-icon {
    width: 27px;
    height: 27px;
  }
}
.main__header-row .header__action-col .custom__lang-dropdown {
  position: relative;
}
.main__header-row .header__action-col .custom__lang-dropdown summary {
  list-style: none;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.2px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .main__header-row .header__action-col .custom__lang-dropdown summary {
    font-size: 14px;
    gap: 5px;
  }
}
.main__header-row .header__action-col .custom__lang-dropdown summary svg {
  width: 24px;
  height: 24px;
}
@media (max-width: 767px) {
  .main__header-row .header__action-col .custom__lang-dropdown summary svg {
    width: 18px;
    height: 18px;
  }
}
.main__header-row .header__action-col .custom__lang-dropdown summary::-webkit-details-marker {
  display: none;
}
.main__header-row .header__action-col .custom__lang-dropdown .lang__custom-dropdown {
  background-color: #111111;
  width: 110px;
  padding: 5px 0px;
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: 3;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.3294117647);
  border: 1px solid #383838;
  max-height: 400px;
  overflow-y: auto;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .main__header-row .header__action-col .custom__lang-dropdown .lang__custom-dropdown {
    width: 95px;
  }
}
.main__header-row .header__action-col .custom__lang-dropdown .lang__custom-dropdown a {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.2px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  gap: 8px;
  padding: 8px 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .main__header-row .header__action-col .custom__lang-dropdown .lang__custom-dropdown a {
    font-size: 14px;
    gap: 5px;
  }
}
.main__header-row .header__action-col .custom__lang-dropdown .lang__custom-dropdown a span {
  color: #FFFFFF;
}
.main__header-row .header__action-col .custom__lang-dropdown .lang__custom-dropdown a img {
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  .main__header-row .header__action-col .custom__lang-dropdown .lang__custom-dropdown a img {
    width: 18px;
    height: 18px;
  }
}
.main__header-row .header__action-col .custom__lang-dropdown .lang__custom-dropdown a:hover {
  background-color: rgba(255, 255, 255, 0.1490196078);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sidebar__wrapper {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sidebar__wrapper .sidebar__layer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.44);
  backdrop-filter: blur(23px);
  z-index: 2;
}
.sidebar__wrapper .sidebar__block {
  position: absolute;
  top: 0px;
  right: -100%;
  max-width: 290px;
  width: 100%;
  height: 100%;
  background-color: #111111;
  z-index: 3;
  box-shadow: -3px 0px 20px 0px rgba(255, 255, 255, 0.0784313725);
  padding: 60px 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sidebar__wrapper .sidebar__block .sidebar__close-btn {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: transparent;
  border: none;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar__wrapper .sidebar__block .sidebar__close-btn svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  fill: #008D4E;
}
.sidebar__wrapper .sidebar__block .sidebar__menu-wrapper {
  max-height: 100%;
  overflow-y: auto;
}
.sidebar__wrapper .sidebar__block .sidebar__menu-wrapper .menu {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.sidebar__wrapper .sidebar__block .sidebar__menu-wrapper .menu li {
  display: block;
  margin-bottom: 20px;
}
.sidebar__wrapper .sidebar__block .sidebar__menu-wrapper .menu li:nth-last-child(1) {
  margin-bottom: 0px;
}
.sidebar__wrapper .sidebar__block .sidebar__menu-wrapper .menu li a {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #FFFFFF;
  display: block;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sidebar__wrapper .sidebar__block .sidebar__menu-wrapper .menu li a:hover {
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sidebar__wrapper .sidebar__block .sidebar__menu-wrapper .menu li summary {
  list-style: none;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: #FFFFFF;
  cursor: pointer;
  position: relative;
  padding-right: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sidebar__wrapper .sidebar__block .sidebar__menu-wrapper .menu li summary::-moz-list-bullet {
  display: none;
}
.sidebar__wrapper .sidebar__block .sidebar__menu-wrapper .menu li summary::-webkit-details-marker {
  display: none;
}
.sidebar__wrapper .sidebar__block .sidebar__menu-wrapper .menu li summary::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  right: 0px;
  transform: translate(0px, -50%);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgOSA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMS40NDkzMyAwLjQ1NjQwNEMxLjMyNDkzIDAuMzQwNDg0IDEuMTYwMzkgMC4yNzczNzYgMC45OTAzNzYgMC4yODAzNzZDMC44MjAzNjMgMC4yODMzNzUgMC42NTgxNTEgMC4zNTIyNDggMC41Mzc5MTQgMC40NzI0ODVDMC40MTc2NzggMC41OTI3MjEgMC4zNDg4MDUgMC43NTQ5MzMgMC4zNDU4MDUgMC45MjQ5NDdDMC4zNDI4MDYgMS4wOTQ5NiAwLjQwNTkxMyAxLjI1OTUgMC41MjE4MzMgMS4zODM5TDQuMDIxODMgNC44ODM5QzQuMTQzODUgNS4wMDYwMiA0LjMwOTA3IDUuMDc1MTQgNC40ODE3IDUuMDc2MjlDNC42NTQzMyA1LjA3NzQzIDQuODIwNDUgNS4wMTA1MSA0Ljk0NDA4IDQuODkwMDNMOC40NDQwOCAxLjQ3NDlDOC41NjYwMSAxLjM1Mjc0IDguNjM0OSAxLjE4NzQ2IDguNjM1ODMgMS4wMTQ4N0M4LjYzNjc2IDAuODQyMjcyIDguNTY5NjYgMC42NzYyNTkgOC40NDkwNiAwLjU1Mjc4NUM4LjMyODQ3IDAuNDI5MzExIDguMTY0MDggMC4zNTgzMTcgNy45OTE1MSAwLjM1NTE4MUM3LjgxODk0IDAuMzUyMDQ1IDcuNjUyMDkgMC40MTcwMTggNy41MjcwOCAwLjUzNjAyOUw0LjQ5MDgzIDMuNDk3OUwxLjQ0OTMzIDAuNDU2NDA0WiIgZmlsbD0iI0Y3RjhGOCIvPgo8L3N2Zz4K);
  background-size: 10.29px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sidebar__wrapper .sidebar__block .sidebar__menu-wrapper .menu li summary:hover {
  color: #008D4E;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sidebar__wrapper .sidebar__block .sidebar__menu-wrapper .menu li summary:hover::after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgOSA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMS40NDkzMyAwLjQ1NjQwNEMxLjMyNDkzIDAuMzQwNDg0IDEuMTYwMzkgMC4yNzczNzYgMC45OTAzNzYgMC4yODAzNzZDMC44MjAzNjMgMC4yODMzNzUgMC42NTgxNTEgMC4zNTIyNDggMC41Mzc5MTQgMC40NzI0ODVDMC40MTc2NzggMC41OTI3MjEgMC4zNDg4MDUgMC43NTQ5MzMgMC4zNDU4MDUgMC45MjQ5NDdDMC4zNDI4MDYgMS4wOTQ5NiAwLjQwNTkxMyAxLjI1OTUgMC41MjE4MzMgMS4zODM5TDQuMDIxODMgNC44ODM5QzQuMTQzODUgNS4wMDYwMiA0LjMwOTA3IDUuMDc1MTQgNC40ODE3IDUuMDc2MjlDNC42NTQzMyA1LjA3NzQzIDQuODIwNDUgNS4wMTA1MSA0Ljk0NDA4IDQuODkwMDNMOC40NDQwOCAxLjQ3NDlDOC41NjYwMSAxLjM1Mjc0IDguNjM0OSAxLjE4NzQ2IDguNjM1ODMgMS4wMTQ4N0M4LjYzNjc2IDAuODQyMjcyIDguNTY5NjYgMC42NzYyNTkgOC40NDkwNiAwLjU1Mjc4NUM4LjMyODQ3IDAuNDI5MzExIDguMTY0MDggMC4zNTgzMTcgNy45OTE1MSAwLjM1NTE4MUM3LjgxODk0IDAuMzUyMDQ1IDcuNjUyMDkgMC40MTcwMTggNy41MjcwOCAwLjUzNjAyOUw0LjQ5MDgzIDMuNDk3OUwxLjQ0OTMzIDAuNDU2NDA0WiIgZmlsbD0iIzAwQjA2MSIvPgo8L3N2Zz4K);
  background-size: 10.29px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sidebar__wrapper .sidebar__block .sidebar__menu-wrapper .menu li.active a {
  font-weight: 700;
}
.sidebar__wrapper .sidebar__block .sidebar__menu-wrapper .menu li details .sub-menu {
  background-color: rgba(255, 255, 255, 0.1490196078);
  margin-top: 5px;
}
.sidebar__wrapper .sidebar__block .sidebar__menu-wrapper .menu li details .sub-menu li {
  margin: 0px;
}
.sidebar__wrapper .sidebar__block .sidebar__menu-wrapper .menu li details .sub-menu li a {
  padding: 10px 15px;
  display: block;
  font-size: 12px;
}
.sidebar__wrapper .sidebar__block .sidebar__menu-wrapper .menu li details .sub-menu li.active a {
  background-color: #3f3f3f;
}
.sidebar__wrapper .sidebar__block .sidebar__menu-wrapper .header__cta-btn {
  display: none;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .sidebar__wrapper .sidebar__block .sidebar__menu-wrapper .header__cta-btn {
    display: block;
  }
}
.sidebar__wrapper .sidebar__block .sidebar__menu-wrapper .header__cta-btn .header__primary-btn {
  background-color: #008D4E;
  color: #FFFFFF;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 19px;
  border-radius: 5px;
  display: block;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sidebar__wrapper .sidebar__block .sidebar__menu-wrapper .header__cta-btn .header__primary-btn:hover {
  background-color: #026e3e;
}

.active__sidebar {
  overflow: hidden;
}
.active__sidebar .sidebar__wrapper {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.active__sidebar .sidebar__wrapper .sidebar__block {
  right: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.main__footer {
  background-color: #FFFFFF;
  padding: 60px 0px 50px;
}
@media (max-width: 1200px) {
  .main__footer {
    padding: 50px 0px 50px;
  }
}
@media (max-width: 991px) {
  .main__footer {
    padding: 40px 0px;
  }
}
@media (max-width: 767px) {
  .main__footer {
    padding: 40px 0px 20px 0px;
  }
}
.main__footer .footer__inner-container {
  max-width: 1069px;
  margin: 0 auto;
}
.main__footer-row {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
}
@media (max-width: 991px) {
  .main__footer-row {
    row-gap: 30px;
  }
}
.main__footer-logo--col {
  width: 100%;
  max-width: 338px;
}
@media (max-width: 1200px) {
  .main__footer-logo--col {
    max-width: 320px;
  }
}
@media (max-width: 991px) {
  .main__footer-logo--col {
    max-width: 100%;
  }
}
.main__footer-logo--col .footer__logo {
  max-width: 144px;
  display: flex;
  margin-bottom: 165px;
}
@media (max-width: 1200px) {
  .main__footer-logo--col .footer__logo {
    max-width: 100px;
    margin-bottom: 65px;
  }
}
@media (max-width: 767px) {
  .main__footer-logo--col .footer__logo {
    max-width: 80px;
    margin-bottom: 35px;
  }
}
.main__footer-logo--col .footer__logo a {
  width: 100%;
  display: flex;
}
.main__footer-logo--col .footer__logo a img {
  width: 100%;
  height: 100%;
}
.main__footer-logo--col .social__icon-links ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
.main__footer-logo--col .social__icon-links ul li {
  display: inline-flex;
}
.main__footer-logo--col .social__icon-links ul li a {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
}
.main__footer-logo--col .social__icon-links ul li a svg, .main__footer-logo--col .social__icon-links ul li a img {
  width: 100%;
  height: 100%;
  fill: #9C9DA1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main__footer-logo--col .social__icon-links ul li a:hover svg {
  fill: #008D4E;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main__footer-logo--col .footer__newsletter {
  padding: 0px 42px;
}
@media (max-width: 1200px) {
  .main__footer-logo--col .footer__newsletter {
    padding: 0px 20px;
  }
}
@media (max-width: 991px) {
  .main__footer-logo--col .footer__newsletter {
    padding: 0px 0px;
  }
}
.main__footer-logo--col .footer__newsletter .news__letter-form label {
  font-size: 16px;
  line-height: 28px;
  color: #1A2332;
  font-weight: 700;
  display: inline-flex;
  margin-bottom: 18px;
}
.main__footer-logo--col .footer__newsletter .news__letter-form .field__group {
  position: relative;
}
.main__footer-logo--col .footer__newsletter .news__letter-form .field__group input {
  width: 100%;
  padding: 16.5px 35px 16.5px 15px;
  border: 1px solid #1A2332;
  border-radius: 6px;
  background-color: #FFFFFF;
  font-size: 14px;
  line-height: 17px;
  color: #424242;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
.main__footer-logo--col .footer__newsletter .news__letter-form .field__group input:focus {
  border-color: #008D4E;
}
.main__footer-logo--col .footer__newsletter .news__letter-form .field__group button, .main__footer-logo--col .footer__newsletter .news__letter-form .field__group input[type=submit] {
  background-color: transparent;
  padding: 0px;
  width: 24px;
  height: 24px;
  border-radius: 0px;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 14px;
  right: 13px;
}
.main__footer-logo--col .footer__newsletter .news__letter-form .field__group button svg, .main__footer-logo--col .footer__newsletter .news__letter-form .field__group input[type=submit] svg {
  width: 100%;
  height: 100%;
}
.main__footer-logo--col .footer__newsletter .news__letter-form .field__group .wpcf7-not-valid-tip {
  font-size: 14px;
  font-style: italic;
  margin-top: 5px;
}
.main__footer-logo--col .footer__newsletter .news__letter-form .field__group .wpcf7-spinner {
  margin: 0px;
  position: absolute;
  top: -30px;
  right: 0px;
}
.main__footer-logo--col .footer__newsletter .news__letter-form .field__note {
  font-size: 12px;
  line-height: 20.4px;
  color: #1A2332;
  opacity: 0.7;
  display: block;
  margin-top: 18px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .main__footer-logo--col .footer__newsletter .news__letter-form .field__note {
    margin-top: 10px;
  }
}
.main__footer-logo--col .footer__newsletter .wpcf7-response-output {
  margin: 10px 0px 0px;
  font-size: 14px;
  color: #1A2332;
}
.main__footer-logo--col .footer__newsletter .wpcf7-submit {
  background: none;
  border: none;
  padding: 10px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  background-image: url("assets/images/submit-btn.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;
}
.main__footer-menu--col {
  width: 100%;
  max-width: 670px;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  row-gap: 20px;
  margin: 0px -10px;
}
@media (max-width: 1200px) {
  .main__footer-menu--col {
    max-width: 645px;
  }
}
@media (max-width: 991px) {
  .main__footer-menu--col {
    max-width: 100%;
    margin: 0px -10px;
  }
}
@media (max-width: 767px) {
  .main__footer-menu--col {
    justify-content: space-between;
    margin: 0px;
  }
}
.main__footer-menu--col .footer__menu-items {
  width: 33.33%;
  padding: 0px 10px;
}
@media (max-width: 767px) {
  .main__footer-menu--col .footer__menu-items {
    width: calc(50% - 10px);
    padding: 0px;
  }
}
.main__footer-menu--col .footer__menu-items h3 {
  font-size: 16px;
  line-height: 28px;
  color: #1A2332;
  font-weight: 700;
  margin-bottom: 15px;
}
.main__footer-menu--col .footer__menu-items ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.main__footer-menu--col .footer__menu-items ul li {
  display: flex;
  line-height: normal;
  margin-bottom: 13px;
}
@media (max-width: 1200px) {
  .main__footer-menu--col .footer__menu-items ul li {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .main__footer-menu--col .footer__menu-items ul li {
    margin-bottom: 6px;
  }
}
.main__footer-menu--col .footer__menu-items ul li:nth-last-child(1) {
  margin-bottom: 0px;
}
.main__footer-menu--col .footer__menu-items ul li a {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0px;
  font-weight: 400;
  color: #1A2332;
  opacity: 0.7;
  display: inline-flex;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .main__footer-menu--col .footer__menu-items ul li a {
    font-size: 14px;
    line-height: 20px;
  }
}
.main__footer-menu--col .footer__menu-items ul li a:hover {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main__footer .footer__bottom-row {
  border-top: 1px solid rgba(26, 35, 50, 0.06);
  margin-top: 47px;
  padding-top: 47px;
}
@media (max-width: 1200px) {
  .main__footer .footer__bottom-row {
    margin-top: 30px;
    padding-top: 30px;
  }
}
.main__footer .footer__bottom-row .footer__bottom-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
}
@media (max-width: 767px) {
  .main__footer .footer__bottom-row .footer__bottom-wrapper {
    flex-direction: column;
  }
}
.main__footer .footer__bottom-row .footer__bottom-wrapper .footer__bottom-logo {
  width: 135px;
}
@media (max-width: 767px) {
  .main__footer .footer__bottom-row .footer__bottom-wrapper .footer__bottom-logo {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.main__footer .footer__bottom-row .footer__bottom-wrapper .footer__bottom-logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 50px;
}
.main__footer .footer__bottom-row .footer__bottom-wrapper .footer__bottom-logo a img {
  width: 100%;
  height: 100%;
}
.main__footer .footer__bottom-row .footer__bottom-wrapper .footer__bottom-menu {
  max-width: calc(100% - 290px);
}
@media (max-width: 767px) {
  .main__footer .footer__bottom-row .footer__bottom-wrapper .footer__bottom-menu {
    max-width: 100%;
  }
}
.main__footer .footer__bottom-row .footer__bottom-wrapper .footer__bottom-menu ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 36px;
}
.main__footer .footer__bottom-row .footer__bottom-wrapper .footer__bottom-menu ul li {
  display: inline-flex;
}
.main__footer .footer__bottom-row .footer__bottom-wrapper .footer__bottom-menu ul li a {
  font-size: 14px;
  color: #1A2332;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 17px;
  display: inline-flex;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main__footer .footer__bottom-row .footer__bottom-wrapper .footer__bottom-menu ul li a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main__footer .footer__bottom-row .footer__bottom-wrapper .footer__bottom-social--icon ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.main__footer .footer__bottom-row .footer__bottom-wrapper .footer__bottom-social--icon ul li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.main__footer .footer__bottom-row .footer__bottom-wrapper .footer__bottom-social--icon ul li a {
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid rgba(26, 35, 50, 0.1);
  border-radius: 50%;
}
@media (max-width: 767px) {
  .main__footer .footer__bottom-row .footer__bottom-wrapper .footer__bottom-social--icon ul li a {
    width: 30px;
    height: 30px;
  }
}
.main__footer .footer__bottom-row .footer__bottom-wrapper .footer__bottom-social--icon ul li a img {
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  .main__footer .footer__bottom-row .footer__bottom-wrapper .footer__bottom-social--icon ul li a img {
    width: 16px;
    height: 16px;
  }
}

.home__faqs {
  padding: 62px 0px;
  background-color: #FFFFFF;
}
@media (max-width: 1200px) {
  .home__faqs {
    padding: 25px 0px;
  }
}
@media (max-width: 767px) {
  .home__faqs {
    padding: 20px 0px;
  }
}
.home__faqs .home__faqs-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
}
.home__faqs .home__faqs-row .home__faqs-title-col {
  width: 437px;
}
@media (max-width: 1200px) {
  .home__faqs .home__faqs-row .home__faqs-title-col {
    width: 350px;
  }
}
@media (max-width: 991px) {
  .home__faqs .home__faqs-row .home__faqs-title-col {
    width: 330px;
  }
}
@media (max-width: 767px) {
  .home__faqs .home__faqs-row .home__faqs-title-col {
    width: 100%;
  }
}
.home__faqs .home__faqs-row .home__faqs-title-col .badge {
  font-family: "Inter", sans-serif;
  display: inline-block;
  padding: 8px 18px;
  background: #E6F4ED;
  color: #008D4E;
  border-radius: 50px;
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 18px;
}
@media (max-width: 1200px) {
  .home__faqs .home__faqs-row .home__faqs-title-col .badge {
    padding: 8px 15px;
    margin-bottom: 15px;
  }
}
.home__faqs .home__faqs-row .home__faqs-title-col h2 {
  font-size: 40px;
  line-height: normal;
  letter-spacing: 0px;
  font-weight: 800;
  color: #1A2332;
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  .home__faqs .home__faqs-row .home__faqs-title-col h2 {
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  .home__faqs .home__faqs-row .home__faqs-title-col h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .home__faqs .home__faqs-row .home__faqs-title-col h2 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}
.home__faqs .home__faqs-row .home__faqs-title-col p {
  font-size: 16px;
  line-height: 24px;
  color: #1A2332;
  font-weight: 400;
  letter-spacing: 0px;
}
@media (max-width: 991px) {
  .home__faqs .home__faqs-row .home__faqs-title-col p {
    font-size: 14px;
    line-height: 20px;
  }
}
.home__faqs .home__faqs-row .home__faqs-questions {
  width: calc(100% - 547px);
}
@media (max-width: 1200px) {
  .home__faqs .home__faqs-row .home__faqs-questions {
    width: calc(100% - 420px);
  }
}
@media (max-width: 991px) {
  .home__faqs .home__faqs-row .home__faqs-questions {
    width: calc(100% - 350px);
  }
}
@media (max-width: 767px) {
  .home__faqs .home__faqs-row .home__faqs-questions {
    width: 100%;
  }
}
.home__faqs .home__faqs-row .faqs__questions details summary {
  padding: 25px 40px 25px 0px;
  color: #1A2332;
  font-size: 16px;
  font-weight: 700;
  list-style: none;
  cursor: pointer;
  border-bottom: 1px solid #7D7E81;
  position: relative;
}
@media (max-width: 1200px) {
  .home__faqs .home__faqs-row .faqs__questions details summary {
    padding: 25px 30px 25px 0px;
  }
}
@media (max-width: 991px) {
  .home__faqs .home__faqs-row .faqs__questions details summary {
    padding: 20px 30px 20px 0px;
    font-size: 14px;
  }
}
.home__faqs .home__faqs-row .faqs__questions details summary::-webkit-details-marker {
  display: none;
}
.home__faqs .home__faqs-row .faqs__questions details summary svg {
  position: absolute;
  top: 30px;
  right: 0px;
  width: 24px;
  height: 24px;
}
@media (max-width: 1200px) {
  .home__faqs .home__faqs-row .faqs__questions details summary svg {
    top: 25px;
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 991px) {
  .home__faqs .home__faqs-row .faqs__questions details summary svg {
    top: 19px;
    width: 18px;
    height: 18px;
  }
}
.home__faqs .home__faqs-row .faqs__questions details summary svg.minius__icon {
  display: none;
}
.home__faqs .home__faqs-row .faqs__questions details[open] svg.plus__icon {
  display: none;
}
.home__faqs .home__faqs-row .faqs__questions details[open] svg.minius__icon {
  display: flex;
}
.home__faqs .home__faqs-row .faqs__questions details .faqs__ans-content {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .home__faqs .home__faqs-row .faqs__questions details .faqs__ans-content {
    margin-top: 10px;
  }
}
.home__faqs .home__faqs-row .faqs__questions details .faqs__ans-content p {
  font-size: 16px;
  line-height: 26px;
  color: #6D7081;
  font-weight: 400;
  margin-bottom: 0px;
  letter-spacing: 0px;
}
@media (max-width: 991px) {
  .home__faqs .home__faqs-row .faqs__questions details .faqs__ans-content p {
    font-size: 14px;
    line-height: 20px;
  }
}
.home__faqs .home__faqs-row .faqs__questions details:nth-last-child(1) summary {
  border-bottom: none;
  padding-bottom: 0px;
}

.contect__section {
  padding: 74px 0px 74px;
  background-color: #FFFFFF;
}
@media (max-width: 1200px) {
  .contect__section {
    padding: 25px 0px 50px;
  }
}
@media (max-width: 767px) {
  .contect__section {
    padding: 20px 0px 40px;
  }
}
.contect__section .contect__section-block {
  background-color: #1A1A1C;
  padding: 75px 30px;
  border-radius: 16px;
}
@media (max-width: 1200px) {
  .contect__section .contect__section-block {
    padding: 45px 30px;
  }
}
@media (max-width: 767px) {
  .contect__section .contect__section-block {
    padding: 30px 20px;
  }
}
.contect__section .contect__section-block .contact__text-block {
  max-width: 908px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1200px) {
  .contect__section .contect__section-block .contact__text-block {
    max-width: 580px;
  }
}
.contect__section .contect__section-block .contact__text-block .contact__sub-title {
  display: inline-block;
  margin-bottom: 16px;
  color: #008D4E;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .contect__section .contect__section-block .contact__text-block .contact__sub-title {
    margin-bottom: 10px;
  }
}
.contect__section .contect__section-block .contact__text-block h2 {
  font-size: 40px;
  line-height: 48px;
  color: #FFFFFF;
  font-weight: 800;
  letter-spacing: 0px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .contect__section .contect__section-block .contact__text-block h2 {
    font-size: 34px;
    line-height: normal;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .contect__section .contect__section-block .contact__text-block h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .contect__section .contect__section-block .contact__text-block h2 {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .contect__section .contect__section-block .contact__text-block h2 br {
    display: none;
  }
}
.contect__section .contect__section-block .contact__text-block p {
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  letter-spacing: 0px;
  font-weight: 400;
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .contect__section .contect__section-block .contact__text-block p {
    font-size: 14px;
    line-height: 20px;
  }
}
.contect__section .contect__section-block .contact__text-block .contact__text-block--btns {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 1200px) {
  .contect__section .contect__section-block .contact__text-block .contact__text-block--btns {
    gap: 15px;
  }
}
@media (max-width: 991px) {
  .contect__section .contect__section-block .contact__text-block .contact__text-block--btns {
    margin-top: 20px;
  }
}
.contect__section .contect__section-block .contact__text-block .contact__text-block--btns a,
.contect__section .contect__section-block .contact__text-block .contact__text-block--btns button {
  font-family: "Inter", sans-serif;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10.5px;
  padding: 12px 27.5px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0px;
  min-width: 176px;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .contect__section .contect__section-block .contact__text-block .contact__text-block--btns a,
  .contect__section .contect__section-block .contact__text-block .contact__text-block--btns button {
    gap: 7px;
    padding: 10px 30px;
    min-width: 155px;
  }
}
@media (max-width: 991px) {
  .contect__section .contect__section-block .contact__text-block .contact__text-block--btns a,
  .contect__section .contect__section-block .contact__text-block .contact__text-block--btns button {
    padding: 8px 25px;
    font-size: 14px;
    line-height: 20px;
    min-width: 151px;
  }
}
@media (max-width: 767px) {
  .contect__section .contect__section-block .contact__text-block .contact__text-block--btns a,
  .contect__section .contect__section-block .contact__text-block .contact__text-block--btns button {
    padding: 9px 14px;
    min-width: 130px;
  }
}
.contect__section .contect__section-block .contact__text-block .contact__text-block--btns a.green__bg,
.contect__section .contect__section-block .contact__text-block .contact__text-block--btns button.green__bg {
  background-color: #008D4E;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contect__section .contect__section-block .contact__text-block .contact__text-block--btns a.green__bg svg,
.contect__section .contect__section-block .contact__text-block .contact__text-block--btns button.green__bg svg {
  fill: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contect__section .contect__section-block .contact__text-block .contact__text-block--btns a.green__bg:hover,
.contect__section .contect__section-block .contact__text-block .contact__text-block--btns button.green__bg:hover {
  background-color: #FFFFFF;
  color: #008D4E;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contect__section .contect__section-block .contact__text-block .contact__text-block--btns a.green__bg:hover svg,
.contect__section .contect__section-block .contact__text-block .contact__text-block--btns button.green__bg:hover svg {
  fill: #008D4E;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contect__section .contect__section-block .contact__text-block .contact__text-block--btns a.white__bg,
.contect__section .contect__section-block .contact__text-block .contact__text-block--btns button.white__bg {
  background-color: #FFFFFF;
  color: #262831;
}
.contect__section .contect__section-block .contact__text-block .contact__text-block--btns a.white__bg:hover,
.contect__section .contect__section-block .contact__text-block .contact__text-block--btns button.white__bg:hover {
  background-color: #008D4E;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contect__section .contect__section-block .contact__text-block .contact__text-block--btns a.cta__primary-button .spinner,
.contect__section .contect__section-block .contact__text-block .contact__text-block--btns button.cta__primary-button .spinner {
  animation: cta__spin 1s linear infinite;
  stroke: #FFFFFF;
}
.contect__section .contect__section-block .contact__text-block .contact__text-block--btns a.cta__primary-button:hover .spinner,
.contect__section .contect__section-block .contact__text-block .contact__text-block--btns button.cta__primary-button:hover .spinner {
  stroke: #008D4E;
}
.contect__section .contect__section-block .contact__text-block .contact__text-block--btns a.cta__primary-button .btn-icon,
.contect__section .contect__section-block .contact__text-block .contact__text-block--btns a.cta__primary-button .btn-loader,
.contect__section .contect__section-block .contact__text-block .contact__text-block--btns button.cta__primary-button .btn-icon,
.contect__section .contect__section-block .contact__text-block .contact__text-block--btns button.cta__primary-button .btn-loader {
  display: flex;
}

/*# sourceMappingURL=style-scss.css.map */
