@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

a {
  text-decoration: none;
}

input, button {
  -webkit-appearance: none !important;
  border-radius: 0;
  box-shadow: none;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

:root {
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
}

html,
body {
  height: 100%;
}

body {
  background: #FFFFFF;
  font-family: sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #4B5563;
}

.noscroll {
  overflow: hidden;
  touch-action: none;
}

* {
  background-repeat: no-repeat;
  box-sizing: border-box;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.main {
  flex: 1;
}

.container {
  max-width: 1536px;
  margin: 0 auto;
  padding: 0 16px;
}
@media (max-width: 1535px) {
  .container {
    max-width: 1280px;
  }
}
@media (max-width: 1280px) {
  .container {
    max-width: 1024px;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 768px;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 16px;
    max-width: 640px;
  }
}
@media (max-width: 640px) {
  .container {
    max-width: 100%;
    padding: 0 8px;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100dvh;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}
.modal .modal-wrap {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  overflow: auto;
  padding-top: 40px;
  padding-bottom: 100px;
  padding-left: 16px;
  padding-right: 16px;
}
.modal .modal-box {
  background-color: #fff;
  padding: 16px;
  border-radius: 10px;
  width: 100%;
  max-width: 498px;
  position: relative;
}
.modal .modal-box .modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}
.modal .modal-box .modal-close svg {
  width: 16px;
  height: 16px;
  color: #000;
}
.modal .modal-top {
  padding-bottom: 16px;
  padding-right: 18px;
}
.modal .modal-top__title {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  line-height: 130%;
}
.modal .modal-top__text {
  margin-top: 6px;
  font-size: 14px;
  color: #6C7280;
  line-height: 130%;
  margin-bottom: 0 !important;
}
.modal .modal-form {
  display: grid;
  gap: 16px;
}
.modal .modal-form__group label {
  display: flex;
  margin-bottom: 8px;
  font-size: 14px;
  color: #000;
}
.modal .modal-form__group input,
.modal .modal-form__group textarea {
  border: 1px solid #E4E4E7;
  width: 100%;
  padding: 8px 12px;
  height: 40px;
  border-radius: 6px;
  font-size: 14px;
  color: #000;
}
.modal .modal-form__group textarea {
  height: 80px;
  font-family: sans-serif;
}
.modal .modal-form__submit {
  margin-top: 0;
}
.modal .modal-form .btn-dark {
  font-size: 14px;
  justify-content: center;
  text-align: center;
  height: 40px;
}
.modal .modal-txt-min {
  text-align: center;
  font-size: 12px !important;
  color: #6C7280;
  line-height: 140%;
  margin-top: 16px;
}
.modal .modal-txt-min a {
  color: #1F9D55;
  font-weight: 600;
}

.fsize14 {
  font-size: 14px !important;
}

.custom-select {
  position: relative;
}
.custom-select__top {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointers;
}
.custom-select__top::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-chevron-down h-4 w-4 opacity-50' aria-hidden='true'%3E%3Cpath d='m6 9 6 6 6-6'%3E%3C/path%3E%3C/svg%3E");
  background-position: center;
  background-size: cover;
  right: 10px;
  z-index: 3;
  pointer-events: none;
}
.custom-select__top.active::after {
  transform: rotate(180deg);
}
.custom-select input {
  padding-right: 24px !important;
  cursor: pointer;
}
.custom-select__options {
  position: absolute;
  top: calc(100% + 5px);
  border: 1px solid #E4E4E7;
  background-color: #fff;
  width: 100%;
  border-radius: 6px;
  font-size: 14px;
  line-height: 130%;
  color: #000;
  padding: 4px;
  display: none;
}
.custom-select__options.active {
  display: block;
}
.custom-select .custom-select-option {
  padding: 6px 32px 6px 8px;
  border-radius: 4px;
  cursor: pointer;
}
.custom-select .custom-select-option:hover {
  background-color: #F4F4F5;
}
.custom-select .custom-select-option.selected::after {
  content: "";
  position: absolute;
  right: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23000' class='bi bi-check-lg' viewBox='0 0 16 16'%3E%3Cpath d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425z'/%3E%3C/svg%3E");
  background-position: center;
  width: 16px;
  height: 16px;
  background-size: cover;
}

.top {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: clamp(48px, 7.467vw, 64px);
}

.title {
  margin-bottom: 16px;
  font-size: clamp(24px, 4vw, 36px);
  font-weight: 700;
  line-height: 120%;
  text-align: center;
  color: #000;
}

.pretitle {
  font-size: clamp(18px, 2.533vw, 20px);
  line-height: 140%;
  max-width: 672px;
  text-align: center;
  color: #4B5563;
}

.section {
  padding: clamp(48px, 8.533vw, 80px) 0;
}

.brbs {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
  padding: 32px;
  border: 1px solid #E4E4E7;
  border-radius: 10px;
}
@media (max-width: 1280px) {
  .brbs {
    padding: 24px;
  }
}
@media (max-width: 768px) {
  .brbs {
    padding: 16px;
  }
}

.btn-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1F9D55;
  color: #fff;
  font-size: 16px;
  padding: 0px 32px;
  width: 100%;
  margin-top: 24px;
  border-radius: 6px;
  border: none;
  height: 48px;
  transition: 0.23s;
}
.btn-primary:hover {
  opacity: 0.93;
}
.btn-primary--V2 {
  background-color: #16A349;
}
.btn-primary--V2:hover {
  background-color: #17803C;
}

form .form-group-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 992px) {
  form .form-group-row {
    grid-template-columns: 100%;
    gap: 0px;
  }
}
form .form-group {
  margin-bottom: 24px;
}
form .form-group label {
  display: flex;
  font-size: 14px;
  color: #000;
}
@media (max-width: 768px) {
  form .form-group label {
    font-size: 16px;
  }
}
form .form-group input,
form .form-group textarea {
  margin-top: 8px;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 125%;
  color: #000;
  border: 1px solid #E4E4E7;
  border-radius: 5px;
  height: 40px;
  width: 100%;
  font-family: sans-serif;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}
form .form-group input::placeholder,
form .form-group textarea::placeholder {
  color: #71717A;
}
form .form-group input:focus,
form .form-group textarea:focus {
  border-color: #000;
}
@media (max-width: 768px) {
  form .form-group input,
  form .form-group textarea {
    font-size: 16px;
  }
}
form .form-group textarea {
  height: 80px;
  padding: 8px 12px;
}
@media (max-width: 992px) {
  form .form-group textarea {
    height: 120px;
  }
}
form .form-txt01 {
  margin-top: 24px;
  text-align: center;
  line-height: 130%;
  font-size: 14px;
}
form .form-txt01 a {
  color: #1F9D55;
  font-weight: 600;
}

.btn-light {
  display: flex;
  align-items: center;
  font-size: 14px;
  padding: 8px 16px;
  height: 40px;
  line-height: 140%;
  background-color: #fff;
  border-radius: 5px;
  transition: 0.23s;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
  border: 1px solid #E4E4E7;
}
.btn-light:hover {
  background-color: #F4F4F5;
}

.btn-dark {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  height: 32px;
  line-height: 140%;
  background-color: #18181B;
  border-radius: 6px;
  transition: 0.23s;
  border: 1px solid #18181B;
  color: #fff;
  font-size: 12px;
  gap: 12px;
}
.btn-dark svg {
  width: 16px;
  height: 16px;
}
.btn-dark:hover {
  background-color: #2c2c30;
}

.header {
  position: fixed;
  background-color: #fff;
  z-index: 10;
  border-bottom: 1px solid #E4E4E7;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  height: 64px;
  display: flex;
  align-items: center;
}
.header__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .container {
  width: 100%;
}
.header .hlogo {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header .hlogo svg {
  width: 32px;
  height: 32px;
  color: #1F9D55;
}
.header .hlogo span {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}
@media (max-width: 992px) {
  .header .hlogo {
    display: none;
  }
}
.header .menu nav ul {
  display: flex;
  gap: 32px;
}
.header .menu nav ul li {
  font-size: 14px;
  color: #000;
  transition: 0.23s;
  cursor: pointer;
}
.header .menu nav ul li a {
  font-size: 14px;
  color: #000;
  transition: 0.23s;
}
.header .menu nav ul .menu-item:hover {
  color: #1F9D55;
}
.header .menu nav ul .menu-item:hover svg {
  color: #1F9D55;
}
.header .menu nav ul .menu-item:hover a {
  color: #1F9D55;
}
.header .menu nav ul .has-dropdown {
  display: flex;
  align-items: center;
  gap: 4px;
  position: relative;
}
.header .menu nav ul .has-dropdown svg {
  width: 16px;
  height: 16px;
  color: #000;
  transition: 0.23s;
}
.header .menu nav ul .has-dropdown.active {
  color: #1F9D55;
}
.header .menu nav ul .has-dropdown.active svg {
  transform: rotate(180deg);
  color: #1F9D55;
}
@media (max-width: 992px) {
  .header .menu {
    display: none;
  }
}
.header .dropdown-menu {
  position: absolute;
  top: 40px;
  left: 0;
  width: 240px;
  background-color: #fff;
  display: none !important;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid #E4E4E7;
  border-radius: 0 0 15px 15px;
  padding: 8px;
  gap: 4px !important;
}
.header .dropdown-menu.active {
  display: flex !important;
}
.header .dropdown-menu li {
  width: 100%;
}
.header .dropdown-menu li a {
  border-radius: 6px;
}
.header .dropdown-menu li a svg {
  width: 16px;
  height: 16px;
  color: #000 !important;
  transition: 0.23s;
  transform: rotate(0deg) !important;
}
.header .dropdown-menu li a {
  color: #000 !important;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: 0.23s;
  width: 100%;
}
.header .dropdown-menu li a:hover {
  color: #1F9D55 !important;
  background: #F0F6FF;
}
.header .dropdown-menu li a:hover svg {
  color: #1F9D55 !important;
}
.header .h-box {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header .lang {
  display: flex;
  align-items: center;
  position: relative;
}
.header .lang .lang-main {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 12px;
  padding: 0px 12px;
  border: 1px solid #E4E4E7;
  border-radius: 6px;
  height: 32px;
  gap: 8px;
  color: #000;
}
.header .lang .lang-main svg {
  width: 16px;
  height: 16px;
}
.header .lang .lang-main.active svg {
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .header .lang .lang-main {
    height: 40px;
  }
}
.header .lang .lang-list {
  right: 0;
  left: auto;
  top: 47px;
  width: 163px;
}
.header .lang .lang-list li a {
  font-size: 14px;
  color: #000;
}
.header .lang .lang-list li a.active {
  color: #1F9D55 !important;
  background: #F0F6FF;
}
.header .lang .lang-list li a.active svg {
  color: #1F9D55 !important;
}
.header .lang .lang-list li a.active::after {
  position: relative;
  content: "✓";
}
.header .lang .lang-list li a:hover {
  background: #F3F4F6;
}
.header .htel {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.header .htel a {
  color: #1F9D55;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
}
.header .htel span {
  line-height: 130%;
  font-size: 12px;
}
@media (max-width: 768px) {
  .header .htel span {
    display: none;
  }
}
.header .htel-mob {
  display: none;
}
@media (max-width: 992px) {
  .header .htel-mob {
    display: flex;
  }
}
@media (max-width: 992px) {
  .header .htel-desk {
    display: none;
  }
}
.header .h-sec {
  display: none;
  gap: 12px;
  align-items: center;
}
@media (max-width: 992px) {
  .header .h-sec {
    display: flex;
  }
}
@media (max-width: 768px) {
  .header .hbtn-call {
    display: none;
  }
}
.header .hbtn-call-mob {
  height: 32px;
  width: 32px;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #E4E4E7;
  border-radius: 6px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .header .hbtn-call-mob {
    display: flex;
  }
}
.header .hbtn-call-mob svg {
  height: 16px;
  width: 16px;
}
.header .btn-menu {
  height: 32px;
  width: 40px;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #E4E4E7;
  border-radius: 6px;
  background-color: #fff;
}
.header .btn-menu span {
  display: flex;
}
@media (max-width: 992px) {
  .header .btn-menu {
    display: flex;
    height: 40px;
  }
}

.mobile-menu {
  position: fixed;
  height: 100dvh;
  width: 100vw;
  z-index: 50;
  background-color: rgba(0, 0, 0, 0.4);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.mobile-menu__wrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
}
.mobile-menu__box {
  background: #fff;
  width: 300px;
  height: 100%;
  padding: 24px;
  overflow: auto;
  transform: translateX(100%);
  transition: transform 0.25s ease;
}
.mobile-menu.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.mobile-menu.is-open .mobile-menu__box {
  transform: translateX(0);
}
.mobile-menu__top {
  position: relative;
}
.mobile-menu__top p {
  font-size: 14px;
  margin-top: 8px;
  color: #71717A;
}
.mobile-menu__top .mobile-menu-close {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 3;
}
.mobile-menu__top .mobile-menu-close svg {
  width: 16px;
  height: 16px;
}
.mobile-menu .hlogo {
  display: flex;
}
.mobile-menu .hlogo svg {
  width: 24px;
  gap: 24px;
}
.mobile-menu .hlogo span {
  font-size: 18px;
}
.mobile-menu .mobile-nav {
  margin-top: 32px;
}
.mobile-menu .mobile-nav__title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #000;
}
.mobile-menu .mobile-nav__list {
  border-bottom: 1px solid #E4E4E7;
  padding-bottom: 12px;
  margin-bottom: 24px;
}
.mobile-menu .mobile-nav__list li a {
  display: flex;
  padding: 8px;
  gap: 12px;
  align-items: center;
  font-size: 16px;
  line-height: 140%;
  color: #4B5563;
}
.mobile-menu .mobile-nav__list li a svg {
  width: 16px;
  height: 16px;
}
.mobile-menu .mob-nav-tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #F0F6FF;
  border-radius: 10px;
  padding: 16px;
}
.mobile-menu .mob-nav-tel a {
  font-weight: 600;
  color: #1F9D55;
  font-size: 20px;
}
.mobile-menu .mob-nav-tel p {
  font-size: 14px;
  text-align: center;
  margin-top: 8px;
}

.hero {
  background-color: #F0FDF4;
}
.hero__wrap {
  display: flex;
  gap: 48px;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .hero__wrap {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
}
.hero__main {
  width: 50%;
}
@media (max-width: 992px) {
  .hero__main {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.hero__label {
  background-color: #d4ecdc;
  color: #1F9D55;
  padding: 2px 10px;
  display: inline-flex;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 170%;
}
.hero__title {
  margin-top: 16px;
  font-size: 48px;
  line-height: 110%;
  font-weight: 700;
  color: #000;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .hero__title {
    text-align: center;
    font-size: 36px;
  }
}
@media (max-width: 640px) {
  .hero__title {
    font-size: 30px;
  }
}
.hero__txt {
  font-size: 20px;
  line-height: 140%;
  max-width: 512px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .hero__txt {
    text-align: center;
    margin-bottom: 0;
  }
}
@media (max-width: 640px) {
  .hero__txt {
    font-size: 18px;
  }
}
.hero .hero-adv {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.hero .hero-adv__item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.hero .hero-adv__item span {
  color: #1F9D55;
  font-size: 30px;
  line-height: 140%;
  font-weight: 700;
  text-align: center;
  display: flex;
}
.hero .hero-adv__item p {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
}
@media (max-width: 992px) {
  .hero .hero-adv__item span {
    font-size: 20px;
  }
  .hero .hero-adv__item p {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  .hero .hero-adv--desktop {
    display: none;
  }
}
.hero .hero-adv--mobile {
  display: none;
}
@media (max-width: 992px) {
  .hero .hero-adv--mobile {
    display: grid;
  }
}
.hero__form {
  width: 50%;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
@media (max-width: 992px) {
  .hero__form {
    width: 100%;
    max-width: 446px;
  }
}
@media (max-width: 768px) {
  .hero__form {
    padding: 24px 16px;
  }
}
.hero .form-hero__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 24px;
}
.hero .form-hero__top p {
  font-size: 14px;
  margin-top: 6px;
  line-height: 130%;
  text-align: center;
}
@media (max-width: 640px) {
  .hero .form-hero__top p {
    font-size: 16px;
  }
}
.hero .form-hero__title {
  text-align: center;
  font-size: clamp(20px, 2.933vw, 24px);
  line-height: 130%;
  font-weight: 700;
  color: #000;
}
.hero .form-hero .form-txt01 {
  font-size: 12px;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .hero .form-hero textarea {
    height: 100px;
  }
}
@media (max-width: 768px) {
  .hero .form-hero button {
    padding: 0 24px;
  }
}

.services__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (max-width: 992px) {
  .services__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .services__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}
.services .services-item {
  padding: 24px;
}
.services .services-item__box {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 24px;
}
.services .services-item__ic {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d4ecdc;
  border-radius: 8px;
}
.services .services-item__ic svg {
  color: #1F9D55;
}
.services .services-item__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.services .services-item__content a {
  text-decoration: underline;
  color: #1F9D55;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 8px;
}
.services .services-item__content span {
  display: flex;
  align-items: center;
  background-color: #F4F4F5;
  border-radius: 5px;
  padding: 2px 10px;
  font-size: 12px;
  font-weight: 700;
  color: #000;
  height: 22px;
}
.services .services-item p {
  font-size: 14px;
  line-height: 130%;
  margin-bottom: 16px;
}
.services .services-item button {
  width: 100%;
  text-align: center;
  height: 48px;
  justify-content: center;
}

.whyus__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
@media (max-width: 992px) {
  .whyus__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .whyus__list {
    grid-template-columns: 100%;
    gap: 24px;
  }
}
.whyus .whyus-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.whyus .whyus-item__ic {
  background-color: #d4ecdc;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(48px, 7.467vw, 64px);
  height: clamp(48px, 7.467vw, 64px);
  border-radius: 100px;
  margin-bottom: 16px;
}
.whyus .whyus-item__ic svg {
  color: #1F9D55;
  width: clamp(24px, 3.733vw, 32px);
  height: clamp(24px, 3.733vw, 32px);
}
.whyus .whyus-item__title {
  text-align: center;
  margin-bottom: 8px;
  font-size: clamp(18px, 2.533vw, 20px);
  font-weight: 700;
  line-height: 130%;
  color: #000;
}
.whyus .whyus-item p {
  text-align: center;
  font-size: clamp(14px, 2vw, 16px);
  line-height: 140%;
}

.about__box {
  display: flex;
  align-items: flex-start;
  gap: 48px;
}
.about__box .top {
  align-items: flex-start;
  margin-bottom: 24px;
}
.about__box .top .title {
  text-align: left;
}
.about__box .top .pretitle {
  text-align: left;
  font-size: clamp(16px, 2.267vw, 18px);
}
@media (max-width: 992px) {
  .about__box {
    flex-direction: column;
    gap: 32px;
  }
  .about__box .top {
    align-items: center;
  }
  .about__box .top .title {
    text-align: center;
  }
  .about__box .top .pretitle {
    text-align: center;
  }
}
.about .about-ul li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
  font-size: clamp(14px, 2vw, 16px);
  line-height: 130%;
}
.about .about-ul li svg {
  color: #16A349;
}
.about__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(16px, 2.667vw, 24px);
  width: 100%;
  max-width: 728px;
}
@media (max-width: 1535px) {
  .about__list {
    max-width: 600px;
  }
}
@media (max-width: 1280px) {
  .about__list {
    max-width: 540px;
  }
}
@media (max-width: 992px) {
  .about__list {
    max-width: 100%;
  }
}
.about .about-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: clamp(16px, 2.667vw, 24px);
}
.about .about-item span {
  text-align: center;
  display: flex;
  margin-bottom: 8px;
  color: #1F9D55;
  font-weight: 700;
  font-size: clamp(24px, 3.6vw, 30px);
  line-height: 130%;
}
.about .about-item p {
  text-align: center;
  font-size: clamp(12px, 1.733vw, 14px);
  line-height: 120%;
}

.contacts__wrap {
  display: flex;
  gap: 32px;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .contacts__wrap {
    flex-direction: column;
  }
}
.contacts__title {
  font-weight: 700;
  font-size: clamp(20px, 2.933vw, 24px);
  margin-bottom: 24px;
  line-height: 140%;
  color: #000;
}
.contacts__main {
  width: 100%;
}
.contacts__info {
  display: grid;
  gap: 24px;
  width: 100%;
  max-width: 480px;
}
@media (max-width: 1280px) {
  .contacts__info {
    max-width: 310px;
  }
}
@media (max-width: 768px) {
  .contacts__info {
    max-width: 100%;
    gap: 16px;
  }
}
.contacts .contacts-item a {
  color: #1F9D55;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
}
.contacts .contacts-item p {
  font-size: 14px;
  line-height: 120%;
  color: #4B5563;
  margin-top: 8px;
}
.contacts .contacts-item__box {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
.contacts .contacts-item__box svg {
  color: #1F9D55;
}
.contacts .contacts-item__box span {
  font-size: 16px;
  display: flex;
  font-weight: 600;
  color: #000;
  line-height: 140%;
}
.contacts .contacts-item__box p {
  font-size: 14px;
  color: #6C7280;
  line-height: 120%;
  margin-top: 0;
}

.footer {
  background-color: #111827;
  color: #FFFFFF;
  padding: 48px 0px;
}
.footer .footer-main__box {
  display: flex;
}
.footer .footer-main p {
  color: #9DA3AF;
  font-size: clamp(14px, 2vw, 16px);
  line-height: 140%;
  margin-bottom: 16px;
}
.footer .tel-link {
  color: #1F9D55;
  font-size: clamp(16px, 2.267vw, 18px);
  line-height: 140%;
  font-weight: 600;
}
.footer .footer-main-col {
  width: 50%;
}
.footer .flogo {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.footer .flogo svg {
  color: #1F9D55;
  width: clamp(24px, 3.733vw, 32px);
  height: clamp(24px, 3.733vw, 32px);
}
.footer .flogo span {
  display: flex;
  margin-left: 8px;
  font-size: clamp(18px, 2.533vw, 20px);
  color: #fff;
}
.footer .footer-nav span {
  font-size: clamp(14px, 2vw, 16px);
  display: flex;
  margin-bottom: 16px;
  font-weight: 600;
  line-height: 120%;
}
.footer .footer-nav ul li {
  margin-top: clamp(8px, 1.2vw, 10px);
}
.footer .footer-nav ul li a {
  color: #9DA3AF;
  transition: 0.23s;
  font-size: clamp(14px, 2vw, 16px);
  line-height: 120%;
}
.footer .footer-nav ul li a:hover {
  color: #fff;
}
.footer .footer-bottom {
  border-top: 1px solid #1F2937;
  padding-top: 32px;
  margin-top: 32px;
}
.footer .footer-bottom p {
  text-align: center;
  font-size: clamp(12px, 1.733vw, 14px);
  color: #9DA3AF;
}
@media (max-width: 992px) {
  .footer {
    padding: 32px 0px;
  }
  .footer .footer-main__box {
    flex-direction: column;
    gap: 32px;
  }
  .footer .footer-main-col {
    width: 100%;
  }
  .footer .footer-bottom {
    padding-top: 24px;
    margin-top: 24px;
  }
}
@media (max-width: 768px) {
  .footer .footer-main-col {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer .footer-main-col .footer-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer .footer-main-col .footer-nav ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer .footer-main-col .footer-nav ul li a {
    text-align: center;
  }
}

.pghero {
  --tw-gradient-from: #24a85b;
  --tw-gradient-to:#14743c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  padding: 48px 0px;
  color: #fff;
}
.pghero__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pghero__label {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  border: 1px solid #fff;
  border-color: rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  padding: 8px 16px;
  font-size: 16px;
  opacity: 0.9;
  line-height: 140%;
  margin-bottom: 24px;
}
.pghero__top {
  max-width: 876px;
  margin: 0 auto;
  display: none;
}
.pghero__top.is-active {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pghero__title {
  text-align: center;
  font-size: clamp(30px, 4.4vw, 36px);
  line-height: 110%;
  color: #fff;
  margin-bottom: 16px;
}
.pghero__pretitle {
  max-width: 768px;
  text-align: center;
  font-size: 18px;
  margin: 0 auto;
  margin-bottom: 24px;
  line-height: 140%;
  color: #d4ecdc;
  opacity: 0.9;
}
.pghero ul {
  width: 100%;
  max-width: 672px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  padding: 16px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.1);
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .pghero ul {
    grid-template-columns: 100%;
  }
}
.pghero ul li {
  display: flex;
  align-items: center;
  gap: 12px;
}
.pghero ul li svg {
  min-width: 16px;
  max-width: 16px;
  height: 16px;
}
.pghero ul li {
  font-size: 14px;
  line-height: 130%;
}
.pghero .pghero-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 6px;
  border: none;
  min-height: 48px;
  padding: 6px 32px;
  margin-bottom: 12px;
  color: #1F9D55;
}
.pghero span {
  color: #d4ecdc;
  font-size: 14px;
  line-height: 140%;
}

.pg-main {
  background-color: #F9FAFB;
}
.pg-main .top .pretitle {
  font-size: 18px;
}

.tab .mobile-tab-nav-wrap {
  display: none;
}
@media (max-width: 768px) {
  .tab .mobile-tab-nav-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.tab .mobile-tab-nav-wrap .mobile-tab-nav-label {
  background-color: #d4ecdc;
  border: 1px solid #CCE1FE;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 14px;
  margin-bottom: 12px;
}
.tab .mobile-tab-nav-wrap .mobile-tab-nav {
  width: 100%;
  position: relative;
  margin-bottom: 48px;
}
.tab .mobile-tab-nav-wrap .mobile-tab-nav__selected {
  display: flex;
  align-items: center;
  width: 100%;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
  background: linear-gradient(90deg, #EEF6FF 0%, #d4ecdc 100%);
  border: 2px solid #93C5FD;
  border-radius: 8px;
  padding: 16px;
  gap: 12px;
  font-weight: 600;
  color: #000;
  position: relative;
}
.tab .mobile-tab-nav-wrap .mobile-tab-nav__selected svg {
  width: 20px;
  height: 20px;
  color: #1F9D55;
}
.tab .mobile-tab-nav-wrap .mobile-tab-nav__selected.active:after {
  transform: rotate(180deg);
}
.tab .mobile-tab-nav-wrap .mobile-tab-nav__selected:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-chevron-down w-5 h-5 transition-transform text-blue-600'%3E%3Cpath d='m6 9 6 6 6-6'%3E%3C/path%3E%3C/svg%3E");
  background-position: center;
}
.tab .mobile-tab-nav-wrap .mobile-tab-nav__list {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  background-color: #fff;
  border: 2px solid #d4ecdc;
  width: 100%;
  border-radius: 8px;
}
.tab .mobile-tab-nav-wrap .mobile-tab-nav__list .mobile-tab-nav__item {
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
}
.tab .mobile-tab-nav-wrap .mobile-tab-nav__list .mobile-tab-nav__item svg {
  width: 20px;
  height: 20px;
  color: #1F9D55;
}
.tab .mobile-tab-nav-wrap .mobile-tab-nav__list .mobile-tab-nav__item.active {
  background-color: #d4ecdc;
  color: #1F9D55;
  border-left: 4px solid #1F9D55;
}
.tab .mobile-tab-nav-wrap .mobile-tab-nav__list.active {
  display: block;
}
.tab .tab-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .tab .tab-nav {
    display: none;
  }
}
.tab .tab-btn {
  padding: 12px 16px;
  border-radius: 8px;
  color: #374151;
  background-color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 110%;
  gap: 8px;
}
.tab .tab-btn svg {
  width: 16px;
  height: 16px;
}
.tab .tab-btn.active {
  background-color: #1F9D55;
  color: #fff;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}
.tab .tab-content-list {
  max-width: 1150px;
  margin: 0 auto;
}
.tab .scsc-col {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.tab .tab-item {
  display: none;
}
.tab .tab-item.is-active {
  display: block;
}
.tab .tab-item .scsc {
  padding: 24px;
  border: 1px solid #E4E4E7;
  border-radius: 10px;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
  background-color: #fff;
}
.tab .tab-item .scsc__title {
  color: #000;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.tab .tab-item .scsc__title svg {
  width: 20px;
  height: 20px;
}
.tab .tab-item .scsc-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media (max-width: 992px) {
  .tab .tab-item .scsc-list {
    grid-template-columns: 100%;
  }
}
.tab .tab-item .tab-item-mains {
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tab .tab-item .tab-item-mains__title {
  text-align: center;
  margin-bottom: 16px;
  font-size: clamp(24px, 3.6vw, 30px);
  color: #000;
  font-weight: 600;
  line-height: 110%;
}
.tab .tab-item .tab-item-mains__lbl {
  text-align: center;
  margin-top: 6px;
  color: #1F9D55;
  font-size: 18px;
  line-height: 150%;
}
.tab .tab-item .tab-item-mains__txt {
  text-align: center;
  margin-top: 6px;
  font-size: 16px;
  line-height: 140%;
  max-width: 768px;
}
.tab .tab-item .tab-item-mains .price {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #DCFCE7;
  border: 1px solid #BBF7D0;
  border-radius: 6px;
  color: #156534;
  font-size: 18px;
  padding: 8px 24px;
  font-weight: 600;
  line-height: 150%;
}
.tab .tab-item .scsc-ul {
  display: grid;
  gap: 8px;
}
.tab .tab-item .scsc-ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 120%;
}
.tab .tab-item .scsc-ul li svg {
  min-width: 16px;
  max-width: 16px;
  height: 16px;
  color: #21C55E;
}
.tab .tab-item .step-wrap {
  display: grid;
  gap: 16px;
}
.tab .tab-item .step-item {
  padding-left: 16px;
  border-left: 2px solid #d4ecdc;
}
.tab .tab-item .step-item__top {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.tab .tab-item .step-item__num {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  color: #fff;
  border-radius: 100px;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  background-color: #1F9D55;
}
.tab .tab-item .step-item__title {
  color: #000;
  font-size: 14px;
  font-weight: 600;
}
.tab .tab-item .step-item p {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 150%;
}
.tab .tab-item .step-item__time {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #1F9D55;
  font-size: 12px;
  line-height: 120%;
}
.tab .tab-item .step-item__time svg {
  width: 12px;
  height: 12px;
}
.tab .tab-item .sm-faq {
  display: grid;
  gap: 16px;
}
.tab .tab-item .sm-faq-item__title {
  margin-bottom: 8px;
  color: #000;
  font-weight: 600;
  line-height: 140%;
  font-size: 14px;
}
.tab .tab-item .sm-faq-item p {
  line-height: 140%;
  font-size: 14px;
  color: #4B5563;
}
.tab .tab-item .scsc-vb {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 48px;
  background-color: #d4ecdc;
  border: 1px solid #d4ecdc;
  padding: 32px 24px;
}
.tab .tab-item .scsc-vb__title {
  text-align: center;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 12px;
}
.tab .tab-item .scsc-vb__txt {
  text-align: center;
  font-size: 16px;
  line-height: 150%;
  max-width: 672px;
  margin-bottom: 25px;
}
.tab .tab-item .scsc-vb__btn {
  width: auto;
  margin-top: 0;
}

.howwork__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
@media (max-width: 992px) {
  .howwork__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .howwork__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.howwork .howwork-item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.howwork .howwork-item__num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  color: #fff;
  border-radius: 100px;
  font-size: 20px;
  background-color: #1F9D55;
  margin-bottom: 24px;
}
.howwork .howwork-item__title {
  text-align: center;
  font-size: 20px;
  line-height: 130%;
  margin-bottom: 12px;
  font-weight: 600;
  color: #000;
}
.howwork .howwork-item p {
  text-align: center;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 8px;
}
.howwork .howwork-item span {
  text-align: center;
  font-size: 14px;
  line-height: 130%;
  color: #1F9D55;
}

.list-advantage {
  background-color: #F9FAFB;
}
.list-advantage__box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 auto;
  max-width: 1152px;
  gap: 38px;
}
@media (max-width: 768px) {
  .list-advantage__box {
    grid-template-columns: 100%;
  }
}
.list-advantage .list-advantage-item {
  display: flex;
}
.list-advantage .list-advantage-item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d4ecdc;
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  border-radius: 8px;
  margin-right: 16px;
}
.list-advantage .list-advantage-item__icon svg {
  color: #1F9D55;
}
.list-advantage .list-advantage-item__content p {
  font-size: 14px;
  line-height: 140%;
  color: #4B5563;
}
.list-advantage .list-advantage-item__title {
  font-size: 18px;
  line-height: 140%;
  color: #000;
  font-weight: 600;
  margin-bottom: 8px;
}

.whychoos .top .title {
  max-width: 1024px;
  margin-bottom: 0;
}
.whychoos__wrap {
  max-width: 1024px;
  margin: 0 auto;
  display: grid;
  gap: 32px;
}
.whychoos .bx {
  padding: 32px;
  border: 1px solid #E4E4E7;
  border-radius: 10px;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}
.whychoos .bx p {
  margin-bottom: 24px;
}
.whychoos .bx-1 p {
  font-size: 18px;
  line-height: 140%;
}
.whychoos .p-accent {
  color: #1F9D55;
  font-weight: 600;
}
.whychoos .bx-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media (max-width: 768px) {
  .whychoos .bx-list {
    grid-template-columns: 100%;
  }
}
.whychoos .bx-2__top {
  display: flex;
  align-items: center;
  gap: 12px;
}
.whychoos .bx-2__top svg {
  color: #1F9D55;
}
.whychoos .bx-2__top {
  margin-bottom: 16px;
}
.whychoos .bx-2__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  color: #000;
}
.whychoos .bx-2 p {
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 0;
}
.whychoos .bx-2--V2 {
  background-color: #d4ecdc;
  border-color: #d4ecdc;
}
.whychoos .bx-2--V2 p {
  margin-bottom: 24px;
}

.advantages__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  gap: 32px;
}
@media (max-width: 768px) {
  .advantages__list {
    grid-template-columns: 100%;
  }
}
.advantages .advantages-item {
  padding: 24px;
  background-color: #fff;
  border: 1px solid #E4E4E7;
  border-left: 4px solid red;
  border-radius: 10px;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}
.advantages .advantages-item__top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}
.advantages .advantages-item__top svg {
  min-width: 24px;
  max-width: 24px;
  height: 24px;
}
.advantages .advantages-item__title {
  font-size: 18px;
  line-height: 130%;
  font-weight: 600;
  color: #000;
}
.advantages .advantages-item__content p {
  font-size: 16px;
  line-height: 140%;
  color: #374151;
}
.advantages .advantages-item--green {
  border-left-color: #21C55E;
}
.advantages .advantages-item--green svg {
  color: #21C55E;
}
.advantages .advantages-item--blue {
  border-left-color: #3B82F6;
}
.advantages .advantages-item--blue svg {
  color: #3B82F6;
}
.advantages .advantages-item--violet {
  border-left-color: #A755F7;
}
.advantages .advantages-item--violet svg {
  color: #A755F7;
}
.advantages .advantages-item--red {
  border-left-color: #EF4444;
}
.advantages .advantages-item--red svg {
  color: #EF4444;
}
.advantages .advantages-item--orange {
  border-left-color: #F97315;
}
.advantages .advantages-item--orange svg {
  color: #F97315;
}
.advantages .advantages-item--yell {
  border-left-color: #EAB30A;
}
.advantages .advantages-item--yell svg {
  color: #EAB30A;
}

.section-consult {
  padding: 48px 0px;
}
.section-consult__box {
  background-color: #F0FDF4;
  border: 1px solid #BBF7D0;
  padding: 32px 24px;
  border-radius: 12px;
}
.section-consult .top {
  margin-bottom: 0;
}
.section-consult .top .title {
  font-size: 24px;
}
.section-consult .top .pretitle {
  font-size: 18px;
}
.section-consult__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-consult__content span {
  text-align: center;
  line-height: 130%;
  font-size: 14px;
  color: #6C7280;
  margin-top: 8px;
}
.section-consult .consult-btn {
  width: auto;
}

.docs {
  background-color: #F9FAFB;
}
.docs__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (max-width: 992px) {
  .docs__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .docs__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.docs .docs-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  background-color: #fff;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
  border-radius: 8px;
}
.docs .docs-item svg {
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  color: #1F9D55;
}
.docs .docs-item p {
  font-size: 14px;
  line-height: 130%;
}

.guarantee .whyus-item__ic {
  background-color: #DCFCE7;
}
.guarantee .whyus-item__ic svg {
  color: #16A349;
}
.guarantee .whyus-item__title {
  font-size: 18px;
}
.guarantee .whyus-item p {
  font-size: 14px;
}
/*# sourceMappingURL=main.css.map */
