/*!
Theme Name: Numexato
Theme URI: https://aevodesign.com.br
Author: AEVO Design
Author URI: https://aevodesign.com.br
Description: Custom theme developed for Numexato.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
	 ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * 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;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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 */
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 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 */
}

/**
 * Custom settings
 */
*, *:before, *:after {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
}

.clearfix:after {
  display: block;
  content: "";
  font-size: 0;
  clear: both;
  zoom: 1;
}

object {
  display: none;
}

.cfm-layer {
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.6s ease;
}
.cfm-layer.cfm-visible {
  background: rgba(0, 0, 0, 0.5);
}
.cfm-layer .cfm-box-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.4s ease;
  transform: scale(0.95, 0.95);
}
.cfm-layer .cfm-box-container.cfm-visible {
  visibility: visible;
  opacity: 1;
  transform: scale(1, 1);
}
.cfm-layer .cfm-box-container .cfm-box {
  display: block;
  max-width: 960px;
  min-width: 320px;
  height: auto;
  background: #ffffff;
  border-radius: 5px;
  margin: 0 auto;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 1px 2px rgba(0, 0, 0, 0.23);
}
.cfm-layer .cfm-box-container .cfm-box .cfm-message {
  display: block;
  width: 100%;
  height: auto;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: #000000;
  padding: 15px;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.cfm-layer .cfm-box-container .cfm-box .cfm-message a {
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: inherit;
}
.cfm-layer .cfm-box-container .cfm-box .cfm-btns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 0 15px 15px;
  margin: 0;
  list-style-type: none;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.cfm-layer .cfm-box-container .cfm-box .cfm-btns .cfm-btn {
  display: block;
  margin: 0 0 0 25px;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: silver;
  cursor: pointer;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.cfm-layer .cfm-box-container .cfm-box .cfm-btns .cfm-btn:hover {
  color: #000000;
}
.cfm-layer .cfm-box-container .cfm-box .cfm-btns .cfm-btn.cfm-btn-confirm {
  padding: 10px 20px;
  border-radius: 3px;
  color: #000000;
  background: #f2f2f2;
}
.cfm-layer .cfm-box-container .cfm-box .cfm-btns .cfm-btn.cfm-btn-confirm:hover {
  background: #0000ff;
  color: #ffffff;
  text-decoration: none;
}

.ntf-box-container {
  display: block;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.4s ease;
  transform: translateY(-100%);
  z-index: 999999999;
}
.ntf-box-container.ntf-visible {
  transform: translateY(0);
}
.ntf-box-container .ntf-box {
  display: block;
  width: 100%;
  height: auto;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.ntf-box-container .ntf-box .ntf-message {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  min-height: 50px;
  padding: 0 15px;
  background: #000000;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: #ffffff;
  cursor: pointer;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.ntf-box-container .ntf-box .ntf-message.ntf-message-success {
  background: #1dd1a1;
}
.ntf-box-container .ntf-box .ntf-message.ntf-message-error {
  background: #ff6b6b;
}
.ntf-box-container .ntf-box .ntf-message.ntf-message-success + .ntf-progress .ntf-progress-bar, .ntf-box-container .ntf-box .ntf-message.ntf-message-error + .ntf-progress .ntf-progress-bar {
  background: rgba(0, 0, 0, 0.2);
}
@supports ((-webkit-backdrop-filter: blur(0)) or (backdrop-filter: blur(0))) {
  .ntf-box-container .ntf-box .ntf-message {
    -webkit-backdrop-filter: blur(15px);
    -moz-backdrop-filter: blur(15px);
    -o-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    background: rgba(0, 0, 0, 0.85);
  }
  .ntf-box-container .ntf-box .ntf-message.ntf-message-success {
    background: rgba(29, 209, 161, 0.85);
  }
  .ntf-box-container .ntf-box .ntf-message.ntf-message-error {
    background: rgba(255, 107, 107, 0.85);
  }
}
.ntf-box-container .ntf-box .ntf-progress {
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
}
.ntf-box-container .ntf-box .ntf-progress .ntf-progress-bar {
  display: block;
  width: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.35);
  transition: all 0.1s;
}

.ppt-layer {
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.4s ease;
}
.ppt-layer.ppt-visible {
  background: rgba(0, 0, 0, 0.5);
}
.ppt-layer .ppt-box-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.4s ease;
  transform: scale(0.95, 0.95);
}
.ppt-layer .ppt-box-container.ppt-visible {
  visibility: visible;
  opacity: 1;
  transform: scale(1, 1);
}
.ppt-layer .ppt-box-container .ppt-box {
  display: block;
  max-width: 960px;
  min-width: 320px;
  height: auto;
  background: #ffffff;
  border-radius: 5px;
  margin: 0 auto;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 1px 2px rgba(0, 0, 0, 0.23);
}
.ppt-layer .ppt-box-container .ppt-box .ppt-message {
  display: block;
  width: 100%;
  height: auto;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: #000000;
  line-height: inherit;
  padding: 15px;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.ppt-layer .ppt-box-container .ppt-box .ppt-message a {
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: inherit;
}
.ppt-layer .ppt-box-container .ppt-box .ppt-fieldset {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 15px 15px;
  position: relative;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.ppt-layer .ppt-box-container .ppt-box .ppt-fieldset .ppt-input {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 10px;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: #000000;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.ppt-layer .ppt-box-container .ppt-box .ppt-btns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 0 15px 15px;
  margin: 0;
  list-style-type: none;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.ppt-layer .ppt-box-container .ppt-box .ppt-btns .ppt-btn {
  display: block;
  margin: 0 0 0 25px;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: silver;
  cursor: pointer;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.ppt-layer .ppt-box-container .ppt-box .ppt-btns .ppt-btn:hover {
  color: #000000;
}
.ppt-layer .ppt-box-container .ppt-box .ppt-btns .ppt-btn.ppt-btn-confirm {
  padding: 10px 20px;
  border-radius: 3px;
  color: #000000;
  background: #f2f2f2;
}
.ppt-layer .ppt-box-container .ppt-box .ppt-btns .ppt-btn.ppt-btn-confirm:hover {
  background: #0000ff;
  color: #ffffff;
  text-decoration: none;
}

/**
 * Swiper 6.8.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 3, 2021
 */
@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") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

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

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}

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

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

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

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

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

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

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

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

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

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

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

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

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 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: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.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(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.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: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 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-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  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: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.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%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

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

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

@-webkit-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@-webkit-keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
:root {
  font-size: 16px;
}

html {
  -webkit-scroll-behavior: smooth;
  -moz-scroll-behavior: smooth;
  -ms-scroll-behavior: smooth;
  -o-scroll-behavior: smooth;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  height: auto;
  margin: 0 auto;
  font-family: "General Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #80909D;
  line-height: 1;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-weight: 600;
  margin: 0;
}
body h1 {
  font-size: 4rem;
}
@media (max-width: 768px) {
  body h1 {
    font-size: 2.7rem;
  }
}
@media (max-width: 480px) {
  body h1 {
    font-size: 2rem;
  }
}
body h2 {
  font-size: 3rem;
}
@media (max-width: 768px) {
  body h2 {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  body h2 {
    font-size: 1.5rem;
  }
}
body h3 {
  font-size: 2.5rem;
}
@media (max-width: 768px) {
  body h3 {
    font-size: 1.7rem;
  }
}
@media (max-width: 480px) {
  body h3 {
    font-size: 1.25rem;
  }
}
body h4 {
  font-size: 2rem;
}
@media (max-width: 768px) {
  body h4 {
    font-size: 1.4rem;
  }
}
@media (max-width: 480px) {
  body h4 {
    font-size: 1rem;
  }
}
body h5 {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  body h5 {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  body h5 {
    font-size: 0.75rem;
  }
}
body h6 {
  font-size: 1rem;
}
@media (max-width: 768px) {
  body h6 {
    font-size: 0.7rem;
  }
}
@media (max-width: 480px) {
  body h6 {
    font-size: 0.5rem;
  }
}
body p {
  margin: 0;
  line-height: 166%;
}
body a {
  color: #8AC6D0;
  text-decoration: none;
}
body .ri {
  display: inline-block;
  font-weight: 100;
  font-size: 24px;
}
body .ri.ri--spin {
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
  margin: 0 !important;
}
body .header {
  transition: all 0.3s ease;
  display: block;
  width: 100%;
  height: auto;
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1200px) {
  body .header {
    display: none;
  }
}
body .header .header__top,
body .header .header__bottom {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 24px 10rem 0;
}
body .header .header__top .contact-links,
body .header .header__top .social-links,
body .header .header__bottom .contact-links,
body .header .header__bottom .social-links {
  display: flex;
  align-items: center;
  gap: 0 24px;
  margin: 0 auto 0 0;
}
body .header .header__top .contact-links .contact-link,
body .header .header__top .contact-links .social-link,
body .header .header__top .social-links .contact-link,
body .header .header__top .social-links .social-link,
body .header .header__bottom .contact-links .contact-link,
body .header .header__bottom .contact-links .social-link,
body .header .header__bottom .social-links .contact-link,
body .header .header__bottom .social-links .social-link {
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #80909D;
}
body .header .header__top .contact-links .contact-link .ri,
body .header .header__top .contact-links .social-link .ri,
body .header .header__top .social-links .contact-link .ri,
body .header .header__top .social-links .social-link .ri,
body .header .header__bottom .contact-links .contact-link .ri,
body .header .header__bottom .contact-links .social-link .ri,
body .header .header__bottom .social-links .contact-link .ri,
body .header .header__bottom .social-links .social-link .ri {
  margin: 0 4px 0 0;
  font-size: 20px;
}
body .header .header__top .contact-links .contact-link:hover,
body .header .header__top .contact-links .social-link:hover,
body .header .header__top .social-links .contact-link:hover,
body .header .header__top .social-links .social-link:hover,
body .header .header__bottom .contact-links .contact-link:hover,
body .header .header__bottom .contact-links .social-link:hover,
body .header .header__bottom .social-links .contact-link:hover,
body .header .header__bottom .social-links .social-link:hover {
  color: #00213C;
}
body .header .header__top .social-links,
body .header .header__bottom .social-links {
  margin: 0;
  gap: 0 20px;
}
body .header .header__top .social-links .social-link .ri,
body .header .header__bottom .social-links .social-link .ri {
  margin: 0;
}
body .header .header__bottom {
  padding: 36px 10rem 36px;
}
@media (max-width: 1200px) {
  body .header .header__bottom {
    padding: 36px 2rem 36px;
  }
}
body .header .header__bottom .logo-link {
  display: block;
  width: auto;
  height: 24px;
  margin: 0 auto 0 0;
}
body .header .header__bottom .logo-link .logo {
  display: block;
  width: auto;
  height: 100%;
  margin: 0;
}
body .header .header__bottom .navbar {
  display: block;
  margin: 0;
}
body .header .header__bottom .navbar .menu {
  display: flex;
  align-items: center;
  gap: 0 40px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
body .header .header__bottom .navbar .menu .menu-item {
  display: block;
  position: relative;
}
body .header .header__bottom .navbar .menu .menu-item::after {
  transition: all 0.3s ease;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: transparent;
  border-radius: 9999px;
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  pointer-events: none;
}
body .header .header__bottom .navbar .menu .menu-item a {
  transition: all 0.3s ease;
  display: block;
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  color: #80909D;
}
body .header .header__bottom .navbar .menu .menu-item:hover a {
  color: #00213C;
}
body .header .header__bottom .navbar .menu .menu-item.current-menu-item::after, body .header .header__bottom .navbar .menu .menu-item.current_page_parent::after {
  background-color: #8AC6D0;
}
body .header .header__bottom .navbar .menu .menu-item.current-menu-item a, body .header .header__bottom .navbar .menu .menu-item.current_page_parent a {
  color: #00213C;
}
body .header.header--home {
  background-color: transparent;
  box-shadow: none;
}
body .header.header--home .header__top .contact-links .contact-link,
body .header.header--home .header__top .contact-links .social-link,
body .header.header--home .header__top .social-links .contact-link,
body .header.header--home .header__top .social-links .social-link,
body .header.header--home .header__bottom .contact-links .contact-link,
body .header.header--home .header__bottom .contact-links .social-link,
body .header.header--home .header__bottom .social-links .contact-link,
body .header.header--home .header__bottom .social-links .social-link {
  color: rgba(255, 255, 255, 0.5);
}
body .header.header--home .header__top .contact-links .contact-link:hover,
body .header.header--home .header__top .contact-links .social-link:hover,
body .header.header--home .header__top .social-links .contact-link:hover,
body .header.header--home .header__top .social-links .social-link:hover,
body .header.header--home .header__bottom .contact-links .contact-link:hover,
body .header.header--home .header__bottom .contact-links .social-link:hover,
body .header.header--home .header__bottom .social-links .contact-link:hover,
body .header.header--home .header__bottom .social-links .social-link:hover {
  color: white;
}
body .header.header--home .header__bottom .navbar .menu .menu-item a {
  color: rgba(255, 255, 255, 0.5);
}
body .header.header--home .header__bottom .navbar .menu .menu-item:hover a {
  color: white;
}
body .header.header--home .header__bottom .navbar .menu .menu-item.current-menu-item::after, body .header.header--home .header__bottom .navbar .menu .menu-item.current_page_parent::after {
  background-color: #8AC6D0;
}
body .header.header--home .header__bottom .navbar .menu .menu-item.current-menu-item a, body .header.header--home .header__bottom .navbar .menu .menu-item.current_page_parent a {
  color: white;
}
body .mobile-header {
  transition: all 0.3s ease;
  display: none;
  width: 100%;
  height: auto;
  background-color: white;
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  box-shadow: 0 2px 4px rgba(138, 198, 208, 0.2);
}
@media (max-width: 1200px) {
  body .mobile-header {
    display: block;
  }
}
body .mobile-header .mobile-header__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 64px;
  margin: 0;
  padding: 0 2rem;
}
body .mobile-header .mobile-header__top .logo-link {
  display: block;
  margin: 0;
}
body .mobile-header .mobile-header__top .logo-link .logo {
  display: block;
  height: 24px;
  margin: 0;
}
body .mobile-header .mobile-navbar__bottom {
  display: none;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background-color: #ECEDED;
}
body .mobile-header .mobile-navbar__bottom .navbar {
  display: block;
  margin: 0;
}
body .mobile-header .mobile-navbar__bottom .navbar .menu {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
body .mobile-header .mobile-navbar__bottom .navbar .menu .menu-item {
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
body .mobile-header .mobile-navbar__bottom .navbar .menu .menu-item a {
  display: block;
  margin: 0;
  padding: 1rem 2rem;
  font-family: inherit;
  font-weight: 700;
  font-size: 20px;
  color: #80909D;
  text-align: center;
}
body .mobile-header .mobile-navbar__bottom .navbar .menu .menu-item.current-menu-item a, body .mobile-header .mobile-navbar__bottom .navbar .menu .menu-item.current_page_parent a {
  background-color: #00213C;
  color: #8AC6D0;
}
body .mobile-header .mobile-navbar__bottom .navbar .menu .menu-item:first-of-type {
  border-top: 0;
}
body .mobile-header.mobile-header--home {
  background-color: transparent;
}
body .swiper-container--carousel {
  width: 100%;
  height: 100vh;
}
body .swiper-container--carousel .swiper-wrapper {
  width: 100%;
  height: 100%;
}
body .swiper-container--carousel .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0;
  padding: 0 10rem;
}
@media (max-width: 1200px) {
  body .swiper-container--carousel .swiper-wrapper .swiper-slide {
    padding: 0 2rem;
    justify-content: center;
  }
}
body .swiper-container--carousel .swiper-wrapper .swiper-slide::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 33, 60, 0.7);
  position: absolute;
  top: 0;
  left: 0;
}
body .swiper-container--carousel .swiper-wrapper .swiper-slide .post__content {
  display: block;
  position: relative;
}
@media (max-width: 1200px) {
  body .swiper-container--carousel .swiper-wrapper .swiper-slide .post__content {
    text-align: center;
  }
}
body .swiper-container--carousel .swiper-wrapper .swiper-slide .post__content .post__categories {
  display: block;
  margin: 0 0 16px;
  font-size: 14px;
  color: #8AC6D0;
  text-transform: uppercase;
  letter-spacing: 4px;
}
body .swiper-container--carousel .swiper-wrapper .swiper-slide .post__content .post__title {
  display: block;
  width: 100%;
  max-width: 800px;
  color: white;
  line-height: 115%;
}
@media (max-width: 1200px) {
  body .swiper-container--carousel .swiper-wrapper .swiper-slide .post__content .post__title {
    font-size: 40px;
  }
}
body .swiper-container--carousel .swiper-wrapper .swiper-slide .post__content .post__excerpt {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 24px 0 0;
}
body .swiper-container--carousel .swiper-wrapper .swiper-slide .post__content .cta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
  margin: 64px 0 0;
}
@media (max-width: 1200px) {
  body .swiper-container--carousel .swiper-wrapper .swiper-slide .post__content .cta {
    justify-content: center;
  }
}
@media (max-width: 480px) {
  body .swiper-container--carousel .swiper-wrapper .swiper-slide .post__content .cta {
    flex-direction: column;
  }
}
body .swiper-container--carousel .swiper-wrapper .swiper-slide .post__content .cta .cta__link {
  transition: all 0.3s ease;
  display: block;
  margin: 0;
  padding: 16px 32px;
  background-color: #8AC6D0;
  border: 2px solid #8AC6D0;
  border-radius: 8px;
  font-weight: 500;
  font-size: 18px;
  color: white;
}
body .swiper-container--carousel .swiper-wrapper .swiper-slide .post__content .cta .cta__link.cta__link--ghost {
  background-color: transparent;
  border: 2px solid white;
}
body .swiper-container--carousel .swiper-control {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  width: 100%;
  height: auto;
  position: absolute;
  top: calc(100% - 64px);
  left: 0;
  z-index: 1;
}
body .swiper-container--carousel .swiper-control .swiper-prev,
body .swiper-container--carousel .swiper-control .swiper-next {
  display: block;
  margin: 0;
  outline: 0;
  cursor: pointer;
}
body .swiper-container--carousel .swiper-control .swiper-prev .ri,
body .swiper-container--carousel .swiper-control .swiper-next .ri {
  transition: all 0.3s ease;
  font-size: 28px;
  color: white;
}
body .swiper-container--carousel .swiper-control .swiper-prev:hover .ri,
body .swiper-container--carousel .swiper-control .swiper-next:hover .ri {
  color: #8AC6D0;
}
body .swiper-container--carousel .swiper-control .swiper-pagination {
  display: flex;
  gap: 16px;
  position: relative;
}
body .swiper-container--carousel .swiper-control .swiper-pagination .swiper-pagination-bullet {
  transition: all 0.3s ease;
  display: block;
  width: 12px;
  height: 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.33);
  border-radius: 9999px;
  opacity: 1;
}
body .swiper-container--carousel .swiper-control .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: white;
  border: 2px solid white;
}
body .recent-posts {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 32px;
  width: 100%;
  height: auto;
}
body .recent-posts .recent-post {
  display: block;
  width: calc(25% - 24px);
  height: auto;
}
@media (max-width: 1200px) {
  body .recent-posts .recent-post {
    width: calc(50% - 16px);
  }
}
@media (max-width: 480px) {
  body .recent-posts .recent-post {
    width: 100%;
  }
}
body .recent-posts .recent-post .recent-post__thumbnail {
  display: block;
  width: 100%;
  height: 200px;
  margin: 0 0 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 8px;
  overflow: hidden;
}
body .recent-posts .recent-post .recent-post__title {
  display: block;
  margin: 0 0 8px;
}
body .recent-posts .recent-post .recent-post__excerpt {
  display: block;
  margin: 0;
}
body .blog-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 322px;
  margin: 140px 0 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow-x: hidden;
}
@media (max-width: 1200px) {
  body .blog-header {
    margin: 64px 0 0;
  }
}
@media (max-width: 480px) {
  body .blog-header {
    min-height: auto;
    padding: 4rem 0;
  }
}
body .blog-header::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 33, 60, 0.7);
  position: absolute;
  top: 0;
  left: 0;
}
body .blog-header .header-inner {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 10rem;
  position: relative;
}
@media (max-width: 1200px) {
  body .blog-header .header-inner {
    padding: 0 2rem;
  }
}
body .blog-header .header-inner .blog-title {
  display: block;
  color: white;
}
body .blog-header .header-inner .blog-description {
  display: block;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.5);
}
body .header-feat {
  display: block;
  width: 100%;
  height: 10px;
  margin: -5px 0 0;
  overflow-x: hidden;
  position: relative;
}
body .header-feat::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #8AC6D0;
  position: absolute;
  top: 0;
  left: auto;
  right: 10rem;
}
@media (max-width: 1200px) {
  body .header-feat::before {
    right: 2rem;
  }
}
body .blog-body {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0 48px;
  width: 100%;
  height: auto;
  margin: 100px 0;
  padding: 0 10rem;
}
@media (max-width: 1200px) {
  body .blog-body {
    padding: 0 2rem;
  }
}
body .blog-body .blog-main {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 48px;
  width: calc(70% - 24px);
}
@media (max-width: 768px) {
  body .blog-body .blog-main {
    width: 100%;
  }
}
body .blog-body .blog-main .post {
  display: block;
  width: calc(50% - 24px);
  height: auto;
}
@media (max-width: 480px) {
  body .blog-body .blog-main .post {
    width: 100%;
  }
}
body .blog-body .blog-main .post .post__thumbnail {
  display: block;
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 4px;
  overflow: hidden;
}
body .blog-body .blog-main .post .post__content {
  display: block;
  width: 100%;
  height: auto;
  margin: 20px 0 0;
}
body .blog-body .blog-main .post .post__content .post__date {
  display: flex;
  align-items: center;
  margin: 0;
  letter-spacing: 1px;
  color: #80909D;
}
body .blog-body .blog-main .post .post__content .post__date .ri {
  font-size: 18px;
  margin: 0 5px 0 0;
}
body .blog-body .blog-main .post .post__content .post__title {
  display: block;
  margin: 8px 0 0;
  padding: 0;
  font-family: "General Sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.34em;
}
body .blog-body .blog-main .post .post__content .post__title .post__link {
  transition: all 0.3s ease;
}
body .blog-body .blog-main .post .post__content .post__title .post__link:hover {
  color: #8AC6D0;
}
body .blog-body .blog-main .post .post__content .post__excerpt {
  display: block;
  width: 100%;
  height: auto;
  margin: 4px 0 0;
}
body .blog-body .blog-main .post.post--single {
  width: 100%;
}
body .blog-body .blog-main .post.post--single h1, body .blog-body .blog-main .post.post--single h2, body .blog-body .blog-main .post.post--single h3, body .blog-body .blog-main .post.post--single h4, body .blog-body .blog-main .post.post--single h5, body .blog-body .blog-main .post.post--single h6 {
  color: #80909D;
}
body .blog-body .blog-main .post.post--single h1, body .blog-body .blog-main .post.post--single h2, body .blog-body .blog-main .post.post--single h3, body .blog-body .blog-main .post.post--single h4, body .blog-body .blog-main .post.post--single h5, body .blog-body .blog-main .post.post--single h6, body .blog-body .blog-main .post.post--single p {
  margin: 0 0 20px;
}
body .blog-body .blog-main .post.post--single a {
  color: #8AC6D0;
}
body .blog-body .blog-main .post.post--single a:hover {
  text-decoration: underline;
}
body .blog-body .blog-main .post.post--single ul li, body .blog-body .blog-main .post.post--single ol li {
  margin: 0 0 8px;
}
body .blog-body .blog-main .post.post--single hr {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ECEDED;
  border: 0;
}
body .blog-body .blog-main .post.post--single figure {
  margin: 0;
}
body .blog-body .blog-main .post.post--single figure figcaption {
  display: flex;
  width: 100%;
  height: auto;
  margin: 5px 0 0;
  font-size: 16px;
  font-style: italic;
}
body .blog-body .blog-main .post.post--single blockquote {
  margin: 0;
  padding: 0 0 0 30px;
  border-left: 5px solid #8AC6D0;
  background-color: #ECEDED;
}
body .blog-body .blog-main .post.post--single blockquote cite {
  font-weight: 800;
  font-size: 14px;
  color: #00213C;
}
body .blog-body .blog-main .pagination {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 48px auto 0;
}
body .blog-body .blog-main .pagination .page-numbers {
  transition: all 0.3s ease;
  display: block;
  margin: 0 2px;
  padding: 6px 12px;
  font-family: "General Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: inherit;
  border-radius: 2px;
}
body .blog-body .blog-main .pagination .page-numbers .ri {
  font-size: 16px;
}
body .blog-body .blog-main .pagination .page-numbers:hover {
  background-color: #ECEDED;
}
body .blog-body .blog-main .pagination .page-numbers.current {
  background-color: #8AC6D0;
  color: white;
}
body .blog-body .blog-main .posts-navigation {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
body .blog-body .blog-main .posts-navigation .post-link {
  display: inline-block;
  font-family: "General Sans", sans-serif;
  font-weight: 500;
  padding: 16px 0;
}
body .blog-body .blog-main .posts-navigation .post-link.post-link--next {
  padding: 16px;
  color: white;
  background: #ECEDED;
}
body .blog-body .blog-aside {
  display: block;
  width: calc(30% - 24px);
  height: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 144px;
}
@media (max-width: 768px) {
  body .blog-body .blog-aside {
    width: 100%;
    position: relative;
    top: auto;
  }
}
body .blog-body .blog-aside .search-form {
  display: block;
  width: 100%;
  height: auto;
}
body .blog-body .blog-aside .search-form .form__fieldset {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}
body .blog-body .blog-aside .search-form .form__fieldset .form__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 48px;
  margin: 0 0 10px;
  padding: 0 50px 0 15px;
  background: #ECEDED;
  border: 2px solid #ECEDED;
  border-radius: 8px;
  outline: 0;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
}
body .blog-body .blog-aside .search-form .form__fieldset .form__submit-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: transparent;
  border: 0;
  border-radius: 0;
  outline: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  color: #80909D;
  cursor: pointer;
}
body .blog-body .blog-aside .search-form .form__fieldset .form__submit-btn .ri {
  font-size: 20px;
}
body .blog-body .blog-aside .search-form .form__fieldset .form__submit-btn:hover {
  color: #8AC6D0;
}
body .blog-body .blog-aside .aside__divider {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ECEDED;
  margin: 20px 0;
}
body .blog-body .blog-aside .latest-posts {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
body .blog-body .blog-aside .latest-posts .latest-posts__title {
  display: block;
  margin: 0 0 10px;
  font-family: "General Sans", sans-serif;
  font-weight: bolder;
  color: #00213C;
}
body .blog-body .blog-aside .latest-posts .latest-post {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 20px;
}
body .blog-body .blog-aside .latest-posts .latest-post .latest-post__link {
  display: flex;
  width: 100%;
  height: auto;
  margin: 0;
}
body .blog-body .blog-aside .latest-posts .latest-post .latest-post__link .latest-post__thumbnail {
  display: block;
  width: 100%;
  max-width: 125px;
  height: auto;
  min-height: 80px;
  margin: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 2px;
}
body .blog-body .blog-aside .latest-posts .latest-post .latest-post__link .post__content {
  display: block;
  padding: 10px 20px;
}
@media only screen and (max-width: 768px) {
  body .blog-body .blog-aside .latest-posts .latest-post .latest-post__link .post__content {
    padding: 20px;
  }
}
body .blog-body .blog-aside .latest-posts .latest-post .latest-post__link .latest-post__date {
  display: flex;
  align-items: center;
  margin: 0;
  color: #80909D;
  letter-spacing: 1px;
}
body .blog-body .blog-aside .latest-posts .latest-post .latest-post__link .latest-post__date .ri {
  font-size: 16px;
  margin: 0 5px 0 0;
}
body .blog-body .blog-aside .latest-posts .latest-post .latest-post__link .latest-post__title {
  transition: all 0.3s ease;
  display: block;
  margin: 0;
  font-family: "General Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #8AC6D0;
  line-height: 134%;
}
body .blog-body .blog-aside .latest-posts .latest-post .latest-post__link:hover {
  text-decoration: none;
}
body .blog-body .blog-aside .latest-posts .latest-post .latest-post__link:hover .latest-post__title {
  color: #8AC6D0;
}
body .blog-body .blog-aside .categories {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 10px;
  padding: 0;
  font-family: "General Sans", sans-serif;
  font-weight: bolder;
  color: #00213C;
}
body .blog-body .blog-aside .categories ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin: 10px 0 0;
  padding: 0;
}
body .blog-body .blog-aside .categories ul .cat-item {
  display: block;
  margin: 0 2px 2px 0;
  padding: 0;
}
body .blog-body .blog-aside .categories ul .cat-item a {
  transition: all 0.3s ease;
  display: block;
  margin: 0;
  padding: 4px 6px;
  background-color: #8AC6D0;
  border-radius: 2px;
  font-weight: normal;
  font-size: 13px;
  text-transform: uppercase;
  color: white;
  letter-spacing: 1px;
}
body .blog-body .blog-aside .categories ul .cat-item a:hover {
  background-color: #00213C;
}
body .footer {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  background-color: #00213C;
  margin: 0;
  padding: 100px 10rem;
}
@media (max-width: 1200px) {
  body .footer {
    padding: 100px 2rem;
  }
}
body .footer .footer__main {
  display: block;
  width: 50%;
  height: auto;
}
@media (max-width: 480px) {
  body .footer .footer__main {
    width: 100%;
  }
}
body .footer .footer__main .footer__logo {
  display: block;
  width: auto;
  height: 25px;
  margin: 0 0 24px;
}
body .footer .footer__main .footer__desc {
  display: block;
  margin: 0;
  font-weight: 300;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}
body .footer .footer__links {
  display: flex;
  align-items: center;
  gap: 0 16px;
  margin: 0 0 0 auto;
}
@media (max-width: 480px) {
  body .footer .footer__links {
    width: 100%;
    margin: 24px 0 0;
  }
}
body .footer .footer__links .footer__link {
  transition: all 0.3s ease;
}
body .footer .footer__links .footer__link:hover {
  color: white;
}
body .footer .footer__infos {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  width: 100%;
  height: auto;
  margin: 50px 0 0;
  padding: 16px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
body .footer .footer__infos .footer__info {
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}
body .footer .footer__infos .footer__info .ri {
  margin: 0 4px 0 0;
}
body .footer .footer__infos .footer__info:first-of-type {
  margin: 0 auto 0 0;
}
body .footer .footer__infos .footer__info:hover {
  color: white;
}
body.--scrolled .header {
  top: -45px;
}
