/* ----------------------------------------------------------------------------------

NS CSS

---------------------------------------------------------------------------------- */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.2;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

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

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 */
.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important; /* Black prints faster:
   http://www.sanbeiji.com/archives/953 */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
:root {
  --primarycolor: #D3FC62;
  --secondarycolor: #C6EBEB;
  --textcolor: #22221F;
  --blackcolor: #000000;
  --whitecolor: #ffffff;
  --bodycolor: #6D6C5F;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-family: "Plus Jakarta Sans", sans-serif;
  background: #F7F4EE;
}

a, button {
  cursor: pointer;
  outline: none;
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

img {
  border: none;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  width: auto;
}

li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  outline: none;
}

input, select, textarea, button {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.container {
  width: 96%;
  max-width: 1284px;
  margin: 0 auto;
  padding: 0;
}
.container.xl {
  max-width: 1360px;
}

.global_title {
  margin: 0 0 80px;
  padding: 0;
  font-size: 54px;
  font-weight: 500;
  line-height: 100%;
  color: #22221F;
}

.button_group {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 18px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.btns, .gform_footer button {
  margin: 0;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background: none;
  border: none;
  min-width: 143px;
}
.btns span, .gform_footer button span {
  padding: 12px 20px 12px 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 9px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #22221F;
  border-radius: 80px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  line-height: 18px;
}
.btns:hover span, .gform_footer button:hover span {
  padding-left: 15px;
  padding-right: 15px;
  background: #D3FC62;
  color: #22221F;
  -webkit-box-shadow: 0 0 17px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 17px rgba(0, 0, 0, 0.1);
}

.btns.dot span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 8px;
  display: inline-block;
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btns.dot:hover span::before {
  background: #22221F;
}

.btns.white span {
  background: #fff;
  color: #22221F;
}
.btns.white:hover span {
  background: #D3FC62;
  color: #22221F;
}

.gform_footer button {
  min-width: 120px;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.btns.hwhite:hover span, .gform_wrapper .gform_footer button:hover span {
  background: #fff;
  color: #22221F;
}

.gform_footer button span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 8px;
  display: inline-block;
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gform_footer button:hover span {
  background: #D3FC62;
  color: #22221F;
  -webkit-box-shadow: 0 0 17px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 17px rgba(0, 0, 0, 0.1);
}
.gform_footer button:hover span::before {
  background: #22221F;
}

/* Form Styling */
.form_sec .form_info {
  margin: 0 0 0 auto;
  padding: 0;
  max-width: 450px;
  width: 100%;
}
@media (max-width: 767px) {
  .form_sec .form_info {
    max-width: 100%;
  }
}
.form_sec .form_info .gform_wrapper.gravity-theme .gform_footer {
  padding-bottom: 0;
}
.form_sec .form_info .gform_wrapper.gravity-theme.gform_validation_error .form_block label {
  top: -20px;
  font-size: 12px !important;
}
.form_sec .form_info .gform_wrapper.gravity-theme .gform_validation_errors {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 25px;
  padding-block: 8px;
  -webkit-padding-end: 10px;
          padding-inline-end: 10px;
  -webkit-padding-start: 10px;
          padding-inline-start: 10px;
}
.form_sec .form_info .gform_wrapper.gravity-theme .gform_validation_errors h2 {
  font-size: 12px !important;
}
.form_sec .form_info .gform_wrapper.gravity-theme .form_block label {
  width: 100%;
}
.form_sec .form_info .gform_wrapper.gravity-theme .form_block.gfield_error .validation_message {
  font-size: 12px !important;
  background: transparent;
  border: none;
  padding: 0;
}
.form_sec .form_info .gform_wrapper.gravity-theme .form_block.gfield_error input {
  border-color: #EB4E61;
}
.form_sec .form_info .gform_wrapper.gravity-theme .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 22px;
}
.form_sec .form_info .gform_wrapper.gravity-theme .gform_wrapper.gravity-theme .gform_footer {
  padding-bottom: 0;
}
.form_sec .form_info .gform_wrapper.gravity-theme .gform_wrapper.gravity-theme .gform_footer button {
  margin-bottom: 0;
}
.form_sec .form_info .gform_wrapper.gravity-theme .form_block {
  margin: 0 0 16px;
  padding: 0;
  position: relative;
}
.form_sec .form_info .gform_wrapper.gravity-theme .form_block label {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 136%;
  color: var(--textcolor);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  pointer-events: none;
}
.form_sec .form_info .gform_wrapper.gravity-theme .form_block label .gfield_required {
  display: none;
}
.form_sec .form_info .gform_wrapper.gravity-theme .form_block label.label-floating {
  top: -20px;
  font-size: 12px !important;
}
.form_sec .form_info .gform_wrapper.gravity-theme .form_block input, .form_sec .form_info .gform_wrapper.gravity-theme .form_block textarea {
  margin: 0;
  padding: 0 0 6px;
  background: none;
  border: none;
  border-bottom: 1px solid #000000;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  color: var(--textcolor);
}
.form_sec .form_info .gform_wrapper.gravity-theme .form_block textarea {
  height: 70px;
}

.popup-form .form_sec .gform_wrapper.gravity-theme .gform_footer {
  margin: 0;
  padding-bottom: 0;
}
.popup-form .form_sec .gform_wrapper.gravity-theme .gform_footer button {
  margin: 0;
}

@media (max-width: 1199px) {
  .container {
    width: 100%;
    padding: 0 40px;
  }
  .global_title {
    font-size: 36px;
  }
  .form_sec .title h2.global_title {
    font-size: 36px;
    margin-bottom: -6px;
  }
}
@media (max-width: 991px) {
  .btns {
    min-width: 117px;
  }
  .btns span {
    font-size: 15px;
    padding: 8px 16px 8px 16px;
  }
  .btns.dot span::before {
    width: 6px;
    height: 6px;
  }
  .gform_footer button {
    min-width: 100px;
  }
  .gform_footer button span {
    font-size: 15px;
    padding: 8px 15px 8px 15px;
  }
  .gform_footer button span::before {
    width: 6px;
    height: 6px;
  }
  .global_title {
    font-size: 30px;
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  html {
    -webkit-text-size-adjust: none;
  }
  .container {
    padding: 0 20px;
  }
  .global_title {
    font-size: 26px;
    line-height: 120%;
  }
  .button_group {
    gap: 15px;
  }
  .btns span {
    gap: 5px;
  }
}
@-webkit-keyframes drawLine {
  to {
    width: 100%;
  }
}
@keyframes drawLine {
  to {
    width: 100%;
  }
}
.aos-animate:before {
  -webkit-animation: drawLine 1.5s forwards ease;
          animation: drawLine 1.5s forwards ease;
}
.aos-animate::after {
  -webkit-animation: drawVerticalLine 1s forwards ease;
          animation: drawVerticalLine 1s forwards ease;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.md0 {
  margin-top: 0px;
}

.md1 {
  margin-top: 120px;
}

.md2 {
  margin-top: 150px;
}

.md3 {
  margin-top: 180px;
}

@media (max-width: 1024px) {
  .mt0 {
    margin-top: 0px;
  }
  .mt1 {
    margin-top: 80px;
  }
  .mt2 {
    margin-top: 120px;
  }
  .mt3 {
    margin-top: 160px;
  }
}
@media (max-width: 767px) {
  .mm0 {
    margin-top: 0px;
  }
  .mm1 {
    margin-top: 64px;
  }
  .mm2 {
    margin-top: 80px;
  }
  .mm3 {
    margin-top: 100px;
  }
}
/* Header Styles
-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- */
@-webkit-keyframes drawVerticalLine {
  to {
    height: 300px;
  }
}
@keyframes drawVerticalLine {
  to {
    height: 300px;
  }
}
.aos-animate .navbar:before {
  -webkit-animation: drawLine 2s forwards ease;
          animation: drawLine 2s forwards ease;
}
.aos-animate .navbar:after {
  -webkit-animation: drawVerticalLine 3s forwards ease;
          animation: drawVerticalLine 3s forwards ease;
}

.home .header_sec {
  position: absolute;
  top: 0;
}
.header_sec {
  margin: 0;
  padding: 0;
  width: 100%;
}
.header_sec .navbar {
  margin: 0;
  padding: 19px 0;
  /*border-bottom: 1px solid $text-three;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.header_sec .navbar:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #22221F;
}
.header_sec .navbar:after {
  content: "";
  position: absolute;
  top: 81px;
  right: 0;
  width: 1px;
  height: 0;
  background-color: #22221F;
}
.header_sec .navbar .logo {
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.header_sec .navbar .right {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 21px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_sec .navbar .right .date {
  font-size: 18px;
  color: #22221F;
  font-weight: 500;
}

@media (max-width: 1199px) {
  .header_sec .navbar {
    border-bottom: none;
  }
  .home .header_sec .navbar:before, .home .header_sec .navbar::after {
    display: none;
  }
}
@media (max-width: 991px) {
  .header_sec .navbar .logo {
    width: 132px;
  }
  .header_sec .navbar .right .date {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .header_sec .navbar {
    padding: 20px 0;
  }
  .header_sec .navbar .right .date {
    display: none;
  }
}
/* Footer Styles
-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- */
.aos-animate figure:before {
  -webkit-animation: drawLine 2s forwards ease;
          animation: drawLine 2s forwards ease;
}

.footer_sec {
  margin: 0;
  padding: 60px 0 50px;
}
.footer_sec figure {
  margin: 0 0 75px;
  padding: 30px 0 0;
  position: relative;
}
.footer_sec figure:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #22221F;
}
.footer_sec .copyright {
  margin: 0;
  padding: 0;
}
.footer_sec .copyright p {
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-weight: 500;
  color: #22221F;
  line-height: 1.2;
}
.footer_sec .copyright p a {
  color: #22221F;
}
.footer_sec .copyright p a:hover {
  text-decoration: underline;
}
.footer_sec .copyright_links {
  margin: 0;
  padding: 0;
}
.footer_sec .copyright_links .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin: 0;
  padding: 0;
}
.footer_sec .copyright_links .menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer_sec .copyright_links .menu li a {
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-weight: 500;
  color: #22221F;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.footer_sec .copyright_links .menu li a:hover {
  color: #83AC12;
}
.footer_sec .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}

@media (max-width: 1199px) {
  .footer_sec {
    padding: 50px 0 35px;
  }
  .footer_sec figure {
    padding-top: 20px;
    margin-bottom: 37px;
  }
}
@media (max-width: 767px) {
  .footer_sec {
    padding-top: 40px;
  }
  .footer_sec figure {
    text-align: center;
  }
  .footer_sec figure img {
    width: 36px;
  }
  .footer_sec .grid {
    display: block;
  }
  .footer_sec .copyright {
    padding-bottom: 24px;
    text-align: center;
  }
  .footer_sec .copyright_links {
    width: 100%;
  }
  .footer_sec .copyright_links .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 7px;
  }
}
.popup-form {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
  height: 100%;
  display: none;
}
.popup-form-container {
  width: 100%;
  max-width: 530px;
  padding: 41px 41px;
  border-radius: 20px;
  background: #D3FC62;
  -webkit-filter: drop-shadow(0px 4px 24px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0px 4px 24px rgba(0, 0, 0, 0.15));
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.popup-form-container .button-filled-black {
  position: absolute;
  right: -6px;
  top: -6px;
}
.popup-form-title {
  color: var(--Dark-Gray, #22221F);
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 42px */
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .popup-form-container {
    max-width: 350px;
    padding: 30px 20px 30px;
  }
  .popup-form-title {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
/* Backend Specific Styles
-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- */
.wp-block {
  max-width: 100%;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.wp-block * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wp-block img[src$=".svg"]:not(.emoji) {
  width: auto !important;
}
.wp-block .hidden-warning * {
  font-family: sans-serif;
}

.wp-block-post-title {
  font-size: revert;
}

.hidden-warning {
  background-color: #e5324d;
  color: white;
  font-size: 1.2em;
  text-align: center;
  padding: 15px;
}

/* Hero Styles
-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- */
.aos-animate li:before {
  -webkit-animation: drawLine 1.5s forwards ease;
          animation: drawLine 1.5s forwards ease;
}

.hero_sec {
  margin: 0 0 70px;
  padding: 194px 0 40px;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
.hero_sec .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.hero_sec .grid .caption {
  width: 82%;
  margin-bottom: 36px;
}
.hero_sec .grid .caption h1 {
  margin: 0 0 56px;
  font-size: 84px;
  color: #22221F;
  font-weight: 500;
  line-height: 100%;
}
.hero_sec .grid .info {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.hero_sec .grid .info figure {
  width: 90px;
  min-width: 90px;
  height: 90px;
  border-radius: 50%;
  margin: 0;
}
.hero_sec .grid .info figure img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.hero_sec .grid .info p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  color: #22221F;
  line-height: 136%;
}
.hero_sec .cate_list {
  margin: 100px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  position: relative;
}
.hero_sec .cate_list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #22221F;
}
.hero_sec .cate_list li {
  margin: 0;
  padding: 30px 30px 30px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-size: 18px;
  line-height: 130%;
  color: #22221F;
  font-weight: 700;
  position: relative;
}
.hero_sec .cate_list li:last-child {
  padding-right: 0;
}
.hero_sec .cate_list li:not(:last-child) {
  border-right: 1px solid #22221F;
}

@media (max-width: 1560px) {
  .hero_sec {
    background-position: left center;
  }
  .hero_sec .grid {
    gap: 30px;
  }
  .hero_sec .grid .caption {
    width: 100%;
    max-width: 800px;
    margin-bottom: 100px;
  }
  .hero_sec .grid .caption h1 {
    font-size: 76px;
  }
  .hero_sec .grid .info {
    width: 100%;
    max-width: 490px;
    margin-left: auto;
    gap: 22px;
  }
  .hero_sec .cate_list {
    margin-top: 75px;
  }
  .hero_sec .cate_list li {
    font-size: 16px;
    display: block;
    padding: 20px 10px;
  }
  .hero_sec .cate_list li i {
    margin-bottom: 12px;
    display: block;
  }
}
@media (max-width: 1199px) {
  .hero_sec {
    margin-bottom: 50px;
    padding-bottom: 39px;
  }
  .hero_sec .grid {
    display: block;
  }
  .hero_sec .grid .caption {
    margin-bottom: 108px;
  }
  .hero_sec .grid .caption h1 {
    font-size: 64px;
    margin: 0 0 44px;
  }
  .hero_sec .cate_list li {
    font-size: 18px;
    padding: 20px 20px 0 10px;
  }
  .hero_sec .cate_list li img {
    max-height: 25px;
  }
}
@media (max-width: 991px) {
  .hero_sec {
    padding: 134px 0 30px;
    margin-bottom: 50px;
  }
  .hero_sec .grid .caption {
    margin-bottom: 77px;
  }
  .hero_sec .grid .caption h1 {
    font-size: 50px;
  }
  .hero_sec .cate_list {
    margin-top: 55px;
  }
  .hero_sec .cate_list li {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .hero_sec {
    padding-bottom: 17px;
    margin-bottom: 40px;
  }
  .hero_sec .cate_list li {
    padding: 18px 10px 15px;
    gap: 13px;
  }
  .hero_sec .cate_list li.crisis {
    gap: 11.49px;
    padding-top: 16px;
  }
  .hero_sec .cate_list li.shareholder {
    padding: 18px 10px 19px;
    gap: 14px;
  }
  .hero_sec .cate_list li.shareholder i img {
    width: 24px;
    height: 21px;
  }
  .hero_sec .grid .caption h1 {
    font-size: 44px;
    margin-bottom: 36px;
    line-height: 100%;
  }
  .hero_sec .grid .info {
    margin-left: 0;
  }
  .hero_sec .grid .info figure {
    display: none;
  }
}
@media (max-width: 600px) {
  .hero_sec .cate_list {
    display: block;
  }
  .hero_sec .cate_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hero_sec .cate_list li:not(:first-child)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #22221F;
  }
  .hero_sec .cate_list li:not(:last-child) {
    border-right: none;
  }
  .hero_sec .cate_list li i {
    margin-bottom: 0;
  }
}
/* Help Styles
-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- */
@-webkit-keyframes drawLineweb {
  to {
    width: 100vh;
  }
}
@keyframes drawLineweb {
  to {
    width: 100vh;
  }
}
@-webkit-keyframes drawVerticalLineweb {
  to {
    height: 100vh;
  }
}
@keyframes drawVerticalLineweb {
  to {
    height: 100vh;
  }
}
.aos-animate .grid:before {
  -webkit-animation: drawLine 2s forwards ease;
          animation: drawLine 2s forwards ease;
}
.aos-animate .grid .blocks .item:nth-child(odd):before {
  -webkit-animation: drawLineweb 2s forwards ease;
          animation: drawLineweb 2s forwards ease;
}
.aos-animate .grid .blocks .item:nth-child(1):after {
  -webkit-animation: drawVerticalLineweb 2s forwards ease;
          animation: drawVerticalLineweb 2s forwards ease;
}
.aos-animate .grid .blocks .item:nth-child(2):after {
  -webkit-animation: drawVerticalLineweb 2s forwards ease;
          animation: drawVerticalLineweb 2s forwards ease;
}
@media (max-width: 1199px) {
  .aos-animate .grid .blocks .item:before {
    -webkit-animation: drawLineweb 2s forwards ease;
            animation: drawLineweb 2s forwards ease;
  }
}

.help_sec {
  scroll-margin-top: 60px;
}
.help_sec .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.help_sec .grid:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #22221F;
}
.help_sec .grid .desc {
  width: 100%;
  max-width: 50%;
  padding: 26px 30px 0 0;
}
.help_sec .grid .desc .detail {
  width: 100%;
  max-width: 461px;
}
.help_sec .grid .desc .detail h2 {
  margin-bottom: 45px;
}
.help_sec .grid .desc .detail p {
  margin: 0 0 44px;
  font-size: 18px;
  line-height: 150%;
  color: #6D6C5F;
}
.help_sec .grid .blocks {
  width: 100%;
  max-width: 50%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  overflow: hidden;
}
.help_sec .grid .blocks .item {
  position: relative;
  padding: 20px;
}
.help_sec .grid .blocks .item.bolt img {
  width: 26.63px;
  height: 36px;
}
.help_sec .grid .blocks .item.product-recall img {
  width: 35.956px;
  height: 36px;
}
.help_sec .grid .blocks .item.wireless img {
  width: 21px;
  height: 36px;
}
.help_sec .grid .blocks .item.gas-stations img, .help_sec .grid .blocks .item.cyberattack img {
  width: 27.206px;
  height: 36px;
}
.help_sec .grid .blocks .item.campaign-website img {
  width: 40.928px;
  height: 36px;
}
.help_sec .grid .blocks .item:nth-child(odd):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #22221F;
}
.help_sec .grid .blocks .item:nth-child(1):after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 0;
  background-color: #22221F;
}
.help_sec .grid .blocks .item:nth-child(2):after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 0;
  background-color: #22221F;
}
@media (max-width: 1199px) {
  .help_sec .grid .blocks .item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #22221F;
  }
  .help_sec .grid .blocks .item:nth-child(2):after {
    display: none;
  }
}
@media (max-width: 767px) {
  .help_sec .grid .blocks .item::after {
    display: none;
  }
}
.help_sec .grid .blocks .item p {
  margin: 0 0 22px;
  font-size: 20px;
  font-weight: 500;
  color: #22221F;
  line-height: 140%;
  min-height: 140px;
}
.help_sec .grid .blocks .item p b {
  font-weight: 800;
}

@media (max-width: 1199px) {
  .help_sec .grid .desc {
    padding-top: 27px;
    padding-right: 31px;
  }
  .help_sec .grid .desc h2.global_title {
    margin-bottom: 40px;
  }
  .help_sec .grid .blocks {
    display: block;
  }
  .help_sec .grid .blocks .item {
    padding: 24px 0 30px 30px;
  }
  .help_sec .grid .blocks .item.bolt img {
    width: 19.233px;
    height: 26px;
  }
  .help_sec .grid .blocks .item.product-recall img {
    width: 25.968px;
    height: 26px;
  }
  .help_sec .grid .blocks .item.wireless img {
    width: 15.167px;
    height: 26px;
  }
  .help_sec .grid .blocks .item.gas-stations img {
    width: 19.649px;
    height: 26px;
  }
  .help_sec .grid .blocks .item.cyberattack img {
    width: 16.487px;
    height: 26px;
  }
  .help_sec .grid .blocks .item.campaign-website img {
    width: 29.559px;
    height: 26px;
  }
  .help_sec .grid .blocks .item p {
    min-height: auto;
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .help_sec .grid .desc .detail h2 {
    margin-bottom: 22px;
  }
  .help_sec .grid .desc .detail p {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .help_sec .grid .blocks .item {
    padding: 14px;
    line-height: 100%;
  }
  .help_sec .grid .blocks .item p {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .help_sec .grid {
    display: block;
  }
  .help_sec .grid .desc {
    max-width: 100%;
    padding: 26px 0 30px;
  }
  .help_sec .grid .desc h2 {
    line-height: 100%;
  }
  .help_sec .grid .blocks {
    max-width: 100%;
  }
  .help_sec .grid .blocks .item {
    padding: 14px 0;
  }
  .help_sec .grid .blocks .item.product-recall img {
    width: 25.968px;
    height: 26px;
  }
  .help_sec .grid .blocks .item.wireless img {
    width: 15.167px;
    height: 26px;
  }
  .help_sec .grid .blocks .item.gas-stations img {
    width: 19.649px;
    height: 26px;
  }
  .help_sec .grid .blocks .item.cyberattack img {
    width: 16.487px;
    height: 26px;
  }
  .help_sec .grid .blocks .item.campaign-website img {
    width: 29.559px;
    height: 26px;
  }
  .help_sec .grid .blocks .item:last-child {
    padding-bottom: 0;
  }
  .help_sec .grid .blocks .item p {
    margin-bottom: 17px;
  }
}
.evolve_sec h2 {
  position: relative;
  padding-top: 27px;
  margin-bottom: 76px;
}
.evolve_sec h2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #22221F;
}
.evolve_sec .grid {
  padding: 60px 70px 60px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  background: var(--secondarycolor);
  border-radius: 20px;
}
.evolve_sec .grid .accordion-left {
  width: 100%;
  max-width: 39%;
}
.evolve_sec .grid .accordion-left .accordion-item {
  margin: 0;
  padding: 0;
}
.evolve_sec .grid .accordion-left .accordion-item .accordion-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease;
  transition: max-height 0.4s ease;
  padding: 0 15px;
}
.evolve_sec .grid .accordion-left .accordion-item a, .evolve_sec .grid .accordion-left .accordion-item .accordion-header {
  display: block;
  border-top: 1px solid rgba(34, 34, 31, 0.1);
  padding: 21px 0;
  font-size: 20px;
  font-weight: 700;
  color: var(--textcolor);
  position: relative;
}
.evolve_sec .grid .accordion-left .accordion-item a::before, .evolve_sec .grid .accordion-left .accordion-item .accordion-header::before {
  content: "";
  width: 0;
  height: 1px;
  background: var(--textcolor);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: -1px;
  left: 0;
}
.evolve_sec .grid .accordion-left .accordion-item a:hover, .evolve_sec .grid .accordion-left .accordion-item a.active, .evolve_sec .grid .accordion-left .accordion-item .accordion-header:hover, .evolve_sec .grid .accordion-left .accordion-item .accordion-header.active {
  color: var(--textcolor);
}
.evolve_sec .grid .accordion-left .accordion-item a:hover:before, .evolve_sec .grid .accordion-left .accordion-item a.active:before, .evolve_sec .grid .accordion-left .accordion-item .accordion-header:hover:before, .evolve_sec .grid .accordion-left .accordion-item .accordion-header.active:before {
  width: 65%;
}
.evolve_sec .grid .right_part {
  width: 100%;
  max-width: 61%;
}
.evolve_sec .grid .right_part figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 0 20px;
}
.evolve_sec .grid .right_part p {
  margin: 0 0 0 auto;
  width: 100%;
  max-width: 560px;
  font-size: 18px;
  font-weight: 500;
  color: var(--textcolor);
  line-height: 140%;
}
.evolve_sec .grid .right_part .tab:not(.active) {
  display: none;
}

@media (max-width: 1199px) {
  .evolve_sec h2 {
    padding-top: 28px;
    margin-bottom: 67px;
  }
  .evolve_sec .grid {
    padding: 50px 40px 30px;
    gap: 30px;
  }
  .evolve_sec .grid .accordion-left .accordion-item .accordion-header {
    font-size: 18px;
  }
  .evolve_sec .grid .right_part .tab-content p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .evolve_sec .grid {
    padding: 30px;
  }
  .evolve_sec .grid .left_part .tab-nav li a {
    padding: 12px 0;
    font-size: 15px;
  }
  .evolve_sec .grid .right_part .tab-content p {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .accordion-content, .evolve_sec .grid .right_part figure.mobile-show {
    display: none;
  }
}
@media (max-width: 767px) {
  .evolve_sec {
    padding: 40px 0;
  }
  .evolve_sec h2 {
    padding-top: 25px;
    margin-bottom: 35px;
  }
  .evolve_sec .grid {
    display: block;
    padding: 20px;
  }
  .evolve_sec .grid .right_part {
    display: none;
  }
  .evolve_sec .grid .accordion-left {
    max-width: 100%;
  }
  .evolve_sec .grid .accordion-left .accordion-item .accordion-header {
    display: block;
    cursor: pointer;
    border-top: 1px solid rgba(34, 34, 31, 0.1);
    padding: 13px 0 11px;
    font-size: 15px;
    font-weight: 700;
    color: var(--textcolor);
    position: relative;
  }
  .evolve_sec .grid .accordion-left .accordion-item .accordion-header::before {
    content: "";
    width: 0;
    height: 1px;
    background: var(--textcolor);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: -1px;
    left: 0;
  }
  .evolve_sec .grid .accordion-left .accordion-item .accordion-header.active {
    color: var(--textcolor);
  }
  .evolve_sec .grid .accordion-left .accordion-item .accordion-header.active:before {
    width: 75%;
  }
  .evolve_sec .grid .accordion-left .accordion-item:first-child .accordion-header.active + .accordion-content {
    border-top: none;
    padding-top: 0;
  }
  .evolve_sec .grid .accordion-left .accordion-header.active + .accordion-content {
    display: block;
    padding: 15px 0 26px;
    font-size: 15px;
    line-height: 140%;
    border-top: 1px solid rgba(34, 34, 31, 0.1);
  }
  .tab-nav, .desktop-show {
    display: none;
  }
  .accordion-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .accordion-content {
    display: none;
    padding: 20px 0;
  }
  .accordion-content figure {
    margin: 0 0 26px 0;
  }
  .accordion-content figure img {
    width: 100%;
  }
}
.stress_sec h2 {
  position: relative;
  padding-top: 27px;
}
.stress_sec h2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #22221F;
}
.stress_sec .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto auto;
  gap: 12px;
}
.stress_sec .grid .block {
  margin: 0;
  padding: 34px 30px 30px;
  min-height: 312px;
  background: var(--primarycolor);
  border-radius: 10px;
  width: 100%;
}
.stress_sec .grid .block:nth-child(3) {
  grid-column-end: span 1;
}
.stress_sec .grid .block:nth-child(4) {
  grid-column-start: 3;
}
.stress_sec .grid .block figure {
  margin: 0 0 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.stress_sec .grid .block h3 {
  margin: 0 0 19px;
  font-size: 20px;
  font-weight: 700;
  color: var(--textcolor);
  line-height: 140%;
}
.stress_sec .grid .block p {
  margin: 0;
  font-size: 16px;
  line-height: 130%;
  font-weight: 500;
  color: var(--textcolor);
}

@media (max-width: 1199px) {
  .stress_sec h2 {
    padding-top: 25px;
    margin-bottom: 67px;
  }
  .stress_sec .grid {
    display: grid;
    gap: 13px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .stress_sec .grid .block {
    max-width: inherit;
    padding: 34px 25px 30px 29px;
    min-height: 306px;
  }
  .stress_sec .grid .block figure img {
    max-height: 26px;
  }
  .stress_sec .grid .block:nth-child(3) {
    grid-column-end: inherit;
  }
  .stress_sec .grid .block:nth-child(4) {
    grid-column-start: inherit;
  }
  .stress_sec .grid .block h3 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .stress_sec .grid .block figure {
    margin-bottom: 26px;
  }
  .stress_sec .grid .block h3 {
    font-size: 16px;
    margin-bottom: 9px;
  }
  .stress_sec .grid .block p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .stress_sec h2 {
    padding-top: 25px;
    margin-bottom: 35px;
  }
  .stress_sec .grid {
    display: block;
    margin-bottom: 0;
  }
  .stress_sec .grid .block {
    padding: 30px 20px;
    margin-bottom: 10px;
    min-height: 199px;
  }
  .stress_sec .grid .block:last-child {
    margin-bottom: 0;
  }
}
@keyframes drawVerticalLine {
  to {
    height: 200px;
  }
}
@-webkit-keyframes drawVerticalLine_mob {
  to {
    height: 61px;
  }
}
@keyframes drawVerticalLine_mob {
  to {
    height: 61px;
  }
}
.form_sec .inner {
  padding: 20px 20px 0 0;
  position: relative;
}
.form_sec .inner::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  background: #22221F;
  top: 0;
  left: 0;
}
.form_sec .inner::after {
  content: "";
  position: absolute;
  height: 0;
  width: 1px;
  background: #22221F;
  top: 0;
  right: 0;
}
.form_sec .grid {
  margin: 0;
  padding: 61px 66px 45px 40px;
  background: #D3FC62;
  border-radius: 20px;
  display: grid;
  grid-template-columns: 1fr;
}
.form_sec .title {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  text-align: center;
}
.form_sec .title .global_title {
  margin: 0;
  line-height: 120%;
}
.form_sec .title .global_title strong {
  display: block;
}
.form_sec .title .ns_email a {
  color: #22221F;
}

@media (max-width: 1199px) {
  .form_sec .grid {
    padding: 40px 40px 45px 40px;
  }
}
@media (max-width: 767px) {
  .form_sec .inner {
    padding: 10px 10px 0 0;
  }
  .form_sec .aos-animate::after {
    -webkit-animation: drawVerticalLine_mob 1s forwards ease;
            animation: drawVerticalLine_mob 1s forwards ease;
  }
  .form_sec .title h2.global_title {
    font-size: 26px;
  }
  .form_sec .title .ns_email a {
    font-size: 20px;
  }
  .form_sec .grid {
    padding: 24px 20px 30px;
    display: block;
  }
}
@keyframes drawLineweb {
  to {
    width: 100vh;
  }
}
@keyframes drawVerticalLineweb {
  to {
    height: 100vh;
  }
}
.aos-animate .slide-container:before {
  -webkit-animation: drawLine 2s forwards ease;
          animation: drawLine 2s forwards ease;
}
.aos-animate .slide-container:after {
  -webkit-animation: drawVerticalLineweb 2s forwards ease;
          animation: drawVerticalLineweb 2s forwards ease;
}

.gallery-section .container .ns-gallery-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  position: relative;
  padding-bottom: 120px;
}
.gallery-section .container .ns-gallery-title h2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 16px) / 2);
          flex: 0 0 calc((100% - 16px) / 2);
  color: #22221F;
  font-size: 54px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 54px */
  margin-bottom: 0;
}
.gallery-section .container .ns-gallery-title p {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 16px) / 2);
          flex: 0 0 calc((100% - 16px) / 2);
  color: #6D6C5F;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
  max-width: 509px;
}
.gallery-section .container .ns-gallery-title:before {
  /*content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: $text-three;*/
}
.gallery-section .container .gallery {
  position: relative;
}
.gallery-section .container .gallery .splide .splide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gallery-section .container .gallery .splide .splide__list .splide__slide {
  position: relative;
}
.gallery-section .container .gallery .splide .splide__list .splide__slide .slide-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding-top: 10px;
}
.gallery-section .container .gallery .splide .splide__list .splide__slide .slide-container .slide-description {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 1rem) / 2);
          flex: 0 0 calc((100% - 1rem) / 2);
  padding-top: 97px;
}
.gallery-section .container .gallery .splide .splide__list .splide__slide .slide-container .slide-description p {
  max-width: 520px;
  color: #22221F;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 39.2px */
}
.gallery-section .container .gallery .splide .splide__list .splide__slide .slide-container .slide-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 1rem) / 2);
          flex: 0 0 calc((100% - 1rem) / 2);
}
.gallery-section .container .gallery .splide .splide__list .splide__slide .slide-container .slide-image figure {
  width: 631px;
  height: 631px;
  margin: 0;
}
.gallery-section .container .gallery .splide .splide__list .splide__slide .slide-container .slide-image figure img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.gallery-section .container .gallery .splide .splide__list .splide__slide .slide-container .slide-image span {
  position: absolute;
  bottom: 0;
  border-radius: 0px 10px;
  background: #D3FC62;
  color: #22221F;
  padding: 8px 14px;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 15.6px */
}
.gallery-section .container .gallery .splide .splide__list .splide__slide .slide-container:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 0;
  background-color: #22221F;
}
.gallery-section .container .gallery .splide .splide__list .splide__slide .slide-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #22221F;
}
.gallery-section .container .gallery .splide .splide__arrows {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  gap: 10px;
}
.gallery-section .container .gallery .splide .splide__arrows .splide__arrow {
  position: unset;
  -webkit-transform: unset;
          transform: unset;
  height: 52px;
  width: 52px;
  background: #F7F4EE;
}
.gallery-section .container .gallery .splide .splide__arrows .splide__arrow.splide__arrow--next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 1199px) {
  .gallery-section .container .ns-gallery-title h2 {
    font-size: 36px;
  }
  .gallery-section .container .ns-gallery-title p {
    font-size: 18px;
  }
  .gallery-section .container .gallery .splide .splide__list .splide__slide .slide-container .slide-description p {
    font-size: 26px;
  }
  .gallery-section .container .gallery .splide .splide__list .splide__slide .slide-container .slide-image figure {
    width: auto;
  }
}
@media (max-width: 1023px) {
  .gallery-section .container .ns-gallery-title h2 {
    font-size: 30px;
  }
  .gallery-section .container .ns-gallery-title p {
    font-size: 15px;
  }
  .gallery-section .container .gallery .splide .splide__list .splide__slide .slide-container .slide-description p {
    font-size: 18px;
  }
  .gallery-section .container .gallery .splide .splide__list .splide__slide .slide-container .slide-image figure {
    width: auto;
  }
}
@media (max-width: 767px) {
  .gallery-section .container .ns-gallery-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 64px;
    row-gap: 30px;
  }
  .gallery-section .container .ns-gallery-title h2 {
    font-size: 26px;
    margin-bottom: 0px;
  }
  .gallery-section .container .ns-gallery-title p {
    font-size: 15px;
  }
  .gallery-section .container .gallery .splide .splide__list .splide__slide .slide-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
  }
  .gallery-section .container .gallery .splide .splide__list .splide__slide .slide-container .slide-description p {
    font-size: 18px;
  }
  .gallery-section .container .gallery .splide .splide__list .splide__slide .slide-container .slide-image figure {
    width: auto;
    height: 350px;
  }
  .gallery-section .container .gallery .splide .splide__list .splide__slide .slide-container:after {
    width: 0;
  }
}

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