@charset "UTF-8";
/*!
Theme Name: TecBits Whitelabel 2024
Theme URI: https://www.tecbits.de/
Author: TecBits Web & IT Services
Author URI: https://www.tecbits.de/
Description: Whitelabel-Lösung von TecBits Web & IT Services
Version: 1.0.1
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
}

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

body {
  margin: 0;
  scroll-snap-type: y mandatory;
}

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

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

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes moveIn {
  from {
    transform: translate(200px, 0);
  }
  to {
    transform: translate(0px, 0);
  }
}
@keyframes hide_burger {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes show_burger {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes up_down {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(0px, -30%);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes back_forwards {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(10px, 0%);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes back_forwards_min {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(5px, 0%);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
/*!
 * Tabler Icons 2.1.2 by tabler - https://tabler.io
 * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE
 */
@font-face {
  font-family: "tabler-icons";
  font-style: normal;
  font-weight: 400;
  src: url("./assets/fonts/tabler-icons/fonts/tabler-icons.eot?v2.1.2");
  src: url("./assets/fonts/tabler-icons/fonts/tabler-icons.eot?#iefix-v2.1.2") format("embedded-opentype"), url("./assets/fonts/tabler-icons/fonts/tabler-icons.woff2?v2.1.2") format("woff2"), url("./assets/fonts/tabler-icons/fonts/tabler-icons.woff?") format("woff"), url("./assets/fonts/tabler-icons/fonts/tabler-icons.ttf?v2.1.2") format("truetype");
}
.ti {
  font-family: "tabler-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ti-123:before {
  content: "\f554";
}

.ti-24-hours:before {
  content: "\f5e7";
}

.ti-2fa:before {
  content: "\eca0";
}

.ti-360:before {
  content: "\f62f";
}

.ti-360-view:before {
  content: "\f566";
}

.ti-3d-cube-sphere:before {
  content: "\ecd7";
}

.ti-3d-cube-sphere-off:before {
  content: "\f3b5";
}

.ti-3d-rotate:before {
  content: "\f020";
}

.ti-a-b:before {
  content: "\ec36";
}

.ti-a-b-2:before {
  content: "\f25f";
}

.ti-a-b-off:before {
  content: "\f0a6";
}

.ti-abacus:before {
  content: "\f05c";
}

.ti-abacus-off:before {
  content: "\f3b6";
}

.ti-abc:before {
  content: "\f567";
}

.ti-access-point:before {
  content: "\ed1b";
}

.ti-access-point-off:before {
  content: "\ed1a";
}

.ti-accessible:before {
  content: "\eba9";
}

.ti-accessible-off:before {
  content: "\f0a7";
}

.ti-activity:before {
  content: "\ed23";
}

.ti-activity-heartbeat:before {
  content: "\f0db";
}

.ti-ad:before {
  content: "\ea02";
}

.ti-ad-2:before {
  content: "\ef1f";
}

.ti-ad-off:before {
  content: "\f3b7";
}

.ti-address-book:before {
  content: "\f021";
}

.ti-address-book-off:before {
  content: "\f3b8";
}

.ti-adjustments:before {
  content: "\ea03";
}

.ti-adjustments-alt:before {
  content: "\ec37";
}

.ti-adjustments-horizontal:before {
  content: "\ec38";
}

.ti-adjustments-off:before {
  content: "\f0a8";
}

.ti-aerial-lift:before {
  content: "\edfe";
}

.ti-affiliate:before {
  content: "\edff";
}

.ti-air-balloon:before {
  content: "\f4a6";
}

.ti-air-conditioning:before {
  content: "\f3a2";
}

.ti-air-conditioning-disabled:before {
  content: "\f542";
}

.ti-alarm:before {
  content: "\ea04";
}

.ti-alarm-minus:before {
  content: "\f630";
}

.ti-alarm-off:before {
  content: "\f0a9";
}

.ti-alarm-plus:before {
  content: "\f631";
}

.ti-alarm-snooze:before {
  content: "\f632";
}

.ti-album:before {
  content: "\f022";
}

.ti-album-off:before {
  content: "\f3b9";
}

.ti-alert-circle:before {
  content: "\ea05";
}

.ti-alert-octagon:before {
  content: "\ecc6";
}

.ti-alert-triangle:before {
  content: "\ea06";
}

.ti-alien:before {
  content: "\ebde";
}

.ti-align-box-bottom-center:before {
  content: "\f530";
}

.ti-align-box-bottom-left:before {
  content: "\f531";
}

.ti-align-box-bottom-right:before {
  content: "\f532";
}

.ti-align-box-left-bottom:before {
  content: "\f533";
}

.ti-align-box-left-middle:before {
  content: "\f534";
}

.ti-align-box-left-top:before {
  content: "\f535";
}

.ti-align-box-right-bottom:before {
  content: "\f536";
}

.ti-align-box-right-middle:before {
  content: "\f537";
}

.ti-align-box-right-top:before {
  content: "\f538";
}

.ti-align-box-top-center:before {
  content: "\f539";
}

.ti-align-box-top-left:before {
  content: "\f53a";
}

.ti-align-box-top-right:before {
  content: "\f53b";
}

.ti-align-center:before {
  content: "\ea07";
}

.ti-align-justified:before {
  content: "\ea08";
}

.ti-align-left:before {
  content: "\ea09";
}

.ti-align-right:before {
  content: "\ea0a";
}

.ti-alpha:before {
  content: "\f543";
}

.ti-alphabet-cyrillic:before {
  content: "\f1df";
}

.ti-alphabet-greek:before {
  content: "\f1e0";
}

.ti-alphabet-latin:before {
  content: "\f1e1";
}

.ti-ambulance:before {
  content: "\ebf5";
}

.ti-ampersand:before {
  content: "\f229";
}

.ti-analyze:before {
  content: "\f3a3";
}

.ti-analyze-off:before {
  content: "\f3ba";
}

.ti-anchor:before {
  content: "\eb76";
}

.ti-anchor-off:before {
  content: "\f0f7";
}

.ti-angle:before {
  content: "\ef20";
}

.ti-ankh:before {
  content: "\f1cd";
}

.ti-antenna:before {
  content: "\f094";
}

.ti-antenna-bars-1:before {
  content: "\ecc7";
}

.ti-antenna-bars-2:before {
  content: "\ecc8";
}

.ti-antenna-bars-3:before {
  content: "\ecc9";
}

.ti-antenna-bars-4:before {
  content: "\ecca";
}

.ti-antenna-bars-5:before {
  content: "\eccb";
}

.ti-antenna-bars-off:before {
  content: "\f0aa";
}

.ti-antenna-off:before {
  content: "\f3bb";
}

.ti-aperture:before {
  content: "\eb58";
}

.ti-aperture-off:before {
  content: "\f3bc";
}

.ti-api:before {
  content: "\effd";
}

.ti-api-app:before {
  content: "\effc";
}

.ti-api-app-off:before {
  content: "\f0ab";
}

.ti-api-off:before {
  content: "\f0f8";
}

.ti-app-window:before {
  content: "\efe6";
}

.ti-apple:before {
  content: "\ef21";
}

.ti-apps:before {
  content: "\ebb6";
}

.ti-apps-off:before {
  content: "\f0ac";
}

.ti-archive:before {
  content: "\ea0b";
}

.ti-archive-off:before {
  content: "\f0ad";
}

.ti-armchair:before {
  content: "\ef9e";
}

.ti-armchair-2:before {
  content: "\efe7";
}

.ti-armchair-2-off:before {
  content: "\f3bd";
}

.ti-armchair-off:before {
  content: "\f3be";
}

.ti-arrow-autofit-content:before {
  content: "\ef31";
}

.ti-arrow-autofit-down:before {
  content: "\ef32";
}

.ti-arrow-autofit-height:before {
  content: "\ef33";
}

.ti-arrow-autofit-left:before {
  content: "\ef34";
}

.ti-arrow-autofit-right:before {
  content: "\ef35";
}

.ti-arrow-autofit-up:before {
  content: "\ef36";
}

.ti-arrow-autofit-width:before {
  content: "\ef37";
}

.ti-arrow-back:before {
  content: "\ea0c";
}

.ti-arrow-back-up:before {
  content: "\eb77";
}

.ti-arrow-badge-down:before {
  content: "\f60b";
}

.ti-arrow-badge-left:before {
  content: "\f60c";
}

.ti-arrow-badge-right:before {
  content: "\f60d";
}

.ti-arrow-badge-up:before {
  content: "\f60e";
}

.ti-arrow-bar-down:before {
  content: "\ea0d";
}

.ti-arrow-bar-left:before {
  content: "\ea0e";
}

.ti-arrow-bar-right:before {
  content: "\ea0f";
}

.ti-arrow-bar-to-down:before {
  content: "\ec88";
}

.ti-arrow-bar-to-left:before {
  content: "\ec89";
}

.ti-arrow-bar-to-right:before {
  content: "\ec8a";
}

.ti-arrow-bar-to-up:before {
  content: "\ec8b";
}

.ti-arrow-bar-up:before {
  content: "\ea10";
}

.ti-arrow-bear-left:before {
  content: "\f045";
}

.ti-arrow-bear-left-2:before {
  content: "\f044";
}

.ti-arrow-bear-right:before {
  content: "\f047";
}

.ti-arrow-bear-right-2:before {
  content: "\f046";
}

.ti-arrow-big-down:before {
  content: "\edda";
}

.ti-arrow-big-down-filled:before {
  content: "\f6c6";
}

.ti-arrow-big-down-line:before {
  content: "\efe8";
}

.ti-arrow-big-down-line-filled:before {
  content: "\f6c7";
}

.ti-arrow-big-down-lines:before {
  content: "\efe9";
}

.ti-arrow-big-down-lines-filled:before {
  content: "\f6c8";
}

.ti-arrow-big-left:before {
  content: "\eddb";
}

.ti-arrow-big-left-filled:before {
  content: "\f6c9";
}

.ti-arrow-big-left-line:before {
  content: "\efea";
}

.ti-arrow-big-left-line-filled:before {
  content: "\f6ca";
}

.ti-arrow-big-left-lines:before {
  content: "\efeb";
}

.ti-arrow-big-left-lines-filled:before {
  content: "\f6cb";
}

.ti-arrow-big-right:before {
  content: "\eddc";
}

.ti-arrow-big-right-filled:before {
  content: "\f6cc";
}

.ti-arrow-big-right-line:before {
  content: "\efec";
}

.ti-arrow-big-right-line-filled:before {
  content: "\f6cd";
}

.ti-arrow-big-right-lines:before {
  content: "\efed";
}

.ti-arrow-big-right-lines-filled:before {
  content: "\f6ce";
}

.ti-arrow-big-up:before {
  content: "\eddd";
}

.ti-arrow-big-up-filled:before {
  content: "\f6cf";
}

.ti-arrow-big-up-line:before {
  content: "\efee";
}

.ti-arrow-big-up-line-filled:before {
  content: "\f6d0";
}

.ti-arrow-big-up-lines:before {
  content: "\efef";
}

.ti-arrow-big-up-lines-filled:before {
  content: "\f6d1";
}

.ti-arrow-bounce:before {
  content: "\f3a4";
}

.ti-arrow-curve-left:before {
  content: "\f048";
}

.ti-arrow-curve-right:before {
  content: "\f049";
}

.ti-arrow-down:before {
  content: "\ea16";
}

.ti-arrow-down-bar:before {
  content: "\ed98";
}

.ti-arrow-down-circle:before {
  content: "\ea11";
}

.ti-arrow-down-left:before {
  content: "\ea13";
}

.ti-arrow-down-left-circle:before {
  content: "\ea12";
}

.ti-arrow-down-rhombus:before {
  content: "\f61d";
}

.ti-arrow-down-right:before {
  content: "\ea15";
}

.ti-arrow-down-right-circle:before {
  content: "\ea14";
}

.ti-arrow-down-square:before {
  content: "\ed9a";
}

.ti-arrow-down-tail:before {
  content: "\ed9b";
}

.ti-arrow-fork:before {
  content: "\f04a";
}

.ti-arrow-forward:before {
  content: "\ea17";
}

.ti-arrow-forward-up:before {
  content: "\eb78";
}

.ti-arrow-guide:before {
  content: "\f22a";
}

.ti-arrow-iteration:before {
  content: "\f578";
}

.ti-arrow-left:before {
  content: "\ea19";
}

.ti-arrow-left-bar:before {
  content: "\ed9c";
}

.ti-arrow-left-circle:before {
  content: "\ea18";
}

.ti-arrow-left-rhombus:before {
  content: "\f61e";
}

.ti-arrow-left-right:before {
  content: "\f04b";
}

.ti-arrow-left-square:before {
  content: "\ed9d";
}

.ti-arrow-left-tail:before {
  content: "\ed9e";
}

.ti-arrow-loop-left:before {
  content: "\ed9f";
}

.ti-arrow-loop-left-2:before {
  content: "\f04c";
}

.ti-arrow-loop-right:before {
  content: "\eda0";
}

.ti-arrow-loop-right-2:before {
  content: "\f04d";
}

.ti-arrow-merge:before {
  content: "\f04e";
}

.ti-arrow-merge-both:before {
  content: "\f23b";
}

.ti-arrow-merge-left:before {
  content: "\f23c";
}

.ti-arrow-merge-right:before {
  content: "\f23d";
}

.ti-arrow-move-down:before {
  content: "\f2ba";
}

.ti-arrow-move-left:before {
  content: "\f2bb";
}

.ti-arrow-move-right:before {
  content: "\f2bc";
}

.ti-arrow-move-up:before {
  content: "\f2bd";
}

.ti-arrow-narrow-down:before {
  content: "\ea1a";
}

.ti-arrow-narrow-left:before {
  content: "\ea1b";
}

.ti-arrow-narrow-right:before {
  content: "\ea1c";
}

.ti-arrow-narrow-up:before {
  content: "\ea1d";
}

.ti-arrow-ramp-left:before {
  content: "\ed3c";
}

.ti-arrow-ramp-left-2:before {
  content: "\f04f";
}

.ti-arrow-ramp-left-3:before {
  content: "\f050";
}

.ti-arrow-ramp-right:before {
  content: "\ed3d";
}

.ti-arrow-ramp-right-2:before {
  content: "\f051";
}

.ti-arrow-ramp-right-3:before {
  content: "\f052";
}

.ti-arrow-right:before {
  content: "\ea1f";
}

.ti-arrow-right-bar:before {
  content: "\eda1";
}

.ti-arrow-right-circle:before {
  content: "\ea1e";
}

.ti-arrow-right-rhombus:before {
  content: "\f61f";
}

.ti-arrow-right-square:before {
  content: "\eda2";
}

.ti-arrow-right-tail:before {
  content: "\eda3";
}

.ti-arrow-rotary-first-left:before {
  content: "\f053";
}

.ti-arrow-rotary-first-right:before {
  content: "\f054";
}

.ti-arrow-rotary-last-left:before {
  content: "\f055";
}

.ti-arrow-rotary-last-right:before {
  content: "\f056";
}

.ti-arrow-rotary-left:before {
  content: "\f057";
}

.ti-arrow-rotary-right:before {
  content: "\f058";
}

.ti-arrow-rotary-straight:before {
  content: "\f059";
}

.ti-arrow-roundabout-left:before {
  content: "\f22b";
}

.ti-arrow-roundabout-right:before {
  content: "\f22c";
}

.ti-arrow-sharp-turn-left:before {
  content: "\f05a";
}

.ti-arrow-sharp-turn-right:before {
  content: "\f05b";
}

.ti-arrow-up:before {
  content: "\ea25";
}

.ti-arrow-up-bar:before {
  content: "\eda4";
}

.ti-arrow-up-circle:before {
  content: "\ea20";
}

.ti-arrow-up-left:before {
  content: "\ea22";
}

.ti-arrow-up-left-circle:before {
  content: "\ea21";
}

.ti-arrow-up-rhombus:before {
  content: "\f620";
}

.ti-arrow-up-right:before {
  content: "\ea24";
}

.ti-arrow-up-right-circle:before {
  content: "\ea23";
}

.ti-arrow-up-square:before {
  content: "\eda6";
}

.ti-arrow-up-tail:before {
  content: "\eda7";
}

.ti-arrow-wave-left-down:before {
  content: "\eda8";
}

.ti-arrow-wave-left-up:before {
  content: "\eda9";
}

.ti-arrow-wave-right-down:before {
  content: "\edaa";
}

.ti-arrow-wave-right-up:before {
  content: "\edab";
}

.ti-arrow-zig-zag:before {
  content: "\f4a7";
}

.ti-arrows-cross:before {
  content: "\effe";
}

.ti-arrows-diagonal:before {
  content: "\ea27";
}

.ti-arrows-diagonal-2:before {
  content: "\ea26";
}

.ti-arrows-diagonal-minimize:before {
  content: "\ef39";
}

.ti-arrows-diagonal-minimize-2:before {
  content: "\ef38";
}

.ti-arrows-diff:before {
  content: "\f296";
}

.ti-arrows-double-ne-sw:before {
  content: "\edde";
}

.ti-arrows-double-nw-se:before {
  content: "\eddf";
}

.ti-arrows-double-se-nw:before {
  content: "\ede0";
}

.ti-arrows-double-sw-ne:before {
  content: "\ede1";
}

.ti-arrows-down:before {
  content: "\edad";
}

.ti-arrows-down-up:before {
  content: "\edac";
}

.ti-arrows-exchange:before {
  content: "\f1f4";
}

.ti-arrows-exchange-2:before {
  content: "\f1f3";
}

.ti-arrows-horizontal:before {
  content: "\eb59";
}

.ti-arrows-join:before {
  content: "\edaf";
}

.ti-arrows-join-2:before {
  content: "\edae";
}

.ti-arrows-left:before {
  content: "\edb1";
}

.ti-arrows-left-down:before {
  content: "\ee00";
}

.ti-arrows-left-right:before {
  content: "\edb0";
}

.ti-arrows-maximize:before {
  content: "\ea28";
}

.ti-arrows-minimize:before {
  content: "\ea29";
}

.ti-arrows-move:before {
  content: "\f22f";
}

.ti-arrows-move-horizontal:before {
  content: "\f22d";
}

.ti-arrows-move-vertical:before {
  content: "\f22e";
}

.ti-arrows-random:before {
  content: "\f095";
}

.ti-arrows-right:before {
  content: "\edb3";
}

.ti-arrows-right-down:before {
  content: "\ee01";
}

.ti-arrows-right-left:before {
  content: "\edb2";
}

.ti-arrows-shuffle:before {
  content: "\f000";
}

.ti-arrows-shuffle-2:before {
  content: "\efff";
}

.ti-arrows-sort:before {
  content: "\eb5a";
}

.ti-arrows-split:before {
  content: "\edb5";
}

.ti-arrows-split-2:before {
  content: "\edb4";
}

.ti-arrows-transfer-down:before {
  content: "\f2cc";
}

.ti-arrows-transfer-up:before {
  content: "\f2cd";
}

.ti-arrows-up:before {
  content: "\edb7";
}

.ti-arrows-up-down:before {
  content: "\edb6";
}

.ti-arrows-up-left:before {
  content: "\ee02";
}

.ti-arrows-up-right:before {
  content: "\ee03";
}

.ti-arrows-vertical:before {
  content: "\eb5b";
}

.ti-artboard:before {
  content: "\ea2a";
}

.ti-artboard-off:before {
  content: "\f0ae";
}

.ti-article:before {
  content: "\f1e2";
}

.ti-article-off:before {
  content: "\f3bf";
}

.ti-aspect-ratio:before {
  content: "\ed30";
}

.ti-aspect-ratio-off:before {
  content: "\f0af";
}

.ti-assembly:before {
  content: "\f24d";
}

.ti-assembly-off:before {
  content: "\f3c0";
}

.ti-asset:before {
  content: "\f1ce";
}

.ti-asterisk:before {
  content: "\efd5";
}

.ti-asterisk-simple:before {
  content: "\efd4";
}

.ti-at:before {
  content: "\ea2b";
}

.ti-at-off:before {
  content: "\f0b0";
}

.ti-atom:before {
  content: "\eb79";
}

.ti-atom-2:before {
  content: "\ebdf";
}

.ti-atom-off:before {
  content: "\f0f9";
}

.ti-augmented-reality:before {
  content: "\f023";
}

.ti-augmented-reality-2:before {
  content: "\f37e";
}

.ti-augmented-reality-off:before {
  content: "\f3c1";
}

.ti-award:before {
  content: "\ea2c";
}

.ti-award-off:before {
  content: "\f0fa";
}

.ti-axe:before {
  content: "\ef9f";
}

.ti-axis-x:before {
  content: "\ef45";
}

.ti-axis-y:before {
  content: "\ef46";
}

.ti-baby-bottle:before {
  content: "\f5d2";
}

.ti-baby-carriage:before {
  content: "\f05d";
}

.ti-backhoe:before {
  content: "\ed86";
}

.ti-backpack:before {
  content: "\ef47";
}

.ti-backpack-off:before {
  content: "\f3c2";
}

.ti-backspace:before {
  content: "\ea2d";
}

.ti-badge:before {
  content: "\efc2";
}

.ti-badge-3d:before {
  content: "\f555";
}

.ti-badge-4k:before {
  content: "\f556";
}

.ti-badge-8k:before {
  content: "\f557";
}

.ti-badge-ad:before {
  content: "\f558";
}

.ti-badge-ar:before {
  content: "\f559";
}

.ti-badge-cc:before {
  content: "\f55a";
}

.ti-badge-filled:before {
  content: "\f667";
}

.ti-badge-hd:before {
  content: "\f55b";
}

.ti-badge-off:before {
  content: "\f0fb";
}

.ti-badge-sd:before {
  content: "\f55c";
}

.ti-badge-tm:before {
  content: "\f55d";
}

.ti-badge-vo:before {
  content: "\f55e";
}

.ti-badge-vr:before {
  content: "\f55f";
}

.ti-badge-wc:before {
  content: "\f560";
}

.ti-badges:before {
  content: "\efc3";
}

.ti-badges-off:before {
  content: "\f0fc";
}

.ti-baguette:before {
  content: "\f3a5";
}

.ti-ball-american-football:before {
  content: "\ee04";
}

.ti-ball-american-football-off:before {
  content: "\f3c3";
}

.ti-ball-baseball:before {
  content: "\efa0";
}

.ti-ball-basketball:before {
  content: "\ec28";
}

.ti-ball-bowling:before {
  content: "\ec29";
}

.ti-ball-football:before {
  content: "\ee06";
}

.ti-ball-football-off:before {
  content: "\ee05";
}

.ti-ball-tennis:before {
  content: "\ec2a";
}

.ti-ball-volleyball:before {
  content: "\ec2b";
}

.ti-ballon:before {
  content: "\ef3a";
}

.ti-ballon-off:before {
  content: "\f0fd";
}

.ti-ballpen:before {
  content: "\f06e";
}

.ti-ballpen-off:before {
  content: "\f0b1";
}

.ti-ban:before {
  content: "\ea2e";
}

.ti-bandage:before {
  content: "\eb7a";
}

.ti-bandage-off:before {
  content: "\f3c4";
}

.ti-barbell:before {
  content: "\eff0";
}

.ti-barbell-off:before {
  content: "\f0b2";
}

.ti-barcode:before {
  content: "\ebc6";
}

.ti-barcode-off:before {
  content: "\f0b3";
}

.ti-barrel:before {
  content: "\f0b4";
}

.ti-barrel-off:before {
  content: "\f0fe";
}

.ti-barrier-block:before {
  content: "\f00e";
}

.ti-barrier-block-off:before {
  content: "\f0b5";
}

.ti-baseline:before {
  content: "\f024";
}

.ti-basket:before {
  content: "\ebe1";
}

.ti-basket-off:before {
  content: "\f0b6";
}

.ti-bat:before {
  content: "\f284";
}

.ti-bath:before {
  content: "\ef48";
}

.ti-bath-off:before {
  content: "\f0ff";
}

.ti-battery:before {
  content: "\ea34";
}

.ti-battery-1:before {
  content: "\ea2f";
}

.ti-battery-2:before {
  content: "\ea30";
}

.ti-battery-3:before {
  content: "\ea31";
}

.ti-battery-4:before {
  content: "\ea32";
}

.ti-battery-automotive:before {
  content: "\ee07";
}

.ti-battery-charging:before {
  content: "\ea33";
}

.ti-battery-charging-2:before {
  content: "\ef3b";
}

.ti-battery-eco:before {
  content: "\ef3c";
}

.ti-battery-filled:before {
  content: "\f668";
}

.ti-battery-off:before {
  content: "\ed1c";
}

.ti-beach:before {
  content: "\ef3d";
}

.ti-beach-off:before {
  content: "\f0b7";
}

.ti-bed:before {
  content: "\eb5c";
}

.ti-bed-off:before {
  content: "\f100";
}

.ti-beer:before {
  content: "\efa1";
}

.ti-beer-off:before {
  content: "\f101";
}

.ti-bell:before {
  content: "\ea35";
}

.ti-bell-filled:before {
  content: "\f669";
}

.ti-bell-minus:before {
  content: "\ede2";
}

.ti-bell-off:before {
  content: "\ece9";
}

.ti-bell-plus:before {
  content: "\ede3";
}

.ti-bell-ringing:before {
  content: "\ed07";
}

.ti-bell-ringing-2:before {
  content: "\ede4";
}

.ti-bell-school:before {
  content: "\f05e";
}

.ti-bell-x:before {
  content: "\ede5";
}

.ti-bell-z:before {
  content: "\eff1";
}

.ti-beta:before {
  content: "\f544";
}

.ti-bible:before {
  content: "\efc4";
}

.ti-bike:before {
  content: "\ea36";
}

.ti-bike-off:before {
  content: "\f0b8";
}

.ti-binary:before {
  content: "\ee08";
}

.ti-binary-off:before {
  content: "\f3c5";
}

.ti-binary-tree:before {
  content: "\f5d4";
}

.ti-binary-tree-2:before {
  content: "\f5d3";
}

.ti-biohazard:before {
  content: "\ecb8";
}

.ti-biohazard-off:before {
  content: "\f0b9";
}

.ti-blade:before {
  content: "\f4bd";
}

.ti-bleach:before {
  content: "\f2f3";
}

.ti-bleach-chlorine:before {
  content: "\f2f0";
}

.ti-bleach-no-chlorine:before {
  content: "\f2f1";
}

.ti-bleach-off:before {
  content: "\f2f2";
}

.ti-blockquote:before {
  content: "\ee09";
}

.ti-bluetooth:before {
  content: "\ea37";
}

.ti-bluetooth-connected:before {
  content: "\ecea";
}

.ti-bluetooth-off:before {
  content: "\eceb";
}

.ti-bluetooth-x:before {
  content: "\f081";
}

.ti-blur:before {
  content: "\ef8c";
}

.ti-blur-off:before {
  content: "\f3c6";
}

.ti-bmp:before {
  content: "\f3a6";
}

.ti-bold:before {
  content: "\eb7b";
}

.ti-bold-off:before {
  content: "\f0ba";
}

.ti-bolt:before {
  content: "\ea38";
}

.ti-bolt-off:before {
  content: "\ecec";
}

.ti-bomb:before {
  content: "\f59c";
}

.ti-bone:before {
  content: "\edb8";
}

.ti-bone-off:before {
  content: "\f0bb";
}

.ti-bong:before {
  content: "\f3a7";
}

.ti-bong-off:before {
  content: "\f3c7";
}

.ti-book:before {
  content: "\ea39";
}

.ti-book-2:before {
  content: "\efc5";
}

.ti-book-download:before {
  content: "\f070";
}

.ti-book-off:before {
  content: "\f0bc";
}

.ti-book-upload:before {
  content: "\f071";
}

.ti-bookmark:before {
  content: "\ea3a";
}

.ti-bookmark-off:before {
  content: "\eced";
}

.ti-bookmarks:before {
  content: "\ed08";
}

.ti-bookmarks-off:before {
  content: "\f0bd";
}

.ti-books:before {
  content: "\eff2";
}

.ti-books-off:before {
  content: "\f0be";
}

.ti-border-all:before {
  content: "\ea3b";
}

.ti-border-bottom:before {
  content: "\ea3c";
}

.ti-border-horizontal:before {
  content: "\ea3d";
}

.ti-border-inner:before {
  content: "\ea3e";
}

.ti-border-left:before {
  content: "\ea3f";
}

.ti-border-none:before {
  content: "\ea40";
}

.ti-border-outer:before {
  content: "\ea41";
}

.ti-border-radius:before {
  content: "\eb7c";
}

.ti-border-right:before {
  content: "\ea42";
}

.ti-border-style:before {
  content: "\ee0a";
}

.ti-border-style-2:before {
  content: "\ef22";
}

.ti-border-top:before {
  content: "\ea43";
}

.ti-border-vertical:before {
  content: "\ea44";
}

.ti-bottle:before {
  content: "\ef0b";
}

.ti-bottle-off:before {
  content: "\f3c8";
}

.ti-bounce-left:before {
  content: "\f59d";
}

.ti-bounce-right:before {
  content: "\f59e";
}

.ti-bow:before {
  content: "\f096";
}

.ti-bowl:before {
  content: "\f4fa";
}

.ti-box:before {
  content: "\ea45";
}

.ti-box-align-bottom:before {
  content: "\f2a8";
}

.ti-box-align-bottom-left:before {
  content: "\f2ce";
}

.ti-box-align-bottom-right:before {
  content: "\f2cf";
}

.ti-box-align-left:before {
  content: "\f2a9";
}

.ti-box-align-right:before {
  content: "\f2aa";
}

.ti-box-align-top:before {
  content: "\f2ab";
}

.ti-box-align-top-left:before {
  content: "\f2d0";
}

.ti-box-align-top-right:before {
  content: "\f2d1";
}

.ti-box-margin:before {
  content: "\ee0b";
}

.ti-box-model:before {
  content: "\ee0c";
}

.ti-box-model-2:before {
  content: "\ef23";
}

.ti-box-model-2-off:before {
  content: "\f3c9";
}

.ti-box-model-off:before {
  content: "\f3ca";
}

.ti-box-multiple:before {
  content: "\ee17";
}

.ti-box-multiple-0:before {
  content: "\ee0d";
}

.ti-box-multiple-1:before {
  content: "\ee0e";
}

.ti-box-multiple-2:before {
  content: "\ee0f";
}

.ti-box-multiple-3:before {
  content: "\ee10";
}

.ti-box-multiple-4:before {
  content: "\ee11";
}

.ti-box-multiple-5:before {
  content: "\ee12";
}

.ti-box-multiple-6:before {
  content: "\ee13";
}

.ti-box-multiple-7:before {
  content: "\ee14";
}

.ti-box-multiple-8:before {
  content: "\ee15";
}

.ti-box-multiple-9:before {
  content: "\ee16";
}

.ti-box-off:before {
  content: "\f102";
}

.ti-box-padding:before {
  content: "\ee18";
}

.ti-box-seam:before {
  content: "\f561";
}

.ti-braces:before {
  content: "\ebcc";
}

.ti-braces-off:before {
  content: "\f0bf";
}

.ti-brackets:before {
  content: "\ebcd";
}

.ti-brackets-contain:before {
  content: "\f1e5";
}

.ti-brackets-contain-end:before {
  content: "\f1e3";
}

.ti-brackets-contain-start:before {
  content: "\f1e4";
}

.ti-brackets-off:before {
  content: "\f0c0";
}

.ti-braile:before {
  content: "\f545";
}

.ti-brain:before {
  content: "\f59f";
}

.ti-brand-4chan:before {
  content: "\f494";
}

.ti-brand-abstract:before {
  content: "\f495";
}

.ti-brand-adobe:before {
  content: "\f0dc";
}

.ti-brand-adonis-js:before {
  content: "\f496";
}

.ti-brand-airbnb:before {
  content: "\ed68";
}

.ti-brand-airtable:before {
  content: "\ef6a";
}

.ti-brand-algolia:before {
  content: "\f390";
}

.ti-brand-alpine-js:before {
  content: "\f324";
}

.ti-brand-amazon:before {
  content: "\f230";
}

.ti-brand-amd:before {
  content: "\f653";
}

.ti-brand-amigo:before {
  content: "\f5f9";
}

.ti-brand-amongus:before {
  content: "\f205";
}

.ti-brand-android:before {
  content: "\ec16";
}

.ti-brand-angular:before {
  content: "\ef6b";
}

.ti-brand-ao3:before {
  content: "\f5e8";
}

.ti-brand-appgallery:before {
  content: "\f231";
}

.ti-brand-apple:before {
  content: "\ec17";
}

.ti-brand-apple-arcade:before {
  content: "\ed69";
}

.ti-brand-apple-podcast:before {
  content: "\f1e6";
}

.ti-brand-appstore:before {
  content: "\ed24";
}

.ti-brand-asana:before {
  content: "\edc5";
}

.ti-brand-backbone:before {
  content: "\f325";
}

.ti-brand-badoo:before {
  content: "\f206";
}

.ti-brand-baidu:before {
  content: "\f5e9";
}

.ti-brand-bandcamp:before {
  content: "\f207";
}

.ti-brand-bandlab:before {
  content: "\f5fa";
}

.ti-brand-beats:before {
  content: "\f208";
}

.ti-brand-behance:before {
  content: "\ec6e";
}

.ti-brand-bilibili:before {
  content: "\f6d2";
}

.ti-brand-binance:before {
  content: "\f5a0";
}

.ti-brand-bing:before {
  content: "\edc6";
}

.ti-brand-bitbucket:before {
  content: "\edc7";
}

.ti-brand-blackbery:before {
  content: "\f568";
}

.ti-brand-blender:before {
  content: "\f326";
}

.ti-brand-blogger:before {
  content: "\f35a";
}

.ti-brand-booking:before {
  content: "\edc8";
}

.ti-brand-bootstrap:before {
  content: "\ef3e";
}

.ti-brand-bulma:before {
  content: "\f327";
}

.ti-brand-bumble:before {
  content: "\f5fb";
}

.ti-brand-bunpo:before {
  content: "\f4cf";
}

.ti-brand-c-sharp:before {
  content: "\f003";
}

.ti-brand-campaignmonitor:before {
  content: "\f328";
}

.ti-brand-carbon:before {
  content: "\f348";
}

.ti-brand-cashapp:before {
  content: "\f391";
}

.ti-brand-chrome:before {
  content: "\ec18";
}

.ti-brand-citymapper:before {
  content: "\f5fc";
}

.ti-brand-codecov:before {
  content: "\f329";
}

.ti-brand-codepen:before {
  content: "\ec6f";
}

.ti-brand-codesandbox:before {
  content: "\ed6a";
}

.ti-brand-cohost:before {
  content: "\f5d5";
}

.ti-brand-coinbase:before {
  content: "\f209";
}

.ti-brand-comedy-central:before {
  content: "\f217";
}

.ti-brand-coreos:before {
  content: "\f5fd";
}

.ti-brand-couchdb:before {
  content: "\f60f";
}

.ti-brand-couchsurfing:before {
  content: "\f392";
}

.ti-brand-cpp:before {
  content: "\f5fe";
}

.ti-brand-css3:before {
  content: "\ed6b";
}

.ti-brand-ctemplar:before {
  content: "\f4d0";
}

.ti-brand-cucumber:before {
  content: "\ef6c";
}

.ti-brand-cupra:before {
  content: "\f4d1";
}

.ti-brand-cypress:before {
  content: "\f333";
}

.ti-brand-d3:before {
  content: "\f24e";
}

.ti-brand-days-counter:before {
  content: "\f4d2";
}

.ti-brand-dcos:before {
  content: "\f32a";
}

.ti-brand-debian:before {
  content: "\ef57";
}

.ti-brand-deliveroo:before {
  content: "\f4d3";
}

.ti-brand-deno:before {
  content: "\f24f";
}

.ti-brand-denodo:before {
  content: "\f610";
}

.ti-brand-deviantart:before {
  content: "\ecfb";
}

.ti-brand-dingtalk:before {
  content: "\f5ea";
}

.ti-brand-discord:before {
  content: "\ece3";
}

.ti-brand-disney:before {
  content: "\f20a";
}

.ti-brand-disqus:before {
  content: "\edc9";
}

.ti-brand-django:before {
  content: "\f349";
}

.ti-brand-docker:before {
  content: "\edca";
}

.ti-brand-doctrine:before {
  content: "\ef6d";
}

.ti-brand-dolby-digital:before {
  content: "\f4d4";
}

.ti-brand-douban:before {
  content: "\f5ff";
}

.ti-brand-dribbble:before {
  content: "\ec19";
}

.ti-brand-drops:before {
  content: "\f4d5";
}

.ti-brand-drupal:before {
  content: "\f393";
}

.ti-brand-edge:before {
  content: "\ecfc";
}

.ti-brand-elastic:before {
  content: "\f611";
}

.ti-brand-ember:before {
  content: "\f497";
}

.ti-brand-envato:before {
  content: "\f394";
}

.ti-brand-etsy:before {
  content: "\f654";
}

.ti-brand-evernote:before {
  content: "\f600";
}

.ti-brand-facebook:before {
  content: "\ec1a";
}

.ti-brand-figma:before {
  content: "\ec93";
}

.ti-brand-finder:before {
  content: "\f218";
}

.ti-brand-firebase:before {
  content: "\ef6e";
}

.ti-brand-firefox:before {
  content: "\ecfd";
}

.ti-brand-flickr:before {
  content: "\ecfe";
}

.ti-brand-flightradar24:before {
  content: "\f4d6";
}

.ti-brand-flipboard:before {
  content: "\f20b";
}

.ti-brand-flutter:before {
  content: "\f395";
}

.ti-brand-fortnite:before {
  content: "\f260";
}

.ti-brand-foursquare:before {
  content: "\ecff";
}

.ti-brand-framer:before {
  content: "\ec1b";
}

.ti-brand-funimation:before {
  content: "\f655";
}

.ti-brand-gatsby:before {
  content: "\f396";
}

.ti-brand-git:before {
  content: "\ef6f";
}

.ti-brand-github:before {
  content: "\ec1c";
}

.ti-brand-github-copilot:before {
  content: "\f4a8";
}

.ti-brand-gitlab:before {
  content: "\ec1d";
}

.ti-brand-gmail:before {
  content: "\efa2";
}

.ti-brand-google:before {
  content: "\ec1f";
}

.ti-brand-google-analytics:before {
  content: "\edcb";
}

.ti-brand-google-big-query:before {
  content: "\f612";
}

.ti-brand-google-drive:before {
  content: "\ec1e";
}

.ti-brand-google-fit:before {
  content: "\f297";
}

.ti-brand-google-home:before {
  content: "\f601";
}

.ti-brand-google-one:before {
  content: "\f232";
}

.ti-brand-google-photos:before {
  content: "\f20c";
}

.ti-brand-google-play:before {
  content: "\ed25";
}

.ti-brand-google-podcasts:before {
  content: "\f656";
}

.ti-brand-grammarly:before {
  content: "\f32b";
}

.ti-brand-graphql:before {
  content: "\f32c";
}

.ti-brand-gravatar:before {
  content: "\edcc";
}

.ti-brand-grindr:before {
  content: "\f20d";
}

.ti-brand-guardian:before {
  content: "\f4fb";
}

.ti-brand-gumroad:before {
  content: "\f5d6";
}

.ti-brand-hbo:before {
  content: "\f657";
}

.ti-brand-headlessui:before {
  content: "\f32d";
}

.ti-brand-hipchat:before {
  content: "\edcd";
}

.ti-brand-html5:before {
  content: "\ed6c";
}

.ti-brand-inertia:before {
  content: "\f34a";
}

.ti-brand-instagram:before {
  content: "\ec20";
}

.ti-brand-intercom:before {
  content: "\f1cf";
}

.ti-brand-javascript:before {
  content: "\ef0c";
}

.ti-brand-kickstarter:before {
  content: "\edce";
}

.ti-brand-kotlin:before {
  content: "\ed6d";
}

.ti-brand-laravel:before {
  content: "\f34b";
}

.ti-brand-lastfm:before {
  content: "\f001";
}

.ti-brand-linkedin:before {
  content: "\ec8c";
}

.ti-brand-linktree:before {
  content: "\f1e7";
}

.ti-brand-linqpad:before {
  content: "\f562";
}

.ti-brand-loom:before {
  content: "\ef70";
}

.ti-brand-mailgun:before {
  content: "\f32e";
}

.ti-brand-mantine:before {
  content: "\f32f";
}

.ti-brand-mastercard:before {
  content: "\ef49";
}

.ti-brand-mastodon:before {
  content: "\f250";
}

.ti-brand-matrix:before {
  content: "\f5eb";
}

.ti-brand-mcdonalds:before {
  content: "\f251";
}

.ti-brand-medium:before {
  content: "\ec70";
}

.ti-brand-mercedes:before {
  content: "\f072";
}

.ti-brand-messenger:before {
  content: "\ec71";
}

.ti-brand-meta:before {
  content: "\efb0";
}

.ti-brand-miniprogram:before {
  content: "\f602";
}

.ti-brand-mixpanel:before {
  content: "\f397";
}

.ti-brand-monday:before {
  content: "\f219";
}

.ti-brand-mongodb:before {
  content: "\f613";
}

.ti-brand-my-oppo:before {
  content: "\f4d7";
}

.ti-brand-mysql:before {
  content: "\f614";
}

.ti-brand-national-geographic:before {
  content: "\f603";
}

.ti-brand-nem:before {
  content: "\f5a1";
}

.ti-brand-netbeans:before {
  content: "\ef71";
}

.ti-brand-netease-music:before {
  content: "\f604";
}

.ti-brand-netflix:before {
  content: "\edcf";
}

.ti-brand-nexo:before {
  content: "\f5a2";
}

.ti-brand-nextcloud:before {
  content: "\f4d8";
}

.ti-brand-nextjs:before {
  content: "\f0dd";
}

.ti-brand-nord-vpn:before {
  content: "\f37f";
}

.ti-brand-notion:before {
  content: "\ef7b";
}

.ti-brand-npm:before {
  content: "\f569";
}

.ti-brand-nuxt:before {
  content: "\f0de";
}

.ti-brand-nytimes:before {
  content: "\ef8d";
}

.ti-brand-office:before {
  content: "\f398";
}

.ti-brand-ok-ru:before {
  content: "\f399";
}

.ti-brand-onedrive:before {
  content: "\f5d7";
}

.ti-brand-onlyfans:before {
  content: "\f605";
}

.ti-brand-open-source:before {
  content: "\edd0";
}

.ti-brand-openvpn:before {
  content: "\f39a";
}

.ti-brand-opera:before {
  content: "\ec21";
}

.ti-brand-pagekit:before {
  content: "\edd1";
}

.ti-brand-patreon:before {
  content: "\edd2";
}

.ti-brand-paypal:before {
  content: "\ec22";
}

.ti-brand-paypay:before {
  content: "\f5ec";
}

.ti-brand-peanut:before {
  content: "\f39b";
}

.ti-brand-pepsi:before {
  content: "\f261";
}

.ti-brand-php:before {
  content: "\ef72";
}

.ti-brand-picsart:before {
  content: "\f4d9";
}

.ti-brand-pinterest:before {
  content: "\ec8d";
}

.ti-brand-pocket:before {
  content: "\ed00";
}

.ti-brand-polymer:before {
  content: "\f498";
}

.ti-brand-powershell:before {
  content: "\f5ed";
}

.ti-brand-prisma:before {
  content: "\f499";
}

.ti-brand-producthunt:before {
  content: "\edd3";
}

.ti-brand-pushbullet:before {
  content: "\f330";
}

.ti-brand-pushover:before {
  content: "\f20e";
}

.ti-brand-python:before {
  content: "\ed01";
}

.ti-brand-qq:before {
  content: "\f606";
}

.ti-brand-react:before {
  content: "\f34c";
}

.ti-brand-react-native:before {
  content: "\ef73";
}

.ti-brand-reason:before {
  content: "\f49a";
}

.ti-brand-reddit:before {
  content: "\ec8e";
}

.ti-brand-redhat:before {
  content: "\f331";
}

.ti-brand-redux:before {
  content: "\f3a8";
}

.ti-brand-revolut:before {
  content: "\f4da";
}

.ti-brand-safari:before {
  content: "\ec23";
}

.ti-brand-samsungpass:before {
  content: "\f4db";
}

.ti-brand-sass:before {
  content: "\edd4";
}

.ti-brand-sentry:before {
  content: "\edd5";
}

.ti-brand-sharik:before {
  content: "\f4dc";
}

.ti-brand-shazam:before {
  content: "\edd6";
}

.ti-brand-shopee:before {
  content: "\f252";
}

.ti-brand-sketch:before {
  content: "\ec24";
}

.ti-brand-skype:before {
  content: "\ed02";
}

.ti-brand-slack:before {
  content: "\ec72";
}

.ti-brand-snapchat:before {
  content: "\ec25";
}

.ti-brand-snapseed:before {
  content: "\f253";
}

.ti-brand-snowflake:before {
  content: "\f615";
}

.ti-brand-socket-io:before {
  content: "\f49b";
}

.ti-brand-solidjs:before {
  content: "\f5ee";
}

.ti-brand-soundcloud:before {
  content: "\ed6e";
}

.ti-brand-spacehey:before {
  content: "\f4fc";
}

.ti-brand-spotify:before {
  content: "\ed03";
}

.ti-brand-stackoverflow:before {
  content: "\ef58";
}

.ti-brand-stackshare:before {
  content: "\f607";
}

.ti-brand-steam:before {
  content: "\ed6f";
}

.ti-brand-storybook:before {
  content: "\f332";
}

.ti-brand-storytel:before {
  content: "\f608";
}

.ti-brand-strava:before {
  content: "\f254";
}

.ti-brand-stripe:before {
  content: "\edd7";
}

.ti-brand-sublime-text:before {
  content: "\ef74";
}

.ti-brand-supabase:before {
  content: "\f6d3";
}

.ti-brand-superhuman:before {
  content: "\f50c";
}

.ti-brand-supernova:before {
  content: "\f49c";
}

.ti-brand-surfshark:before {
  content: "\f255";
}

.ti-brand-svelte:before {
  content: "\f0df";
}

.ti-brand-symfony:before {
  content: "\f616";
}

.ti-brand-tabler:before {
  content: "\ec8f";
}

.ti-brand-tailwind:before {
  content: "\eca1";
}

.ti-brand-taobao:before {
  content: "\f5ef";
}

.ti-brand-ted:before {
  content: "\f658";
}

.ti-brand-telegram:before {
  content: "\ec26";
}

.ti-brand-tether:before {
  content: "\f5a3";
}

.ti-brand-threejs:before {
  content: "\f5f0";
}

.ti-brand-tidal:before {
  content: "\ed70";
}

.ti-brand-tiktok:before {
  content: "\ec73";
}

.ti-brand-tinder:before {
  content: "\ed71";
}

.ti-brand-topbuzz:before {
  content: "\f50d";
}

.ti-brand-torchain:before {
  content: "\f5a4";
}

.ti-brand-toyota:before {
  content: "\f262";
}

.ti-brand-trello:before {
  content: "\f39d";
}

.ti-brand-tripadvisor:before {
  content: "\f002";
}

.ti-brand-tumblr:before {
  content: "\ed04";
}

.ti-brand-twilio:before {
  content: "\f617";
}

.ti-brand-twitch:before {
  content: "\ed05";
}

.ti-brand-twitter:before {
  content: "\ec27";
}

.ti-brand-typescript:before {
  content: "\f5f1";
}

.ti-brand-uber:before {
  content: "\ef75";
}

.ti-brand-ubuntu:before {
  content: "\ef59";
}

.ti-brand-unity:before {
  content: "\f49d";
}

.ti-brand-unsplash:before {
  content: "\edd8";
}

.ti-brand-upwork:before {
  content: "\f39e";
}

.ti-brand-valorant:before {
  content: "\f39f";
}

.ti-brand-vercel:before {
  content: "\ef24";
}

.ti-brand-vimeo:before {
  content: "\ed06";
}

.ti-brand-vinted:before {
  content: "\f20f";
}

.ti-brand-visa:before {
  content: "\f380";
}

.ti-brand-visual-studio:before {
  content: "\ef76";
}

.ti-brand-vite:before {
  content: "\f5f2";
}

.ti-brand-vivaldi:before {
  content: "\f210";
}

.ti-brand-vk:before {
  content: "\ed72";
}

.ti-brand-volkswagen:before {
  content: "\f50e";
}

.ti-brand-vsco:before {
  content: "\f334";
}

.ti-brand-vscode:before {
  content: "\f3a0";
}

.ti-brand-vue:before {
  content: "\f0e0";
}

.ti-brand-walmart:before {
  content: "\f211";
}

.ti-brand-waze:before {
  content: "\f5d8";
}

.ti-brand-webflow:before {
  content: "\f2d2";
}

.ti-brand-wechat:before {
  content: "\f5f3";
}

.ti-brand-weibo:before {
  content: "\f609";
}

.ti-brand-whatsapp:before {
  content: "\ec74";
}

.ti-brand-windows:before {
  content: "\ecd8";
}

.ti-brand-windy:before {
  content: "\f4dd";
}

.ti-brand-wish:before {
  content: "\f212";
}

.ti-brand-wix:before {
  content: "\f3a1";
}

.ti-brand-wordpress:before {
  content: "\f2d3";
}

.ti-brand-xbox:before {
  content: "\f298";
}

.ti-brand-xing:before {
  content: "\f21a";
}

.ti-brand-yahoo:before {
  content: "\ed73";
}

.ti-brand-yatse:before {
  content: "\f213";
}

.ti-brand-ycombinator:before {
  content: "\edd9";
}

.ti-brand-youtube:before {
  content: "\ec90";
}

.ti-brand-youtube-kids:before {
  content: "\f214";
}

.ti-brand-zalando:before {
  content: "\f49e";
}

.ti-brand-zapier:before {
  content: "\f49f";
}

.ti-brand-zeit:before {
  content: "\f335";
}

.ti-brand-zhihu:before {
  content: "\f60a";
}

.ti-brand-zoom:before {
  content: "\f215";
}

.ti-brand-zulip:before {
  content: "\f4de";
}

.ti-brand-zwift:before {
  content: "\f216";
}

.ti-bread:before {
  content: "\efa3";
}

.ti-bread-off:before {
  content: "\f3cb";
}

.ti-briefcase:before {
  content: "\ea46";
}

.ti-briefcase-off:before {
  content: "\f3cc";
}

.ti-brightness:before {
  content: "\eb7f";
}

.ti-brightness-2:before {
  content: "\ee19";
}

.ti-brightness-down:before {
  content: "\eb7d";
}

.ti-brightness-half:before {
  content: "\ee1a";
}

.ti-brightness-off:before {
  content: "\f3cd";
}

.ti-brightness-up:before {
  content: "\eb7e";
}

.ti-broadcast:before {
  content: "\f1e9";
}

.ti-broadcast-off:before {
  content: "\f1e8";
}

.ti-browser:before {
  content: "\ebb7";
}

.ti-browser-check:before {
  content: "\efd6";
}

.ti-browser-off:before {
  content: "\f0c1";
}

.ti-browser-plus:before {
  content: "\efd7";
}

.ti-browser-x:before {
  content: "\efd8";
}

.ti-brush:before {
  content: "\ebb8";
}

.ti-brush-off:before {
  content: "\f0c2";
}

.ti-bucket:before {
  content: "\ea47";
}

.ti-bucket-droplet:before {
  content: "\f56a";
}

.ti-bucket-off:before {
  content: "\f103";
}

.ti-bug:before {
  content: "\ea48";
}

.ti-bug-off:before {
  content: "\f0c3";
}

.ti-building:before {
  content: "\ea4f";
}

.ti-building-arch:before {
  content: "\ea49";
}

.ti-building-bank:before {
  content: "\ebe2";
}

.ti-building-bridge:before {
  content: "\ea4b";
}

.ti-building-bridge-2:before {
  content: "\ea4a";
}

.ti-building-broadcast-tower:before {
  content: "\f4be";
}

.ti-building-carousel:before {
  content: "\ed87";
}

.ti-building-castle:before {
  content: "\ed88";
}

.ti-building-church:before {
  content: "\ea4c";
}

.ti-building-circus:before {
  content: "\f4bf";
}

.ti-building-community:before {
  content: "\ebf6";
}

.ti-building-cottage:before {
  content: "\ee1b";
}

.ti-building-estate:before {
  content: "\f5a5";
}

.ti-building-factory:before {
  content: "\ee1c";
}

.ti-building-factory-2:before {
  content: "\f082";
}

.ti-building-fortress:before {
  content: "\ed89";
}

.ti-building-hospital:before {
  content: "\ea4d";
}

.ti-building-lighthouse:before {
  content: "\ed8a";
}

.ti-building-monument:before {
  content: "\ed26";
}

.ti-building-pavilion:before {
  content: "\ebf7";
}

.ti-building-skyscraper:before {
  content: "\ec39";
}

.ti-building-stadium:before {
  content: "\f641";
}

.ti-building-store:before {
  content: "\ea4e";
}

.ti-building-tunnel:before {
  content: "\f5a6";
}

.ti-building-warehouse:before {
  content: "\ebe3";
}

.ti-building-wind-turbine:before {
  content: "\f4c0";
}

.ti-bulb:before {
  content: "\ea51";
}

.ti-bulb-filled:before {
  content: "\f66a";
}

.ti-bulb-off:before {
  content: "\ea50";
}

.ti-bulldozer:before {
  content: "\ee1d";
}

.ti-bus:before {
  content: "\ebe4";
}

.ti-bus-off:before {
  content: "\f3ce";
}

.ti-bus-stop:before {
  content: "\f2d4";
}

.ti-businessplan:before {
  content: "\ee1e";
}

.ti-butterfly:before {
  content: "\efd9";
}

.ti-cactus:before {
  content: "\f21b";
}

.ti-cactus-off:before {
  content: "\f3cf";
}

.ti-cake:before {
  content: "\f00f";
}

.ti-cake-off:before {
  content: "\f104";
}

.ti-calculator:before {
  content: "\eb80";
}

.ti-calculator-off:before {
  content: "\f0c4";
}

.ti-calendar:before {
  content: "\ea53";
}

.ti-calendar-due:before {
  content: "\f621";
}

.ti-calendar-event:before {
  content: "\ea52";
}

.ti-calendar-minus:before {
  content: "\ebb9";
}

.ti-calendar-off:before {
  content: "\ee1f";
}

.ti-calendar-plus:before {
  content: "\ebba";
}

.ti-calendar-stats:before {
  content: "\ee20";
}

.ti-calendar-time:before {
  content: "\ee21";
}

.ti-camera:before {
  content: "\ea54";
}

.ti-camera-minus:before {
  content: "\ec3a";
}

.ti-camera-off:before {
  content: "\ecee";
}

.ti-camera-plus:before {
  content: "\ec3b";
}

.ti-camera-rotate:before {
  content: "\ee22";
}

.ti-camera-selfie:before {
  content: "\ee23";
}

.ti-campfire:before {
  content: "\f5a7";
}

.ti-candle:before {
  content: "\efc6";
}

.ti-candy:before {
  content: "\ef0d";
}

.ti-candy-off:before {
  content: "\f0c5";
}

.ti-cane:before {
  content: "\f50f";
}

.ti-cannabis:before {
  content: "\f4c1";
}

.ti-capture:before {
  content: "\ec3c";
}

.ti-capture-off:before {
  content: "\f0c6";
}

.ti-car:before {
  content: "\ebbb";
}

.ti-car-crane:before {
  content: "\ef25";
}

.ti-car-crash:before {
  content: "\efa4";
}

.ti-car-off:before {
  content: "\f0c7";
}

.ti-car-turbine:before {
  content: "\f4fd";
}

.ti-caravan:before {
  content: "\ec7c";
}

.ti-cardboards:before {
  content: "\ed74";
}

.ti-cardboards-off:before {
  content: "\f0c8";
}

.ti-cards:before {
  content: "\f510";
}

.ti-caret-down:before {
  content: "\eb5d";
}

.ti-caret-left:before {
  content: "\eb5e";
}

.ti-caret-right:before {
  content: "\eb5f";
}

.ti-caret-up:before {
  content: "\eb60";
}

.ti-carousel-horizontal:before {
  content: "\f659";
}

.ti-carousel-vertical:before {
  content: "\f65a";
}

.ti-carrot:before {
  content: "\f21c";
}

.ti-carrot-off:before {
  content: "\f3d0";
}

.ti-cash:before {
  content: "\ea55";
}

.ti-cash-banknote:before {
  content: "\ee25";
}

.ti-cash-banknote-off:before {
  content: "\ee24";
}

.ti-cash-off:before {
  content: "\f105";
}

.ti-cast:before {
  content: "\ea56";
}

.ti-cast-off:before {
  content: "\f0c9";
}

.ti-cat:before {
  content: "\f65b";
}

.ti-category:before {
  content: "\f1f6";
}

.ti-category-2:before {
  content: "\f1f5";
}

.ti-ce:before {
  content: "\ed75";
}

.ti-ce-off:before {
  content: "\f0ca";
}

.ti-cell:before {
  content: "\f05f";
}

.ti-cell-signal-1:before {
  content: "\f083";
}

.ti-cell-signal-2:before {
  content: "\f084";
}

.ti-cell-signal-3:before {
  content: "\f085";
}

.ti-cell-signal-4:before {
  content: "\f086";
}

.ti-cell-signal-5:before {
  content: "\f087";
}

.ti-cell-signal-off:before {
  content: "\f088";
}

.ti-certificate:before {
  content: "\ed76";
}

.ti-certificate-2:before {
  content: "\f073";
}

.ti-certificate-2-off:before {
  content: "\f0cb";
}

.ti-certificate-off:before {
  content: "\f0cc";
}

.ti-chair-director:before {
  content: "\f2d5";
}

.ti-chalkboard:before {
  content: "\f34d";
}

.ti-chalkboard-off:before {
  content: "\f3d1";
}

.ti-charging-pile:before {
  content: "\ee26";
}

.ti-chart-arcs:before {
  content: "\ee28";
}

.ti-chart-arcs-3:before {
  content: "\ee27";
}

.ti-chart-area:before {
  content: "\ea58";
}

.ti-chart-area-filled:before {
  content: "\f66b";
}

.ti-chart-area-line:before {
  content: "\ea57";
}

.ti-chart-area-line-filled:before {
  content: "\f66c";
}

.ti-chart-arrows:before {
  content: "\ee2a";
}

.ti-chart-arrows-vertical:before {
  content: "\ee29";
}

.ti-chart-bar:before {
  content: "\ea59";
}

.ti-chart-bar-off:before {
  content: "\f3d2";
}

.ti-chart-bubble:before {
  content: "\ec75";
}

.ti-chart-bubble-filled:before {
  content: "\f66d";
}

.ti-chart-candle:before {
  content: "\ea5a";
}

.ti-chart-candle-filled:before {
  content: "\f66e";
}

.ti-chart-circles:before {
  content: "\ee2b";
}

.ti-chart-donut:before {
  content: "\ea5b";
}

.ti-chart-donut-2:before {
  content: "\ee2c";
}

.ti-chart-donut-3:before {
  content: "\ee2d";
}

.ti-chart-donut-4:before {
  content: "\ee2e";
}

.ti-chart-donut-filled:before {
  content: "\f66f";
}

.ti-chart-dots:before {
  content: "\ee2f";
}

.ti-chart-dots-2:before {
  content: "\f097";
}

.ti-chart-dots-3:before {
  content: "\f098";
}

.ti-chart-grid-dots:before {
  content: "\f4c2";
}

.ti-chart-histogram:before {
  content: "\f65c";
}

.ti-chart-infographic:before {
  content: "\ee30";
}

.ti-chart-line:before {
  content: "\ea5c";
}

.ti-chart-pie:before {
  content: "\ea5d";
}

.ti-chart-pie-2:before {
  content: "\ee31";
}

.ti-chart-pie-3:before {
  content: "\ee32";
}

.ti-chart-pie-4:before {
  content: "\ee33";
}

.ti-chart-pie-filled:before {
  content: "\f670";
}

.ti-chart-pie-off:before {
  content: "\f3d3";
}

.ti-chart-ppf:before {
  content: "\f618";
}

.ti-chart-radar:before {
  content: "\ed77";
}

.ti-chart-sankey:before {
  content: "\f619";
}

.ti-chart-treemap:before {
  content: "\f381";
}

.ti-check:before {
  content: "\ea5e";
}

.ti-checkbox:before {
  content: "\eba6";
}

.ti-checklist:before {
  content: "\f074";
}

.ti-checks:before {
  content: "\ebaa";
}

.ti-checkup-list:before {
  content: "\ef5a";
}

.ti-cheese:before {
  content: "\ef26";
}

.ti-chef-hat:before {
  content: "\f21d";
}

.ti-chef-hat-off:before {
  content: "\f3d4";
}

.ti-cherry:before {
  content: "\f511";
}

.ti-chess:before {
  content: "\f382";
}

.ti-chess-bishop:before {
  content: "\f56b";
}

.ti-chess-king:before {
  content: "\f56c";
}

.ti-chess-knight:before {
  content: "\f56d";
}

.ti-chess-queen:before {
  content: "\f56e";
}

.ti-chess-rook:before {
  content: "\f56f";
}

.ti-chevron-down:before {
  content: "\ea5f";
}

.ti-chevron-down-left:before {
  content: "\ed09";
}

.ti-chevron-down-right:before {
  content: "\ed0a";
}

.ti-chevron-left:before {
  content: "\ea60";
}

.ti-chevron-right:before {
  content: "\ea61";
}

.ti-chevron-up:before {
  content: "\ea62";
}

.ti-chevron-up-left:before {
  content: "\ed0b";
}

.ti-chevron-up-right:before {
  content: "\ed0c";
}

.ti-chevrons-down:before {
  content: "\ea63";
}

.ti-chevrons-down-left:before {
  content: "\ed0d";
}

.ti-chevrons-down-right:before {
  content: "\ed0e";
}

.ti-chevrons-left:before {
  content: "\ea64";
}

.ti-chevrons-right:before {
  content: "\ea65";
}

.ti-chevrons-up:before {
  content: "\ea66";
}

.ti-chevrons-up-left:before {
  content: "\ed0f";
}

.ti-chevrons-up-right:before {
  content: "\ed10";
}

.ti-chisel:before {
  content: "\f383";
}

.ti-christmas-tree:before {
  content: "\ed78";
}

.ti-christmas-tree-off:before {
  content: "\f3d5";
}

.ti-circle:before {
  content: "\ea6b";
}

.ti-circle-caret-down:before {
  content: "\f4a9";
}

.ti-circle-caret-left:before {
  content: "\f4aa";
}

.ti-circle-caret-right:before {
  content: "\f4ab";
}

.ti-circle-caret-up:before {
  content: "\f4ac";
}

.ti-circle-check:before {
  content: "\ea67";
}

.ti-circle-chevron-down:before {
  content: "\f622";
}

.ti-circle-chevron-left:before {
  content: "\f623";
}

.ti-circle-chevron-right:before {
  content: "\f624";
}

.ti-circle-chevron-up:before {
  content: "\f625";
}

.ti-circle-chevrons-down:before {
  content: "\f642";
}

.ti-circle-chevrons-left:before {
  content: "\f643";
}

.ti-circle-chevrons-right:before {
  content: "\f644";
}

.ti-circle-chevrons-up:before {
  content: "\f645";
}

.ti-circle-dashed:before {
  content: "\ed27";
}

.ti-circle-dot:before {
  content: "\efb1";
}

.ti-circle-dotted:before {
  content: "\ed28";
}

.ti-circle-filled:before {
  content: "\f671";
}

.ti-circle-half:before {
  content: "\ee3f";
}

.ti-circle-half-2:before {
  content: "\eff3";
}

.ti-circle-half-vertical:before {
  content: "\ee3e";
}

.ti-circle-key:before {
  content: "\f633";
}

.ti-circle-letter-a:before {
  content: "\f441";
}

.ti-circle-letter-b:before {
  content: "\f442";
}

.ti-circle-letter-c:before {
  content: "\f443";
}

.ti-circle-letter-d:before {
  content: "\f444";
}

.ti-circle-letter-e:before {
  content: "\f445";
}

.ti-circle-letter-f:before {
  content: "\f446";
}

.ti-circle-letter-g:before {
  content: "\f447";
}

.ti-circle-letter-h:before {
  content: "\f448";
}

.ti-circle-letter-i:before {
  content: "\f449";
}

.ti-circle-letter-j:before {
  content: "\f44a";
}

.ti-circle-letter-k:before {
  content: "\f44b";
}

.ti-circle-letter-l:before {
  content: "\f44c";
}

.ti-circle-letter-m:before {
  content: "\f44d";
}

.ti-circle-letter-n:before {
  content: "\f44e";
}

.ti-circle-letter-o:before {
  content: "\f44f";
}

.ti-circle-letter-p:before {
  content: "\f450";
}

.ti-circle-letter-q:before {
  content: "\f451";
}

.ti-circle-letter-r:before {
  content: "\f452";
}

.ti-circle-letter-s:before {
  content: "\f453";
}

.ti-circle-letter-t:before {
  content: "\f454";
}

.ti-circle-letter-u:before {
  content: "\f455";
}

.ti-circle-letter-v:before {
  content: "\f4ad";
}

.ti-circle-letter-w:before {
  content: "\f456";
}

.ti-circle-letter-x:before {
  content: "\f4ae";
}

.ti-circle-letter-y:before {
  content: "\f457";
}

.ti-circle-letter-z:before {
  content: "\f458";
}

.ti-circle-minus:before {
  content: "\ea68";
}

.ti-circle-number-0:before {
  content: "\ee34";
}

.ti-circle-number-1:before {
  content: "\ee35";
}

.ti-circle-number-2:before {
  content: "\ee36";
}

.ti-circle-number-3:before {
  content: "\ee37";
}

.ti-circle-number-4:before {
  content: "\ee38";
}

.ti-circle-number-5:before {
  content: "\ee39";
}

.ti-circle-number-6:before {
  content: "\ee3a";
}

.ti-circle-number-7:before {
  content: "\ee3b";
}

.ti-circle-number-8:before {
  content: "\ee3c";
}

.ti-circle-number-9:before {
  content: "\ee3d";
}

.ti-circle-off:before {
  content: "\ee40";
}

.ti-circle-plus:before {
  content: "\ea69";
}

.ti-circle-rectangle:before {
  content: "\f010";
}

.ti-circle-rectangle-off:before {
  content: "\f0cd";
}

.ti-circle-square:before {
  content: "\ece4";
}

.ti-circle-triangle:before {
  content: "\f011";
}

.ti-circle-x:before {
  content: "\ea6a";
}

.ti-circles:before {
  content: "\ece5";
}

.ti-circles-filled:before {
  content: "\f672";
}

.ti-circles-relation:before {
  content: "\f4c3";
}

.ti-circuit-ammeter:before {
  content: "\f271";
}

.ti-circuit-battery:before {
  content: "\f272";
}

.ti-circuit-bulb:before {
  content: "\f273";
}

.ti-circuit-capacitor:before {
  content: "\f275";
}

.ti-circuit-capacitor-polarized:before {
  content: "\f274";
}

.ti-circuit-cell:before {
  content: "\f277";
}

.ti-circuit-cell-plus:before {
  content: "\f276";
}

.ti-circuit-changeover:before {
  content: "\f278";
}

.ti-circuit-diode:before {
  content: "\f27a";
}

.ti-circuit-diode-zener:before {
  content: "\f279";
}

.ti-circuit-ground:before {
  content: "\f27c";
}

.ti-circuit-ground-digital:before {
  content: "\f27b";
}

.ti-circuit-inductor:before {
  content: "\f27d";
}

.ti-circuit-motor:before {
  content: "\f27e";
}

.ti-circuit-pushbutton:before {
  content: "\f27f";
}

.ti-circuit-resistor:before {
  content: "\f280";
}

.ti-circuit-switch-closed:before {
  content: "\f281";
}

.ti-circuit-switch-open:before {
  content: "\f282";
}

.ti-circuit-voltmeter:before {
  content: "\f283";
}

.ti-clear-all:before {
  content: "\ee41";
}

.ti-clear-formatting:before {
  content: "\ebe5";
}

.ti-click:before {
  content: "\ebbc";
}

.ti-clipboard:before {
  content: "\ea6f";
}

.ti-clipboard-check:before {
  content: "\ea6c";
}

.ti-clipboard-copy:before {
  content: "\f299";
}

.ti-clipboard-data:before {
  content: "\f563";
}

.ti-clipboard-heart:before {
  content: "\f34e";
}

.ti-clipboard-list:before {
  content: "\ea6d";
}

.ti-clipboard-off:before {
  content: "\f0ce";
}

.ti-clipboard-plus:before {
  content: "\efb2";
}

.ti-clipboard-text:before {
  content: "\f089";
}

.ti-clipboard-typography:before {
  content: "\f34f";
}

.ti-clipboard-x:before {
  content: "\ea6e";
}

.ti-clock:before {
  content: "\ea70";
}

.ti-clock-2:before {
  content: "\f099";
}

.ti-clock-cancel:before {
  content: "\f546";
}

.ti-clock-edit:before {
  content: "\f547";
}

.ti-clock-hour-1:before {
  content: "\f313";
}

.ti-clock-hour-10:before {
  content: "\f314";
}

.ti-clock-hour-11:before {
  content: "\f315";
}

.ti-clock-hour-12:before {
  content: "\f316";
}

.ti-clock-hour-2:before {
  content: "\f317";
}

.ti-clock-hour-3:before {
  content: "\f318";
}

.ti-clock-hour-4:before {
  content: "\f319";
}

.ti-clock-hour-5:before {
  content: "\f31a";
}

.ti-clock-hour-6:before {
  content: "\f31b";
}

.ti-clock-hour-7:before {
  content: "\f31c";
}

.ti-clock-hour-8:before {
  content: "\f31d";
}

.ti-clock-hour-9:before {
  content: "\f31e";
}

.ti-clock-off:before {
  content: "\f0cf";
}

.ti-clock-pause:before {
  content: "\f548";
}

.ti-clock-play:before {
  content: "\f549";
}

.ti-clock-record:before {
  content: "\f54a";
}

.ti-clock-stop:before {
  content: "\f54b";
}

.ti-clothes-rack:before {
  content: "\f285";
}

.ti-clothes-rack-off:before {
  content: "\f3d6";
}

.ti-cloud:before {
  content: "\ea76";
}

.ti-cloud-computing:before {
  content: "\f1d0";
}

.ti-cloud-data-connection:before {
  content: "\f1d1";
}

.ti-cloud-download:before {
  content: "\ea71";
}

.ti-cloud-filled:before {
  content: "\f673";
}

.ti-cloud-fog:before {
  content: "\ecd9";
}

.ti-cloud-lock:before {
  content: "\efdb";
}

.ti-cloud-lock-open:before {
  content: "\efda";
}

.ti-cloud-off:before {
  content: "\ed3e";
}

.ti-cloud-rain:before {
  content: "\ea72";
}

.ti-cloud-snow:before {
  content: "\ea73";
}

.ti-cloud-storm:before {
  content: "\ea74";
}

.ti-cloud-upload:before {
  content: "\ea75";
}

.ti-clover:before {
  content: "\f1ea";
}

.ti-clover-2:before {
  content: "\f21e";
}

.ti-clubs:before {
  content: "\eff4";
}

.ti-clubs-filled:before {
  content: "\f674";
}

.ti-code:before {
  content: "\ea77";
}

.ti-code-asterix:before {
  content: "\f312";
}

.ti-code-circle:before {
  content: "\f4ff";
}

.ti-code-circle-2:before {
  content: "\f4fe";
}

.ti-code-dots:before {
  content: "\f61a";
}

.ti-code-minus:before {
  content: "\ee42";
}

.ti-code-off:before {
  content: "\f0d0";
}

.ti-code-plus:before {
  content: "\ee43";
}

.ti-coffee:before {
  content: "\ef0e";
}

.ti-coffee-off:before {
  content: "\f106";
}

.ti-coffin:before {
  content: "\f579";
}

.ti-coin:before {
  content: "\eb82";
}

.ti-coin-bitcoin:before {
  content: "\f2be";
}

.ti-coin-euro:before {
  content: "\f2bf";
}

.ti-coin-monero:before {
  content: "\f4a0";
}

.ti-coin-off:before {
  content: "\f0d1";
}

.ti-coin-pound:before {
  content: "\f2c0";
}

.ti-coin-rupee:before {
  content: "\f2c1";
}

.ti-coin-yen:before {
  content: "\f2c2";
}

.ti-coin-yuan:before {
  content: "\f2c3";
}

.ti-coins:before {
  content: "\f65d";
}

.ti-color-filter:before {
  content: "\f5a8";
}

.ti-color-picker:before {
  content: "\ebe6";
}

.ti-color-picker-off:before {
  content: "\f0d2";
}

.ti-color-swatch:before {
  content: "\eb61";
}

.ti-color-swatch-off:before {
  content: "\f0d3";
}

.ti-column-insert-left:before {
  content: "\ee44";
}

.ti-column-insert-right:before {
  content: "\ee45";
}

.ti-columns:before {
  content: "\eb83";
}

.ti-columns-1:before {
  content: "\f6d4";
}

.ti-columns-2:before {
  content: "\f6d5";
}

.ti-columns-3:before {
  content: "\f6d6";
}

.ti-columns-off:before {
  content: "\f0d4";
}

.ti-comet:before {
  content: "\ec76";
}

.ti-command:before {
  content: "\ea78";
}

.ti-command-off:before {
  content: "\f3d7";
}

.ti-compass:before {
  content: "\ea79";
}

.ti-compass-off:before {
  content: "\f0d5";
}

.ti-components:before {
  content: "\efa5";
}

.ti-components-off:before {
  content: "\f0d6";
}

.ti-cone:before {
  content: "\efdd";
}

.ti-cone-2:before {
  content: "\efdc";
}

.ti-cone-off:before {
  content: "\f3d8";
}

.ti-confetti:before {
  content: "\ee46";
}

.ti-confetti-off:before {
  content: "\f3d9";
}

.ti-confucius:before {
  content: "\f58a";
}

.ti-container:before {
  content: "\ee47";
}

.ti-container-off:before {
  content: "\f107";
}

.ti-contrast:before {
  content: "\ec4e";
}

.ti-contrast-2:before {
  content: "\efc7";
}

.ti-contrast-2-off:before {
  content: "\f3da";
}

.ti-contrast-off:before {
  content: "\f3db";
}

.ti-cooker:before {
  content: "\f57a";
}

.ti-cookie:before {
  content: "\ef0f";
}

.ti-cookie-man:before {
  content: "\f4c4";
}

.ti-cookie-off:before {
  content: "\f0d7";
}

.ti-copy:before {
  content: "\ea7a";
}

.ti-copy-off:before {
  content: "\f0d8";
}

.ti-copyleft:before {
  content: "\ec3d";
}

.ti-copyleft-off:before {
  content: "\f0d9";
}

.ti-copyright:before {
  content: "\ea7b";
}

.ti-copyright-off:before {
  content: "\f0da";
}

.ti-corner-down-left:before {
  content: "\ea7c";
}

.ti-corner-down-left-double:before {
  content: "\ee48";
}

.ti-corner-down-right:before {
  content: "\ea7d";
}

.ti-corner-down-right-double:before {
  content: "\ee49";
}

.ti-corner-left-down:before {
  content: "\ea7e";
}

.ti-corner-left-down-double:before {
  content: "\ee4a";
}

.ti-corner-left-up:before {
  content: "\ea7f";
}

.ti-corner-left-up-double:before {
  content: "\ee4b";
}

.ti-corner-right-down:before {
  content: "\ea80";
}

.ti-corner-right-down-double:before {
  content: "\ee4c";
}

.ti-corner-right-up:before {
  content: "\ea81";
}

.ti-corner-right-up-double:before {
  content: "\ee4d";
}

.ti-corner-up-left:before {
  content: "\ea82";
}

.ti-corner-up-left-double:before {
  content: "\ee4e";
}

.ti-corner-up-right:before {
  content: "\ea83";
}

.ti-corner-up-right-double:before {
  content: "\ee4f";
}

.ti-cpu:before {
  content: "\ef8e";
}

.ti-cpu-2:before {
  content: "\f075";
}

.ti-cpu-off:before {
  content: "\f108";
}

.ti-crane:before {
  content: "\ef27";
}

.ti-crane-off:before {
  content: "\f109";
}

.ti-creative-commons:before {
  content: "\efb3";
}

.ti-creative-commons-by:before {
  content: "\f21f";
}

.ti-creative-commons-nc:before {
  content: "\f220";
}

.ti-creative-commons-nd:before {
  content: "\f221";
}

.ti-creative-commons-off:before {
  content: "\f10a";
}

.ti-creative-commons-sa:before {
  content: "\f222";
}

.ti-creative-commons-zero:before {
  content: "\f223";
}

.ti-credit-card:before {
  content: "\ea84";
}

.ti-credit-card-off:before {
  content: "\ed11";
}

.ti-cricket:before {
  content: "\f09a";
}

.ti-crop:before {
  content: "\ea85";
}

.ti-cross:before {
  content: "\ef8f";
}

.ti-cross-filled:before {
  content: "\f675";
}

.ti-cross-off:before {
  content: "\f10b";
}

.ti-crosshair:before {
  content: "\ec3e";
}

.ti-crown:before {
  content: "\ed12";
}

.ti-crown-off:before {
  content: "\ee50";
}

.ti-crutches:before {
  content: "\ef5b";
}

.ti-crutches-off:before {
  content: "\f10c";
}

.ti-crystal-ball:before {
  content: "\f57b";
}

.ti-cube-send:before {
  content: "\f61b";
}

.ti-cube-unfolded:before {
  content: "\f61c";
}

.ti-cup:before {
  content: "\ef28";
}

.ti-cup-off:before {
  content: "\f10d";
}

.ti-curling:before {
  content: "\efc8";
}

.ti-curly-loop:before {
  content: "\ecda";
}

.ti-currency:before {
  content: "\efa6";
}

.ti-currency-afghani:before {
  content: "\f65e";
}

.ti-currency-bahraini:before {
  content: "\ee51";
}

.ti-currency-baht:before {
  content: "\f08a";
}

.ti-currency-bitcoin:before {
  content: "\ebab";
}

.ti-currency-cent:before {
  content: "\ee53";
}

.ti-currency-dinar:before {
  content: "\ee54";
}

.ti-currency-dirham:before {
  content: "\ee55";
}

.ti-currency-dogecoin:before {
  content: "\ef4b";
}

.ti-currency-dollar:before {
  content: "\eb84";
}

.ti-currency-dollar-australian:before {
  content: "\ee56";
}

.ti-currency-dollar-brunei:before {
  content: "\f36c";
}

.ti-currency-dollar-canadian:before {
  content: "\ee57";
}

.ti-currency-dollar-guyanese:before {
  content: "\f36d";
}

.ti-currency-dollar-off:before {
  content: "\f3dc";
}

.ti-currency-dollar-singapore:before {
  content: "\ee58";
}

.ti-currency-dollar-zimbabwean:before {
  content: "\f36e";
}

.ti-currency-dong:before {
  content: "\f36f";
}

.ti-currency-dram:before {
  content: "\f370";
}

.ti-currency-ethereum:before {
  content: "\ee59";
}

.ti-currency-euro:before {
  content: "\eb85";
}

.ti-currency-euro-off:before {
  content: "\f3dd";
}

.ti-currency-forint:before {
  content: "\ee5a";
}

.ti-currency-frank:before {
  content: "\ee5b";
}

.ti-currency-guarani:before {
  content: "\f371";
}

.ti-currency-hryvnia:before {
  content: "\f372";
}

.ti-currency-kip:before {
  content: "\f373";
}

.ti-currency-krone-czech:before {
  content: "\ee5c";
}

.ti-currency-krone-danish:before {
  content: "\ee5d";
}

.ti-currency-krone-swedish:before {
  content: "\ee5e";
}

.ti-currency-lari:before {
  content: "\f374";
}

.ti-currency-leu:before {
  content: "\ee5f";
}

.ti-currency-lira:before {
  content: "\ee60";
}

.ti-currency-litecoin:before {
  content: "\ee61";
}

.ti-currency-lyd:before {
  content: "\f375";
}

.ti-currency-manat:before {
  content: "\f376";
}

.ti-currency-monero:before {
  content: "\f377";
}

.ti-currency-naira:before {
  content: "\ee62";
}

.ti-currency-off:before {
  content: "\f3de";
}

.ti-currency-paanga:before {
  content: "\f378";
}

.ti-currency-peso:before {
  content: "\f65f";
}

.ti-currency-pound:before {
  content: "\ebac";
}

.ti-currency-pound-off:before {
  content: "\f3df";
}

.ti-currency-quetzal:before {
  content: "\f379";
}

.ti-currency-real:before {
  content: "\ee63";
}

.ti-currency-renminbi:before {
  content: "\ee64";
}

.ti-currency-ripple:before {
  content: "\ee65";
}

.ti-currency-riyal:before {
  content: "\ee66";
}

.ti-currency-rubel:before {
  content: "\ee67";
}

.ti-currency-rufiyaa:before {
  content: "\f37a";
}

.ti-currency-rupee:before {
  content: "\ebad";
}

.ti-currency-rupee-nepalese:before {
  content: "\f37b";
}

.ti-currency-shekel:before {
  content: "\ee68";
}

.ti-currency-solana:before {
  content: "\f4a1";
}

.ti-currency-som:before {
  content: "\f37c";
}

.ti-currency-taka:before {
  content: "\ee69";
}

.ti-currency-tenge:before {
  content: "\f37d";
}

.ti-currency-tugrik:before {
  content: "\ee6a";
}

.ti-currency-won:before {
  content: "\ee6b";
}

.ti-currency-yen:before {
  content: "\ebae";
}

.ti-currency-yen-off:before {
  content: "\f3e0";
}

.ti-currency-yuan:before {
  content: "\f29a";
}

.ti-currency-zloty:before {
  content: "\ee6c";
}

.ti-current-location:before {
  content: "\ecef";
}

.ti-current-location-off:before {
  content: "\f10e";
}

.ti-cursor-off:before {
  content: "\f10f";
}

.ti-cursor-text:before {
  content: "\ee6d";
}

.ti-cut:before {
  content: "\ea86";
}

.ti-cylinder:before {
  content: "\f54c";
}

.ti-dashboard:before {
  content: "\ea87";
}

.ti-dashboard-off:before {
  content: "\f3e1";
}

.ti-database:before {
  content: "\ea88";
}

.ti-database-export:before {
  content: "\ee6e";
}

.ti-database-import:before {
  content: "\ee6f";
}

.ti-database-off:before {
  content: "\ee70";
}

.ti-deer:before {
  content: "\f4c5";
}

.ti-delta:before {
  content: "\f53c";
}

.ti-dental:before {
  content: "\f025";
}

.ti-dental-broken:before {
  content: "\f286";
}

.ti-dental-off:before {
  content: "\f110";
}

.ti-details:before {
  content: "\ee71";
}

.ti-details-off:before {
  content: "\f3e2";
}

.ti-device-airpods:before {
  content: "\f5a9";
}

.ti-device-airpods-case:before {
  content: "\f646";
}

.ti-device-analytics:before {
  content: "\ee72";
}

.ti-device-audio-tape:before {
  content: "\ee73";
}

.ti-device-camera-phone:before {
  content: "\f233";
}

.ti-device-cctv:before {
  content: "\ee74";
}

.ti-device-cctv-off:before {
  content: "\f3e3";
}

.ti-device-computer-camera:before {
  content: "\ee76";
}

.ti-device-computer-camera-off:before {
  content: "\ee75";
}

.ti-device-desktop:before {
  content: "\ea89";
}

.ti-device-desktop-analytics:before {
  content: "\ee77";
}

.ti-device-desktop-off:before {
  content: "\ee78";
}

.ti-device-floppy:before {
  content: "\eb62";
}

.ti-device-gamepad:before {
  content: "\eb63";
}

.ti-device-gamepad-2:before {
  content: "\f1d2";
}

.ti-device-heart-monitor:before {
  content: "\f060";
}

.ti-device-ipad:before {
  content: "\f648";
}

.ti-device-ipad-horizontal:before {
  content: "\f647";
}

.ti-device-landline-phone:before {
  content: "\f649";
}

.ti-device-laptop:before {
  content: "\eb64";
}

.ti-device-laptop-off:before {
  content: "\f061";
}

.ti-device-mobile:before {
  content: "\ea8a";
}

.ti-device-mobile-charging:before {
  content: "\f224";
}

.ti-device-mobile-message:before {
  content: "\ee79";
}

.ti-device-mobile-off:before {
  content: "\f062";
}

.ti-device-mobile-rotated:before {
  content: "\ecdb";
}

.ti-device-mobile-vibration:before {
  content: "\eb86";
}

.ti-device-nintendo:before {
  content: "\f026";
}

.ti-device-nintendo-off:before {
  content: "\f111";
}

.ti-device-sd-card:before {
  content: "\f384";
}

.ti-device-sim:before {
  content: "\f4b2";
}

.ti-device-sim-1:before {
  content: "\f4af";
}

.ti-device-sim-2:before {
  content: "\f4b0";
}

.ti-device-sim-3:before {
  content: "\f4b1";
}

.ti-device-speaker:before {
  content: "\ea8b";
}

.ti-device-speaker-off:before {
  content: "\f112";
}

.ti-device-tablet:before {
  content: "\ea8c";
}

.ti-device-tablet-off:before {
  content: "\f063";
}

.ti-device-tv:before {
  content: "\ea8d";
}

.ti-device-tv-off:before {
  content: "\f064";
}

.ti-device-tv-old:before {
  content: "\f1d3";
}

.ti-device-watch:before {
  content: "\ebf9";
}

.ti-device-watch-off:before {
  content: "\f065";
}

.ti-device-watch-stats:before {
  content: "\ef7d";
}

.ti-device-watch-stats-2:before {
  content: "\ef7c";
}

.ti-devices:before {
  content: "\eb87";
}

.ti-devices-2:before {
  content: "\ed29";
}

.ti-devices-off:before {
  content: "\f3e4";
}

.ti-devices-pc:before {
  content: "\ee7a";
}

.ti-devices-pc-off:before {
  content: "\f113";
}

.ti-dialpad:before {
  content: "\f067";
}

.ti-dialpad-off:before {
  content: "\f114";
}

.ti-diamond:before {
  content: "\eb65";
}

.ti-diamond-off:before {
  content: "\f115";
}

.ti-diamonds:before {
  content: "\eff5";
}

.ti-diamonds-filled:before {
  content: "\f676";
}

.ti-dice:before {
  content: "\eb66";
}

.ti-dice-1:before {
  content: "\f08b";
}

.ti-dice-2:before {
  content: "\f08c";
}

.ti-dice-3:before {
  content: "\f08d";
}

.ti-dice-4:before {
  content: "\f08e";
}

.ti-dice-5:before {
  content: "\f08f";
}

.ti-dice-6:before {
  content: "\f090";
}

.ti-dimensions:before {
  content: "\ee7b";
}

.ti-direction:before {
  content: "\ebfb";
}

.ti-direction-horizontal:before {
  content: "\ebfa";
}

.ti-direction-sign:before {
  content: "\f1f7";
}

.ti-direction-sign-off:before {
  content: "\f3e5";
}

.ti-directions:before {
  content: "\ea8e";
}

.ti-directions-off:before {
  content: "\f116";
}

.ti-disabled:before {
  content: "\ea8f";
}

.ti-disabled-2:before {
  content: "\ebaf";
}

.ti-disabled-off:before {
  content: "\f117";
}

.ti-disc:before {
  content: "\ea90";
}

.ti-disc-golf:before {
  content: "\f385";
}

.ti-disc-off:before {
  content: "\f118";
}

.ti-discount:before {
  content: "\ebbd";
}

.ti-discount-2:before {
  content: "\ee7c";
}

.ti-discount-2-off:before {
  content: "\f3e6";
}

.ti-discount-check:before {
  content: "\f1f8";
}

.ti-discount-off:before {
  content: "\f3e7";
}

.ti-divide:before {
  content: "\ed5c";
}

.ti-dna:before {
  content: "\ee7d";
}

.ti-dna-2:before {
  content: "\ef5c";
}

.ti-dna-2-off:before {
  content: "\f119";
}

.ti-dna-off:before {
  content: "\f11a";
}

.ti-dog:before {
  content: "\f660";
}

.ti-dog-bowl:before {
  content: "\ef29";
}

.ti-door:before {
  content: "\ef4e";
}

.ti-door-enter:before {
  content: "\ef4c";
}

.ti-door-exit:before {
  content: "\ef4d";
}

.ti-door-off:before {
  content: "\f11b";
}

.ti-dots:before {
  content: "\ea95";
}

.ti-dots-circle-horizontal:before {
  content: "\ea91";
}

.ti-dots-diagonal:before {
  content: "\ea93";
}

.ti-dots-diagonal-2:before {
  content: "\ea92";
}

.ti-dots-vertical:before {
  content: "\ea94";
}

.ti-download:before {
  content: "\ea96";
}

.ti-download-off:before {
  content: "\f11c";
}

.ti-drag-drop:before {
  content: "\eb89";
}

.ti-drag-drop-2:before {
  content: "\eb88";
}

.ti-drone:before {
  content: "\ed79";
}

.ti-drone-off:before {
  content: "\ee7e";
}

.ti-drop-circle:before {
  content: "\efde";
}

.ti-droplet:before {
  content: "\ea97";
}

.ti-droplet-filled:before {
  content: "\ee80";
}

.ti-droplet-filled-2:before {
  content: "\ee7f";
}

.ti-droplet-half:before {
  content: "\ee82";
}

.ti-droplet-half-2:before {
  content: "\ee81";
}

.ti-droplet-half-filled:before {
  content: "\f6c5";
}

.ti-droplet-off:before {
  content: "\ee83";
}

.ti-e-passport:before {
  content: "\f4df";
}

.ti-ear:before {
  content: "\ebce";
}

.ti-ear-off:before {
  content: "\ee84";
}

.ti-ease-in:before {
  content: "\f573";
}

.ti-ease-in-control-point:before {
  content: "\f570";
}

.ti-ease-in-out:before {
  content: "\f572";
}

.ti-ease-in-out-control-points:before {
  content: "\f571";
}

.ti-ease-out:before {
  content: "\f575";
}

.ti-ease-out-control-point:before {
  content: "\f574";
}

.ti-edit:before {
  content: "\ea98";
}

.ti-edit-circle:before {
  content: "\ee85";
}

.ti-edit-circle-off:before {
  content: "\f11d";
}

.ti-edit-off:before {
  content: "\f11e";
}

.ti-egg:before {
  content: "\eb8a";
}

.ti-egg-cracked:before {
  content: "\f2d6";
}

.ti-egg-filled:before {
  content: "\f678";
}

.ti-egg-fried:before {
  content: "\f386";
}

.ti-egg-off:before {
  content: "\f11f";
}

.ti-eggs:before {
  content: "\f500";
}

.ti-elevator:before {
  content: "\efdf";
}

.ti-elevator-off:before {
  content: "\f3e8";
}

.ti-emergency-bed:before {
  content: "\ef5d";
}

.ti-empathize:before {
  content: "\f29b";
}

.ti-empathize-off:before {
  content: "\f3e9";
}

.ti-emphasis:before {
  content: "\ebcf";
}

.ti-engine:before {
  content: "\ef7e";
}

.ti-engine-off:before {
  content: "\f120";
}

.ti-equal:before {
  content: "\ee87";
}

.ti-equal-double:before {
  content: "\f4e1";
}

.ti-equal-not:before {
  content: "\ee86";
}

.ti-eraser:before {
  content: "\eb8b";
}

.ti-eraser-off:before {
  content: "\f121";
}

.ti-error-404:before {
  content: "\f027";
}

.ti-error-404-off:before {
  content: "\f122";
}

.ti-exchange:before {
  content: "\ebe7";
}

.ti-exchange-off:before {
  content: "\f123";
}

.ti-exclamation-circle:before {
  content: "\f634";
}

.ti-exclamation-mark:before {
  content: "\efb4";
}

.ti-exclamation-mark-off:before {
  content: "\f124";
}

.ti-explicit:before {
  content: "\f256";
}

.ti-explicit-off:before {
  content: "\f3ea";
}

.ti-exposure:before {
  content: "\eb8c";
}

.ti-exposure-0:before {
  content: "\f29c";
}

.ti-exposure-minus-1:before {
  content: "\f29d";
}

.ti-exposure-minus-2:before {
  content: "\f29e";
}

.ti-exposure-off:before {
  content: "\f3eb";
}

.ti-exposure-plus-1:before {
  content: "\f29f";
}

.ti-exposure-plus-2:before {
  content: "\f2a0";
}

.ti-external-link:before {
  content: "\ea99";
}

.ti-external-link-off:before {
  content: "\f125";
}

.ti-eye:before {
  content: "\ea9a";
}

.ti-eye-check:before {
  content: "\ee88";
}

.ti-eye-filled:before {
  content: "\f679";
}

.ti-eye-off:before {
  content: "\ecf0";
}

.ti-eye-table:before {
  content: "\ef5e";
}

.ti-eyeglass:before {
  content: "\ee8a";
}

.ti-eyeglass-2:before {
  content: "\ee89";
}

.ti-eyeglass-off:before {
  content: "\f126";
}

.ti-face-id:before {
  content: "\ea9b";
}

.ti-face-id-error:before {
  content: "\efa7";
}

.ti-face-mask:before {
  content: "\efb5";
}

.ti-face-mask-off:before {
  content: "\f127";
}

.ti-fall:before {
  content: "\ecb9";
}

.ti-feather:before {
  content: "\ee8b";
}

.ti-feather-off:before {
  content: "\f128";
}

.ti-fence:before {
  content: "\ef2a";
}

.ti-fence-off:before {
  content: "\f129";
}

.ti-fidget-spinner:before {
  content: "\f068";
}

.ti-file:before {
  content: "\eaa4";
}

.ti-file-3d:before {
  content: "\f032";
}

.ti-file-alert:before {
  content: "\ede6";
}

.ti-file-analytics:before {
  content: "\ede7";
}

.ti-file-arrow-left:before {
  content: "\f033";
}

.ti-file-arrow-right:before {
  content: "\f034";
}

.ti-file-barcode:before {
  content: "\f035";
}

.ti-file-broken:before {
  content: "\f501";
}

.ti-file-certificate:before {
  content: "\ed4d";
}

.ti-file-chart:before {
  content: "\f036";
}

.ti-file-check:before {
  content: "\ea9c";
}

.ti-file-code:before {
  content: "\ebd0";
}

.ti-file-code-2:before {
  content: "\ede8";
}

.ti-file-database:before {
  content: "\f037";
}

.ti-file-delta:before {
  content: "\f53d";
}

.ti-file-description:before {
  content: "\f028";
}

.ti-file-diff:before {
  content: "\ecf1";
}

.ti-file-digit:before {
  content: "\efa8";
}

.ti-file-dislike:before {
  content: "\ed2a";
}

.ti-file-dollar:before {
  content: "\efe0";
}

.ti-file-dots:before {
  content: "\f038";
}

.ti-file-download:before {
  content: "\ea9d";
}

.ti-file-euro:before {
  content: "\efe1";
}

.ti-file-export:before {
  content: "\ede9";
}

.ti-file-function:before {
  content: "\f53e";
}

.ti-file-horizontal:before {
  content: "\ebb0";
}

.ti-file-import:before {
  content: "\edea";
}

.ti-file-infinity:before {
  content: "\f502";
}

.ti-file-info:before {
  content: "\edec";
}

.ti-file-invoice:before {
  content: "\eb67";
}

.ti-file-lambda:before {
  content: "\f53f";
}

.ti-file-like:before {
  content: "\ed2b";
}

.ti-file-minus:before {
  content: "\ea9e";
}

.ti-file-music:before {
  content: "\ea9f";
}

.ti-file-off:before {
  content: "\ecf2";
}

.ti-file-orientation:before {
  content: "\f2a1";
}

.ti-file-pencil:before {
  content: "\f039";
}

.ti-file-percent:before {
  content: "\f540";
}

.ti-file-phone:before {
  content: "\ecdc";
}

.ti-file-plus:before {
  content: "\eaa0";
}

.ti-file-power:before {
  content: "\f03a";
}

.ti-file-report:before {
  content: "\eded";
}

.ti-file-rss:before {
  content: "\f03b";
}

.ti-file-scissors:before {
  content: "\f03c";
}

.ti-file-search:before {
  content: "\ed5d";
}

.ti-file-settings:before {
  content: "\f029";
}

.ti-file-shredder:before {
  content: "\eaa1";
}

.ti-file-signal:before {
  content: "\f03d";
}

.ti-file-spreadsheet:before {
  content: "\f03e";
}

.ti-file-stack:before {
  content: "\f503";
}

.ti-file-star:before {
  content: "\f03f";
}

.ti-file-symlink:before {
  content: "\ed53";
}

.ti-file-text:before {
  content: "\eaa2";
}

.ti-file-time:before {
  content: "\f040";
}

.ti-file-typography:before {
  content: "\f041";
}

.ti-file-unknown:before {
  content: "\f042";
}

.ti-file-upload:before {
  content: "\ec91";
}

.ti-file-vector:before {
  content: "\f043";
}

.ti-file-x:before {
  content: "\eaa3";
}

.ti-file-zip:before {
  content: "\ed4e";
}

.ti-files:before {
  content: "\edef";
}

.ti-files-off:before {
  content: "\edee";
}

.ti-filter:before {
  content: "\eaa5";
}

.ti-filter-off:before {
  content: "\ed2c";
}

.ti-fingerprint:before {
  content: "\ebd1";
}

.ti-fingerprint-off:before {
  content: "\f12a";
}

.ti-fire-hydrant:before {
  content: "\f3a9";
}

.ti-fire-hydrant-off:before {
  content: "\f3ec";
}

.ti-firetruck:before {
  content: "\ebe8";
}

.ti-first-aid-kit:before {
  content: "\ef5f";
}

.ti-first-aid-kit-off:before {
  content: "\f3ed";
}

.ti-fish:before {
  content: "\ef2b";
}

.ti-fish-bone:before {
  content: "\f287";
}

.ti-fish-christianity:before {
  content: "\f58b";
}

.ti-fish-hook:before {
  content: "\f1f9";
}

.ti-fish-hook-off:before {
  content: "\f3ee";
}

.ti-fish-off:before {
  content: "\f12b";
}

.ti-flag:before {
  content: "\eaa6";
}

.ti-flag-2:before {
  content: "\ee8c";
}

.ti-flag-2-off:before {
  content: "\f12c";
}

.ti-flag-3:before {
  content: "\ee8d";
}

.ti-flag-filled:before {
  content: "\f67a";
}

.ti-flag-off:before {
  content: "\f12d";
}

.ti-flame:before {
  content: "\ec2c";
}

.ti-flame-off:before {
  content: "\f12e";
}

.ti-flare:before {
  content: "\ee8e";
}

.ti-flask:before {
  content: "\ebd2";
}

.ti-flask-2:before {
  content: "\ef60";
}

.ti-flask-2-off:before {
  content: "\f12f";
}

.ti-flask-off:before {
  content: "\f130";
}

.ti-flip-flops:before {
  content: "\f564";
}

.ti-flip-horizontal:before {
  content: "\eaa7";
}

.ti-flip-vertical:before {
  content: "\eaa8";
}

.ti-float-center:before {
  content: "\ebb1";
}

.ti-float-left:before {
  content: "\ebb2";
}

.ti-float-none:before {
  content: "\ed13";
}

.ti-float-right:before {
  content: "\ebb3";
}

.ti-flower:before {
  content: "\eff6";
}

.ti-flower-off:before {
  content: "\f131";
}

.ti-focus:before {
  content: "\eb8d";
}

.ti-focus-2:before {
  content: "\ebd3";
}

.ti-focus-centered:before {
  content: "\f02a";
}

.ti-fold:before {
  content: "\ed56";
}

.ti-fold-down:before {
  content: "\ed54";
}

.ti-fold-up:before {
  content: "\ed55";
}

.ti-folder:before {
  content: "\eaad";
}

.ti-folder-minus:before {
  content: "\eaaa";
}

.ti-folder-off:before {
  content: "\ed14";
}

.ti-folder-plus:before {
  content: "\eaab";
}

.ti-folder-x:before {
  content: "\eaac";
}

.ti-folders:before {
  content: "\eaae";
}

.ti-folders-off:before {
  content: "\f133";
}

.ti-forbid:before {
  content: "\ebd5";
}

.ti-forbid-2:before {
  content: "\ebd4";
}

.ti-forklift:before {
  content: "\ebe9";
}

.ti-forms:before {
  content: "\ee8f";
}

.ti-fountain:before {
  content: "\f09b";
}

.ti-fountain-off:before {
  content: "\f134";
}

.ti-frame:before {
  content: "\eaaf";
}

.ti-frame-off:before {
  content: "\f135";
}

.ti-free-rights:before {
  content: "\efb6";
}

.ti-fridge:before {
  content: "\f1fa";
}

.ti-fridge-off:before {
  content: "\f3ef";
}

.ti-friends:before {
  content: "\eab0";
}

.ti-friends-off:before {
  content: "\f136";
}

.ti-function:before {
  content: "\f225";
}

.ti-function-off:before {
  content: "\f3f0";
}

.ti-garden-cart:before {
  content: "\f23e";
}

.ti-garden-cart-off:before {
  content: "\f3f1";
}

.ti-gas-station:before {
  content: "\ec7d";
}

.ti-gas-station-off:before {
  content: "\f137";
}

.ti-gauge:before {
  content: "\eab1";
}

.ti-gauge-off:before {
  content: "\f138";
}

.ti-gavel:before {
  content: "\ef90";
}

.ti-gender-agender:before {
  content: "\f0e1";
}

.ti-gender-androgyne:before {
  content: "\f0e2";
}

.ti-gender-bigender:before {
  content: "\f0e3";
}

.ti-gender-demiboy:before {
  content: "\f0e4";
}

.ti-gender-demigirl:before {
  content: "\f0e5";
}

.ti-gender-epicene:before {
  content: "\f0e6";
}

.ti-gender-female:before {
  content: "\f0e7";
}

.ti-gender-femme:before {
  content: "\f0e8";
}

.ti-gender-genderfluid:before {
  content: "\f0e9";
}

.ti-gender-genderless:before {
  content: "\f0ea";
}

.ti-gender-genderqueer:before {
  content: "\f0eb";
}

.ti-gender-hermaphrodite:before {
  content: "\f0ec";
}

.ti-gender-intergender:before {
  content: "\f0ed";
}

.ti-gender-male:before {
  content: "\f0ee";
}

.ti-gender-neutrois:before {
  content: "\f0ef";
}

.ti-gender-third:before {
  content: "\f0f0";
}

.ti-gender-transgender:before {
  content: "\f0f1";
}

.ti-gender-trasvesti:before {
  content: "\f0f2";
}

.ti-geometry:before {
  content: "\ee90";
}

.ti-ghost:before {
  content: "\eb8e";
}

.ti-ghost-2:before {
  content: "\f57c";
}

.ti-ghost-off:before {
  content: "\f3f2";
}

.ti-gif:before {
  content: "\f257";
}

.ti-gift:before {
  content: "\eb68";
}

.ti-gift-card:before {
  content: "\f3aa";
}

.ti-gift-off:before {
  content: "\f3f3";
}

.ti-git-branch:before {
  content: "\eab2";
}

.ti-git-branch-deleted:before {
  content: "\f57d";
}

.ti-git-cherry-pick:before {
  content: "\f57e";
}

.ti-git-commit:before {
  content: "\eab3";
}

.ti-git-compare:before {
  content: "\eab4";
}

.ti-git-fork:before {
  content: "\eb8f";
}

.ti-git-merge:before {
  content: "\eab5";
}

.ti-git-pull-request:before {
  content: "\eab6";
}

.ti-git-pull-request-closed:before {
  content: "\ef7f";
}

.ti-git-pull-request-draft:before {
  content: "\efb7";
}

.ti-gizmo:before {
  content: "\f02b";
}

.ti-glass:before {
  content: "\eab8";
}

.ti-glass-full:before {
  content: "\eab7";
}

.ti-glass-off:before {
  content: "\ee91";
}

.ti-globe:before {
  content: "\eab9";
}

.ti-globe-off:before {
  content: "\f139";
}

.ti-go-game:before {
  content: "\f512";
}

.ti-golf:before {
  content: "\ed8c";
}

.ti-golf-off:before {
  content: "\f13a";
}

.ti-gps:before {
  content: "\ed7a";
}

.ti-gradienter:before {
  content: "\f3ab";
}

.ti-grain:before {
  content: "\ee92";
}

.ti-graph:before {
  content: "\f288";
}

.ti-graph-off:before {
  content: "\f3f4";
}

.ti-grave:before {
  content: "\f580";
}

.ti-grave-2:before {
  content: "\f57f";
}

.ti-grid-dots:before {
  content: "\eaba";
}

.ti-grid-pattern:before {
  content: "\efc9";
}

.ti-grill:before {
  content: "\efa9";
}

.ti-grill-fork:before {
  content: "\f35b";
}

.ti-grill-off:before {
  content: "\f3f5";
}

.ti-grill-spatula:before {
  content: "\f35c";
}

.ti-grip-horizontal:before {
  content: "\ec00";
}

.ti-grip-vertical:before {
  content: "\ec01";
}

.ti-growth:before {
  content: "\ee93";
}

.ti-guitar-pick:before {
  content: "\f4c6";
}

.ti-guitar-pick-filled:before {
  content: "\f67b";
}

.ti-h-1:before {
  content: "\ec94";
}

.ti-h-2:before {
  content: "\ec95";
}

.ti-h-3:before {
  content: "\ec96";
}

.ti-h-4:before {
  content: "\ec97";
}

.ti-h-5:before {
  content: "\ec98";
}

.ti-h-6:before {
  content: "\ec99";
}

.ti-hammer:before {
  content: "\ef91";
}

.ti-hammer-off:before {
  content: "\f13c";
}

.ti-hand-click:before {
  content: "\ef4f";
}

.ti-hand-finger:before {
  content: "\ee94";
}

.ti-hand-finger-off:before {
  content: "\f13d";
}

.ti-hand-grab:before {
  content: "\f091";
}

.ti-hand-little-finger:before {
  content: "\ee95";
}

.ti-hand-middle-finger:before {
  content: "\ec2d";
}

.ti-hand-move:before {
  content: "\ef50";
}

.ti-hand-off:before {
  content: "\ed15";
}

.ti-hand-ring-finger:before {
  content: "\ee96";
}

.ti-hand-rock:before {
  content: "\ee97";
}

.ti-hand-sanitizer:before {
  content: "\f5f4";
}

.ti-hand-stop:before {
  content: "\ec2e";
}

.ti-hand-three-fingers:before {
  content: "\ee98";
}

.ti-hand-two-fingers:before {
  content: "\ee99";
}

.ti-hanger:before {
  content: "\ee9a";
}

.ti-hanger-2:before {
  content: "\f09c";
}

.ti-hanger-off:before {
  content: "\f13e";
}

.ti-hash:before {
  content: "\eabc";
}

.ti-haze:before {
  content: "\efaa";
}

.ti-heading:before {
  content: "\ee9b";
}

.ti-heading-off:before {
  content: "\f13f";
}

.ti-headphones:before {
  content: "\eabd";
}

.ti-headphones-off:before {
  content: "\ed1d";
}

.ti-headset:before {
  content: "\eb90";
}

.ti-headset-off:before {
  content: "\f3f6";
}

.ti-health-recognition:before {
  content: "\f1fb";
}

.ti-heart:before {
  content: "\eabe";
}

.ti-heart-broken:before {
  content: "\ecba";
}

.ti-heart-filled:before {
  content: "\f67c";
}

.ti-heart-handshake:before {
  content: "\f0f3";
}

.ti-heart-minus:before {
  content: "\f140";
}

.ti-heart-off:before {
  content: "\f141";
}

.ti-heart-plus:before {
  content: "\f142";
}

.ti-heart-rate-monitor:before {
  content: "\ef61";
}

.ti-heartbeat:before {
  content: "\ef92";
}

.ti-hearts:before {
  content: "\f387";
}

.ti-hearts-off:before {
  content: "\f3f7";
}

.ti-helicopter:before {
  content: "\ed8e";
}

.ti-helicopter-landing:before {
  content: "\ed8d";
}

.ti-helmet:before {
  content: "\efca";
}

.ti-helmet-off:before {
  content: "\f143";
}

.ti-help:before {
  content: "\eabf";
}

.ti-help-off:before {
  content: "\f3f8";
}

.ti-hexagon:before {
  content: "\ec02";
}

.ti-hexagon-3d:before {
  content: "\f4c7";
}

.ti-hexagon-filled:before {
  content: "\f67d";
}

.ti-hexagon-letter-a:before {
  content: "\f463";
}

.ti-hexagon-letter-b:before {
  content: "\f464";
}

.ti-hexagon-letter-c:before {
  content: "\f465";
}

.ti-hexagon-letter-d:before {
  content: "\f466";
}

.ti-hexagon-letter-e:before {
  content: "\f467";
}

.ti-hexagon-letter-f:before {
  content: "\f468";
}

.ti-hexagon-letter-g:before {
  content: "\f469";
}

.ti-hexagon-letter-h:before {
  content: "\f46a";
}

.ti-hexagon-letter-i:before {
  content: "\f46b";
}

.ti-hexagon-letter-j:before {
  content: "\f46c";
}

.ti-hexagon-letter-k:before {
  content: "\f46d";
}

.ti-hexagon-letter-l:before {
  content: "\f46e";
}

.ti-hexagon-letter-m:before {
  content: "\f46f";
}

.ti-hexagon-letter-n:before {
  content: "\f470";
}

.ti-hexagon-letter-o:before {
  content: "\f471";
}

.ti-hexagon-letter-p:before {
  content: "\f472";
}

.ti-hexagon-letter-q:before {
  content: "\f473";
}

.ti-hexagon-letter-r:before {
  content: "\f474";
}

.ti-hexagon-letter-s:before {
  content: "\f475";
}

.ti-hexagon-letter-t:before {
  content: "\f476";
}

.ti-hexagon-letter-u:before {
  content: "\f477";
}

.ti-hexagon-letter-v:before {
  content: "\f4b3";
}

.ti-hexagon-letter-w:before {
  content: "\f478";
}

.ti-hexagon-letter-x:before {
  content: "\f479";
}

.ti-hexagon-letter-y:before {
  content: "\f47a";
}

.ti-hexagon-letter-z:before {
  content: "\f47b";
}

.ti-hexagon-number-0:before {
  content: "\f459";
}

.ti-hexagon-number-1:before {
  content: "\f45a";
}

.ti-hexagon-number-2:before {
  content: "\f45b";
}

.ti-hexagon-number-3:before {
  content: "\f45c";
}

.ti-hexagon-number-4:before {
  content: "\f45d";
}

.ti-hexagon-number-5:before {
  content: "\f45e";
}

.ti-hexagon-number-6:before {
  content: "\f45f";
}

.ti-hexagon-number-7:before {
  content: "\f460";
}

.ti-hexagon-number-8:before {
  content: "\f461";
}

.ti-hexagon-number-9:before {
  content: "\f462";
}

.ti-hexagon-off:before {
  content: "\ee9c";
}

.ti-hexagons:before {
  content: "\f09d";
}

.ti-hexagons-off:before {
  content: "\f3f9";
}

.ti-hierarchy:before {
  content: "\ee9e";
}

.ti-hierarchy-2:before {
  content: "\ee9d";
}

.ti-hierarchy-3:before {
  content: "\f289";
}

.ti-hierarchy-off:before {
  content: "\f3fa";
}

.ti-highlight:before {
  content: "\ef3f";
}

.ti-highlight-off:before {
  content: "\f144";
}

.ti-history:before {
  content: "\ebea";
}

.ti-history-off:before {
  content: "\f3fb";
}

.ti-history-toggle:before {
  content: "\f1fc";
}

.ti-home:before {
  content: "\eac1";
}

.ti-home-2:before {
  content: "\eac0";
}

.ti-home-bolt:before {
  content: "\f336";
}

.ti-home-cancel:before {
  content: "\f350";
}

.ti-home-check:before {
  content: "\f337";
}

.ti-home-cog:before {
  content: "\f338";
}

.ti-home-dollar:before {
  content: "\f339";
}

.ti-home-dot:before {
  content: "\f33a";
}

.ti-home-down:before {
  content: "\f33b";
}

.ti-home-eco:before {
  content: "\f351";
}

.ti-home-edit:before {
  content: "\f352";
}

.ti-home-exclamation:before {
  content: "\f33c";
}

.ti-home-hand:before {
  content: "\f504";
}

.ti-home-heart:before {
  content: "\f353";
}

.ti-home-infinity:before {
  content: "\f505";
}

.ti-home-link:before {
  content: "\f354";
}

.ti-home-minus:before {
  content: "\f33d";
}

.ti-home-move:before {
  content: "\f33e";
}

.ti-home-off:before {
  content: "\f145";
}

.ti-home-plus:before {
  content: "\f33f";
}

.ti-home-question:before {
  content: "\f340";
}

.ti-home-ribbon:before {
  content: "\f355";
}

.ti-home-search:before {
  content: "\f341";
}

.ti-home-share:before {
  content: "\f342";
}

.ti-home-shield:before {
  content: "\f343";
}

.ti-home-signal:before {
  content: "\f356";
}

.ti-home-star:before {
  content: "\f344";
}

.ti-home-stats:before {
  content: "\f345";
}

.ti-home-up:before {
  content: "\f346";
}

.ti-home-x:before {
  content: "\f347";
}

.ti-horse-toy:before {
  content: "\f28a";
}

.ti-hotel-service:before {
  content: "\ef80";
}

.ti-hourglass:before {
  content: "\ef93";
}

.ti-hourglass-empty:before {
  content: "\f146";
}

.ti-hourglass-high:before {
  content: "\f092";
}

.ti-hourglass-low:before {
  content: "\f093";
}

.ti-hourglass-off:before {
  content: "\f147";
}

.ti-ice-cream:before {
  content: "\eac2";
}

.ti-ice-cream-2:before {
  content: "\ee9f";
}

.ti-ice-cream-off:before {
  content: "\f148";
}

.ti-ice-skating:before {
  content: "\efcb";
}

.ti-icons:before {
  content: "\f1d4";
}

.ti-icons-off:before {
  content: "\f3fc";
}

.ti-id:before {
  content: "\eac3";
}

.ti-id-badge:before {
  content: "\eff7";
}

.ti-id-badge-2:before {
  content: "\f076";
}

.ti-id-badge-off:before {
  content: "\f3fd";
}

.ti-id-off:before {
  content: "\f149";
}

.ti-inbox:before {
  content: "\eac4";
}

.ti-inbox-off:before {
  content: "\f14a";
}

.ti-indent-decrease:before {
  content: "\eb91";
}

.ti-indent-increase:before {
  content: "\eb92";
}

.ti-infinity:before {
  content: "\eb69";
}

.ti-infinity-off:before {
  content: "\f3fe";
}

.ti-info-circle:before {
  content: "\eac5";
}

.ti-info-square:before {
  content: "\eac6";
}

.ti-info-square-rounded:before {
  content: "\f635";
}

.ti-inner-shadow-bottom:before {
  content: "\f520";
}

.ti-inner-shadow-bottom-left:before {
  content: "\f51e";
}

.ti-inner-shadow-bottom-right:before {
  content: "\f51f";
}

.ti-inner-shadow-left:before {
  content: "\f521";
}

.ti-inner-shadow-right:before {
  content: "\f522";
}

.ti-inner-shadow-top:before {
  content: "\f525";
}

.ti-inner-shadow-top-left:before {
  content: "\f523";
}

.ti-inner-shadow-top-right:before {
  content: "\f524";
}

.ti-input-search:before {
  content: "\f2a2";
}

.ti-ironing-1:before {
  content: "\f2f4";
}

.ti-ironing-2:before {
  content: "\f2f5";
}

.ti-ironing-3:before {
  content: "\f2f6";
}

.ti-ironing-off:before {
  content: "\f2f7";
}

.ti-ironing-steam:before {
  content: "\f2f9";
}

.ti-ironing-steam-off:before {
  content: "\f2f8";
}

.ti-italic:before {
  content: "\eb93";
}

.ti-jacket:before {
  content: "\f661";
}

.ti-jetpack:before {
  content: "\f581";
}

.ti-jewish-star:before {
  content: "\f3ff";
}

.ti-jewish-star-filled:before {
  content: "\f67e";
}

.ti-jpg:before {
  content: "\f3ac";
}

.ti-jump-rope:before {
  content: "\ed8f";
}

.ti-karate:before {
  content: "\ed32";
}

.ti-kayak:before {
  content: "\f1d6";
}

.ti-kering:before {
  content: "\efb8";
}

.ti-key:before {
  content: "\eac7";
}

.ti-key-off:before {
  content: "\f14b";
}

.ti-keyboard:before {
  content: "\ebd6";
}

.ti-keyboard-hide:before {
  content: "\ec7e";
}

.ti-keyboard-off:before {
  content: "\eea0";
}

.ti-keyboard-show:before {
  content: "\ec7f";
}

.ti-keyframe:before {
  content: "\f576";
}

.ti-keyframe-align-center:before {
  content: "\f582";
}

.ti-keyframe-align-horizontal:before {
  content: "\f583";
}

.ti-keyframe-align-vertical:before {
  content: "\f584";
}

.ti-keyframes:before {
  content: "\f585";
}

.ti-ladder:before {
  content: "\efe2";
}

.ti-ladder-off:before {
  content: "\f14c";
}

.ti-lambda:before {
  content: "\f541";
}

.ti-lamp:before {
  content: "\efab";
}

.ti-lamp-2:before {
  content: "\f09e";
}

.ti-lamp-off:before {
  content: "\f14d";
}

.ti-language:before {
  content: "\ebbe";
}

.ti-language-hiragana:before {
  content: "\ef77";
}

.ti-language-katakana:before {
  content: "\ef78";
}

.ti-language-off:before {
  content: "\f14e";
}

.ti-lasso:before {
  content: "\efac";
}

.ti-lasso-off:before {
  content: "\f14f";
}

.ti-lasso-polygon:before {
  content: "\f388";
}

.ti-layers-difference:before {
  content: "\eac8";
}

.ti-layers-intersect:before {
  content: "\eac9";
}

.ti-layers-intersect-2:before {
  content: "\eff8";
}

.ti-layers-linked:before {
  content: "\eea1";
}

.ti-layers-off:before {
  content: "\f150";
}

.ti-layers-subtract:before {
  content: "\eaca";
}

.ti-layers-union:before {
  content: "\eacb";
}

.ti-layout:before {
  content: "\eadb";
}

.ti-layout-2:before {
  content: "\eacc";
}

.ti-layout-align-bottom:before {
  content: "\eacd";
}

.ti-layout-align-center:before {
  content: "\eace";
}

.ti-layout-align-left:before {
  content: "\eacf";
}

.ti-layout-align-middle:before {
  content: "\ead0";
}

.ti-layout-align-right:before {
  content: "\ead1";
}

.ti-layout-align-top:before {
  content: "\ead2";
}

.ti-layout-board:before {
  content: "\ef95";
}

.ti-layout-board-split:before {
  content: "\ef94";
}

.ti-layout-bottombar:before {
  content: "\ead3";
}

.ti-layout-bottombar-collapse:before {
  content: "\f28b";
}

.ti-layout-bottombar-expand:before {
  content: "\f28c";
}

.ti-layout-cards:before {
  content: "\ec13";
}

.ti-layout-collage:before {
  content: "\f389";
}

.ti-layout-columns:before {
  content: "\ead4";
}

.ti-layout-dashboard:before {
  content: "\f02c";
}

.ti-layout-distribute-horizontal:before {
  content: "\ead5";
}

.ti-layout-distribute-vertical:before {
  content: "\ead6";
}

.ti-layout-grid:before {
  content: "\edba";
}

.ti-layout-grid-add:before {
  content: "\edb9";
}

.ti-layout-kanban:before {
  content: "\ec3f";
}

.ti-layout-list:before {
  content: "\ec14";
}

.ti-layout-navbar:before {
  content: "\ead7";
}

.ti-layout-navbar-collapse:before {
  content: "\f28d";
}

.ti-layout-navbar-expand:before {
  content: "\f28e";
}

.ti-layout-off:before {
  content: "\f151";
}

.ti-layout-rows:before {
  content: "\ead8";
}

.ti-layout-sidebar:before {
  content: "\eada";
}

.ti-layout-sidebar-left-collapse:before {
  content: "\f004";
}

.ti-layout-sidebar-left-expand:before {
  content: "\f005";
}

.ti-layout-sidebar-right:before {
  content: "\ead9";
}

.ti-layout-sidebar-right-collapse:before {
  content: "\f006";
}

.ti-layout-sidebar-right-expand:before {
  content: "\f007";
}

.ti-leaf:before {
  content: "\ed4f";
}

.ti-leaf-off:before {
  content: "\f400";
}

.ti-lego:before {
  content: "\eadc";
}

.ti-lego-off:before {
  content: "\f401";
}

.ti-lemon:before {
  content: "\ef10";
}

.ti-lemon-2:before {
  content: "\ef81";
}

.ti-letter-a:before {
  content: "\ec50";
}

.ti-letter-b:before {
  content: "\ec51";
}

.ti-letter-c:before {
  content: "\ec52";
}

.ti-letter-case:before {
  content: "\eea5";
}

.ti-letter-case-lower:before {
  content: "\eea2";
}

.ti-letter-case-toggle:before {
  content: "\eea3";
}

.ti-letter-case-upper:before {
  content: "\eea4";
}

.ti-letter-d:before {
  content: "\ec53";
}

.ti-letter-e:before {
  content: "\ec54";
}

.ti-letter-f:before {
  content: "\ec55";
}

.ti-letter-g:before {
  content: "\ec56";
}

.ti-letter-h:before {
  content: "\ec57";
}

.ti-letter-i:before {
  content: "\ec58";
}

.ti-letter-j:before {
  content: "\ec59";
}

.ti-letter-k:before {
  content: "\ec5a";
}

.ti-letter-l:before {
  content: "\ec5b";
}

.ti-letter-m:before {
  content: "\ec5c";
}

.ti-letter-n:before {
  content: "\ec5d";
}

.ti-letter-o:before {
  content: "\ec5e";
}

.ti-letter-p:before {
  content: "\ec5f";
}

.ti-letter-q:before {
  content: "\ec60";
}

.ti-letter-r:before {
  content: "\ec61";
}

.ti-letter-s:before {
  content: "\ec62";
}

.ti-letter-spacing:before {
  content: "\eea6";
}

.ti-letter-t:before {
  content: "\ec63";
}

.ti-letter-u:before {
  content: "\ec64";
}

.ti-letter-v:before {
  content: "\ec65";
}

.ti-letter-w:before {
  content: "\ec66";
}

.ti-letter-x:before {
  content: "\ec67";
}

.ti-letter-y:before {
  content: "\ec68";
}

.ti-letter-z:before {
  content: "\ec69";
}

.ti-license:before {
  content: "\ebc0";
}

.ti-license-off:before {
  content: "\f153";
}

.ti-lifebuoy:before {
  content: "\eadd";
}

.ti-lifebuoy-off:before {
  content: "\f154";
}

.ti-line:before {
  content: "\ec40";
}

.ti-line-dashed:before {
  content: "\eea7";
}

.ti-line-dotted:before {
  content: "\eea8";
}

.ti-line-height:before {
  content: "\eb94";
}

.ti-link:before {
  content: "\eade";
}

.ti-link-off:before {
  content: "\f402";
}

.ti-list:before {
  content: "\eb6b";
}

.ti-list-check:before {
  content: "\eb6a";
}

.ti-list-details:before {
  content: "\ef40";
}

.ti-list-numbers:before {
  content: "\ef11";
}

.ti-list-search:before {
  content: "\eea9";
}

.ti-live-photo:before {
  content: "\eadf";
}

.ti-live-photo-off:before {
  content: "\f403";
}

.ti-live-view:before {
  content: "\ec6b";
}

.ti-loader:before {
  content: "\eca3";
}

.ti-loader-2:before {
  content: "\f226";
}

.ti-loader-3:before {
  content: "\f513";
}

.ti-loader-quarter:before {
  content: "\eca2";
}

.ti-location:before {
  content: "\eae0";
}

.ti-location-broken:before {
  content: "\f2c4";
}

.ti-location-filled:before {
  content: "\f67f";
}

.ti-location-off:before {
  content: "\f155";
}

.ti-lock:before {
  content: "\eae2";
}

.ti-lock-access:before {
  content: "\eeaa";
}

.ti-lock-access-off:before {
  content: "\f404";
}

.ti-lock-off:before {
  content: "\ed1e";
}

.ti-lock-open:before {
  content: "\eae1";
}

.ti-lock-open-off:before {
  content: "\f156";
}

.ti-lock-square:before {
  content: "\ef51";
}

.ti-lock-square-rounded:before {
  content: "\f636";
}

.ti-logic-and:before {
  content: "\f240";
}

.ti-logic-buffer:before {
  content: "\f241";
}

.ti-logic-nand:before {
  content: "\f242";
}

.ti-logic-nor:before {
  content: "\f243";
}

.ti-logic-not:before {
  content: "\f244";
}

.ti-logic-or:before {
  content: "\f245";
}

.ti-logic-xnor:before {
  content: "\f246";
}

.ti-logic-xor:before {
  content: "\f247";
}

.ti-login:before {
  content: "\eba7";
}

.ti-logout:before {
  content: "\eba8";
}

.ti-lollipop:before {
  content: "\efcc";
}

.ti-lollipop-off:before {
  content: "\f157";
}

.ti-luggage:before {
  content: "\efad";
}

.ti-luggage-off:before {
  content: "\f158";
}

.ti-lungs:before {
  content: "\ef62";
}

.ti-lungs-off:before {
  content: "\f405";
}

.ti-macro:before {
  content: "\eeab";
}

.ti-macro-off:before {
  content: "\f406";
}

.ti-magnet:before {
  content: "\eae3";
}

.ti-magnet-off:before {
  content: "\f159";
}

.ti-mail:before {
  content: "\eae5";
}

.ti-mail-fast:before {
  content: "\f069";
}

.ti-mail-forward:before {
  content: "\eeac";
}

.ti-mail-off:before {
  content: "\f15a";
}

.ti-mail-opened:before {
  content: "\eae4";
}

.ti-mailbox:before {
  content: "\eead";
}

.ti-mailbox-off:before {
  content: "\f15b";
}

.ti-man:before {
  content: "\eae6";
}

.ti-manual-gearbox:before {
  content: "\ed7b";
}

.ti-map:before {
  content: "\eae9";
}

.ti-map-2:before {
  content: "\eae7";
}

.ti-map-off:before {
  content: "\f15c";
}

.ti-map-pin:before {
  content: "\eae8";
}

.ti-map-pin-filled:before {
  content: "\f680";
}

.ti-map-pin-off:before {
  content: "\ecf3";
}

.ti-map-pins:before {
  content: "\ed5e";
}

.ti-map-search:before {
  content: "\ef82";
}

.ti-markdown:before {
  content: "\ec41";
}

.ti-markdown-off:before {
  content: "\f407";
}

.ti-marquee:before {
  content: "\ec77";
}

.ti-marquee-2:before {
  content: "\eeae";
}

.ti-marquee-off:before {
  content: "\f15d";
}

.ti-mars:before {
  content: "\ec80";
}

.ti-mask:before {
  content: "\eeb0";
}

.ti-mask-off:before {
  content: "\eeaf";
}

.ti-masks-theater:before {
  content: "\f263";
}

.ti-masks-theater-off:before {
  content: "\f408";
}

.ti-massage:before {
  content: "\eeb1";
}

.ti-matchstick:before {
  content: "\f577";
}

.ti-math:before {
  content: "\ebeb";
}

.ti-math-1-divide-2:before {
  content: "\f4e2";
}

.ti-math-1-divide-3:before {
  content: "\f4e3";
}

.ti-math-avg:before {
  content: "\f0f4";
}

.ti-math-equal-greater:before {
  content: "\f4e4";
}

.ti-math-equal-lower:before {
  content: "\f4e5";
}

.ti-math-function:before {
  content: "\eeb2";
}

.ti-math-function-off:before {
  content: "\f15e";
}

.ti-math-function-y:before {
  content: "\f4e6";
}

.ti-math-greater:before {
  content: "\f4e7";
}

.ti-math-integral:before {
  content: "\f4e9";
}

.ti-math-integral-x:before {
  content: "\f4e8";
}

.ti-math-integrals:before {
  content: "\f4ea";
}

.ti-math-lower:before {
  content: "\f4eb";
}

.ti-math-max:before {
  content: "\f0f5";
}

.ti-math-min:before {
  content: "\f0f6";
}

.ti-math-not:before {
  content: "\f4ec";
}

.ti-math-off:before {
  content: "\f409";
}

.ti-math-pi:before {
  content: "\f4ee";
}

.ti-math-pi-divide-2:before {
  content: "\f4ed";
}

.ti-math-symbols:before {
  content: "\eeb3";
}

.ti-math-x-divide-2:before {
  content: "\f4ef";
}

.ti-math-x-divide-y:before {
  content: "\f4f1";
}

.ti-math-x-divide-y-2:before {
  content: "\f4f0";
}

.ti-math-x-minus-x:before {
  content: "\f4f2";
}

.ti-math-x-minus-y:before {
  content: "\f4f3";
}

.ti-math-x-plus-x:before {
  content: "\f4f4";
}

.ti-math-x-plus-y:before {
  content: "\f4f5";
}

.ti-math-xy:before {
  content: "\f4f6";
}

.ti-math-y-minus-y:before {
  content: "\f4f7";
}

.ti-math-y-plus-y:before {
  content: "\f4f8";
}

.ti-maximize:before {
  content: "\eaea";
}

.ti-maximize-off:before {
  content: "\f15f";
}

.ti-meat:before {
  content: "\ef12";
}

.ti-meat-off:before {
  content: "\f40a";
}

.ti-medal:before {
  content: "\ec78";
}

.ti-medal-2:before {
  content: "\efcd";
}

.ti-medical-cross:before {
  content: "\ec2f";
}

.ti-medical-cross-filled:before {
  content: "\f681";
}

.ti-medical-cross-off:before {
  content: "\f160";
}

.ti-medicine-syrup:before {
  content: "\ef63";
}

.ti-meeple:before {
  content: "\f514";
}

.ti-menorah:before {
  content: "\f58c";
}

.ti-menu:before {
  content: "\eaeb";
}

.ti-menu-2:before {
  content: "\ec42";
}

.ti-menu-order:before {
  content: "\f5f5";
}

.ti-message:before {
  content: "\eaef";
}

.ti-message-2:before {
  content: "\eaec";
}

.ti-message-2-code:before {
  content: "\f012";
}

.ti-message-2-off:before {
  content: "\f40b";
}

.ti-message-2-share:before {
  content: "\f077";
}

.ti-message-chatbot:before {
  content: "\f38a";
}

.ti-message-circle:before {
  content: "\eaed";
}

.ti-message-circle-2:before {
  content: "\ed3f";
}

.ti-message-circle-2-filled:before {
  content: "\f682";
}

.ti-message-circle-off:before {
  content: "\ed40";
}

.ti-message-code:before {
  content: "\f013";
}

.ti-message-dots:before {
  content: "\eaee";
}

.ti-message-forward:before {
  content: "\f28f";
}

.ti-message-language:before {
  content: "\efae";
}

.ti-message-off:before {
  content: "\ed41";
}

.ti-message-plus:before {
  content: "\ec9a";
}

.ti-message-report:before {
  content: "\ec9b";
}

.ti-message-share:before {
  content: "\f078";
}

.ti-messages:before {
  content: "\eb6c";
}

.ti-messages-off:before {
  content: "\ed42";
}

.ti-meteor:before {
  content: "\f1fd";
}

.ti-meteor-off:before {
  content: "\f40c";
}

.ti-mickey:before {
  content: "\f2a3";
}

.ti-mickey-filled:before {
  content: "\f683";
}

.ti-microphone:before {
  content: "\eaf0";
}

.ti-microphone-2:before {
  content: "\ef2c";
}

.ti-microphone-2-off:before {
  content: "\f40d";
}

.ti-microphone-off:before {
  content: "\ed16";
}

.ti-microscope:before {
  content: "\ef64";
}

.ti-microscope-off:before {
  content: "\f40e";
}

.ti-microwave:before {
  content: "\f248";
}

.ti-microwave-off:before {
  content: "\f264";
}

.ti-military-award:before {
  content: "\f079";
}

.ti-military-rank:before {
  content: "\efcf";
}

.ti-milk:before {
  content: "\ef13";
}

.ti-milk-off:before {
  content: "\f40f";
}

.ti-milkshake:before {
  content: "\f4c8";
}

.ti-minimize:before {
  content: "\eaf1";
}

.ti-minus:before {
  content: "\eaf2";
}

.ti-minus-vertical:before {
  content: "\eeb4";
}

.ti-mist:before {
  content: "\ec30";
}

.ti-mist-off:before {
  content: "\f410";
}

.ti-moneybag:before {
  content: "\f506";
}

.ti-mood-angry:before {
  content: "\f2de";
}

.ti-mood-annoyed:before {
  content: "\f2e0";
}

.ti-mood-annoyed-2:before {
  content: "\f2df";
}

.ti-mood-boy:before {
  content: "\ed2d";
}

.ti-mood-confuzed:before {
  content: "\eaf3";
}

.ti-mood-crazy-happy:before {
  content: "\ed90";
}

.ti-mood-cry:before {
  content: "\ecbb";
}

.ti-mood-empty:before {
  content: "\eeb5";
}

.ti-mood-happy:before {
  content: "\eaf4";
}

.ti-mood-kid:before {
  content: "\ec03";
}

.ti-mood-look-left:before {
  content: "\f2c5";
}

.ti-mood-look-right:before {
  content: "\f2c6";
}

.ti-mood-nerd:before {
  content: "\f2e1";
}

.ti-mood-nervous:before {
  content: "\ef96";
}

.ti-mood-neutral:before {
  content: "\eaf5";
}

.ti-mood-off:before {
  content: "\f161";
}

.ti-mood-sad:before {
  content: "\eaf6";
}

.ti-mood-sad-2:before {
  content: "\f2e2";
}

.ti-mood-sad-dizzy:before {
  content: "\f2e3";
}

.ti-mood-sad-squint:before {
  content: "\f2e4";
}

.ti-mood-sick:before {
  content: "\f2e5";
}

.ti-mood-silence:before {
  content: "\f2e6";
}

.ti-mood-sing:before {
  content: "\f2c7";
}

.ti-mood-smile:before {
  content: "\eaf7";
}

.ti-mood-smile-beam:before {
  content: "\f2e7";
}

.ti-mood-smile-dizzy:before {
  content: "\f2e8";
}

.ti-mood-suprised:before {
  content: "\ec04";
}

.ti-mood-tongue:before {
  content: "\eb95";
}

.ti-mood-tongue-wink:before {
  content: "\f2ea";
}

.ti-mood-tongue-wink-2:before {
  content: "\f2e9";
}

.ti-mood-unamused:before {
  content: "\f2eb";
}

.ti-mood-wink:before {
  content: "\f2ed";
}

.ti-mood-wink-2:before {
  content: "\f2ec";
}

.ti-mood-wrrr:before {
  content: "\f2ee";
}

.ti-mood-xd:before {
  content: "\f2ef";
}

.ti-moon:before {
  content: "\eaf8";
}

.ti-moon-2:before {
  content: "\ece6";
}

.ti-moon-filled:before {
  content: "\f684";
}

.ti-moon-off:before {
  content: "\f162";
}

.ti-moon-stars:before {
  content: "\ece7";
}

.ti-moped:before {
  content: "\ecbc";
}

.ti-motorbike:before {
  content: "\eeb6";
}

.ti-mountain:before {
  content: "\ef97";
}

.ti-mountain-off:before {
  content: "\f411";
}

.ti-mouse:before {
  content: "\eaf9";
}

.ti-mouse-2:before {
  content: "\f1d7";
}

.ti-mouse-off:before {
  content: "\f163";
}

.ti-moustache:before {
  content: "\f4c9";
}

.ti-movie:before {
  content: "\eafa";
}

.ti-movie-off:before {
  content: "\f164";
}

.ti-mug:before {
  content: "\eafb";
}

.ti-mug-off:before {
  content: "\f165";
}

.ti-multiplier-0-5x:before {
  content: "\ef41";
}

.ti-multiplier-1-5x:before {
  content: "\ef42";
}

.ti-multiplier-1x:before {
  content: "\ef43";
}

.ti-multiplier-2x:before {
  content: "\ef44";
}

.ti-mushroom:before {
  content: "\ef14";
}

.ti-mushroom-off:before {
  content: "\f412";
}

.ti-music:before {
  content: "\eafc";
}

.ti-music-off:before {
  content: "\f166";
}

.ti-navigation:before {
  content: "\f2c8";
}

.ti-navigation-filled:before {
  content: "\f685";
}

.ti-navigation-off:before {
  content: "\f413";
}

.ti-needle:before {
  content: "\f508";
}

.ti-needle-thread:before {
  content: "\f507";
}

.ti-network:before {
  content: "\f09f";
}

.ti-network-off:before {
  content: "\f414";
}

.ti-new-section:before {
  content: "\ebc1";
}

.ti-news:before {
  content: "\eafd";
}

.ti-news-off:before {
  content: "\f167";
}

.ti-nfc:before {
  content: "\eeb7";
}

.ti-nfc-off:before {
  content: "\f168";
}

.ti-no-copyright:before {
  content: "\efb9";
}

.ti-no-creative-commons:before {
  content: "\efba";
}

.ti-no-derivatives:before {
  content: "\efbb";
}

.ti-north-star:before {
  content: "\f014";
}

.ti-note:before {
  content: "\eb6d";
}

.ti-note-off:before {
  content: "\f169";
}

.ti-notebook:before {
  content: "\eb96";
}

.ti-notebook-off:before {
  content: "\f415";
}

.ti-notes:before {
  content: "\eb6e";
}

.ti-notes-off:before {
  content: "\f16a";
}

.ti-notification:before {
  content: "\eafe";
}

.ti-notification-off:before {
  content: "\f16b";
}

.ti-number:before {
  content: "\f1fe";
}

.ti-number-0:before {
  content: "\edf0";
}

.ti-number-1:before {
  content: "\edf1";
}

.ti-number-2:before {
  content: "\edf2";
}

.ti-number-3:before {
  content: "\edf3";
}

.ti-number-4:before {
  content: "\edf4";
}

.ti-number-5:before {
  content: "\edf5";
}

.ti-number-6:before {
  content: "\edf6";
}

.ti-number-7:before {
  content: "\edf7";
}

.ti-number-8:before {
  content: "\edf8";
}

.ti-number-9:before {
  content: "\edf9";
}

.ti-numbers:before {
  content: "\f015";
}

.ti-nurse:before {
  content: "\ef65";
}

.ti-octagon:before {
  content: "\ecbd";
}

.ti-octagon-filled:before {
  content: "\f686";
}

.ti-octagon-off:before {
  content: "\eeb8";
}

.ti-old:before {
  content: "\eeb9";
}

.ti-olympics:before {
  content: "\eeba";
}

.ti-olympics-off:before {
  content: "\f416";
}

.ti-om:before {
  content: "\f58d";
}

.ti-omega:before {
  content: "\eb97";
}

.ti-outbound:before {
  content: "\f249";
}

.ti-outlet:before {
  content: "\ebd7";
}

.ti-oval:before {
  content: "\f02e";
}

.ti-oval-filled:before {
  content: "\f687";
}

.ti-oval-vertical:before {
  content: "\f02d";
}

.ti-oval-vertical-filled:before {
  content: "\f688";
}

.ti-overline:before {
  content: "\eebb";
}

.ti-package:before {
  content: "\eaff";
}

.ti-package-off:before {
  content: "\f16c";
}

.ti-packages:before {
  content: "\f2c9";
}

.ti-packge-export:before {
  content: "\f07a";
}

.ti-packge-import:before {
  content: "\f07b";
}

.ti-pacman:before {
  content: "\eebc";
}

.ti-page-break:before {
  content: "\ec81";
}

.ti-paint:before {
  content: "\eb00";
}

.ti-paint-off:before {
  content: "\f16d";
}

.ti-palette:before {
  content: "\eb01";
}

.ti-palette-off:before {
  content: "\f16e";
}

.ti-panorama-horizontal:before {
  content: "\ed33";
}

.ti-panorama-horizontal-off:before {
  content: "\f417";
}

.ti-panorama-vertical:before {
  content: "\ed34";
}

.ti-panorama-vertical-off:before {
  content: "\f418";
}

.ti-paper-bag:before {
  content: "\f02f";
}

.ti-paper-bag-off:before {
  content: "\f16f";
}

.ti-paperclip:before {
  content: "\eb02";
}

.ti-parachute:before {
  content: "\ed7c";
}

.ti-parachute-off:before {
  content: "\f170";
}

.ti-parentheses:before {
  content: "\ebd8";
}

.ti-parentheses-off:before {
  content: "\f171";
}

.ti-parking:before {
  content: "\eb03";
}

.ti-parking-off:before {
  content: "\f172";
}

.ti-password:before {
  content: "\f4ca";
}

.ti-paw:before {
  content: "\eff9";
}

.ti-paw-filled:before {
  content: "\f689";
}

.ti-paw-off:before {
  content: "\f419";
}

.ti-peace:before {
  content: "\ecbe";
}

.ti-pencil:before {
  content: "\eb04";
}

.ti-pencil-minus:before {
  content: "\f1eb";
}

.ti-pencil-off:before {
  content: "\f173";
}

.ti-pencil-plus:before {
  content: "\f1ec";
}

.ti-pennant:before {
  content: "\ed7d";
}

.ti-pennant-2:before {
  content: "\f06a";
}

.ti-pennant-2-filled:before {
  content: "\f68a";
}

.ti-pennant-filled:before {
  content: "\f68b";
}

.ti-pennant-off:before {
  content: "\f174";
}

.ti-pentagon:before {
  content: "\efe3";
}

.ti-pentagon-filled:before {
  content: "\f68c";
}

.ti-pentagon-off:before {
  content: "\f41a";
}

.ti-pentagram:before {
  content: "\f586";
}

.ti-pepper:before {
  content: "\ef15";
}

.ti-pepper-off:before {
  content: "\f175";
}

.ti-percentage:before {
  content: "\ecf4";
}

.ti-perfume:before {
  content: "\f509";
}

.ti-perspective:before {
  content: "\eebd";
}

.ti-perspective-off:before {
  content: "\f176";
}

.ti-phone:before {
  content: "\eb09";
}

.ti-phone-call:before {
  content: "\eb05";
}

.ti-phone-calling:before {
  content: "\ec43";
}

.ti-phone-check:before {
  content: "\ec05";
}

.ti-phone-incoming:before {
  content: "\eb06";
}

.ti-phone-off:before {
  content: "\ecf5";
}

.ti-phone-outgoing:before {
  content: "\eb07";
}

.ti-phone-pause:before {
  content: "\eb08";
}

.ti-phone-plus:before {
  content: "\ec06";
}

.ti-phone-x:before {
  content: "\ec07";
}

.ti-photo:before {
  content: "\eb0a";
}

.ti-photo-cancel:before {
  content: "\f35d";
}

.ti-photo-check:before {
  content: "\f35e";
}

.ti-photo-down:before {
  content: "\f35f";
}

.ti-photo-edit:before {
  content: "\f360";
}

.ti-photo-heart:before {
  content: "\f361";
}

.ti-photo-minus:before {
  content: "\f362";
}

.ti-photo-off:before {
  content: "\ecf6";
}

.ti-photo-plus:before {
  content: "\f363";
}

.ti-photo-search:before {
  content: "\f364";
}

.ti-photo-shield:before {
  content: "\f365";
}

.ti-photo-star:before {
  content: "\f366";
}

.ti-photo-up:before {
  content: "\f38b";
}

.ti-photo-x:before {
  content: "\f367";
}

.ti-physotherapist:before {
  content: "\eebe";
}

.ti-picture-in-picture:before {
  content: "\ed35";
}

.ti-picture-in-picture-off:before {
  content: "\ed43";
}

.ti-picture-in-picture-on:before {
  content: "\ed44";
}

.ti-picture-in-picture-top:before {
  content: "\efe4";
}

.ti-pig:before {
  content: "\ef52";
}

.ti-pig-money:before {
  content: "\f38c";
}

.ti-pig-off:before {
  content: "\f177";
}

.ti-pilcrow:before {
  content: "\f5f6";
}

.ti-pill:before {
  content: "\ec44";
}

.ti-pill-off:before {
  content: "\f178";
}

.ti-pills:before {
  content: "\ef66";
}

.ti-pin:before {
  content: "\ec9c";
}

.ti-pin-filled:before {
  content: "\f68d";
}

.ti-ping-pong:before {
  content: "\f38d";
}

.ti-pinned:before {
  content: "\ed60";
}

.ti-pinned-filled:before {
  content: "\f68e";
}

.ti-pinned-off:before {
  content: "\ed5f";
}

.ti-pizza:before {
  content: "\edbb";
}

.ti-pizza-off:before {
  content: "\f179";
}

.ti-placeholder:before {
  content: "\f626";
}

.ti-plane:before {
  content: "\eb6f";
}

.ti-plane-arrival:before {
  content: "\eb99";
}

.ti-plane-departure:before {
  content: "\eb9a";
}

.ti-plane-inflight:before {
  content: "\ef98";
}

.ti-plane-off:before {
  content: "\f17a";
}

.ti-plane-tilt:before {
  content: "\f1ed";
}

.ti-planet:before {
  content: "\ec08";
}

.ti-planet-off:before {
  content: "\f17b";
}

.ti-plant:before {
  content: "\ed50";
}

.ti-plant-2:before {
  content: "\ed7e";
}

.ti-plant-2-off:before {
  content: "\f17c";
}

.ti-plant-off:before {
  content: "\f17d";
}

.ti-play-card:before {
  content: "\eebf";
}

.ti-play-card-off:before {
  content: "\f17e";
}

.ti-player-eject:before {
  content: "\efbc";
}

.ti-player-eject-filled:before {
  content: "\f68f";
}

.ti-player-pause:before {
  content: "\ed45";
}

.ti-player-pause-filled:before {
  content: "\f690";
}

.ti-player-play:before {
  content: "\ed46";
}

.ti-player-play-filled:before {
  content: "\f691";
}

.ti-player-record:before {
  content: "\ed47";
}

.ti-player-record-filled:before {
  content: "\f692";
}

.ti-player-skip-back:before {
  content: "\ed48";
}

.ti-player-skip-back-filled:before {
  content: "\f693";
}

.ti-player-skip-forward:before {
  content: "\ed49";
}

.ti-player-skip-forward-filled:before {
  content: "\f694";
}

.ti-player-stop:before {
  content: "\ed4a";
}

.ti-player-stop-filled:before {
  content: "\f695";
}

.ti-player-track-next:before {
  content: "\ed4b";
}

.ti-player-track-next-filled:before {
  content: "\f696";
}

.ti-player-track-prev:before {
  content: "\ed4c";
}

.ti-player-track-prev-filled:before {
  content: "\f697";
}

.ti-playlist:before {
  content: "\eec0";
}

.ti-playlist-add:before {
  content: "\f008";
}

.ti-playlist-off:before {
  content: "\f17f";
}

.ti-playlist-x:before {
  content: "\f009";
}

.ti-playstation-circle:before {
  content: "\f2ad";
}

.ti-playstation-square:before {
  content: "\f2ae";
}

.ti-playstation-triangle:before {
  content: "\f2af";
}

.ti-playstation-x:before {
  content: "\f2b0";
}

.ti-plug:before {
  content: "\ebd9";
}

.ti-plug-connected:before {
  content: "\f00a";
}

.ti-plug-connected-x:before {
  content: "\f0a0";
}

.ti-plug-off:before {
  content: "\f180";
}

.ti-plug-x:before {
  content: "\f0a1";
}

.ti-plus:before {
  content: "\eb0b";
}

.ti-png:before {
  content: "\f3ad";
}

.ti-podium:before {
  content: "\f1d8";
}

.ti-podium-off:before {
  content: "\f41b";
}

.ti-point:before {
  content: "\eb0c";
}

.ti-point-filled:before {
  content: "\f698";
}

.ti-point-off:before {
  content: "\f181";
}

.ti-pointer:before {
  content: "\f265";
}

.ti-pokeball:before {
  content: "\eec1";
}

.ti-pokeball-off:before {
  content: "\f41c";
}

.ti-poker-chip:before {
  content: "\f515";
}

.ti-polaroid:before {
  content: "\eec2";
}

.ti-polygon:before {
  content: "\efd0";
}

.ti-polygon-off:before {
  content: "\f182";
}

.ti-poo:before {
  content: "\f258";
}

.ti-pool:before {
  content: "\ed91";
}

.ti-pool-off:before {
  content: "\f41d";
}

.ti-power:before {
  content: "\eb0d";
}

.ti-pray:before {
  content: "\ecbf";
}

.ti-premium-rights:before {
  content: "\efbd";
}

.ti-prescription:before {
  content: "\ef99";
}

.ti-presentation:before {
  content: "\eb70";
}

.ti-presentation-analytics:before {
  content: "\eec3";
}

.ti-presentation-off:before {
  content: "\f183";
}

.ti-printer:before {
  content: "\eb0e";
}

.ti-printer-off:before {
  content: "\f184";
}

.ti-prison:before {
  content: "\ef79";
}

.ti-prompt:before {
  content: "\eb0f";
}

.ti-propeller:before {
  content: "\eec4";
}

.ti-propeller-off:before {
  content: "\f185";
}

.ti-pumpkin-scary:before {
  content: "\f587";
}

.ti-puzzle:before {
  content: "\eb10";
}

.ti-puzzle-2:before {
  content: "\ef83";
}

.ti-puzzle-filled:before {
  content: "\f699";
}

.ti-puzzle-off:before {
  content: "\f186";
}

.ti-pyramid:before {
  content: "\eec5";
}

.ti-pyramid-off:before {
  content: "\f187";
}

.ti-qrcode:before {
  content: "\eb11";
}

.ti-qrcode-off:before {
  content: "\f41e";
}

.ti-question-circle:before {
  content: "\f637";
}

.ti-question-mark:before {
  content: "\ec9d";
}

.ti-quote:before {
  content: "\efbe";
}

.ti-quote-off:before {
  content: "\f188";
}

.ti-radar:before {
  content: "\f017";
}

.ti-radar-2:before {
  content: "\f016";
}

.ti-radar-off:before {
  content: "\f41f";
}

.ti-radio:before {
  content: "\ef2d";
}

.ti-radio-off:before {
  content: "\f420";
}

.ti-radioactive:before {
  content: "\ecc0";
}

.ti-radioactive-off:before {
  content: "\f189";
}

.ti-radius-bottom-left:before {
  content: "\eec6";
}

.ti-radius-bottom-right:before {
  content: "\eec7";
}

.ti-radius-top-left:before {
  content: "\eec8";
}

.ti-radius-top-right:before {
  content: "\eec9";
}

.ti-rainbow:before {
  content: "\edbc";
}

.ti-rainbow-off:before {
  content: "\f18a";
}

.ti-rating-12-plus:before {
  content: "\f266";
}

.ti-rating-14-plus:before {
  content: "\f267";
}

.ti-rating-16-plus:before {
  content: "\f268";
}

.ti-rating-18-plus:before {
  content: "\f269";
}

.ti-rating-21-plus:before {
  content: "\f26a";
}

.ti-razor:before {
  content: "\f4b5";
}

.ti-razor-electric:before {
  content: "\f4b4";
}

.ti-receipt:before {
  content: "\edfd";
}

.ti-receipt-2:before {
  content: "\edfa";
}

.ti-receipt-off:before {
  content: "\edfb";
}

.ti-receipt-refund:before {
  content: "\edfc";
}

.ti-receipt-tax:before {
  content: "\edbd";
}

.ti-recharging:before {
  content: "\eeca";
}

.ti-record-mail:before {
  content: "\eb12";
}

.ti-record-mail-off:before {
  content: "\f18b";
}

.ti-rectangle:before {
  content: "\ed37";
}

.ti-rectangle-filled:before {
  content: "\f69a";
}

.ti-rectangle-vertical:before {
  content: "\ed36";
}

.ti-rectangle-vertical-filled:before {
  content: "\f69b";
}

.ti-recycle:before {
  content: "\eb9b";
}

.ti-recycle-off:before {
  content: "\f18c";
}

.ti-refresh:before {
  content: "\eb13";
}

.ti-refresh-alert:before {
  content: "\ed57";
}

.ti-refresh-dot:before {
  content: "\efbf";
}

.ti-refresh-off:before {
  content: "\f18d";
}

.ti-regex:before {
  content: "\f31f";
}

.ti-regex-off:before {
  content: "\f421";
}

.ti-registered:before {
  content: "\eb14";
}

.ti-relation-many-to-many:before {
  content: "\ed7f";
}

.ti-relation-one-to-many:before {
  content: "\ed80";
}

.ti-relation-one-to-one:before {
  content: "\ed81";
}

.ti-reload:before {
  content: "\f3ae";
}

.ti-repeat:before {
  content: "\eb72";
}

.ti-repeat-off:before {
  content: "\f18e";
}

.ti-repeat-once:before {
  content: "\eb71";
}

.ti-replace:before {
  content: "\ebc7";
}

.ti-replace-filled:before {
  content: "\f69c";
}

.ti-replace-off:before {
  content: "\f422";
}

.ti-report:before {
  content: "\eece";
}

.ti-report-analytics:before {
  content: "\eecb";
}

.ti-report-medical:before {
  content: "\eecc";
}

.ti-report-money:before {
  content: "\eecd";
}

.ti-report-off:before {
  content: "\f18f";
}

.ti-report-search:before {
  content: "\ef84";
}

.ti-resize:before {
  content: "\eecf";
}

.ti-ribbon-health:before {
  content: "\f58e";
}

.ti-ripple:before {
  content: "\ed82";
}

.ti-ripple-off:before {
  content: "\f190";
}

.ti-road:before {
  content: "\f018";
}

.ti-road-off:before {
  content: "\f191";
}

.ti-road-sign:before {
  content: "\ecdd";
}

.ti-robot:before {
  content: "\f00b";
}

.ti-robot-off:before {
  content: "\f192";
}

.ti-rocket:before {
  content: "\ec45";
}

.ti-rocket-off:before {
  content: "\f193";
}

.ti-roller-skating:before {
  content: "\efd1";
}

.ti-rollercoaster:before {
  content: "\f0a2";
}

.ti-rollercoaster-off:before {
  content: "\f423";
}

.ti-rosette:before {
  content: "\f599";
}

.ti-rosette-filled:before {
  content: "\f69d";
}

.ti-rosette-number-0:before {
  content: "\f58f";
}

.ti-rosette-number-1:before {
  content: "\f590";
}

.ti-rosette-number-2:before {
  content: "\f591";
}

.ti-rosette-number-3:before {
  content: "\f592";
}

.ti-rosette-number-4:before {
  content: "\f593";
}

.ti-rosette-number-5:before {
  content: "\f594";
}

.ti-rosette-number-6:before {
  content: "\f595";
}

.ti-rosette-number-7:before {
  content: "\f596";
}

.ti-rosette-number-8:before {
  content: "\f597";
}

.ti-rosette-number-9:before {
  content: "\f598";
}

.ti-rotate:before {
  content: "\eb16";
}

.ti-rotate-2:before {
  content: "\ebb4";
}

.ti-rotate-360:before {
  content: "\ef85";
}

.ti-rotate-clockwise:before {
  content: "\eb15";
}

.ti-rotate-clockwise-2:before {
  content: "\ebb5";
}

.ti-rotate-dot:before {
  content: "\efe5";
}

.ti-rotate-rectangle:before {
  content: "\ec15";
}

.ti-route:before {
  content: "\eb17";
}

.ti-route-2:before {
  content: "\f4b6";
}

.ti-route-off:before {
  content: "\f194";
}

.ti-router:before {
  content: "\eb18";
}

.ti-router-off:before {
  content: "\f424";
}

.ti-row-insert-bottom:before {
  content: "\eed0";
}

.ti-row-insert-top:before {
  content: "\eed1";
}

.ti-rss:before {
  content: "\eb19";
}

.ti-rubber-stamp:before {
  content: "\f5ab";
}

.ti-rubber-stamp-off:before {
  content: "\f5aa";
}

.ti-ruler:before {
  content: "\eb1a";
}

.ti-ruler-2:before {
  content: "\eed2";
}

.ti-ruler-2-off:before {
  content: "\f195";
}

.ti-ruler-3:before {
  content: "\f290";
}

.ti-ruler-measure:before {
  content: "\f291";
}

.ti-ruler-off:before {
  content: "\f196";
}

.ti-run:before {
  content: "\ec82";
}

.ti-s-turn-down:before {
  content: "\f516";
}

.ti-s-turn-left:before {
  content: "\f517";
}

.ti-s-turn-right:before {
  content: "\f518";
}

.ti-s-turn-up:before {
  content: "\f519";
}

.ti-sailboat:before {
  content: "\ec83";
}

.ti-sailboat-2:before {
  content: "\f5f7";
}

.ti-sailboat-off:before {
  content: "\f425";
}

.ti-salad:before {
  content: "\f50a";
}

.ti-salt:before {
  content: "\ef16";
}

.ti-satellite:before {
  content: "\eed3";
}

.ti-satellite-off:before {
  content: "\f197";
}

.ti-sausage:before {
  content: "\ef17";
}

.ti-scale:before {
  content: "\ebc2";
}

.ti-scale-off:before {
  content: "\f198";
}

.ti-scale-outline:before {
  content: "\ef53";
}

.ti-scale-outline-off:before {
  content: "\f199";
}

.ti-scan:before {
  content: "\ebc8";
}

.ti-scan-eye:before {
  content: "\f1ff";
}

.ti-schema:before {
  content: "\f200";
}

.ti-schema-off:before {
  content: "\f426";
}

.ti-school:before {
  content: "\ecf7";
}

.ti-school-bell:before {
  content: "\f64a";
}

.ti-school-off:before {
  content: "\f19a";
}

.ti-scissors:before {
  content: "\eb1b";
}

.ti-scissors-off:before {
  content: "\f19b";
}

.ti-scooter:before {
  content: "\ec6c";
}

.ti-scooter-electric:before {
  content: "\ecc1";
}

.ti-screen-share:before {
  content: "\ed18";
}

.ti-screen-share-off:before {
  content: "\ed17";
}

.ti-screenshot:before {
  content: "\f201";
}

.ti-scribble:before {
  content: "\f0a3";
}

.ti-scribble-off:before {
  content: "\f427";
}

.ti-script:before {
  content: "\f2da";
}

.ti-script-minus:before {
  content: "\f2d7";
}

.ti-script-plus:before {
  content: "\f2d8";
}

.ti-script-x:before {
  content: "\f2d9";
}

.ti-scuba-mask:before {
  content: "\eed4";
}

.ti-scuba-mask-off:before {
  content: "\f428";
}

.ti-sdk:before {
  content: "\f3af";
}

.ti-search:before {
  content: "\eb1c";
}

.ti-search-off:before {
  content: "\f19c";
}

.ti-section:before {
  content: "\eed5";
}

.ti-section-sign:before {
  content: "\f019";
}

.ti-seeding:before {
  content: "\ed51";
}

.ti-seeding-off:before {
  content: "\f19d";
}

.ti-select:before {
  content: "\ec9e";
}

.ti-selector:before {
  content: "\eb1d";
}

.ti-send:before {
  content: "\eb1e";
}

.ti-send-off:before {
  content: "\f429";
}

.ti-seo:before {
  content: "\f26b";
}

.ti-separator:before {
  content: "\ebda";
}

.ti-separator-horizontal:before {
  content: "\ec79";
}

.ti-separator-vertical:before {
  content: "\ec7a";
}

.ti-server:before {
  content: "\eb1f";
}

.ti-server-2:before {
  content: "\f07c";
}

.ti-server-bolt:before {
  content: "\f320";
}

.ti-server-cog:before {
  content: "\f321";
}

.ti-server-off:before {
  content: "\f19e";
}

.ti-servicemark:before {
  content: "\ec09";
}

.ti-settings:before {
  content: "\eb20";
}

.ti-settings-2:before {
  content: "\f5ac";
}

.ti-settings-automation:before {
  content: "\eed6";
}

.ti-settings-filled:before {
  content: "\f69e";
}

.ti-settings-off:before {
  content: "\f19f";
}

.ti-shadow:before {
  content: "\eed8";
}

.ti-shadow-off:before {
  content: "\eed7";
}

.ti-shape:before {
  content: "\eb9c";
}

.ti-shape-2:before {
  content: "\eed9";
}

.ti-shape-3:before {
  content: "\eeda";
}

.ti-shape-off:before {
  content: "\f1a0";
}

.ti-share:before {
  content: "\eb21";
}

.ti-share-off:before {
  content: "\f1a1";
}

.ti-shield:before {
  content: "\eb24";
}

.ti-shield-check:before {
  content: "\eb22";
}

.ti-shield-checkered:before {
  content: "\ef9a";
}

.ti-shield-chevron:before {
  content: "\ef9b";
}

.ti-shield-filled:before {
  content: "\f69f";
}

.ti-shield-half:before {
  content: "\f358";
}

.ti-shield-half-filled:before {
  content: "\f357";
}

.ti-shield-lock:before {
  content: "\ed58";
}

.ti-shield-off:before {
  content: "\ecf8";
}

.ti-shield-x:before {
  content: "\eb23";
}

.ti-ship:before {
  content: "\ec84";
}

.ti-ship-off:before {
  content: "\f42a";
}

.ti-shirt:before {
  content: "\ec0a";
}

.ti-shirt-filled:before {
  content: "\f6a0";
}

.ti-shirt-off:before {
  content: "\f1a2";
}

.ti-shirt-sport:before {
  content: "\f26c";
}

.ti-shoe:before {
  content: "\efd2";
}

.ti-shoe-off:before {
  content: "\f1a4";
}

.ti-shopping-bag:before {
  content: "\f5f8";
}

.ti-shopping-cart:before {
  content: "\eb25";
}

.ti-shopping-cart-discount:before {
  content: "\eedb";
}

.ti-shopping-cart-off:before {
  content: "\eedc";
}

.ti-shopping-cart-plus:before {
  content: "\eedd";
}

.ti-shopping-cart-x:before {
  content: "\eede";
}

.ti-shovel:before {
  content: "\f1d9";
}

.ti-shredder:before {
  content: "\eedf";
}

.ti-sign-left:before {
  content: "\f06b";
}

.ti-sign-left-filled:before {
  content: "\f6a1";
}

.ti-sign-right:before {
  content: "\f06c";
}

.ti-sign-right-filled:before {
  content: "\f6a2";
}

.ti-signal-3g:before {
  content: "\f1ee";
}

.ti-signal-4g:before {
  content: "\f1ef";
}

.ti-signal-4g-plus:before {
  content: "\f259";
}

.ti-signal-5g:before {
  content: "\f1f0";
}

.ti-signature:before {
  content: "\eee0";
}

.ti-signature-off:before {
  content: "\f1a5";
}

.ti-sitemap:before {
  content: "\eb9d";
}

.ti-sitemap-off:before {
  content: "\f1a6";
}

.ti-skateboard:before {
  content: "\ecc2";
}

.ti-skateboard-off:before {
  content: "\f42b";
}

.ti-skull:before {
  content: "\f292";
}

.ti-slash:before {
  content: "\f4f9";
}

.ti-slashes:before {
  content: "\f588";
}

.ti-sleigh:before {
  content: "\ef9c";
}

.ti-slice:before {
  content: "\ebdb";
}

.ti-slideshow:before {
  content: "\ebc9";
}

.ti-smart-home:before {
  content: "\ecde";
}

.ti-smart-home-off:before {
  content: "\f1a7";
}

.ti-smoking:before {
  content: "\ecc4";
}

.ti-smoking-no:before {
  content: "\ecc3";
}

.ti-snowflake:before {
  content: "\ec0b";
}

.ti-snowflake-off:before {
  content: "\f1a8";
}

.ti-snowman:before {
  content: "\f26d";
}

.ti-soccer-field:before {
  content: "\ed92";
}

.ti-social:before {
  content: "\ebec";
}

.ti-social-off:before {
  content: "\f1a9";
}

.ti-sock:before {
  content: "\eee1";
}

.ti-sofa:before {
  content: "\efaf";
}

.ti-sofa-off:before {
  content: "\f42c";
}

.ti-sort-0-9:before {
  content: "\f54d";
}

.ti-sort-9-0:before {
  content: "\f54e";
}

.ti-sort-a-z:before {
  content: "\f54f";
}

.ti-sort-ascending:before {
  content: "\eb26";
}

.ti-sort-ascending-2:before {
  content: "\eee2";
}

.ti-sort-ascending-letters:before {
  content: "\ef18";
}

.ti-sort-ascending-numbers:before {
  content: "\ef19";
}

.ti-sort-descending:before {
  content: "\eb27";
}

.ti-sort-descending-2:before {
  content: "\eee3";
}

.ti-sort-descending-letters:before {
  content: "\ef1a";
}

.ti-sort-descending-numbers:before {
  content: "\ef1b";
}

.ti-sort-z-a:before {
  content: "\f550";
}

.ti-sos:before {
  content: "\f24a";
}

.ti-soup:before {
  content: "\ef2e";
}

.ti-soup-off:before {
  content: "\f42d";
}

.ti-source-code:before {
  content: "\f4a2";
}

.ti-space:before {
  content: "\ec0c";
}

.ti-space-off:before {
  content: "\f1aa";
}

.ti-spacing-horizontal:before {
  content: "\ef54";
}

.ti-spacing-vertical:before {
  content: "\ef55";
}

.ti-spade:before {
  content: "\effa";
}

.ti-spade-filled:before {
  content: "\f6a3";
}

.ti-sparkles:before {
  content: "\f6d7";
}

.ti-speakerphone:before {
  content: "\ed61";
}

.ti-speedboat:before {
  content: "\ed93";
}

.ti-spider:before {
  content: "\f293";
}

.ti-spiral:before {
  content: "\f294";
}

.ti-spiral-off:before {
  content: "\f42e";
}

.ti-sport-billard:before {
  content: "\eee4";
}

.ti-spray:before {
  content: "\f50b";
}

.ti-spy:before {
  content: "\f227";
}

.ti-spy-off:before {
  content: "\f42f";
}

.ti-square:before {
  content: "\eb2c";
}

.ti-square-arrow-down:before {
  content: "\f4b7";
}

.ti-square-arrow-left:before {
  content: "\f4b8";
}

.ti-square-arrow-right:before {
  content: "\f4b9";
}

.ti-square-arrow-up:before {
  content: "\f4ba";
}

.ti-square-asterisk:before {
  content: "\f01a";
}

.ti-square-check:before {
  content: "\eb28";
}

.ti-square-chevron-down:before {
  content: "\f627";
}

.ti-square-chevron-left:before {
  content: "\f628";
}

.ti-square-chevron-right:before {
  content: "\f629";
}

.ti-square-chevron-up:before {
  content: "\f62a";
}

.ti-square-chevrons-down:before {
  content: "\f64b";
}

.ti-square-chevrons-left:before {
  content: "\f64c";
}

.ti-square-chevrons-right:before {
  content: "\f64d";
}

.ti-square-chevrons-up:before {
  content: "\f64e";
}

.ti-square-dot:before {
  content: "\ed59";
}

.ti-square-f0:before {
  content: "\f526";
}

.ti-square-f1:before {
  content: "\f527";
}

.ti-square-f2:before {
  content: "\f528";
}

.ti-square-f3:before {
  content: "\f529";
}

.ti-square-f4:before {
  content: "\f52a";
}

.ti-square-f5:before {
  content: "\f52b";
}

.ti-square-f6:before {
  content: "\f52c";
}

.ti-square-f7:before {
  content: "\f52d";
}

.ti-square-f8:before {
  content: "\f52e";
}

.ti-square-f9:before {
  content: "\f52f";
}

.ti-square-forbid:before {
  content: "\ed5b";
}

.ti-square-forbid-2:before {
  content: "\ed5a";
}

.ti-square-half:before {
  content: "\effb";
}

.ti-square-key:before {
  content: "\f638";
}

.ti-square-letter-a:before {
  content: "\f47c";
}

.ti-square-letter-b:before {
  content: "\f47d";
}

.ti-square-letter-c:before {
  content: "\f47e";
}

.ti-square-letter-d:before {
  content: "\f47f";
}

.ti-square-letter-e:before {
  content: "\f480";
}

.ti-square-letter-f:before {
  content: "\f481";
}

.ti-square-letter-g:before {
  content: "\f482";
}

.ti-square-letter-h:before {
  content: "\f483";
}

.ti-square-letter-i:before {
  content: "\f484";
}

.ti-square-letter-j:before {
  content: "\f485";
}

.ti-square-letter-k:before {
  content: "\f486";
}

.ti-square-letter-l:before {
  content: "\f487";
}

.ti-square-letter-m:before {
  content: "\f488";
}

.ti-square-letter-n:before {
  content: "\f489";
}

.ti-square-letter-o:before {
  content: "\f48a";
}

.ti-square-letter-p:before {
  content: "\f48b";
}

.ti-square-letter-q:before {
  content: "\f48c";
}

.ti-square-letter-r:before {
  content: "\f48d";
}

.ti-square-letter-s:before {
  content: "\f48e";
}

.ti-square-letter-t:before {
  content: "\f48f";
}

.ti-square-letter-u:before {
  content: "\f490";
}

.ti-square-letter-v:before {
  content: "\f4bb";
}

.ti-square-letter-w:before {
  content: "\f491";
}

.ti-square-letter-x:before {
  content: "\f4bc";
}

.ti-square-letter-y:before {
  content: "\f492";
}

.ti-square-letter-z:before {
  content: "\f493";
}

.ti-square-minus:before {
  content: "\eb29";
}

.ti-square-number-0:before {
  content: "\eee5";
}

.ti-square-number-1:before {
  content: "\eee6";
}

.ti-square-number-2:before {
  content: "\eee7";
}

.ti-square-number-3:before {
  content: "\eee8";
}

.ti-square-number-4:before {
  content: "\eee9";
}

.ti-square-number-5:before {
  content: "\eeea";
}

.ti-square-number-6:before {
  content: "\eeeb";
}

.ti-square-number-7:before {
  content: "\eeec";
}

.ti-square-number-8:before {
  content: "\eeed";
}

.ti-square-number-9:before {
  content: "\eeee";
}

.ti-square-off:before {
  content: "\eeef";
}

.ti-square-plus:before {
  content: "\eb2a";
}

.ti-square-root:before {
  content: "\eef1";
}

.ti-square-root-2:before {
  content: "\eef0";
}

.ti-square-rotated:before {
  content: "\ecdf";
}

.ti-square-rotated-filled:before {
  content: "\f6a4";
}

.ti-square-rotated-forbid:before {
  content: "\f01c";
}

.ti-square-rotated-forbid-2:before {
  content: "\f01b";
}

.ti-square-rotated-off:before {
  content: "\eef2";
}

.ti-square-rounded:before {
  content: "\f59a";
}

.ti-square-rounded-arrow-down:before {
  content: "\f639";
}

.ti-square-rounded-arrow-left:before {
  content: "\f63a";
}

.ti-square-rounded-arrow-right:before {
  content: "\f63b";
}

.ti-square-rounded-arrow-up:before {
  content: "\f63c";
}

.ti-square-rounded-check:before {
  content: "\f63d";
}

.ti-square-rounded-chevron-down:before {
  content: "\f62b";
}

.ti-square-rounded-chevron-left:before {
  content: "\f62c";
}

.ti-square-rounded-chevron-right:before {
  content: "\f62d";
}

.ti-square-rounded-chevron-up:before {
  content: "\f62e";
}

.ti-square-rounded-chevrons-down:before {
  content: "\f64f";
}

.ti-square-rounded-chevrons-left:before {
  content: "\f650";
}

.ti-square-rounded-chevrons-right:before {
  content: "\f651";
}

.ti-square-rounded-chevrons-up:before {
  content: "\f652";
}

.ti-square-rounded-filled:before {
  content: "\f6a5";
}

.ti-square-rounded-letter-a:before {
  content: "\f5ae";
}

.ti-square-rounded-letter-b:before {
  content: "\f5af";
}

.ti-square-rounded-letter-c:before {
  content: "\f5b0";
}

.ti-square-rounded-letter-d:before {
  content: "\f5b1";
}

.ti-square-rounded-letter-e:before {
  content: "\f5b2";
}

.ti-square-rounded-letter-f:before {
  content: "\f5b3";
}

.ti-square-rounded-letter-g:before {
  content: "\f5b4";
}

.ti-square-rounded-letter-h:before {
  content: "\f5b5";
}

.ti-square-rounded-letter-i:before {
  content: "\f5b6";
}

.ti-square-rounded-letter-j:before {
  content: "\f5b7";
}

.ti-square-rounded-letter-k:before {
  content: "\f5b8";
}

.ti-square-rounded-letter-l:before {
  content: "\f5b9";
}

.ti-square-rounded-letter-m:before {
  content: "\f5ba";
}

.ti-square-rounded-letter-n:before {
  content: "\f5bb";
}

.ti-square-rounded-letter-o:before {
  content: "\f5bc";
}

.ti-square-rounded-letter-p:before {
  content: "\f5bd";
}

.ti-square-rounded-letter-q:before {
  content: "\f5be";
}

.ti-square-rounded-letter-r:before {
  content: "\f5bf";
}

.ti-square-rounded-letter-s:before {
  content: "\f5c0";
}

.ti-square-rounded-letter-t:before {
  content: "\f5c1";
}

.ti-square-rounded-letter-u:before {
  content: "\f5c2";
}

.ti-square-rounded-letter-v:before {
  content: "\f5c3";
}

.ti-square-rounded-letter-w:before {
  content: "\f5c4";
}

.ti-square-rounded-letter-x:before {
  content: "\f5c5";
}

.ti-square-rounded-letter-y:before {
  content: "\f5c6";
}

.ti-square-rounded-letter-z:before {
  content: "\f5c7";
}

.ti-square-rounded-minus:before {
  content: "\f63e";
}

.ti-square-rounded-number-0:before {
  content: "\f5c8";
}

.ti-square-rounded-number-1:before {
  content: "\f5c9";
}

.ti-square-rounded-number-2:before {
  content: "\f5ca";
}

.ti-square-rounded-number-3:before {
  content: "\f5cb";
}

.ti-square-rounded-number-4:before {
  content: "\f5cc";
}

.ti-square-rounded-number-5:before {
  content: "\f5cd";
}

.ti-square-rounded-number-6:before {
  content: "\f5ce";
}

.ti-square-rounded-number-7:before {
  content: "\f5cf";
}

.ti-square-rounded-number-8:before {
  content: "\f5d0";
}

.ti-square-rounded-number-9:before {
  content: "\f5d1";
}

.ti-square-rounded-plus:before {
  content: "\f63f";
}

.ti-square-rounded-x:before {
  content: "\f640";
}

.ti-square-toggle:before {
  content: "\eef4";
}

.ti-square-toggle-horizontal:before {
  content: "\eef3";
}

.ti-square-x:before {
  content: "\eb2b";
}

.ti-squares-diagonal:before {
  content: "\eef5";
}

.ti-squares-filled:before {
  content: "\eef6";
}

.ti-stack:before {
  content: "\eb2d";
}

.ti-stack-2:before {
  content: "\eef7";
}

.ti-stack-3:before {
  content: "\ef9d";
}

.ti-stack-pop:before {
  content: "\f234";
}

.ti-stack-push:before {
  content: "\f235";
}

.ti-stairs:before {
  content: "\eca6";
}

.ti-stairs-down:before {
  content: "\eca4";
}

.ti-stairs-up:before {
  content: "\eca5";
}

.ti-star:before {
  content: "\eb2e";
}

.ti-star-filled:before {
  content: "\f6a6";
}

.ti-star-half:before {
  content: "\ed19";
}

.ti-star-half-filled:before {
  content: "\f6a7";
}

.ti-star-off:before {
  content: "\ed62";
}

.ti-stars:before {
  content: "\ed38";
}

.ti-stars-filled:before {
  content: "\f6a8";
}

.ti-stars-off:before {
  content: "\f430";
}

.ti-status-change:before {
  content: "\f3b0";
}

.ti-steam:before {
  content: "\f24b";
}

.ti-steering-wheel:before {
  content: "\ec7b";
}

.ti-steering-wheel-off:before {
  content: "\f431";
}

.ti-step-into:before {
  content: "\ece0";
}

.ti-step-out:before {
  content: "\ece1";
}

.ti-stereo-glasses:before {
  content: "\f4cb";
}

.ti-stethoscope:before {
  content: "\edbe";
}

.ti-stethoscope-off:before {
  content: "\f432";
}

.ti-sticker:before {
  content: "\eb2f";
}

.ti-storm:before {
  content: "\f24c";
}

.ti-storm-off:before {
  content: "\f433";
}

.ti-stretching:before {
  content: "\f2db";
}

.ti-strikethrough:before {
  content: "\eb9e";
}

.ti-submarine:before {
  content: "\ed94";
}

.ti-subscript:before {
  content: "\eb9f";
}

.ti-subtask:before {
  content: "\ec9f";
}

.ti-sum:before {
  content: "\eb73";
}

.ti-sum-off:before {
  content: "\f1ab";
}

.ti-sun:before {
  content: "\eb30";
}

.ti-sun-filled:before {
  content: "\f6a9";
}

.ti-sun-high:before {
  content: "\f236";
}

.ti-sun-low:before {
  content: "\f237";
}

.ti-sun-moon:before {
  content: "\f4a3";
}

.ti-sun-off:before {
  content: "\ed63";
}

.ti-sun-wind:before {
  content: "\f238";
}

.ti-sunglasses:before {
  content: "\f239";
}

.ti-sunrise:before {
  content: "\ef1c";
}

.ti-sunset:before {
  content: "\ec31";
}

.ti-sunset-2:before {
  content: "\f23a";
}

.ti-superscript:before {
  content: "\eba0";
}

.ti-svg:before {
  content: "\f25a";
}

.ti-swimming:before {
  content: "\ec92";
}

.ti-swipe:before {
  content: "\f551";
}

.ti-switch:before {
  content: "\eb33";
}

.ti-switch-2:before {
  content: "\edbf";
}

.ti-switch-3:before {
  content: "\edc0";
}

.ti-switch-horizontal:before {
  content: "\eb31";
}

.ti-switch-vertical:before {
  content: "\eb32";
}

.ti-sword:before {
  content: "\f030";
}

.ti-sword-off:before {
  content: "\f434";
}

.ti-swords:before {
  content: "\f132";
}

.ti-table:before {
  content: "\eba1";
}

.ti-table-alias:before {
  content: "\f25b";
}

.ti-table-export:before {
  content: "\eef8";
}

.ti-table-import:before {
  content: "\eef9";
}

.ti-table-off:before {
  content: "\eefa";
}

.ti-table-options:before {
  content: "\f25c";
}

.ti-table-shortcut:before {
  content: "\f25d";
}

.ti-tag:before {
  content: "\eb34";
}

.ti-tag-off:before {
  content: "\efc0";
}

.ti-tags:before {
  content: "\ef86";
}

.ti-tags-off:before {
  content: "\efc1";
}

.ti-tallymark-1:before {
  content: "\ec46";
}

.ti-tallymark-2:before {
  content: "\ec47";
}

.ti-tallymark-3:before {
  content: "\ec48";
}

.ti-tallymark-4:before {
  content: "\ec49";
}

.ti-tallymarks:before {
  content: "\ec4a";
}

.ti-tank:before {
  content: "\ed95";
}

.ti-target:before {
  content: "\eb35";
}

.ti-target-arrow:before {
  content: "\f51a";
}

.ti-target-off:before {
  content: "\f1ad";
}

.ti-teapot:before {
  content: "\f552";
}

.ti-telescope:before {
  content: "\f07d";
}

.ti-telescope-off:before {
  content: "\f1ae";
}

.ti-temperature:before {
  content: "\eb38";
}

.ti-temperature-celsius:before {
  content: "\eb36";
}

.ti-temperature-fahrenheit:before {
  content: "\eb37";
}

.ti-temperature-minus:before {
  content: "\ebed";
}

.ti-temperature-off:before {
  content: "\f1af";
}

.ti-temperature-plus:before {
  content: "\ebee";
}

.ti-template:before {
  content: "\eb39";
}

.ti-template-off:before {
  content: "\f1b0";
}

.ti-tent:before {
  content: "\eefb";
}

.ti-tent-off:before {
  content: "\f435";
}

.ti-terminal:before {
  content: "\ebdc";
}

.ti-terminal-2:before {
  content: "\ebef";
}

.ti-test-pipe:before {
  content: "\eb3a";
}

.ti-test-pipe-2:before {
  content: "\f0a4";
}

.ti-test-pipe-off:before {
  content: "\f1b1";
}

.ti-tex:before {
  content: "\f4e0";
}

.ti-text-caption:before {
  content: "\f4a4";
}

.ti-text-color:before {
  content: "\f2dc";
}

.ti-text-decrease:before {
  content: "\f202";
}

.ti-text-direction-ltr:before {
  content: "\eefc";
}

.ti-text-direction-rtl:before {
  content: "\eefd";
}

.ti-text-increase:before {
  content: "\f203";
}

.ti-text-orientation:before {
  content: "\f2a4";
}

.ti-text-plus:before {
  content: "\f2a5";
}

.ti-text-recognition:before {
  content: "\f204";
}

.ti-text-resize:before {
  content: "\ef87";
}

.ti-text-size:before {
  content: "\f2b1";
}

.ti-text-spellcheck:before {
  content: "\f2a6";
}

.ti-text-wrap:before {
  content: "\ebdd";
}

.ti-text-wrap-disabled:before {
  content: "\eca7";
}

.ti-texture:before {
  content: "\f51b";
}

.ti-thermometer:before {
  content: "\ef67";
}

.ti-thumb-down:before {
  content: "\eb3b";
}

.ti-thumb-down-filled:before {
  content: "\f6aa";
}

.ti-thumb-down-off:before {
  content: "\f436";
}

.ti-thumb-up:before {
  content: "\eb3c";
}

.ti-thumb-up-filled:before {
  content: "\f6ab";
}

.ti-thumb-up-off:before {
  content: "\f437";
}

.ti-tic-tac:before {
  content: "\f51c";
}

.ti-ticket:before {
  content: "\eb3d";
}

.ti-ticket-off:before {
  content: "\f1b2";
}

.ti-tie:before {
  content: "\f07e";
}

.ti-tilde:before {
  content: "\f4a5";
}

.ti-tilt-shift:before {
  content: "\eefe";
}

.ti-tilt-shift-off:before {
  content: "\f1b3";
}

.ti-timeline:before {
  content: "\f031";
}

.ti-timeline-event:before {
  content: "\f553";
}

.ti-timeline-event-exclamation:before {
  content: "\f662";
}

.ti-timeline-event-minus:before {
  content: "\f663";
}

.ti-timeline-event-plus:before {
  content: "\f664";
}

.ti-timeline-event-text:before {
  content: "\f665";
}

.ti-timeline-event-x:before {
  content: "\f666";
}

.ti-tir:before {
  content: "\ebf0";
}

.ti-toggle-left:before {
  content: "\eb3e";
}

.ti-toggle-right:before {
  content: "\eb3f";
}

.ti-toilet-paper:before {
  content: "\efd3";
}

.ti-toilet-paper-off:before {
  content: "\f1b4";
}

.ti-tool:before {
  content: "\eb40";
}

.ti-tools:before {
  content: "\ebca";
}

.ti-tools-kitchen:before {
  content: "\ed64";
}

.ti-tools-kitchen-2:before {
  content: "\eeff";
}

.ti-tools-kitchen-2-off:before {
  content: "\f1b5";
}

.ti-tools-kitchen-off:before {
  content: "\f1b6";
}

.ti-tools-off:before {
  content: "\f1b7";
}

.ti-tooltip:before {
  content: "\f2dd";
}

.ti-topology-bus:before {
  content: "\f5d9";
}

.ti-topology-complex:before {
  content: "\f5da";
}

.ti-topology-full:before {
  content: "\f5dc";
}

.ti-topology-full-hierarchy:before {
  content: "\f5db";
}

.ti-topology-ring:before {
  content: "\f5df";
}

.ti-topology-ring-2:before {
  content: "\f5dd";
}

.ti-topology-ring-3:before {
  content: "\f5de";
}

.ti-topology-star:before {
  content: "\f5e5";
}

.ti-topology-star-2:before {
  content: "\f5e0";
}

.ti-topology-star-3:before {
  content: "\f5e1";
}

.ti-topology-star-ring:before {
  content: "\f5e4";
}

.ti-topology-star-ring-2:before {
  content: "\f5e2";
}

.ti-topology-star-ring-3:before {
  content: "\f5e3";
}

.ti-torii:before {
  content: "\f59b";
}

.ti-tornado:before {
  content: "\ece2";
}

.ti-tournament:before {
  content: "\ecd0";
}

.ti-tower:before {
  content: "\f2cb";
}

.ti-tower-off:before {
  content: "\f2ca";
}

.ti-track:before {
  content: "\ef00";
}

.ti-tractor:before {
  content: "\ec0d";
}

.ti-trademark:before {
  content: "\ec0e";
}

.ti-traffic-cone:before {
  content: "\ec0f";
}

.ti-traffic-cone-off:before {
  content: "\f1b8";
}

.ti-traffic-lights:before {
  content: "\ed39";
}

.ti-traffic-lights-off:before {
  content: "\f1b9";
}

.ti-train:before {
  content: "\ed96";
}

.ti-transfer-in:before {
  content: "\ef2f";
}

.ti-transfer-out:before {
  content: "\ef30";
}

.ti-transform:before {
  content: "\f38e";
}

.ti-transform-filled:before {
  content: "\f6ac";
}

.ti-transition-bottom:before {
  content: "\f2b2";
}

.ti-transition-left:before {
  content: "\f2b3";
}

.ti-transition-right:before {
  content: "\f2b4";
}

.ti-transition-top:before {
  content: "\f2b5";
}

.ti-trash:before {
  content: "\eb41";
}

.ti-trash-off:before {
  content: "\ed65";
}

.ti-trash-x:before {
  content: "\ef88";
}

.ti-tree:before {
  content: "\ef01";
}

.ti-trees:before {
  content: "\ec10";
}

.ti-trekking:before {
  content: "\f5ad";
}

.ti-trending-down:before {
  content: "\eb42";
}

.ti-trending-down-2:before {
  content: "\edc1";
}

.ti-trending-down-3:before {
  content: "\edc2";
}

.ti-trending-up:before {
  content: "\eb43";
}

.ti-trending-up-2:before {
  content: "\edc3";
}

.ti-trending-up-3:before {
  content: "\edc4";
}

.ti-triangle:before {
  content: "\eb44";
}

.ti-triangle-filled:before {
  content: "\f6ad";
}

.ti-triangle-inverted:before {
  content: "\f01d";
}

.ti-triangle-inverted-filled:before {
  content: "\f6ae";
}

.ti-triangle-off:before {
  content: "\ef02";
}

.ti-triangle-square-circle:before {
  content: "\ece8";
}

.ti-triangles:before {
  content: "\f0a5";
}

.ti-trident:before {
  content: "\ecc5";
}

.ti-trolley:before {
  content: "\f4cc";
}

.ti-trophy:before {
  content: "\eb45";
}

.ti-trophy-filled:before {
  content: "\f6af";
}

.ti-trophy-off:before {
  content: "\f438";
}

.ti-trowel:before {
  content: "\f368";
}

.ti-truck:before {
  content: "\ebc4";
}

.ti-truck-delivery:before {
  content: "\ec4b";
}

.ti-truck-loading:before {
  content: "\f1da";
}

.ti-truck-off:before {
  content: "\ef03";
}

.ti-truck-return:before {
  content: "\ec4c";
}

.ti-txt:before {
  content: "\f3b1";
}

.ti-typography:before {
  content: "\ebc5";
}

.ti-typography-off:before {
  content: "\f1ba";
}

.ti-ufo:before {
  content: "\f26f";
}

.ti-ufo-off:before {
  content: "\f26e";
}

.ti-umbrella:before {
  content: "\ebf1";
}

.ti-umbrella-filled:before {
  content: "\f6b0";
}

.ti-umbrella-off:before {
  content: "\f1bb";
}

.ti-underline:before {
  content: "\eba2";
}

.ti-unlink:before {
  content: "\eb46";
}

.ti-upload:before {
  content: "\eb47";
}

.ti-urgent:before {
  content: "\eb48";
}

.ti-usb:before {
  content: "\f00c";
}

.ti-user:before {
  content: "\eb4d";
}

.ti-user-check:before {
  content: "\eb49";
}

.ti-user-circle:before {
  content: "\ef68";
}

.ti-user-exclamation:before {
  content: "\ec12";
}

.ti-user-minus:before {
  content: "\eb4a";
}

.ti-user-off:before {
  content: "\ecf9";
}

.ti-user-plus:before {
  content: "\eb4b";
}

.ti-user-search:before {
  content: "\ef89";
}

.ti-user-x:before {
  content: "\eb4c";
}

.ti-users:before {
  content: "\ebf2";
}

.ti-uv-index:before {
  content: "\f3b2";
}

.ti-ux-circle:before {
  content: "\f369";
}

.ti-vaccine:before {
  content: "\ef04";
}

.ti-vaccine-bottle:before {
  content: "\ef69";
}

.ti-vaccine-bottle-off:before {
  content: "\f439";
}

.ti-vaccine-off:before {
  content: "\f1bc";
}

.ti-vacuum-cleaner:before {
  content: "\f5e6";
}

.ti-variable:before {
  content: "\ef05";
}

.ti-variable-minus:before {
  content: "\f36a";
}

.ti-variable-off:before {
  content: "\f1bd";
}

.ti-variable-plus:before {
  content: "\f36b";
}

.ti-vector:before {
  content: "\eca9";
}

.ti-vector-bezier:before {
  content: "\ef1d";
}

.ti-vector-bezier-2:before {
  content: "\f1a3";
}

.ti-vector-bezier-arc:before {
  content: "\f4cd";
}

.ti-vector-bezier-circle:before {
  content: "\f4ce";
}

.ti-vector-off:before {
  content: "\f1be";
}

.ti-vector-spline:before {
  content: "\f565";
}

.ti-vector-triangle:before {
  content: "\eca8";
}

.ti-vector-triangle-off:before {
  content: "\f1bf";
}

.ti-venus:before {
  content: "\ec86";
}

.ti-versions:before {
  content: "\ed52";
}

.ti-versions-filled:before {
  content: "\f6b1";
}

.ti-versions-off:before {
  content: "\f1c0";
}

.ti-video:before {
  content: "\ed22";
}

.ti-video-minus:before {
  content: "\ed1f";
}

.ti-video-off:before {
  content: "\ed20";
}

.ti-video-plus:before {
  content: "\ed21";
}

.ti-view-360:before {
  content: "\ed84";
}

.ti-view-360-off:before {
  content: "\f1c1";
}

.ti-viewfinder:before {
  content: "\eb4e";
}

.ti-viewfinder-off:before {
  content: "\f1c2";
}

.ti-viewport-narrow:before {
  content: "\ebf3";
}

.ti-viewport-wide:before {
  content: "\ebf4";
}

.ti-vinyl:before {
  content: "\f00d";
}

.ti-vip:before {
  content: "\f3b3";
}

.ti-vip-off:before {
  content: "\f43a";
}

.ti-virus:before {
  content: "\eb74";
}

.ti-virus-off:before {
  content: "\ed66";
}

.ti-virus-search:before {
  content: "\ed67";
}

.ti-vocabulary:before {
  content: "\ef1e";
}

.ti-vocabulary-off:before {
  content: "\f43b";
}

.ti-volume:before {
  content: "\eb51";
}

.ti-volume-2:before {
  content: "\eb4f";
}

.ti-volume-3:before {
  content: "\eb50";
}

.ti-volume-off:before {
  content: "\f1c3";
}

.ti-walk:before {
  content: "\ec87";
}

.ti-wall:before {
  content: "\ef7a";
}

.ti-wall-off:before {
  content: "\f43c";
}

.ti-wallet:before {
  content: "\eb75";
}

.ti-wallet-off:before {
  content: "\f1c4";
}

.ti-wallpaper:before {
  content: "\ef56";
}

.ti-wallpaper-off:before {
  content: "\f1c5";
}

.ti-wand:before {
  content: "\ebcb";
}

.ti-wand-off:before {
  content: "\f1c6";
}

.ti-wash:before {
  content: "\f311";
}

.ti-wash-dry:before {
  content: "\f304";
}

.ti-wash-dry-1:before {
  content: "\f2fa";
}

.ti-wash-dry-2:before {
  content: "\f2fb";
}

.ti-wash-dry-3:before {
  content: "\f2fc";
}

.ti-wash-dry-a:before {
  content: "\f2fd";
}

.ti-wash-dry-dip:before {
  content: "\f2fe";
}

.ti-wash-dry-f:before {
  content: "\f2ff";
}

.ti-wash-dry-hang:before {
  content: "\f300";
}

.ti-wash-dry-off:before {
  content: "\f301";
}

.ti-wash-dry-p:before {
  content: "\f302";
}

.ti-wash-dry-shade:before {
  content: "\f303";
}

.ti-wash-dry-w:before {
  content: "\f322";
}

.ti-wash-dryclean:before {
  content: "\f305";
}

.ti-wash-dryclean-off:before {
  content: "\f323";
}

.ti-wash-gentle:before {
  content: "\f306";
}

.ti-wash-machine:before {
  content: "\f25e";
}

.ti-wash-off:before {
  content: "\f307";
}

.ti-wash-press:before {
  content: "\f308";
}

.ti-wash-temperature-1:before {
  content: "\f309";
}

.ti-wash-temperature-2:before {
  content: "\f30a";
}

.ti-wash-temperature-3:before {
  content: "\f30b";
}

.ti-wash-temperature-4:before {
  content: "\f30c";
}

.ti-wash-temperature-5:before {
  content: "\f30d";
}

.ti-wash-temperature-6:before {
  content: "\f30e";
}

.ti-wash-tumble-dry:before {
  content: "\f30f";
}

.ti-wash-tumble-off:before {
  content: "\f310";
}

.ti-wave-saw-tool:before {
  content: "\ecd3";
}

.ti-wave-sine:before {
  content: "\ecd4";
}

.ti-wave-square:before {
  content: "\ecd5";
}

.ti-webhook:before {
  content: "\f01e";
}

.ti-webhook-off:before {
  content: "\f43d";
}

.ti-weight:before {
  content: "\f589";
}

.ti-wheelchair:before {
  content: "\f1db";
}

.ti-wheelchair-off:before {
  content: "\f43e";
}

.ti-whirl:before {
  content: "\f51d";
}

.ti-wifi:before {
  content: "\eb52";
}

.ti-wifi-0:before {
  content: "\eba3";
}

.ti-wifi-1:before {
  content: "\eba4";
}

.ti-wifi-2:before {
  content: "\eba5";
}

.ti-wifi-off:before {
  content: "\ecfa";
}

.ti-wind:before {
  content: "\ec34";
}

.ti-wind-off:before {
  content: "\f1c7";
}

.ti-windmill:before {
  content: "\ed85";
}

.ti-windmill-filled:before {
  content: "\f6b2";
}

.ti-windmill-off:before {
  content: "\f1c8";
}

.ti-window:before {
  content: "\ef06";
}

.ti-window-maximize:before {
  content: "\f1f1";
}

.ti-window-minimize:before {
  content: "\f1f2";
}

.ti-window-off:before {
  content: "\f1c9";
}

.ti-windsock:before {
  content: "\f06d";
}

.ti-wiper:before {
  content: "\ecab";
}

.ti-wiper-wash:before {
  content: "\ecaa";
}

.ti-woman:before {
  content: "\eb53";
}

.ti-wood:before {
  content: "\f359";
}

.ti-world:before {
  content: "\eb54";
}

.ti-world-download:before {
  content: "\ef8a";
}

.ti-world-latitude:before {
  content: "\ed2e";
}

.ti-world-longitude:before {
  content: "\ed2f";
}

.ti-world-off:before {
  content: "\f1ca";
}

.ti-world-upload:before {
  content: "\ef8b";
}

.ti-world-www:before {
  content: "\f38f";
}

.ti-wrecking-ball:before {
  content: "\ed97";
}

.ti-writing:before {
  content: "\ef08";
}

.ti-writing-off:before {
  content: "\f1cb";
}

.ti-writing-sign:before {
  content: "\ef07";
}

.ti-writing-sign-off:before {
  content: "\f1cc";
}

.ti-x:before {
  content: "\eb55";
}

.ti-xbox-a:before {
  content: "\f2b6";
}

.ti-xbox-b:before {
  content: "\f2b7";
}

.ti-xbox-x:before {
  content: "\f2b8";
}

.ti-xbox-y:before {
  content: "\f2b9";
}

.ti-yin-yang:before {
  content: "\ec35";
}

.ti-yoga:before {
  content: "\f01f";
}

.ti-zeppelin:before {
  content: "\f270";
}

.ti-zeppelin-off:before {
  content: "\f43f";
}

.ti-zip:before {
  content: "\f3b4";
}

.ti-zodiac-aquarius:before {
  content: "\ecac";
}

.ti-zodiac-aries:before {
  content: "\ecad";
}

.ti-zodiac-cancer:before {
  content: "\ecae";
}

.ti-zodiac-capricorn:before {
  content: "\ecaf";
}

.ti-zodiac-gemini:before {
  content: "\ecb0";
}

.ti-zodiac-leo:before {
  content: "\ecb1";
}

.ti-zodiac-libra:before {
  content: "\ecb2";
}

.ti-zodiac-pisces:before {
  content: "\ecb3";
}

.ti-zodiac-sagittarius:before {
  content: "\ecb4";
}

.ti-zodiac-scorpio:before {
  content: "\ecb5";
}

.ti-zodiac-taurus:before {
  content: "\ecb6";
}

.ti-zodiac-virgo:before {
  content: "\ecb7";
}

.ti-zoom-cancel:before {
  content: "\ec4d";
}

.ti-zoom-check:before {
  content: "\ef09";
}

.ti-zoom-code:before {
  content: "\f07f";
}

.ti-zoom-exclamation:before {
  content: "\f080";
}

.ti-zoom-in:before {
  content: "\eb56";
}

.ti-zoom-in-area:before {
  content: "\f1dc";
}

.ti-zoom-money:before {
  content: "\ef0a";
}

.ti-zoom-out:before {
  content: "\eb57";
}

.ti-zoom-out-area:before {
  content: "\f1dd";
}

.ti-zoom-pan:before {
  content: "\f1de";
}

.ti-zoom-question:before {
  content: "\edeb";
}

.ti-zoom-replace:before {
  content: "\f2a7";
}

.ti-zoom-reset:before {
  content: "\f295";
}

.ti-zzz:before {
  content: "\f228";
}

.ti-zzz-off:before {
  content: "\f440";
}

/* Alignments
--------------------------------------------- */
.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.mdl_h2, .post-mdl-text-module .text-module__content-wrp .text-module__content-wrp__inner .text-module__content h2, .text-module .text-module__content-wrp .text-module__content-wrp__inner .text-module__content h2, .mdl-dropdown-boxes .dropdown-element .dropdown-element__content .dropdown-element__inner h2, .intro_module .intro_module__inner .intro_module__inner__content h2, .intro_module .intro_module__inner h2 {
  font-size: 30px;
  line-height: 28px;
  font-weight: 600;
  color: #3A3A3A;
}

.mdl_h3, .post-mdl-text-module .text-module__content-wrp .text-module__content-wrp__inner .text-module__content h3, .text-module .text-module__content-wrp .text-module__content-wrp__inner .text-module__content h3, .mdl-dropdown-boxes .dropdown-element .dropdown-element__content .dropdown-element__inner h3 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  color: #3A3A3A;
}

.mdl_h4, .post-mdl-text-module .text-module__content-wrp .text-module__content-wrp__inner .text-module__content h4, .text-module .text-module__content-wrp .text-module__content-wrp__inner .text-module__content h4, .mdl-dropdown-boxes .dropdown-element .dropdown-element__content .dropdown-element__inner h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #e2adff;
}

.mdl_h5, .post-mdl-text-module .text-module__content-wrp .text-module__content-wrp__inner .text-module__content h5, .text-module .text-module__content-wrp .text-module__content-wrp__inner .text-module__content h5, .mdl-dropdown-boxes .dropdown-element .dropdown-element__content .dropdown-element__inner h5 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #e2adff;
}

.mdl_h6, .post-mdl-text-module .text-module__content-wrp .text-module__content-wrp__inner .text-module__content h6, .text-module .text-module__content-wrp .text-module__content-wrp__inner .text-module__content h6, .mdl-dropdown-boxes .dropdown-element .dropdown-element__content .dropdown-element__inner h6 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #e2adff;
}

.mdl_p, .post-mdl-text-module .text-module__content-wrp .text-module__content-wrp__inner .text-module__content p, .text-module .text-module__content-wrp .text-module__content-wrp__inner .text-module__content p, .mdl-dropdown-boxes .dropdown-element .dropdown-element__content .dropdown-element__inner p {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #3A3A3A;
}
.mdl_p strong, .post-mdl-text-module .text-module__content-wrp .text-module__content-wrp__inner .text-module__content p strong, .text-module .text-module__content-wrp .text-module__content-wrp__inner .text-module__content p strong, .mdl-dropdown-boxes .dropdown-element .dropdown-element__content .dropdown-element__inner p strong {
  font-weight: bold;
}
.mdl_p em, .post-mdl-text-module .text-module__content-wrp .text-module__content-wrp__inner .text-module__content p em, .text-module .text-module__content-wrp .text-module__content-wrp__inner .text-module__content p em, .mdl-dropdown-boxes .dropdown-element .dropdown-element__content .dropdown-element__inner p em {
  font-style: italic;
}
.mdl_p .mdl_a, .mdl_p .post-mdl-text-module .text-module__content-wrp .text-module__content-wrp__inner .text-module__content a, .post-mdl-text-module .text-module__content-wrp .text-module__content-wrp__inner .text-module__content .mdl_p a, .post-mdl-text-module .text-module__content-wrp .text-module__content-wrp__inner .text-module__content p .mdl_a, .post-mdl-text-module .text-module__content-wrp .text-module__content-wrp__inner .text-module__content p a, .mdl_p .text-module .text-module__content-wrp .text-module__content-wrp__inner .text-module__content a, .text-module .text-module__content-wrp .text-module__content-wrp__inner .text-module__content .mdl_p a, .text-module .text-module__content-wrp .text-module__content-wrp__inner .text-module__content p .mdl_a, .text-module .text-module__content-wrp .text-module__content-wrp__inner .text-module__content p a, .mdl_p .mdl-dropdown-boxes .dropdown-element .dropdown-element__content .dropdown-element__inner a, .mdl-dropdown-boxes .dropdown-element .dropdown-element__content .dropdown-element__inner .mdl_p a, .mdl-dropdown-boxes .dropdown-element .dropdown-element__content .dropdown-element__inner p .mdl_a, .mdl-dropdown-boxes .dropdown-element .dropdown-element__content .dropdown-element__inner p a, .mdl_p .intro_module .intro_module__inner .intro_module__inner__content p a, .intro_module .intro_module__inner .intro_module__inner__content p .mdl_p a {
  color: #5a7b80;
  -webkit-transition: color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out;
  -ms-transition: color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
}
.mdl_p .mdl_a:hover, .mdl_p .post-mdl-text-module .text-module__content-wrp .text-module__content-wrp__inner .text-module__content a:hover, .post-mdl-text-module .text-module__content-wrp .text-module__content-wrp__inner .text-module__content .mdl_p a:hover, .post-mdl-text-module .text-module__content-wrp .text-module__content-wrp__inner .text-module__content p .mdl_a:hover, .post-mdl-text-module .text-module__content-wrp .text-module__content-wrp__inner .text-module__content p a:hover, .mdl_p .text-module .text-module__content-wrp .text-module__content-wrp__inner .text-module__content a:hover, .text-module .text-module__content-wrp .text-module__content-wrp__inner .text-module__content .mdl_p a:hover, .text-module .text-module__content-wrp .text-module__content-wrp__inner .text-module__content p .mdl_a:hover, .text-module .text-module__content-wrp .text-module__content-wrp__inner .text-module__content p a:hover, .mdl_p .mdl-dropdown-boxes .dropdown-element .dropdown-element__content .dropdown-element__inner a:hover, .mdl-dropdown-boxes .dropdown-element .dropdown-element__content .dropdown-element__inner .mdl_p a:hover, .mdl-dropdown-boxes .dropdown-element .dropdown-element__content .dropdown-element__inner p .mdl_a:hover, .mdl-dropdown-boxes .dropdown-element .dropdown-element__content .dropdown-element__inner p a:hover, .mdl_p .intro_module .intro_module__inner .intro_module__inner__content p a:hover, .intro_module .intro_module__inner .intro_module__inner__content p .mdl_p a:hover {
  color: #71969c;
}

.mdl_title, .post-mdl-image__wrp .module_title, .mdl_video_wrp .module_title, .mdl-theme-box-clear .mdl-theme-box-clear-inner-mdl-wrp .module_title, .mdl-theme-box-clear .module_title, .mdl_theme_box .mdl-theme-box-inner-mdl-wrp .module_title, .mdl_theme_box .module_title, .mdl-form .module_title, .mdl-contact-box_wrp .module_title, .mdl-gallery .module_title, .post-mdl-gallery .module_title, .mdl-notification-box-wrp .module_title, .mdl-downloads .mdl_headline, .mdl-links .module_title, .mdl-dropdown-boxes .module_title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  color: #3A3A3A;
  padding-bottom: 30px;
  display: block;
}

.wrap_404_page {
  width: 100%;
  height: 100vh;
  display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap_404_page .wrap404 {
  max-width: 780px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1280px) {
  .wrap_404_page .wrap404 {
    padding-top: 150px;
  }
}
.wrap_404_page .wrap404 h1 {
  font-size: 40px;
  text-align: center;
  color: white;
}
@media screen and (max-width: 900px) {
  .wrap_404_page .wrap404 h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 720px) {
  .wrap_404_page .wrap404 h1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .wrap_404_page .wrap404 h1 {
    font-size: 18px;
  }
}
.wrap_404_page .wrap404 .content_wrap_404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.wrap_404_page .wrap404 .content_wrap_404 .robot_wrap {
  color: white;
  display: flex;
  justify-content: center;
}
.wrap_404_page .wrap404 .content_wrap_404 .robot_wrap span {
  color: white;
  font-size: 363px;
  line-height: 363px;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  .wrap_404_page .wrap404 .content_wrap_404 .robot_wrap span {
    font-size: 280px;
    line-height: 280px;
  }
}
@media screen and (max-width: 720px) {
  .wrap_404_page .wrap404 .content_wrap_404 .robot_wrap span {
    font-size: 200px;
    line-height: 200px;
  }
}
@media screen and (max-width: 480px) {
  .wrap_404_page .wrap404 .content_wrap_404 .robot_wrap span {
    font-size: 150px;
    line-height: 150px;
  }
}
@media screen and (max-width: 900px) {
  .wrap_404_page .wrap404 .content_wrap_404 .robot_wrap img {
    height: 280px;
    width: auto;
  }
}
@media screen and (max-width: 720px) {
  .wrap_404_page .wrap404 .content_wrap_404 .robot_wrap img {
    height: 200px;
  }
}
@media screen and (max-width: 480px) {
  .wrap_404_page .wrap404 .content_wrap_404 .robot_wrap img {
    height: 150px;
  }
}
.wrap_404_page .wrap404 .content_wrap_404 p {
  color: white;
  font-size: 26px;
  line-height: 36px;
  text-align: center;
  margin: 0 30px;
}
@media screen and (max-width: 900px) {
  .wrap_404_page .wrap404 .content_wrap_404 p {
    font-size: 20px;
  }
}
@media screen and (max-width: 720px) {
  .wrap_404_page .wrap404 .content_wrap_404 p {
    font-size: 14px;
  }
}
.wrap_404_page .wrap404 .content_wrap_404 a.btn {
  margin-top: 25px;
  font-size: 16px;
  font-weight: bold;
  line-height: 17px;
  border-radius: 50px;
  color: #244993;
  text-decoration: none;
  padding: 17px 26px;
  display: inline-flex;
  align-items: center;
  width: max-content;
  gap: 5px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background-color: white;
  border: 2px solid white;
}
.wrap_404_page .wrap404 .content_wrap_404 a.btn:hover {
  background-color: #2e5dbc;
  border: 2px solid #2e5dbc;
  color: white;
}

.header__socials {
  background-color: #5a7b80;
}
.header__socials.header__socials--none {
  height: 5px;
}
.header__socials nav {
  max-width: 1640px;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.header__socials nav ul {
  display: flex;
  justify-content: flex-end;
  margin: 0;
  height: 42px;
  align-items: center;
  gap: 40px;
}
.header__socials nav ul li {
  list-style-type: none;
}
.header__socials nav ul li a {
  -webkit-transition: opacity 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out;
  -ms-transition: opacity 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}
.header__socials nav ul li a svg {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.header__socials nav ul li a:hover svg {
  transform: scale(1.1);
}

.header__main-section {
  display: flex;
  max-width: 1640px;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  margin: 25px auto;
  justify-content: space-between;
}

footer {
  background-color: #263b27;
  color: white;
  border-bottom: 8px solid #5a7b80;
  margin-top: 35px;
}
footer .back_to_top {
  position: relative;
  max-width: 1370px;
  width: 90%;
  margin: auto;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  footer .back_to_top {
    width: calc(100% - 160px);
  }
}
@media screen and (max-width: 720px) {
  footer .back_to_top {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 600px) {
  footer .back_to_top {
    padding-bottom: 35px;
    width: 90%;
  }
}
footer .back_to_top button {
  width: 58px;
  height: 58px;
  background-color: #5a7b80;
  border: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0, -50%);
  cursor: pointer;
}
footer .back_to_top button:hover {
  background-color: #71969c;
}
footer .footer__inner-wrp {
  width: 90%;
  max-width: 1370px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding-bottom: 45px;
  gap: 30px;
}
@media screen and (max-width: 860px) {
  footer .footer__inner-wrp {
    padding-bottom: 105px;
  }
}
@media screen and (max-width: 600px) {
  footer .footer__inner-wrp {
    padding-bottom: 20px;
    gap: 80px;
  }
}
footer .footer__inner-wrp .footer__logo-column {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  footer .footer__inner-wrp .footer__logo-column {
    flex-direction: column;
    gap: 55px;
  }
}
footer .footer__inner-wrp .footer__logo-column .footer__logo {
  max-width: 245px;
}
@media screen and (max-width: 860px) {
  footer .footer__inner-wrp .footer__logo-column .footer__logo {
    max-width: 195px;
  }
}
footer .footer__inner-wrp .footer__logo-column .footer__logo svg {
  width: 100%;
  height: auto;
}
footer .footer__inner-wrp .footer__logo-column .footer__contact-wrp ul {
  display: inline-flex;
  gap: 50px;
  align-items: center;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 860px) {
  footer .footer__inner-wrp .footer__logo-column .footer__contact-wrp ul {
    flex-direction: column-reverse;
    gap: 20px;
    align-items: flex-start;
  }
}
footer .footer__inner-wrp .footer__logo-column .footer__contact-wrp ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer .footer__inner-wrp .footer__logo-column .footer__contact-wrp ul li a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
  padding: 16px 16px 10px 16px;
}
@media screen and (max-width: 860px) {
  footer .footer__inner-wrp .footer__logo-column .footer__contact-wrp ul li a {
    padding: 10px 5px 10px 0px;
  }
}
footer .footer__inner-wrp .footer__logo-column .footer__contact-wrp ul li a:after {
  width: calc(100% - 20px);
  position: absolute;
  content: "";
  height: 2px;
  background-color: #e2adff;
  bottom: 0;
  left: 10px;
  transform: translate(0, 6px);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 860px) {
  footer .footer__inner-wrp .footer__logo-column .footer__contact-wrp ul li a:after {
    width: 100%;
    left: 0;
    transform: translate(0, 0px);
  }
}
footer .footer__inner-wrp .footer__logo-column .footer__contact-wrp ul li a span, footer .footer__inner-wrp .footer__logo-column .footer__contact-wrp ul li a svg {
  position: relative;
  z-index: 1;
}
footer .footer__inner-wrp .footer__logo-column .footer__contact-wrp ul li a:hover:after {
  height: calc(100% + 6px);
  width: 100%;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 860px) {
  footer .footer__inner-wrp .footer__logo-column .footer__contact-wrp ul li a:hover:after {
    height: 2px;
    left: 0px;
    width: 100%;
  }
}
footer .footer__inner-wrp .footer__logo-column .footer__contact-wrp ul li:first-of-type a:after {
  background-color: #5a7b80;
}
footer .footer__inner-wrp .footer__end-column {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1180px) {
  footer .footer__inner-wrp .footer__end-column {
    gap: 45px;
  }
}
@media screen and (max-width: 600px) {
  footer .footer__inner-wrp .footer__end-column {
    gap: 0;
    flex-direction: column;
  }
}
footer .footer__inner-wrp .footer__end-column .footer__socials {
  display: inline-block;
}
@media screen and (max-width: 1180px) {
  footer .footer__inner-wrp .footer__end-column .footer__socials {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 600px) {
  footer .footer__inner-wrp .footer__end-column .footer__socials {
    order: 1;
    margin-bottom: 45px;
  }
}
footer .footer__inner-wrp .footer__end-column .footer__socials ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 600px) {
  footer .footer__inner-wrp .footer__end-column .footer__socials ul {
    gap: 0;
    justify-content: space-between;
  }
}
footer .footer__inner-wrp .footer__end-column .footer__socials ul li {
  list-style-type: none;
}
footer .footer__inner-wrp .footer__end-column .footer__socials ul li a {
  text-decoration: none;
}
footer .footer__inner-wrp .footer__end-column .footer__socials ul li a svg {
  opacity: 0.5;
  width: 20px;
  height: auto;
  -webkit-transition: opacity 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out;
  -ms-transition: opacity 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}
@media screen and (max-width: 600px) {
  footer .footer__inner-wrp .footer__end-column .footer__socials ul li a svg {
    width: 22px;
  }
}
footer .footer__inner-wrp .footer__end-column .footer__socials ul li a:hover svg {
  opacity: 1;
}
footer .footer__inner-wrp .footer__end-column .footer__copyright {
  opacity: 0.5;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
}
@media screen and (max-width: 860px) {
  footer .footer__inner-wrp .footer__end-column .footer__copyright {
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    color: #fff;
  }
}
@media screen and (max-width: 600px) {
  footer .footer__inner-wrp .footer__end-column .footer__copyright {
    order: 3;
  }
}
@media screen and (max-width: 480px) {
  footer .footer__inner-wrp .footer__end-column .footer__copyright {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
  }
}
@media screen and (max-width: 600px) {
  footer .footer__inner-wrp .footer__end-column .footer__nav {
    order: 2;
    margin-bottom: 15px;
  }
}
footer .footer__inner-wrp .footer__end-column .footer__nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 40px;
}
footer .footer__inner-wrp .footer__end-column .footer__nav ul li {
  list-style-type: none;
}
footer .footer__inner-wrp .footer__end-column .footer__nav ul li a {
  position: relative;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 860px) {
  footer .footer__inner-wrp .footer__end-column .footer__nav ul li a {
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #fff;
  }
}
footer .footer__inner-wrp .footer__end-column .footer__nav ul li a:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 1px;
  background-color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(0, 6px);
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}
footer .footer__inner-wrp .footer__end-column .footer__nav ul li a:hover:after {
  width: 100%;
}

.main-nav-highlight_wrp {
  display: inline-flex;
  gap: 40px;
  align-items: center;
}
.main-nav-highlight_wrp ul {
  display: flex;
  margin: 0;
  gap: 40px;
  list-style-type: none;
}
@media screen and (max-width: 860px) {
  .main-nav-highlight_wrp ul {
    display: none;
  }
}
.main-nav-highlight_wrp ul li a {
  position: relative;
  overflow: hidden;
  background-color: #5a7b80;
  display: flex;
  gap: 5px;
  padding: 14px 26px;
  -webkit-transition: background-color 300ms ease-in-out;
  -moz-transition: background-color 300ms ease-in-out;
  -ms-transition: background-color 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  color: white;
  position: relative;
  overflow: hidden;
  border: 2px solid #5a7b80;
}
.main-nav-highlight_wrp ul li a:hover {
  background-color: transparent;
  color: #5a7b80;
}
.main-nav-highlight_wrp ul li a:hover svg {
  color: #5a7b80;
}
.main-nav-highlight_wrp ul li a img, .main-nav-highlight_wrp ul li a span {
  z-index: 1;
}
.main-nav-highlight_wrp ul li:first-of-type a {
  background-color: #e2adff;
  border: 2px solid #e2adff;
}
.main-nav-highlight_wrp ul li:first-of-type a:hover {
  border: 2px solid #e2adff;
  color: #e2adff;
  background-color: transparent;
}
.main-nav-highlight_wrp ul li:first-of-type a:hover svg {
  color: #e2adff;
}
.main-nav-highlight_wrp .burger_icon {
  display: inline-block;
  width: 40px;
  height: 25px;
  position: relative;
  justify-self: flex-end;
  transform: rotate(0deg);
  cursor: pointer;
  -webkit-transition: transform 500ms ease-in-out;
  -moz-transition: transform 500ms ease-in-out;
  -ms-transition: transform 500ms ease-in-out;
  -o-transition: transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out;
}
.main-nav-highlight_wrp .burger_icon:hover span {
  background-color: #595959;
}
.main-nav-highlight_wrp .burger_icon.hide_burger {
  animation: hide_burger;
  animation-duration: 0.5s;
}
.main-nav-highlight_wrp .burger_icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #2A2A2A;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.main-nav-highlight_wrp .burger_icon span:nth-child(1) {
  top: 0px;
}
.main-nav-highlight_wrp .burger_icon span:nth-child(2) {
  top: 10px;
}
.main-nav-highlight_wrp .burger_icon span:nth-child(3) {
  top: 20px;
}
.main-nav-highlight_wrp .burger_icon.open span:nth-child(1) {
  top: 10px;
  transform: rotate(135deg);
  animation: fadeOut;
  animation-duration: 0.9s;
  animation-fill-mode: forwards;
}
.main-nav-highlight_wrp .burger_icon.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
  animation: fadeOut;
  animation-duration: 0.9s;
  animation-fill-mode: forwards;
}
.main-nav-highlight_wrp .burger_icon.open span:nth-child(3) {
  top: 10px;
  transform: rotate(-135deg);
  animation: fadeOut;
  animation-duration: 0.9s;
  animation-fill-mode: forwards;
}

.main-menu-wrp {
  width: 100%;
  height: 100vh;
  max-height: -webkit-fill-available;
  background-color: white;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  align-items: stretch;
  transform: translate(0, -100%);
  opacity: 0;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.main-menu-wrp.opened-menu {
  transform: translate(0%, 0);
  opacity: 1;
}
.main-menu-wrp.opened-menu .main-menu__left .main-menu__left__inner-wrp .main-menu__left__inner .main-menu__left__inner__main-nav ul.level_0 li:nth-child(1n) {
  animation-delay: 0.3s, 0.3s;
}
.main-menu-wrp.opened-menu .main-menu__left .main-menu__left__inner-wrp .main-menu__left__inner .main-menu__left__inner__main-nav ul.level_0 li {
  animation: fadeIn, moveIn;
  animation-fill-mode: forwards, forwards;
  animation-duration: 0.9s, 0.9s;
}
.main-menu-wrp.opened-menu .main-menu__left .main-menu__left__inner-wrp .main-menu__left__inner .main-menu__left__inner__main-nav ul.level_0 li:nth-child(2n) {
  animation-delay: 0.6s, 0.6s;
}
.main-menu-wrp.opened-menu .main-menu__left .main-menu__left__inner-wrp .main-menu__left__inner .main-menu__left__inner__main-nav ul.level_0 li {
  animation: fadeIn, moveIn;
  animation-fill-mode: forwards, forwards;
  animation-duration: 0.9s, 0.9s;
}
.main-menu-wrp.opened-menu .main-menu__left .main-menu__left__inner-wrp .main-menu__left__inner .main-menu__left__inner__main-nav ul.level_0 li:nth-child(3n) {
  animation-delay: 0.9s, 0.9s;
}
.main-menu-wrp.opened-menu .main-menu__left .main-menu__left__inner-wrp .main-menu__left__inner .main-menu__left__inner__main-nav ul.level_0 li {
  animation: fadeIn, moveIn;
  animation-fill-mode: forwards, forwards;
  animation-duration: 0.9s, 0.9s;
}
.main-menu-wrp.opened-menu .main-menu__left .main-menu__left__inner-wrp .main-menu__left__inner .main-menu__left__inner__main-nav ul.level_0 li:nth-child(4n) {
  animation-delay: 1.2s, 1.2s;
}
.main-menu-wrp.opened-menu .main-menu__left .main-menu__left__inner-wrp .main-menu__left__inner .main-menu__left__inner__main-nav ul.level_0 li {
  animation: fadeIn, moveIn;
  animation-fill-mode: forwards, forwards;
  animation-duration: 0.9s, 0.9s;
}
.main-menu-wrp.opened-menu .main-menu__left .main-menu__left__inner-wrp .main-menu__left__inner .main-menu__left__inner__main-nav ul.level_0 li:nth-child(5n) {
  animation-delay: 1.5s, 1.5s;
}
.main-menu-wrp.opened-menu .main-menu__left .main-menu__left__inner-wrp .main-menu__left__inner .main-menu__left__inner__main-nav ul.level_0 li {
  animation: fadeIn, moveIn;
  animation-fill-mode: forwards, forwards;
  animation-duration: 0.9s, 0.9s;
}
.main-menu-wrp.opened-menu .main-menu__left .main-menu__left__inner-wrp .main-menu__left__inner .main-menu__left__inner__main-nav ul.level_0 li:nth-child(6n) {
  animation-delay: 1.8s, 1.8s;
}
.main-menu-wrp.opened-menu .main-menu__left .main-menu__left__inner-wrp .main-menu__left__inner .main-menu__left__inner__main-nav ul.level_0 li {
  animation: fadeIn, moveIn;
  animation-fill-mode: forwards, forwards;
  animation-duration: 0.9s, 0.9s;
}
.main-menu-wrp.opened-menu .main-menu__left .main-menu__left__inner-wrp .main-menu__left__inner .main-menu__left__inner__main-nav ul.level_0 li:nth-child(7n) {
  animation-delay: 2.1s, 2.1s;
}
.main-menu-wrp.opened-menu .main-menu__left .main-menu__left__inner-wrp .main-menu__left__inner .main-menu__left__inner__main-nav ul.level_0 li {
  animation: fadeIn, moveIn;
  animation-fill-mode: forwards, forwards;
  animation-duration: 0.9s, 0.9s;
}
.main-menu-wrp.opened-menu .main-menu__left .main-menu__left__inner-wrp .main-menu__left__inner .main-menu__left__inner__main-nav ul.level_0 li:nth-child(8n) {
  animation-delay: 2.4s, 2.4s;
}
.main-menu-wrp.opened-menu .main-menu__left .main-menu__left__inner-wrp .main-menu__left__inner .main-menu__left__inner__main-nav ul.level_0 li {
  animation: fadeIn, moveIn;
  animation-fill-mode: forwards, forwards;
  animation-duration: 0.9s, 0.9s;
}
.main-menu-wrp.opened-menu .main-menu__left .main-menu__left__inner-wrp .main-menu__left__inner .main-menu__left__inner__main-nav ul.level_0 li:nth-child(9n) {
  animation-delay: 2.7s, 2.7s;
}
.main-menu-wrp.opened-menu .main-menu__left .main-menu__left__inner-wrp .main-menu__left__inner .main-menu__left__inner__main-nav ul.level_0 li {
  animation: fadeIn, moveIn;
  animation-fill-mode: forwards, forwards;
  animation-duration: 0.9s, 0.9s;
}
.main-menu-wrp.opened-menu .main-menu__left .main-menu__left__inner-wrp .main-menu__left__inner .main-menu__left__inner__main-nav ul.level_0 li:nth-child(10n) {
  animation-delay: 3s, 3s;
}
.main-menu-wrp.opened-menu .main-menu__left .main-menu__left__inner-wrp .main-menu__left__inner .main-menu__left__inner__main-nav ul.level_0 li {
  animation: fadeIn, moveIn;
  animation-fill-mode: forwards, forwards;
  animation-duration: 0.9s, 0.9s;
}
.main-menu-wrp.opened-menu .nav_burger_icon {
  animation: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 0.9s;
  animation-delay: 0.7s;
}
.main-menu-wrp .main-menu-wrp__inner-wrp {
  position: relative;
  display: flex;
  align-items: stretch;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 780px) {
  .main-menu-wrp .main-menu-wrp__inner-wrp {
    flex-direction: column;
  }
}
.main-menu-wrp .main-menu-wrp__inner-wrp .close_menu__wrp {
  position: absolute;
  top: 90px;
  z-index: 9;
  max-width: 1640px;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
}
.main-menu-wrp .main-menu-wrp__inner-wrp .close_menu {
  cursor: pointer;
  -webkit-transition: opacity 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out;
  -ms-transition: opacity 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
  border: 0px;
  background-color: transparent;
  pointer-events: all;
}
.main-menu-wrp .main-menu-wrp__inner-wrp .close_menu:hover {
  opacity: 0.5;
}
@media screen and (max-width: 780px) {
  .main-menu-wrp .main-menu-wrp__inner-wrp.active_sub_menu .close_menu {
    left: 12px;
    right: auto;
    top: 30px;
  }
  .main-menu-wrp .main-menu-wrp__inner-wrp.active_sub_menu .close_menu svg path {
    stroke: #fff;
  }
  .main-menu-wrp .main-menu-wrp__inner-wrp.active_sub_menu .close_menu svg line {
    stroke: #fff;
  }
}
.main-menu-wrp .main-menu-wrp__inner-wrp.active_sub_menu .main-menu__left .main-menu__left__inner-wrp .main-menu__left__inner .main-menu__left__inner__main-nav .main-menu__left__inner__sub_nav {
  display: flex;
}
.main-menu-wrp .main-menu-wrp__inner-wrp.active_sub_menu .main-menu__left .main-menu__left__inner-wrp .main-menu__left__inner .main-menu__left__inner__main-nav ul.level_0 {
  position: relative;
  height: max-content;
}
.main-menu-wrp .main-menu-wrp__inner-wrp.active_sub_menu .main-menu__left .main-menu__left__inner-wrp .main-menu__left__inner .main-menu__left__inner__main-nav ul.level_0:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0px;
  width: 2px;
  background-color: rgba(42, 42, 42, 0.24);
  height: 100%;
  opacity: 1;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 768px) {
  .main-menu-wrp .main-menu-wrp__inner-wrp.active_sub_menu .main-menu__left .main-menu__left__inner-wrp .main-menu__left__inner .main-menu__left__inner__main-nav ul.level_0:after {
    width: 0px;
    transform: translate(-48px, 0);
    height: 100%;
  }
}
.main-menu-wrp .main-menu-wrp__inner-wrp.active_sub_menu .main-menu__left .main-menu__left__inner-wrp .main-menu__left__inner .main-menu__left__inner__main-nav ul.level_0 li a {
  opacity: 0.4 !important;
  font-size: 30px;
  line-height: 36px;
}
.main-menu-wrp .main-menu__left {
  padding: 65px 0 7.3vw 7.3vw;
  height: 100%;
  display: flex;
  width: 58%;
  background-color: white;
}
@media screen and (max-width: 1329px) {
  .main-menu-wrp .main-menu__left {
    padding: 65px 0 4.3vw 4.3vw;
    width: 75%;
  }
}
@media screen and (max-width: 780px) {
  .main-menu-wrp .main-menu__left {
    padding: 65px 4.3vw 50px 4.3vw;
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .main-menu-wrp .main-menu__left {
    padding: 67px 4.3vw 50px 4.3vw;
    width: 100%;
  }
}
.main-menu-wrp .main-menu__left .main-menu__left__inner-wrp {
  width: 100%;
  display: flex;
  height: 100%;
  justify-content: space-between;
}
.main-menu-wrp .main-menu__left .main-menu__left__inner-wrp .main-menu__left__inner {
  justify-content: flex-start;
  display: flex;
  height: auto;
  background-color: white;
  width: 100%;
}
.main-menu-wrp .main-menu__left .main-menu__left__inner-wrp .main-menu__left__inner .main-menu__left__inner__main-nav {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 780px) {
  .main-menu-wrp .main-menu__left .main-menu__left__inner-wrp .main-menu__left__inner .main-menu__left__inner__main-nav {
    padding-top: 0px;
  }
}
.main-menu-wrp .main-menu__left .main-menu__left__inner-wrp .main-menu__left__inner .main-menu__left__inner__main-nav .main-menu__left__inner__main-nav__inner {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  position: relative;
}
.main-menu-wrp .main-menu__left .main-menu__left__inner-wrp .main-menu__left__inner .main-menu__left__inner__main-nav .main-menu__left__inner__logo {
  flex-basis: 100%;
}
.main-menu-wrp .main-menu__left .main-menu__left__inner-wrp .main-menu__left__inner .main-menu__left__inner__main-nav ul {
  display: flex;
  flex-direction: column;
  gap: 18px;
  justify-content: flex-start;
}
.main-menu-wrp .main-menu__left .main-menu__left__inner-wrp .main-menu__left__inner .main-menu__left__inner__main-nav ul li {
  list-style-type: none;
}
.main-menu-wrp .main-menu__left .main-menu__left__inner-wrp .main-menu__left__inner .main-menu__left__inner__main-nav ul.level_0 {
  max-width: 330px;
  padding-right: 36px;
}
@media screen and (max-width: 960px) {
  .main-menu-wrp .main-menu__left .main-menu__left__inner-wrp .main-menu__left__inner .main-menu__left__inner__main-nav ul.level_0 {
    width: 220px;
  }
}
@media screen and (max-width: 780px) {
  .main-menu-wrp .main-menu__left .main-menu__left__inner-wrp .main-menu__left__inner .main-menu__left__inner__main-nav ul.level_0 {
    width: 100%;
  }
}
.main-menu-wrp .main-menu__left .main-menu__left__inner-wrp .main-menu__left__inner .main-menu__left__inner__main-nav ul.level_0 li {
  opacity: 0;
}
.main-menu-wrp .main-menu__left .main-menu__left__inner-wrp .main-menu__left__inner .main-menu__left__inner__main-nav ul.level_0 li.submenu_active a {
  color: #5a7b80;
}
.main-menu-wrp .main-menu__left .main-menu__left__inner-wrp .main-menu__left__inner .main-menu__left__inner__main-nav ul.level_0 li a {
  font-size: 60px;
  line-height: 70px;
  font-weight: 600;
  color: #3A3A3A;
  font-family: "Niveau Grotesk";
  text-decoration: none;
  display: flex;
  align-items: center;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 1330px) {
  .main-menu-wrp .main-menu__left .main-menu__left__inner-wrp .main-menu__left__inner .main-menu__left__inner__main-nav ul.level_0 li a {
    font-size: 40px;
    line-height: 46px;
    font-weight: 600;
    color: #3A3A3A;
  }
}
@media screen and (max-width: 960px) {
  .main-menu-wrp .main-menu__left .main-menu__left__inner-wrp .main-menu__left__inner .main-menu__left__inner__main-nav ul.level_0 li a {
    font-size: 30px;
    line-height: 36px;
  }
}
@media screen and (max-width: 768px) {
  .main-menu-wrp .main-menu__left .main-menu__left__inner-wrp .main-menu__left__inner .main-menu__left__inner__main-nav ul.level_0 li a {
    font-size: 30px;
    line-height: 36px;
  }
}
.main-menu-wrp .main-menu__left .main-menu__left__inner-wrp .main-menu__left__inner .main-menu__left__inner__main-nav ul.level_0 li a:hover {
  color: #5a7b80;
}
.main-menu-wrp .main-menu__left .main-menu__left__inner-wrp .main-menu__left__inner .main-menu__left__inner__main-nav ul.level_0 li.current-menu-item a {
  opacity: 0.4;
}
.main-menu-wrp .main-menu__left .main-menu__left__inner-wrp .main-menu__left__inner .main-menu__left__inner__main-nav ul.level_0:after {
  opacity: 0;
  -webkit-transition: opacity 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out;
  -ms-transition: opacity 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}
.main-menu-wrp .main-menu__left .main-menu__left__inner-wrp .main-menu__left__inner .main-menu__left__inner__main-nav ul.level_1, .main-menu-wrp .main-menu__left .main-menu__left__inner-wrp .main-menu__left__inner .main-menu__left__inner__main-nav ul.level_2 {
  display: none;
}
.main-menu-wrp .main-menu__left .main-menu__left__inner-wrp .main-menu__left__inner .main-menu__left__inner__main-nav .main-menu__left__inner__sub_nav {
  display: none;
  height: auto;
  flex-direction: column;
  justify-content: flex-start;
  width: calc(100% - 230px);
  padding-left: 36px;
  position: relative;
  -webkit-transition: opacity 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out;
  -ms-transition: opacity 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}
@media screen and (max-width: 768px) {
  .main-menu-wrp .main-menu__left .main-menu__left__inner-wrp .main-menu__left__inner .main-menu__left__inner__main-nav .main-menu__left__inner__sub_nav {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 0;
    justify-content: center;
    background-color: white;
    pointer-events: none;
    opacity: 0;
  }
}
.main-menu-wrp .main-menu__left .main-menu__left__inner-wrp .main-menu__left__inner .main-menu__left__inner__main-nav .main-menu__left__inner__sub_nav .back-button-mobile {
  display: none;
}
@media screen and (max-width: 789px) {
  .main-menu-wrp .main-menu__left .main-menu__left__inner-wrp .main-menu__left__inner .main-menu__left__inner__main-nav .main-menu__left__inner__sub_nav .back-button-mobile {
    display: inline-flex;
    width: 100%;
    padding: 0px 15px 10px 0px;
    border: 0;
    border-bottom: 1px solid rgba(42, 42, 42, 0.24);
    background-color: transparent;
    cursor: pointer;
    margin-bottom: 15px;
    font-family: "Niveau Grotesk";
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    color: #5a7b80;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  .main-menu-wrp .main-menu__left .main-menu__left__inner-wrp .main-menu__left__inner .main-menu__left__inner__main-nav .main-menu__left__inner__sub_nav .back-button-mobile:hover {
    color: #71969c;
  }
}
@media screen and (max-width: 560px) {
  .main-menu-wrp .main-menu__left .main-menu__left__inner-wrp .main-menu__left__inner .main-menu__left__inner__main-nav .main-menu__left__inner__sub_nav .back-button-mobile {
    font-size: 26px;
    line-height: 28px;
    font-weight: 600;
    color: #5a7b80;
  }
}
@media screen and (max-width: 480px) {
  .main-menu-wrp .main-menu__left .main-menu__left__inner-wrp .main-menu__left__inner .main-menu__left__inner__main-nav .main-menu__left__inner__sub_nav .back-button-mobile {
    font-size: 22px;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .main-menu-wrp .main-menu__left .main-menu__left__inner-wrp .main-menu__left__inner .main-menu__left__inner__main-nav .main-menu__left__inner__sub_nav.inactive_sub_nav {
    opacity: 0;
    pointer-events: none;
    justify-content: flex-start;
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .main-menu-wrp .main-menu__left .main-menu__left__inner-wrp .main-menu__left__inner .main-menu__left__inner__main-nav .main-menu__left__inner__sub_nav.active_sub_nav {
    opacity: 1;
    pointer-events: all;
    justify-content: flex-start;
    padding-top: 0px;
  }
}
.main-menu-wrp .main-menu__left .main-menu__left__inner-wrp .main-menu__left__inner .main-menu__left__inner__main-nav .main-menu__left__inner__sub_nav.active_sub_nav:after {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .main-menu-wrp .main-menu__left .main-menu__left__inner-wrp .main-menu__left__inner .main-menu__left__inner__main-nav .main-menu__left__inner__sub_nav.active_sub_nav:after {
    width: 48px;
    background-color: #5a7b80;
    transform: translate(-48px, 0);
  }
}
.main-menu-wrp .main-menu__left .main-menu__left__inner-wrp .main-menu__left__inner .main-menu__left__inner__main-nav .main-menu__left__inner__sub_nav.active_sub_nav ul li a {
  font-size: 30px;
  line-height: 36px;
  opacity: 1;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 960px) {
  .main-menu-wrp .main-menu__left .main-menu__left__inner-wrp .main-menu__left__inner .main-menu__left__inner__main-nav .main-menu__left__inner__sub_nav.active_sub_nav ul li a {
    font-size: 24px;
    line-height: 28px;
  }
}
@media screen and (max-width: 768px) {
  .main-menu-wrp .main-menu__left .main-menu__left__inner-wrp .main-menu__left__inner .main-menu__left__inner__main-nav .main-menu__left__inner__sub_nav.active_sub_nav ul li a {
    font-size: 30px;
    line-height: 36px;
    display: inline-flex;
    align-items: center;
    width: max-content;
    max-width: 100%;
    hyphens: auto;
  }
}
@media screen and (max-width: 560px) {
  .main-menu-wrp .main-menu__left .main-menu__left__inner-wrp .main-menu__left__inner .main-menu__left__inner__main-nav .main-menu__left__inner__sub_nav.active_sub_nav ul li a {
    font-size: 26px;
    line-height: 28px;
  }
}
@media screen and (max-width: 480px) {
  .main-menu-wrp .main-menu__left .main-menu__left__inner-wrp .main-menu__left__inner .main-menu__left__inner__main-nav .main-menu__left__inner__sub_nav.active_sub_nav ul li a {
    font-size: 22px;
    line-height: 24px;
  }
}
.main-menu-wrp .main-menu__left .main-menu__left__inner-wrp .main-menu__left__inner .main-menu__left__inner__main-nav .main-menu__left__inner__sub_nav.active_sub_nav ul li a:hover {
  opacity: 1;
}
.main-menu-wrp .main-menu__left .main-menu__left__inner-wrp .main-menu__left__inner .main-menu__left__inner__main-nav .main-menu__left__inner__sub_nav.active_sub_nav ul li ul {
  display: none;
}
.main-menu-wrp .main-menu__left .main-menu__left__inner-wrp .main-menu__left__inner .main-menu__left__inner__main-nav .main-menu__left__inner__sub_nav[data-level="1"] .level_2 {
  display: none;
}
.main-menu-wrp .main-menu__left .main-menu__left__inner-wrp .main-menu__left__inner .main-menu__left__inner__main-nav .main-menu__left__inner__sub_nav ul {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.main-menu-wrp .main-menu__left .main-menu__left__inner-wrp .main-menu__left__inner .main-menu__left__inner__main-nav .main-menu__left__inner__sub_nav ul li {
  list-style-type: none;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  transform: translate(100px, 0);
  max-width: 100%;
}
.main-menu-wrp .main-menu__left .main-menu__left__inner-wrp .main-menu__left__inner .main-menu__left__inner__main-nav .main-menu__left__inner__sub_nav ul li.animate {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
  transform: translate(0px, 0);
}
.main-menu-wrp .main-menu__left .main-menu__left__inner-wrp .main-menu__left__inner .main-menu__left__inner__main-nav .main-menu__left__inner__sub_nav ul li a {
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  color: #3A3A3A;
  font-family: "Niveau Grotesk";
  text-decoration: none;
  display: flex;
  align-items: center;
  width: max-content;
  max-width: 95%;
}
@media screen and (max-width: 1330px) {
  .main-menu-wrp .main-menu__left .main-menu__left__inner-wrp .main-menu__left__inner .main-menu__left__inner__main-nav .main-menu__left__inner__sub_nav ul li a {
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    color: #3A3A3A;
  }
}
.main-menu-wrp .main-menu__left .main-menu__left__inner-wrp .main-menu__left__inner .main-menu__left__inner__main-nav .main-menu__left__inner__sub_nav ul li a:hover {
  color: #5a7b80;
}
.main-menu-wrp .main-menu__left .main-menu__left__inner-wrp .main-menu__left__inner .main-menu__left__inner__main-nav .main-menu__left__inner__sub_nav ul li.current-menu-item a {
  color: #5a7b80;
}
.main-menu-wrp .main-menu__left .main-menu__left__inner-wrp .main-menu__left__inner .main-menu__left__inner__main-nav .main-menu__left__inner__sub_nav ul li ul {
  display: none;
}
.main-menu-wrp .main-menu__right {
  background-color: #EFEFEF;
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding: 0 7.3vw 7.3vw 3.2vw;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 1560px) {
  .main-menu-wrp .main-menu__right {
    padding: 0 2.3vw 4.3vw 3.2vw;
    min-width: 330px;
  }
}
@media screen and (max-width: 960px) {
  .main-menu-wrp .main-menu__right {
    padding: 0 2.3vw 4.3vw 3.2vw;
    min-width: 290px;
  }
}
@media screen and (max-width: 780px) {
  .main-menu-wrp .main-menu__right {
    padding-left: 4.3vw;
  }
}
.main-menu-wrp .main-menu__right .main-menu__right__inner-wrp {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 1280px) {
  .main-menu-wrp .main-menu__right .main-menu__right__inner-wrp {
    flex-direction: column;
    gap: 25px;
  }
}
@media screen and (max-width: 780px) {
  .main-menu-wrp .main-menu__right .main-menu__right__inner-wrp {
    flex-direction: row;
    gap: 0px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 480px) {
  .main-menu-wrp .main-menu__right .main-menu__right__inner-wrp {
    flex-direction: column;
  }
}
.main-menu-wrp .main-menu__right .main-menu__right__inner-wrp .main-menu__right__contact-left .company-data {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media screen and (max-width: 780px) {
  .main-menu-wrp .main-menu__right .main-menu__right__inner-wrp .main-menu__right__contact-left .company-data {
    justify-content: space-between;
    padding: 25px 25px 25px 0;
  }
}
.main-menu-wrp .main-menu__right .main-menu__right__inner-wrp .main-menu__right__contact-left .company-data .company-data__location {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  gap: 3px;
}
.main-menu-wrp .main-menu__right .main-menu__right__inner-wrp .main-menu__right__contact-left .company-data .company-data__location li {
  list-style-type: none;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: #3A3A3A;
}
@media screen and (max-width: 780px) {
  .main-menu-wrp .main-menu__right .main-menu__right__inner-wrp .main-menu__right__contact-left .company-data .company-data__location li {
    font-size: 17px;
    line-height: 24px;
    font-weight: 500;
    color: #3A3A3A;
  }
}
.main-menu-wrp .main-menu__right .main-menu__right__inner-wrp .main-menu__right__contact-left .company-data .company-data__contact {
  display: flex;
  gap: 25px;
  flex-direction: column;
}
@media screen and (max-width: 780px) {
  .main-menu-wrp .main-menu__right .main-menu__right__inner-wrp .main-menu__right__contact-left .company-data .company-data__contact {
    flex-direction: column;
    justify-content: space-between;
    padding: 25px 25px 25px 0;
  }
}
@media screen and (max-width: 600px) {
  .main-menu-wrp .main-menu__right .main-menu__right__inner-wrp .main-menu__right__contact-left .company-data .company-data__contact {
    flex-direction: column;
    justify-content: space-between;
    padding: 0px 25px 0px 0;
  }
}
.main-menu-wrp .main-menu__right .main-menu__right__inner-wrp .main-menu__right__contact-left .company-data .company-data__contact li {
  width: max-content;
  position: relative;
  list-style-type: none;
}
.main-menu-wrp .main-menu__right .main-menu__right__inner-wrp .main-menu__right__contact-left .company-data .company-data__contact li a {
  color: #3A3A3A;
  display: inline-flex;
  gap: 16px;
  text-decoration: none;
  width: max-content;
  padding: 10px 0px 0px 0;
}
.main-menu-wrp .main-menu__right .main-menu__right__inner-wrp .main-menu__right__contact-left .company-data .company-data__contact li a span {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #3A3A3A;
  -webkit-transition: color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out;
  -ms-transition: color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
}
@media screen and (max-width: 1360px) {
  .main-menu-wrp .main-menu__right .main-menu__right__inner-wrp .main-menu__right__contact-left .company-data .company-data__contact li a span {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .main-menu-wrp .main-menu__right .main-menu__right__inner-wrp .main-menu__right__contact-left .company-data .company-data__contact li a span {
    font-size: 16px;
  }
}
.main-menu-wrp .main-menu__right .main-menu__right__inner-wrp .main-menu__right__contact-left .company-data .company-data__contact li a i {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  color: #5a7b80;
  -webkit-transition: color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out;
  -ms-transition: color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
}
.main-menu-wrp .main-menu__right .main-menu__right__inner-wrp .main-menu__right__contact-left .company-data .company-data__contact li a:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  transform: translate(0, 5px);
  height: 2px;
  background-color: #5a7b80;
  -webkit-transition: background-color 300ms ease-in-out;
  -moz-transition: background-color 300ms ease-in-out;
  -ms-transition: background-color 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
}
.main-menu-wrp .main-menu__right .main-menu__right__inner-wrp .main-menu__right__contact-left .company-data .company-data__contact li a:hover i {
  color: #71969c;
}
.main-menu-wrp .main-menu__right .main-menu__right__inner-wrp .main-menu__right__contact-left .company-data .company-data__contact li a:hover span {
  color: #71969c;
}
.main-menu-wrp .main-menu__right .main-menu__right__inner-wrp .main-menu__right__contact-left .company-data .company-data__contact li a:hover:after {
  background-color: #71969c;
}
.main-menu-wrp .main-menu__right .main-menu__right__inner-wrp .main-menu__right__contact-left .company-data .company-data__contact li:nth-of-type(2n) a i {
  color: #e2adff;
}
.main-menu-wrp .main-menu__right .main-menu__right__inner-wrp .main-menu__right__contact-left .company-data .company-data__contact li:nth-of-type(2n) a:after {
  background-color: #e2adff;
}
.main-menu-wrp .main-menu__right .main-menu__right__inner-wrp .main-menu__right__contact-left .company-data .company-data__contact li:nth-of-type(2n) a:hover i {
  color: #f4e0ff;
}
.main-menu-wrp .main-menu__right .main-menu__right__inner-wrp .main-menu__right__contact-left .company-data .company-data__contact li:nth-of-type(2n) a:hover span {
  color: #f4e0ff;
}
.main-menu-wrp .main-menu__right .main-menu__right__inner-wrp .main-menu__right__contact-left .company-data .company-data__contact li:nth-of-type(2n) a:hover:after {
  background-color: #f4e0ff;
}
.main-menu-wrp .main-menu__right .main-menu__right__inner-wrp .main-menu__right__contact-right {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 780px) {
  .main-menu-wrp .main-menu__right .main-menu__right__inner-wrp .main-menu__right__contact-right {
    padding: 25px 25px 50px 0;
  }
}
@media screen and (max-width: 600px) {
  .main-menu-wrp .main-menu__right .main-menu__right__inner-wrp .main-menu__right__contact-right {
    padding: 25px 25px 25px 0;
  }
}
@media screen and (max-width: 480px) {
  .main-menu-wrp .main-menu__right .main-menu__right__inner-wrp .main-menu__right__contact-right {
    display: none;
  }
}
.main-menu-wrp .main-menu__right .main-menu__right__inner-wrp .main-menu__right__contact-right a {
  position: relative;
  color: #3A3A3A;
  display: flex;
  gap: 16px;
  text-decoration: none;
  padding: 10px 15px 0 0;
}
.main-menu-wrp .main-menu__right .main-menu__right__inner-wrp .main-menu__right__contact-right a span {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #3A3A3A;
  -webkit-transition: color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out;
  -ms-transition: color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
}
@media screen and (max-width: 1360px) {
  .main-menu-wrp .main-menu__right .main-menu__right__inner-wrp .main-menu__right__contact-right a span {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .main-menu-wrp .main-menu__right .main-menu__right__inner-wrp .main-menu__right__contact-right a span {
    font-size: 16px;
  }
}
.main-menu-wrp .main-menu__right .main-menu__right__inner-wrp .main-menu__right__contact-right a i {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  color: #e2adff;
  -webkit-transition: color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out;
  -ms-transition: color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
}
.main-menu-wrp .main-menu__right .main-menu__right__inner-wrp .main-menu__right__contact-right a:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  transform: translate(0, 5px);
  height: 2px;
  background-color: #e2adff;
  -webkit-transition: background-color 300ms ease-in-out;
  -moz-transition: background-color 300ms ease-in-out;
  -ms-transition: background-color 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
}
.main-menu-wrp .main-menu__right .main-menu__right__inner-wrp .main-menu__right__contact-right a:hover i {
  color: #f4e0ff;
}
.main-menu-wrp .main-menu__right .main-menu__right__inner-wrp .main-menu__right__contact-right a:hover span {
  color: #f4e0ff;
}
.main-menu-wrp .main-menu__right .main-menu__right__inner-wrp .main-menu__right__contact-right a:hover:after {
  background-color: #f4e0ff;
}
.main-menu-wrp .nav_burger_icon {
  display: inline-block;
  width: 40px;
  height: 25px;
  position: relative;
  justify-self: flex-end;
  transform: rotate(0deg);
  cursor: pointer;
  opacity: 0;
  -webkit-transition: transform 500ms ease-in-out;
  -moz-transition: transform 500ms ease-in-out;
  -ms-transition: transform 500ms ease-in-out;
  -o-transition: transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out;
}
.main-menu-wrp .nav_burger_icon:hover span {
  background-color: #595959;
}
.main-menu-wrp .nav_burger_icon.hide_burger {
  animation: hide_burger;
  animation-duration: 0.5s;
}
.main-menu-wrp .nav_burger_icon.show_burger {
  animation: show_burger;
  animation-duration: 800ms;
}
.main-menu-wrp .nav_burger_icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #2A2A2A;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.main-menu-wrp .nav_burger_icon span:nth-child(1) {
  top: 0px;
}
.main-menu-wrp .nav_burger_icon span:nth-child(2) {
  top: 10px;
}
.main-menu-wrp .nav_burger_icon span:nth-child(3) {
  top: 20px;
}
.main-menu-wrp .nav_burger_icon span:nth-child(1) {
  top: 10px;
  transform: rotate(135deg);
}
.main-menu-wrp .nav_burger_icon span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.main-menu-wrp .nav_burger_icon span:nth-child(3) {
  top: 10px;
  transform: rotate(-135deg);
}

@keyframes hide_burger {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes show_burger {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.post-header {
  display: flex;
  flex-direction: column;
}
.post-header .post-header__breadcrumb {
  margin-bottom: 45px;
}
.post-header .post-header__breadcrumb ul {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 600px) {
  .post-header .post-header__breadcrumb ul {
    flex-direction: column;
  }
}
.post-header .post-header__breadcrumb ul li {
  list-style-type: none;
  display: flex;
  gap: 10px;
  align-items: center;
}
.post-header .post-header__breadcrumb ul li:not(:last-of-type):after {
  content: "";
  display: inline-flex;
  width: 6px;
  min-width: 6px;
  height: 12px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="7.354" height="12.709" viewBox="0 0 7.354 12.709"><path id="Pfad_5159" data-name="Pfad 5159" d="M11.295,0,5.647,5.647,0,0" transform="translate(0.707 12.002) rotate(-90)" fill="none" stroke="%2350adb2" stroke-linejoin="round" stroke-width="2"/></svg>');
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 6px 12px;
  opacity: 0.37;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.post-header .post-header__breadcrumb ul li:not(:last-of-type):hover:after {
  opacity: 1;
}
.post-header .post-header__breadcrumb ul li:is(.current_menu_item) a {
  opacity: 1;
  color: #5a7b80;
}
.post-header .post-header__breadcrumb ul li:is(.current_menu_item) a:after {
  background-color: #5a7b80;
}
.post-header .post-header__breadcrumb ul li:is(.current_menu_item):before {
  opacity: 1;
}
.post-header .post-header__breadcrumb ul li a {
  display: inline-flex;
  font-size: 15px;
  line-height: 30px;
  font-weight: 500;
  color: #DADADA;
  text-decoration: none;
  position: relative;
  max-width: max-content;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 800px) {
  .post-header .post-header__breadcrumb ul li a {
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    color: #5a7b80;
  }
}
.post-header .post-header__breadcrumb ul li a:hover {
  opacity: 1;
}
.post-header .post-header__breadcrumb ul li a:hover:after {
  width: 100%;
  left: 0;
}
.post-header .post-header__breadcrumb ul li a:after {
  position: absolute;
  bottom: 2px;
  width: 0;
  left: 50%;
  height: 2px;
  background-color: #DADADA;
  content: "";
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.post-header .post-header__navigation {
  margin-bottom: 35px;
}
.post-header .post-header__navigation ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .post-header .post-header__navigation ul {
    flex-direction: column;
  }
}
.post-header .post-header__navigation ul li {
  list-style-type: none;
}
.post-header .post-header__navigation ul li a {
  display: flex;
  width: max-content;
  gap: 13px;
  justify-content: center;
  align-items: center;
  padding: 13px 25px;
  text-decoration: none;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 480px) {
  .post-header .post-header__navigation ul li a {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .post-header .post-header__navigation ul li a span {
    padding: 0px 12px;
    font-size: 12px;
    line-height: 22px;
    font-weight: 600;
    color: white;
  }
}
.post-header .post-header__navigation ul li a.back-to-category {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #5a7b80;
  border: 2px solid #5a7b80;
}
@media screen and (max-width: 600px) {
  .post-header .post-header__navigation ul li a.back-to-category span {
    color: #5a7b80;
  }
}
.post-header .post-header__navigation ul li a.back-to-category:hover {
  background-color: #5a7b80;
}
.post-header .post-header__navigation ul li a.back-to-category:hover span {
  color: white;
}
.post-header .post-header__navigation ul li a.back-to-category:hover svg path {
  stroke: #fff;
}
.post-header .post-header__navigation ul li a.back-to-category svg path {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.post-header .post-header__navigation ul li a.next_post {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: white;
  border: 2px solid #5a7b80;
  background-color: #5a7b80;
}
.post-header .post-header__navigation ul li a.next_post:hover {
  background-color: #71969c;
  border: 2px solid #71969c;
}
.post-header .post-header__post-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  border-top: 1px solid #D1D5DB;
  padding: 30px 0 35px 0;
}
.post-header .post-header__post-meta .post-meta__new-post {
  display: flex;
  width: max-content;
  background-color: #f4e0ff;
  padding: 9px 16px;
  color: white;
  font-size: 18px;
  line-height: 14px;
  font-weight: 600;
  color: #fff;
}
.post-header .post-header__post-meta .post-meta__date {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #5a7b80;
}
@media screen and (max-width: 1180px) {
  .post-header .post-header__post-meta .post-meta__date {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #5a7b80;
  }
}
.post-header .post-header__headline {
  margin-bottom: 30px;
}
.post-header .post-header__headline h1 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
  color: #3A3A3A;
}
@media screen and (max-width: 600px) {
  .post-header .post-header__headline h1 {
    font-size: 36px;
    line-height: 42px;
    font-weight: 600;
    color: #3A3A3A;
  }
}
.post-header .post-header__post-image {
  margin-bottom: 30px;
}
.post-header .post-header__post-image img {
  width: 100%;
  height: auto;
}

.post-divider {
  border-top: 1px solid #D1D5DB;
  width: 100%;
  margin-bottom: 40px;
}

.share-button-wrp {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.share-button-wrp .share-button-list {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.share-button-wrp .share-button-list.open {
  transform: translate(0, calc(-100% - 5px));
  opacity: 1;
  pointer-events: all;
}
.share-button-wrp .share-button-list ul {
  display: flex;
  gap: 6px;
}
.share-button-wrp .share-button-list ul li {
  list-style-type: none;
}
.share-button-wrp .share-button-list ul li a {
  display: inline-flex;
  width: 50px;
  height: 50px;
  color: #5a7b80;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  outline: 1px solid #5a7b80;
  background-color: white;
}
.share-button-wrp .share-button-list ul li a.fb:hover {
  background-color: #385dad;
  outline: 1px solid #385dad;
  color: white;
}
.share-button-wrp .share-button-list ul li a.linkedin:hover {
  background-color: #129acc;
  outline: 1px solid #129acc;
  color: white;
}
.share-button-wrp .share-button-list ul li a.whatsapp:hover {
  background-color: #0fbc50;
  outline: 1px solid #0fbc50;
  color: white;
}
.share-button-wrp .share-button-list ul li a.x-twitter:hover {
  background-color: #000;
  outline: 1px solid #000;
  color: white;
}
.share-button-wrp .share-button-toggle {
  background-color: #5a7b80;
  color: white;
  border: 0px;
  padding: 14px 28px;
  cursor: pointer;
  outline: 1px solid #5a7b80;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.share-button-wrp .share-button-toggle:hover {
  outline: 1px solid #71969c;
  background-color: #71969c;
}
.share-button-wrp .share-button-toggle.active {
  background-color: white;
  outline: 1px solid #5a7b80;
  color: #5a7b80;
}
@media screen and (max-width: 600px) {
  .share-button-wrp .share-button-toggle {
    font-size: 14px;
    line-height: 17px;
  }
}

.category__content-wrp .category__pagination {
  padding: 70px 0 30px 8px;
}
.category__content-wrp .category__pagination.category__pagination--end {
  padding-top: 60px;
  padding-bottom: 80px;
}
.category__content-wrp .category__pagination .number-pagination a {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  color: #3A3A3A;
  width: 32px;
  height: 32px;
  border: 2px solid white;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.category__content-wrp .category__pagination .number-pagination a:hover {
  color: #5a7b80;
}
.category__content-wrp .category__pagination .number-pagination .active-pager {
  background-color: #5a7b80;
  color: white;
  border-radius: 16px;
  border: 2px solid #5a7b80;
}
.category__content-wrp .category__pagination .number-pagination .active-pager:hover {
  background-color: transparent;
  color: #3A3A3A;
}
.category__content-wrp .category__single-post {
  max-width: 1125px;
  width: 100%;
  display: flex;
  gap: 15px;
}
.category__content-wrp .category__single-post .single-post__marker-wrp {
  position: relative;
  width: 38px;
}
@media screen and (max-width: 480px) {
  .category__content-wrp .category__single-post .single-post__marker-wrp {
    display: none;
  }
}
.category__content-wrp .category__single-post .single-post__marker-wrp:after {
  display: block;
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  background-color: #ECECED;
  left: calc(50% - 1px);
}
.category__content-wrp .category__single-post .single-post__marker-wrp .single-post__marker-wrp__outer-marker-wrp {
  padding-top: 10px;
  position: absolute;
}
.category__content-wrp .category__single-post .single-post__marker-wrp .single-post__marker-wrp__outer-marker-wrp .marker {
  width: 36px;
  height: 36px;
  background-color: white;
  outline: 2px solid #E6E7E7;
  border-radius: 50%;
  z-index: 5;
  position: relative;
}
.category__content-wrp .category__single-post .single-post__marker-wrp .single-post__marker-wrp__outer-marker-wrp .marker .marker_inner {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #5a7b80;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.category__content-wrp .category__single-post .single-post__content-wrp {
  display: flex;
  width: 100%;
  padding-bottom: 30px;
}
.category__content-wrp .category__single-post .single-post__content-wrp .single-post__content-element-wrp {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
@media screen and (max-width: 680px) {
  .category__content-wrp .category__single-post .single-post__content-wrp .single-post__content-element-wrp {
    flex-direction: column-reverse;
  }
}
.category__content-wrp .category__single-post .single-post__content-wrp .single-post__content-element-wrp .single-post__content-txt-wrp {
  padding: 35px 40px;
  flex-direction: column;
  width: 100%;
  background-color: #EFEFEF;
  margin-bottom: 30px;
  display: flex;
}
.category__content-wrp .category__single-post .single-post__content-wrp .single-post__content-element-wrp .single-post__content-txt-wrp .post-date-wrp {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 12px;
}
@media screen and (max-width: 1180px) {
  .category__content-wrp .category__single-post .single-post__content-wrp .single-post__content-element-wrp .single-post__content-txt-wrp .post-date-wrp {
    margin-bottom: 6px;
  }
}
.category__content-wrp .category__single-post .single-post__content-wrp .single-post__content-element-wrp .single-post__content-txt-wrp .post-date-wrp .post-date__new-post {
  display: flex;
  width: max-content;
  background-color: #f4e0ff;
  padding: 9px 16px;
  color: white;
  font-size: 18px;
  line-height: 14px;
  font-weight: 600;
  color: #fff;
}
.category__content-wrp .category__single-post .single-post__content-wrp .single-post__content-element-wrp .single-post__content-txt-wrp .post-date-wrp .post-date__date {
  padding-top: 7px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: #5a7b80;
}
@media screen and (max-width: 1180px) {
  .category__content-wrp .category__single-post .single-post__content-wrp .single-post__content-element-wrp .single-post__content-txt-wrp .post-date-wrp .post-date__date {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #5a7b80;
  }
}
.category__content-wrp .category__single-post .single-post__content-wrp .single-post__content-element-wrp .single-post__content-txt-wrp a {
  margin-top: auto;
}
.category__content-wrp .category__single-post .single-post__content-wrp .single-post__content-element-wrp .single-post__content-img {
  width: 248px;
  display: flex;
}
@media screen and (max-width: 680px) {
  .category__content-wrp .category__single-post .single-post__content-wrp .single-post__content-element-wrp .single-post__content-img {
    width: 100%;
  }
}
.category__content-wrp .category__single-post .single-post__content-wrp .single-post__content-element-wrp .single-post__content-img a {
  display: flex;
  width: 100%;
  height: auto;
}
.category__content-wrp .category__single-post .single-post__content-wrp .single-post__content-element-wrp .single-post__content-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.category__content-wrp .category__single-post .single-post__content-wrp .single-post__content-element-wrp.has_post_img .single-post__content-txt-wrp {
  width: calc(100% - 248px);
}
@media screen and (max-width: 680px) {
  .category__content-wrp .category__single-post .single-post__content-wrp .single-post__content-element-wrp.has_post_img .single-post__content-txt-wrp {
    width: 100%;
  }
}
.category__content-wrp .category__single-post .single-post__content-wrp h2 {
  margin-bottom: 25px;
}
.category__content-wrp .category__single-post .single-post__content-wrp h2 a {
  text-decoration: none;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  color: #3A3A3A;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 1180px) {
  .category__content-wrp .category__single-post .single-post__content-wrp h2 a {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #3A3A3A;
  }
}
@media screen and (max-width: 860px) {
  .category__content-wrp .category__single-post .single-post__content-wrp h2 a {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #3A3A3A;
  }
}
.category__content-wrp .category__single-post .single-post__content-wrp h2 a:hover {
  color: #71969c;
}
.category__content-wrp .category__single-post .single-post__content-wrp:last-of-type .single-post__content-txt-wrp {
  margin-bottom: 0;
}
.category__content-wrp .category__single-post .btn {
  background-color: #5a7b80;
  display: flex;
  width: max-content;
  gap: 5px;
  padding: 15px 30px;
  border: 2px solid #5a7b80;
  -webkit-transition: background-color 300ms ease-in-out;
  -moz-transition: background-color 300ms ease-in-out;
  -ms-transition: background-color 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  color: white;
}
@media screen and (max-width: 600px) {
  .category__content-wrp .category__single-post .btn {
    padding: 12px 24px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    color: white;
  }
}
.category__content-wrp .category__single-post .btn:hover {
  background-color: transparent;
  color: #5a7b80;
}
.category__content-wrp .category__single-post .btn:after {
  content: "";
  position: absolute;
  width: 0;
  height: 150%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  opacity: 0;
  background-color: #71969c;
  border-radius: 25%;
  z-index: -1;
}
.category__content-wrp .category__single-post.hovered .single-post__marker-wrp .single-post__marker-wrp__outer-marker-wrp .marker .marker_inner {
  background-color: #71969c;
}

.category__content-wrp .category__single-post:last-child .single-post__content-wrp {
  padding-bottom: 0 !important;
}

.wrap_404_page {
  height: 100vh;
  background-color: white;
  display: flex;
  width: 100%;
  max-height: -webkit-fill-available;
  padding: 0px;
}
.wrap_404_page .wrap_404_page__white-col {
  width: 58%;
  padding: 65px 0 7.3vw 7.3vw;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .wrap_404_page .wrap_404_page__white-col {
    width: 100%;
  }
}
@media screen and (max-width: 660px) {
  .wrap_404_page .wrap_404_page__white-col {
    align-items: center;
    max-height: -webkit-fill-available;
    justify-content: center;
    gap: 30px;
  }
}
.wrap_404_page .wrap_404_page__txt {
  position: relative;
}
.wrap_404_page .wrap_404_page__txt span {
  position: absolute;
  right: 0;
  font-size: 413px;
  color: #EFEFEF;
  mix-blend-mode: multiply;
  top: 0;
  transform: translate(50%, -50%);
  font-family: "Niveau Grotesk";
}
@media screen and (max-width: 1024px) {
  .wrap_404_page .wrap_404_page__txt span {
    transform: translate(0%, 0%);
    position: static;
    font-size: 250px;
  }
}
@media screen and (max-width: 480px) {
  .wrap_404_page .wrap_404_page__txt span {
    font-size: 150px;
  }
}
.wrap_404_page .wrap_404_page__infotxt {
  font-family: "Niveau Grotesk";
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  color: #2A2A2A;
  max-width: 500px;
}
@media screen and (max-width: 660px) {
  .wrap_404_page .wrap_404_page__infotxt {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .wrap_404_page .wrap_404_page__infotxt {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #2A2A2A;
  }
}
.wrap_404_page .wrap_404_page__infotxt a.btn {
  margin-top: 20px;
  background-color: #5a7b80;
  display: flex;
  width: max-content;
  gap: 5px;
  padding: 15px 30px;
  border: 2px solid #5a7b80;
  -webkit-transition: background-color 300ms ease-in-out;
  -moz-transition: background-color 300ms ease-in-out;
  -ms-transition: background-color 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  color: white;
}
@media screen and (max-width: 600px) {
  .wrap_404_page .wrap_404_page__infotxt a.btn {
    padding: 12px 24px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    color: white;
  }
}
.wrap_404_page .wrap_404_page__infotxt a.btn:hover {
  background-color: transparent;
  color: #5a7b80;
}
.wrap_404_page .wrap_404_page__infotxt a.btn:after {
  content: "";
  position: absolute;
  width: 0;
  height: 150%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  opacity: 0;
  background-color: #71969c;
  border-radius: 25%;
  z-index: -1;
}
@media screen and (max-width: 660px) {
  .wrap_404_page .wrap_404_page__infotxt a.btn {
    margin: 20px auto;
  }
}
.wrap_404_page .wrap_404_page__grey-col {
  background-color: #EFEFEF;
  flex-grow: 1;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding: 0 7.3vw 7.3vw 3.2vw;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 1560px) {
  .wrap_404_page .wrap_404_page__grey-col {
    padding: 0 2.3vw 4.3vw 3.2vw;
    min-width: 330px;
  }
}
@media screen and (max-width: 960px) {
  .wrap_404_page .wrap_404_page__grey-col {
    padding: 0 2.3vw 4.3vw 3.2vw;
    min-width: 290px;
    display: none;
  }
}
.wrap_404_page .wrap_404_page__grey-col .wrap_404_page__grey-col__inner-wrp {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 1280px) {
  .wrap_404_page .wrap_404_page__grey-col .wrap_404_page__grey-col__inner-wrp {
    flex-direction: column;
    gap: 25px;
  }
}
.wrap_404_page .wrap_404_page__grey-col .wrap_404_page__grey-col__inner-wrp .wrap_404_page__grey-col__left .company-data {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media screen and (max-width: 780px) {
  .wrap_404_page .wrap_404_page__grey-col .wrap_404_page__grey-col__inner-wrp .wrap_404_page__grey-col__left .company-data {
    justify-content: space-between;
    padding: 25px 25px 25px 0;
  }
}
.wrap_404_page .wrap_404_page__grey-col .wrap_404_page__grey-col__inner-wrp .wrap_404_page__grey-col__left .company-data .company-data__location {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  gap: 3px;
}
.wrap_404_page .wrap_404_page__grey-col .wrap_404_page__grey-col__inner-wrp .wrap_404_page__grey-col__left .company-data .company-data__location li {
  list-style-type: none;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: #3A3A3A;
}
@media screen and (max-width: 780px) {
  .wrap_404_page .wrap_404_page__grey-col .wrap_404_page__grey-col__inner-wrp .wrap_404_page__grey-col__left .company-data .company-data__location li {
    font-size: 17px;
    line-height: 24px;
    font-weight: 500;
    color: #3A3A3A;
  }
}
.wrap_404_page .wrap_404_page__grey-col .wrap_404_page__grey-col__inner-wrp .wrap_404_page__grey-col__left .company-data .company-data__contact {
  display: flex;
  gap: 25px;
  flex-direction: column;
}
@media screen and (max-width: 780px) {
  .wrap_404_page .wrap_404_page__grey-col .wrap_404_page__grey-col__inner-wrp .wrap_404_page__grey-col__left .company-data .company-data__contact {
    flex-direction: row;
    justify-content: space-between;
    padding: 25px 25px 25px 0;
  }
}
@media screen and (max-width: 600px) {
  .wrap_404_page .wrap_404_page__grey-col .wrap_404_page__grey-col__inner-wrp .wrap_404_page__grey-col__left .company-data .company-data__contact {
    flex-direction: column;
    justify-content: space-between;
    padding: 0px 25px 0px 0;
  }
}
.wrap_404_page .wrap_404_page__grey-col .wrap_404_page__grey-col__inner-wrp .wrap_404_page__grey-col__left .company-data .company-data__contact li {
  width: max-content;
  position: relative;
  list-style-type: none;
}
.wrap_404_page .wrap_404_page__grey-col .wrap_404_page__grey-col__inner-wrp .wrap_404_page__grey-col__left .company-data .company-data__contact li a {
  color: #3A3A3A;
  display: inline-flex;
  gap: 16px;
  text-decoration: none;
  width: max-content;
  padding: 10px 0px 0px 0;
}
.wrap_404_page .wrap_404_page__grey-col .wrap_404_page__grey-col__inner-wrp .wrap_404_page__grey-col__left .company-data .company-data__contact li a span {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #3A3A3A;
  -webkit-transition: color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out;
  -ms-transition: color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
}
@media screen and (max-width: 1360px) {
  .wrap_404_page .wrap_404_page__grey-col .wrap_404_page__grey-col__inner-wrp .wrap_404_page__grey-col__left .company-data .company-data__contact li a span {
    font-size: 18px;
  }
}
.wrap_404_page .wrap_404_page__grey-col .wrap_404_page__grey-col__inner-wrp .wrap_404_page__grey-col__left .company-data .company-data__contact li a i {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  color: #5a7b80;
  -webkit-transition: color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out;
  -ms-transition: color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
}
.wrap_404_page .wrap_404_page__grey-col .wrap_404_page__grey-col__inner-wrp .wrap_404_page__grey-col__left .company-data .company-data__contact li a:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  transform: translate(0, 5px);
  height: 2px;
  background-color: #5a7b80;
  -webkit-transition: background-color 300ms ease-in-out;
  -moz-transition: background-color 300ms ease-in-out;
  -ms-transition: background-color 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
}
.wrap_404_page .wrap_404_page__grey-col .wrap_404_page__grey-col__inner-wrp .wrap_404_page__grey-col__left .company-data .company-data__contact li a:hover i {
  color: #71969c;
}
.wrap_404_page .wrap_404_page__grey-col .wrap_404_page__grey-col__inner-wrp .wrap_404_page__grey-col__left .company-data .company-data__contact li a:hover span {
  color: #71969c;
}
.wrap_404_page .wrap_404_page__grey-col .wrap_404_page__grey-col__inner-wrp .wrap_404_page__grey-col__left .company-data .company-data__contact li a:hover:after {
  background-color: #71969c;
}
.wrap_404_page .wrap_404_page__grey-col .wrap_404_page__grey-col__inner-wrp .wrap_404_page__grey-col__left .company-data .company-data__contact li:nth-of-type(2n) a i {
  color: #e2adff;
}
.wrap_404_page .wrap_404_page__grey-col .wrap_404_page__grey-col__inner-wrp .wrap_404_page__grey-col__left .company-data .company-data__contact li:nth-of-type(2n) a:after {
  background-color: #e2adff;
}
.wrap_404_page .wrap_404_page__grey-col .wrap_404_page__grey-col__inner-wrp .wrap_404_page__grey-col__left .company-data .company-data__contact li:nth-of-type(2n) a:hover i {
  color: #f4e0ff;
}
.wrap_404_page .wrap_404_page__grey-col .wrap_404_page__grey-col__inner-wrp .wrap_404_page__grey-col__left .company-data .company-data__contact li:nth-of-type(2n) a:hover span {
  color: #f4e0ff;
}
.wrap_404_page .wrap_404_page__grey-col .wrap_404_page__grey-col__inner-wrp .wrap_404_page__grey-col__left .company-data .company-data__contact li:nth-of-type(2n) a:hover:after {
  background-color: #f4e0ff;
}
.wrap_404_page .wrap_404_page__grey-col .wrap_404_page__grey-col__inner-wrp .wrap_404_page__grey-col__right {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 780px) {
  .wrap_404_page .wrap_404_page__grey-col .wrap_404_page__grey-col__inner-wrp .wrap_404_page__grey-col__right {
    display: none;
  }
}
.wrap_404_page .wrap_404_page__grey-col .wrap_404_page__grey-col__inner-wrp .wrap_404_page__grey-col__right a {
  position: relative;
  color: #3A3A3A;
  display: flex;
  gap: 16px;
  text-decoration: none;
  padding: 10px 15px 0 0;
}
.wrap_404_page .wrap_404_page__grey-col .wrap_404_page__grey-col__inner-wrp .wrap_404_page__grey-col__right a span {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #3A3A3A;
  -webkit-transition: color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out;
  -ms-transition: color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
}
@media screen and (max-width: 1360px) {
  .wrap_404_page .wrap_404_page__grey-col .wrap_404_page__grey-col__inner-wrp .wrap_404_page__grey-col__right a span {
    font-size: 18px;
  }
}
.wrap_404_page .wrap_404_page__grey-col .wrap_404_page__grey-col__inner-wrp .wrap_404_page__grey-col__right a i {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  color: #e2adff;
  -webkit-transition: color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out;
  -ms-transition: color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
}
.wrap_404_page .wrap_404_page__grey-col .wrap_404_page__grey-col__inner-wrp .wrap_404_page__grey-col__right a:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  transform: translate(0, 5px);
  height: 2px;
  background-color: #e2adff;
  -webkit-transition: background-color 300ms ease-in-out;
  -moz-transition: background-color 300ms ease-in-out;
  -ms-transition: background-color 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
}
.wrap_404_page .wrap_404_page__grey-col .wrap_404_page__grey-col__inner-wrp .wrap_404_page__grey-col__right a:hover i {
  color: #f4e0ff;
}
.wrap_404_page .wrap_404_page__grey-col .wrap_404_page__grey-col__inner-wrp .wrap_404_page__grey-col__right a:hover span {
  color: #f4e0ff;
}
.wrap_404_page .wrap_404_page__grey-col .wrap_404_page__grey-col__inner-wrp .wrap_404_page__grey-col__right a:hover:after {
  background-color: #f4e0ff;
}

body.post-type-archive .category__content-wrp .category__single-post .single-post__content-wrp .single-post__content-element-wrp .single-post__content-txt-wrp .post-date-wrp .events {
  padding-top: 14px;
}
body.post-type-archive .category__content-wrp .category__single-post .single-post__content-wrp .single-post__content-element-wrp .single-post__content-txt-wrp .post-date-wrp span {
  background-color: #5a7b80;
  display: inline-flex;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 14px;
  font-weight: 600;
  color: #fff;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 600px) {
  body.post-type-archive .category__content-wrp .category__single-post .single-post__content-wrp .single-post__content-element-wrp .single-post__content-txt-wrp .post-date-wrp span {
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    color: #fff;
  }
}
body.post-type-archive .category__content-wrp .category__single-post .single-post__content-wrp .single-post__content-element-wrp .single-post__content-txt-wrp .post-date-wrp span.post-date__location {
  background-color: #e2adff;
}
body.post-type-archive .category__no-post {
  padding: 60px 60px;
  position: relative;
  background: #e2adff;
}
@media screen and (max-width: 768px) {
  body.post-type-archive .category__no-post {
    padding: 35px;
  }
}
@media screen and (max-width: 480px) {
  body.post-type-archive .category__no-post {
    text-align: center;
  }
}
body.post-type-archive .category__no-post h2 {
  font-size: 30px;
  line-height: 50px;
  font-weight: 600;
  color: white;
  font-family: "Niveau Grotesk";
  display: flex;
  align-items: center;
  gap: 50px;
}
@media screen and (max-width: 560px) {
  body.post-type-archive .category__no-post h2 {
    flex-direction: column;
  }
}

.active-sidebar {
  display: flex;
  gap: 50px;
}
.active-sidebar .sidebar {
  display: block;
  margin-right: 60px;
}
.active-sidebar .page_modules_wrp, .active-sidebar .post_modules_wrp, .active-sidebar .category__content-wrp {
  width: calc(100% - 400px);
}
@media screen and (max-width: 1280px) {
  .active-sidebar .page_modules_wrp, .active-sidebar .post_modules_wrp, .active-sidebar .category__content-wrp {
    width: 100%;
  }
}
.active-sidebar .page_modules_wrp .page_modules_inner_wrp, .active-sidebar .page_modules_wrp .post_modules_inner_wrp, .active-sidebar .page_modules_wrp .category__wrp__inner-wrp, .active-sidebar .post_modules_wrp .page_modules_inner_wrp, .active-sidebar .post_modules_wrp .post_modules_inner_wrp, .active-sidebar .post_modules_wrp .category__wrp__inner-wrp, .active-sidebar .category__content-wrp .page_modules_inner_wrp, .active-sidebar .category__content-wrp .post_modules_inner_wrp, .active-sidebar .category__content-wrp .category__wrp__inner-wrp {
  width: calc(100% - 280px);
  margin-left: 280px;
}
@media screen and (max-width: 1440px) {
  .active-sidebar .page_modules_wrp .page_modules_inner_wrp, .active-sidebar .page_modules_wrp .post_modules_inner_wrp, .active-sidebar .page_modules_wrp .category__wrp__inner-wrp, .active-sidebar .post_modules_wrp .page_modules_inner_wrp, .active-sidebar .post_modules_wrp .post_modules_inner_wrp, .active-sidebar .post_modules_wrp .category__wrp__inner-wrp, .active-sidebar .category__content-wrp .page_modules_inner_wrp, .active-sidebar .category__content-wrp .post_modules_inner_wrp, .active-sidebar .category__content-wrp .category__wrp__inner-wrp {
    margin-left: 140px;
    width: calc(100% - 140px);
  }
}
@media screen and (max-width: 1280px) {
  .active-sidebar .page_modules_wrp .page_modules_inner_wrp, .active-sidebar .page_modules_wrp .post_modules_inner_wrp, .active-sidebar .page_modules_wrp .category__wrp__inner-wrp, .active-sidebar .post_modules_wrp .page_modules_inner_wrp, .active-sidebar .post_modules_wrp .post_modules_inner_wrp, .active-sidebar .post_modules_wrp .category__wrp__inner-wrp, .active-sidebar .category__content-wrp .page_modules_inner_wrp, .active-sidebar .category__content-wrp .post_modules_inner_wrp, .active-sidebar .category__content-wrp .category__wrp__inner-wrp {
    padding-right: 70px;
  }
}
@media screen and (max-width: 1080px) {
  .active-sidebar .page_modules_wrp .page_modules_inner_wrp, .active-sidebar .page_modules_wrp .post_modules_inner_wrp, .active-sidebar .page_modules_wrp .category__wrp__inner-wrp, .active-sidebar .post_modules_wrp .page_modules_inner_wrp, .active-sidebar .post_modules_wrp .post_modules_inner_wrp, .active-sidebar .post_modules_wrp .category__wrp__inner-wrp, .active-sidebar .category__content-wrp .page_modules_inner_wrp, .active-sidebar .category__content-wrp .post_modules_inner_wrp, .active-sidebar .category__content-wrp .category__wrp__inner-wrp {
    margin-left: 70px;
    width: calc(100% - 70px);
  }
}
@media screen and (max-width: 768px) {
  .active-sidebar .page_modules_wrp .page_modules_inner_wrp, .active-sidebar .page_modules_wrp .post_modules_inner_wrp, .active-sidebar .page_modules_wrp .category__wrp__inner-wrp, .active-sidebar .post_modules_wrp .page_modules_inner_wrp, .active-sidebar .post_modules_wrp .post_modules_inner_wrp, .active-sidebar .post_modules_wrp .category__wrp__inner-wrp, .active-sidebar .category__content-wrp .page_modules_inner_wrp, .active-sidebar .category__content-wrp .post_modules_inner_wrp, .active-sidebar .category__content-wrp .category__wrp__inner-wrp {
    margin-left: 35px;
    width: calc(100% - 35px);
    padding-right: 35px;
  }
}
@media screen and (max-width: 600px) {
  .active-sidebar .page_modules_wrp .page_modules_inner_wrp, .active-sidebar .page_modules_wrp .post_modules_inner_wrp, .active-sidebar .page_modules_wrp .category__wrp__inner-wrp, .active-sidebar .post_modules_wrp .page_modules_inner_wrp, .active-sidebar .post_modules_wrp .post_modules_inner_wrp, .active-sidebar .post_modules_wrp .category__wrp__inner-wrp, .active-sidebar .category__content-wrp .page_modules_inner_wrp, .active-sidebar .category__content-wrp .post_modules_inner_wrp, .active-sidebar .category__content-wrp .category__wrp__inner-wrp {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    padding-right: 0px;
  }
}
.active-sidebar .page_modules_wrp .post_modules_inner_wrp, .active-sidebar .post_modules_wrp .post_modules_inner_wrp, .active-sidebar .category__content-wrp .post_modules_inner_wrp {
  max-width: 1170px;
}
@media screen and (max-width: 1280px) {
  .active-sidebar {
    flex-direction: column;
  }
}
.active-sidebar .sidebar {
  width: 350px;
  padding-top: 70px;
  height: 100%;
}
@media screen and (max-width: 1280px) {
  .active-sidebar .sidebar {
    width: 100%;
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    align-items: stretch;
    padding: 0 70px 70px 140px;
  }
  .active-sidebar .sidebar > div {
    flex-basis: calc(50% - 25px);
  }
}
@media screen and (max-width: 1080px) {
  .active-sidebar .sidebar {
    padding: 0 70px 70px 70px;
  }
}
@media screen and (max-width: 860px) {
  .active-sidebar .sidebar > div {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 768px) {
  .active-sidebar .sidebar {
    padding: 0 0px 70px 0px;
    width: 90%;
    margin: auto;
  }
}
.active-sidebar .post_modules_inner_wrp {
  max-width: 1170px;
}

.sidebar {
  display: none;
}

@media screen and (max-width: 1280px) {
  .sidebar .sub-navigation-wrp {
    display: none;
  }
}
.sidebar .sidebar_subnavi-notice {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #3A3A3A;
  display: block;
  margin-bottom: 20px;
}
.sidebar .sidebar__sub-navigation {
  width: 350px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.sidebar .sidebar__sub-navigation .sub--navigation--inner {
  position: relative;
  background-color: #EFEFEF;
}
.sidebar .sidebar__sub-navigation ul {
  padding: 0;
  margin: 0;
}
.sidebar .sidebar__sub-navigation ul .sub--navigation--btn {
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0;
  margin-right: 5px;
  cursor: pointer;
  position: absolute;
  top: 21px;
  right: 40px;
  padding: 10px 25px;
  transform: translate(25px, -10px);
}
.sidebar .sidebar__sub-navigation ul .sub--navigation--btn i {
  display: inline-block;
  width: 18px;
  height: 10px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17.014" height="9.507" viewBox="0 0 17.014 9.507"><path id="Pfad_5310" data-name="Pfad 5310" d="M17.669,12.184l7.8,7.8-7.8,7.8" transform="translate(-11.477 26.469) rotate(-90)" fill="none" stroke="%232a2a2a" stroke-linejoin="round" stroke-width="2"/></svg>');
  background-repeat: no-repeat;
  background-position: center center;
  transform: rotate(180deg);
}
.sidebar .sidebar__sub-navigation ul li {
  padding: 0px 0px;
  list-style-type: none;
  position: relative;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.sidebar .sidebar__sub-navigation ul li:first-of-type > a:after {
  display: none;
}
.sidebar .sidebar__sub-navigation ul li.current-menu-parent[data-state=opened] {
  background-color: #DADADA;
}
.sidebar .sidebar__sub-navigation ul li.menu-item-has-children {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 15px;
  justify-content: space-between;
}
.sidebar .sidebar__sub-navigation ul li.menu-item-has-children[data-state=opened] .sub--navigation--btn i {
  transform: rotate(0deg);
}
.sidebar .sidebar__sub-navigation ul li.menu-item-has-children ul {
  flex-basis: 100%;
}
.sidebar .sidebar__sub-navigation ul li.menu-item-has-children ul li.menu-item-has-children .sub--navigation--btn i {
  transform: rotate(180deg);
}
.sidebar .sidebar__sub-navigation ul li.menu-item-has-children ul li.menu-item-has-children[data-state=opened] .sub--navigation--btn {
  padding: 0 15px;
}
.sidebar .sidebar__sub-navigation ul li.menu-item-has-children ul li.menu-item-has-children[data-state=opened] .sub--navigation--btn i {
  transform: rotate(0deg);
}
.sidebar .sidebar__sub-navigation ul li.menu-item-has-children ul li a {
  padding-left: 50px;
}
.sidebar .sidebar__sub-navigation ul li a {
  display: flex;
  max-width: 100%;
  flex-grow: 1;
  gap: 10px;
  text-decoration: none;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  color: #3A3A3A;
  position: relative;
  padding: 20px 35px 20px 35px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.sidebar .sidebar__sub-navigation ul li a:after {
  content: "";
  border-bottom: 1px solid #082957;
  opacity: 0.14;
  position: absolute;
  top: -1px;
  left: 35px;
  width: calc(100% - 70px);
}
.sidebar .sidebar__sub-navigation ul li a:hover {
  background-color: #e5e5e5;
}
.sidebar .sidebar__sub-navigation ul li ul {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  margin: 10px 0 0 0;
}
.sidebar .sidebar__sub-navigation ul li ul.sub-menu {
  max-height: 0px;
  overflow: hidden;
  margin: 0;
}
.sidebar .sidebar__sub-navigation ul li ul li {
  padding: 0px 0px;
  border-bottom: 0;
}
.sidebar .sidebar__sub-navigation ul li ul li.current-menu-item {
  background-color: #e2adff;
}
.sidebar .sidebar__sub-navigation ul li ul li.current-menu-item:hover {
  background-color: #f4e0ff !important;
}
.sidebar .sidebar__sub-navigation ul li ul li.current-menu-item a {
  color: white;
}
.sidebar .sidebar__sub-navigation ul li ul li.current-menu-item a:hover {
  background-color: #f4e0ff !important;
}
.sidebar .sidebar__sub-navigation ul li ul li.current-menu-item.menu-item-has-children[data-state=opened] .sub--navigation--btn i {
  transform: rotate(0);
}
.sidebar .sidebar__sub-navigation ul li ul li.current-menu-item.menu-item-has-children[data-state=opened]:first-of-type {
  background-color: #e2adff;
}
.sidebar .sidebar__sub-navigation ul li ul li.current-menu-item.menu-item-has-children[data-state=opened]:first-of-type .sub-menu {
  background-color: #DADADA;
}
.sidebar .sidebar__sub-navigation ul li ul li.current-menu-item.menu-item-has-children[data-state=opened]:first-of-type .sub-menu a {
  background-color: #DADADA;
  color: #3A3A3A;
  font-weight: 500;
}
.sidebar .sidebar__sub-navigation ul li ul li a {
  display: flex;
  align-items: center;
  gap: 0px;
  padding: 20px 0 20px 35px;
}
.sidebar .sidebar__sub-navigation ul li[data-state=opened] ul.sub-menu {
  max-height: 500px;
  overflow: hidden;
  margin: 0px 0 0 0;
}
.sidebar .sidebar__sub-navigation ul li[data-state=opened] ul.sub-menu li[data-state=opened] ul.sub-menu {
  max-height: 500px;
  overflow: hidden;
  margin: 0px 0 0 0;
}
.sidebar .sidebar__sub-navigation ul li[data-state=opened] ul.sub-menu li[data-state=closed] ul.sub-menu {
  max-height: 0px;
  overflow: hidden;
  margin: 0px 0;
}
.sidebar .sidebar__sub-navigation ul li[data-state=opened] ul.sub-menu li ul.sub-menu {
  max-height: 0px;
  overflow: hidden;
  margin: 0px 0;
}
.sidebar .sidebar__sub-navigation ul li[data-state=opened] ul.sub-menu li ul.sub-menu li a {
  padding-left: 75px;
}

.sidebar .sidebar__topic-box {
  margin-top: 50px;
  background-color: #EFEFEF;
}
@media screen and (max-width: 1280px) {
  .sidebar .sidebar__topic-box {
    margin-top: 0;
  }
}
.sidebar .sidebar__topic-box img {
  width: 100%;
  height: auto;
  display: block;
}
.sidebar .sidebar__topic-box .sidebar__topic-box__content {
  padding: 35px;
}
.sidebar .sidebar__topic-box .sidebar__topic-box__content span {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #3A3A3A;
  display: block;
  margin-bottom: 25px;
}
.sidebar .sidebar__topic-box .sidebar__topic-box__content a {
  background-color: #5a7b80;
  display: flex;
  width: max-content;
  gap: 5px;
  padding: 15px 30px;
  border: 2px solid #5a7b80;
  -webkit-transition: background-color 300ms ease-in-out;
  -moz-transition: background-color 300ms ease-in-out;
  -ms-transition: background-color 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  color: white;
}
@media screen and (max-width: 600px) {
  .sidebar .sidebar__topic-box .sidebar__topic-box__content a {
    padding: 12px 24px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    color: white;
  }
}
.sidebar .sidebar__topic-box .sidebar__topic-box__content a:hover {
  background-color: transparent;
  color: #5a7b80;
}
.sidebar .sidebar__topic-box .sidebar__topic-box__content a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 150%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  opacity: 0;
  background-color: #71969c;
  border-radius: 25%;
  z-index: -1;
}

.sidebar__notification-box {
  margin-top: 25px;
  padding: 35px;
  background-color: #e2adff;
  -webkit-transition: background-color 300ms ease-in-out;
  -moz-transition: background-color 300ms ease-in-out;
  -ms-transition: background-color 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
}
@media screen and (max-width: 1280px) {
  .sidebar__notification-box {
    margin-top: 0;
  }
}
.sidebar__notification-box:hover {
  background-color: #f4e0ff;
}
.sidebar__notification-box .sidebar__notification-box__headline {
  display: flex;
  gap: 13px;
  align-items: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: white;
  margin-bottom: 10px;
}
.sidebar__notification-box .sidebar__notification-box__headline svg {
  transform: translate(-2px, 0);
}
.sidebar__notification-box .sidebar__notification-box__txt {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: white;
}
.sidebar__notification-box a.btn {
  margin-top: 45px;
  background-color: transparent;
  display: flex;
  width: max-content;
  gap: 5px;
  padding: 15px 30px;
  border: 2px solid transparent;
  -webkit-transition: background-color 300ms ease-in-out;
  -moz-transition: background-color 300ms ease-in-out;
  -ms-transition: background-color 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  color: white;
  outline: 2px solid white;
  max-width: 100%;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 600px) {
  .sidebar__notification-box a.btn {
    padding: 12px 24px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    color: white;
  }
}
.sidebar__notification-box a.btn:hover {
  background-color: transparent;
  color: transparent;
}
.sidebar__notification-box a.btn:after {
  content: "";
  position: absolute;
  width: 0;
  height: 150%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  opacity: 0;
  background-color: white;
  border-radius: 25%;
  z-index: -1;
}
.sidebar__notification-box a.btn:hover {
  background-color: white;
  color: #3A3A3A;
}

.sidebar__asp-box {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  background-color: #EFEFEF;
}
@media screen and (max-width: 1280px) {
  .sidebar__asp-box {
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 0;
  }
}
.sidebar__asp-box picture img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1280px) {
  .sidebar__asp-box picture {
    display: none;
  }
}
.sidebar__asp-box .sidebar__asp-box__contacts {
  padding: 35px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media screen and (max-width: 1280px) {
  .sidebar__asp-box .sidebar__asp-box__contacts {
    width: 100%;
  }
}
.sidebar__asp-box .sidebar__asp-box__contacts .sidebar__asp-box__contacts__asp-name {
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
  color: #3A3A3A;
  display: block;
  font-family: "Niveau Grotesk";
}
@media screen and (max-width: 768px) {
  .sidebar__asp-box .sidebar__asp-box__contacts .sidebar__asp-box__contacts__asp-name {
    font-size: 24px;
    line-height: 32px;
  }
}
.sidebar__asp-box .sidebar__asp-box__contacts .sidebar__asp-box__contacts__asp-position {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #3A3A3A;
  display: block;
}
.sidebar__asp-box .sidebar__asp-box__contacts__btn-wrp {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sidebar__asp-box .sidebar__asp-box__contacts__btn-wrp a.btn {
  width: 100%;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  color: white;
  text-decoration: none;
  padding: 17px 26px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background-color: transparent;
  border: 1px solid #244993;
}
@media screen and (max-width: 1280px) {
  .sidebar__asp-box .sidebar__asp-box__contacts__btn-wrp a.btn {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .sidebar__asp-box .sidebar__asp-box__contacts__btn-wrp a.btn {
    padding: 12px 12px;
    gap: 6px;
    font-size: 15px;
    justify-content: center;
  }
}
@media screen and (max-width: 830px) {
  .sidebar__asp-box .sidebar__asp-box__contacts__btn-wrp a.btn {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .sidebar__asp-box .sidebar__asp-box__contacts__btn-wrp a.btn {
    width: 100%;
  }
}
.sidebar__asp-box .sidebar__asp-box__contacts__btn-wrp a.btn i {
  font-size: 24px;
  line-height: 24px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 900px) {
  .sidebar__asp-box .sidebar__asp-box__contacts__btn-wrp a.btn {
    font-size: 15px;
  }
}
.sidebar__asp-box .sidebar__asp-box__contacts__btn-wrp a.btn.phone {
  border: 2px solid #5a7b80;
  background-color: #5a7b80;
  color: white;
}
.sidebar__asp-box .sidebar__asp-box__contacts__btn-wrp a.btn.phone i {
  color: white;
}
.sidebar__asp-box .sidebar__asp-box__contacts__btn-wrp a.btn.phone:hover {
  background-color: transparent;
  color: #5a7b80;
}
.sidebar__asp-box .sidebar__asp-box__contacts__btn-wrp a.btn.phone:hover i {
  color: #5a7b80;
}
.sidebar__asp-box .sidebar__asp-box__contacts__btn-wrp a.btn.email {
  background-color: #e2adff;
  border: 2px solid #e2adff;
  color: white;
}
.sidebar__asp-box .sidebar__asp-box__contacts__btn-wrp a.btn.email i {
  color: white;
}
.sidebar__asp-box .sidebar__asp-box__contacts__btn-wrp a.btn.email:hover {
  background-color: transparent;
  color: #e2adff;
}
.sidebar__asp-box .sidebar__asp-box__contacts__btn-wrp a.btn.email:hover i {
  color: #e2adff;
}
.sidebar__asp-box .sidebar__asp-box__contacts__btn-wrp a.btn.mobile {
  background-color: white;
  border: 2px solid white;
  color: #3A3A3A;
}
.sidebar__asp-box .sidebar__asp-box__contacts__btn-wrp a.btn.mobile:hover {
  background-color: transparent;
  border: 2px solid #3A3A3A;
  color: #3A3A3A;
}
.sidebar__asp-box .sidebar__asp-box__contacts__btn-wrp a.btn.mobile:hover i {
  color: #3A3A3A;
}

.image_header_wrp {
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 600px) {
  .image_header_wrp {
    margin-bottom: 180px;
  }
}
.image_header_wrp.style_2 .image_header .page-slick .overlay {
  background: rgba(39, 44, 51, 0.6);
  background-image: none;
  width: 57%;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
}
@media screen and (max-width: 1024px) {
  .image_header_wrp.style_2 .image_header .page-slick .overlay {
    clip-path: none;
    width: 100%;
    background: linear-gradient(93deg, rgba(45, 45, 45, 0.7) 0%, rgba(0, 0, 0, 0) 90%);
  }
}
.image_header_wrp.style_3 .image_header .page-slick img {
  padding-left: 52.0833333333%;
}
.image_header_wrp.style_3 .image_header .page-slick .overlay {
  background: white;
  background-image: none;
  width: 50%;
}
@media screen and (max-width: 1080px) {
  .image_header_wrp.style_3 .image_header .page-slick .overlay__content_wrp {
    max-width: 400px;
  }
}
@media screen and (max-width: 480px) {
  .image_header_wrp.style_3 .image_header .page-slick .overlay__content_wrp {
    max-width: 90%;
  }
}
.image_header_wrp.style_3 .image_header .page-slick .overlay_inner {
  top: 160px;
  left: 50%;
  transform: translate(-50%, 0%);
}
@media screen and (max-width: 1600px) {
  .image_header_wrp.style_3 .image_header .page-slick .overlay_inner {
    top: 60px;
  }
}
@media screen and (max-width: 1400px) {
  .image_header_wrp.style_3 .image_header .page-slick .overlay_inner {
    width: 90%;
  }
}
@media screen and (max-width: 1180px) {
  .image_header_wrp.style_3 .image_header .page-slick .overlay_inner {
    top: 30px;
  }
}
.image_header_wrp.style_3 .image_header .page-slick .overlay_inner .overlay__headline {
  font-size: 70px;
  line-height: 85px;
  font-weight: 600;
  color: #5a7b80;
}
@media screen and (max-width: 1480px) {
  .image_header_wrp.style_3 .image_header .page-slick .overlay_inner .overlay__headline {
    font-size: 56px;
    line-height: 64px;
    font-weight: 600;
    color: #5a7b80;
  }
}
@media screen and (max-width: 1360px) {
  .image_header_wrp.style_3 .image_header .page-slick .overlay_inner .overlay__headline {
    font-size: 50px;
    line-height: 58px;
    font-weight: 600;
    color: #5a7b80;
  }
}
@media screen and (max-width: 1180px) {
  .image_header_wrp.style_3 .image_header .page-slick .overlay_inner .overlay__headline {
    font-size: 40px;
    line-height: 48px;
    font-weight: 600;
    color: #5a7b80;
  }
}
.image_header_wrp.style_3 .image_header .page-slick .overlay_inner .overlay__txt {
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  color: #3A3A3A;
  width: 90%;
  margin: 25px 0 40px 0;
}
@media screen and (max-width: 1360px) {
  .image_header_wrp.style_3 .image_header .page-slick .overlay_inner .overlay__txt {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #3A3A3A;
  }
}
@media screen and (max-width: 1180px) {
  .image_header_wrp.style_3 .image_header .page-slick .overlay_inner .overlay__txt {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #3A3A3A;
    margin-right: 0;
    width: 100%;
  }
}
.image_header_wrp.style_3 .image_header .page-slick .overlay_inner .button {
  border: 0px solid white;
  color: white;
  background-color: #5a7b80;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  overflow: hidden;
}
.image_header_wrp.style_3 .image_header .page-slick .overlay_inner .button:after {
  content: "";
  background-color: #71969c;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  width: 0;
  height: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  transform: translate(100%, 100%);
}
.image_header_wrp.style_3 .image_header .page-slick .overlay_inner .button span {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: white;
  z-index: 1;
}
@media screen and (max-width: 1360px) {
  .image_header_wrp.style_3 .image_header .page-slick .overlay_inner .button span {
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
    color: white;
  }
}
.image_header_wrp.style_3 .image_header .page-slick .overlay_inner .button:hover:after {
  content: "";
  width: 400px;
  height: 400px;
  transform: translate(50%, 50%);
  z-index: 0;
}
.image_header_wrp.style_3 .page-slick__dots {
  max-width: 1370px;
  margin: auto;
  bottom: 0;
}
.image_header_wrp.style_3 .page-slick__dots .slick__dots__inner {
  width: calc(50% - 30px);
}
.image_header_wrp.style_3 .page-slick__dots .page-slick__dots__numbers {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 25px;
}
.image_header_wrp.style_3 .page-slick__dots .page-slick__dots__numbers .seperator {
  height: 2px;
  background-color: black;
  width: 35px;
}
.image_header_wrp.style_3 .page-slick__dots .page-slick__dots__numbers .total, .image_header_wrp.style_3 .page-slick__dots .page-slick__dots__numbers .current {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  color: black;
}
.image_header_wrp.style_3 .page-slick__dots .slick-dots {
  display: flex;
  width: 100%;
  gap: 30px;
}
.image_header_wrp.style_3 .page-slick__dots .slick-dots li {
  flex-grow: 1;
  max-width: 33%;
}
.image_header_wrp.style_3 .page-slick__dots .slick-dots li button {
  display: block;
  width: 100%;
  border-radius: 0;
  height: 6px;
  background-color: #ECECEC;
}
.image_header_wrp.style_3 .page-slick__dots .slick-dots li.slick-active button {
  background-color: #5a7b80;
}
.image_header_wrp .page-slick {
  display: block;
}
.image_header_wrp .page-slick .page-slick__inner {
  position: relative;
}
.image_header_wrp .page-slick .page-slick__inner video {
  width: 100%;
  height: auto;
  display: block;
}
.image_header_wrp .page-slick .overlay {
  width: 65%;
  height: 100%;
  background: #6b6b6b;
  background: linear-gradient(93deg, rgba(45, 45, 45, 0.7) 0%, rgba(0, 0, 0, 0) 90%);
  position: absolute;
  display: flex;
  align-items: center;
  padding-left: 270px;
}
.image_header_wrp .page-slick .overlay_inner {
  color: white;
  width: 100%;
  max-width: 1370px;
  position: absolute;
  z-index: 1;
  height: 100%;
  top: 160px;
  left: 50%;
  transform: translate(-50%, 0%);
}
.image_header_wrp .page-slick .overlay_inner.notxt {
  display: flex;
  justify-content: center;
  top: 0 !important;
  flex-direction: column;
}
@media screen and (max-width: 1600px) {
  .image_header_wrp .page-slick .overlay_inner {
    top: 60px;
  }
}
@media screen and (max-width: 1400px) {
  .image_header_wrp .page-slick .overlay_inner {
    width: 90%;
  }
}
@media screen and (max-width: 1180px) {
  .image_header_wrp .page-slick .overlay_inner {
    top: 30px;
    width: calc(100% - 160px);
  }
}
@media screen and (max-width: 1024px) {
  .image_header_wrp .page-slick .overlay_inner {
    display: flex;
    align-items: center;
    width: calc(100% - 160px);
  }
}
@media screen and (max-width: 960px) {
  .image_header_wrp .page-slick .overlay_inner {
    top: 100px;
    display: block;
  }
}
@media screen and (max-width: 720px) {
  .image_header_wrp .page-slick .overlay_inner {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 600px) {
  .image_header_wrp .page-slick .overlay_inner {
    top: 60px;
  }
}
@media screen and (max-width: 480px) {
  .image_header_wrp .page-slick .overlay_inner {
    width: 90%;
  }
}
.image_header_wrp .page-slick .overlay_inner .overlay__content_wrp {
  max-width: 640px;
}
@media screen and (max-width: 1360px) {
  .image_header_wrp .page-slick .overlay_inner .overlay__content_wrp {
    max-width: 480px;
  }
}
@media screen and (max-width: 960px) {
  .image_header_wrp .page-slick .overlay_inner .overlay__content_wrp {
    max-width: 360px;
  }
}
.image_header_wrp .page-slick .overlay_inner .overlay__headline {
  font-size: 70px;
  line-height: 85px;
  font-weight: 600;
  color: white;
  display: block;
  font-family: "Niveau Grotesk", sans-serif;
  margin-bottom: 25px;
}
@media screen and (max-width: 1480px) {
  .image_header_wrp .page-slick .overlay_inner .overlay__headline {
    font-size: 56px;
    line-height: 64px;
    font-weight: 600;
    color: white;
  }
}
@media screen and (max-width: 1360px) {
  .image_header_wrp .page-slick .overlay_inner .overlay__headline {
    font-size: 50px;
    line-height: 58px;
    font-weight: 600;
    color: white;
  }
}
@media screen and (max-width: 1180px) {
  .image_header_wrp .page-slick .overlay_inner .overlay__headline {
    font-size: 40px;
    line-height: 48px;
    font-weight: 600;
    color: white;
  }
}
@media screen and (max-width: 960px) {
  .image_header_wrp .page-slick .overlay_inner .overlay__headline {
    font-size: 50px;
    line-height: 58px;
    font-weight: 600;
    color: white;
  }
}
@media screen and (max-width: 600px) {
  .image_header_wrp .page-slick .overlay_inner .overlay__headline {
    font-size: 36px;
    line-height: 41px;
    font-weight: 600;
    color: white;
  }
}
.image_header_wrp .page-slick .overlay_inner .overlay__headline.has_extension {
  margin-bottom: 0;
}
.image_header_wrp .page-slick .overlay_inner .overlay__headline + .overlay__headline__extension {
  margin-bottom: 25px;
}
.image_header_wrp .page-slick .overlay_inner .overlay__txt {
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  color: white;
  width: 90%;
  margin: 0px 0 40px 0;
}
@media screen and (max-width: 1360px) {
  .image_header_wrp .page-slick .overlay_inner .overlay__txt {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: white;
  }
}
@media screen and (max-width: 1180px) {
  .image_header_wrp .page-slick .overlay_inner .overlay__txt {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: white;
    margin-right: 0;
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .image_header_wrp .page-slick .overlay_inner .overlay__txt {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: white;
  }
}
.image_header_wrp .page-slick .overlay_inner .button {
  position: relative;
  border: 2px solid white;
  color: white;
  padding: 16px 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .image_header_wrp .page-slick .overlay_inner .button {
    padding: 12px 24px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 800;
    color: white;
  }
}
.image_header_wrp .page-slick .overlay_inner .button:after {
  content: "";
  background-color: white;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  width: 0;
  height: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  transform: translate(100%, 100%);
}
.image_header_wrp .page-slick .overlay_inner .button span {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: white;
  z-index: 1;
}
@media screen and (max-width: 1360px) {
  .image_header_wrp .page-slick .overlay_inner .button span {
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    color: white;
  }
}
.image_header_wrp .page-slick .overlay_inner .button:hover:after {
  content: "";
  background-color: white;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  width: 400px;
  height: 400px;
  transform: translate(50%, 50%);
  z-index: 0;
}
.image_header_wrp .page-slick .overlay_inner .button:hover span {
  color: #3A3A3A;
}
.image_header_wrp .page-slick img {
  width: 100%;
  height: auto;
  display: block;
}
.image_header_wrp .slider_notice__outer-wrp {
  position: relative;
  max-width: 1640px;
  width: 96%;
  margin: auto;
}
@media screen and (max-width: 600px) {
  .image_header_wrp .slider_notice__outer-wrp {
    margin-bottom: 150px;
    width: 100%;
  }
}
.image_header_wrp .slider_notice {
  position: absolute;
  right: 0px;
  bottom: 50px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
@media screen and (max-width: 1180px) {
  .image_header_wrp .slider_notice {
    width: 300px;
  }
}
@media screen and (max-width: 960px) {
  .image_header_wrp .slider_notice {
    bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  .image_header_wrp .slider_notice {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    width: calc(100% - 100px);
    z-index: 9;
  }
}
@media screen and (max-width: 480px) {
  .image_header_wrp .slider_notice {
    width: 90%;
  }
}
.image_header_wrp .slider_notice.hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.image_header_wrp .slider_notice .slider_notice__inner {
  position: relative;
}
.image_header_wrp .slider_notice .slider_notice__inner .slider_notice__background {
  position: relative;
}
.image_header_wrp .slider_notice .slider_notice__inner .slider_notice__background img {
  width: 100%;
  height: auto;
  display: block;
}
.image_header_wrp .slider_notice .slider_notice__inner .slider_notice__background video {
  width: 100%;
  height: auto;
  display: block;
  max-width: 400px;
  object-fit: cover;
}
@media screen and (max-width: 600px) {
  .image_header_wrp .slider_notice .slider_notice__inner .slider_notice__background video {
    max-width: 100%;
  }
}
.image_header_wrp .slider_notice .slider_notice__inner .slider_notice__overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}
.image_header_wrp .slider_notice .slider_notice__inner .slider_notice__overlay .slider_notice__overlay__inner {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding: 25px 30px;
  position: relative;
  height: 100%;
}
.image_header_wrp .slider_notice .slider_notice__inner .slider_notice__overlay .slider_notice__overlay__inner .close_slider_notice {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 3;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  -webkit-transition: transform 300ms ease-in-out;
  -moz-transition: transform 300ms ease-in-out;
  -ms-transition: transform 300ms ease-in-out;
  -o-transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
}
.image_header_wrp .slider_notice .slider_notice__inner .slider_notice__overlay .slider_notice__overlay__inner .close_slider_notice:hover {
  transform: scale(1.1);
}
.image_header_wrp .slider_notice .slider_notice__inner .slider_notice__overlay .slider_notice__overlay__inner.nolink {
  background-color: rgba(0, 0, 0, 0.52);
}
.image_header_wrp .slider_notice .slider_notice__inner .slider_notice__overlay .slider_notice__overlay__inner a {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-decoration: none;
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.52);
  left: 0px;
  top: 0;
  padding: 25px 30px;
  -webkit-transition: background-color 300ms ease-in-out;
  -moz-transition: background-color 300ms ease-in-out;
  -ms-transition: background-color 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
}
.image_header_wrp .slider_notice .slider_notice__inner .slider_notice__overlay .slider_notice__overlay__inner a:hover {
  background-color: rgba(0, 0, 0, 0.32);
}
.image_header_wrp .slider_notice .slider_notice__inner .slider_notice__overlay .slider_notice__overlay__inner .slider_notice__overlay__label {
  display: inline-flex;
  padding: 7px 14px;
  background-color: #50ADB2;
  border-radius: 50px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  color: white;
  width: fit-content;
  margin-bottom: 15px;
}
.image_header_wrp .slider_notice .slider_notice__inner .slider_notice__overlay .slider_notice__overlay__inner .slider_notice__overlay__txt {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  color: white;
}
@media screen and (max-width: 1180px) {
  .image_header_wrp .slider_notice .slider_notice__inner .slider_notice__overlay .slider_notice__overlay__inner .slider_notice__overlay__txt {
    font-size: 17px;
    line-height: 24px;
    font-weight: 500;
    color: white;
  }
}
.image_header_wrp .page-slick__dots {
  position: absolute;
  bottom: 50px;
  left: 50%;
  max-width: 1370px;
  transform: translate(-50%, 0);
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .image_header_wrp .page-slick__dots {
    width: 90%;
  }
}
@media screen and (max-width: 1180px) {
  .image_header_wrp .page-slick__dots {
    bottom: 30px;
    padding-left: 80px;
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .image_header_wrp .page-slick__dots {
    padding-left: 50px;
  }
}
@media screen and (max-width: 600px) {
  .image_header_wrp .page-slick__dots {
    top: auto;
    margin-bottom: calc(20% + 15px);
    left: 50%;
    width: max-content;
    padding: 0 5%;
  }
}
.image_header_wrp .page-slick__dots .page-slick__dots__numbers {
  display: none;
}
.image_header_wrp .page-slick__dots ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style-type: none;
  gap: 10px;
}
.image_header_wrp .page-slick__dots ul li button {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  bordeR: 0;
  outline: 0;
  font-size: 0px;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.image_header_wrp .page-slick__dots ul li.slick-active button {
  background-color: white;
}
.image_header_wrp .header__cta-extension {
  position: absolute;
  display: flex;
  bottom: 0;
  width: 100%;
  transform: translate(0%, 100px);
}
.image_header_wrp .header__cta-extension .header__cta-extension__inner-wrp {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  max-width: 1640px;
  width: 96%;
  gap: 15px;
  margin: auto;
}
@media screen and (max-width: 960px) {
  .image_header_wrp .header__cta-extension {
    display: none;
  }
}
.image_header_wrp .header__cta-extension a {
  display: flex;
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
  -webkit-transition: background-color 300ms ease-in-out;
  -moz-transition: background-color 300ms ease-in-out;
  -ms-transition: background-color 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
}
.image_header_wrp .header__cta-extension a.header__cta-extension_phone {
  background-color: #e2adff;
}
.image_header_wrp .header__cta-extension a.header__cta-extension_phone:hover {
  background-color: #f4e0ff;
}
.image_header_wrp .header__cta-extension a.header__cta-extension_mail {
  background-color: #5a7b80;
}
.image_header_wrp .header__cta-extension a.header__cta-extension_mail:hover {
  background-color: #71969c;
}

.frontpage__theme-box {
  max-width: 1370px;
  margin: 0 auto 110px auto;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .frontpage__theme-box {
    width: calc(100% - 160px);
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 720px) {
  .frontpage__theme-box {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 480px) {
  .frontpage__theme-box {
    width: 90%;
  }
}
.frontpage__theme-box .frontpage__theme-box__inner-mdl-wrp {
  margin-bottom: 50px;
}
.frontpage__theme-box .frontpage__theme-box__inner-mdl-wrp:last-of-type {
  margin-bottom: 0;
}
.frontpage__theme-box .frontpage__theme-box__inner-mdl-wrp.right .frontpage__theme-box__wrp {
  flex-direction: row-reverse;
}
@media screen and (max-width: 600px) {
  .frontpage__theme-box .frontpage__theme-box__inner-mdl-wrp.right .frontpage__theme-box__wrp {
    flex-direction: column;
  }
}
.frontpage__theme-box .frontpage__theme-box__inner-mdl-wrp.right .frontpage__theme-box__wrp .frontpage__theme-box__content-wrp .frontpage__theme-box__content-wrp__content {
  padding: 0 50px 0 0px;
}
@media screen and (max-width: 600px) {
  .frontpage__theme-box .frontpage__theme-box__inner-mdl-wrp.right .frontpage__theme-box__wrp .frontpage__theme-box__content-wrp .frontpage__theme-box__content-wrp__content {
    flex-direction: column;
    padding: 25px 0 25px 0px;
  }
}
.frontpage__theme-box .frontpage__theme-box__inner-mdl-wrp .frontpage__theme-box__wrp {
  display: flex;
}
@media screen and (max-width: 600px) {
  .frontpage__theme-box .frontpage__theme-box__inner-mdl-wrp .frontpage__theme-box__wrp {
    flex-direction: column;
  }
}
.frontpage__theme-box .frontpage__theme-box__inner-mdl-wrp .frontpage__theme-box__wrp .frontpage__theme-box__wrp__img {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 860px) {
  .frontpage__theme-box .frontpage__theme-box__inner-mdl-wrp .frontpage__theme-box__wrp .frontpage__theme-box__wrp__img {
    display: flex;
    align-items: flex-start;
  }
}
@media screen and (max-width: 600px) {
  .frontpage__theme-box .frontpage__theme-box__inner-mdl-wrp .frontpage__theme-box__wrp .frontpage__theme-box__wrp__img {
    width: 100%;
  }
}
.frontpage__theme-box .frontpage__theme-box__inner-mdl-wrp .frontpage__theme-box__wrp .frontpage__theme-box__wrp__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 860px) {
  .frontpage__theme-box .frontpage__theme-box__inner-mdl-wrp .frontpage__theme-box__wrp .frontpage__theme-box__wrp__img img {
    object-fit: contain;
  }
}
.frontpage__theme-box .frontpage__theme-box__inner-mdl-wrp .frontpage__theme-box__wrp .frontpage__theme-box__content-wrp {
  box-sizing: border-box;
  width: 50%;
  display: flex;
  position: relative;
  padding-top: 50px;
}
@media screen and (max-width: 860px) {
  .frontpage__theme-box .frontpage__theme-box__inner-mdl-wrp .frontpage__theme-box__wrp .frontpage__theme-box__content-wrp {
    padding-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .frontpage__theme-box .frontpage__theme-box__inner-mdl-wrp .frontpage__theme-box__wrp .frontpage__theme-box__content-wrp {
    width: 100%;
    padding-top: 0;
  }
}
.frontpage__theme-box .frontpage__theme-box__inner-mdl-wrp .frontpage__theme-box__wrp .frontpage__theme-box__content-wrp .frontpage__theme-box__content-wrp__content {
  display: flex;
  flex-direction: column;
  padding: 0 0 0 55px;
}
@media screen and (max-width: 1180px) {
  .frontpage__theme-box .frontpage__theme-box__inner-mdl-wrp .frontpage__theme-box__wrp .frontpage__theme-box__content-wrp .frontpage__theme-box__content-wrp__content {
    padding: 0 0 0 25px;
  }
}
@media screen and (max-width: 600px) {
  .frontpage__theme-box .frontpage__theme-box__inner-mdl-wrp .frontpage__theme-box__wrp .frontpage__theme-box__content-wrp .frontpage__theme-box__content-wrp__content {
    flex-direction: column;
    padding: 25px 0 25px 0px;
  }
}
.frontpage__theme-box .frontpage__theme-box__inner-mdl-wrp .frontpage__theme-box__wrp .frontpage__theme-box__content-wrp .frontpage__theme-box__content-wrp__content .frontpage__theme-box__content-wrp__content__headline span {
  display: block;
  width: 100%;
  hyphens: auto;
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
  color: #3A3A3A;
}
@media screen and (max-width: 1180px) {
  .frontpage__theme-box .frontpage__theme-box__inner-mdl-wrp .frontpage__theme-box__wrp .frontpage__theme-box__content-wrp .frontpage__theme-box__content-wrp__content .frontpage__theme-box__content-wrp__content__headline span {
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    color: #3A3A3A;
    margin-bottom: 0;
  }
}
.frontpage__theme-box .frontpage__theme-box__inner-mdl-wrp .frontpage__theme-box__wrp .frontpage__theme-box__content-wrp .frontpage__theme-box__content-wrp__content p {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  color: #3A3A3A;
}
@media screen and (max-width: 1180px) {
  .frontpage__theme-box .frontpage__theme-box__inner-mdl-wrp .frontpage__theme-box__wrp .frontpage__theme-box__content-wrp .frontpage__theme-box__content-wrp__content p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: #3A3A3A;
  }
}
.frontpage__theme-box .frontpage__theme-box__inner-mdl-wrp .frontpage__theme-box__wrp .frontpage__theme-box__content-wrp .frontpage__theme-box__content-wrp__content a.btn {
  margin-top: 25px;
  background-color: #5a7b80;
  display: flex;
  width: max-content;
  gap: 5px;
  padding: 15px 30px;
  border: 2px solid #5a7b80;
  -webkit-transition: background-color 300ms ease-in-out;
  -moz-transition: background-color 300ms ease-in-out;
  -ms-transition: background-color 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  color: white;
}
@media screen and (max-width: 600px) {
  .frontpage__theme-box .frontpage__theme-box__inner-mdl-wrp .frontpage__theme-box__wrp .frontpage__theme-box__content-wrp .frontpage__theme-box__content-wrp__content a.btn {
    padding: 12px 24px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    color: white;
  }
}
.frontpage__theme-box .frontpage__theme-box__inner-mdl-wrp .frontpage__theme-box__wrp .frontpage__theme-box__content-wrp .frontpage__theme-box__content-wrp__content a.btn:hover {
  background-color: transparent;
  color: #5a7b80;
}
.frontpage__theme-box .frontpage__theme-box__inner-mdl-wrp .frontpage__theme-box__wrp .frontpage__theme-box__content-wrp .frontpage__theme-box__content-wrp__content a.btn:after {
  content: "";
  position: absolute;
  width: 0;
  height: 150%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  opacity: 0;
  background-color: #71969c;
  border-radius: 25%;
  z-index: -1;
}
@media screen and (max-width: 1180px) {
  .frontpage__theme-box .frontpage__theme-box__inner-mdl-wrp .frontpage__theme-box__wrp .frontpage__theme-box__content-wrp .frontpage__theme-box__content-wrp__content a.btn {
    font-size: 16px;
    line-height: 17px;
  }
}

.frontpage__image-slider {
  margin-bottom: 110px;
  max-width: 1370px;
  margin: 0 auto 110px auto;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .frontpage__image-slider {
    width: calc(100% - 160px);
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 720px) {
  .frontpage__image-slider {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 480px) {
  .frontpage__image-slider {
    width: 90%;
  }
}
.frontpage__image-slider .frontpage__image-slider__inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: auto;
  background-color: #EFEFEF;
}
@media screen and (max-width: 768px) {
  .frontpage__image-slider .frontpage__image-slider__inner {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 680px) {
  .frontpage__image-slider .frontpage__image-slider__inner {
    flex-direction: column;
  }
}
.frontpage__image-slider .frontpage__image-slider__inner .frontpage__image-slider__content {
  width: 50%;
  padding: 125px 120px 150px 120px;
}
@media screen and (max-width: 1180px) {
  .frontpage__image-slider .frontpage__image-slider__inner .frontpage__image-slider__content {
    width: 45.5%;
    padding: 75px 35px 75px 35px;
  }
}
@media screen and (max-width: 780px) {
  .frontpage__image-slider .frontpage__image-slider__inner .frontpage__image-slider__content {
    width: 100%;
    padding: 50px 35px 50px 35px;
  }
}
.frontpage__image-slider .frontpage__image-slider__inner .frontpage__image-slider__content h3 {
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
  color: #3A3A3A;
  margin-bottom: 20px;
}
@media screen and (max-width: 1180px) {
  .frontpage__image-slider .frontpage__image-slider__inner .frontpage__image-slider__content h3 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 600;
    color: #3A3A3A;
    margin-bottom: 0;
  }
}
.frontpage__image-slider .frontpage__image-slider__inner .frontpage__image-slider__content p {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  color: #3A3A3A;
  max-width: 460px;
  margin-bottom: 20px;
  display: block;
}
@media screen and (max-width: 1180px) {
  .frontpage__image-slider .frontpage__image-slider__inner .frontpage__image-slider__content p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #3A3A3A;
  }
}
.frontpage__image-slider .frontpage__image-slider__inner .frontpage__image-slider__content .btn-wrp {
  padding-top: 25px;
}
.frontpage__image-slider .frontpage__image-slider__inner .frontpage__image-slider__content .btn-wrp a.btn {
  background-color: #5a7b80;
  display: flex;
  width: max-content;
  gap: 5px;
  padding: 15px 30px;
  border: 2px solid #5a7b80;
  -webkit-transition: background-color 300ms ease-in-out;
  -moz-transition: background-color 300ms ease-in-out;
  -ms-transition: background-color 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  color: white;
}
@media screen and (max-width: 600px) {
  .frontpage__image-slider .frontpage__image-slider__inner .frontpage__image-slider__content .btn-wrp a.btn {
    padding: 12px 24px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    color: white;
  }
}
.frontpage__image-slider .frontpage__image-slider__inner .frontpage__image-slider__content .btn-wrp a.btn:hover {
  background-color: transparent;
  color: #5a7b80;
}
.frontpage__image-slider .frontpage__image-slider__inner .frontpage__image-slider__content .btn-wrp a.btn:after {
  content: "";
  position: absolute;
  width: 0;
  height: 150%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  opacity: 0;
  background-color: #71969c;
  border-radius: 25%;
  z-index: -1;
}
@media screen and (max-width: 1180px) {
  .frontpage__image-slider .frontpage__image-slider__inner .frontpage__image-slider__content .btn-wrp a.btn {
    font-size: 14px;
    line-height: 17px;
  }
}
.frontpage__image-slider .frontpage__image-slider__inner .frontpage__image-slider__slider-wrp {
  width: 50%;
  height: 100%;
  padding: 25px 25px 25px 25px;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: auto 0;
}
@media screen and (max-width: 1180px) {
  .frontpage__image-slider .frontpage__image-slider__inner .frontpage__image-slider__slider-wrp {
    flex-grow: 1;
    padding: 75px 35px 90px 35px;
  }
}
@media screen and (max-width: 780px) {
  .frontpage__image-slider .frontpage__image-slider__inner .frontpage__image-slider__slider-wrp {
    width: 100%;
    padding: 50px 25px 50px 25px;
  }
}
.frontpage__image-slider .frontpage__image-slider__inner .frontpage__image-slider__slider-wrp:after {
  position: absolute;
  content: "";
  height: 80%;
  width: 2px;
  background-color: #d6d6d6;
  left: 0;
  top: 10%;
}
@media screen and (max-width: 780px) {
  .frontpage__image-slider .frontpage__image-slider__inner .frontpage__image-slider__slider-wrp:after {
    width: 100%;
    height: 2px;
    top: 0;
  }
}
.frontpage__image-slider .frontpage__image-slider__inner .frontpage__image-slider__slider-wrp .frontpage__image-slider__slider {
  width: 100%;
  position: relative;
}
.frontpage__image-slider .frontpage__image-slider__inner .frontpage__image-slider__slider-wrp .frontpage__image-slider__slider.logo_mode .slick-list {
  mix-blend-mode: multiply;
}
.frontpage__image-slider .frontpage__image-slider__inner .frontpage__image-slider__slider-wrp .frontpage__image-slider__slider.logo_mode .logo_page_inner {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 0px;
  column-gap: 0px;
  width: 100%;
}
@media screen and (max-width: 680px) {
  .frontpage__image-slider .frontpage__image-slider__inner .frontpage__image-slider__slider-wrp .frontpage__image-slider__slider.logo_mode .logo_page_inner {
    justify-content: space-between;
    column-gap: calc(100% / 3 - 120px);
  }
}
.frontpage__image-slider .frontpage__image-slider__inner .frontpage__image-slider__slider-wrp .frontpage__image-slider__slider.logo_mode .logo_slide {
  padding: 15px 15px;
  width: 33.33%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1180px) {
  .frontpage__image-slider .frontpage__image-slider__inner .frontpage__image-slider__slider-wrp .frontpage__image-slider__slider.logo_mode .logo_slide {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 1024px) {
  .frontpage__image-slider .frontpage__image-slider__inner .frontpage__image-slider__slider-wrp .frontpage__image-slider__slider.logo_mode .logo_slide {
    width: 50%;
  }
}
.frontpage__image-slider .frontpage__image-slider__inner .frontpage__image-slider__slider-wrp .frontpage__image-slider__slider.logo_mode .logo_slide img {
  height: auto;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  width: 100%;
  max-width: max-content;
}
@media screen and (max-width: 680px) {
  .frontpage__image-slider .frontpage__image-slider__inner .frontpage__image-slider__slider-wrp .frontpage__image-slider__slider.logo_mode .logo_slide img {
    width: 90%;
    height: auto;
    margin: auto;
  }
}
.frontpage__image-slider .frontpage__image-slider__inner .frontpage__image-slider__slider-wrp .frontpage__image-slider__slider.single_mode img {
  width: 100%;
  height: auto;
}
.frontpage__image-slider .frontpage__image-slider__inner .frontpage__image-slider__slider-wrp .frontpage__image-slider__slider__dots {
  width: 100%;
  margin-top: 75px;
}
.frontpage__image-slider .frontpage__image-slider__inner .frontpage__image-slider__slider-wrp .frontpage__image-slider__slider__dots ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style-type: none;
  gap: 10px;
  width: 100%;
  justify-content: center;
}
.frontpage__image-slider .frontpage__image-slider__inner .frontpage__image-slider__slider-wrp .frontpage__image-slider__slider__dots ul li button {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  bordeR: 0;
  outline: 0;
  font-size: 0px;
  background-color: rgba(42, 42, 42, 0.19);
  cursor: pointer;
}
.frontpage__image-slider .frontpage__image-slider__inner .frontpage__image-slider__slider-wrp .frontpage__image-slider__slider__dots ul li.slick-active button {
  background-color: #5a7b80;
}

.frontpage__link-boxes {
  position: relative;
  background-image: var(--bgtablet);
  background-position: center center;
  background-size: cover;
  margin-bottom: 0px;
}
@media screen and (min-width: 1180px) {
  .frontpage__link-boxes {
    background-image: var(--bgdesktop);
  }
}
@media screen and (max-width: 768px) {
  .frontpage__link-boxes {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 600px) {
  .frontpage__link-boxes {
    background-image: var(--bgmobile);
  }
}
.frontpage__link-boxes .frontpage__link-boxes__background {
  width: 100%;
  height: auto;
  display: block;
  max-height: 100vh;
  min-height: 900px;
  object-fit: cover;
}
.frontpage__link-boxes .frontpage__link-boxes__overlay {
  background-color: rgba(0, 0, 0, 0.44);
  position: static;
  height: 100%;
  width: 100%;
  top: 0;
}
.frontpage__link-boxes .frontpage__link-boxes__overlay .frontpage__link-boxes__overlay__inner-wrp {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 40px;
  margin: 0 auto;
  padding: 170px 0;
  max-width: 1370px;
}
@media screen and (max-width: 1600px) {
  .frontpage__link-boxes .frontpage__link-boxes__overlay .frontpage__link-boxes__overlay__inner-wrp {
    padding: 100px 0;
  }
}
@media screen and (max-width: 1480px) {
  .frontpage__link-boxes .frontpage__link-boxes__overlay .frontpage__link-boxes__overlay__inner-wrp {
    gap: 50px;
  }
}
@media screen and (max-width: 1330px) {
  .frontpage__link-boxes .frontpage__link-boxes__overlay .frontpage__link-boxes__overlay__inner-wrp {
    max-width: 90%;
    padding: 170px 0;
  }
}
@media screen and (max-width: 1180px) {
  .frontpage__link-boxes .frontpage__link-boxes__overlay .frontpage__link-boxes__overlay__inner-wrp {
    width: 90%;
  }
}
@media screen and (max-width: 860px) {
  .frontpage__link-boxes .frontpage__link-boxes__overlay .frontpage__link-boxes__overlay__inner-wrp {
    gap: 50px;
    padding: 135px 0;
  }
}
@media screen and (max-width: 768px) {
  .frontpage__link-boxes .frontpage__link-boxes__overlay .frontpage__link-boxes__overlay__inner-wrp {
    padding: 80px 0;
    max-width: calc(100% - 160px);
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .frontpage__link-boxes .frontpage__link-boxes__overlay .frontpage__link-boxes__overlay__inner-wrp {
    max-width: calc(100% - 100px);
  }
}
@media screen and (max-width: 480px) {
  .frontpage__link-boxes .frontpage__link-boxes__overlay .frontpage__link-boxes__overlay__inner-wrp {
    padding-left: 0%;
    max-width: 100%;
    width: 90%;
  }
}
.frontpage__link-boxes .frontpage__link-boxes__overlay .frontpage__link-boxes__overlay__inner-wrp .frontpage__link-boxes__intro_content {
  text-align: center;
}
.frontpage__link-boxes .frontpage__link-boxes__overlay .frontpage__link-boxes__overlay__inner-wrp .frontpage__link-boxes__intro_content h2 {
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
  color: white;
  margin-bottom: 25px;
}
@media screen and (max-width: 860px) {
  .frontpage__link-boxes .frontpage__link-boxes__overlay .frontpage__link-boxes__overlay__inner-wrp .frontpage__link-boxes__intro_content h2 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 8px;
  }
}
.frontpage__link-boxes .frontpage__link-boxes__overlay .frontpage__link-boxes__overlay__inner-wrp .frontpage__link-boxes__intro_content p {
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  color: white;
  margin: 0;
}
@media screen and (max-width: 860px) {
  .frontpage__link-boxes .frontpage__link-boxes__overlay .frontpage__link-boxes__overlay__inner-wrp .frontpage__link-boxes__intro_content p {
    font-size: 16px;
    line-height: 22px;
  }
}
.frontpage__link-boxes .frontpage__link-boxes__overlay .frontpage__link-boxes__overlay__inner-wrp .frontpage__link-boxes__link-boxes-wrp {
  width: 100%;
  overflow-x: hidden;
}
@media screen and (max-width: 600px) {
  .frontpage__link-boxes .frontpage__link-boxes__overlay .frontpage__link-boxes__overlay__inner-wrp .frontpage__link-boxes__link-boxes-wrp {
    width: 100%;
  }
}
.frontpage__link-boxes .frontpage__link-boxes__overlay .frontpage__link-boxes__overlay__inner-wrp .frontpage__link-boxes__link-boxes-wrp .slick-slide {
  margin: 0 25px;
}
.frontpage__link-boxes .frontpage__link-boxes__overlay .frontpage__link-boxes__overlay__inner-wrp .frontpage__link-boxes__link-boxes-wrp .slick-list {
  margin: 0 -25px;
  overflow-x: hidden;
}
.frontpage__link-boxes .frontpage__link-boxes__overlay .frontpage__link-boxes__overlay__inner-wrp .frontpage__link-boxes__link-boxes-wrp:hover .frontpage__link-boxes__link-box:not(:hover) a {
  background-color: #e5e5e5;
}
.frontpage__link-boxes .frontpage__link-boxes__overlay .frontpage__link-boxes__overlay__inner-wrp .frontpage__link-boxes__link-boxes-wrp:hover .frontpage__link-boxes__link-box:not(:hover) .frontpage__link-boxes__link-box__content img {
  filter: grayscale(0.9);
}
.frontpage__link-boxes .frontpage__link-boxes__overlay .frontpage__link-boxes__overlay__inner-wrp .frontpage__link-boxes__link-boxes-wrp .frontpage__link-boxes__link-box a {
  background-color: #EFEFEF;
  display: block;
  position: relative;
  text-decoration: none;
}
.frontpage__link-boxes .frontpage__link-boxes__overlay .frontpage__link-boxes__overlay__inner-wrp .frontpage__link-boxes__link-boxes-wrp .frontpage__link-boxes__link-box a .frontpage__link-boxes__link-box__content {
  display: flex;
  flex-direction: column;
}
.frontpage__link-boxes .frontpage__link-boxes__overlay .frontpage__link-boxes__overlay__inner-wrp .frontpage__link-boxes__link-boxes-wrp .frontpage__link-boxes__link-box a .frontpage__link-boxes__link-box__content picture {
  width: 100%;
  height: auto;
}
.frontpage__link-boxes .frontpage__link-boxes__overlay .frontpage__link-boxes__overlay__inner-wrp .frontpage__link-boxes__link-boxes-wrp .frontpage__link-boxes__link-box a .frontpage__link-boxes__link-box__content img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.frontpage__link-boxes .frontpage__link-boxes__overlay .frontpage__link-boxes__overlay__inner-wrp .frontpage__link-boxes__link-boxes-wrp .frontpage__link-boxes__link-box a .frontpage__link-boxes__link-box__content .frontpage__link-boxes__link-box__content__label {
  height: 130px;
  padding: 18px 40px 0 40px;
}
@media screen and (max-width: 860px) {
  .frontpage__link-boxes .frontpage__link-boxes__overlay .frontpage__link-boxes__overlay__inner-wrp .frontpage__link-boxes__link-boxes-wrp .frontpage__link-boxes__link-box a .frontpage__link-boxes__link-box__content .frontpage__link-boxes__link-box__content__label {
    padding: 18px 27px 0 27px;
    height: 85px;
  }
}
.frontpage__link-boxes .frontpage__link-boxes__overlay .frontpage__link-boxes__overlay__inner-wrp .frontpage__link-boxes__link-boxes-wrp .frontpage__link-boxes__link-box a .frontpage__link-boxes__link-box__content .frontpage__link-boxes__link-box__content__label h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  color: #3A3A3A;
}
@media screen and (max-width: 860px) {
  .frontpage__link-boxes .frontpage__link-boxes__overlay .frontpage__link-boxes__overlay__inner-wrp .frontpage__link-boxes__link-boxes-wrp .frontpage__link-boxes__link-box a .frontpage__link-boxes__link-box__content .frontpage__link-boxes__link-box__content__label h3 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    color: #3A3A3A;
    hyphens: auto;
  }
}
.frontpage__link-boxes .frontpage__link-boxes__overlay .frontpage__link-boxes__overlay__inner-wrp .frontpage__link-boxes__link-boxes-wrp .frontpage__link-boxes__link-box a .frontpage__link-boxes__link-box__content .frontpage__link-boxes__link-box__content__label span {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 53px;
  height: 53px;
  background-color: #5a7b80;
  -webkit-transition: background-color 300ms ease-in-out;
  -moz-transition: background-color 300ms ease-in-out;
  -ms-transition: background-color 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
}
@media screen and (max-width: 860px) {
  .frontpage__link-boxes .frontpage__link-boxes__overlay .frontpage__link-boxes__overlay__inner-wrp .frontpage__link-boxes__link-boxes-wrp .frontpage__link-boxes__link-box a .frontpage__link-boxes__link-box__content .frontpage__link-boxes__link-box__content__label span {
    width: 36px;
    height: 36px;
  }
}
.frontpage__link-boxes .frontpage__link-boxes__overlay .frontpage__link-boxes__overlay__inner-wrp .frontpage__link-boxes__link-boxes-wrp .frontpage__link-boxes__link-box a:hover .frontpage__link-boxes__link-box__content img {
  filter: grayscale(0);
}
.frontpage__link-boxes .frontpage__link-boxes__overlay .frontpage__link-boxes__overlay__inner-wrp .frontpage__link-boxes__link-boxes-wrp .frontpage__link-boxes__link-box a:hover .frontpage__link-boxes__link-box__content .frontpage__link-boxes__link-box__content__label span {
  background-color: #71969c;
}
.frontpage__link-boxes .frontpage__link-boxes__overlay .frontpage__link-boxes__overlay__inner-wrp ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style-type: none;
  gap: 10px;
  width: 100%;
  justify-content: center;
}
.frontpage__link-boxes .frontpage__link-boxes__overlay .frontpage__link-boxes__overlay__inner-wrp ul li button {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  bordeR: 0;
  outline: 0;
  font-size: 0px;
  background-color: #fff;
  opacity: 0.5;
  cursor: pointer;
}
.frontpage__link-boxes .frontpage__link-boxes__overlay .frontpage__link-boxes__overlay__inner-wrp ul li.slick-active button {
  opacity: 1;
}

.frontpage__image-slider {
  margin-bottom: 110px;
  max-width: 1370px;
  margin: 0 auto 110px auto;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .frontpage__image-slider {
    width: calc(100% - 160px);
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 720px) {
  .frontpage__image-slider {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 480px) {
  .frontpage__image-slider {
    width: 90%;
  }
}
.frontpage__image-slider .frontpage__image-slider__inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: auto;
  background-color: #EFEFEF;
}
@media screen and (max-width: 768px) {
  .frontpage__image-slider .frontpage__image-slider__inner {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 680px) {
  .frontpage__image-slider .frontpage__image-slider__inner {
    flex-direction: column;
  }
}
.frontpage__image-slider .frontpage__image-slider__inner .frontpage__image-slider__content {
  width: 50%;
  padding: 125px 120px 150px 120px;
}
@media screen and (max-width: 1180px) {
  .frontpage__image-slider .frontpage__image-slider__inner .frontpage__image-slider__content {
    width: 45.5%;
    padding: 75px 35px 75px 35px;
  }
}
@media screen and (max-width: 780px) {
  .frontpage__image-slider .frontpage__image-slider__inner .frontpage__image-slider__content {
    width: 100%;
    padding: 50px 35px 50px 35px;
  }
}
.frontpage__image-slider .frontpage__image-slider__inner .frontpage__image-slider__content h3 {
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
  color: #3A3A3A;
  margin-bottom: 20px;
}
@media screen and (max-width: 1180px) {
  .frontpage__image-slider .frontpage__image-slider__inner .frontpage__image-slider__content h3 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 600;
    color: #3A3A3A;
    margin-bottom: 0;
  }
}
.frontpage__image-slider .frontpage__image-slider__inner .frontpage__image-slider__content p {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  color: #3A3A3A;
  max-width: 460px;
  margin-bottom: 20px;
  display: block;
}
@media screen and (max-width: 1180px) {
  .frontpage__image-slider .frontpage__image-slider__inner .frontpage__image-slider__content p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #3A3A3A;
  }
}
.frontpage__image-slider .frontpage__image-slider__inner .frontpage__image-slider__content .btn-wrp {
  padding-top: 25px;
}
.frontpage__image-slider .frontpage__image-slider__inner .frontpage__image-slider__content .btn-wrp a.btn {
  background-color: #5a7b80;
  display: flex;
  width: max-content;
  gap: 5px;
  padding: 15px 30px;
  border: 2px solid #5a7b80;
  -webkit-transition: background-color 300ms ease-in-out;
  -moz-transition: background-color 300ms ease-in-out;
  -ms-transition: background-color 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  color: white;
}
@media screen and (max-width: 600px) {
  .frontpage__image-slider .frontpage__image-slider__inner .frontpage__image-slider__content .btn-wrp a.btn {
    padding: 12px 24px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    color: white;
  }
}
.frontpage__image-slider .frontpage__image-slider__inner .frontpage__image-slider__content .btn-wrp a.btn:hover {
  background-color: transparent;
  color: #5a7b80;
}
.frontpage__image-slider .frontpage__image-slider__inner .frontpage__image-slider__content .btn-wrp a.btn:after {
  content: "";
  position: absolute;
  width: 0;
  height: 150%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  opacity: 0;
  background-color: #71969c;
  border-radius: 25%;
  z-index: -1;
}
@media screen and (max-width: 1180px) {
  .frontpage__image-slider .frontpage__image-slider__inner .frontpage__image-slider__content .btn-wrp a.btn {
    font-size: 14px;
    line-height: 17px;
  }
}
.frontpage__image-slider .frontpage__image-slider__inner .frontpage__image-slider__slider-wrp {
  width: 50%;
  height: 100%;
  padding: 25px 25px 25px 25px;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: auto 0;
}
@media screen and (max-width: 1180px) {
  .frontpage__image-slider .frontpage__image-slider__inner .frontpage__image-slider__slider-wrp {
    flex-grow: 1;
    padding: 75px 35px 90px 35px;
  }
}
@media screen and (max-width: 780px) {
  .frontpage__image-slider .frontpage__image-slider__inner .frontpage__image-slider__slider-wrp {
    width: 100%;
    padding: 50px 25px 50px 25px;
  }
}
.frontpage__image-slider .frontpage__image-slider__inner .frontpage__image-slider__slider-wrp:after {
  position: absolute;
  content: "";
  height: 80%;
  width: 2px;
  background-color: #d6d6d6;
  left: 0;
  top: 10%;
}
@media screen and (max-width: 780px) {
  .frontpage__image-slider .frontpage__image-slider__inner .frontpage__image-slider__slider-wrp:after {
    width: 100%;
    height: 2px;
    top: 0;
  }
}
.frontpage__image-slider .frontpage__image-slider__inner .frontpage__image-slider__slider-wrp .frontpage__image-slider__slider {
  width: 100%;
  position: relative;
}
.frontpage__image-slider .frontpage__image-slider__inner .frontpage__image-slider__slider-wrp .frontpage__image-slider__slider.logo_mode .slick-list {
  mix-blend-mode: multiply;
}
.frontpage__image-slider .frontpage__image-slider__inner .frontpage__image-slider__slider-wrp .frontpage__image-slider__slider.logo_mode .logo_page_inner {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 0px;
  column-gap: 0px;
  width: 100%;
}
@media screen and (max-width: 680px) {
  .frontpage__image-slider .frontpage__image-slider__inner .frontpage__image-slider__slider-wrp .frontpage__image-slider__slider.logo_mode .logo_page_inner {
    justify-content: space-between;
    column-gap: calc(100% / 3 - 120px);
  }
}
.frontpage__image-slider .frontpage__image-slider__inner .frontpage__image-slider__slider-wrp .frontpage__image-slider__slider.logo_mode .logo_slide {
  padding: 15px 15px;
  width: 33.33%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1180px) {
  .frontpage__image-slider .frontpage__image-slider__inner .frontpage__image-slider__slider-wrp .frontpage__image-slider__slider.logo_mode .logo_slide {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 1024px) {
  .frontpage__image-slider .frontpage__image-slider__inner .frontpage__image-slider__slider-wrp .frontpage__image-slider__slider.logo_mode .logo_slide {
    width: 50%;
  }
}
.frontpage__image-slider .frontpage__image-slider__inner .frontpage__image-slider__slider-wrp .frontpage__image-slider__slider.logo_mode .logo_slide img {
  height: auto;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  width: 100%;
  max-width: max-content;
}
@media screen and (max-width: 680px) {
  .frontpage__image-slider .frontpage__image-slider__inner .frontpage__image-slider__slider-wrp .frontpage__image-slider__slider.logo_mode .logo_slide img {
    width: 90%;
    height: auto;
    margin: auto;
  }
}
.frontpage__image-slider .frontpage__image-slider__inner .frontpage__image-slider__slider-wrp .frontpage__image-slider__slider.single_mode img {
  width: 100%;
  height: auto;
}
.frontpage__image-slider .frontpage__image-slider__inner .frontpage__image-slider__slider-wrp .frontpage__image-slider__slider__dots {
  width: 100%;
  margin-top: 75px;
}
.frontpage__image-slider .frontpage__image-slider__inner .frontpage__image-slider__slider-wrp .frontpage__image-slider__slider__dots ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style-type: none;
  gap: 10px;
  width: 100%;
  justify-content: center;
}
.frontpage__image-slider .frontpage__image-slider__inner .frontpage__image-slider__slider-wrp .frontpage__image-slider__slider__dots ul li button {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  bordeR: 0;
  outline: 0;
  font-size: 0px;
  background-color: rgba(42, 42, 42, 0.19);
  cursor: pointer;
}
.frontpage__image-slider .frontpage__image-slider__inner .frontpage__image-slider__slider-wrp .frontpage__image-slider__slider__dots ul li.slick-active button {
  background-color: #5a7b80;
}

.frontpage__topic-slider {
  padding: 65px 0 90px 255px;
  background-color: #EFEFEF;
  width: 100%;
  overflow-x: hidden;
  margin-bottom: 150px;
  /* the parent */
}
@media screen and (max-width: 1400px) {
  .frontpage__topic-slider {
    padding-left: 10%;
  }
}
@media screen and (max-width: 1330px) {
  .frontpage__topic-slider {
    padding-left: 5%;
  }
}
@media screen and (max-width: 768px) {
  .frontpage__topic-slider {
    padding-left: 80px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 720px) {
  .frontpage__topic-slider {
    padding-left: 50px;
  }
}
@media screen and (max-width: 600px) {
  .frontpage__topic-slider {
    padding-left: 5%;
  }
}
.frontpage__topic-slider h2 {
  font-size: 36px;
  line-height: 41px;
  font-weight: 600;
  color: #3A3A3A;
  font-family: "Niveau Grotesk";
  margin: 0 0 45px 0;
}
.frontpage__topic-slider .slick-slide {
  margin: 0 18px;
}
@media screen and (max-width: 860px) {
  .frontpage__topic-slider .slick-slide {
    margin: 0 12px;
  }
}
.frontpage__topic-slider .slick-list {
  margin: 0 -18px;
  overflow-x: hidden;
}
@media screen and (max-width: 860px) {
  .frontpage__topic-slider .slick-list {
    margin: 0 -12px;
  }
}
.frontpage__topic-slider .slick-track {
  display: flex;
  align-items: stretch;
}
.frontpage__topic-slider .slick-slide {
  height: auto;
  display: flex !important;
}
.frontpage__topic-slider .slick-slide + div {
  height: auto;
  display: flex;
}
.frontpage__topic-slider .frontpage__topic-slider__slider-wrp:hover .topic-slider__element:not(:hover) img {
  filter: grayscale(0.9);
}
.frontpage__topic-slider .frontpage__topic-slider__slider-wrp:hover .topic-slider__element:not(:hover) .topic-slider__element__inner-wrp {
  position: relative;
  padding-bottom: 35px;
}
.frontpage__topic-slider .frontpage__topic-slider__slider-wrp:hover .topic-slider__element:not(:hover) .topic-slider__element__inner-wrp .topic-slider__element__link__label {
  background-color: #eaeaea;
}
.frontpage__topic-slider .frontpage__topic-slider__slider-wrp .topic-slider__element img {
  width: 100%;
  height: auto;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.frontpage__topic-slider .frontpage__topic-slider__slider-wrp .topic-slider__element .topic-slider__element__inner-wrp {
  position: relative;
  padding-bottom: 35px;
}
.frontpage__topic-slider .frontpage__topic-slider__slider-wrp .topic-slider__element .topic-slider__element__inner-wrp .topic-slider__element__link__label {
  position: absolute;
  right: 0px;
  bottom: 0;
  background-color: white;
  width: 90%;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.frontpage__topic-slider .frontpage__topic-slider__slider-wrp .topic-slider__element .topic-slider__element__inner-wrp .topic-slider__element__link__label .topic-slider__element__link__label__inner-wrp {
  position: relative;
  padding: 18px 25px 30px 25px;
  height: 125px;
}
@media screen and (max-width: 860px) {
  .frontpage__topic-slider .frontpage__topic-slider__slider-wrp .topic-slider__element .topic-slider__element__inner-wrp .topic-slider__element__link__label .topic-slider__element__link__label__inner-wrp {
    min-height: 105px;
    height: auto;
  }
}
.frontpage__topic-slider .frontpage__topic-slider__slider-wrp .topic-slider__element .topic-slider__element__inner-wrp .topic-slider__element__link__label .topic-slider__element__link__label__inner-wrp h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  color: #3A3A3A;
  max-width: 250px;
}
@media screen and (max-width: 1280px) {
  .frontpage__topic-slider .frontpage__topic-slider__slider-wrp .topic-slider__element .topic-slider__element__inner-wrp .topic-slider__element__link__label .topic-slider__element__link__label__inner-wrp h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #3A3A3A;
  }
}
@media screen and (max-width: 860px) {
  .frontpage__topic-slider .frontpage__topic-slider__slider-wrp .topic-slider__element .topic-slider__element__inner-wrp .topic-slider__element__link__label .topic-slider__element__link__label__inner-wrp h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #3A3A3A;
  }
}
.frontpage__topic-slider .frontpage__topic-slider__slider-wrp .topic-slider__element .topic-slider__element__inner-wrp .topic-slider__element__link__label .topic-slider__element__link__label__inner-wrp span {
  position: absolute;
  bottom: 0px;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 53px;
  height: 53px;
  background-color: #5a7b80;
  -webkit-transition: background-color 300ms ease-in-out;
  -moz-transition: background-color 300ms ease-in-out;
  -ms-transition: background-color 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
}
@media screen and (max-width: 860px) {
  .frontpage__topic-slider .frontpage__topic-slider__slider-wrp .topic-slider__element .topic-slider__element__inner-wrp .topic-slider__element__link__label .topic-slider__element__link__label__inner-wrp span {
    width: 36px;
    height: 36px;
  }
}
.frontpage__topic-slider .frontpage__topic-slider__navigation {
  display: flex;
  margin-top: 70px;
  width: 100%;
  align-items: center;
  gap: 100px;
}
.frontpage__topic-slider .frontpage__topic-slider__navigation .frontpage__topic-slider__progress {
  width: 70%;
  height: 5px;
  border-radius: 0px;
  overflow: hidden;
  position: relative;
  background-image: linear-gradient(to right, #5a7b80, #5a7b80);
  background-repeat: no-repeat;
  background-size: 25% 100%;
  z-index: 1;
  transition: background-size 0.4s ease-in-out;
  background-color: rgba(42, 42, 42, 0.19);
}
.frontpage__topic-slider .frontpage__topic-slider__navigation .frontpage__topic-slider__navigation__arrows {
  width: max-content;
}
.frontpage__topic-slider .frontpage__topic-slider__navigation .frontpage__topic-slider__navigation__arrows ul {
  width: 100%;
  display: flex;
  gap: 5px;
  margin: 0;
  padding: 0;
}
.frontpage__topic-slider .frontpage__topic-slider__navigation .frontpage__topic-slider__navigation__arrows ul li {
  list-style-type: none;
}
.frontpage__topic-slider .frontpage__topic-slider__navigation .frontpage__topic-slider__navigation__arrows ul li button {
  background-color: #e2adff;
  border: 0;
  height: 53px;
  width: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: background-color 300ms ease-in-out;
  -moz-transition: background-color 300ms ease-in-out;
  -ms-transition: background-color 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
}
.frontpage__topic-slider .frontpage__topic-slider__navigation .frontpage__topic-slider__navigation__arrows ul li button:hover {
  background-color: #f4e0ff;
}
.frontpage__topic-slider .frontpage__topic-slider__navigation .frontpage__topic-slider__navigation__arrows ul li button.slick-disabled {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0.5;
}

.frontpage-news-dates {
  max-width: 1370px;
  margin: 0 auto 150px auto;
  width: 90%;
}
@media screen and (max-width: 1180px) {
  .frontpage-news-dates {
    gap: 65px;
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .frontpage-news-dates {
    width: calc(100% - 160px);
    margin: 50px auto;
  }
}
@media screen and (max-width: 720px) {
  .frontpage-news-dates {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 680px) {
  .frontpage-news-dates {
    width: 90%;
  }
}
.frontpage-news-dates.nl_modul_hidden .frontpage-news-dates__tabs {
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .frontpage-news-dates.nl_modul_hidden .frontpage-news-dates__tabs .frontpage-news-dates__tab.current-tab {
    gap: 25px;
  }
}
.frontpage-news-dates.nl_modul_hidden .frontpage-news-dates__tabs .frontpage-news-dates__tab.current-tab .post-wrp {
  width: calc(50% - 27px);
}
@media screen and (max-width: 1080px) {
  .frontpage-news-dates.nl_modul_hidden .frontpage-news-dates__tabs .frontpage-news-dates__tab.current-tab .post-wrp {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .frontpage-news-dates.nl_modul_hidden .frontpage-news-dates__tabs .frontpage-news-dates__tab.current-tab .post-wrp a .post-content {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 600px) {
  .frontpage-news-dates.nl_modul_hidden .frontpage-news-dates__tabs .frontpage-news-dates__tab.current-tab .post-wrp a .post-content .post-content__data {
    width: 100%;
  }
}
@media screen and (max-width: 1180px) {
  .frontpage-news-dates.nl_modul_visible {
    flex-direction: column;
  }
}
.frontpage-news-dates.nl_modul_visible .frontpage-news-dates__tabs {
  width: 50%;
}
@media screen and (max-width: 1180px) {
  .frontpage-news-dates.nl_modul_visible .frontpage-news-dates__tabs {
    width: 100%;
  }
}
.frontpage-news-dates .frontpage-news-dates__tabs .frontpage-news-dates__tabs__tab-menu {
  display: flex;
  gap: 45px;
  margin-bottom: 30px;
  height: 45px;
  flex-wrap: wrap;
}
.frontpage-news-dates .frontpage-news-dates__tabs .frontpage-news-dates__tabs__tab-menu fieldset {
  display: none;
}
.frontpage-news-dates .frontpage-news-dates__tabs .frontpage-news-dates__tabs__tab-menu label {
  background-color: transparent;
  outline: 0;
  border: 0;
  font-size: 36px;
  line-height: 41px;
  font-weight: 600;
  color: #3A3A3A;
  opacity: 0.5;
  cursor: pointer;
  font-family: "Niveau Grotesk";
}
@media screen and (max-width: 860px) {
  .frontpage-news-dates .frontpage-news-dates__tabs .frontpage-news-dates__tabs__tab-menu label {
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    color: #3A3A3A;
  }
}
.frontpage-news-dates .frontpage-news-dates__tabs .frontpage-news-dates__tabs__tab-menu label.current-tab-selector {
  opacity: 1;
  position: relative;
}
.frontpage-news-dates .frontpage-news-dates__tabs .frontpage-news-dates__tabs__tab-menu label.current-tab-selector:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #5a7b80;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(0, 5px);
}
@media screen and (max-width: 860px) {
  .frontpage-news-dates .frontpage-news-dates__tabs .frontpage-news-dates__tabs__tab-menu label.current-tab-selector:after {
    transform: translate(0, -6px);
  }
}
.frontpage-news-dates .frontpage-news-dates__tabs .frontpage-news-dates__tabs__tab-menu a {
  background-color: #5a7b80;
  display: flex;
  width: max-content;
  gap: 5px;
  padding: 15px 30px;
  border: 2px solid #5a7b80;
  -webkit-transition: background-color 300ms ease-in-out;
  -moz-transition: background-color 300ms ease-in-out;
  -ms-transition: background-color 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  color: white;
  font-size: 18px;
  line-height: 22px;
  gap: 15px;
  margin-left: auto;
}
@media screen and (max-width: 600px) {
  .frontpage-news-dates .frontpage-news-dates__tabs .frontpage-news-dates__tabs__tab-menu a {
    padding: 12px 24px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    color: white;
  }
}
.frontpage-news-dates .frontpage-news-dates__tabs .frontpage-news-dates__tabs__tab-menu a:hover {
  background-color: transparent;
  color: #5a7b80;
}
.frontpage-news-dates .frontpage-news-dates__tabs .frontpage-news-dates__tabs__tab-menu a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 150%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  opacity: 0;
  background-color: #71969c;
  border-radius: 25%;
  z-index: -1;
}
.frontpage-news-dates .frontpage-news-dates__tabs .frontpage-news-dates__tabs__tab-menu a svg {
  color: white;
}
.frontpage-news-dates .frontpage-news-dates__tabs .frontpage-news-dates__tabs__tab-menu a:hover svg {
  color: #5a7b80;
}
.frontpage-news-dates .frontpage-news-dates__tabs .frontpage-news-dates__tabs__tab-menu a span {
  transform: translate(0px, -1px);
  display: block;
}
@media screen and (max-width: 600px) {
  .frontpage-news-dates .frontpage-news-dates__tabs .frontpage-news-dates__tabs__tab-menu a {
    display: none;
  }
}
.frontpage-news-dates .frontpage-news-dates__tabs .frontpage-news-dates__tab {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: none !important;
}
.frontpage-news-dates .frontpage-news-dates__tabs .frontpage-news-dates__tab.current-tab {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  display: flex !important;
  gap: 0px 54px;
  flex-wrap: wrap;
}
.frontpage-news-dates .frontpage-news-dates__tabs .frontpage-news-dates__tab:hover .post_wrp:not(:hover) {
  background-color: #e2e2e2;
}
.frontpage-news-dates .frontpage-news-dates__tabs .frontpage-news-dates__tab .post-wrp {
  background-color: #EFEFEF;
  padding: 25px;
  -webkit-transition: background-color 300ms ease-in-out;
  -moz-transition: background-color 300ms ease-in-out;
  -ms-transition: background-color 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
}
.frontpage-news-dates .frontpage-news-dates__tabs .frontpage-news-dates__tab .post-wrp .post-date__wrp {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 12px;
}
@media screen and (max-width: 1180px) {
  .frontpage-news-dates .frontpage-news-dates__tabs .frontpage-news-dates__tab .post-wrp .post-date__wrp {
    margin-bottom: 6px;
  }
}
.frontpage-news-dates .frontpage-news-dates__tabs .frontpage-news-dates__tab .post-wrp .post-date__wrp .post-date__new-post {
  display: flex;
  width: max-content;
  background-color: #f4e0ff;
  padding: 9px 16px;
  color: white;
  font-size: 18px;
  line-height: 14px;
  font-weight: 600;
  color: #fff;
}
.frontpage-news-dates .frontpage-news-dates__tabs .frontpage-news-dates__tab .post-wrp .post-date__wrp .post-date__date {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: #5a7b80;
}
@media screen and (max-width: 1180px) {
  .frontpage-news-dates .frontpage-news-dates__tabs .frontpage-news-dates__tab .post-wrp .post-date__wrp .post-date__date {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #5a7b80;
  }
}
.frontpage-news-dates .frontpage-news-dates__tabs .frontpage-news-dates__tab .post-wrp .post-date__wrp.events span.post-date__location {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: #5a7b80;
}
.frontpage-news-dates .frontpage-news-dates__tabs .frontpage-news-dates__tab .post-wrp a {
  text-decoration: none;
}
.frontpage-news-dates .frontpage-news-dates__tabs .frontpage-news-dates__tab .post-wrp a:hover .post-content .post-content__data h2 {
  color: #71969c;
}
.frontpage-news-dates .frontpage-news-dates__tabs .frontpage-news-dates__tab .post-wrp a .post-content {
  display: flex;
  gap: 25px;
  flex-direction: row-reverse;
}
.frontpage-news-dates .frontpage-news-dates__tabs .frontpage-news-dates__tab .post-wrp a .post-content .post-content__data {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: calc(100% - 308px);
}
@media screen and (max-width: 480px) {
  .frontpage-news-dates .frontpage-news-dates__tabs .frontpage-news-dates__tab .post-wrp a .post-content .post-content__data {
    width: 100%;
  }
}
.frontpage-news-dates .frontpage-news-dates__tabs .frontpage-news-dates__tab .post-wrp a .post-content .post-content__post-img {
  width: 228px;
}
@media screen and (max-width: 420px) {
  .frontpage-news-dates .frontpage-news-dates__tabs .frontpage-news-dates__tab .post-wrp a .post-content .post-content__post-img {
    width: 100%;
  }
}
.frontpage-news-dates .frontpage-news-dates__tabs .frontpage-news-dates__tab .post-wrp a .post-content .post-content__post-img img {
  width: 100%;
  height: auto;
}
.frontpage-news-dates .frontpage-news-dates__tabs .frontpage-news-dates__tab .post-wrp a .post-content h2 {
  margin: 0;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  color: #3A3A3A;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 768px) {
  .frontpage-news-dates .frontpage-news-dates__tabs .frontpage-news-dates__tab .post-wrp a .post-content h2 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #3A3A3A;
  }
}
@media screen and (max-width: 600px) {
  .frontpage-news-dates .frontpage-news-dates__tabs .frontpage-news-dates__tab .post-wrp a .post-content h2 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #3A3A3A;
  }
}
@media screen and (max-width: 480px) {
  .frontpage-news-dates .frontpage-news-dates__tabs .frontpage-news-dates__tab .post-wrp a .post-content h2 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #3A3A3A;
  }
}
.frontpage-news-dates .frontpage-news-dates__tabs .frontpage-news-dates__tab .post-wrp a .post-content .btn {
  background-color: #5a7b80;
  display: flex;
  width: max-content;
  gap: 5px;
  padding: 15px 30px;
  border: 2px solid #5a7b80;
  -webkit-transition: background-color 300ms ease-in-out;
  -moz-transition: background-color 300ms ease-in-out;
  -ms-transition: background-color 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  color: white;
  font-size: 14px;
  padding: 5px 25px;
  margin-top: 15px;
}
@media screen and (max-width: 600px) {
  .frontpage-news-dates .frontpage-news-dates__tabs .frontpage-news-dates__tab .post-wrp a .post-content .btn {
    padding: 12px 24px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    color: white;
  }
}
.frontpage-news-dates .frontpage-news-dates__tabs .frontpage-news-dates__tab .post-wrp a .post-content .btn:hover {
  background-color: transparent;
  color: #5a7b80;
}
.frontpage-news-dates .frontpage-news-dates__tabs .frontpage-news-dates__tab .post-wrp a .post-content .btn:after {
  content: "";
  position: absolute;
  width: 0;
  height: 150%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  opacity: 0;
  background-color: #71969c;
  border-radius: 25%;
  z-index: -1;
}
.frontpage-news-dates .frontpage-news-dates__tabs .frontpage-news-dates__tab .frontpage-news-dates__tab__overview-cat {
  display: none;
}
@media screen and (max-width: 600px) {
  .frontpage-news-dates .frontpage-news-dates__tabs .frontpage-news-dates__tab .frontpage-news-dates__tab__overview-cat {
    display: block;
    padding-top: 15px;
  }
  .frontpage-news-dates .frontpage-news-dates__tabs .frontpage-news-dates__tab .frontpage-news-dates__tab__overview-cat a {
    background-color: #5a7b80;
    display: flex;
    width: max-content;
    gap: 5px;
    padding: 15px 30px;
    border: 2px solid #5a7b80;
    -webkit-transition: background-color 300ms ease-in-out;
    -moz-transition: background-color 300ms ease-in-out;
    -ms-transition: background-color 300ms ease-in-out;
    -o-transition: background-color 300ms ease-in-out;
    transition: background-color 300ms ease-in-out;
    text-decoration: none;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    color: white;
    font-size: 18px;
    line-height: 22px;
    gap: 15px;
    margin-left: auto;
  }
}
@media screen and (max-width: 600px) and (max-width: 600px) {
  .frontpage-news-dates .frontpage-news-dates__tabs .frontpage-news-dates__tab .frontpage-news-dates__tab__overview-cat a {
    padding: 12px 24px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    color: white;
  }
}
@media screen and (max-width: 600px) {
  .frontpage-news-dates .frontpage-news-dates__tabs .frontpage-news-dates__tab .frontpage-news-dates__tab__overview-cat a:hover {
    background-color: transparent;
    color: #5a7b80;
  }
}
@media screen and (max-width: 600px) {
  .frontpage-news-dates .frontpage-news-dates__tabs .frontpage-news-dates__tab .frontpage-news-dates__tab__overview-cat a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 150%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    opacity: 0;
    background-color: #71969c;
    border-radius: 25%;
    z-index: -1;
  }
}
@media screen and (max-width: 600px) {
  .frontpage-news-dates .frontpage-news-dates__tabs .frontpage-news-dates__tab .frontpage-news-dates__tab__overview-cat a span {
    transform: translate(0px, 0px);
    display: block;
  }
}
.frontpage-news-dates.nl_modul_visible {
  display: flex;
  gap: 80px;
  align-items: stretch;
}
@media screen and (max-width: 1180px) {
  .frontpage-news-dates.nl_modul_visible {
    gap: 0px;
  }
}
.frontpage-news-dates.nl_modul_visible .frontpage-news-dates__tabs {
  flex-grow: 1;
}
.frontpage-news-dates.nl_modul_visible .frontpage-news-dates__tabs .frontpage-news-dates__tab {
  flex-direction: column;
}
.frontpage-news-dates.nl_modul_visible .frontpage-news-dates__tabs .frontpage-news-dates__tab:hover .post-wrp:not(:hover) {
  background-color: white;
}
.frontpage-news-dates.nl_modul_visible .frontpage-news-dates__tabs .frontpage-news-dates__tab .post-wrp {
  width: 100%;
  background-color: #fff;
  padding: 25px 5px;
  min-height: 195px;
  border-bottom: 1px solid rgba(8, 41, 87, 0.47);
}
@media screen and (max-width: 1180px) {
  .frontpage-news-dates.nl_modul_visible .frontpage-news-dates__tabs .frontpage-news-dates__tab .post-wrp {
    padding: 25px 0;
  }
}
.frontpage-news-dates.nl_modul_visible .frontpage-news-dates__tabs .frontpage-news-dates__tab .post-wrp:first-of-type {
  border-top: 1px solid rgba(8, 41, 87, 0.47);
}
.frontpage-news-dates.nl_modul_visible .frontpage-news-dates__tabs .frontpage-news-dates__tab .post-wrp .post-content {
  gap: 100px;
}
@media screen and (max-width: 1180px) {
  .frontpage-news-dates.nl_modul_visible .frontpage-news-dates__tabs .frontpage-news-dates__tab .post-wrp .post-content {
    gap: 80px;
  }
}
@media screen and (max-width: 600px) {
  .frontpage-news-dates.nl_modul_visible .frontpage-news-dates__tabs .frontpage-news-dates__tab .post-wrp .post-content {
    gap: 25px;
  }
}
@media screen and (max-width: 480px) {
  .frontpage-news-dates.nl_modul_visible .frontpage-news-dates__tabs .frontpage-news-dates__tab .post-wrp .post-content {
    flex-direction: column-reverse;
    gap: 25px;
  }
}
.frontpage-news-dates.nl_modul_visible .frontpage-news-dates__nl-box__wrp {
  width: 400px;
  padding-top: 75px;
  display: flex;
}
@media screen and (max-width: 1280px) {
  .frontpage-news-dates.nl_modul_visible .frontpage-news-dates__nl-box__wrp {
    width: 300px;
  }
}
@media screen and (max-width: 1180px) {
  .frontpage-news-dates.nl_modul_visible .frontpage-news-dates__nl-box__wrp {
    width: 100%;
    padding-top: 25px;
  }
}
.frontpage-news-dates.nl_modul_visible .frontpage-news-dates__nl-box {
  width: 100%;
  background-color: #f4e0ff;
  padding: 40px;
}
@media screen and (max-width: 1280px) {
  .frontpage-news-dates.nl_modul_visible .frontpage-news-dates__nl-box {
    padding: 25px;
  }
}
@media screen and (max-width: 1180px) {
  .frontpage-news-dates.nl_modul_visible .frontpage-news-dates__nl-box {
    margin-top: 0;
  }
}
.frontpage-news-dates.nl_modul_visible .frontpage-news-dates__nl-box .frontpage-news-dates__nl-box__inner-wrp {
  display: flex;
  height: 100%;
}
@media screen and (max-width: 1180px) {
  .frontpage-news-dates.nl_modul_visible .frontpage-news-dates__nl-box .frontpage-news-dates__nl-box__inner-wrp {
    display: flex;
    gap: 35px;
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (max-width: 860px) {
  .frontpage-news-dates.nl_modul_visible .frontpage-news-dates__nl-box .frontpage-news-dates__nl-box__inner-wrp {
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  .frontpage-news-dates.nl_modul_visible .frontpage-news-dates__nl-box .frontpage-news-dates__nl-box__inner-wrp {
    justify-content: flex-start;
    width: 100%;
  }
}
.frontpage-news-dates.nl_modul_visible .frontpage-news-dates__nl-box .frontpage-news-dates__nl-box__inner-wrp .frontpage-news-dates__nl-box__inner-content-wrp {
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .frontpage-news-dates.nl_modul_visible .frontpage-news-dates__nl-box .frontpage-news-dates__nl-box__inner-wrp .frontpage-news-dates__nl-box__inner-content-wrp {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
}
.frontpage-news-dates.nl_modul_visible .frontpage-news-dates__nl-box .frontpage-news-dates__nl-box__inner-wrp .nl_icon--mobile {
  display: none;
}
@media screen and (max-width: 1180px) {
  .frontpage-news-dates.nl_modul_visible .frontpage-news-dates__nl-box .frontpage-news-dates__nl-box__inner-wrp .nl_icon--mobile {
    display: block;
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 860px) {
  .frontpage-news-dates.nl_modul_visible .frontpage-news-dates__nl-box .frontpage-news-dates__nl-box__inner-wrp .nl_icon--mobile {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 480px) {
  .frontpage-news-dates.nl_modul_visible .frontpage-news-dates__nl-box .frontpage-news-dates__nl-box__inner-wrp .nl_icon--mobile {
    display: none;
  }
}
.frontpage-news-dates.nl_modul_visible .frontpage-news-dates__nl-box .frontpage-news-dates__nl-box__inner-wrp h3 {
  font-size: 36px;
  line-height: 51px;
  font-weight: 600;
  color: #fff;
  font-family: "Niveau Grotesk";
  margin-bottom: 25px;
}
@media screen and (max-width: 1280px) {
  .frontpage-news-dates.nl_modul_visible .frontpage-news-dates__nl-box .frontpage-news-dates__nl-box__inner-wrp h3 {
    font-size: 26px;
    line-height: 34px;
    font-weight: 600;
    color: #fff;
  }
}
@media screen and (max-width: 1180px) {
  .frontpage-news-dates.nl_modul_visible .frontpage-news-dates__nl-box .frontpage-news-dates__nl-box__inner-wrp h3 {
    font-size: 36px;
    line-height: 51px;
    font-weight: 600;
    color: #fff;
  }
}
@media screen and (max-width: 860px) {
  .frontpage-news-dates.nl_modul_visible .frontpage-news-dates__nl-box .frontpage-news-dates__nl-box__inner-wrp h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    color: #fff;
  }
}
.frontpage-news-dates.nl_modul_visible .frontpage-news-dates__nl-box .frontpage-news-dates__nl-box__inner-wrp .nl_icon {
  margin-bottom: 35px;
}
@media screen and (max-width: 1280px) {
  .frontpage-news-dates.nl_modul_visible .frontpage-news-dates__nl-box .frontpage-news-dates__nl-box__inner-wrp .nl_icon {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 1180px) {
  .frontpage-news-dates.nl_modul_visible .frontpage-news-dates__nl-box .frontpage-news-dates__nl-box__inner-wrp .nl_icon {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .frontpage-news-dates.nl_modul_visible .frontpage-news-dates__nl-box .frontpage-news-dates__nl-box__inner-wrp .nl_icon {
    display: block;
  }
}
.frontpage-news-dates.nl_modul_visible .frontpage-news-dates__nl-box .frontpage-news-dates__nl-box__inner-wrp a.button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 15px;
  width: 100%;
  text-decoration: none;
  border: 3px solid #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #fff;
  -webkit-transition: color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out;
  -ms-transition: color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
}
@media screen and (max-width: 1280px) {
  .frontpage-news-dates.nl_modul_visible .frontpage-news-dates__nl-box .frontpage-news-dates__nl-box__inner-wrp a.button {
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    color: #fff;
  }
}
@media screen and (max-width: 1180px) {
  .frontpage-news-dates.nl_modul_visible .frontpage-news-dates__nl-box .frontpage-news-dates__nl-box__inner-wrp a.button {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #fff;
  }
}
@media screen and (max-width: 860px) {
  .frontpage-news-dates.nl_modul_visible .frontpage-news-dates__nl-box .frontpage-news-dates__nl-box__inner-wrp a.button {
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    color: #fff;
  }
}
@media screen and (max-width: 600px) {
  .frontpage-news-dates.nl_modul_visible .frontpage-news-dates__nl-box .frontpage-news-dates__nl-box__inner-wrp a.button {
    justify-content: flex-start;
    padding: 13px 29px;
  }
}
.frontpage-news-dates.nl_modul_visible .frontpage-news-dates__nl-box .frontpage-news-dates__nl-box__inner-wrp a.button span {
  display: inline-block;
}
.frontpage-news-dates.nl_modul_visible .frontpage-news-dates__nl-box .frontpage-news-dates__nl-box__inner-wrp a.button .nl_arrow {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.frontpage-news-dates.nl_modul_visible .frontpage-news-dates__nl-box .frontpage-news-dates__nl-box__inner-wrp a.button .nl_arrow path {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 1280px) {
  .frontpage-news-dates.nl_modul_visible .frontpage-news-dates__nl-box .frontpage-news-dates__nl-box__inner-wrp a.button .nl_arrow {
    height: 14px;
    width: auto;
  }
}
.frontpage-news-dates.nl_modul_visible .frontpage-news-dates__nl-box .frontpage-news-dates__nl-box__inner-wrp a.button:hover {
  background-color: #fff;
  color: #e2adff;
}
.frontpage-news-dates.nl_modul_visible .frontpage-news-dates__nl-box .frontpage-news-dates__nl-box__inner-wrp a.button:hover .nl_arrow {
  margin-left: 12px;
}
.frontpage-news-dates.nl_modul_visible .frontpage-news-dates__nl-box .frontpage-news-dates__nl-box__inner-wrp a.button:hover .nl_arrow path {
  stroke: #e2adff;
}

.frontpage_info-boxes {
  max-width: 1370px;
  margin: 50px auto 140px auto;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .frontpage_info-boxes {
    width: calc(100% - 160px);
  }
}
@media screen and (max-width: 720px) {
  .frontpage_info-boxes {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 600px) {
  .frontpage_info-boxes {
    width: 90%;
  }
}
.frontpage_info-boxes .frontpage_info-boxes__inner-wrp {
  display: flex;
  flex-direction: column;
  gap: 65px;
}
@media screen and (max-width: 860px) {
  .frontpage_info-boxes .frontpage_info-boxes__inner-wrp {
    gap: 36px;
  }
}
.frontpage_info-boxes .frontpage_info-boxes__inner-wrp h3 {
  text-align: center;
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
  color: #3A3A3A;
  font-family: "Niveau Grotesk", sans-serif;
}
@media screen and (max-width: 860px) {
  .frontpage_info-boxes .frontpage_info-boxes__inner-wrp h3 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 600;
    color: #3A3A3A;
  }
}
.frontpage_info-boxes .frontpage_info-boxes__inner-wrp .frontpage_info-boxes__outer-wrp {
  display: flex;
  row-gap: 28px;
  column-gap: 56px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1080px) {
  .frontpage_info-boxes .frontpage_info-boxes__inner-wrp .frontpage_info-boxes__outer-wrp {
    column-gap: 28px;
  }
}
@media screen and (max-width: 860px) {
  .frontpage_info-boxes .frontpage_info-boxes__inner-wrp .frontpage_info-boxes__outer-wrp {
    flex-direction: column;
  }
}
.frontpage_info-boxes .frontpage_info-boxes__inner-wrp .frontpage_info-boxes__outer-wrp a.frontpage_info-boxes__info-box {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.frontpage_info-boxes .frontpage_info-boxes__inner-wrp .frontpage_info-boxes__outer-wrp a.frontpage_info-boxes__info-box:hover {
  background-color: #f7f7f7;
  border: 2px solid #EFEFEF;
}
.frontpage_info-boxes .frontpage_info-boxes__inner-wrp .frontpage_info-boxes__outer-wrp .frontpage_info-boxes__info-box {
  background-color: #EFEFEF;
  border: 2px solid #EFEFEF;
  width: calc(50% - 28px);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  padding: 45px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 30px;
  text-decoration: none;
  color: #3A3A3A;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  .frontpage_info-boxes .frontpage_info-boxes__inner-wrp .frontpage_info-boxes__outer-wrp .frontpage_info-boxes__info-box {
    padding: 35px;
    width: calc(50% - 14px);
  }
}
@media screen and (max-width: 960px) {
  .frontpage_info-boxes .frontpage_info-boxes__inner-wrp .frontpage_info-boxes__outer-wrp .frontpage_info-boxes__info-box {
    flex-direction: column;
  }
}
@media screen and (max-width: 860px) {
  .frontpage_info-boxes .frontpage_info-boxes__inner-wrp .frontpage_info-boxes__outer-wrp .frontpage_info-boxes__info-box {
    flex-direction: row;
    width: 100%;
  }
}
@media screen and (max-width: 420px) {
  .frontpage_info-boxes .frontpage_info-boxes__inner-wrp .frontpage_info-boxes__outer-wrp .frontpage_info-boxes__info-box {
    flex-direction: column;
  }
}
.frontpage_info-boxes .frontpage_info-boxes__inner-wrp .frontpage_info-boxes__outer-wrp .frontpage_info-boxes__info-box:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
}
.frontpage_info-boxes .frontpage_info-boxes__inner-wrp .frontpage_info-boxes__outer-wrp .frontpage_info-boxes__info-box .frontpage_info-boxes__info-box__icon {
  width: 90px;
}
@media screen and (max-width: 1080px) {
  .frontpage_info-boxes .frontpage_info-boxes__inner-wrp .frontpage_info-boxes__outer-wrp .frontpage_info-boxes__info-box .frontpage_info-boxes__info-box__icon {
    width: 80px;
  }
}
@media screen and (max-width: 960px) {
  .frontpage_info-boxes .frontpage_info-boxes__inner-wrp .frontpage_info-boxes__outer-wrp .frontpage_info-boxes__info-box .frontpage_info-boxes__info-box__icon {
    width: 50px;
  }
}
@media screen and (max-width: 860px) {
  .frontpage_info-boxes .frontpage_info-boxes__inner-wrp .frontpage_info-boxes__outer-wrp .frontpage_info-boxes__info-box .frontpage_info-boxes__info-box__icon {
    width: 65px;
  }
}
@media screen and (max-width: 600px) {
  .frontpage_info-boxes .frontpage_info-boxes__inner-wrp .frontpage_info-boxes__outer-wrp .frontpage_info-boxes__info-box .frontpage_info-boxes__info-box__icon {
    width: 40px;
  }
}
.frontpage_info-boxes .frontpage_info-boxes__inner-wrp .frontpage_info-boxes__outer-wrp .frontpage_info-boxes__info-box .frontpage_info-boxes__info-box__icon svg {
  width: 100%;
  height: auto;
}
.frontpage_info-boxes .frontpage_info-boxes__inner-wrp .frontpage_info-boxes__outer-wrp .frontpage_info-boxes__info-box .frontpage_info-boxes__info-box__content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: calc(100% - 120px);
}
@media screen and (max-width: 960px) {
  .frontpage_info-boxes .frontpage_info-boxes__inner-wrp .frontpage_info-boxes__outer-wrp .frontpage_info-boxes__info-box .frontpage_info-boxes__info-box__content {
    width: 100%;
  }
}
@media screen and (max-width: 860px) {
  .frontpage_info-boxes .frontpage_info-boxes__inner-wrp .frontpage_info-boxes__outer-wrp .frontpage_info-boxes__info-box .frontpage_info-boxes__info-box__content {
    width: calc(100% - 95px);
  }
}
@media screen and (max-width: 420px) {
  .frontpage_info-boxes .frontpage_info-boxes__inner-wrp .frontpage_info-boxes__outer-wrp .frontpage_info-boxes__info-box .frontpage_info-boxes__info-box__content {
    width: 100%;
  }
}
.frontpage_info-boxes .frontpage_info-boxes__inner-wrp .frontpage_info-boxes__outer-wrp .frontpage_info-boxes__info-box .frontpage_info-boxes__info-box__content h4 {
  margin: 0;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  color: #3A3A3A;
}
@media screen and (max-width: 860px) {
  .frontpage_info-boxes .frontpage_info-boxes__inner-wrp .frontpage_info-boxes__outer-wrp .frontpage_info-boxes__info-box .frontpage_info-boxes__info-box__content h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #3A3A3A;
  }
}
.frontpage_info-boxes .frontpage_info-boxes__inner-wrp .frontpage_info-boxes__outer-wrp .frontpage_info-boxes__info-box .frontpage_info-boxes__info-box__content p {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #3A3A3A;
  margin: 0;
}
@media screen and (max-width: 860px) {
  .frontpage_info-boxes .frontpage_info-boxes__inner-wrp .frontpage_info-boxes__outer-wrp .frontpage_info-boxes__info-box .frontpage_info-boxes__info-box__content p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #3A3A3A;
  }
}
.frontpage_info-boxes .frontpage_info-boxes__inner-wrp .frontpage_info-boxes__outer-wrp .frontpage_info-boxes__info-box .frontpage_info-boxes__info-box__content p a {
  color: #5a7b80;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-decoration: none;
}
.frontpage_info-boxes .frontpage_info-boxes__inner-wrp .frontpage_info-boxes__outer-wrp .frontpage_info-boxes__info-box .frontpage_info-boxes__info-box__content p a:hover {
  color: #71969c;
}
.frontpage_info-boxes .frontpage_info-boxes__inner-wrp .frontpage_info-boxes__outer-wrp .frontpage_info-boxes__info-box .frontpage_info-boxes__info-box__content .frontpage_info-boxes__info-box__btn {
  background-color: #e2adff;
  display: flex;
  width: max-content;
  gap: 5px;
  padding: 15px 30px;
  border: 2px solid #e2adff;
  -webkit-transition: background-color 300ms ease-in-out;
  -moz-transition: background-color 300ms ease-in-out;
  -ms-transition: background-color 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  color: white;
  max-width: 100%;
}
@media screen and (max-width: 600px) {
  .frontpage_info-boxes .frontpage_info-boxes__inner-wrp .frontpage_info-boxes__outer-wrp .frontpage_info-boxes__info-box .frontpage_info-boxes__info-box__content .frontpage_info-boxes__info-box__btn {
    padding: 12px 24px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    color: white;
  }
}
.frontpage_info-boxes .frontpage_info-boxes__inner-wrp .frontpage_info-boxes__outer-wrp .frontpage_info-boxes__info-box .frontpage_info-boxes__info-box__content .frontpage_info-boxes__info-box__btn:hover {
  background-color: transparent;
  color: #e2adff;
}
.frontpage_info-boxes .frontpage_info-boxes__inner-wrp .frontpage_info-boxes__outer-wrp .frontpage_info-boxes__info-box .frontpage_info-boxes__info-box__content .frontpage_info-boxes__info-box__btn:after {
  content: "";
  position: absolute;
  width: 0;
  height: 150%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  opacity: 0;
  background-color: #f4e0ff;
  border-radius: 25%;
  z-index: -1;
}

.module_header .page_header {
  position: relative;
}
.module_header .page_header img {
  width: 100%;
  height: auto;
}
.module_header .page_header video {
  width: 100%;
  height: auto;
  pointer-events: none;
}
.module_header .page_header .page_header__headline-box {
  position: absolute;
  bottom: 0;
  transform: translate(0, 50%);
  color: white;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  background-color: #5a7b80;
}
@media screen and (max-width: 1680px) {
  .module_header .page_header .page_header__headline-box {
    width: 75%;
  }
}
@media screen and (max-width: 960px) {
  .module_header .page_header .page_header__headline-box {
    width: 100%;
    transform: translate(0, 50%);
  }
}
.module_header .page_header .page_header__headline-box .page_header__headline-box__inner-wrp {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 50px 115px 50px 280px;
}
@media screen and (max-width: 1780px) {
  .module_header .page_header .page_header__headline-box .page_header__headline-box__inner-wrp {
    padding-right: 75px;
  }
}
@media screen and (max-width: 1440px) {
  .module_header .page_header .page_header__headline-box .page_header__headline-box__inner-wrp {
    padding-left: 140px;
  }
}
@media screen and (max-width: 1080px) {
  .module_header .page_header .page_header__headline-box .page_header__headline-box__inner-wrp {
    padding-left: 70px;
  }
}
@media screen and (max-width: 768px) {
  .module_header .page_header .page_header__headline-box .page_header__headline-box__inner-wrp {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.module_header .page_header .page_header__headline-box .page_header__headline-box__inner-wrp h1 {
  font-family: "Niveau Grotesk", sans-serif;
  font-size: 70px;
  line-height: 82px;
  font-weight: 600;
  color: white;
  max-width: 630px;
}
@media screen and (max-width: 1440px) {
  .module_header .page_header .page_header__headline-box .page_header__headline-box__inner-wrp h1 {
    font-size: 54px;
    line-height: 66px;
    font-weight: 600;
    color: white;
  }
}
@media screen and (max-width: 480px) {
  .module_header .page_header .page_header__headline-box .page_header__headline-box__inner-wrp h1 {
    font-size: 36px;
    line-height: 48px;
    font-weight: 600;
    color: white;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}
.module_header .page_header .page_header__headline-box .page_header__headline-box__inner-wrp .page_header__headline-box__breadcrumb ul {
  display: flex;
  gap: 10px;
}
.module_header .page_header .page_header__headline-box .page_header__headline-box__inner-wrp .page_header__headline-box__breadcrumb ul li {
  list-style-type: none;
  display: flex;
  gap: 10px;
  align-items: center;
}
.module_header .page_header .page_header__headline-box .page_header__headline-box__inner-wrp .page_header__headline-box__breadcrumb ul li:not(:first-of-type):before {
  content: "";
  display: inline-flex;
  width: 6px;
  height: 12px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="7.354" height="12.709" viewBox="0 0 7.354 12.709"><path id="Pfad_5159" data-name="Pfad 5159" d="M11.295,0,5.647,5.647,0,0" transform="translate(0.707 12.002) rotate(-90)" fill="none" stroke="%23fff" stroke-linejoin="round" stroke-width="2"/></svg>');
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 6px 12px;
}
.module_header .page_header .page_header__headline-box .page_header__headline-box__inner-wrp .page_header__headline-box__breadcrumb ul li:is(.current_menu_item) a {
  opacity: 1;
}
.module_header .page_header .page_header__headline-box .page_header__headline-box__inner-wrp .page_header__headline-box__breadcrumb ul li a {
  display: flex;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  color: white;
  text-decoration: none;
  opacity: 0.4;
  position: relative;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 480px) {
  .module_header .page_header .page_header__headline-box .page_header__headline-box__inner-wrp .page_header__headline-box__breadcrumb ul li a {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    color: white;
  }
}
.module_header .page_header .page_header__headline-box .page_header__headline-box__inner-wrp .page_header__headline-box__breadcrumb ul li a:after {
  position: absolute;
  bottom: 2px;
  width: 0;
  left: 50%;
  height: 2px;
  background-color: white;
  content: "";
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.module_header .page_header .page_header__headline-box .page_header__headline-box__inner-wrp .page_header__headline-box__breadcrumb ul li a:hover {
  opacity: 1;
}
.module_header .page_header .page_header__headline-box .page_header__headline-box__inner-wrp .page_header__headline-box__breadcrumb ul li a:hover:after {
  width: 100%;
  left: 0;
}
.module_header .page_header.gradient {
  height: 500px;
  max-height: 40vh;
  background: linear-gradient(90deg, #5a7b80 0%, #5a7b80 65%, #455e62 65.1%, #455e62 74%, #304144 74.1%);
  margin-bottom: 0 !important;
}
.module_header .page_header.gradient .page_header__headline-box {
  transform: translate(0, 0) !important;
  background-color: transparent;
}
.module_header .page_header.no_background {
  height: 200px;
  max-width: 1180px;
  margin: 85px auto 0 auto !important;
}
.module_header .page_header.no_background .page_header__headline-box {
  transform: translate(0, 0) !important;
  background-color: transparent;
  align-items: flex-start;
}
.module_header .page_header.no_background .page_header__headline-box .page_header__headline-box__inner-wrp {
  flex-direction: column-reverse;
}
.module_header .page_header.no_background .page_header__headline-box h1 {
  color: #5a7b80;
}
.module_header .page_header.no_background .page_header__headline-box .page_header__headline-box__breadcrumb ul li:not(:first-of-type):before {
  width: 8px;
  height: 13px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="7.354" height="12.709" viewBox="0 0 7.354 12.709"><path id="Pfad_5159" data-name="Pfad 5159" d="M11.295,0,5.647,5.647,0,0" transform="translate(0.707 12.002) rotate(-90)" fill="none" stroke="%232a2a2a" stroke-linejoin="round" stroke-width="2"/></svg>');
  background-repeat: no-repeat;
}
.module_header .page_header.no_background .page_header__headline-box .page_header__headline-box__breadcrumb ul li:is(.current_menu_item) a {
  opacity: 1;
}
.module_header .page_header.no_background .page_header__headline-box .page_header__headline-box__breadcrumb ul li a {
  display: flex;
  font-size: 15px;
  line-height: 30px;
  font-weight: 500;
  color: #3A3A3A;
  text-decoration: none;
  opacity: 0.4;
}

.intro_module {
  margin-bottom: 35px;
}
.intro_module .intro_module__inner {
  max-width: 1024px;
  width: 100%;
}
.intro_module .intro_module__inner h2 {
  margin-bottom: 10px;
}
.intro_module .intro_module__inner .intro_module__inner__content h2 {
  margin-bottom: 10px;
}
.intro_module .intro_module__inner .intro_module__inner__content p {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  color: #3A3A3A;
}
.intro_module .intro_module__inner .intro_module__inner__content p a {
  color: #5a7b80;
  -webkit-transition: color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out;
  -ms-transition: color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
}
.intro_module .intro_module__inner .intro_module__inner__content p a:hover {
  color: #71969c;
}
.intro_module .intro_module__inner .intro_module__inner__content a.btn {
  margin-top: 25px;
  background-color: #5a7b80;
  display: flex;
  width: max-content;
  gap: 5px;
  padding: 15px 30px;
  border: 2px solid #5a7b80;
  -webkit-transition: background-color 300ms ease-in-out;
  -moz-transition: background-color 300ms ease-in-out;
  -ms-transition: background-color 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  color: white;
}
@media screen and (max-width: 600px) {
  .intro_module .intro_module__inner .intro_module__inner__content a.btn {
    padding: 12px 24px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    color: white;
  }
}
.intro_module .intro_module__inner .intro_module__inner__content a.btn:hover {
  background-color: transparent;
  color: #5a7b80;
}
.intro_module .intro_module__inner .intro_module__inner__content a.btn:after {
  content: "";
  position: absolute;
  width: 0;
  height: 150%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  opacity: 0;
  background-color: #71969c;
  border-radius: 25%;
  z-index: -1;
}

.mdl_image_mosaik .mosaik_box {
  line-height: 0;
  position: relative;
}
.mdl_image_mosaik .mosaik_box img {
  width: 100%;
  height: auto;
  line-height: 0;
}
.mdl_image_mosaik .mosaik_box span {
  display: inline-flex;
  position: absolute;
  bottom: 0px;
  right: 0px;
  font-size: 12px;
  color: white;
  height: 42px;
  min-width: 42px;
  background-color: rgba(0, 0, 0, 0.46);
  align-items: center;
  justify-content: flex-end;
  padding: 14px;
}
.mdl_image_mosaik .mosaik-wrapper {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.mdl_image_mosaik .mosaik-wrapper .mosaik_sub_wrapper {
  display: flex;
  gap: 25px;
}
@media screen and (max-width: 480px) {
  .mdl_image_mosaik .mosaik-wrapper .mosaik_sub_wrapper {
    flex-direction: column;
  }
}
.mdl_image_mosaik .mosaik-wrapper .mosaik_sub_wrapper .mosaik_box {
  width: 50%;
}
@media screen and (max-width: 480px) {
  .mdl_image_mosaik .mosaik-wrapper .mosaik_sub_wrapper .mosaik_box {
    width: 100%;
  }
}

.mdl-dropdown-boxes {
  width: 100%;
}
.mdl-dropdown-boxes .module_title {
  position: relative;
  padding-bottom: 30px;
}
.mdl-dropdown-boxes .module_title:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #3A3A3A;
  opacity: 0.47;
}
.mdl-dropdown-boxes .dropdown_boxes_wrp {
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.mdl-dropdown-boxes .dropdown_boxes_wrp.active {
  background-color: #EFEFEF;
}
.mdl-dropdown-boxes .dropdown_boxes_wrp.active .dropdown-element .dropdown-element__label {
  cursor: pointer;
}
.mdl-dropdown-boxes .dropdown_boxes_wrp.active .dropdown-element .dropdown-element__label button {
  transform: translate(0, -25px);
}
.mdl-dropdown-boxes .dropdown-element {
  position: relative;
  padding: 25px 0 25px 45px;
}
@media screen and (max-width: 1280px) {
  .mdl-dropdown-boxes .dropdown-element {
    padding-left: 25px;
  }
}
@media screen and (max-width: 480px) {
  .mdl-dropdown-boxes .dropdown-element {
    padding-left: 15px;
  }
}
.mdl-dropdown-boxes .dropdown-element:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #3A3A3A;
  opacity: 0.47;
}
.mdl-dropdown-boxes .dropdown-element .dropdown-element__label {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  gap: 35px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  cursor: pointer;
}
.mdl-dropdown-boxes .dropdown-element .dropdown-element__label span {
  display: block;
  flex-grow: 1;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  color: #3A3A3A;
}
@media screen and (max-width: 1080px) {
  .mdl-dropdown-boxes .dropdown-element .dropdown-element__label span {
    font-size: 22px;
    line-height: 27px;
  }
}
@media screen and (max-width: 680px) {
  .mdl-dropdown-boxes .dropdown-element .dropdown-element__label span {
    font-size: 20px;
    line-height: 27px;
  }
}
.mdl-dropdown-boxes .dropdown-element .dropdown-element__label button {
  border: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #5a7b80;
  height: 72px;
  width: 72px;
  min-width: 72px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 480px) {
  .mdl-dropdown-boxes .dropdown-element .dropdown-element__label button {
    height: 42px;
    width: 42px;
    min-width: 42px;
  }
}
.mdl-dropdown-boxes .dropdown-element .dropdown-element__label button:hover {
  background-color: #71969c;
}
.mdl-dropdown-boxes .dropdown-element .dropdown-element__label button svg {
  transition: all 200ms linear;
}
.mdl-dropdown-boxes .dropdown-element .dropdown-element__label button.rotate {
  background-color: #DADADA;
}
.mdl-dropdown-boxes .dropdown-element .dropdown-element__label button.rotate svg {
  transform: rotate(45deg);
}
.mdl-dropdown-boxes .dropdown-element .dropdown-element__content {
  display: none;
  opacity: 0;
  transition: opacity 500ms;
}
.mdl-dropdown-boxes .dropdown-element .dropdown-element__content.opened {
  display: block;
  opacity: 1;
  transition: opacity 500ms linear;
}
.mdl-dropdown-boxes .dropdown-element .dropdown-element__content .dropdown-element__inner {
  padding: 10px 0;
  width: clamp(80%, 80%, 880px);
}
.mdl-dropdown-boxes .dropdown-element .dropdown-element__content .dropdown-element__inner p {
  width: 100%;
  margin-bottom: 24px;
}
.mdl-links .mdl-links__inner {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.mdl-links .mdl-links__inner .mdl-links__link-element a {
  padding: 24px 30px;
  background-color: #5a7b80;
  border: 2px solid #5a7b80;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 600px) {
  .mdl-links .mdl-links__inner .mdl-links__link-element a {
    padding: 15px 30px;
  }
}
.mdl-links .mdl-links__inner .mdl-links__link-element a span {
  flex-grow: 1;
  max-width: 100%;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.mdl-links .mdl-links__inner .mdl-links__link-element a svg {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  width: 100%;
  height: auto;
}
.mdl-links .mdl-links__inner .mdl-links__link-element a .linkchain {
  max-width: 30px;
}
@media screen and (max-width: 600px) {
  .mdl-links .mdl-links__inner .mdl-links__link-element a .linkchain {
    display: none;
  }
}
.mdl-links .mdl-links__inner .mdl-links__link-element a .arrow-right {
  max-width: 19px;
}
@media screen and (max-width: 600px) {
  .mdl-links .mdl-links__inner .mdl-links__link-element a .arrow-right {
    max-width: 19px;
  }
}
.mdl-links .mdl-links__inner .mdl-links__link-element a:hover {
  background-color: transparent;
  color: #5a7b80;
}
.mdl-links .mdl-links__inner .mdl-links__link-element a:hover span {
  color: #5a7b80;
}
.mdl-links .mdl-links__inner .mdl-links__link-element a:hover span i {
  color: #5a7b80;
}
.mdl-links .mdl-links__inner .mdl-links__link-element a span {
  position: relative;
  display: flex;
  align-items: center;
  gap: 25px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 600px) {
  .mdl-links .mdl-links__inner .mdl-links__link-element a span {
    width: calc(100% - 60px);
  }
}
.mdl-links .mdl-links__inner .mdl-links__link-element a span .inner {
  position: relative;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  color: white;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .mdl-links .mdl-links__inner .mdl-links__link-element a span .inner {
    font-size: 18px;
    line-height: 28px;
  }
}

.mdl-downloads .mdl-downloads__wrapper__download_element {
  margin-bottom: 15px;
}
.mdl-downloads .mdl-downloads__wrapper__download_element a {
  text-decoration: none;
  font-size: 20px;
  line-height: 36px;
  font-weight: 500;
  color: #3A3A3A;
  display: flex;
  width: 100%;
  align-items: center;
  padding: 23px 30px;
  background-color: #EFEFEF;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.mdl-downloads .mdl-downloads__wrapper__download_element a svg .colorize {
  stroke: #e2adff;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
@media screen and (max-width: 480px) {
  .mdl-downloads .mdl-downloads__wrapper__download_element a {
    flex-direction: column;
    padding: 20px;
  }
}
.mdl-downloads .mdl-downloads__wrapper__download_element a:hover {
  background-color: #f4e0ff;
  color: white;
}
.mdl-downloads .mdl-downloads__wrapper__download_element a:hover svg .arrow_grp {
  animation: move_up_down 700ms infinite;
}
.mdl-downloads .mdl-downloads__wrapper__download_element a:hover svg .colorize {
  stroke: white;
}
.mdl-downloads .mdl-downloads__wrapper__download_element a .downloads__wrapper__download_element_data {
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .mdl-downloads .mdl-downloads__wrapper__download_element a .downloads__wrapper__download_element_data {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 480px) {
  .mdl-downloads .mdl-downloads__wrapper__download_element a .downloads__wrapper__download_element_data {
    align-items: center;
  }
}
.mdl-downloads .mdl-downloads__wrapper__download_element a span {
  display: inline-block;
}
.mdl-downloads .mdl-downloads__wrapper__download_element a span.file--description {
  width: calc(100% - 245px);
  margin-left: 50px;
  padding-right: 150px;
  box-sizing: border-box;
}
@media screen and (max-width: 1280px) {
  .mdl-downloads .mdl-downloads__wrapper__download_element a span.file--description {
    padding-right: 50px;
  }
}
@media screen and (max-width: 900px) {
  .mdl-downloads .mdl-downloads__wrapper__download_element a span.file--description {
    padding-right: 0;
    width: calc(100% - 50px);
  }
}
@media screen and (max-width: 640px) {
  .mdl-downloads .mdl-downloads__wrapper__download_element a span.file--description {
    margin-left: 20px;
  }
}
@media screen and (max-width: 480px) {
  .mdl-downloads .mdl-downloads__wrapper__download_element a span.file--description {
    margin-left: 0px;
    text-align: center;
  }
}
.mdl-downloads .mdl-downloads__wrapper__download_element a span.file--info {
  text-transform: uppercase;
  flex-grow: 1;
  text-align: right;
}
@media screen and (max-width: 900px) {
  .mdl-downloads .mdl-downloads__wrapper__download_element a span.file--info {
    margin-left: 50px;
    margin-top: 15px;
    font-style: italic;
    text-align: left;
  }
}
@media screen and (max-width: 640px) {
  .mdl-downloads .mdl-downloads__wrapper__download_element a span.file--info {
    margin-left: 20px;
  }
}
@media screen and (max-width: 480px) {
  .mdl-downloads .mdl-downloads__wrapper__download_element a span.file--info {
    margin: 0px;
    font-size: 16px;
  }
}

@keyframes move_up_down {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(0px, -5px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.mdl-notification-box-wrp .mdl-notification-box .notification-box__wrp {
  padding: 60px 60px;
  position: relative;
  background: #e2adff;
}
@media screen and (max-width: 768px) {
  .mdl-notification-box-wrp .mdl-notification-box .notification-box__wrp {
    padding: 35px;
  }
}
@media screen and (max-width: 480px) {
  .mdl-notification-box-wrp .mdl-notification-box .notification-box__wrp {
    text-align: center;
  }
}
.mdl-notification-box-wrp .mdl-notification-box .notification-box__wrp h2 {
  margin-bottom: 25px;
  max-width: 550px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  color: white;
  font-family: "Niveau Grotesk";
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 560px) {
  .mdl-notification-box-wrp .mdl-notification-box .notification-box__wrp h2 {
    flex-direction: column;
  }
}
.mdl-notification-box-wrp .mdl-notification-box .notification-box__wrp .notification-box__content {
  max-width: 950px;
}
@media screen and (max-width: 520px) {
  .mdl-notification-box-wrp .mdl-notification-box .notification-box__wrp .notification-box__content {
    text-align: center;
  }
}
.mdl-notification-box-wrp .mdl-notification-box .notification-box__wrp .notification-box__content p {
  margin-top: 0;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
  color: white;
}
.mdl-notification-box-wrp .mdl-notification-box .notification-box__wrp a.btn {
  margin-top: 45px;
  background-color: transparent;
  display: flex;
  width: max-content;
  gap: 5px;
  padding: 15px 30px;
  border: 2px solid transparent;
  -webkit-transition: background-color 300ms ease-in-out;
  -moz-transition: background-color 300ms ease-in-out;
  -ms-transition: background-color 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  color: white;
  outline: 2px solid white;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 600px) {
  .mdl-notification-box-wrp .mdl-notification-box .notification-box__wrp a.btn {
    padding: 12px 24px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    color: white;
  }
}
.mdl-notification-box-wrp .mdl-notification-box .notification-box__wrp a.btn:hover {
  background-color: transparent;
  color: transparent;
}
.mdl-notification-box-wrp .mdl-notification-box .notification-box__wrp a.btn:after {
  content: "";
  position: absolute;
  width: 0;
  height: 150%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  opacity: 0;
  background-color: white;
  border-radius: 25%;
  z-index: -1;
}
@media screen and (max-width: 520px) {
  .mdl-notification-box-wrp .mdl-notification-box .notification-box__wrp a.btn {
    margin: 35px auto 0 auto;
  }
}
.mdl-notification-box-wrp .mdl-notification-box .notification-box__wrp a.btn:hover {
  background-color: white;
  color: #3A3A3A;
}

.mdl-gallery .module_title, .post-mdl-gallery .module_title {
  padding-bottom: 30px;
}
.mdl-gallery .mdl-gallery__wrp, .post-mdl-gallery .mdl-gallery__wrp {
  display: flex;
  position: relative;
}
@media screen and (max-width: 480px) {
  .mdl-gallery .mdl-gallery__wrp, .post-mdl-gallery .mdl-gallery__wrp {
    flex-direction: column;
  }
}
.mdl-gallery .mdl-gallery__wrp .mdl-gallery__wrp__overlay, .post-mdl-gallery .mdl-gallery__wrp .mdl-gallery__wrp__overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(21, 21, 21, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.mdl-gallery .mdl-gallery__wrp .mdl-gallery__wrp__overlay a, .post-mdl-gallery .mdl-gallery__wrp .mdl-gallery__wrp__overlay a {
  display: none;
}
.mdl-gallery .mdl-gallery__wrp .mdl-gallery__wrp__overlay a.gallery__trigger, .post-mdl-gallery .mdl-gallery__wrp .mdl-gallery__wrp__overlay a.gallery__trigger {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: Center;
  display: flex;
  text-decoration: none;
}
.mdl-gallery .mdl-gallery__wrp .mdl-gallery__wrp__overlay a.gallery__trigger .gallery__trigger__box, .post-mdl-gallery .mdl-gallery__wrp .mdl-gallery__wrp__overlay a.gallery__trigger .gallery__trigger__box {
  display: flex;
  justify-content: space-between;
  outline: 2px solid white;
  padding: 9px 9px 9px 0px;
  align-items: center;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: relative;
}
.mdl-gallery .mdl-gallery__wrp .mdl-gallery__wrp__overlay a.gallery__trigger .gallery__trigger__box .gallery__trigger__box__image-index, .post-mdl-gallery .mdl-gallery__wrp .mdl-gallery__wrp__overlay a.gallery__trigger .gallery__trigger__box .gallery__trigger__box__image-index {
  position: absolute;
  top: 0;
  left: 10px;
  transform: translate(0, -90%);
  display: inline-flex;
  padding: 5px 11px;
  background-color: #71969c;
  color: white;
  border-radius: 3px;
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  color: white;
}
.mdl-gallery .mdl-gallery__wrp .mdl-gallery__wrp__overlay a.gallery__trigger .gallery__trigger__box span, .post-mdl-gallery .mdl-gallery__wrp .mdl-gallery__wrp__overlay a.gallery__trigger .gallery__trigger__box span {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: white;
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
  max-width: 95px;
  margin: 0 45px 0 15px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.mdl-gallery .mdl-gallery__wrp .mdl-gallery__wrp__overlay a.gallery__trigger .gallery__trigger__box svg path, .mdl-gallery .mdl-gallery__wrp .mdl-gallery__wrp__overlay a.gallery__trigger .gallery__trigger__box svg line, .mdl-gallery .mdl-gallery__wrp .mdl-gallery__wrp__overlay a.gallery__trigger .gallery__trigger__box svg rect, .mdl-gallery .mdl-gallery__wrp .mdl-gallery__wrp__overlay a.gallery__trigger .gallery__trigger__box svg circle, .post-mdl-gallery .mdl-gallery__wrp .mdl-gallery__wrp__overlay a.gallery__trigger .gallery__trigger__box svg path, .post-mdl-gallery .mdl-gallery__wrp .mdl-gallery__wrp__overlay a.gallery__trigger .gallery__trigger__box svg line, .post-mdl-gallery .mdl-gallery__wrp .mdl-gallery__wrp__overlay a.gallery__trigger .gallery__trigger__box svg rect, .post-mdl-gallery .mdl-gallery__wrp .mdl-gallery__wrp__overlay a.gallery__trigger .gallery__trigger__box svg circle {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.mdl-gallery .mdl-gallery__wrp .mdl-gallery__wrp__overlay a.gallery__trigger:hover .gallery__trigger__box, .post-mdl-gallery .mdl-gallery__wrp .mdl-gallery__wrp__overlay a.gallery__trigger:hover .gallery__trigger__box {
  background-color: white;
  color: #3A3A3A;
}
.mdl-gallery .mdl-gallery__wrp .mdl-gallery__wrp__overlay a.gallery__trigger:hover .gallery__trigger__box span, .post-mdl-gallery .mdl-gallery__wrp .mdl-gallery__wrp__overlay a.gallery__trigger:hover .gallery__trigger__box span {
  color: #3A3A3A;
}
.mdl-gallery .mdl-gallery__wrp .mdl-gallery__wrp__overlay a.gallery__trigger:hover .gallery__trigger__box svg path, .mdl-gallery .mdl-gallery__wrp .mdl-gallery__wrp__overlay a.gallery__trigger:hover .gallery__trigger__box svg line, .mdl-gallery .mdl-gallery__wrp .mdl-gallery__wrp__overlay a.gallery__trigger:hover .gallery__trigger__box svg rect, .mdl-gallery .mdl-gallery__wrp .mdl-gallery__wrp__overlay a.gallery__trigger:hover .gallery__trigger__box svg circle, .post-mdl-gallery .mdl-gallery__wrp .mdl-gallery__wrp__overlay a.gallery__trigger:hover .gallery__trigger__box svg path, .post-mdl-gallery .mdl-gallery__wrp .mdl-gallery__wrp__overlay a.gallery__trigger:hover .gallery__trigger__box svg line, .post-mdl-gallery .mdl-gallery__wrp .mdl-gallery__wrp__overlay a.gallery__trigger:hover .gallery__trigger__box svg rect, .post-mdl-gallery .mdl-gallery__wrp .mdl-gallery__wrp__overlay a.gallery__trigger:hover .gallery__trigger__box svg circle {
  stroke: #3A3A3A;
}
.mdl-gallery .mdl-gallery__wrp img, .post-mdl-gallery .mdl-gallery__wrp img {
  width: 50%;
  height: auto;
}
@media screen and (max-width: 480px) {
  .mdl-gallery .mdl-gallery__wrp img, .post-mdl-gallery .mdl-gallery__wrp img {
    width: 100%;
  }
}
.mdl-gallery .gallery__modal, .post-mdl-gallery .gallery__modal {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: rgba(31, 31, 31, 0.8);
  overflow-x: auto;
  pointer-events: none;
  opacity: 0;
  display: none;
}
.mdl-gallery .gallery__modal.show_modal, .post-mdl-gallery .gallery__modal.show_modal {
  display: block;
  opacity: 1;
  pointer-events: all;
  animation: show_gallery;
  animation-fill-mode: forwards;
  animation-duration: 800ms;
}
.mdl-gallery .gallery__modal.hide_modal, .post-mdl-gallery .gallery__modal.hide_modal {
  animation: hide_gallery;
  animation-fill-mode: both;
  animation-duration: 800ms;
}
.mdl-gallery .gallery__modal .gallery__modal__inner-wrp, .post-mdl-gallery .gallery__modal .gallery__modal__inner-wrp {
  max-width: 1670px;
  width: 98%;
  margin: auto;
  display: flex;
  height: auto;
  padding: 50px 75px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1280px) {
  .mdl-gallery .gallery__modal .gallery__modal__inner-wrp, .post-mdl-gallery .gallery__modal .gallery__modal__inner-wrp {
    flex-direction: column;
    gap: 25px;
    padding: 50px 25px;
  }
}
.mdl-gallery .gallery__modal .gallery__modal__inner-wrp .gallery__modal__close-btn-grp, .post-mdl-gallery .gallery__modal .gallery__modal__inner-wrp .gallery__modal__close-btn-grp {
  width: 76px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  .mdl-gallery .gallery__modal .gallery__modal__inner-wrp .gallery__modal__close-btn-grp, .post-mdl-gallery .gallery__modal .gallery__modal__inner-wrp .gallery__modal__close-btn-grp {
    width: 100%;
  }
  .mdl-gallery .gallery__modal .gallery__modal__inner-wrp .gallery__modal__close-btn-grp button:last-of-type, .post-mdl-gallery .gallery__modal .gallery__modal__inner-wrp .gallery__modal__close-btn-grp button:last-of-type {
    display: none;
  }
}
.mdl-gallery .gallery__modal .gallery__modal__inner-wrp .gallery__modal__close-btn-grp button, .post-mdl-gallery .gallery__modal .gallery__modal__inner-wrp .gallery__modal__close-btn-grp button {
  color: white;
  background-color: #5a7b80;
  color: white;
  padding: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  cursor: pointer;
  border: 2px solid #5a7b80;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.mdl-gallery .gallery__modal .gallery__modal__inner-wrp .gallery__modal__close-btn-grp button:hover, .post-mdl-gallery .gallery__modal .gallery__modal__inner-wrp .gallery__modal__close-btn-grp button:hover {
  background-color: white;
  color: #5a7b80;
}
.mdl-gallery .gallery__modal .gallery__modal__inner-wrp .gallery__modal__image-box-wrp, .post-mdl-gallery .gallery__modal .gallery__modal__inner-wrp .gallery__modal__image-box-wrp {
  flex-grow: 1;
  max-width: calc(100% - 76px);
}
@media screen and (max-width: 1280px) {
  .mdl-gallery .gallery__modal .gallery__modal__inner-wrp .gallery__modal__image-box-wrp, .post-mdl-gallery .gallery__modal .gallery__modal__inner-wrp .gallery__modal__image-box-wrp {
    max-width: 100%;
  }
}
.mdl-gallery .gallery__modal .gallery__modal__inner-wrp .gallery__modal__image-box-wrp .gallery__modal__image-box__single, .post-mdl-gallery .gallery__modal .gallery__modal__inner-wrp .gallery__modal__image-box-wrp .gallery__modal__image-box__single {
  margin-bottom: 50px;
  width: 100%;
  display: flex;
  gap: 25px;
}
@media screen and (max-width: 1280px) {
  .mdl-gallery .gallery__modal .gallery__modal__inner-wrp .gallery__modal__image-box-wrp .gallery__modal__image-box__single, .post-mdl-gallery .gallery__modal .gallery__modal__inner-wrp .gallery__modal__image-box-wrp .gallery__modal__image-box__single {
    flex-direction: column;
  }
}
.mdl-gallery .gallery__modal .gallery__modal__inner-wrp .gallery__modal__image-box-wrp .gallery__modal__image-box__single:last-of-type, .post-mdl-gallery .gallery__modal .gallery__modal__inner-wrp .gallery__modal__image-box-wrp .gallery__modal__image-box__single:last-of-type {
  margin-bottom: 0;
}
.mdl-gallery .gallery__modal .gallery__modal__inner-wrp .gallery__modal__image-box-wrp .gallery__modal__image-box__single .gallery__modal__image-box__image, .post-mdl-gallery .gallery__modal .gallery__modal__inner-wrp .gallery__modal__image-box-wrp .gallery__modal__image-box__single .gallery__modal__image-box__image {
  width: 75%;
}
@media screen and (max-width: 1280px) {
  .mdl-gallery .gallery__modal .gallery__modal__inner-wrp .gallery__modal__image-box-wrp .gallery__modal__image-box__single .gallery__modal__image-box__image, .post-mdl-gallery .gallery__modal .gallery__modal__inner-wrp .gallery__modal__image-box-wrp .gallery__modal__image-box__single .gallery__modal__image-box__image {
    width: 100%;
  }
}
.mdl-gallery .gallery__modal .gallery__modal__inner-wrp .gallery__modal__image-box-wrp .gallery__modal__image-box__single .gallery__modal__image-box__image img, .post-mdl-gallery .gallery__modal .gallery__modal__inner-wrp .gallery__modal__image-box-wrp .gallery__modal__image-box__single .gallery__modal__image-box__image img {
  width: 100%;
  height: auto;
}
.mdl-gallery .gallery__modal .gallery__modal__inner-wrp .gallery__modal__image-box-wrp .gallery__modal__image-box__single .gallery__modal__image-box__image-data, .post-mdl-gallery .gallery__modal .gallery__modal__inner-wrp .gallery__modal__image-box-wrp .gallery__modal__image-box__single .gallery__modal__image-box__image-data {
  width: 25%;
  display: flex;
  gap: 15px;
  flex-direction: column;
}
@media screen and (max-width: 1280px) {
  .mdl-gallery .gallery__modal .gallery__modal__inner-wrp .gallery__modal__image-box-wrp .gallery__modal__image-box__single .gallery__modal__image-box__image-data, .post-mdl-gallery .gallery__modal .gallery__modal__inner-wrp .gallery__modal__image-box-wrp .gallery__modal__image-box__single .gallery__modal__image-box__image-data {
    width: 100%;
  }
}
.mdl-gallery .gallery__modal .gallery__modal__inner-wrp .gallery__modal__image-box-wrp .gallery__modal__image-box__single .gallery__modal__image-box__image-data span, .post-mdl-gallery .gallery__modal .gallery__modal__inner-wrp .gallery__modal__image-box-wrp .gallery__modal__image-box__single .gallery__modal__image-box__image-data span {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 36px;
  line-height: 36px;
  display: block;
}
.mdl-gallery .gallery__modal .gallery__modal__inner-wrp .gallery__modal__image-box-wrp .gallery__modal__image-box__single .gallery__modal__image-box__image-data figcaption, .post-mdl-gallery .gallery__modal .gallery__modal__inner-wrp .gallery__modal__image-box-wrp .gallery__modal__image-box__single .gallery__modal__image-box__image-data figcaption {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: #fff;
}
.mdl-gallery .gallery__modal .gallery__modal__inner-wrp .gallery__modal__image-box-wrp .gallery__modal__image-box__single .gallery__modal__image-box__image-data .gallery__modal__image-box__image-data__source, .post-mdl-gallery .gallery__modal .gallery__modal__inner-wrp .gallery__modal__image-box-wrp .gallery__modal__image-box__single .gallery__modal__image-box__image-data .gallery__modal__image-box__image-data__source {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #fff;
}

@keyframes show_gallery {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
    pointer-events: all;
  }
}
@keyframes hide_gallery {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
    pointer-events: none;
  }
  100% {
    display: none;
  }
}
.mdl-contact-box_wrp .mdl-contact-box .contact-box-wrp {
  background-color: #EFEFEF;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mdl-contact-box_wrp .mdl-contact-box .contact-box-wrp {
    flex-direction: column;
  }
}
.mdl-contact-box_wrp .mdl-contact-box .contact-box-wrp .contact-box-image {
  width: 36%;
  line-height: 0;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .mdl-contact-box_wrp .mdl-contact-box .contact-box-wrp .contact-box-image {
    width: 40%;
  }
}
@media screen and (max-width: 1440px) {
  .mdl-contact-box_wrp .mdl-contact-box .contact-box-wrp .contact-box-image {
    width: 50%;
  }
}
@media screen and (max-width: 900px) {
  .mdl-contact-box_wrp .mdl-contact-box .contact-box-wrp .contact-box-image {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .mdl-contact-box_wrp .mdl-contact-box .contact-box-wrp .contact-box-image {
    width: 100%;
  }
}
.mdl-contact-box_wrp .mdl-contact-box .contact-box-wrp .contact-box-image img {
  width: 100%;
  height: 100%;
  line-height: 0;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .mdl-contact-box_wrp .mdl-contact-box .contact-box-wrp .contact-box-image img {
    object-fit: contain;
    height: auto;
  }
}
.mdl-contact-box_wrp .mdl-contact-box .contact-box-wrp .contact-box-content {
  padding: 60px;
  width: 64%;
  box-sizing: border-box;
}
@media screen and (max-width: 1600px) {
  .mdl-contact-box_wrp .mdl-contact-box .contact-box-wrp .contact-box-content {
    width: 60%;
  }
}
@media screen and (max-width: 1440px) {
  .mdl-contact-box_wrp .mdl-contact-box .contact-box-wrp .contact-box-content {
    width: 50%;
  }
}
@media screen and (max-width: 1320px) {
  .mdl-contact-box_wrp .mdl-contact-box .contact-box-wrp .contact-box-content {
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  .mdl-contact-box_wrp .mdl-contact-box .contact-box-wrp .contact-box-content {
    width: 100%;
  }
}
.mdl-contact-box_wrp .mdl-contact-box .contact-box-wrp .contact-box-content .contact-box-content__basic-data small {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #3A3A3A;
  display: block;
}
.mdl-contact-box_wrp .mdl-contact-box .contact-box-wrp .contact-box-content .contact-box-content__basic-data .contact-box-content__basic-data__contact_name {
  font-size: 30px;
  line-height: 69px;
  font-weight: 600;
  color: #3A3A3A;
  display: block;
  font-family: "Niveau Grotesk";
}
@media screen and (max-width: 768px) {
  .mdl-contact-box_wrp .mdl-contact-box .contact-box-wrp .contact-box-content .contact-box-content__basic-data .contact-box-content__basic-data__contact_name {
    font-size: 24px;
    line-height: 32px;
  }
}
.mdl-contact-box_wrp .mdl-contact-box .contact-box-wrp .contact-box-content .contact-box-content__contact_data {
  display: flex;
  flex-wrap: wrap;
  max-width: 560px;
  gap: 16px;
  margin-top: 45px;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .mdl-contact-box_wrp .mdl-contact-box .contact-box-wrp .contact-box-content .contact-box-content__contact_data {
    max-width: 100%;
  }
}
.mdl-contact-box_wrp .mdl-contact-box .contact-box-wrp .contact-box-content .contact-box-content__contact_data a.btn {
  width: 100%;
  max-width: 250px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  color: white;
  text-decoration: none;
  padding: 17px 26px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background-color: transparent;
  border: 1px solid #244993;
}
@media screen and (max-width: 900px) {
  .mdl-contact-box_wrp .mdl-contact-box .contact-box-wrp .contact-box-content .contact-box-content__contact_data a.btn {
    padding: 12px 12px;
    gap: 6px;
    font-size: 15px;
    justify-content: center;
  }
}
@media screen and (max-width: 830px) {
  .mdl-contact-box_wrp .mdl-contact-box .contact-box-wrp .contact-box-content .contact-box-content__contact_data a.btn {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .mdl-contact-box_wrp .mdl-contact-box .contact-box-wrp .contact-box-content .contact-box-content__contact_data a.btn {
    max-width: 100%;
  }
}
.mdl-contact-box_wrp .mdl-contact-box .contact-box-wrp .contact-box-content .contact-box-content__contact_data a.btn i {
  font-size: 24px;
  line-height: 24px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 900px) {
  .mdl-contact-box_wrp .mdl-contact-box .contact-box-wrp .contact-box-content .contact-box-content__contact_data a.btn {
    font-size: 15px;
  }
}
.mdl-contact-box_wrp .mdl-contact-box .contact-box-wrp .contact-box-content .contact-box-content__contact_data a.btn.phone {
  border: 2px solid #5a7b80;
  background-color: #5a7b80;
  color: white;
}
.mdl-contact-box_wrp .mdl-contact-box .contact-box-wrp .contact-box-content .contact-box-content__contact_data a.btn.phone i {
  color: white;
}
.mdl-contact-box_wrp .mdl-contact-box .contact-box-wrp .contact-box-content .contact-box-content__contact_data a.btn.phone:hover {
  background-color: transparent;
  color: #5a7b80;
}
.mdl-contact-box_wrp .mdl-contact-box .contact-box-wrp .contact-box-content .contact-box-content__contact_data a.btn.phone:hover i {
  color: #5a7b80;
}
.mdl-contact-box_wrp .mdl-contact-box .contact-box-wrp .contact-box-content .contact-box-content__contact_data a.btn.email {
  background-color: #e2adff;
  border: 2px solid #e2adff;
  color: white;
}
.mdl-contact-box_wrp .mdl-contact-box .contact-box-wrp .contact-box-content .contact-box-content__contact_data a.btn.email i {
  color: white;
}
.mdl-contact-box_wrp .mdl-contact-box .contact-box-wrp .contact-box-content .contact-box-content__contact_data a.btn.email:hover {
  background-color: transparent;
  color: #e2adff;
}
.mdl-contact-box_wrp .mdl-contact-box .contact-box-wrp .contact-box-content .contact-box-content__contact_data a.btn.email:hover i {
  color: #e2adff;
}
.mdl-contact-box_wrp .mdl-contact-box .contact-box-wrp .contact-box-content .contact-box-content__contact_data a.btn.mobile {
  background-color: white;
  border: 2px solid white;
  color: #3A3A3A;
}
.mdl-contact-box_wrp .mdl-contact-box .contact-box-wrp .contact-box-content .contact-box-content__contact_data a.btn.mobile:hover {
  background-color: transparent;
  border: 2px solid #3A3A3A;
  color: #3A3A3A;
}
.mdl-contact-box_wrp .mdl-contact-box .contact-box-wrp .contact-box-content .contact-box-content__contact_data a.btn.mobile:hover i {
  color: #3A3A3A;
}
.mdl-contact-box_wrp .mdl-contact-box .contact-box-wrp.no-image .contact-box-content {
  width: 100%;
}
.mdl-contact-box_wrp .mdl-contact-box .contact-box-wrp.no-image .contact-box-content .contact-box-content__basic-data .contact-box-content__basic-data__contact_name {
  display: block;
  height: 30px;
  line-height: 30px;
  margin-bottom: 15px;
}
.mdl-contact-box_wrp .mdl-contact-box .contact-box-wrp.no-image .contact-box-content .contact-box-content__contact_data {
  max-width: 100%;
  flex-direction: row;
  column-gap: 23px;
  row-gap: 23px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .mdl-contact-box_wrp .mdl-contact-box .contact-box-wrp.no-image .contact-box-content .contact-box-content__contact_data {
    flex-direction: column;
  }
}
.mdl-contact-box_wrp .mdl-contact-box .contact-box-wrp.no-image .contact-box-content .contact-box-content__contact_data a {
  width: calc(50% - 23px);
}
@media screen and (max-width: 768px) {
  .mdl-contact-box_wrp .mdl-contact-box .contact-box-wrp.no-image .contact-box-content .contact-box-content__contact_data a {
    width: 100%;
  }
}

@media screen and (max-width: 1440px) {
  .active-sidebar .mdl-contact-box_wrp .mdl-contact-box .contact-box-wrp .contact-box-content .contact-box-content__contact_data a.btn {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .mdl-form {
    max-width: 100%;
    margin: 0;
  }
}
.mdl-form .mdl-form__wrp .mdl-form__wrp__inner-wrp {
  padding: 100px 90px;
  border-radius: 5px;
  background: #EFEFEF;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-end;
}
@media screen and (max-width: 1680px) {
  .mdl-form .mdl-form__wrp .mdl-form__wrp__inner-wrp {
    padding: 80px 50px;
  }
}
@media screen and (max-width: 1360px) {
  .mdl-form .mdl-form__wrp .mdl-form__wrp__inner-wrp {
    padding: 60px 35px;
  }
}
@media screen and (max-width: 1180px) {
  .mdl-form .mdl-form__wrp .mdl-form__wrp__inner-wrp {
    padding: 80px 50px;
  }
}
@media screen and (max-width: 600px) {
  .mdl-form .mdl-form__wrp .mdl-form__wrp__inner-wrp {
    padding: 35px 25px;
  }
}
.mdl-form .mdl-form__wrp .mdl-form__wrp__inner-wrp .mdl-form__wrp__inner-wrp__intro {
  max-width: 650px;
  align-self: flex-start;
  margin-bottom: 25px;
}
@media screen and (max-width: 900px) {
  .mdl-form .mdl-form__wrp .mdl-form__wrp__inner-wrp .mdl-form__wrp__inner-wrp__intro {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    max-width: 100%;
  }
}
.mdl-form .mdl-form__wrp .mdl-form__wrp__inner-wrp .mdl-form__wrp__inner-wrp__intro h3 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  color: #3A3A3A;
  margin-bottom: 15px;
}
.mdl-form .mdl-form__wrp .mdl-form__wrp__inner-wrp .mdl-form__wrp__inner-wrp__intro p {
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #3A3A3A;
  margin-bottom: 15px;
}
.mdl-form .mdl-form__wrp .mdl-form__wrp__inner-wrp .mdl-form__wrp__inner__form {
  width: 100%;
}
.mdl-form .mdl-form__wrp .mdl-form__wrp__inner-wrp .mdl-form__wrp__inner__form .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.mdl-form .mdl-form__wrp .mdl-form__wrp__inner-wrp .mdl-form__wrp__inner__form .wpcf7-form .form--row {
  display: flex;
  align-items: flex-start;
  gap: 80px;
  justify-content: space-between;
}
@media screen and (max-width: 1366px) {
  .mdl-form .mdl-form__wrp .mdl-form__wrp__inner-wrp .mdl-form__wrp__inner__form .wpcf7-form .form--row {
    gap: 60px;
  }
}
@media screen and (max-width: 900px) {
  .mdl-form .mdl-form__wrp .mdl-form__wrp__inner-wrp .mdl-form__wrp__inner__form .wpcf7-form .form--row {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
  }
}
.mdl-form .mdl-form__wrp .mdl-form__wrp__inner-wrp .mdl-form__wrp__inner__form .wpcf7-form .form--row.privacy .form-filler {
  width: 140px;
}
.mdl-form .mdl-form__wrp .mdl-form__wrp__inner-wrp .mdl-form__wrp__inner__form .wpcf7-form .form--row.privacy a {
  color: #5a7b80;
  -webkit-transition: color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out;
  -ms-transition: color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
}
.mdl-form .mdl-form__wrp .mdl-form__wrp__inner-wrp .mdl-form__wrp__inner__form .wpcf7-form .form--row.privacy a:hover {
  color: #71969c;
}
@media screen and (max-width: 900px) {
  .mdl-form .mdl-form__wrp .mdl-form__wrp__inner-wrp .mdl-form__wrp__inner__form .wpcf7-form .form--row.privacy {
    padding-left: 0;
  }
}
.mdl-form .mdl-form__wrp .mdl-form__wrp__inner-wrp .mdl-form__wrp__inner__form .wpcf7-form .form--row.privacy label {
  width: auto;
}
.mdl-form .mdl-form__wrp .mdl-form__wrp__inner-wrp .mdl-form__wrp__inner__form .wpcf7-form .form--row.notice {
  width: 100%;
  max-width: 100%;
  font-size: 16px;
}
@media screen and (max-width: 900px) {
  .mdl-form .mdl-form__wrp .mdl-form__wrp__inner-wrp .mdl-form__wrp__inner__form .wpcf7-form .form--row.notice {
    padding-left: 0;
  }
}
.mdl-form .mdl-form__wrp .mdl-form__wrp__inner-wrp .mdl-form__wrp__inner__form .wpcf7-form .form--row.notice .form-filler {
  width: 140px;
}
.mdl-form .mdl-form__wrp .mdl-form__wrp__inner-wrp .mdl-form__wrp__inner__form .wpcf7-form label {
  display: block;
  font-size: 20px;
  line-height: 19px;
  font-weight: 500;
  color: #3A3A3A;
  width: 140px;
}
@media screen and (max-width: 900px) {
  .mdl-form .mdl-form__wrp .mdl-form__wrp__inner-wrp .mdl-form__wrp__inner__form .wpcf7-form label {
    width: 100%;
  }
}
.mdl-form .mdl-form__wrp .mdl-form__wrp__inner-wrp .mdl-form__wrp__inner__form .wpcf7-form .form--row--content {
  max-width: 720px;
  display: flex;
  flex-direction: column;
  position: relative;
  flex-grow: 1;
  width: calc(100% - 220px);
}
@media screen and (max-width: 1366px) {
  .mdl-form .mdl-form__wrp .mdl-form__wrp__inner-wrp .mdl-form__wrp__inner__form .wpcf7-form .form--row--content {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 900px) {
  .mdl-form .mdl-form__wrp .mdl-form__wrp__inner-wrp .mdl-form__wrp__inner__form .wpcf7-form .form--row--content {
    max-width: 100%;
    width: 100%;
  }
}
.mdl-form .mdl-form__wrp .mdl-form__wrp__inner-wrp .mdl-form__wrp__inner__form .wpcf7-form .form--row--content input[type=radio] {
  display: none;
}
.mdl-form .mdl-form__wrp .mdl-form__wrp__inner-wrp .mdl-form__wrp__inner__form .wpcf7-form .form--row--content.form--row--content--dropdown .wpcf7-select {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-padding-end: 20px;
  border: 2px solid transparent;
  border-radius: 3px;
  overflow: hidden;
  padding: 10px 25px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  min-width: 210px;
}
.mdl-form .mdl-form__wrp .mdl-form__wrp__inner-wrp .mdl-form__wrp__inner__form .wpcf7-form .form--row--content.form--row--content--dropdown .wpcf7-select:focus {
  background-color: #fafafa;
  outline-color: #d8d8d8;
}
.mdl-form .mdl-form__wrp .mdl-form__wrp__inner-wrp .mdl-form__wrp__inner__form .wpcf7-form .form--row--content.form--row--content--dropdown .wpcf7-select option:hover, .mdl-form .mdl-form__wrp .mdl-form__wrp__inner-wrp .mdl-form__wrp__inner__form .wpcf7-form .form--row--content.form--row--content--dropdown .wpcf7-select option:checked {
  background-color: #5a7b80;
  color: white;
}
.mdl-form .mdl-form__wrp .mdl-form__wrp__inner-wrp .mdl-form__wrp__inner__form .wpcf7-form .form--row--content.form--row--content--dropdown:after {
  position: absolute;
  content: "";
  display: block;
  right: 30px;
  top: 17px;
  bottom: unset;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.29' height='9.996' viewBox='0 0 18.29 9.996'%3E%3Cpath id='Pfad_17488' data-name='Pfad 17488' d='M0 0 8.445 8.282 16.89 0' transform='translate(0.7 0.714)' fill='none' stroke='%23084772' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E") no-repeat center right;
  background-size: contain;
  transition: transform 0.2s ease-in-out;
  pointer-events: none;
}
.mdl-form .mdl-form__wrp .mdl-form__wrp__inner-wrp .mdl-form__wrp__inner__form .wpcf7-form .form--row--content input, .mdl-form .mdl-form__wrp .mdl-form__wrp__inner-wrp .mdl-form__wrp__inner__form .wpcf7-form .form--row--content select, .mdl-form .mdl-form__wrp .mdl-form__wrp__inner-wrp .mdl-form__wrp__inner__form .wpcf7-form .form--row--content textarea {
  width: 100%;
  border: 2px solid rgba(8, 41, 87, 0.16);
  border-radius: 7px;
  padding: 15px;
  font-size: 20px;
  font-weight: 500;
  display: block;
  box-sizing: border-box;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.mdl-form .mdl-form__wrp .mdl-form__wrp__inner-wrp .mdl-form__wrp__inner__form .wpcf7-form .form--row--content input.wpcf7-submit, .mdl-form .mdl-form__wrp .mdl-form__wrp__inner-wrp .mdl-form__wrp__inner__form .wpcf7-form .form--row--content select.wpcf7-submit, .mdl-form .mdl-form__wrp .mdl-form__wrp__inner-wrp .mdl-form__wrp__inner__form .wpcf7-form .form--row--content textarea.wpcf7-submit {
  font-size: 16px;
  line-height: 17px;
  font-weight: 500;
  color: white;
  text-decoration: none;
  padding: 12px 26px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background-color: #5a7b80;
  border: 2px solid #5a7b80;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  cursor: pointer;
}
.mdl-form .mdl-form__wrp .mdl-form__wrp__inner-wrp .mdl-form__wrp__inner__form .wpcf7-form .form--row--content input.wpcf7-submit:hover, .mdl-form .mdl-form__wrp .mdl-form__wrp__inner-wrp .mdl-form__wrp__inner__form .wpcf7-form .form--row--content select.wpcf7-submit:hover, .mdl-form .mdl-form__wrp .mdl-form__wrp__inner-wrp .mdl-form__wrp__inner__form .wpcf7-form .form--row--content textarea.wpcf7-submit:hover {
  background-color: transparent;
  color: #5a7b80;
}
.mdl-form .mdl-form__wrp .mdl-form__wrp__inner-wrp .mdl-form__wrp__inner__form .wpcf7-form .form--row--content input.wpcf7-submit:disabled, .mdl-form .mdl-form__wrp .mdl-form__wrp__inner-wrp .mdl-form__wrp__inner__form .wpcf7-form .form--row--content select.wpcf7-submit:disabled, .mdl-form .mdl-form__wrp .mdl-form__wrp__inner-wrp .mdl-form__wrp__inner__form .wpcf7-form .form--row--content textarea.wpcf7-submit:disabled {
  background-color: #e2adff;
  color: white;
  cursor: not-allowed;
  border: 2px solid #e2adff;
  opacity: 0.5;
}
.mdl-form .mdl-form__wrp .mdl-form__wrp__inner-wrp .mdl-form__wrp__inner__form .wpcf7-form .form--row--content input[type=text]:focus, .mdl-form .mdl-form__wrp .mdl-form__wrp__inner-wrp .mdl-form__wrp__inner__form .wpcf7-form .form--row--content input[type=email]:focus, .mdl-form .mdl-form__wrp .mdl-form__wrp__inner-wrp .mdl-form__wrp__inner__form .wpcf7-form .form--row--content select[type=text]:focus, .mdl-form .mdl-form__wrp .mdl-form__wrp__inner-wrp .mdl-form__wrp__inner__form .wpcf7-form .form--row--content select[type=email]:focus, .mdl-form .mdl-form__wrp .mdl-form__wrp__inner-wrp .mdl-form__wrp__inner__form .wpcf7-form .form--row--content textarea[type=text]:focus, .mdl-form .mdl-form__wrp .mdl-form__wrp__inner-wrp .mdl-form__wrp__inner__form .wpcf7-form .form--row--content textarea[type=email]:focus {
  background-color: #fafafa;
  outline-color: #d8d8d8;
}
.mdl-form .mdl-form__wrp .mdl-form__wrp__inner-wrp .mdl-form__wrp__inner__form .wpcf7-form .form--row--content textarea:focus {
  background-color: #fafafa;
  outline-color: #d8d8d8;
}
.mdl-form .mdl-form__wrp .mdl-form__wrp__inner-wrp .mdl-form__wrp__inner__form .wpcf7-form .form--row--content.form--row--content--gender-select {
  padding: 15px 0;
}
.mdl-form .mdl-form__wrp .mdl-form__wrp__inner-wrp .mdl-form__wrp__inner__form .wpcf7-form .form--row--content.form--row--content--gender-select .wpcf7-radio {
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 600px) {
  .mdl-form .mdl-form__wrp .mdl-form__wrp__inner-wrp .mdl-form__wrp__inner__form .wpcf7-form .form--row--content.form--row--content--gender-select .wpcf7-radio {
    flex-direction: column;
    gap: 15px;
  }
}
.mdl-form .mdl-form__wrp .mdl-form__wrp__inner-wrp .mdl-form__wrp__inner__form .wpcf7-form .form--row--content.form--row--content--gender-select .wpcf7-radio .wpcf7-list-item {
  margin: 0;
}
.mdl-form .mdl-form__wrp .mdl-form__wrp__inner-wrp .mdl-form__wrp__inner__form .wpcf7-form .form--row--content.form--row--content--gender-select .wpcf7-radio .wpcf7-list-item label {
  width: auto;
}
.mdl-form .mdl-form__wrp .mdl-form__wrp__inner-wrp .mdl-form__wrp__inner__form .wpcf7-form .form--row--content.form--row--content--gender-select .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  margin-left: 0;
}
.mdl-form .mdl-form__wrp .mdl-form__wrp__inner-wrp .mdl-form__wrp__inner__form .wpcf7-form .form--row--content.form--row--content--gender-select .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label:before {
  left: 0px;
  top: -30px;
}
.mdl-form .mdl-form__wrp .mdl-form__wrp__inner-wrp .mdl-form__wrp__inner__form .wpcf7-form .form--row--content.form--row--content--gender-select .wpcf7-radio .wpcf7-list-item input {
  opacity: 0;
  display: none;
  margin: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-color: white;
  border: 2px solid rgba(8, 41, 87, 0.16);
}
.mdl-form .mdl-form__wrp .mdl-form__wrp__inner-wrp .mdl-form__wrp__inner__form .wpcf7-form .form--row--content.form--row--content--gender-select .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
}
.mdl-form .mdl-form__wrp .mdl-form__wrp__inner-wrp .mdl-form__wrp__inner__form .wpcf7-form .form--row--content.form--row--content--gender-select .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label:before {
  content: " ";
  position: absolute;
  top: -5px;
  left: 0px;
  width: 20px;
  height: 20px;
  background-color: white;
  pointer-events: none;
  transition: all 0.2s ease-in-out;
  z-index: 2;
  border-radius: 5px;
  border: 2px solid rgba(8, 41, 87, 0.16);
}
.mdl-form .mdl-form__wrp .mdl-form__wrp__inner-wrp .mdl-form__wrp__inner__form .wpcf7-form .form--row--content.form--row--content--gender-select .wpcf7-radio .wpcf7-list-item input:checked + .wpcf7-list-item-label:before {
  background-color: #5a7b80;
  border: 2px solid #5a7b80;
}
.mdl-form .mdl-form__wrp .mdl-form__wrp__inner-wrp .mdl-form__wrp__inner__form .wpcf7-form .form--row--content.form--row--content--submit {
  display: flex;
  margin-right: 0px;
  max-width: 100%;
  width: 100%;
  align-items: flex-end;
}
.mdl-form .mdl-form__wrp .mdl-form__wrp__inner-wrp .mdl-form__wrp__inner__form .wpcf7-form .form--row--content.form--row--content--submit input {
  width: max-content;
}
.mdl-form .mdl-form__wrp .mdl-form__wrp__inner-wrp .mdl-form__wrp__inner__form .wpcf7-acceptance input {
  display: none !important;
}
.mdl-form .mdl-form__wrp .mdl-form__wrp__inner-wrp .mdl-form__wrp__inner__form .wpcf7-acceptance a {
  color: #04193A;
}
.mdl-form .mdl-form__wrp .mdl-form__wrp__inner-wrp .mdl-form__wrp__inner__form .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}
.mdl-form .mdl-form__wrp .mdl-form__wrp__inner-wrp .mdl-form__wrp__inner__form .wpcf7-acceptance .wpcf7-list-item-label {
  position: relative;
  padding-left: 50px;
  cursor: pointer;
  display: block;
  font-size: 18px;
  line-height: 26px;
}
.mdl-form .mdl-form__wrp .mdl-form__wrp__inner-wrp .mdl-form__wrp__inner__form .wpcf7-acceptance .wpcf7-list-item-label:before {
  content: " ";
  position: absolute;
  top: 3px;
  left: 0px;
  width: 30px;
  height: 30px;
  background-color: white;
  pointer-events: none;
  transition: all 0.2s ease-in-out;
  z-index: 2;
  border-radius: 5px;
  border: 2px solid rgba(8, 41, 87, 0.16);
}
.mdl-form .mdl-form__wrp .mdl-form__wrp__inner-wrp .mdl-form__wrp__inner__form .wpcf7-acceptance input:checked + .wpcf7-list-item-label:before {
  background-color: #5a7b80;
  border: 2px solid #5a7b80;
}
.mdl-form .wpcf7-not-valid-tip {
  color: #5a7b80;
}
.mdl-form .wpcf7-response-output {
  color: white;
  padding: 20px 15px !important;
  margin-left: 220px !important;
  max-width: 720px;
  margin-right: 0 !important;
  width: calc(100% - 220px);
}
@media screen and (max-width: 780px) {
  .mdl-form .wpcf7-response-output {
    max-width: 100%;
    margin-left: 0 !important;
    width: 100%;
  }
}
.mdl-form .wpcf7 form.invalid .wpcf7-response-output, .mdl-form .wpcf7 form.unaccepted .wpcf7-response-output, .mdl-form .wpcf7 form.payment-required .wpcf7-response-output, .mdl-form .wpcf7 form.failed .wpcf7-response-output, .mdl-form .wpcf7 form.aborted .wpcf7-response-output {
  background-color: #e2adff;
  border-color: #e2adff;
}

.mdl_theme_box .module_title {
  padding-bottom: 30px;
}
.mdl_theme_box .mdl-theme-box-inner-mdl-wrp {
  margin-bottom: 50px;
}
.mdl_theme_box .mdl-theme-box-inner-mdl-wrp:last-of-type {
  margin-bottom: 0;
}
.mdl_theme_box .mdl-theme-box-inner-mdl-wrp .module_title {
  margin-bottom: 35px;
}
.mdl_theme_box .mdl-theme-box-inner-mdl-wrp.right .mdl-theme-box__wrp {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .mdl_theme_box .mdl-theme-box-inner-mdl-wrp.right .mdl-theme-box__wrp {
    flex-direction: column;
  }
}
.mdl_theme_box .mdl-theme-box-inner-mdl-wrp.right .mdl-theme-box__wrp .mdl-theme-box__content-wrp .mdl-theme-box__content-wrp__content {
  padding: 25px 70px;
}
@media screen and (max-width: 1024px) {
  .mdl_theme_box .mdl-theme-box-inner-mdl-wrp.right .mdl-theme-box__wrp .mdl-theme-box__content-wrp .mdl-theme-box__content-wrp__content {
    padding: 50px 25px;
  }
}
@media screen and (max-width: 768px) {
  .mdl_theme_box .mdl-theme-box-inner-mdl-wrp.right .mdl-theme-box__wrp .mdl-theme-box__content-wrp .mdl-theme-box__content-wrp__content {
    flex-direction: column;
    padding: 35px 25px;
  }
}
.mdl_theme_box .mdl-theme-box-inner-mdl-wrp .mdl-theme-box__wrp {
  display: flex;
  background-color: #EFEFEF;
}
@media screen and (max-width: 768px) {
  .mdl_theme_box .mdl-theme-box-inner-mdl-wrp .mdl-theme-box__wrp {
    flex-direction: column;
  }
}
.mdl_theme_box .mdl-theme-box-inner-mdl-wrp .mdl-theme-box__wrp .mdl-theme-box__wrp__img {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mdl_theme_box .mdl-theme-box-inner-mdl-wrp .mdl-theme-box__wrp .mdl-theme-box__wrp__img {
    width: 100%;
  }
}
.mdl_theme_box .mdl-theme-box-inner-mdl-wrp .mdl-theme-box__wrp .mdl-theme-box__wrp__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mdl_theme_box .mdl-theme-box-inner-mdl-wrp .mdl-theme-box__wrp .mdl-theme-box__content-wrp {
  box-sizing: border-box;
  width: 50%;
  align-items: center;
  display: flex;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mdl_theme_box .mdl-theme-box-inner-mdl-wrp .mdl-theme-box__wrp .mdl-theme-box__content-wrp {
    width: 100%;
  }
}
.mdl_theme_box .mdl-theme-box-inner-mdl-wrp .mdl-theme-box__wrp .mdl-theme-box__content-wrp .mdl-theme-box__content-wrp__content {
  display: flex;
  flex-direction: column;
  padding: 25px 70px;
}
@media screen and (max-width: 1024px) {
  .mdl_theme_box .mdl-theme-box-inner-mdl-wrp .mdl-theme-box__wrp .mdl-theme-box__content-wrp .mdl-theme-box__content-wrp__content {
    padding: 50px 25px;
  }
}
@media screen and (max-width: 768px) {
  .mdl_theme_box .mdl-theme-box-inner-mdl-wrp .mdl-theme-box__wrp .mdl-theme-box__content-wrp .mdl-theme-box__content-wrp__content {
    flex-direction: column;
    padding: 35px 25px;
  }
}
.mdl_theme_box .mdl-theme-box-inner-mdl-wrp .mdl-theme-box__wrp .mdl-theme-box__content-wrp .mdl-theme-box__content-wrp__content .mdl-theme-box__content-wrp__content__headline span {
  display: block;
  width: 100%;
  hyphens: auto;
  margin-bottom: 20px;
  max-width: 400px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  color: #3A3A3A;
}
@media screen and (max-width: 1024px) {
  .mdl_theme_box .mdl-theme-box-inner-mdl-wrp .mdl-theme-box__wrp .mdl-theme-box__content-wrp .mdl-theme-box__content-wrp__content .mdl-theme-box__content-wrp__content__headline span {
    font-size: 20px;
    line-height: 36px;
    font-weight: 600;
    color: #3A3A3A;
  }
}
@media screen and (max-width: 480px) {
  .mdl_theme_box .mdl-theme-box-inner-mdl-wrp .mdl-theme-box__wrp .mdl-theme-box__content-wrp .mdl-theme-box__content-wrp__content .mdl-theme-box__content-wrp__content__headline span {
    line-height: 30px;
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.mdl_theme_box .mdl-theme-box-inner-mdl-wrp .mdl-theme-box__wrp .mdl-theme-box__content-wrp .mdl-theme-box__content-wrp__content a.btn {
  margin-top: 25px;
  background-color: #5a7b80;
  display: flex;
  width: max-content;
  gap: 5px;
  padding: 15px 30px;
  border: 2px solid #5a7b80;
  -webkit-transition: background-color 300ms ease-in-out;
  -moz-transition: background-color 300ms ease-in-out;
  -ms-transition: background-color 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  color: white;
}
@media screen and (max-width: 600px) {
  .mdl_theme_box .mdl-theme-box-inner-mdl-wrp .mdl-theme-box__wrp .mdl-theme-box__content-wrp .mdl-theme-box__content-wrp__content a.btn {
    padding: 12px 24px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    color: white;
  }
}
.mdl_theme_box .mdl-theme-box-inner-mdl-wrp .mdl-theme-box__wrp .mdl-theme-box__content-wrp .mdl-theme-box__content-wrp__content a.btn:hover {
  background-color: transparent;
  color: #5a7b80;
}
.mdl_theme_box .mdl-theme-box-inner-mdl-wrp .mdl-theme-box__wrp .mdl-theme-box__content-wrp .mdl-theme-box__content-wrp__content a.btn:after {
  content: "";
  position: absolute;
  width: 0;
  height: 150%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  opacity: 0;
  background-color: #71969c;
  border-radius: 25%;
  z-index: -1;
}

.mdl-theme-box-clear .module_title {
  padding-bottom: 30px;
}
.mdl-theme-box-clear .mdl-theme-box-clear-inner-mdl-wrp {
  margin-bottom: 50px;
}
.mdl-theme-box-clear .mdl-theme-box-clear-inner-mdl-wrp:last-of-type {
  margin-bottom: 0;
}
.mdl-theme-box-clear .mdl-theme-box-clear-inner-mdl-wrp .module_title {
  margin-bottom: 35px;
}
.mdl-theme-box-clear .mdl-theme-box-clear-inner-mdl-wrp .mdl-theme-box-clear__wrp {
  display: flex;
  background-color: transparent;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .mdl-theme-box-clear .mdl-theme-box-clear-inner-mdl-wrp .mdl-theme-box-clear__wrp {
    flex-direction: column;
  }
}
.mdl-theme-box-clear .mdl-theme-box-clear-inner-mdl-wrp .mdl-theme-box-clear__wrp .mdl-theme-box-clear__wrp__img {
  width: 48.5%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mdl-theme-box-clear .mdl-theme-box-clear-inner-mdl-wrp .mdl-theme-box-clear__wrp .mdl-theme-box-clear__wrp__img {
    width: 100%;
  }
}
.mdl-theme-box-clear .mdl-theme-box-clear-inner-mdl-wrp .mdl-theme-box-clear__wrp .mdl-theme-box-clear__wrp__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mdl-theme-box-clear .mdl-theme-box-clear-inner-mdl-wrp .mdl-theme-box-clear__wrp .mdl-theme-box-clear__content-wrp {
  box-sizing: border-box;
  width: 51.5%;
  align-items: center;
  display: flex;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mdl-theme-box-clear .mdl-theme-box-clear-inner-mdl-wrp .mdl-theme-box-clear__wrp .mdl-theme-box-clear__content-wrp {
    width: 100%;
  }
}
.mdl-theme-box-clear .mdl-theme-box-clear-inner-mdl-wrp .mdl-theme-box-clear__wrp .mdl-theme-box-clear__content-wrp .mdl-theme-box-clear__content-wrp__content {
  display: flex;
  flex-direction: column;
  padding: 25px 25px 0px 0;
}
@media screen and (max-width: 1024px) {
  .mdl-theme-box-clear .mdl-theme-box-clear-inner-mdl-wrp .mdl-theme-box-clear__wrp .mdl-theme-box-clear__content-wrp .mdl-theme-box-clear__content-wrp__content {
    padding: 50px 25px 0 0px;
  }
}
@media screen and (max-width: 768px) {
  .mdl-theme-box-clear .mdl-theme-box-clear-inner-mdl-wrp .mdl-theme-box-clear__wrp .mdl-theme-box-clear__content-wrp .mdl-theme-box-clear__content-wrp__content {
    flex-direction: column;
    padding: 35px 25px 0 0px;
  }
}
.mdl-theme-box-clear .mdl-theme-box-clear-inner-mdl-wrp .mdl-theme-box-clear__wrp .mdl-theme-box-clear__content-wrp .mdl-theme-box-clear__content-wrp__content .mdl-theme-box-clear__content-wrp__content__headline span {
  display: block;
  width: 100%;
  hyphens: auto;
  margin-bottom: 20px;
  max-width: 525px;
  font-family: "Niveau Grotesk";
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  color: #3A3A3A;
}
@media screen and (max-width: 1024px) {
  .mdl-theme-box-clear .mdl-theme-box-clear-inner-mdl-wrp .mdl-theme-box-clear__wrp .mdl-theme-box-clear__content-wrp .mdl-theme-box-clear__content-wrp__content .mdl-theme-box-clear__content-wrp__content__headline span {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #3A3A3A;
  }
}
@media screen and (max-width: 480px) {
  .mdl-theme-box-clear .mdl-theme-box-clear-inner-mdl-wrp .mdl-theme-box-clear__wrp .mdl-theme-box-clear__content-wrp .mdl-theme-box-clear__content-wrp__content .mdl-theme-box-clear__content-wrp__content__headline span {
    line-height: 30px;
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.mdl-theme-box-clear .mdl-theme-box-clear-inner-mdl-wrp .mdl-theme-box-clear__wrp .mdl-theme-box-clear__content-wrp .mdl-theme-box-clear__content-wrp__content .mdl-theme-box-clear__content-wrp__subline_subline {
  font-size: 24px;
  line-height: 27px;
  font-weight: 500;
  color: #3A3A3A;
  margin-bottom: 12px;
}
@media screen and (max-width: 1024px) {
  .mdl-theme-box-clear .mdl-theme-box-clear-inner-mdl-wrp .mdl-theme-box-clear__wrp .mdl-theme-box-clear__content-wrp .mdl-theme-box-clear__content-wrp__content .mdl-theme-box-clear__content-wrp__subline_subline {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: #3A3A3A;
  }
}
.mdl-theme-box-clear .mdl-theme-box-clear-inner-mdl-wrp .mdl-theme-box-clear__wrp .mdl-theme-box-clear__content-wrp .mdl-theme-box-clear__content-wrp__content a.btn {
  margin-top: 25px;
  background-color: #5a7b80;
  display: flex;
  width: max-content;
  gap: 5px;
  padding: 15px 30px;
  border: 2px solid #5a7b80;
  -webkit-transition: background-color 300ms ease-in-out;
  -moz-transition: background-color 300ms ease-in-out;
  -ms-transition: background-color 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  color: white;
}
@media screen and (max-width: 600px) {
  .mdl-theme-box-clear .mdl-theme-box-clear-inner-mdl-wrp .mdl-theme-box-clear__wrp .mdl-theme-box-clear__content-wrp .mdl-theme-box-clear__content-wrp__content a.btn {
    padding: 12px 24px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    color: white;
  }
}
.mdl-theme-box-clear .mdl-theme-box-clear-inner-mdl-wrp .mdl-theme-box-clear__wrp .mdl-theme-box-clear__content-wrp .mdl-theme-box-clear__content-wrp__content a.btn:hover {
  background-color: transparent;
  color: #5a7b80;
}
.mdl-theme-box-clear .mdl-theme-box-clear-inner-mdl-wrp .mdl-theme-box-clear__wrp .mdl-theme-box-clear__content-wrp .mdl-theme-box-clear__content-wrp__content a.btn:after {
  content: "";
  position: absolute;
  width: 0;
  height: 150%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  opacity: 0;
  background-color: #71969c;
  border-radius: 25%;
  z-index: -1;
}

.mdl_video_wrp .module_title {
  padding-bottom: 30px;
}
.mdl_video_wrp video {
  width: 100%;
  height: auto;
  line-height: 0;
  border: 0px;
  display: block;
}
.mdl_video_wrp .video_wrp {
  position: relative;
}
.mdl_video_wrp .video_wrp .video_overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mdl_video_wrp .video_wrp .video_overlay button {
  background-color: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.mdl_video_wrp .video_wrp .video_overlay button:hover {
  transform: scale(1.1);
}
.mdl_video_wrp figcaption {
  padding: 30px 30px;
  background-color: #e2adff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: white;
}

.text-module {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 70px;
}
.text-module .text-module__img-wrp {
  background: white;
  background: linear-gradient(180deg, white 0%, white 50%, #efefef 50.1%, #efefef 100%);
  position: relative;
}
.text-module .text-module__img-wrp.no_image {
  display: none;
}
.text-module .text-module__img-wrp .text-module__img {
  max-width: 1170px;
  width: calc(100% - 280px);
  margin-left: 280px;
}
@media screen and (max-width: 1440px) {
  .text-module .text-module__img-wrp .text-module__img {
    width: calc(100% - 140px);
    margin-left: 140px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 1080px) {
  .text-module .text-module__img-wrp .text-module__img {
    width: calc(100% - 70px);
    margin-left: 70px;
  }
}
@media screen and (max-width: 768px) {
  .text-module .text-module__img-wrp .text-module__img {
    width: calc(100% - 35px);
    margin-left: 35px;
  }
}
@media screen and (max-width: 520px) {
  .text-module .text-module__img-wrp .text-module__img {
    width: 100%;
    margin-left: 0px;
  }
}
.text-module .text-module__img-wrp .text-module__img figure {
  position: relative;
  display: block;
}
.text-module .text-module__img-wrp .text-module__img figure .image_trigger {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: #e2adff;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  width: 72px;
  height: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 560px) {
  .text-module .text-module__img-wrp .text-module__img figure .image_trigger {
    width: 60px;
    height: 60px;
  }
}
.text-module .text-module__img-wrp .text-module__img figure .image_trigger:hover {
  background-color: #f4e0ff;
}
.text-module .text-module__img-wrp .text-module__img figure img {
  width: 100%;
  height: auto;
  display: block;
}
.text-module .text-module__img-wrp .text-module__img figure figcaption {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.42);
  padding: 20px 80px 20px 33px;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  color: white;
}
@media screen and (max-width: 560px) {
  .text-module .text-module__img-wrp .text-module__img figure figcaption {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: white;
    padding: 18px 100px 18px 18px;
  }
}
.text-module .text-module__img-wrp .copyright_notice {
  opacity: 0.5;
  color: #3A3A3A;
  padding-top: 15px;
}
@media screen and (max-width: 560px) {
  .text-module .text-module__img-wrp .copyright_notice {
    padding-left: 18px;
  }
}
.text-module .text-module__content-wrp {
  padding-top: 60px;
  background-color: #efefef;
  padding-right: 70px;
}
@media screen and (max-width: 768px) {
  .text-module .text-module__content-wrp {
    padding-right: 35px;
  }
}
.text-module .text-module__content-wrp .text-module__content-wrp__inner {
  max-width: 1170px;
  width: calc(100% - 280px);
  margin-left: 280px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1440px) {
  .text-module .text-module__content-wrp .text-module__content-wrp__inner {
    width: calc(100% - 140px);
    margin-left: 140px;
  }
}
@media screen and (max-width: 1080px) {
  .text-module .text-module__content-wrp .text-module__content-wrp__inner {
    width: calc(100% - 70px);
    margin-left: 70px;
  }
}
@media screen and (max-width: 768px) {
  .text-module .text-module__content-wrp .text-module__content-wrp__inner {
    width: calc(100% - 35px);
    margin-left: 35px;
  }
}
.text-module .text-module__content-wrp .text-module__content-wrp__inner .intro_headline {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  color: #3A3A3A;
  max-width: 915px;
  margin-bottom: 30px;
}
.text-module .text-module__content-wrp .text-module__content-wrp__inner .text-module__content {
  max-width: 915px;
}
.text-module .text-module__content-wrp .text-module__content-wrp__inner .text-module__content h2 {
  margin-bottom: 16px;
}
.text-module .text-module__content-wrp .text-module__content-wrp__inner .text-module__content h3 {
  margin-bottom: 12px;
}
.text-module .text-module__content-wrp .text-module__content-wrp__inner .text-module__content h4 {
  margin-bottom: 12px;
}
.text-module .text-module__content-wrp .text-module__content-wrp__inner .text-module__content h5 {
  margin-bottom: 12px;
}
.text-module .text-module__content-wrp .text-module__content-wrp__inner .text-module__content h6 {
  margin-bottom: 12px;
}
.text-module .text-module__content-wrp .text-module__content-wrp__inner .text-module__content p {
  margin-bottom: 30px;
}
.text-module .text-module__content-wrp .text-module__content-wrp__inner .text-module__content ul {
  margin: 0;
  padding: 0;
}
.text-module .text-module__content-wrp .text-module__content-wrp__inner .text-module__content ul li {
  margin: 0 0 15px 0;
  display: flex;
  gap: 28px;
  align-items: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #3A3A3A;
}
.text-module .text-module__content-wrp .text-module__content-wrp__inner .text-module__content ul li:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  min-width: 12px;
  border-radius: 6px;
  background-color: #5a7b80;
}
.text-module .text-module__content-wrp .text-module__content-wrp__inner .text-module__content ul li a:hover {
  color: #71969c;
}
.text-module .text-module__content-wrp .text-module__content-wrp__inner .text-module__content ol {
  margin: 0;
  padding: 0;
  counter-reset: listing_counter;
}
.text-module .text-module__content-wrp .text-module__content-wrp__inner .text-module__content ol li {
  counter-increment: listing_counter;
  margin: 0 0 15px 0;
  display: flex;
  gap: 28px;
  align-items: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #3A3A3A;
}
.text-module .text-module__content-wrp .text-module__content-wrp__inner .text-module__content ol li a:hover {
  color: #71969c;
}
.text-module .text-module__content-wrp .text-module__content-wrp__inner .text-module__content ol li:before {
  content: counter(listing_counter) ". ";
  display: block;
  width: 12px;
  height: 12px;
  min-width: 12px;
  transform: translate(0, -8px);
}
.text-module .text-module__content-wrp .text-module__content-wrp__inner .text-module__content .text-module-seperator {
  display: block;
  border-bottom: 1px solid rgba(8, 41, 87, 0.27);
  margin: 15px 0 30px 0;
}
.text-module .text-module__content-wrp .text-module__content-wrp__inner .text-module__content .text-module__listing-wrp ul {
  margin: 0;
  padding: 0;
}
.text-module .text-module__content-wrp .text-module__content-wrp__inner .text-module__content .text-module__listing-wrp ul li {
  margin: 0 0 15px 0;
  display: flex;
  gap: 28px;
  align-items: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #3A3A3A;
}
.text-module .text-module__content-wrp .text-module__content-wrp__inner .text-module__content .text-module__listing-wrp ul li:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  min-width: 12px;
  border-radius: 6px;
  background-color: #5a7b80;
}
.text-module .text-module__content-wrp .text-module__content-wrp__inner .text-module__content .text-module__listing-wrp ul li a {
  color: #5a7b80;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.text-module .text-module__content-wrp .text-module__content-wrp__inner .text-module__content .text-module__listing-wrp ul li a:hover {
  color: #71969c;
}
.text-module .text-module__content-wrp .text-module__content-wrp__inner .text-module__content .text-module__highlighter {
  background-color: white;
  padding: 40px 40px;
  margin-top: 30px;
}
.text-module .text-module__content-wrp .text-module__content-wrp__inner .text-module__content .text-module__highlighter .highlighter__headline {
  font-weight: 600;
  margin-bottom: 15px;
}
.text-module .text-module__content-wrp .text-module__content-wrp__inner .text-module__content .text-module__highlighter p:last-of-type {
  margin-bottom: 0;
}

.active-sidebar .text-module .text-module__img-wrp .text-module__img {
  max-width: 100%;
}

.post-mdl-text-module {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 70px;
}
.post-mdl-text-module .text-module__content-wrp .text-module__content-wrp__inner .intro_headline {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  color: #3A3A3A;
  max-width: 1040px;
}
.post-mdl-text-module .text-module__content-wrp .text-module__content-wrp__inner .text-module__content .mdl_text_selection__selection--element {
  max-width: 1020px;
}
.post-mdl-text-module .text-module__content-wrp .text-module__content-wrp__inner .text-module__content h2 {
  margin-bottom: 16px;
}
.post-mdl-text-module .text-module__content-wrp .text-module__content-wrp__inner .text-module__content h3 {
  margin-bottom: 12px;
}
.post-mdl-text-module .text-module__content-wrp .text-module__content-wrp__inner .text-module__content h4 {
  margin-bottom: 12px;
}
.post-mdl-text-module .text-module__content-wrp .text-module__content-wrp__inner .text-module__content h5 {
  margin-bottom: 12px;
}
.post-mdl-text-module .text-module__content-wrp .text-module__content-wrp__inner .text-module__content h6 {
  margin-bottom: 12px;
}
.post-mdl-text-module .text-module__content-wrp .text-module__content-wrp__inner .text-module__content p {
  margin-bottom: 30px;
}
.post-mdl-text-module .text-module__content-wrp .text-module__content-wrp__inner .text-module__content ul {
  margin: 0;
  padding: 0;
}
.post-mdl-text-module .text-module__content-wrp .text-module__content-wrp__inner .text-module__content ul li {
  margin: 0 0 15px 0;
  display: flex;
  gap: 28px;
  align-items: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #3A3A3A;
}
.post-mdl-text-module .text-module__content-wrp .text-module__content-wrp__inner .text-module__content ul li:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  min-width: 12px;
  border-radius: 6px;
  background-color: #5a7b80;
}
.post-mdl-text-module .text-module__content-wrp .text-module__content-wrp__inner .text-module__content ul li a:hover {
  color: #71969c;
}
.post-mdl-text-module .text-module__content-wrp .text-module__content-wrp__inner .text-module__content ol {
  margin: 0;
  padding: 0;
  counter-reset: listing_counter;
}
.post-mdl-text-module .text-module__content-wrp .text-module__content-wrp__inner .text-module__content ol li {
  counter-increment: listing_counter;
  margin: 0 0 15px 0;
  display: flex;
  gap: 28px;
  align-items: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #3A3A3A;
}
.post-mdl-text-module .text-module__content-wrp .text-module__content-wrp__inner .text-module__content ol li a:hover {
  color: #71969c;
}
.post-mdl-text-module .text-module__content-wrp .text-module__content-wrp__inner .text-module__content ol li:before {
  content: counter(listing_counter) ". ";
  display: block;
  width: 12px;
  height: 12px;
  min-width: 12px;
  transform: translate(0, -8px);
}
.post-mdl-text-module .text-module__content-wrp .text-module__content-wrp__inner .text-module__content .text-module-seperator {
  display: block;
  border-bottom: 1px solid rgba(8, 41, 87, 0.27);
  margin: 15px 0 30px 0;
}
.post-mdl-text-module .text-module__content-wrp .text-module__content-wrp__inner .text-module__content .text-module__listing-wrp ul {
  margin: 0;
  padding: 0;
}
.post-mdl-text-module .text-module__content-wrp .text-module__content-wrp__inner .text-module__content .text-module__listing-wrp ul li {
  margin: 0 0 15px 0;
  display: flex;
  gap: 28px;
  align-items: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #3A3A3A;
}
.post-mdl-text-module .text-module__content-wrp .text-module__content-wrp__inner .text-module__content .text-module__listing-wrp ul li:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #5a7b80;
}
.post-mdl-text-module .text-module__content-wrp .text-module__content-wrp__inner .text-module__content .text-module__listing-wrp ul li a {
  color: #5a7b80;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.post-mdl-text-module .text-module__content-wrp .text-module__content-wrp__inner .text-module__content .text-module__listing-wrp ul li a:hover {
  color: #71969c;
}
.post-mdl-text-module .text-module__content-wrp .text-module__content-wrp__inner .text-module__content .text-module__highlighter {
  background-color: #EFEFEF;
  padding: 40px 40px;
  margin-top: 30px;
}
.post-mdl-text-module .text-module__content-wrp .text-module__content-wrp__inner .text-module__content .text-module__highlighter .highlighter__headline {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #3A3A3A;
}
.post-mdl-text-module .text-module__content-wrp .text-module__content-wrp__inner .text-module__content .text-module__highlighter p:last-of-type {
  margin-bottom: 0;
}

.active-sidebar .text-module .text-module__img-wrp .text-module__img {
  max-width: 100%;
}

.post-mdl-image__wrp {
  margin-bottom: 70px;
}
.post-mdl-image__wrp .module_title {
  padding-bottom: 30px;
}
.post-mdl-image__wrp img {
  width: 100%;
  height: auto;
  display: block;
}
.post-mdl-image__wrp .post-mdl-image__image-wrp {
  position: relative;
}
.post-mdl-image__wrp .post-mdl-image__image-wrp .post-mdl-image__image__copyright {
  display: inline-flex;
  position: absolute;
  bottom: 0px;
  right: 0px;
  font-size: 12px;
  color: white;
  height: 42px;
  min-width: 42px;
  background-color: rgba(0, 0, 0, 0.46);
  align-items: center;
  justify-content: flex-end;
  padding: 14px;
}
.post-mdl-image__wrp figcaption {
  padding: 30px 30px;
  background-color: #e2adff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: white;
}

.post-module-single .mdl-gallery {
  margin-bottom: 70px;
}

.post-module-single .mdl-theme-box-clear {
  margin-bottom: 70px;
}

.post-module-single .mdl-contact-box_wrp {
  margin-bottom: 70px;
}

body.noscroll {
  height: 100vh;
  overflow: hidden;
}

.page_modules_wrp {
  padding-top: 70px;
  display: flex;
  flex-direction: column;
}
.page_modules_wrp .page_modules_inner_wrp {
  margin-bottom: 70px;
}
.page_modules_wrp .page_modules_inner_wrp {
  width: 1170px;
  margin-left: 280px;
  max-width: 1450px;
}
@media screen and (max-width: 1440px) {
  .page_modules_wrp .page_modules_inner_wrp {
    margin-left: 140px;
    width: calc(100% - 210px);
  }
}
@media screen and (max-width: 1080px) {
  .page_modules_wrp .page_modules_inner_wrp {
    margin-left: 70px;
    width: calc(100% - 140px);
  }
}
@media screen and (max-width: 768px) {
  .page_modules_wrp .page_modules_inner_wrp {
    margin-left: 35px;
    width: calc(100% - 70px);
  }
}

@media screen and (min-width: 1921px) {
  .fullhd_wrap {
    width: 100%;
    max-width: 1920px !important;
    margin: 0 auto !important;
    background: #fff;
    box-shadow: 0em 0em 10em 0em rgba(0, 0, 0, 0.35);
  }
}

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