/*! 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;
}
/**
 * Swiper 10.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 17, 2023
 */
@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;overflow:clip;list-style:none;padding:0;z-index:1;display:block}.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{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{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,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top, left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to left,rgba(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,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to right,rgba(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,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to top,rgba(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,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to bottom,rgba(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 var(--swiper-preloader-color,var(--swiper-theme-color));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)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;-ms-touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;backface-visibility:hidden}.swiper-creative .swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;backface-visibility:hidden;overflow:hidden}
@font-face {
  src: local("Inter-Regular"), url(//lendplus.co.za/wp-content/themes/clean/assets/styles/../fonts/Inter-Regular.woff2) format("woff2");
  font-family: "Inter";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: local("Inter-Medium"), url(//lendplus.co.za/wp-content/themes/clean/assets/styles/../fonts/Inter-Medium.woff2) format("woff2");
  font-family: "Inter";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: local("Inter-SemiBold"), url(//lendplus.co.za/wp-content/themes/clean/assets/styles/../fonts/Inter-SemiBold.woff2) format("woff2");
  font-family: "Inter";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: local("Inter-Bold"), url(//lendplus.co.za/wp-content/themes/clean/assets/styles/../fonts/Inter-Bold.woff2) format("woff2");
  font-family: "Inter";
  font-weight: 700;
  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);
}
html::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
html::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
html::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background-color: #F7F7FA;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #0C122A;
}
body.page-template-main-page, body.page-template-google-page {
  background-color: #FEFEFE;
}
.title-large,
h1, .title-h1,
h2, .title-h2,
h3, .title-h3,
h4, .title-h4,
h5, .title-h5,
h6, .title-h6 {
  padding: 0;
  margin: 0;
  font-weight: 700;
}
.title-large {
  font-size: 44px;
}
@media only screen and (max-width: 767.98px) {
  .title-large {
    font-size: 38px;
  }
}
h1, .title-h1 {
  font-size: 38px;
}
@media only screen and (max-width: 767.98px) {
  h1, .title-h1 {
    font-size: 32px;
  }
}
h2, .title-h2 {
  font-size: 32px;
}
@media only screen and (max-width: 767.98px) {
  h2, .title-h2 {
    font-size: 26px;
  }
}
h3, .title-h3 {
  font-size: 26px;
}
@media only screen and (max-width: 767.98px) {
  h3, .title-h3 {
    font-size: 22px;
  }
}
h4, .title-h4 {
  font-size: 20px;
}
h5, .title-h5 {
  font-size: 18px;
}
h6, .title-h6 {
  font-size: 16px;
}
.body-small {
  font-size: 14px;
}
.body-thin {
  font-size: 10px;
}
.tx-thin {
  font-weight: 100;
}
.tx-light {
  font-weight: 300;
}
.tx-normal {
  font-weight: 400;
}
.tx-medium {
  font-weight: 500;
}
.tx-semibold {
  font-weight: 600;
}
.tx-bold {
  font-weight: 700;
}
b,
strong {
  font-weight: 700;
}
ul, ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
a,
button {
  transition: all 0.3s ease;
  text-decoration: none;
  color: #0C122A;
}
img {
  max-width: 100%;
  height: auto;
}
input,
textarea {
  max-width: 100%;
}
.otgs-development-site-front-end {
  display: none;
}
.main-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 80px 0 70px 0;
}
@media only screen and (max-width: 991.98px) {
  .main-content {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .main-content {
    padding-top: 50px;
  }
}
.header_notice + .main-content {
  padding: 135px 0 70px 0;
}
@media only screen and (max-width: 991.98px) {
  .header_notice + .main-content {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .header_notice + .main-content {
    padding-top: 150px;
  }
}
@media only screen and (max-width: 479.98px) {
  .header_notice + .main-content {
    padding-top: 175px;
  }
}
.page-template-google-page .main-content {
  padding-bottom: 0;
}
.container {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}
.page-title {
  margin-bottom: 20px;
}
.page-text {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767.98px) {
  .page-text {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .wp-block-spacer {
    height: 40px !important;
  }
}
.section-background {
  padding: 100px 0 !important;
}
@media only screen and (max-width: 991.98px) {
  .section-background {
    padding: 40px 0 !important;
  }
}
.btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  transition: all 0.3s ease;
  border-radius: 100px;
}
.btn:disabled {
  opacity: 0.5;
}
.btn_small {
  min-height: 34px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 500;
}
.btn_small img {
  flex: 0 0 15px;
  margin-right: 8px;
}
.btn_medium {
  min-height: 45px;
  padding: 12px 36px;
  font-size: 15px;
  font-weight: 700;
}
.btn_large {
  min-height: 60px;
  padding: 20px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 10px;
}
@media only screen and (max-width: 479.98px) {
  .btn_large {
    min-height: 50px;
    padding: 5px 20px;
    font-size: 14px;
    border-radius: 5px;
  }
}
.btn_blue {
  color: #FEFEFE;
  background-color: #34668E;
}
.btn_blue:hover {
  background-color: #286e9f;
}
.btn_secondary {
  background-color: #F7F7FA;
}
.btn_secondary:hover {
  background-color: #E9E9E9;
}
.btn_gradient {
  background: radial-gradient(125% 125% at 85.42% 0%, #826EFF 0%, #6552D8 100%);
  color: #FEFEFE;
}
.btn_gradient:hover {
  opacity: 0.85;
}
.swiper-navigation {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.swiper-navigation .swiper-button-prev,
.swiper-navigation .swiper-button-prev-mob,
.swiper-navigation .swiper-button-next,
.swiper-navigation .swiper-button-next-mob {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  width: 40px;
  height: 40px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  border-radius: 100%;
  border: 1px solid transparent;
  z-index: 10;
  cursor: pointer;
  transition: all 0.3s ease;
}
.swiper-navigation .swiper-button-prev:hover,
.swiper-navigation .swiper-button-prev-mob:hover,
.swiper-navigation .swiper-button-next:hover,
.swiper-navigation .swiper-button-next-mob:hover {
  opacity: 0.8;
}
.swiper-navigation .swiper-button-prev:after,
.swiper-navigation .swiper-button-prev-mob:after,
.swiper-navigation .swiper-button-next:after,
.swiper-navigation .swiper-button-next-mob:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='14' viewBox='0 0 16 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.08845 2.07802C8.79556 1.78512 8.32068 1.78512 8.02779 2.07802C7.7349 2.37091 7.7349 2.84578 8.02779 3.13868L10.8891 5.99997L2.80025 5.99997C2.38604 5.99997 2.05025 6.33576 2.05025 6.74997C2.05025 7.16418 2.38604 7.49997 2.80025 7.49997L10.8891 7.49997L8.02779 10.3613C7.7349 10.6542 7.7349 11.129 8.02779 11.4219C8.32068 11.7148 8.79556 11.7148 9.08845 11.4219L13.2301 7.2803C13.523 6.98741 13.523 6.51253 13.2301 6.21964L9.08845 2.07802Z' fill='%230C122A'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
.swiper-navigation .swiper-button-prev.swiper-button-disabled,
.swiper-navigation .swiper-button-prev-mob.swiper-button-disabled,
.swiper-navigation .swiper-button-next.swiper-button-disabled,
.swiper-navigation .swiper-button-next-mob.swiper-button-disabled {
  opacity: 0.6;
}
.swiper-navigation .swiper-button-prev.swiper-button-disabled:after,
.swiper-navigation .swiper-button-prev-mob.swiper-button-disabled:after,
.swiper-navigation .swiper-button-next.swiper-button-disabled:after,
.swiper-navigation .swiper-button-next-mob.swiper-button-disabled:after {
  opacity: 0.4;
}
.swiper-navigation .swiper-button-prev,
.swiper-navigation .swiper-button-prev-mob {
  margin-right: 10px;
}
.swiper-navigation .swiper-button-prev:after,
.swiper-navigation .swiper-button-prev-mob:after {
  transform: scale(-1, 1);
}
.swiper-pagination .swiper-pagination-bullet {
  background-color: #6552D8;
}
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767.98px) {
  .content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
    margin-bottom: 20px;
  }
}
.content p:not(:last-child) {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767.98px) {
  .content p:not(:last-child) {
    margin-bottom: 20px;
  }
}
.content a {
  text-decoration: underline;
  color: #0C122A;
}
.content a:hover {
  opacity: 0.8;
}
.content b, .content strong {
  font-weight: 600;
}
.content ul, .content ol {
  margin-bottom: 25px;
  line-height: 1.5;
}
@media only screen and (max-width: 767.98px) {
  .content ul, .content ol {
    margin-bottom: 20px;
  }
}
.content ul li, .content ol li {
  margin: 5px 0;
}
.content ul span,
.content ul strong,
.content ul em, .content ol span,
.content ol strong,
.content ol em {
  color: #0C122A !important;
}
.content ul a, .content ol a {
  color: #6552D8;
  text-decoration: underline;
}
.content ul a:hover, .content ol a:hover {
  opacity: 0.8;
}
.content ul {
  padding: 0 0 0 1em;
  list-style-type: disc;
}
.content ul li {
  color: #0C122A;
}
.content ul li::marker {
  font-size: 14px;
}
.content ol {
  list-style: none;
  counter-reset: li;
}
.content ol ol {
  margin: 20px;
}
.content ol ul {
  margin: 20px;
}
.content ol > li {
  color: #0C122A;
}
.content ol > li:before {
  counter-increment: li;
  content: counters(li, ".") ". ";
  font-weight: 600;
}
.content ol > li ol li {
  font-size: 16px;
  font-weight: 400;
}
.content figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 25px 0;
}
@media only screen and (max-width: 767.98px) {
  .content figure {
    margin: 20px 0;
  }
}
.content figure img {
  width: 100%;
}
.content table {
  position: relative;
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  border-radius: 10px;
  border: 1px solid #E3E4EC;
  overflow: hidden;
  font-size: 14px;
}
.content table th, .content table td {
  position: relative;
  padding: 14px 20px;
  vertical-align: top;
  border: 0;
  border-bottom: 1px solid #E3E4EC;
  line-height: normal;
}
@media only screen and (max-width: 767.98px) {
  .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: #E3E4EC;
}
.content table td {
  line-height: 1.6;
}
.content table th {
  font-weight: 700;
  vertical-align: middle;
  background-color: #E3E4EC;
}
.content table tr:last-child td {
  border-bottom: 0;
}
.content blockquote {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 25px 20px;
  margin-bottom: 25px;
  max-width: 540px;
  border-radius: 10px;
  background-color: #FFFFFF;
}
@media only screen and (max-width: 767.98px) {
  .content blockquote {
    margin-bottom: 20px;
  }
}
.content blockquote p {
  color: #697395;
  margin: 0;
  padding: 0;
}
.content blockquote a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 10px;
  font-weight: 700;
  text-decoration: none;
}
.header {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #FFFFFF;
  border-bottom: 1px solid #E3ECF2;
  transition: all 0.3s ease;
  z-index: 99;
}
.header_shrink {
  min-height: auto;
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.1);
}
.header_shrink .header__wrap {
  padding: 5px 0;
  min-height: auto;
}
.header_shrink .header__logo img {
  max-width: 90px;
}
.header__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 80px;
  padding: 10px 0;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767.98px) {
  .header__wrap {
    min-height: 50px !important;
    padding: 5px 0;
  }
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-right: auto;
  flex: 0 0 104px;
}
@media only screen and (max-width: 1199.98px) {
  .header__logo {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 479.98px) {
  .header__logo {
    margin: 0;
  }
}
.header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__logo img {
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767.98px) {
  .header__logo img {
    max-width: 58px !important;
  }
}
.header__menu {
  margin-right: auto;
}
@media only screen and (max-width: 991.98px) {
  .header__menu {
    display: none;
  }
}
.header__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media only screen and (max-width: 1199.98px) {
  .header__menu ul {
    margin: 0 -8px;
  }
}
.header__menu ul li {
  padding: 0 15px;
}
@media only screen and (max-width: 1199.98px) {
  .header__menu ul li {
    padding: 0 8px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .header__menu ul li a {
    font-size: 15px;
  }
}
.header__menu ul li a.current {
  color: #6948EB;
}
.header__menu ul li a:hover {
  color: #6552D8;
}
.header__whatsapp, .header__phone {
  position: relative;
  margin-left: 15px;
}
@media only screen and (max-width: 991.98px) {
  .header__whatsapp, .header__phone {
    display: none;
  }
}
.header__whatsapp a, .header__phone a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
}
@media only screen and (max-width: 1199.98px) {
  .header__whatsapp a, .header__phone a {
    font-size: 13px;
  }
}
.header__whatsapp a i, .header__phone a i {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  margin-right: 5px;
}
.header__whatsapp a:hover, .header__phone a:hover {
  color: #6552D8;
}
.header__auth {
  margin-left: 15px;
}
@media only screen and (max-width: 991.98px) {
  .header__auth {
    margin-left: auto;
  }
}
.header__burger {
  display: none;
  position: relative;
  width: 24px;
  height: 24px;
  margin-left: 20px;
  cursor: pointer;
}
@media only screen and (max-width: 991.98px) {
  .header__burger {
    display: block;
  }
}
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__aside {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 991.98px) {
  .header__aside {
    display: block;
  }
}
.header__aside_active {
  opacity: 1;
  visibility: visible;
}
.header__aside_active .header__aside-wrap {
  right: 0;
  opacity: 1;
  visibility: visible;
}
.header__aside-wrap {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  right: -100%;
  background-color: #FEFEFE;
  width: calc(100% - 30px);
  max-width: 360px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}
.header__aside-top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 50px;
  padding: 5px 15px;
  background-color: #FFFFFF;
}
.header__aside-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 58px;
}
.header__aside-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__aside-auth {
  margin-left: auto;
}
.header__aside-burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
}
.header__aside-contacts {
  padding: 20px 15px;
  border-top: 1px solid #E3E4EC;
}
.header__aside-contacts ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.header__aside-contacts ul li + li {
  margin-top: 20px;
}
.header__aside-contacts-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.header__aside-contacts-item .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
}
.header__aside-contacts-item .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.header__aside-contacts-item .text .body-thin {
  color: #697395;
}
.header__aside-menu {
  padding: 20px 15px;
  border-top: 1px solid #E3E4EC;
}
.header__aside-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.header__aside-menu ul li + li {
  margin-top: 20px;
}
.header__aside-menu ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__aside-menu ul a.current {
  color: #6552D8;
}
.header__aside-logout {
  padding: 20px 15px;
  border-top: 1px solid #E3E4EC;
}
.notice {
  position: relative;
  padding: 9px 15px;
  background-color: #F1F7FC;
  border-top: 1px solid #E3ECF2;
}
@media only screen and (max-width: 767.98px) {
  .notice {
    padding: 9px;
  }
}
.notice__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex: auto;
  justify-content: space-between;
  max-width: 1110px;
  margin: 0 auto;
}
@media only screen and (max-width: 767.98px) {
  .notice__wrap {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.notice__text {
  color: #34668E;
  padding-right: 40px;
}
@media only screen and (max-width: 767.98px) {
  .notice__text {
    padding-right: 0;
  }
}
.notice__link {
  flex: 0 0 210px;
}
@media only screen and (max-width: 767.98px) {
  .notice__link {
    flex: auto;
    width: 100%;
    max-width: 210px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 479.98px) {
  .notice__link {
    max-width: none;
  }
}
.notice__link .btn {
  padding: 4px 12px;
  width: 100%;
}
.footer {
  position: relative;
  margin-top: auto;
  padding: 40px 0;
  background-color: #282828;
  color: #FEFEFE;
}
.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: -15px -30px;
}
@media only screen and (max-width: 1199.98px) {
  .footer__row {
    margin: -15px;
  }
}
@media only screen and (max-width: 991.98px) {
  .footer__row {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.footer__col {
  padding: 15px 30px;
}
@media only screen and (max-width: 1199.98px) {
  .footer__col {
    padding: 15px;
  }
}
@media only screen and (max-width: 991.98px) {
  .footer__col {
    width: 50%;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer__col {
    width: 100%;
  }
}
.footer__col_end {
  max-width: 560px;
}
@media only screen and (max-width: 991.98px) {
  .footer__col_end {
    width: 100%;
    max-width: none;
  }
}
.footer__contacts {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.footer__contacts ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer__contacts ul li + li {
  margin-top: 20px;
}
.footer__contacts-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.footer__contacts-item .icon {
  width: 35px;
  height: 35px;
  flex: 0 0 35px;
  margin-right: 10px;
}
.footer__contacts-item .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.footer__contacts-item .text a {
  color: #FEFEFE;
}
.footer__contacts-item .text a:hover {
  opacity: 0.8;
}
.footer__contacts-item .text .tx-normal {
  margin-bottom: 3px;
}
.footer__contacts-item .text .body-thin {
  margin-top: 3px;
}
.footer__menu {
  position: relative;
}
.footer__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.footer__menu ul li + li {
  margin-top: 15px;
}
.footer__menu ul a {
  font-weight: 500;
  color: #FFFFFF;
}
.footer__menu ul a:hover {
  opacity: 0.8;
}
.footer__menu ul a.current {
  text-decoration: underline;
}
.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.footer__socials-title {
  margin-right: 15px;
  font-weight: 500;
  font-size: 14px;
}
.footer__socials-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.footer__socials-list li {
  margin-right: 15px;
}
.footer__socials-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__socials-item:hover {
  opacity: 0.8;
}
.footer__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-top: auto;
  padding-top: 30px;
}
.footer__submenu {
  margin-top: 25px;
}
.footer__submenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -5px -15px;
}
.footer__submenu ul li {
  padding: 5px 15px;
}
.footer__submenu ul li a {
  color: #FEFEFE;
  font-size: 12px;
  text-decoration: underline;
}
.footer__submenu ul li a:hover {
  opacity: 0.8;
}
.footer_google .footer__contacts ul {
  flex-direction: row;
  flex-wrap: wrap;
}
.footer_google .footer__contacts ul li {
  width: 50%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 479.98px) {
  .footer_google .footer__contacts ul li {
    width: 100%;
  }
}
.footer_google .footer__contacts ul li:nth-child(2) {
  order: 1;
  margin-bottom: 0;
}
@media only screen and (max-width: 479.98px) {
  .footer_google .footer__contacts ul li:nth-child(2) {
    order: 0;
    margin-bottom: 20px;
  }
}
.footer_google .footer__contacts ul li + li {
  margin-top: 0;
}
.footer_google .footer__copyright {
  margin-top: 0;
}
body.admin-bar .sidebar {
  top: 118px;
}
@media only screen and (max-width: 991.98px) {
  body.admin-bar .sidebar {
    top: auto;
  }
}
.sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 86px;
}
@media only screen and (max-width: 991.98px) {
  .sidebar {
    position: relative;
    top: auto;
  }
}
.sidebar .calculator {
  padding: 15px;
  border: 0;
}
.wrapper {
  position: relative;
}
.wrapper__row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.wrapper__col {
  padding: 0 15px;
}
.wrapper__col_full {
  width: 100%;
}
.wrapper__col_start {
  width: calc(100% - 320px);
}
@media only screen and (max-width: 991.98px) {
  .wrapper__col_start {
    width: 100%;
  }
}
.wrapper__col_end {
  width: 320px;
}
@media only screen and (max-width: 991.98px) {
  .wrapper__col_end {
    width: 100%;
    margin-top: 40px;
  }
}
.calculator {
  position: relative;
  padding: 25px 20px;
  background-color: #FFFFFF;
  border-radius: 10px;
  border: 1px solid #E9E9E9;
  overflow: hidden;
  font-size: 14px;
}
@media only screen and (max-width: 479.98px) {
  .calculator {
    padding: 15px;
  }
}
.calculator__control-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.calculator__control-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 50px;
  border-radius: 10px 10px 0 0;
  border: 1px solid #BAC3D5;
}
.calculator__control-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: calc(100% - 90px);
  padding: 0 5px;
}
.calculator__input-value {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  border: none;
}
.calculator__input-value:focus, .calculator__input-value:focus-visible {
  border: 0 !important;
  outline: none !important;
}
.calculator__range-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 100%;
  flex: 0 0 45px;
  cursor: pointer;
}
.calculator__range-button--minus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.calculator__range-button--minus::before {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12.5' cy='12.5' r='12.5' fill='%236948EB'/%3E%3Cline x1='8.33333' y1='12.5' x2='16.6667' y2='12.5' stroke='white' stroke-width='1.66667' stroke-linecap='round'/%3E%3C/svg%3E");
}
.calculator__range-button--plus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.calculator__range-button--plus::before {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12.5' cy='12.5' r='12.5' fill='%236948EB'/%3E%3Cline x1='8.33333' y1='12.5' x2='16.6667' y2='12.5' stroke='white' stroke-width='1.66667' stroke-linecap='round'/%3E%3Cline x1='12.4993' y1='8.33333' x2='12.4993' y2='16.6667' stroke='white' stroke-width='1.66667' stroke-linecap='round'/%3E%3C/svg%3E");
}
.calculator__range {
  position: absolute;
  width: calc(100% + 2px);
  bottom: -5px;
  left: -1px;
}
.calculator__input-range {
  width: 100%;
  height: 4px;
  margin: 0;
  border-radius: 5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  box-shadow: none;
}
.calculator__input-range::-webkit-slider-thumb {
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Ccircle cx='7' cy='7' r='7' fill='%236948EB'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  box-shadow: none;
}
.calculator__input-range::-moz-range-thumb {
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Ccircle cx='7' cy='7' r='7' fill='%236948EB'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  border: none;
  outline: none;
  box-shadow: none;
}
.calculator__control-bottom {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 500;
  color: #697395;
}
.calculator__results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 25px;
  margin-top: 25px;
  border-top: 1px solid #E9E9E9;
  font-size: 12px;
  font-weight: 500;
  color: #0C122A;
}
.calculator__res-amount {
  min-width: 60px;
  padding: 8px 12px;
  border-radius: 10px;
  background-color: #F7F7FA;
}
.calculator__submit {
  margin-top: 25px;
}
.calculator__submit .btn {
  width: 100%;
}
.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;
}
.breadcrumbs {
  position: relative;
}
.breadcrumbs__wrap {
  margin: 30px 0;
}
@media only screen and (max-width: 767.98px) {
  .breadcrumbs__wrap {
    margin: 20px 0;
  }
}
.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.breadcrumbs__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.breadcrumbs__item:last-child:after {
  display: none;
}
.breadcrumbs__item.active {
  color: #0C122A;
}
.breadcrumbs__item:after {
  content: "";
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='8' viewBox='0 0 4 8' fill='none'%3E%3Cpath d='M0.5 7L3.35858 4.14142C3.43668 4.06332 3.43668 3.93668 3.35858 3.85858L0.5 1' stroke='%23697395' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
}
.breadcrumbs__item a {
  text-decoration: none;
  color: #697395;
}
.breadcrumbs__item a:hover {
  text-decoration: underline;
}
.accordion {
  position: relative;
  padding: 25px 20px;
  border-radius: 10px;
  background-color: #FEFEFE;
}
.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: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  min-height: 30px;
  margin-left: 15px;
  background-color: #F7F7FA;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='6' viewBox='0 0 12 6' fill='none'%3E%3Cpath d='M1 1L5.93753 4.95002C5.97405 4.97924 6.02595 4.97924 6.06247 4.95002L11 1' stroke='%230C122A' stroke-width='1.6875' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.accordion__title_active {
  border-radius: 10px 10px 0 0;
  padding-bottom: 20px;
}
.accordion__title_active:after {
  transform: scale(1, -1);
}
.accordion__panel {
  background-color: #FEFEFE;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
.privacy-page {
  position: relative;
}
.privacy-page__title {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767.98px) {
  .privacy-page__title {
    margin-bottom: 20px;
  }
}
.privacy-page .content p {
  margin: 20px 0;
}
.error-page {
  position: relative;
  padding: 120px 0 90px 0;
}
@media only screen and (max-width: 767.98px) {
  .error-page {
    padding: 30px 0 0 0;
  }
}
.error-page__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 500px;
}
.error-page__title {
  margin-top: 20px;
}
@media only screen and (max-width: 767.98px) {
  .error-page__title {
    margin-top: 0;
  }
}
.error-page__text {
  margin-top: 20px;
}
.error-page__btn {
  margin-top: 30px;
}
.error-page__btn .btn {
  width: 100%;
}
.page-template-google-page .banner {
  padding-bottom: 0;
}
.banner {
  position: relative;
  padding: 40px 0 100px 0;
}
@media only screen and (max-width: 991.98px) {
  .banner {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .banner {
    padding: 0 0 40px 0;
  }
}
.banner__wrap {
  position: relative;
  min-height: 540px;
  padding: 50px 60px;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  overflow: hidden;
}
@media only screen and (max-width: 991.98px) {
  .banner__wrap {
    min-height: auto;
    padding: 40px 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .banner__wrap {
    width: 100vw;
    margin-left: -15px;
    padding: 20px 15px 40px 15px;
    border-radius: 0;
  }
}
.banner__row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -35px;
  z-index: 1;
}
@media only screen and (max-width: 991.98px) {
  .banner__row {
    flex-direction: column-reverse;
  }
}
.banner__col {
  position: relative;
  padding: 0 35px;
}
.banner__col_start {
  flex: 0 0 520px;
  align-items: center;
}
@media only screen and (max-width: 991.98px) {
  .banner__col_start {
    flex: auto;
  }
}
.banner__calc {
  position: relative;
  margin-top: 30px;
}
@media only screen and (max-width: 991.98px) {
  .banner__calc {
    margin-top: 40px;
  }
}
.banner__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767.98px) {
  .banner__title {
    max-width: 185px;
  }
}
@media only screen and (max-width: 767.98px) {
  .banner__title .title-h2 {
    font-size: 18px;
  }
}
.banner__title .title-h2 + .title-h2 {
  margin-top: 10px;
}
.banner__title .title-h2 span {
  color: #6552D8;
}
.banner__image {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
@media only screen and (max-width: 991.98px) {
  .banner__image {
    top: 0;
    bottom: auto;
  }
}
.banner__image picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.banner__image picture img {
  width: auto;
}
@media only screen and (max-width: 991.98px) {
  .banner__image picture {
    max-width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .banner__image picture {
    max-width: 162px;
  }
}
@media only screen and (max-width: 767.98px) {
  .banner_festive .banner__image {
    top: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .banner_festive .banner__image picture {
    max-width: 188px;
  }
}
.advantages {
  position: relative;
}
.advantages__title {
  text-align: center;
}
.advantages__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.advantages__list ul li {
  width: 33.3333333333%;
  padding: 0 15px;
  margin-top: 50px;
}
@media only screen and (max-width: 767.98px) {
  .advantages__list ul li {
    width: 100%;
    margin-top: 20px;
  }
}
.advantages__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 25px 20px;
  height: 100%;
  background-color: #FFFFFF;
  border-radius: 10px;
}
.advantages__item-icon {
  margin-bottom: 25px;
}
.advantages__item-icon img {
  max-height: 186px;
}
.advantages__item-title {
  margin-bottom: 20px;
}
.advantages__btn {
  margin-top: 40px;
  text-align: center;
}
.advantages__btn .btn {
  width: 100%;
  max-width: 290px;
}
.steps {
  position: relative;
}
.steps__title {
  text-align: center;
}
.steps__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.steps__list ul li {
  width: 33.3333333333%;
  padding: 0 15px;
  margin-top: 50px;
}
@media only screen and (max-width: 767.98px) {
  .steps__list ul li {
    width: 100%;
    margin-top: 20px;
  }
}
.steps__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 25px 20px;
  height: 100%;
  background-color: #F7F7FA;
  border-radius: 10px;
}
@media only screen and (max-width: 767.98px) {
  .steps__item {
    flex-direction: row;
  }
}
.steps__item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  margin-right: 15px;
  border-radius: 100%;
  background-color: #E8E3FF;
  margin-bottom: 20px;
  text-align: center;
}
.steps__item-icon .title-h4 {
  font-weight: 600;
  color: #6552D8;
}
.steps__item-info {
  max-width: 85%;
}
.steps__item-title {
  margin-bottom: 20px;
}
.steps__btn {
  margin-top: 40px;
  text-align: center;
}
.steps__btn .btn {
  width: 100%;
  max-width: 290px;
}
.testimonials {
  position: relative;
}
.testimonials__head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767.98px) {
  .testimonials__head {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .testimonials__head .swiper-navigation {
    display: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .testimonials__title {
    text-align: center;
  }
}
.testimonials__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
@media only screen and (max-width: 767.98px) {
  .testimonials__row {
    margin: -10px;
  }
}
.testimonials__col {
  padding: 15px;
  width: 33.3333333333%;
}
.testimonials__col_end {
  width: 66.6666666667%;
}
@media only screen and (max-width: 991.98px) {
  .testimonials__col {
    width: 50% !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .testimonials__col {
    width: 100% !important;
    padding: 10px;
  }
}
.testimonials__info {
  position: relative;
  height: 100%;
}
.testimonials__image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.testimonials__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  border-radius: 10px;
}
@media only screen and (max-width: 767.98px) {
  .testimonials__image img {
    width: 100%;
  }
}
.testimonials__btn {
  position: absolute;
  left: 25px;
  bottom: 25px;
}
@media only screen and (max-width: 479.98px) {
  .testimonials__btn {
    left: 20px;
    bottom: 20px;
  }
}
.testimonials__btn .btn {
  position: relative;
}
.testimonials__btn .btn img {
  flex: 0 0 19px;
  margin: 1px 5px 0 0;
}
.testimonials__btn .btn:hover {
  opacity: 1;
  filter: drop-shadow(0 0 5px #6552D8);
}
.testimonials__swiper {
  position: relative;
  height: 100%;
}
.testimonials__swiper .swiper-navigation {
  display: none;
}
@media only screen and (max-width: 767.98px) {
  .testimonials__swiper .swiper-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    text-align: center;
    justify-content: center;
    margin-top: 25px;
  }
}
.testimonials__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 25px 20px;
  height: 100%;
  min-height: 345px;
  background-color: #FEFEFE;
  border-radius: 10px;
}
@media only screen and (max-width: 767.98px) {
  .testimonials__item {
    min-height: auto;
  }
}
.testimonials__item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 20px;
  align-items: center;
  justify-content: space-between;
}
.testimonials__item-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.testimonials__item-count {
  color: #697395;
  line-height: 1;
}
.testimonials__item-title {
  margin-top: 25px;
  line-height: 1.2;
}
.testimonials__item-text {
  margin-top: 25px;
}
.testimonials__item-name {
  margin-top: auto;
  padding-top: 15px;
  color: #697395;
}
.info {
  position: relative;
  padding: 70px 0;
}
@media only screen and (max-width: 991.98px) {
  .info {
    padding: 40px 0;
  }
}
.info__excerpt {
  margin-top: 20px;
}
.info__title {
  position: relative;
}
.info__title .title-h4 {
  font-weight: 600;
}
.info__text {
  display: none;
}
.info__text_open {
  display: block;
  margin-top: 1em;
}
.info__switch {
  margin-top: 10px;
}
.info__switch-btn {
  position: relative;
  color: #6552D8;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 500;
}
.info__switch-btn_hide {
  display: none;
}
.info__switch-btn:hover {
  opacity: 0.8;
}
.services {
  position: relative;
}
.services__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  text-align: center;
}
.services__title .title-h4 {
  font-weight: 600;
}
.services__title-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.services__title-btn:hover {
  opacity: 0.85;
}
.services__title-btn:after {
  content: "";
  width: 16px;
  height: 10px;
  margin: 3px 0 0 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 9L8 2L1 9' stroke='%230C122A' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
.services__title-btn_close:after {
  transform: scale(1, -1);
}
.services__list {
  position: relative;
  margin-top: 50px;
}
@media only screen and (max-width: 767.98px) {
  .services__list {
    margin-top: 40px;
  }
}
.services__list_close {
  display: none;
}
.services__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
@media only screen and (max-width: 767.98px) {
  .services__list ul {
    flex-direction: column;
  }
}
.services__list ul li {
  padding: 10px;
}
.services__list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 12px;
  background-color: #FEFEFE;
  border: 1px solid #E9E9E9;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #697395;
}
.services__list-item:hover {
  border-color: #BAC3D5;
}
@media only screen and (max-width: 767.98px) {
  .services__list-item {
    border: 0;
    text-align: left;
    align-items: center;
    justify-content: flex-start;
    min-height: auto;
    padding: 0 30px 0 0;
    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%3Cpath d='M10.5 16.5L15 12L10.5 7.5' stroke='%23697395' stroke-width='1.28571' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right center;
  }
}
.borrow {
  position: relative;
}
.borrow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.borrow__list li + li {
  margin-top: 20px;
}
.borrow__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 20px;
  background-color: #FEFEFE;
  border-radius: 10px;
}
.borrow__item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  margin: 0 15px 20px 0;
  border-radius: 100%;
  background-color: #E8E3FF;
  text-align: center;
}
.borrow__item-icon .title-h4 {
  color: #6552D8;
}
.borrow__item-title {
  margin-bottom: 20px;
}
.postpone {
  position: relative;
}
.postpone__title {
  position: relative;
}
.postpone__image {
  position: relative;
  margin-top: 32px;
}
@media only screen and (max-width: 767.98px) {
  .postpone__image {
    margin-top: 20px;
  }
}
.postpone__image picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.postpone__text {
  margin-top: 30px;
}
@media only screen and (max-width: 767.98px) {
  .postpone__text {
    margin-top: 20px;
  }
}
.repay {
  position: relative;
}
.repay__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.repay__text {
  margin-top: 20px;
}
@media only screen and (max-width: 767.98px) {
  .repay__text {
    margin-top: 15px;
  }
}
.repay__process {
  margin-top: 40px;
}
@media only screen and (max-width: 767.98px) {
  .repay__process {
    margin-top: 20px;
  }
}
.repay__process-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -20px 0;
}
@media only screen and (max-width: 767.98px) {
  .repay__process-row {
    margin: -10px 0;
  }
}
.repay__process-col {
  width: 100%;
  padding: 20px 0;
}
@media only screen and (max-width: 767.98px) {
  .repay__process-col {
    padding: 10px 0;
  }
}
.repay__process-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.repay__process-item .title {
  font-weight: 600;
}
.repay__process-item .text {
  margin-top: 15px;
}
.repay__process-item .text p + p {
  margin-top: 8px;
}
.repay__process-item .text a {
  font-weight: 500;
  color: #6552D8;
  text-decoration: underline;
}
.repay__payments {
  margin-top: 40px;
}
@media only screen and (max-width: 767.98px) {
  .repay__payments {
    margin-top: 24px;
  }
}
.repay__payments-title {
  font-size: 14px;
  font-weight: 600;
}
.repay__payments-groups {
  margin-top: 16px;
}
@media only screen and (max-width: 767.98px) {
  .repay__payments-groups {
    margin-top: 12px;
  }
}
.repay__payments-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -20px -40px;
}
@media only screen and (max-width: 767.98px) {
  .repay__payments-row {
    margin: -16px;
  }
}
.repay__payments-col {
  position: relative;
  padding: 20px 40px;
}
.repay__payments-col_full {
  width: 100%;
}
.repay__payments-col_start {
  width: 510px;
}
.repay__payments-col_start:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: calc(100% - 40px);
  background-color: #E3E4EC;
}
@media only screen and (max-width: 767.98px) {
  .repay__payments-col_start:after {
    display: none;
  }
}
.repay__payments-col_end {
  width: calc(100% - 510px);
}
@media only screen and (max-width: 767.98px) {
  .repay__payments-col {
    padding: 16px;
    width: 100%;
  }
}
.repay__support {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.repay__support-title {
  font-size: 16px;
  font-weight: 600;
}
.repay__support-text {
  margin-top: 12px;
}
.repay__support-text p {
  font-size: 14px;
  line-height: 1.4;
}
.repay__support-text p + p {
  margin-top: 12px;
}
.repay__support-text p a {
  font-weight: 500;
  color: #6552D8;
  text-decoration: underline;
}
.repay__tabs {
  position: relative;
}
.repay__tabs-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -2px;
}
.repay__tabs-col {
  padding: 2px;
  flex: 1 0 0;
}
@media only screen and (max-width: 767.98px) {
  .repay__tabs-col {
    flex: none;
    width: 50%;
  }
}
.repay__tabs-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 6px 8px 10px 8px;
  background-color: #FFFFFF;
  border: 1px solid transparent;
  border-radius: 10px;
  transition: all 0.3s ease;
}
.repay__tabs-item:not(.active) {
  cursor: pointer;
}
.repay__tabs-item.active {
  border-color: #6552D8;
  background-color: #F7F5FF;
}
.repay__tabs-item:hover {
  border-color: #6552D8;
  opacity: 0.85;
}
.repay__tabs-item .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.repay__tabs-item .title {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 500;
}
.repay__acc {
  position: relative;
  display: none;
  flex-direction: column;
}
.repay__acc.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.repay__acc:nth-child(1) .repay__acc-step:nth-child(2) .repay__acc-step-image img {
  margin-right: -20px;
}
.repay__acc:nth-child(3) .repay__acc-step:nth-child(2) .repay__acc-step-image img {
  margin-right: -20px;
}
.repay__acc:nth-child(4) .repay__acc-step:nth-child(5) {
  flex-direction: column;
  padding: 12px;
  border-radius: 10px;
  background-color: #FFFFFF;
}
.repay__acc:nth-child(4) .repay__acc-step:nth-child(5) .repay__acc-step-image {
  justify-content: center;
  flex: auto;
  margin: 12px 0 0 0;
}
.repay__acc:nth-child(4) .repay__acc-step:nth-child(5) .repay__acc-step-image img {
  width: 100%;
}
.repay__acc-title {
  font-size: 18px;
  font-weight: 600;
}
.repay__acc-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-top: 24px;
}
.repay__acc-step {
  justify-content: space-between;
}
.repay__acc-step.active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.repay__acc-step + .repay__acc-step {
  margin-top: 24px;
}
.repay__acc-step-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.repay__acc-step-name {
  font-weight: 700;
  font-size: 12px;
}
.repay__acc-step-text {
  margin-top: 6px;
  font-weight: 400;
  font-size: 14px;
}
.repay__acc-step-text b, .repay__acc-step-text strong {
  font-weight: 600;
}
.repay__acc-step-text ul {
  margin: 4px 0;
  padding: 0 0 0 24px;
  list-style-type: disc;
}
.repay__acc-step-text ul li::marker {
  color: inherit;
  font-size: 14px;
}
.repay__acc-step-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  flex: 0 0 160px;
  margin-left: 20px;
}
@media only screen and (max-width: 767.98px) {
  .repay__acc-step-image {
    margin-left: 12px;
  }
}
.repay__acc-step-image img {
  max-width: none;
}
.repay__acc-scroll {
  position: -webkit-sticky;
  position: sticky;
  height: 0;
  bottom: 30px;
  z-index: 5;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767.98px) {
  .repay__acc-scroll {
    margin-right: -8px;
  }
}
.repay__acc-scroll a {
  position: absolute;
  right: -56px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767.98px) {
  .repay__acc-scroll a {
    right: 0;
    bottom: 80px;
  }
}
.repay__acc-buttons {
  margin-top: 24px;
}
.repay__acc-buttons .btn {
  position: relative;
  display: none;
  padding: 6px 42px;
  min-height: 42px;
  border: 1px solid #D6D6D6;
  font-size: 14px;
  font-weight: 600;
}
.repay__acc-buttons .btn:after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='31' viewBox='0 0 30 31' fill='none'%3E%3Cpath d='M10 14.3904L14.9375 18.3404C14.9741 18.3696 15.0259 18.3696 15.0625 18.3404L20 14.3904' stroke='%230C122A' stroke-width='1.6875' stroke-linecap='round'/%3E%3C/svg%3E");
}
.repay__acc-buttons .btn_collapse:after {
  margin-top: 3px;
  transform: scale(1, -1);
}
.repay__acc-buttons .btn:hover {
  background-color: rgba(214, 214, 214, 0.2);
}
.repay__acc-buttons .btn.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about {
  position: relative;
}
.about__text {
  padding: 20px;
  background-color: #FEFEFE;
  border-radius: 10px;
}
.faq {
  position: relative;
}
.faq .accordion__panel p {
  margin: 0;
}
.faq .accordion__panel p + p {
  margin-top: 20px;
}
.faq.section-background .faq-block {
  padding: 0;
}
.faq-block {
  position: relative;
  max-width: 790px;
  margin: 0 auto;
  padding-bottom: 100px;
}
@media only screen and (max-width: 991.98px) {
  .faq-block {
    padding-bottom: 40px;
  }
}
.faq-block .page-title {
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767.98px) {
  .faq-block .page-title {
    margin-bottom: 20px;
  }
}
.faq-block .accordion {
  background-color: #F7F7FA;
}
.faq-block .accordion__panel {
  background-color: #F7F7FA;
}
.faq-block .accordion__title:after {
  background-color: #E8E3FF;
}
.faq-block__btn {
  margin-top: 40px;
  text-align: center;
}
@media only screen and (max-width: 991.98px) {
  .faq-block__btn {
    margin-top: 20px;
  }
}
.faq-block__btn a {
  color: #6552D8;
  text-decoration: underline;
  font-weight: 500;
}
.contacts {
  position: relative;
}
.contacts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
.contacts__list li {
  padding: 15px;
  width: 50%;
}
@media only screen and (max-width: 767.98px) {
  .contacts__list li {
    width: 100%;
  }
}
.contacts__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 25px 20px;
  background-color: #FEFEFE;
  border-radius: 10px;
}
@media only screen and (max-width: 479.98px) {
  .contacts__item {
    flex-direction: row;
  }
}
.contacts__item-icon {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  margin: 0 0 20px 0;
  border-radius: 100%;
  background-color: #E8E3FF;
  text-align: center;
}
@media only screen and (max-width: 479.98px) {
  .contacts__item-icon {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    margin: 0 15px 0 0;
  }
}
.contacts__item-label {
  color: #697395;
  padding-bottom: 8px;
}
.contacts__item-value a:hover {
  opacity: 0.8;
}
.article {
  position: relative;
  padding: 80px 0 !important;
}
@media only screen and (max-width: 991.98px) {
  .article {
    padding: 20px 0 !important;
  }
}
/*# sourceMappingURL=styles.css.map*/