/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

:root{--ss-primary-color: #5897fb;--ss-bg-color: #ffffff;--ss-font-color: #4d4d4d;--ss-font-placeholder-color: #8d8d8d;--ss-disabled-color: #dcdee2;--ss-border-color: #dcdee2;--ss-highlight-color: #fffb8c;--ss-success-color: #00b755;--ss-error-color: #dc3545;--ss-focus-color: #5897fb;--ss-main-height: 30px;--ss-content-height: 300px;--ss-spacing-l: 7px;--ss-spacing-m: 5px;--ss-spacing-s: 3px;--ss-animation-timing: 0.2s;--ss-border-radius: 4px}@keyframes ss-valueIn{0%{transform:scale(0);opacity:0}100%{transform:scale(1);opacity:1}}@keyframes ss-valueOut{0%{transform:scale(1);opacity:1}100%{transform:scale(0);opacity:0}}.ss-hide{display:none !important}.ss-main{display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:row;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:var(--ss-font-color);min-height:var(--ss-main-height);width:100%;padding:var(--ss-spacing-s);cursor:pointer;border:1px solid var(--ss-border-color);border-radius:var(--ss-border-radius);background-color:var(--ss-bg-color);outline:0;box-sizing:border-box;transition:background-color var(--ss-animation-timing);overflow:hidden}.ss-main:focus{box-shadow:0 0 5px var(--ss-focus-color)}.ss-main.ss-disabled{background-color:var(--ss-disabled-color);cursor:not-allowed}.ss-main.ss-disabled .ss-values .ss-disabled{color:var(--ss-font-color)}.ss-main.ss-disabled .ss-values .ss-value .ss-value-delete{cursor:not-allowed}.ss-main.ss-open-above{border-top-left-radius:0px;border-top-right-radius:0px}.ss-main.ss-open-below{border-bottom-left-radius:0px;border-bottom-right-radius:0px}.ss-main .ss-values{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;flex-wrap:wrap;gap:var(--ss-spacing-m);flex:1 1 100%}.ss-main .ss-values .ss-placeholder{display:-webkit-box;display:-ms-flexbox;display:flex;padding:var(--ss-spacing-s) var(--ss-spacing-m) var(--ss-spacing-s) var(--ss-spacing-m);margin:auto 0px auto 0px;line-height:1em;align-items:center;width:100%;color:var(--ss-font-placeholder-color);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ss-main .ss-values .ss-max{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-user-select:none;-moz-user-select:none;user-select:none;align-items:center;width:-moz-fit-content;width:-webkit-fit-content;width:fit-content;font-size:12px;color:var(--ss-bg-color);line-height:1;padding:var(--ss-spacing-s) var(--ss-spacing-m);background-color:var(--ss-primary-color);border-radius:var(--ss-border-radius)}.ss-main .ss-values .ss-single{display:-webkit-box;display:-ms-flexbox;display:flex;margin:auto 0px auto var(--ss-spacing-s)}.ss-main .ss-values .ss-value{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-user-select:none;-moz-user-select:none;user-select:none;align-items:center;width:-moz-fit-content;width:-webkit-fit-content;width:fit-content;background-color:var(--ss-primary-color);border-radius:var(--ss-border-radius);animation-name:ss-valueIn;animation-duration:var(--ss-animation-timing);animation-timing-function:ease-out;animation-fill-mode:both}.ss-main .ss-values .ss-value.ss-value-out{animation-name:ss-valueOut;animation-duration:var(--ss-animation-timing);animation-timing-function:ease-out}.ss-main .ss-values .ss-value .ss-value-text{font-size:12px;color:var(--ss-bg-color);line-height:1;padding:var(--ss-spacing-s) var(--ss-spacing-m)}.ss-main .ss-values .ss-value .ss-value-delete{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;height:var(--ss-spacing-l);width:var(--ss-spacing-l);padding:var(--ss-spacing-s) var(--ss-spacing-m);cursor:pointer;border-left:solid 1px var(--ss-bg-color);box-sizing:content-box}.ss-main .ss-values .ss-value .ss-value-delete svg{height:var(--ss-spacing-l);width:var(--ss-spacing-l)}.ss-main .ss-values .ss-value .ss-value-delete svg path{fill:none;stroke:var(--ss-bg-color);stroke-width:18;stroke-linecap:round;stroke-linejoin:round}.ss-main .ss-deselect{flex:0 1 auto;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;justify-content:center;width:-moz-fit-content;width:-webkit-fit-content;width:fit-content;height:auto;padding:0 var(--ss-spacing-m) 0 var(--ss-spacing-m)}.ss-main .ss-deselect svg{width:8px;height:8px}.ss-main .ss-deselect svg path{fill:none;stroke:var(--ss-font-color);stroke-width:20;stroke-linecap:round;stroke-linejoin:round}.ss-main .ss-arrow{flex:0 1 auto;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;justify-content:flex-end;width:12px;height:12px;margin:auto var(--ss-spacing-m) auto var(--ss-spacing-m)}.ss-main .ss-arrow path{fill:none;stroke:var(--ss-font-color);stroke-width:18;stroke-linecap:round;stroke-linejoin:round;transition-timing-function:ease-out;transition:var(--ss-animation-timing)}.ss-content{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;height:auto;flex-direction:column;width:auto;max-height:var(--ss-content-height);box-sizing:border-box;border:solid 1px var(--ss-border-color);background-color:var(--ss-bg-color);transition:transform var(--ss-animation-timing),opacity var(--ss-animation-timing);opacity:0;transform:scaleY(0);transform-origin:center top;overflow:hidden;z-index:10000}.ss-content.ss-relative{position:relative;height:100%}.ss-content.ss-fixed{position:fixed}.ss-content.ss-open-above{flex-direction:column-reverse;opacity:1;transform:scaleY(1);transform-origin:center bottom;border-top-left-radius:var(--ss-border-radius);border-top-right-radius:var(--ss-border-radius)}.ss-content.ss-open-below{opacity:1;transform:scaleY(1);transform-origin:center top;border-bottom-left-radius:var(--ss-border-radius);border-bottom-right-radius:var(--ss-border-radius)}.ss-content .ss-search{flex:0 1 auto;display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:row;padding:var(--ss-spacing-l) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l)}.ss-content .ss-search input{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-size:inherit;line-height:inherit;flex:1 1 auto;width:100%;min-width:0px;padding:var(--ss-spacing-m) var(--ss-spacing-l);margin:0;border:1px solid var(--ss-border-color);border-radius:var(--ss-border-radius);background-color:var(--ss-bg-color);outline:0;text-align:left;box-sizing:border-box}.ss-content .ss-search input::-moz-placeholder{color:var(--ss-font-placeholder-color);vertical-align:middle}.ss-content .ss-search input::placeholder{color:var(--ss-font-placeholder-color);vertical-align:middle}.ss-content .ss-search input:focus{box-shadow:0 0 5px var(--ss-focus-color)}.ss-content .ss-search .ss-addable{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;justify-content:center;align-items:center;cursor:pointer;flex:0 0 auto;height:auto;margin:0 0 0 var(--ss-spacing-m);border:1px solid var(--ss-border-color);border-radius:var(--ss-border-radius)}.ss-content .ss-search .ss-addable svg{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;justify-content:flex-end;flex:0 1 auto;width:12px;height:12px;margin:auto var(--ss-spacing-m) auto var(--ss-spacing-m)}.ss-content .ss-search .ss-addable svg path{fill:none;stroke:var(--ss-font-color);stroke-width:18;stroke-linecap:round;stroke-linejoin:round}.ss-content .ss-list{flex:1 1 auto;height:auto;overflow-x:hidden;overflow-y:auto}.ss-content .ss-list .ss-error{color:var(--ss-error-color);padding:var(--ss-spacing-l)}.ss-content .ss-list .ss-searching{color:var(--ss-font-color);padding:var(--ss-spacing-l)}.ss-content .ss-list .ss-optgroup.ss-close .ss-option{display:none !important}.ss-content .ss-list .ss-optgroup .ss-optgroup-label{display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l)}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-label-text{flex:1 1 auto;font-weight:bold;color:var(--ss-font-color)}.ss-content .ss-list .ss-optgroup .ss-optgroup-label:has(.ss-arrow){cursor:pointer}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions{flex:0 1 auto;display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:var(--ss-spacing-m)}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall{flex:0 0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:row;cursor:pointer}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall:hover{opacity:.5}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall.ss-selected svg path{stroke:var(--ss-error-color)}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall span{flex:0 1 auto;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;justify-content:center;font-size:60%;text-align:center;padding:0 var(--ss-spacing-s) 0 0}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg{flex:0 1 auto;width:13px;height:13px}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg path{fill:none;stroke:var(--ss-success-color);stroke-linecap:round;stroke-linejoin:round}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg:first-child{stroke-width:5}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg:last-child{stroke-width:11}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable{flex:0 1 auto;display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:row;cursor:pointer}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable .ss-arrow{flex:1 1 auto;width:10px;height:10px}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable .ss-arrow path{fill:none;stroke:var(--ss-font-color);stroke-width:18;stroke-linecap:round;stroke-linejoin:round;transition-timing-function:ease-out;transition:var(--ss-animation-timing)}.ss-content .ss-list .ss-optgroup .ss-option{padding:var(--ss-spacing-s) var(--ss-spacing-s) var(--ss-spacing-s) calc(var(--ss-spacing-l)*3)}.ss-content .ss-list .ss-option{display:block;padding:var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l);white-space:normal;color:var(--ss-font-color);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ss-content .ss-list .ss-option:hover{color:var(--ss-bg-color);background-color:var(--ss-primary-color)}.ss-content .ss-list .ss-option.ss-highlighted,.ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected{color:var(--ss-bg-color);background-color:var(--ss-primary-color)}.ss-content .ss-list .ss-option.ss-disabled{cursor:not-allowed;background-color:var(--ss-disabled-color)}.ss-content .ss-list .ss-option.ss-disabled:hover{color:var(--ss-font-color)}.ss-content .ss-list .ss-option .ss-search-highlight{display:inline-block;background-color:var(--ss-highlight-color)}/*# sourceMappingURL=slimselect.css.map */

@font-face {
  src: local("Manrope-Medium"), url("../fonts/Manrope/Manrope-Medium.woff2") format("woff2");
  font-family: "Manrope";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: local("Manrope-SemiBold"), url("../fonts/Manrope/Manrope-SemiBold.woff2") format("woff2");
  font-family: "Manrope";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: local("Manrope-Bold"), url("../fonts/Manrope/Manrope-Bold.woff2") format("woff2");
  font-family: "Manrope";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: local("Manrope-ExtraBold"), url("../fonts/Manrope/Manrope-ExtraBold.woff2") format("woff2");
  font-family: "Manrope";
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: local("NotoSansSinhala-Medium"), url("../fonts/NotoSansSinhala/NotoSansSinhala-Medium.woff2") format("woff2");
  font-family: "NotoSansSinhala";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: local("NotoSansSinhala-SemiBold"), url("../fonts/NotoSansSinhala/NotoSansSinhala-SemiBold.woff2") format("woff2");
  font-family: "NotoSansSinhala";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: local("NotoSansSinhala-Bold"), url("../fonts/NotoSansSinhala/NotoSansSinhala-Bold.woff2") format("woff2");
  font-family: "NotoSansSinhala";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: local("NotoSansSinhala-ExtraBold"), url("../fonts/NotoSansSinhala/NotoSansSinhala-ExtraBold.woff2") format("woff2");
  font-family: "NotoSansSinhala";
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html {
  height: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "Manrope";
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
html[lang=si-LK] {
  font-family: "NotoSansSinhala";
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (max-width: 479px) {
  html[lang=si-LK] body.pwa-show .main-content {
    padding-top: 115px;
  }
}
html::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
html::-webkit-scrollbar-thumb {
  background: rgba(18, 20, 13, 0.2);
}
html::-webkit-scrollbar-track {
  background: rgba(18, 20, 13, 0.1);
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  color: #7D7D7C;
  background-color: #ffffff;
}
body.page-template-landing .relinking {
  background-color: transparent;
}
body.page-template-inner .page-title, body.post-type-archive .page-title {
  margin-bottom: 20px;
  text-align: left;
}
body.pwa-show .main-content {
  padding-top: 145px;
}
@media only screen and (max-width: 767px) {
  body.pwa-show .main-content {
    padding-top: 120px;
  }
}

.font-en {
  font-family: "Manrope" !important;
}

.font-si {
  font-family: "NotoSansSinhala" !important;
}

h1, .fs-h1,
h2, .fs-h2,
h3, .fs-h3,
h4, .fs-h4,
h5, .fs-h5,
h6, .fs-h6 {
  padding: 0;
  margin: 0;
  font-weight: 800;
  line-height: 1.2;
  color: #12140D;
}

h1, .fs-h1 {
  font-size: 50px;
}
@media only screen and (max-width: 767px) {
  h1, .fs-h1 {
    font-size: 34px;
  }
}

h2, .fs-h2 {
  font-size: 40px;
}
@media only screen and (max-width: 767px) {
  h2, .fs-h2 {
    font-size: 28px;
  }
}

h3, .fs-h3 {
  font-size: 36px;
}
@media only screen and (max-width: 767px) {
  h3, .fs-h3 {
    font-size: 24px;
  }
}

h4, .fs-h4 {
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  h4, .fs-h4 {
    font-size: 20px;
  }
}

h5, .fs-h5 {
  font-size: 20px;
}

h6, .fs-h6 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.fs-small,
.fs-thin,
.fs-min {
  padding: 0;
  margin: 0;
}

.fs-small {
  font-size: 14px;
}

.fs-thin {
  font-size: 12px;
}

.fs-min {
  font-size: 10px;
}

.fw-100 {
  font-weight: 100;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

b,
strong {
  font-weight: 800;
}

ul, ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

a,
button {
  color: #12140D;
  transition: all 0.3s ease;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

input,
textarea {
  max-width: 100%;
}

section {
  padding: 80px 0;
}
@media only screen and (max-width: 991px) {
  section {
    padding: 30px 0;
  }
}

.main-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding-top: 80px;
}
@media only screen and (max-width: 991px) {
  .main-content {
    padding-top: 50px;
  }
}

.container {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}
@media only screen and (max-width: 767px) {
  .container {
    padding: 0 16px;
  }
}
.container_middle {
  max-width: 1130px;
}
@media only screen and (max-width: 767px) {
  .container_middle {
    padding: 0;
  }
}
.container_large {
  max-width: 1200px;
}
@media only screen and (max-width: 767px) {
  .container_large {
    padding: 0;
  }
}

.page-title {
  position: relative;
  margin-bottom: 60px;
  text-align: center;
}
.page-title_start {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .page-title {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .page-title .fs-h1 {
    font-size: 28px;
  }
}

.page-text {
  position: relative;
  margin-bottom: 20px;
  font-size: 16px;
  color: #31322E;
}
@media only screen and (max-width: 767px) {
  .page-text {
    font-size: 14px;
  }
}
.page-text p + p {
  margin-top: 15px;
}

.page-button {
  position: relative;
  margin-top: 40px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .page-button {
    margin-top: 30px;
  }
}

#wt-omni-widget {
  right: 15px !important;
  bottom: 15px !important;
}

.button, .wpcf7-submit {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  padding: 10px 16px;
  color: #12140D;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  border-radius: 10px;
  background-color: #C3F63C;
  transition: all 0.3s ease;
  overflow: hidden;
  z-index: 1;
}
.button:hover, .wpcf7-submit:hover {
  background-color: #D7EF94;
}
.button:disabled, .wpcf7-submit:disabled {
  color: #9FD21A;
  background-color: #EFF9D4;
}
.button img, .wpcf7-submit img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 16px;
}
.button_small, .wpcf7-submit_small {
  padding: 4px 10px;
  min-height: 40px;
  font-size: 14px;
  background-color: #EFF9D4;
}
.button_large, .wpcf7-submit_large {
  padding: 4px 10px;
  min-height: 60px;
  font-size: 16px;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
  margin-bottom: 20px;
}
.content h1:not(:first-child), .content h2:not(:first-child), .content h3:not(:first-child), .content h4:not(:first-child), .content h5:not(:first-child), .content h6:not(:first-child) {
  margin-top: 20px;
}
.content h1 {
  font-size: 28px;
}
.content h2 {
  font-size: 24px;
}
.content h3 {
  font-size: 20px;
}
.content h4, .content h5, .content h6 {
  font-size: 16px;
}
.content p, .content figure {
  margin-top: 15px;
}
.content p:not(:last-child), .content figure:not(:last-child) {
  margin-bottom: 15px;
}
.content a:hover {
  color: #799331;
}
.content b, .content strong {
  font-weight: 600;
}
.content ul, .content ol {
  margin: 15px 0;
}
.content ul li + li, .content ol li + li {
  margin-top: 15px;
}
.content ul span,
.content ul strong,
.content ul em, .content ol span,
.content ol strong,
.content ol em {
  color: #484947 !important;
}
.content ul a:hover, .content ol a:hover {
  opacity: 0.8;
}
.content ul a strong, .content ol a strong {
  text-decoration: underline;
}
.content ul {
  padding: 0 0 0 1.2em;
  list-style-type: disc;
}
.content ol {
  list-style: none;
  counter-reset: li;
}
.content ol ol {
  padding: 0 0 0 1em;
}
.content ol ul {
  padding: 0 0 0 2.5em;
}
.content ol > li:before {
  counter-increment: li;
  content: counters(li, ".") ". ";
}
.content figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content figure img {
  width: 100%;
}
.content table {
  position: relative;
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  border-radius: 10px;
  border: 1px solid #DEDFDA;
  overflow: hidden;
}
.content table tr:last-child td {
  border-bottom: 0;
}
.content table th, .content table td {
  position: relative;
  padding: 14px 20px;
  vertical-align: top;
  border: 0;
  border-bottom: 1px solid #DEDFDA;
  line-height: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media only screen and (max-width: 767px) {
  .content table th, .content table td {
    font-size: 14px;
    padding: 15px;
  }
}
.content table th:not(:last-child):after, .content table td:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: calc(100% - 30px);
  min-height: 20px;
  background-color: #DEDFDA;
}
.content table td p {
  margin: 0;
}
.content table td p + p {
  margin-top: 10px;
}
.content table th {
  font-weight: 700;
  vertical-align: middle;
}

.breadcrumbs {
  position: relative;
  font-family: "Manrope";
}
.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.breadcrumbs__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  line-height: 20px;
}
.breadcrumbs__item:before {
  content: "/";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 6px;
  margin: 0 8px;
  color: #18402A;
  font-weight: 700;
}
.breadcrumbs__item:first-child:before {
  display: none;
}
.breadcrumbs__item_active {
  color: #7D7D7C;
  overflow: hidden;
}
.breadcrumbs__item_active:before {
  color: #7D7D7C;
  font-weight: 500;
}
.breadcrumbs__item_active span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumbs__item a {
  color: #18402A;
  font-weight: 700;
}
.breadcrumbs__item a:hover {
  color: #799331;
}

.swiper {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.swiper-navigation {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin-top: 30px;
}
.swiper-navigation:has(.swiper-button-lock), .swiper-navigation:has(.swiper-scrollbar-lock) {
  display: none;
}
.swiper-navigation .swiper-button-prev,
.swiper-navigation .swiper-button-next {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  width: 40px;
  height: 40px;
  margin: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #C3F63C;
  border-radius: 100%;
  border: 1px solid transparent;
  z-index: 10;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .swiper-navigation .swiper-button-prev,
  .swiper-navigation .swiper-button-next {
    margin: 0 10px;
  }
}
.swiper-navigation .swiper-button-prev:hover,
.swiper-navigation .swiper-button-next:hover {
  opacity: 0.8;
}
.swiper-navigation .swiper-button-prev:after,
.swiper-navigation .swiper-button-next:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  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'%3E%3Cpath d='M13.9142 19.072L20.9853 12.0009L13.9142 4.92984M4.01472 12.0009H20.2782' stroke='%2312140D' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
.swiper-navigation .swiper-button-prev.swiper-button-disabled,
.swiper-navigation .swiper-button-next.swiper-button-disabled {
  border-color: #ADADAB;
  background-color: transparent;
}
.swiper-navigation .swiper-button-prev.swiper-button-disabled:after,
.swiper-navigation .swiper-button-next.swiper-button-disabled:after {
  opacity: 0.4;
}
.swiper-navigation .swiper-button-prev:after {
  transform: scale(-1, 1);
}
.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.swiper-pagination.swiper-pagination-lock {
  display: none;
}
.swiper-pagination .swiper-pagination-bullet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 10px;
  height: 10px;
  margin: 0 3px;
  border-radius: 100%;
  background-color: #DEDFDA;
  cursor: pointer;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #18402A;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid #059436;
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff ;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000 ;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
html[lang=si-LK] .wpcf7-form .wpcf7-not-valid-tip,
html[lang=si-LK] .wpcf7-form .wpcf7-response-output {
  font-size: 10px;
}

.form {
  position: relative;
}
.form.error .form__line .label {
  color: #E02727 !important;
}
.form.error .form__line .label-code {
  color: #E02727;
}
.form.error .form__line .input {
  color: #E02727;
  border-color: #E02727;
}
.form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -12.5px;
}
.form__col {
  padding: 12.5px;
}
.form__col_100 {
  width: 100%;
}
.form__line {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.form__line .label-code {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  min-height: 28px;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  background-color: #ffffff;
  padding: 5px;
  border-radius: 5px;
  color: #12140D;
  font-size: 14px;
  font-weight: 500;
  z-index: 1;
}
.form__line .label {
  position: absolute;
  top: 50%;
  left: 55px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.form__line .input {
  position: relative;
  width: 100%;
  min-height: 45px;
  padding: 0 20px 0 60px;
  background-color: #ffffff;
  border: 1px solid #DEDFDA;
  border-radius: 10px;
}
.form__line .input:focus, .form__line .input:valid {
  outline: none;
}
.form__line .input:focus ~ .label, .form__line .input:valid ~ .label {
  transform: translate3d(-52px, -30px, 0px);
  padding: 0 5px;
  font-weight: 400;
  font-size: 10px;
  background-color: #ffffff;
}
.form__line .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 45px;
  padding: 13px 36px;
  border-radius: 100px;
  min-width: auto;
  margin: -10px 0 0 0;
  color: #ffffff;
  font-weight: 600;
  border: 0;
  outline: none;
  cursor: pointer;
}
.form__line .g-recaptcha {
  position: relative;
  margin: -10px 0 0 0;
}
@media only screen and (max-width: 374px) {
  .form__line .g-recaptcha {
    transform: scale(0.82);
    transform-origin: 0 0 0;
    margin: -10px 0 -15px 0;
  }
}
.form__line .g-recaptcha > div {
  margin: 0 auto;
}
.form__message {
  position: relative;
}
.form__message-text {
  display: none;
  margin-top: 5px;
  font-size: 10px;
  font-weight: 400;
  color: #E02727;
}

.wpcf7-form {
  position: relative;
}
.wpcf7-form.submitting:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 10;
  pointer-events: none;
}
.wpcf7-form.submitting:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -40px;
  width: 80px;
  height: 80px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Ccircle fill='%239FD21A' stroke='%239FD21A' stroke-width='15' r='15' cx='40' cy='65'%3E%3Canimate attributeName='cy' calcMode='spline' dur='2' values='65;135;65;' keySplines='.5 0 .5 1;.5 0 .5 1' repeatCount='indefinite' begin='-.4'%3E%3C/animate%3E%3C/circle%3E%3Ccircle fill='%239FD21A' stroke='%239FD21A' stroke-width='15' r='15' cx='100' cy='65'%3E%3Canimate attributeName='cy' calcMode='spline' dur='2' values='65;135;65;' keySplines='.5 0 .5 1;.5 0 .5 1' repeatCount='indefinite' begin='-.2'%3E%3C/animate%3E%3C/circle%3E%3Ccircle fill='%239FD21A' stroke='%239FD21A' stroke-width='15' r='15' cx='160' cy='65'%3E%3Canimate attributeName='cy' calcMode='spline' dur='2' values='65;135;65;' keySplines='.5 0 .5 1;.5 0 .5 1' repeatCount='indefinite' begin='0'%3E%3C/animate%3E%3C/circle%3E%3C/svg%3E");
  background-size: cover;
  z-index: 11;
}
.wpcf7-form.submitting .wpcf7-submit {
  cursor: not-allowed;
  pointer-events: none;
}
.wpcf7-form .wpcf7-text,
.wpcf7-form .wpcf7-email,
.wpcf7-form .wpcf7-tel,
.wpcf7-form .wpcf7-textarea {
  width: 100%;
  min-height: 60px;
  padding: 10px 16px;
  border-radius: 10px;
  border: 1px solid #DEDFDA;
  color: #12140D;
}
.wpcf7-form .wpcf7-text::-webkit-input-placeholder,
.wpcf7-form .wpcf7-email::-webkit-input-placeholder,
.wpcf7-form .wpcf7-tel::-webkit-input-placeholder,
.wpcf7-form .wpcf7-textarea::-webkit-input-placeholder {
  color: #7D7D7C;
}
.wpcf7-form .wpcf7-text::-moz-placeholder,
.wpcf7-form .wpcf7-email::-moz-placeholder,
.wpcf7-form .wpcf7-tel::-moz-placeholder,
.wpcf7-form .wpcf7-textarea::-moz-placeholder {
  color: #7D7D7C;
}
.wpcf7-form .wpcf7-text:-ms-input-placeholder,
.wpcf7-form .wpcf7-email:-ms-input-placeholder,
.wpcf7-form .wpcf7-tel:-ms-input-placeholder,
.wpcf7-form .wpcf7-textarea:-ms-input-placeholder {
  color: #7D7D7C;
}
.wpcf7-form .wpcf7-text:-moz-placeholder,
.wpcf7-form .wpcf7-email:-moz-placeholder,
.wpcf7-form .wpcf7-tel:-moz-placeholder,
.wpcf7-form .wpcf7-textarea:-moz-placeholder {
  color: #7D7D7C;
}
.wpcf7-form .wpcf7-text:focus, .wpcf7-form .wpcf7-text:focus-visible,
.wpcf7-form .wpcf7-email:focus,
.wpcf7-form .wpcf7-email:focus-visible,
.wpcf7-form .wpcf7-tel:focus,
.wpcf7-form .wpcf7-tel:focus-visible,
.wpcf7-form .wpcf7-textarea:focus,
.wpcf7-form .wpcf7-textarea:focus-visible {
  outline: none;
  box-shadow: none;
}
.wpcf7-form .wpcf7-text.wpcf7-not-valid,
.wpcf7-form .wpcf7-email.wpcf7-not-valid,
.wpcf7-form .wpcf7-tel.wpcf7-not-valid,
.wpcf7-form .wpcf7-textarea.wpcf7-not-valid {
  border-color: #E02727;
}
.wpcf7-form .wpcf7-textarea {
  max-height: 120px;
  padding: 10px 16px;
}
@media only screen and (max-width: 479px) {
  .wpcf7-form .wpcf7-textarea {
    max-height: 100px;
  }
}
.wpcf7-form .wpcf7-form-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wpcf7-form .wpcf7-not-valid-tip {
  padding-top: 5px;
  font-size: 12px;
  color: #E02727;
}
.wpcf7-form .wpcf7-response-output {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  margin: 30px 0 0 0 !important;
  padding: 5px 15px !important;
  border-color: #E02727 !important;
  border-radius: 10px;
  border-width: 1px !important;
  color: #E02727;
  font-size: 14px;
}
.wpcf7-form.sent .wpcf7-response-output {
  border-color: #059436 !important;
  color: #059436;
}
.wpcf7-form .wpcf7-form-control-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.wpcf7-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -8px;
}
.wpcf7-form__col {
  width: 100%;
  padding: 8px;
}
.wpcf7-form__col_50 {
  width: 50%;
}
.wpcf7-form__col_33 {
  width: 33.3333333333%;
}
@media only screen and (max-width: 767px) {
  .wpcf7-form__col {
    width: 100% !important;
  }
}
.wpcf7-form__line {
  position: relative;
}
.wpcf7-form__line_type p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.wpcf7-form__line_type .wpcf7-form-label {
  width: 100%;
  padding-bottom: 10px;
  font-size: 16px;
  color: #12140D;
}
.wpcf7-form__line_type .wpcf7-list-item {
  margin: 0 10px 0 0;
}
.wpcf7-form__line_type input[type=radio] {
  display: none;
}
.wpcf7-form__line_type .wpcf7-list-item-label {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 12px 32px;
  background-color: #ffffff;
  border: 1px solid #DEDFDA;
  border-radius: 100px;
  color: #12140D;
  line-height: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.wpcf7-form__line_type input[type=radio]:checked + .wpcf7-list-item-label {
  border-color: #C3F63C;
  background-color: #C3F63C;
}
.wpcf7-form__line_rating {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media only screen and (max-width: 479px) {
  .wpcf7-form__line_rating {
    align-items: flex-start;
    text-align: left;
  }
}
.wpcf7-form__line_rating .rating-label {
  font-weight: 500;
  font-size: 14px;
}
.wpcf7-form__line_rating .rating-notice {
  margin-top: 10px;
  font-size: 12px;
}
.wpcf7-form__line_rating .wpcf7-radio {
  display: block;
  margin-top: 15px;
}
.wpcf7-form__line_rating .wpcf7-radio input {
  display: none;
}
.wpcf7-form__line_rating .wpcf7-radio label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
}
.wpcf7-form__line_rating .wpcf7-radio label:before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='30' viewBox='0 0 32 30' fill='none'%3E%3Cpath d='M15.144 0.634348C15.4135 -0.194832 16.5865 -0.194834 16.856 0.634346L19.8392 9.81581C19.9597 10.1866 20.3052 10.4377 20.6951 10.4377H30.3491C31.221 10.4377 31.5835 11.5533 30.8781 12.0658L23.0679 17.7403C22.7525 17.9694 22.6205 18.3757 22.7409 18.7465L25.7242 27.928C25.9936 28.7571 25.0446 29.4467 24.3392 28.9342L16.529 23.2597C16.2136 23.0306 15.7864 23.0306 15.471 23.2597L7.66077 28.9342C6.95543 29.4467 6.0064 28.7571 6.27582 27.928L9.25905 18.7465C9.37954 18.3757 9.24755 17.9694 8.93211 17.7403L1.12189 12.0658C0.416551 11.5533 0.779047 10.4377 1.6509 10.4377H11.3049C11.6948 10.4377 12.0403 10.1866 12.1608 9.81581L15.144 0.634348Z' fill='%23D6D6D6'/%3E%3C/svg%3E");
  background-size: cover;
}
.wpcf7-form__line_rating .wpcf7-radio label.active:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='30' viewBox='0 0 31 30' fill='none'%3E%3Cpath d='M14.644 0.634348C14.9135 -0.194832 16.0865 -0.194834 16.356 0.634346L19.3392 9.81581C19.4597 10.1866 19.8052 10.4377 20.1951 10.4377H29.8491C30.721 10.4377 31.0835 11.5533 30.3781 12.0658L22.5679 17.7403C22.2525 17.9694 22.1205 18.3757 22.2409 18.7465L25.2242 27.928C25.4936 28.7571 24.5446 29.4467 23.8392 28.9342L16.029 23.2597C15.7136 23.0306 15.2864 23.0306 14.971 23.2597L7.16077 28.9342C6.45543 29.4467 5.5064 28.7571 5.77582 27.928L8.75905 18.7465C8.87954 18.3757 8.74755 17.9694 8.43211 17.7403L0.621893 12.0658C-0.0834491 11.5533 0.279047 10.4377 1.1509 10.4377H10.8049C11.1948 10.4377 11.5403 10.1866 11.6608 9.81581L14.644 0.634348Z' fill='%23F1BE60'/%3E%3C/svg%3E");
}
.wpcf7-form__line_rating .wpcf7-radio label .wpcf7-list-item-label {
  display: none;
}
.wpcf7-form__line_rating .wpcf7-radio .wpcf7-list-item {
  margin-left: 0;
  margin-right: 5px;
}
.wpcf7-form__line_rating .wpcf7-radio .wpcf7-list-item.last {
  margin-right: 0;
}
.wpcf7-form__line_phone .wpcf7-tel {
  padding-left: 45px;
}
.wpcf7-form__line_phone .phone-prefix {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 30px;
  top: 15px;
  left: 10px;
  color: #12140D;
}
.wpcf7-form__line_file p {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wpcf7-form__line_file .wpcf7-form-control-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
.wpcf7-form__line_file .wpcf7-form-control-wrap input {
  height: 60px;
  cursor: pointer;
  z-index: 5;
}
.wpcf7-form__line_file .wpcf7-form-label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  min-height: 60px;
  width: 100%;
  padding: 16px;
  border-radius: 10px;
  border: 1px dashed #DEDFDA;
  transition: all 0.3s ease;
  cursor: pointer;
  color: #7D7D7C;
}
.wpcf7-form__line_file .wpcf7-form-label:before {
  content: "";
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  margin-right: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M13.4021 5.16126L6.82635 11.4557C6.03686 12.2114 6.03686 13.4366 6.82635 14.1924C7.61584 14.9481 8.89587 14.9481 9.68536 14.1924L16.2134 7.94357C17.7135 6.50771 17.7135 4.17971 16.2134 2.74385C14.7134 1.30798 12.2814 1.30798 10.7813 2.74385L4.15794 9.08386C1.94735 11.1999 1.94735 14.6306 4.15794 16.7466C6.36852 18.8626 9.95259 18.8626 12.1632 16.7466L17.5 11.6381' stroke='%23484947' stroke-width='1.25' stroke-linecap='round'/%3E%3C/svg%3E");
}
.wpcf7-form__line_file .wpcf7-form-label:hover {
  opacity: 0.8;
}
.wpcf7-form__line_submit {
  position: relative;
  margin-bottom: 0;
  margin-top: 5px;
}
.wpcf7-form__line_submit input {
  width: 100%;
  min-height: 60px;
  border: 0;
  outline: 0;
  cursor: pointer;
  z-index: 1;
}
.wpcf7-form__line_submit input:hover {
  opacity: 0.85;
}
.wpcf7-form__line_submit .wpcf7-spinner {
  display: none;
}

.ss-main {
  min-height: 60px;
  padding: 10px 16px;
  border-radius: 10px;
  border: 1px solid #DEDFDA;
  color: #12140D;
}
.ss-main .ss-values .ss-placeholder {
  color: #7D7D7C;
}
.ss-main .ss-arrow {
  margin: auto 0;
}
.ss-main .ss-arrow path {
  stroke: #12140D;
}
.ss-main:focus, .ss-main:focus-visible {
  box-shadow: none;
}

.ss-content {
  transition: none;
}
.ss-content .ss-list {
  max-height: 200px;
}
.ss-content .ss-list::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.ss-content .ss-list::-webkit-scrollbar-thumb {
  background: rgba(18, 20, 13, 0.2);
}
.ss-content .ss-list::-webkit-scrollbar-track {
  background: rgba(18, 20, 13, 0.1);
}
.ss-content .ss-list .ss-option {
  padding: 0 16px;
  min-height: 44px;
  line-height: 44px;
  color: #7D7D7C;
  transition: all 0.15s ease;
}
.ss-content .ss-list .ss-option:not(.ss-disabled):hover {
  background-color: #EFF9D4;
  color: #12140D;
}
.ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected {
  background-color: #D7EF94;
  color: #12140D;
}
.ss-content .ss-list .ss-option.ss-disabled {
  opacity: 0.3;
}

.rating {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.rating__number {
  font-size: 14px;
}
.rating__stars {
  position: relative;
  min-width: 100px;
  min-height: 20px;
  margin-right: 5px;
}
.rating__stars .passive, .rating__stars .active {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rating__stars .passive .star, .rating__stars .active .star {
  position: relative;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px 18px;
}
.rating__stars .passive {
  z-index: 0;
}
.rating__stars .passive .star {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='17' viewBox='0 0 18 17' fill='none'%3E%3Cpath d='M8.52447 0.463525C8.67415 0.00287008 9.32585 0.00287008 9.47553 0.463525L11.1329 5.56434C11.1998 5.77035 11.3918 5.90983 11.6084 5.90983H16.9717C17.4561 5.90983 17.6575 6.52964 17.2656 6.81434L12.9266 9.96681C12.7514 10.0941 12.678 10.3198 12.745 10.5258L14.4023 15.6266C14.552 16.0873 14.0248 16.4704 13.6329 16.1857L9.29389 13.0332C9.11865 12.9059 8.88135 12.9059 8.70611 13.0332L4.3671 16.1857C3.97524 16.4704 3.448 16.0873 3.59768 15.6266L5.25503 10.5258C5.32197 10.3198 5.24864 10.0941 5.07339 9.96681L0.734384 6.81434C0.342527 6.52964 0.543915 5.90983 1.02828 5.90983H6.39159C6.6082 5.90983 6.80018 5.77035 6.86712 5.56434L8.52447 0.463525Z' fill='%23D6D6D6'/%3E%3C/svg%3E");
}
.rating__stars .active {
  z-index: 1;
}
.rating__stars .active .star {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='17' viewBox='0 0 18 17' fill='none'%3E%3Cpath d='M8.52447 0.463525C8.67415 0.00287008 9.32585 0.00287008 9.47553 0.463525L11.1329 5.56434C11.1998 5.77035 11.3918 5.90983 11.6084 5.90983H16.9717C17.4561 5.90983 17.6575 6.52964 17.2656 6.81434L12.9266 9.96681C12.7514 10.0941 12.678 10.3198 12.745 10.5258L14.4023 15.6266C14.552 16.0873 14.0248 16.4704 13.6329 16.1857L9.29389 13.0332C9.11865 12.9059 8.88135 12.9059 8.70611 13.0332L4.3671 16.1857C3.97524 16.4704 3.448 16.0873 3.59768 15.6266L5.25503 10.5258C5.32197 10.3198 5.24864 10.0941 5.07339 9.96681L0.734384 6.81434C0.342527 6.52964 0.543915 5.90983 1.02828 5.90983H6.39159C6.6082 5.90983 6.80018 5.77035 6.86712 5.56434L8.52447 0.463525Z' fill='%23F1BE60'/%3E%3C/svg%3E");
}
.rating__voted {
  font-size: 12px;
}

html[lang=si-LK] .header__menu ul {
  margin: -10px;
}
html[lang=si-LK] .header__menu ul li {
  padding: 10px;
}
html[lang=si-LK] .header__menu ul li a {
  font-size: 12px;
}
@media only screen and (max-width: 1399px) {
  html[lang=si-LK] .header__menu ul li a {
    font-size: 11px;
  }
}
html[lang=si-LK] .header__phone {
  font-size: 12px;
}
@media only screen and (max-width: 1399px) {
  html[lang=si-LK] .header__phone {
    font-size: 11px;
  }
}
html[lang=si-LK] .header__auth .button {
  font-size: 12px;
}
@media only screen and (max-width: 1399px) {
  html[lang=si-LK] .header__auth .button {
    font-size: 11px;
  }
}
html[lang=si-LK] .header__lang {
  font-size: 12px;
}
@media only screen and (max-width: 1399px) {
  html[lang=si-LK] .header__lang {
    font-size: 11px;
  }
}

body.admin-bar .header {
  top: 32px;
}
@media only screen and (max-width: 783px) {
  body.admin-bar .header {
    top: 46px;
  }
  body.admin-bar .header.header_shrink {
    top: 0;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 21;
}
.header_shrink .header__main {
  min-height: 56px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
}
.header_google .header__logo {
  margin-right: auto;
}
.header__main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  min-height: 80px;
  padding: 8px 0;
  background-color: #ffffff;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 991px) {
  .header__main {
    min-height: 56px !important;
  }
}
.header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  flex: 0 0 127px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 991px) {
  .header__logo {
    flex: 0 0 79px;
    margin-right: auto;
  }
}
.header__logo picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__menu {
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .header__menu {
    display: none;
  }
}
.header__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -10px -20px;
}
.header__menu ul li {
  padding: 10px 20px;
}
.header__menu ul li a {
  font-weight: 600;
}
.header__menu ul li a.current, .header__menu ul li a:hover {
  color: #799331;
}
.header__phone {
  margin-right: 10px;
}
@media only screen and (max-width: 991px) {
  .header__phone {
    display: none;
  }
}
.header__phone a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-weight: 600;
}
.header__phone a img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 16px;
  margin-right: 8px;
}
.header__auth {
  margin-left: 10px;
}
@media only screen and (max-width: 991px) {
  .header__auth {
    order: 1;
  }
}
.header__auth .button img {
  margin-right: 8px;
}
.header__lang {
  position: relative;
  padding: 0 10px;
  margin-right: 8px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: #12140D;
}
@media only screen and (max-width: 991px) {
  .header__lang {
    margin-right: 0;
    margin-left: 4px;
    order: 2;
  }
}
.header__lang:hover .header__lang-list {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  padding-top: 8px;
  pointer-events: auto;
}
.header__lang:hover .header__lang-curr:after {
  transform: scale(1, -1);
}
.header__lang-curr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__lang-curr:after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6.00012L8 10.0001L12 6.00012' stroke='%2312140D' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  transition: all 0.3s ease;
}
.header__lang-list {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  position: absolute;
  width: 100%;
  top: 100%;
  right: 0;
  padding: 10px 16px;
  min-width: 78px;
  text-align: center;
  border-radius: 10px;
  background-color: #ffffff;
  transition: all 0.3s ease;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
.header__burger {
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
}
@media only screen and (max-width: 991px) {
  .header__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    order: 5;
  }
}

html[lang=si-LK] .banner-pwa__init-text {
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  html[lang=si-LK] .banner-pwa__init-text {
    font-size: 10px;
  }
}

.banner-pwa {
  position: relative;
  padding: 8px 0;
  border-bottom: 1px solid #DBDFD0;
  background-color: #D7EF94;
}
.banner-pwa_show {
  display: block !important;
}
.banner-pwa__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .banner-pwa__wrap {
    justify-content: space-between;
  }
}
.banner-pwa__init {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 8px;
  border-radius: 10px;
  background-color: #ffffff;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .banner-pwa__init {
    max-width: 295px;
  }
}
.banner-pwa__init:after {
  content: "";
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  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'%3E%3Cpath d='M11 16L15 12L11 8' stroke='%23484947' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}
.banner-pwa__init-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 26px;
  margin-right: 10px;
}
.banner-pwa__init-text {
  margin-right: 8px;
}
@media only screen and (max-width: 767px) {
  .banner-pwa__init-text {
    font-size: 12px;
  }
}
.banner-pwa__close {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .banner-pwa__close {
    position: relative;
    right: auto;
    transform: none;
  }
}

html[lang=si-LK] .header__aside-auth .button {
  font-size: 12px;
}
@media only screen and (max-width: 479px) {
  html[lang=si-LK] .header__aside-auth .button {
    font-size: 10px;
  }
}

.header__aside {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(18, 20, 13, 0.5);
  z-index: 999;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 991px) {
  .header__aside {
    display: block;
  }
}
.header__aside.active {
  opacity: 1;
  visibility: visible;
}
.header__aside.active .header__aside-wrap {
  opacity: 1;
  visibility: visible;
  right: 0;
}
.header__aside.logged .header__aside-menu + .header__aside-menu {
  margin-top: 10px;
}
.header__aside.logged .header__aside-menu ul {
  margin: -10px 0;
}
.header__aside.logged .header__aside-menu ul li {
  padding: 10px 0;
}
.header__aside.logged .header__aside-logout {
  margin-top: 10px;
  padding: 10px 0;
}
.header__aside.logged .header__aside-lang {
  margin-top: 10px;
  padding: 10px 0;
}
.header__aside-wrap {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  right: -100%;
  background-color: #ffffff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  border-radius: 0 0 30px 30px;
  box-shadow: 0 30px 120px 0 rgba(8, 41, 78, 0.08);
}
.header__aside-caption {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  min-height: 56px;
  padding: 0 15px;
  background-color: #ffffff;
}
.header__aside-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 79px;
}
.header__aside-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__aside-auth {
  margin-left: auto;
}
.header__aside-auth .button img {
  margin-right: 8px;
}
.header__aside-burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 40px;
  margin-left: 8px;
}
.header__aside-content {
  padding: 30px;
}
.header__aside-menu {
  position: relative;
}
.header__aside-menu + .header__aside-menu {
  margin-top: 20px;
}
.header__aside-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin: -20px 0;
}
.header__aside-menu ul li {
  padding: 20px 0;
}
.header__aside-menu ul a {
  font-size: 20px;
  font-weight: 800;
}
.header__aside-menu ul a.current, .header__aside-menu ul a:hover {
  color: #799331;
}
.header__aside-logout {
  margin-top: 20px;
  padding: 20px 0;
}
.header__aside-logout a {
  font-size: 20px;
  font-weight: 800;
}
.header__aside-lang {
  margin-top: 20px;
  padding: 20px 0;
}
.header__aside-lang ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -8px;
}
.header__aside-lang ul li {
  position: relative;
  padding: 0 8px;
  font-size: 14px;
  font-weight: 600;
}
.header__aside-lang ul li:not(:last-child):after {
  content: "/";
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
}
.header__aside-lang ul li a.active {
  color: #799331;
}

.footer {
  position: relative;
  margin-top: auto;
  padding: 40px 0;
}
.footer_main {
  padding: 40px 0 60px 0;
}
@media only screen and (max-width: 1199px) {
  .footer_main {
    padding: 40px 0 100px 0;
  }
}
.footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.footer__row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -15px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .footer__row_start {
    padding-top: 30px;
    order: 1;
  }
}
.footer__row_center {
  padding-top: 40px;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .footer__row_center {
    padding-top: 30px;
    order: 2;
  }
}
.footer__row_end {
  padding-top: 40px;
}
@media only screen and (max-width: 767px) {
  .footer__row_end {
    padding-top: 0;
    order: 0;
  }
}
.footer__col {
  padding: 15px;
}
@media only screen and (max-width: 767px) {
  .footer__col_33 {
    width: 100%;
  }
}
.footer__col_100 {
  width: 100%;
}
.footer__contacts {
  margin-top: 24px;
}
.footer__contacts ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin: -12px 0;
}
.footer__contacts ul li {
  padding: 12px 0;
}
.footer__contacts-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.footer__contacts-item .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 20px;
  margin-right: 8px;
}
.footer__contacts-item .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  color: #7D7D7C;
}
.footer__contacts-item .text a {
  color: #7D7D7C;
}
.footer__contacts-item .text a:hover {
  color: #799331;
}
.footer__menu {
  margin-top: 24px;
}
.footer__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin: -12px 0;
}
.footer__menu ul li {
  padding: 12px 0;
}
.footer__menu ul li a {
  color: #7D7D7C;
}
.footer__menu ul li a.current, .footer__menu ul li a:hover {
  color: #799331;
}
.footer__copyright {
  font-family: "Manrope";
  font-size: 12px;
  color: #ADADAB;
}
.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__logo picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .footer__logo picture img {
    flex: 0 0 79px;
  }
}
.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .footer__socials {
    padding-right: 0;
  }
}
.footer__socials-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}
.footer__socials-list ul li {
  padding: 5px;
}
.footer__socials-list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 32px;
}
.footer__socials-list ul li a:hover {
  opacity: 0.8;
}
.footer__apps {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
.footer__apps-list {
  margin-top: 15px;
}
.footer__apps-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -7.5px;
}
.footer__apps-list ul li {
  padding: 7.5px;
}
.footer__apps-list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 35px;
}
.footer__apps-list ul li a:hover {
  opacity: 0.8;
}
.footer__take-loan {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 100%;
  padding-bottom: 20px;
  left: 0;
  bottom: 0;
  transform: translateY(20px);
  z-index: 100;
  transition: all 0.3s ease;
}
.footer__take-loan:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #ffffff;
}
.footer__take-loan.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.footer__take-loan a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 630px;
  min-height: 60px;
  margin: 0 auto;
  padding: 8px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: #C3F63C;
  font-size: 16px;
  font-weight: 600;
  color: #12140D;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .footer__take-loan a {
    margin: 0 0 0 16px;
    width: calc(100% - 128px);
  }
}
.footer__take-loan a:hover {
  background-color: #D7EF94;
}

.wrapper {
  position: relative;
  padding: 30px 0 40px 0;
}
.wrapper .breadcrumbs {
  margin-bottom: 30px;
}
.wrapper__inner {
  position: relative;
}
.wrapper__inner .calculator {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}
.wrapper__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -20px -15px;
}
.wrapper__col {
  padding: 20px 15px;
}
.wrapper__col_full {
  width: 100%;
}
.wrapper__col_start {
  width: calc(100% - 400px);
}
.wrapper__col_end {
  width: 400px;
}
@media only screen and (max-width: 991px) {
  .wrapper__col {
    width: 100%;
  }
}

.calculator {
  position: relative;
  padding: 24px 16px;
  border-radius: 30px;
  border: 5px solid rgba(255, 255, 255, 0.2);
  background-color: #ffffff;
  box-shadow: 0px 30px 120px 0px rgba(8, 41, 78, 0.08);
}
.calculator__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.calculator__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.calculator__col {
  width: 100%;
  padding: 10px;
}
.calculator__control {
  position: relative;
}
.calculator__control-title {
  margin-bottom: 8px;
  font-size: 16px;
  color: #12140D;
}
.calculator__control-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 60px;
  padding: 16px;
  background-color: #F3F4EF;
  border-radius: 10px 10px 0 0;
}
.calculator__control-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: calc(100% - 152px);
  padding: 0 5px;
}
@media only screen and (max-width: 374px) {
  .calculator__control-value {
    max-width: calc(100% - 80px);
  }
}
.calculator__control-value [data-calc-amount] {
  font-size: 16px;
  font-weight: 800;
  color: #484947;
  text-align: center;
  border: none;
  background-color: transparent;
}
.calculator__control-value [data-calc-amount]:focus, .calculator__control-value [data-calc-amount]:focus-visible {
  border: 0 !important;
  outline: none !important;
}
.calculator__control-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex: 0 0 24px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.calculator__control-button:before {
  content: "";
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}
.calculator__control-button:hover {
  opacity: 0.85;
}
.calculator__control-button.minus:before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.000244141' width='24' height='24' rx='12' fill='%2318402A'/%3E%3Crect x='6' y='11.0002' width='12' height='2' rx='1' fill='white'/%3E%3C/svg%3E");
}
.calculator__control-button.plus:before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.000244141' width='24' height='24' rx='12' fill='%2318402A'/%3E%3Crect x='6' y='11.0002' width='12' height='2' rx='1' fill='white'/%3E%3Crect x='13' y='6.00024' width='12' height='2' rx='1' transform='rotate(90 13 6.00024)' fill='white'/%3E%3C/svg%3E");
}
.calculator__control-range {
  position: absolute;
  width: calc(100% + 2px);
  bottom: -5px;
  left: -1px;
}
.calculator__control-range [data-calc-range] {
  width: 100%;
  height: 4px;
  margin: 0;
  border-radius: 0 0 10px 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  box-shadow: none;
}
.calculator__control-range [data-calc-range]::-webkit-slider-thumb {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2' y='2.00024' width='16' height='16' rx='8' fill='%2318402A'/%3E%3Crect x='2' y='2.00024' width='16' height='16' rx='8' stroke='white' stroke-width='4'/%3E%3C/svg%3E");
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  box-shadow: none;
}
.calculator__control-range [data-calc-range]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2' y='2.00024' width='16' height='16' rx='8' fill='%2318402A'/%3E%3Crect x='2' y='2.00024' width='16' height='16' rx='8' stroke='white' stroke-width='4'/%3E%3C/svg%3E");
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  border: none;
  outline: none;
  box-shadow: none;
}
.calculator__control-scale {
  margin-top: 16px;
  font-family: "Manrope";
}
.calculator__control-scale ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.calculator__control-scale ul li {
  font-size: 12px;
  font-weight: 500;
  color: #7D7D7C;
}
.calculator__submit .button {
  min-height: 60px;
  width: 100%;
  font-size: 16px;
}
.calculator__loader {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 20;
}

.contact-form {
  position: relative;
  padding: 24px 16px;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  box-shadow: 0px 30px 100px 0px rgba(8, 41, 78, 0.05);
}
.contact-form__title {
  margin-bottom: 20px;
}
@media only screen and (max-width: 479px) {
  .contact-form__title {
    max-width: none;
  }
}
.contact-form__widget {
  position: relative;
}
.contact-form__widget .button {
  width: 100%;
  max-width: none;
}
.contact-form__notice {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 5;
}
.contact-form__notice-wrap {
  position: absolute;
  width: 100%;
  padding: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.contact-form__notice-icon {
  width: 80px;
  height: 80px;
  flex: 0 0 80px;
}
.contact-form__notice-text {
  margin-top: 20px;
}
.contact-form__notice-text p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.contact-form__notice-text p .fs-h5 {
  margin-top: 10px;
}

.promotions {
  position: relative;
  padding: 40px 0;
}
.promotions .breadcrumbs {
  margin-bottom: 30px;
}
.promotions__row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -20px -15px;
}
.promotions__col {
  padding: 20px 15px;
}
.promotions__col_start {
  width: calc(100% - 400px);
}
.promotions__col_end {
  width: 400px;
}
@media only screen and (max-width: 991px) {
  .promotions__col_end {
    order: 2;
  }
}
.promotions__col_full {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .promotions__col_full {
    order: 1;
  }
}
@media only screen and (max-width: 991px) {
  .promotions__col {
    width: 100%;
  }
}
.promotions__articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.promotions__article {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 24px 16px;
  background-color: #F8F8F7;
  border-radius: 20px;
  overflow: hidden;
}
.promotions__article + .promotions__article {
  margin-top: 20px;
}
.promotions__article-image {
  position: relative;
}
.promotions__article-image a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: auto;
  width: 100%;
  height: 160px;
  aspect-ratio: 1;
  border-radius: 10px;
  overflow: hidden;
}
.promotions__article-image a:hover {
  opacity: 0.85;
}
.promotions__article-image a img {
  width: 100%;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.promotions__article-image a .no-image {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: #ffffff;
}
.promotions__article-image a .no-image:before {
  content: "";
  width: 80px;
  height: 80px;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23000000' width='80px' height='80px' viewBox='0 0 32 32' id='icon' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Eno-image%3C/title%3E%3Cpath d='M30,3.4141,28.5859,2,2,28.5859,3.4141,30l2-2H26a2.0027,2.0027,0,0,0,2-2V5.4141ZM26,26H7.4141l7.7929-7.793,2.3788,2.3787a2,2,0,0,0,2.8284,0L22,19l4,3.9973Zm0-5.8318-2.5858-2.5859a2,2,0,0,0-2.8284,0L19,19.1682l-2.377-2.3771L26,7.4141Z'/%3E%3Cpath d='M6,22V19l5-4.9966,1.3733,1.3733,1.4159-1.416-1.375-1.375a2,2,0,0,0-2.8284,0L6,16.1716V6H22V4H6A2.002,2.002,0,0,0,4,6V22Z'/%3E%3Crect id='_Transparent_Rectangle_' data-name='&lt;Transparent Rectangle&gt;' class='cls-1' width='32' height='32'/%3E%3C/svg%3E");
  opacity: 0.2;
}
.promotions__article-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex: auto;
}
.promotions__article-info .title {
  margin-top: 16px;
}
.promotions__article-info .title a:hover {
  color: #799331;
}
.promotions__article-info .excerpt {
  margin-top: 8px;
  color: #484947;
}
.promotions__article-info .action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
}
.promotions__article-info .more a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  padding: 10px 0;
  color: rgba(0, 44, 20, 0.9);
  font-weight: 600;
}
.promotions__article-info .more a:after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  margin-left: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M7 12.0002L11 8.00024L7 4.00024' stroke='%23002C14' stroke-opacity='0.9' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}
.promotions__article-info .more a:hover {
  opacity: 0.85;
}
.promotions__pagination {
  position: relative;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .promotions__pagination {
    margin-top: 30px;
  }
}
.promotions__pagination .screen-reader-text {
  display: none;
}
.promotions__pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.promotions__pagination .nav-links .page-numbers {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 40px;
  margin: 0 2px;
  border-radius: 10px;
  background-color: #F3F4EF;
  transition: all 0.3s ease;
  color: #0A0A09;
}
.promotions__pagination .nav-links .page-numbers:hover {
  background-color: #D7EF94;
}
.promotions__pagination .nav-links .page-numbers.current {
  background-color: #C3F63C;
}
.promotions__pagination .nav-links .page-numbers.prev, .promotions__pagination .nav-links .page-numbers.next {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  margin: 0 16px;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none'%3E%3Cpath d='M11.5 16.0002L15.5 12.0002L11.5 8.00024' stroke='%23484947' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}
.promotions__pagination .nav-links .page-numbers.prev {
  transform: scale(-1, 1);
}
.promotions__sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

.promotions-single__inner {
  position: relative;
}
.promotions-single__inner .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: auto;
  margin-bottom: 30px;
}
.promotions-single__inner .image img {
  border-radius: 20px;
}
.promotions-single__inner .content {
  margin-top: 30px;
  color: #484947;
}
.promotions-single__inner .content p:first-child {
  margin-top: 0;
}

.promotions-recent {
  position: relative;
  padding: 40px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .promotions-recent {
    padding: 0;
  }
}
.promotions-recent__title {
  margin-bottom: 20px;
}
.promotions-recent .swiper {
  max-width: 100%;
}
.promotions-recent .swiper-slide {
  height: auto;
}

.modal {
  opacity: 0;
  visibility: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(18, 20, 13, 0.5);
  transition: all 0.3s ease;
}
.modal_active {
  opacity: 1;
  visibility: visible;
  z-index: 1000;
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
}
.modal_active .modal__wrap {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.modal_lang .modal__wrap {
  max-width: 345px;
  padding: 20px 16px;
}
.modal_feedback {
  transition: none;
}
.modal_feedback .modal__wrap {
  max-width: 400px;
  padding: 20px;
  transition: none;
}
.modal__wrap {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  width: calc(100% - 30px);
  max-height: calc(100% - 30px);
  padding: 30px;
  background-color: #ffffff;
  transition: all 0.3s ease;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .modal__wrap {
    padding: 20px;
  }
}
.modal__close {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  right: 16px;
  top: 20px;
  width: 24px;
  height: 24px;
  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'%3E%3Cpath d='M16 16L12 12M12 12L16 8M12 12L8 16M12 12L8 8' stroke='%23ADADAB' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.modal__close:hover {
  opacity: 0.8;
}

.modal-lang {
  position: relative;
}
.modal-lang__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.modal-lang__title .modal__close {
  position: relative;
  right: auto;
  top: auto;
  margin-left: 20px;
}
.modal-lang__text {
  margin-top: 16px;
  color: #484947;
}
.modal-lang__list {
  position: relative;
  margin-top: 24px;
}
.modal-lang__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin: -4px;
}
.modal-lang__list ul li {
  padding: 4px;
}
.modal-lang__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  padding: 8px 16px;
  color: #18402A;
  border: 1px solid #18402A;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
  transition: all 0.3s ease;
}
.modal-lang__item:hover {
  color: #727E52;
  border: 1px solid #727E52;
}

.modal-feedback {
  position: relative;
}
.modal-feedback__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.modal-feedback__title .modal__close {
  position: relative;
  top: 4px;
  right: auto;
  margin-left: 20px;
}
.modal-feedback__text {
  margin-top: 10px;
}
.modal-feedback__button {
  margin-top: 25px;
}
.modal-feedback__button .button {
  min-height: 54px;
  min-width: 100%;
  padding: 10px 16px;
}
.modal-feedback__button .button img {
  flex: 0 0 19px;
  margin-right: 10px;
}

.accordion {
  position: relative;
  padding: 24px 16px;
  border-radius: 20px;
  background-color: #F8F8F7;
}
.accordion + .accordion {
  margin-top: 20px;
}
.accordion__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.3s ease;
}
.accordion__title:after {
  content: "";
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  background-color: #C3F63C;
  border: 1px solid #C3F63C;
  border-radius: 100%;
  margin-left: 20px;
  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'%3E%3Cpath d='M5 12.0002H19' stroke='%2312140D' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M12 19.0002V5.00024' stroke='%2312140D' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
}
.accordion__title.active {
  margin-bottom: 20px;
}
.accordion__title.active:after {
  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'%3E%3Cpath d='M5 12.0002H19' stroke='%2312140D' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}
.accordion__panel {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  color: #484947;
}
.accordion__panel p + p {
  margin-top: 20px;
}

.landing-page {
  position: relative;
  padding: 30px 0;
}
.landing-page .breadcrumbs {
  margin-bottom: 30px;
}
.landing-page__wrap {
  position: relative;
}
.landing-page__wrap .calculator {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}
.landing-page__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -20px -15px;
}
@media only screen and (max-width: 991px) {
  .landing-page__row {
    flex-direction: column-reverse;
  }
}
.landing-page__col {
  padding: 20px 15px;
}
.landing-page__col_start {
  width: calc(100% - 400px);
}
.landing-page__col_end {
  width: 400px;
}
@media only screen and (max-width: 991px) {
  .landing-page__col {
    width: 100%;
  }
}

.privacy-page {
  position: relative;
  padding: 30px 0;
}
.privacy-page .breadcrumbs {
  margin-bottom: 30px;
}
.privacy-page__wrap {
  position: relative;
}
.privacy-page__wrap .calculator {
  position: -webkit-sticky;
  position: sticky;
  top: 130px;
}
.privacy-page__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
@media only screen and (max-width: 991px) {
  .privacy-page__row {
    flex-direction: column-reverse;
  }
}
.privacy-page__col {
  padding: 15px;
}
.privacy-page__col_start {
  width: calc(100% - 380px);
}
.privacy-page__col_end {
  width: 380px;
}
@media only screen and (max-width: 991px) {
  .privacy-page__col {
    width: 100%;
  }
}

.page-404 {
  position: relative;
  padding: 40px 0;
}
.page-404__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 350px;
  margin: 0 auto;
  text-align: center;
}
.page-404__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.page-404__text {
  margin-top: 16px;
  color: #484947;
}
.page-404__buttons {
  margin-top: 20px;
}
.page-404__buttons ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
.page-404__buttons ul li {
  padding: 15px;
}
.page-404__buttons ul li a {
  padding: 10px 0;
  font-size: 16px;
  font-weight: 600;
  color: #18402A;
}
.page-404__buttons ul li a:hover {
  color: #799331;
}

.banner {
  position: relative;
  padding-top: 60px;
}
@media only screen and (max-width: 767px) {
  .banner {
    padding: 0;
  }
}

html[lang=si-LK] .banner-default__title {
  max-width: 725px;
}
@media only screen and (max-width: 767px) {
  html[lang=si-LK] .banner-default__title .fs-h1 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 374px) {
  html[lang=si-LK] .banner-default__title .fs-h1 {
    font-size: 20px;
  }
}

.banner-default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.banner-default__info {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .banner-default__info {
    padding-top: 16px;
    margin-top: -60px;
    border-radius: 30px 30px 0 0;
    background-color: #ffffff;
    order: 1;
    z-index: 1;
  }
}
.banner-default__image {
  position: relative;
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .banner-default__image {
    order: 0;
    margin: 0;
  }
}
.banner-default__image picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.banner-default__image picture img {
  border-radius: 30px;
}
@media only screen and (max-width: 767px) {
  .banner-default__image picture img {
    border-radius: 0;
  }
}
.banner-default__title {
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 374px) {
  .banner-default__title .fs-h1 {
    font-size: 30px;
  }
}
.banner-default__title span {
  color: #9FD21A;
}
.banner-default__text {
  margin-top: 16px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .banner-default__text {
    margin-top: 12px;
  }
}
.banner-default__text .fs-h4 {
  color: #ADADAB;
}
.banner-default__calc {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .banner-default__calc {
    margin-top: 24px;
  }
}
.banner-default__calc .calculator {
  padding: 20px 30px;
}
@media only screen and (max-width: 767px) {
  .banner-default__calc .calculator {
    padding: 24px 16px;
  }
}
.banner-default__calc .calculator__row {
  margin: -15px;
}
@media only screen and (max-width: 767px) {
  .banner-default__calc .calculator__row {
    margin: -10px;
  }
}
.banner-default__calc .calculator__col {
  width: 50%;
  padding: 15px;
}
@media only screen and (max-width: 767px) {
  .banner-default__calc .calculator__col {
    width: 100%;
    padding: 10px;
  }
}
.banner-default__calc .calculator__submit {
  margin-top: 32px;
}
@media only screen and (max-width: 767px) {
  .banner-default__calc .calculator__submit {
    margin-top: 0;
  }
}

html[lang=si-LK] .advantages__title .fs-h1 {
  max-width: none;
}

.advantages {
  position: relative;
}
.advantages__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.advantages__title .fs-h1 {
  max-width: 630px;
  margin: 0 auto;
}
.advantages__tabs {
  display: none;
}
@media only screen and (max-width: 767px) {
  .advantages__tabs {
    display: block;
  }
}
.advantages__tabs-nav {
  position: relative;
  padding: 8px;
  border-radius: 20px;
  background-color: #F8F8F7;
}
.advantages__tabs-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -4px;
}
.advantages__tabs-nav ul li {
  padding: 4px;
  width: 50%;
}
.advantages__tabs-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 16px;
  border-radius: 15px;
  color: #12140D;
  background-color: #F8F8F7;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
}
.advantages__tabs-link.active {
  color: #ffffff;
  background-color: #18402A;
}
.advantages__tabs-link span {
  color: #9FD21A;
  margin-left: 5px;
}
.advantages__tabs-block {
  display: none;
}
.advantages__tabs-block.active {
  display: block;
}
.advantages__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
@media only screen and (max-width: 767px) {
  .advantages__row {
    display: none;
  }
}
.advantages__col {
  width: 50%;
  padding: 15px;
}
@media only screen and (max-width: 767px) {
  .advantages__col {
    width: 100%;
    padding: 10px;
  }
}
.advantages__col_first .advantages__loan-title {
  background-color: #F8F8F7;
}
.advantages__col_first .advantages__loan-title .fs-h2 {
  color: #12140D;
}
.advantages__col_repeat .advantages__loan-title {
  background-color: #18402A;
}
.advantages__col_repeat .advantages__loan-title .fs-h2 {
  color: #ffffff;
}
.advantages__loan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.advantages__loan-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 30px;
  border-radius: 30px;
}
@media only screen and (max-width: 767px) {
  .advantages__loan-title {
    display: none;
  }
}
.advantages__loan-title span {
  color: #9FD21A;
}
.advantages__loan-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding: 30px 20px;
}
@media only screen and (max-width: 767px) {
  .advantages__loan-list {
    padding: 24px 16px;
  }
}
.advantages__loan-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin: -25px 0;
}
@media only screen and (max-width: 767px) {
  .advantages__loan-row {
    margin: -20px 0;
  }
}
.advantages__loan-col {
  padding: 25px 0;
}
@media only screen and (max-width: 767px) {
  .advantages__loan-col {
    padding: 20px 0;
  }
}
.advantages__loan-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.advantages__loan-item .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 40px;
}
.advantages__loan-item .title {
  margin-top: 20px;
}
.advantages__loan-item .text {
  margin-top: 12px;
}
.advantages__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 25px 20px;
  background-color: #ffffff;
  border-radius: 10px;
}
.advantages__item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.advantages__item-title {
  margin-top: 25px;
}
.advantages__item-text {
  margin-top: 20px;
}

html[lang=si-LK] .steps__title .fs-h1 {
  max-width: none;
}

.steps {
  position: relative;
}
.steps__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.steps__title .fs-h1 {
  max-width: 430px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .steps__title .fs-h1 {
    max-width: 280px;
  }
}
.steps__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -20px -15px;
}
.steps__col {
  width: 50%;
  padding: 20px 15px;
}
@media only screen and (max-width: 767px) {
  .steps__col {
    width: 100%;
  }
}
.steps__list-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin: -30px 0;
}
@media only screen and (max-width: 767px) {
  .steps__list-row {
    margin: -20px 0;
  }
}
.steps__list-col {
  padding: 30px 0;
}
@media only screen and (max-width: 767px) {
  .steps__list-col {
    padding: 20px 0;
  }
}
.steps__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.steps__list-item .step {
  color: #9FD21A;
  text-transform: uppercase;
}
.steps__list-item .title {
  margin-top: 12px;
}
.steps__list-item .text {
  margin-top: 12px;
}

html[lang=si-LK] .testimonials__title .fs-h1 {
  max-width: none;
}

.testimonials {
  position: relative;
}
.testimonials__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 65px;
  background-color: #F8F8F7;
  border-radius: 30px;
}
@media only screen and (max-width: 767px) {
  .testimonials__wrap {
    padding: 30px 16px;
  }
}
.testimonials__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .testimonials__image {
    margin-bottom: 40px;
  }
}
.testimonials__title .fs-h1 {
  max-width: 430px;
  margin: 0 auto;
}
.testimonials__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.testimonials__col {
  width: 50%;
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .testimonials__col {
    width: 100%;
  }
}
.testimonials__swiper {
  max-width: 100%;
}
.testimonials__swiper .swiper-slide {
  height: auto;
}
.testimonials__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  min-height: 250px;
  height: 100%;
  padding: 30px;
  background-color: #ffffff;
  border-radius: 30px;
}
@media only screen and (max-width: 767px) {
  .testimonials__item {
    padding: 24px 16px;
    border-radius: 20px;
  }
}
.testimonials__item-text {
  margin-top: 12px;
}
.testimonials__feedback {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .testimonials__feedback {
    margin-top: 20px;
  }
}

.information {
  position: relative;
}
.information__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.information__wrap.open .information__additional {
  display: block;
}
.information__wrap.open .information__switch {
  padding: 0;
  margin-top: 10px;
  background: transparent;
}
.information__additional {
  display: none;
  margin-top: 20px;
}
.information__switch {
  position: relative;
  margin-top: -90px;
  padding-top: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.information__switch-btn {
  position: relative;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 600;
  color: #18402A;
  transition: all 0.3s ease;
  cursor: pointer;
}
.information__switch-btn:hover {
  color: #799331;
}
.information__switch-btn.hide {
  display: none;
}

.relinking {
  position: relative;
  padding: 20px 0 100px 0;
}
@media only screen and (max-width: 767px) {
  .relinking {
    padding: 10px 0 30px 0;
  }
}
.relinking__title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.relinking__title:after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  margin-top: 4px;
  margin-left: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M18.5 15.5L12 9.5L5.5 15.5' stroke='%2312140D' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
  transition: all 0.3s ease;
}
.relinking__title.close:after {
  transform: scale(1, -1);
}
.relinking__list {
  position: relative;
  margin-top: 30px;
}
.relinking__list.close {
  display: none;
}
.relinking__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -8px;
}
.relinking__list ul li {
  padding: 8px;
}
.relinking__list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 14px;
  background-color: #F8F8F7;
  border-radius: 10px;
  color: #484947;
  text-align: center;
}
.relinking__list-item:hover {
  background-color: #EFF9D4;
}

.borrow {
  position: relative;
}
.borrow__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.borrow__col {
  width: 100%;
  padding: 10px;
}
.borrow__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  background-color: #F8F8F7;
  padding: 30px;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .borrow__item {
    padding: 24px 16px;
  }
}
.borrow__item-step {
  text-transform: uppercase;
  color: #607527;
}
.borrow__item-title {
  margin-top: 10px;
}
.borrow__item-text {
  margin-top: 10px;
  color: #484947;
}

.repay {
  position: relative;
}
.repay__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.repay__services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.repay__service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border-radius: 20px;
  background-color: #F8F8F7;
}
@media only screen and (max-width: 767px) {
  .repay__service {
    padding: 24px 16px;
  }
}
.repay__service + .repay__service {
  margin-top: 20px;
}
.repay__service-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.repay__service-title img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 40px;
  margin-right: 16px;
}
.repay__service-text {
  margin-top: 20px;
  color: #484947;
}
.repay__service-text b, .repay__service-text strong {
  color: #31322E;
}
.repay__service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.repay__service-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 20px;
  border-radius: 20px;
  background-color: #ffffff;
}
.repay__service-item + .repay__service-item {
  margin-top: 20px;
}
.repay__service-item .desk {
  margin-top: 16px;
  color: #484947;
}
.repay__service-item .desk b, .repay__service-item .desk strong {
  color: #31322E;
}
.repay__service-item .link {
  margin-top: 20px;
}
.repay__service-item .link .button {
  width: 100%;
}

.faq {
  position: relative;
}
.faq_landing .page-title {
  margin-bottom: 30px;
}
.faq_landing .faq__wrap {
  padding: 40px 20px;
}
.faq .accordion__panel p {
  margin: 0;
}
.faq .accordion__panel p + p {
  margin-top: 20px;
}
.faq__wrap {
  position: relative;
  padding: 20px;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .faq__wrap {
    padding: 20px 10px;
  }
}

.contacts {
  position: relative;
}
.contacts__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.contacts__col {
  width: 50%;
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .contacts__col {
    width: 100%;
  }
}
.contacts__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  background-color: #F8F8F7;
  padding: 24px 16px;
  height: 100%;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .contacts__item {
    flex-direction: row;
    align-items: center;
  }
}
.contacts__item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 40px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .contacts__item-icon {
    margin-bottom: 0;
    margin-right: 16px;
  }
}
.contacts__item-label {
  margin-bottom: 4px;
  color: #484947;
}
.contacts__item-value {
  font-weight: 800;
  font-size: 20px;
  line-height: 1.2;
  color: #31322E;
}
.contacts__item-value a {
  color: #31322E;
}
.contacts__item-value a:hover {
  color: #799331;
}

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