@charset "UTF-8";
/**
 * Import variables
 */
/* Document
 * ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
 * ========================================================================== */
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Correct the inheritance of border color in Firefox.
 * 3. Show the overflow in Edge 18- and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  color: inherit; /* 2 */
  height: 0; /* 1 */
  overflow: visible; /* 3 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

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

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

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

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

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

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}

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

/* Tabular data
 * ========================================================================== */
/**
 * 1. Correct table border color inheritance in all Chrome, Edge, and Safari.
 * 2. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */
table {
  border-color: inherit; /* 1 */
  text-indent: 0; /* 2 */
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
}

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

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

.co-tx-ma {
  --color-text: #3AD4A7;
  color: #3AD4A7;
  color: var(--color-main);
}

.co-tx-ma2 {
  --color-text: #8664C2;
  color: #8664C2;
  color: var(--color-main2);
}

.co-tx-ma3 {
  --color-text: #FF665D;
  color: #FF665D;
  color: var(--color-main3);
}

.co-tx-ma4 {
  --color-text: #FFC700;
  color: #FFC700;
  color: var(--color-main4);
}

.co-tx-sec {
  --color-text: #FFC700;
  color: #FFC700;
  color: var(--color-second);
}

.co-tx-ma-d {
  --color-text: rgb(39.2375, 179.7625, 138.7);
  color: rgb(39.2375, 179.7625, 138.7);
  color: var(--color-main-dark);
}

.co-tx-ma-l {
  --color-text: rgb(78.93125, 216.56875, 176.35);
  color: rgb(78.93125, 216.56875, 176.35);
  color: var(--color-main-light);
}

.co-tx-ma-t {
  --color-text: rgba(58, 212, 167, 0.35);
  color: rgba(58, 212, 167, 0.35);
  color: var(--color-main-transparent);
}

.co-tx-ma2-d {
  --color-text: rgb(106.875, 68.625, 174.375);
  color: rgb(106.875, 68.625, 174.375);
  color: var(--color-main2-dark);
}

.co-tx-ma2-l {
  --color-text: rgb(176.8541666667, 154.8958333333, 215.6041666667);
  color: rgb(176.8541666667, 154.8958333333, 215.6041666667);
  color: var(--color-main2-light);
}

.co-tx-ma2-t {
  --color-text: rgba(134, 100, 194, 0.5);
  color: rgba(134, 100, 194, 0.5);
  color: var(--color-main2-transparent);
}

.co-tx-light {
  --color-text: #ffffff;
  color: #ffffff;
  color: var(--color-light);
}

.co-tx-dark {
  --color-text: #000000;
  color: #000000;
  color: var(--color-dark);
}

.co-tx-gr {
  --color-text: #3A3A3A;
  color: #3A3A3A;
  color: var(--color-grey);
}

.co-tx-gr1 {
  --color-text: rgb(96.25, 96.25, 96.25);
  color: rgb(96.25, 96.25, 96.25);
  color: var(--color-grey1);
}

.co-tx-gr2 {
  --color-text: rgb(121.75, 121.75, 121.75);
  color: rgb(121.75, 121.75, 121.75);
  color: var(--color-grey2);
}

.co-tx-gr3 {
  --color-text: #a0a0a0;
  color: #a0a0a0;
  color: var(--color-grey3);
}

.co-tx-gr4 {
  --color-text: rgb(195.7, 195.7, 195.7);
  color: rgb(195.7, 195.7, 195.7);
  color: var(--color-grey4);
}

.co-tx-gr5 {
  --color-text: rgb(231.4, 231.4, 231.4);
  color: rgb(231.4, 231.4, 231.4);
  color: var(--color-grey5);
}

.co-tx-gr6 {
  --color-text: rgb(241.6, 241.6, 241.6);
  color: rgb(241.6, 241.6, 241.6);
  color: var(--color-grey6);
}

.co-tx-red {
  --color-text: #F26868;
  color: #F26868;
  color: var(--color-red);
}

.co-tx-green {
  --color-text: #FFC700;
  color: #FFC700;
  color: var(--color-green);
}

.co-tx-orange {
  --color-text: #FFAA00;
  color: #FFAA00;
  color: var(--color-orange);
}

.co-tx-purple {
  --color-text: #7388ff;
  color: #7388ff;
  color: var(--color-purple);
}

.co-bg-ma {
  --color-background: #3AD4A7;
  background-color: #3AD4A7;
  background-color: var(--color-main);
}

.co-bg-ma2 {
  --color-background: #8664C2;
  background-color: #8664C2;
  background-color: var(--color-main2);
}

.co-bg-ma3 {
  --color-background: #FF665D;
  background-color: #FF665D;
  background-color: var(--color-main3);
}

.co-bg-ma4 {
  --color-background: #FFC700;
  background-color: #FFC700;
  background-color: var(--color-main4);
}

.co-bg-sec {
  --color-background: #FFC700;
  background-color: #FFC700;
  background-color: var(--color-second);
}

.co-bg-ma-d {
  --color-background: rgb(39.2375, 179.7625, 138.7);
  background-color: rgb(39.2375, 179.7625, 138.7);
  background-color: var(--color-main-dark);
}

.co-bg-ma-l {
  --color-background: rgb(78.93125, 216.56875, 176.35);
  background-color: rgb(78.93125, 216.56875, 176.35);
  background-color: var(--color-main-light);
}

.co-bg-ma-t {
  --color-background: rgba(58, 212, 167, 0.35);
  background-color: rgba(58, 212, 167, 0.35);
  background-color: var(--color-main-transparent);
}

.co-bg-ma2-d {
  --color-background: rgb(106.875, 68.625, 174.375);
  background-color: rgb(106.875, 68.625, 174.375);
  background-color: var(--color-main2-dark);
}

.co-bg-ma2-l {
  --color-background: rgb(176.8541666667, 154.8958333333, 215.6041666667);
  background-color: rgb(176.8541666667, 154.8958333333, 215.6041666667);
  background-color: var(--color-main2-light);
}

.co-bg-ma2-t {
  --color-background: rgba(134, 100, 194, 0.5);
  background-color: rgba(134, 100, 194, 0.5);
  background-color: var(--color-main2-transparent);
}

.co-bg-light {
  --color-background: #ffffff;
  background-color: #ffffff;
  background-color: var(--color-light);
}

.co-bg-dark {
  --color-background: #000000;
  background-color: #000000;
  background-color: var(--color-dark);
}

.co-bg-gr {
  --color-background: #3A3A3A;
  background-color: #3A3A3A;
  background-color: var(--color-grey);
}

.co-bg-gr1 {
  --color-background: rgb(96.25, 96.25, 96.25);
  background-color: rgb(96.25, 96.25, 96.25);
  background-color: var(--color-grey1);
}

.co-bg-gr2 {
  --color-background: rgb(121.75, 121.75, 121.75);
  background-color: rgb(121.75, 121.75, 121.75);
  background-color: var(--color-grey2);
}

.co-bg-gr3 {
  --color-background: #a0a0a0;
  background-color: #a0a0a0;
  background-color: var(--color-grey3);
}

.co-bg-gr4 {
  --color-background: rgb(195.7, 195.7, 195.7);
  background-color: rgb(195.7, 195.7, 195.7);
  background-color: var(--color-grey4);
}

.co-bg-gr5 {
  --color-background: rgb(231.4, 231.4, 231.4);
  background-color: rgb(231.4, 231.4, 231.4);
  background-color: var(--color-grey5);
}

.co-bg-gr6 {
  --color-background: rgb(241.6, 241.6, 241.6);
  background-color: rgb(241.6, 241.6, 241.6);
  background-color: var(--color-grey6);
}

.co-bg-red {
  --color-background: #F26868;
  background-color: #F26868;
  background-color: var(--color-red);
}

.co-bg-green {
  --color-background: #FFC700;
  background-color: #FFC700;
  background-color: var(--color-green);
}

.co-bg-orange {
  --color-background: #FFAA00;
  background-color: #FFAA00;
  background-color: var(--color-orange);
}

.co-bg-purple {
  --color-background: #7388ff;
  background-color: #7388ff;
  background-color: var(--color-purple);
}

.co-bo-ma {
  --color-border: #3AD4A7;
  border-color: #3AD4A7;
  border-color: var(--color-main);
}

.co-bo-ma2 {
  --color-border: #8664C2;
  border-color: #8664C2;
  border-color: var(--color-main2);
}

.co-bo-ma3 {
  --color-border: #FF665D;
  border-color: #FF665D;
  border-color: var(--color-main3);
}

.co-bo-ma4 {
  --color-border: #FFC700;
  border-color: #FFC700;
  border-color: var(--color-main4);
}

.co-bo-sec {
  --color-border: #FFC700;
  border-color: #FFC700;
  border-color: var(--color-second);
}

.co-bo-ma-d {
  --color-border: rgb(39.2375, 179.7625, 138.7);
  border-color: rgb(39.2375, 179.7625, 138.7);
  border-color: var(--color-main-dark);
}

.co-bo-ma-l {
  --color-border: rgb(78.93125, 216.56875, 176.35);
  border-color: rgb(78.93125, 216.56875, 176.35);
  border-color: var(--color-main-light);
}

.co-bo-ma-t {
  --color-border: rgba(58, 212, 167, 0.35);
  border-color: rgba(58, 212, 167, 0.35);
  border-color: var(--color-main-transparent);
}

.co-bo-ma2-d {
  --color-border: rgb(106.875, 68.625, 174.375);
  border-color: rgb(106.875, 68.625, 174.375);
  border-color: var(--color-main2-dark);
}

.co-bo-ma2-l {
  --color-border: rgb(176.8541666667, 154.8958333333, 215.6041666667);
  border-color: rgb(176.8541666667, 154.8958333333, 215.6041666667);
  border-color: var(--color-main2-light);
}

.co-bo-ma2-t {
  --color-border: rgba(134, 100, 194, 0.5);
  border-color: rgba(134, 100, 194, 0.5);
  border-color: var(--color-main2-transparent);
}

.co-bo-light {
  --color-border: #ffffff;
  border-color: #ffffff;
  border-color: var(--color-light);
}

.co-bo-dark {
  --color-border: #000000;
  border-color: #000000;
  border-color: var(--color-dark);
}

.co-bo-gr {
  --color-border: #3A3A3A;
  border-color: #3A3A3A;
  border-color: var(--color-grey);
}

.co-bo-gr1 {
  --color-border: rgb(96.25, 96.25, 96.25);
  border-color: rgb(96.25, 96.25, 96.25);
  border-color: var(--color-grey1);
}

.co-bo-gr2 {
  --color-border: rgb(121.75, 121.75, 121.75);
  border-color: rgb(121.75, 121.75, 121.75);
  border-color: var(--color-grey2);
}

.co-bo-gr3 {
  --color-border: #a0a0a0;
  border-color: #a0a0a0;
  border-color: var(--color-grey3);
}

.co-bo-gr4 {
  --color-border: rgb(195.7, 195.7, 195.7);
  border-color: rgb(195.7, 195.7, 195.7);
  border-color: var(--color-grey4);
}

.co-bo-gr5 {
  --color-border: rgb(231.4, 231.4, 231.4);
  border-color: rgb(231.4, 231.4, 231.4);
  border-color: var(--color-grey5);
}

.co-bo-gr6 {
  --color-border: rgb(241.6, 241.6, 241.6);
  border-color: rgb(241.6, 241.6, 241.6);
  border-color: var(--color-grey6);
}

.co-bo-red {
  --color-border: #F26868;
  border-color: #F26868;
  border-color: var(--color-red);
}

.co-bo-green {
  --color-border: #FFC700;
  border-color: #FFC700;
  border-color: var(--color-green);
}

.co-bo-orange {
  --color-border: #FFAA00;
  border-color: #FFAA00;
  border-color: var(--color-orange);
}

.co-bo-purple {
  --color-border: #7388ff;
  border-color: #7388ff;
  border-color: var(--color-purple);
}

@font-face {
  font-family: "Akkurat";
  src: url("fonts/Akkurat-BoldItalic.eot");
  src: url("fonts/Akkurat-BoldItalic.eot?#iefix") format("embedded-opentype"), url("fonts/Akkurat-BoldItalic.woff2") format("woff2"), url("fonts/Akkurat-BoldItalic.woff") format("woff"), url("fonts/Akkurat-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Akkurat";
  src: url("fonts/Akkurat-Bold.eot");
  src: url("fonts/Akkurat-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Akkurat-Bold.woff2") format("woff2"), url("fonts/Akkurat-Bold.woff") format("woff"), url("fonts/Akkurat-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Akkurat";
  src: url("fonts/Akkurat-Light.eot");
  src: url("fonts/Akkurat-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Akkurat-Light.woff2") format("woff2"), url("fonts/Akkurat-Light.woff") format("woff"), url("fonts/Akkurat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Akkurat";
  src: url("fonts/Akkurat-Italic.eot");
  src: url("fonts/Akkurat-Italic.eot?#iefix") format("embedded-opentype"), url("fonts/Akkurat-Italic.woff2") format("woff2"), url("fonts/Akkurat-Italic.woff") format("woff"), url("fonts/Akkurat-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Akkurat";
  src: url("fonts/Akkurat.eot");
  src: url("fonts/Akkurat.eot?#iefix") format("embedded-opentype"), url("fonts/Akkurat.woff2") format("woff2"), url("fonts/Akkurat.woff") format("woff"), url("fonts/Akkurat.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --color-main: #3AD4A7;
  --color-main2: #8664C2;
  --color-main3: #FF665D;
  --color-main4: #FFC700;
  --color-second: #FFC700;
  --color-main-dark: rgb(39.2375, 179.7625, 138.7);
  --color-main-light: rgb(78.93125, 216.56875, 176.35);
  --color-main-transparent: rgba(58, 212, 167, 0.35);
  --color-main2-dark: rgb(106.875, 68.625, 174.375);
  --color-main2-light: rgb(176.8541666667, 154.8958333333, 215.6041666667);
  --color-main2-transparent: rgba(134, 100, 194, 0.5);
  --color-light: #ffffff;
  --color-dark: #000000;
  --color-grey: #3A3A3A;
  --color-grey1: rgb(96.25, 96.25, 96.25);
  --color-grey2: rgb(121.75, 121.75, 121.75);
  --color-grey3: #a0a0a0;
  --color-grey4: rgb(195.7, 195.7, 195.7);
  --color-grey5: rgb(231.4, 231.4, 231.4);
  --color-grey6: rgb(241.6, 241.6, 241.6);
  --color-red: #F26868;
  --color-green: #FFC700;
  --color-orange: #FFAA00;
  --color-purple: #7388ff;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
}
@media only screen and (max-width: 800px) {
  html {
    font-size: 14px;
  }
}

body {
  margin: 0;
  font-family: "Akkurat", sans-serif;
  font-weight: 400;
  font-size: 1.1875rem;
}

p {
  line-height: 1.3em;
}

strong {
  font-weight: 600;
}

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

h1, h2, h3 {
  font-weight: 600;
}

h1 {
  font-size: 3.5rem;
}

h2 {
  font-size: 2.625rem;
}

h3 {
  font-size: 1.875rem;
}

h4 {
  font-size: 1.4375rem;
}

h5 {
  font-size: 1.1875rem;
}

a {
  color: inherit;
}

ul {
  margin-left: 0;
  padding-left: 1em;
}
ul li {
  font-size: inherit;
  margin-bottom: 0.5em;
}

figure {
  margin: 0;
}

/* containers */
.container-full {
  width: 100%;
}

.container {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 26px;
  padding-right: 26px;
}
.container.is-max {
  max-width: calc(100% - 52px);
}
.container.is-large {
  max-width: 1400px;
}
.container.is-small {
  max-width: 960px;
}
.container.is-xsmall {
  max-width: 400px;
}

/* header and navbar */
.page-header {
  position: relative;
  padding-top: 12px;
  padding-bottom: 12px;
  z-index: 999;
  top: 0;
  width: 100%;
}
.page-header .logo {
  max-height: 75px;
  max-width: 200px;
}
@media only screen and (max-width: 800px) {
  .page-header {
    padding-bottom: 8px;
    /*.logo {
      margin-left:auto;
      margin-right: auto;
    }*/
  }
}
.page-header.co-bg-ma .nav-hor {
  font-size: 1.35rem;
}

/* footer */
.page-footer {
  padding-top: 26px;
  padding-bottom: 26px;
}
.page-footer .logo {
  max-height: 35px;
  margin-top: 12px;
}

/* elements */
.line-bottom {
  border-bottom-width: 9px;
  border-bottom-style: solid;
  border-bottom-color: #3AD4A7;
  border-bottom-color: var(--color-line-bottom, #3AD4A7);
}
.line-bottom.co-bo-light {
  border-bottom-color: #ffffff;
  border-bottom-color: var(--color-line-bottom, #ffffff);
}
.line-bottom.co-bo-ma2 {
  border-bottom-color: #8664C2;
  border-bottom-color: var(--color-line-bottom, #8664C2);
}
.line-bottom.co-bo-ma3 {
  border-bottom-color: #FF665D;
  border-bottom-color: var(--color-line-bottom, #FF665D);
}

/* colored background boxes */
.colored-box.co-bg-ma {
  --color-line-bottom:#000000;
}
.colored-box.co-bg-ma .co-tx-light {
  color: #000000;
}
.colored-box.co-bg-ma2 {
  --color-line-bottom:#8664C2;
}
.colored-box.co-bg-ma3 {
  --color-line-bottom:#3AD4A7;
}

/* feather icons */
.feather.ico-sz-3 {
  width: 30px;
  height: 30px;
  stroke-width: 2;
}
.feather.ico-sz-4 {
  width: 60px;
  height: 60px;
  stroke-width: 1;
}

/* lists */
.list-style-2 {
  margin-left: 0;
  padding-left: 0;
}
.list-style-2 li {
  background-color: #8664C2;
  list-style: none;
  padding: 18px 18px;
  margin-bottom: 18px;
}

/* responsive leaflet map */
.leaflet-map {
  height: 600px; /* Set height */
  width: 100%; /* Full width */
  filter: grayscale(100%);
}

/* responsive iframe */
.iframe-responsive {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  overflow: hidden;
}
.iframe-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* custom scrollbar */
.scrollbar-custom ::-webkit-scrollbar {
  width: 12px; /* Scrollbar width */
}
.scrollbar-custom {
  /* Scrollbar track */
}
.scrollbar-custom ::-webkit-scrollbar-track {
  background: #3AD4A7; /* Track color */
  border-radius: 10px; /* Rounded track corners */
}
.scrollbar-custom {
  /* Scrollbar thumb */
}
.scrollbar-custom ::-webkit-scrollbar-thumb {
  background-color: rgb(78.93125, 216.56875, 176.35); /* Scroll handle color */
  border-radius: 10px; /* Rounded handle corners */
  border: 0px solid #f1f1f1; /* Space around thumb */
}
.scrollbar-custom {
  /* Scrollbar thumb on hover */
}
.scrollbar-custom ::-webkit-scrollbar-thumb:hover {
  background-color: rgb(78.93125, 216.56875, 176.35); /* Color on hover */
}
.scrollbar-custom {
  /* Firefox-specific scrollbar styling */
}
.scrollbar-custom {
  scrollbar-width: thin;
  scrollbar-color: rgb(78.93125, 216.56875, 176.35) #3AD4A7;
}
.scrollbar-custom * {
  scrollbar-width: initial;
  scrollbar-color: initial;
}
.scrollbar-custom *::-webkit-scrollbar {
  all: unset;
}

.scrollbar-hide ::-webkit-scrollbar {
  display: none;
  width: 0px;
}
.scrollbar-hide {
  scrollbar-width: none;
}
.scrollbar-hide *::-webkit-scrollbar {
  all: unset;
}
.scrollbar-hide * {
  scrollbar-width: initial;
}

/* navigation */
.nav-hor {
  display: flex;
  justify-content: flex-start;
  margin-left: 0;
  padding-left: 0;
  margin-top: 0;
}
.nav-hor.is-right {
  justify-content: flex-end;
}
@media only screen and (max-width: 800px) {
  .nav-hor {
    flex-direction: column;
    align-items: center;
  }
}
.nav-hor > li {
  list-style: none;
  position: relative;
  margin-left: 12px;
  margin-bottom: 4px;
}
@media only screen and (max-width: 800px) {
  .nav-hor > li {
    margin-left: 0;
  }
}
.nav-hor > li.logo {
  position: relative;
  top: -2px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: 1px solid #000000;
  padding: 5px;
}
.nav-hor > li.logo img {
  max-height: 23px;
}
.nav-hor > li.logo a {
  padding: 0;
}
.nav-hor.is-right > li {
  margin-left: 0;
  margin-right: 12px;
}
.nav-hor a {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  padding: 0.2em 0.4em;
}
.nav-hor.co-tx-light a {
  color: #ffffff;
}
.nav-hor > li:hover > a,
.nav-hor > li:active > a,
.nav-hor > li.nice-select.open > a {
  color: #ffffff;
  background-color: #000000;
  border-radius: 4px;
}
.nav-hor > li.logo:hover > a,
.nav-hor > li.logo:active > a,
.nav-hor > li.logo.nice-select.open > a {
  background-color: transparent;
}
.nav-hor.is-dark a:hover,
.nav-hor.is-dark a:active,
.nav-hor.is-dark a.nice-select.open {
  color: #ffffff;
}
.nav-hor.is-larger li {
  margin-left: 1.1em;
}
.nav-hor.is-larger.is-right li {
  margin-left: 0;
  margin-right: 1.1em;
}
.nav-hor.is-larger.is-right li:last-child {
  margin-right: 0;
}
.nav-hor .is-icon, .nav-hor.is-larger .is-icon {
  margin-left: 4px;
}
.nav-hor > li.has-children > a::after,
.nav-hor > li.menu-item-has-children > a::after {
  display: block;
  content: "";
  height: 26px;
}
.nav-hor {
  /* Dropdown menu */
}
.nav-hor .dropdown,
.nav-hor .sub-menu {
  display: none;
  /* Hidden by default */
  position: absolute;
  left: 0;
  top: 2.5em;
  background-color: #ffffff;
  padding: 12px 8px 8px 12px;
  width: 200px;
  border-radius: 4px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}
.nav-hor .dropdown.dd-right,
.nav-hor .sub-menu.dd-right {
  right: auto;
  left: -176px;
}
.nav-hor .dropdown li,
.nav-hor .sub-menu li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0.2em;
}
.nav-hor .dropdown a,
.nav-hor .sub-menu a {
  text-transform: none;
  font-size: 0.95em;
  line-height: 1em;
  margin: 0;
  padding: 0;
}
.nav-hor .dropdown a:hover,
.nav-hor .sub-menu a:hover {
  color: rgb(176.8541666667, 154.8958333333, 215.6041666667);
}
.nav-hor li:hover .dropdown,
.nav-hor li:hover .sub-menu {
  display: block;
}
.nav-vert li {
  list-style: none;
}
.nav-vert a {
  text-decoration: none;
}
.nav-vert.co-tx-light a {
  color: #ffffff;
}

/* navigation main mobile */
.nav-opener {
  text-decoration: none;
  font-size: 3.5rem;
  position: absolute;
  top: 10px;
  right: 20px;
  color: rgb(121.75, 121.75, 121.75);
}

.nav-main-sm,
.nav-main-md {
  margin: 0;
  padding: 0;
  padding-bottom: 1em;
}
.nav-main-sm li,
.nav-main-md li {
  list-style: none;
  padding: 0;
  margin-left: 0;
  font-weight: 600;
  margin-bottom: 0.3em;
}
.nav-main-sm a,
.nav-main-md a {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.nav-main-sm ul,
.nav-main-md ul {
  margin: 0;
  margin-top: 0.4em;
  padding: 0;
  padding-bottom: 0.6em;
}
.nav-main-sm ul > li,
.nav-main-md ul > li {
  font-weight: 400;
  font-size: 0.9em;
  margin-bottom: 0.2em;
}

.langSwitch {
  /* Remove default UI */
  -webkit-appearance: none; /* Safari / Chrome */
  -moz-appearance: none; /* Firefox */
  appearance: none; /* Modern browsers */
  /* Basic layout – make it behave like inline text */
  display: inline-block;
  padding: 0; /* No extra space */
  margin: 0;
  border: none; /* No border */
  background: transparent; /* Transparent background */
  font: inherit; /* Inherit the surrounding font style */
  color: inherit; /* Same colour as regular text */
  cursor: pointer; /* Show the hand cursor */
  font-weight: 600;
  text-transform: uppercase;
  /* Optional – give a little right‑padding so the
     custom arrow doesn’t sit on the text */
  padding-right: 1.2em;
}

.langSwitch::-ms-expand {
  display: none;
} /* Hide IE’s default arrow */
/*
  .langSwitch::after {
    content: ">";         
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.8em;      
    pointer-events: none; 
    color: currentColor; 
}
  */
/* Because ::after on a <select> isn’t supported everywhere,
   we wrap the <select> in a relative container and put the arrow
   on the container instead. */
.langSwitchWrapper {
  position: relative;
  display: inline-block; /* Keep it inline‑like text */
}

.langSwitchWrapper::after {
  content: ">";
  position: absolute;
  right: 0.2em;
  top: 0.1em;
  transform: rotate(0.25turn);
  font-size: 1em;
  pointer-events: none;
  color: currentColor;
}

.langSwitch:focus {
  outline: 2px dotted; /* Custom focus outline – you can change it */
  outline-offset: 2px;
}

.langSwitchWrapper:hover {
  text-decoration: underline;
  /* background-color: $color-dark; 
   color: $color-light;
   padding: 0.2em 0.4em;
   border-radius: 4px;*/
}

/* tags */
.tag {
  display: inline-block;
  border-radius: 30px;
  font-size: 0.8125rem;
  padding: 8px 18px;
  text-align: center;
  max-width: 230px;
}

.is-wysiwyg h5 {
  font-size: 1.4375rem;
}
.is-wysiwyg p {
  font-weight: 300;
}
.is-wysiwyg ul {
  font-weight: 300;
}

@font-face {
  font-family: "icons-library";
  src: url("fonts/icons-library.eot?86474751");
  src: url("fonts/icons-library.eot?86474751#iefix") format("embedded-opentype"), url("fonts/icons-library.woff2?86474751") format("woff2"), url("fonts/icons-library.woff?86474751") format("woff"), url("fonts/icons-library.ttf?86474751") format("truetype"), url("fonts/icons-library.svg?86474751#icons-library") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'icons-library';
    src: url('/fonts/icons-library.svg?86474751#icons-library') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "icons-library";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-bag:before {
  content: "\e800";
} /* '' */
.icon-plus:before {
  content: "\e801";
} /* '' */
.icon-minus:before {
  content: "\e802";
} /* '' */
.icon-credit-card:before {
  content: "\e803";
} /* '' */
.icon-mobile:before {
  content: "\e804";
} /* '' */
.icon-mail:before {
  content: "\e805";
} /* '' */
.icon-mail-1:before {
  content: "\e806";
} /* '' */
.icon-right:before {
  content: "\e807";
} /* '' */
.icon-left:before {
  content: "\e808";
} /* '' */
.icon-down:before {
  content: "\e809";
} /* '' */
.icon-up:before {
  content: "\e80a";
} /* '' */
.icon-cart:before {
  content: "\e80b";
} /* '' */
.icon-filter:before {
  content: "\e80c";
} /* '' */
.icon-cancel:before {
  content: "\e80d";
} /* '' */
.icon-cancel-1:before {
  content: "\e80e";
} /* '' */
.icon-down-open:before {
  content: "\f004";
} /* '' */
.icon-up-open:before {
  content: "\f005";
} /* '' */
.icon-right-open:before {
  content: "\f006";
} /* '' */
.icon-left-open:before {
  content: "\f007";
} /* '' */
.icon-menu:before {
  content: "\f008";
} /* '' */
.icon-sliders:before {
  content: "\f1de";
} /* '' */
.icon-linkedin:before {
  content: "\f318";
} /* '' */
.icon-instagram-filled:before {
  content: "\f31f";
} /* '' */
.grid {
  --gutter: 0.8rem;
  width: calc(100% + var(--gutter));
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(-1 * var(--gutter));
}
.grid > [class*=wi-] {
  box-sizing: border-box;
  margin-left: var(--gutter);
  margin-bottom: var(--gutter);
}
.grid > [class*=wi-].wi-1 {
  flex-basis: calc(calc(12 / 12 * 100%) - 1 * var(--gutter));
}
.grid > [class*=wi-].wi-1-12 {
  flex-basis: calc(calc(1 / 12 * 100%) - 1 * var(--gutter));
}
.grid > [class*=wi-].wi-2-12 {
  flex-basis: calc(calc(2 / 12 * 100%) - 1 * var(--gutter));
}
.grid > [class*=wi-].wi-3-12 {
  flex-basis: calc(calc(3 / 12 * 100%) - 1 * var(--gutter));
}
.grid > [class*=wi-].wi-4-12 {
  flex-basis: calc(calc(4 / 12 * 100%) - 1 * var(--gutter));
}
.grid > [class*=wi-].wi-5-12 {
  flex-basis: calc(calc(5 / 12 * 100%) - 1 * var(--gutter));
}
.grid > [class*=wi-].wi-6-12 {
  flex-basis: calc(calc(6 / 12 * 100%) - 1 * var(--gutter));
}
.grid > [class*=wi-].wi-7-12 {
  flex-basis: calc(calc(7 / 12 * 100%) - 1 * var(--gutter));
}
.grid > [class*=wi-].wi-8-12 {
  flex-basis: calc(calc(8 / 12 * 100%) - 1 * var(--gutter));
}
.grid > [class*=wi-].wi-9-12 {
  flex-basis: calc(calc(9 / 12 * 100%) - 1 * var(--gutter));
}
.grid > [class*=wi-].wi-10-12 {
  flex-basis: calc(calc(10 / 12 * 100%) - 1 * var(--gutter));
}
.grid > [class*=wi-].wi-11-12 {
  flex-basis: calc(calc(11 / 12 * 100%) - 1 * var(--gutter));
}
.grid.gutter-0 {
  --gutter: 0px;
}
.grid.gutter-1 {
  --gutter: 0.8rem;
}
.grid.gutter-2 {
  --gutter: calc(2 * 0.8rem);
}
.grid.gutter-3 {
  --gutter: calc(3 * 0.8rem);
}
.grid.gutter-4 {
  --gutter: calc(4 * 0.8rem);
}
.grid.gutter-5 {
  --gutter: calc(5 * 0.8rem);
}
.grid.gutter-6 {
  --gutter: calc(6 * 0.8rem);
}
.grid.gutter-7 {
  --gutter: calc(7 * 0.8rem);
}
.grid.gutter-8 {
  --gutter: calc(8 * 0.8rem);
}
.grid.grid-center {
  justify-content: center;
}
@media only screen and (max-width: 800px) {
  .grid > [class*=wi-].wi-md-1 {
    flex-basis: calc(calc(12 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-md-1-12 {
    flex-basis: calc(calc(1 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-md-2-12 {
    flex-basis: calc(calc(2 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-md-3-12 {
    flex-basis: calc(calc(3 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-md-4-12 {
    flex-basis: calc(calc(4 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-md-5-12 {
    flex-basis: calc(calc(5 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-md-6-12 {
    flex-basis: calc(calc(6 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-md-7-12 {
    flex-basis: calc(calc(7 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-md-8-12 {
    flex-basis: calc(calc(8 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-md-9-12 {
    flex-basis: calc(calc(9 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-md-10-12 {
    flex-basis: calc(calc(10 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-md-11-12 {
    flex-basis: calc(calc(11 / 12 * 100%) - 1 * var(--gutter));
  }
}
@media only screen and (max-width: 800px) {
  .grid > [class*=wi-].wi-sm-1 {
    flex-basis: calc(calc(12 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-sm-1-12 {
    flex-basis: calc(calc(1 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-sm-2-12 {
    flex-basis: calc(calc(2 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-sm-3-12 {
    flex-basis: calc(calc(3 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-sm-4-12 {
    flex-basis: calc(calc(4 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-sm-5-12 {
    flex-basis: calc(calc(5 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-sm-6-12 {
    flex-basis: calc(calc(6 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-sm-7-12 {
    flex-basis: calc(calc(7 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-sm-8-12 {
    flex-basis: calc(calc(8 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-sm-9-12 {
    flex-basis: calc(calc(9 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-sm-10-12 {
    flex-basis: calc(calc(10 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-sm-11-12 {
    flex-basis: calc(calc(11 / 12 * 100%) - 1 * var(--gutter));
  }
}
@media only screen and (max-width: 800px) {
  .grid > [class*=wi-].wi-1 {
    flex-basis: calc(12 / 12 * 100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-1-12 {
    flex-basis: calc(12 / 12 * 100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-2-12 {
    flex-basis: calc(12 / 12 * 100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-3-12 {
    flex-basis: calc(12 / 12 * 100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-4-12 {
    flex-basis: calc(12 / 12 * 100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-5-12 {
    flex-basis: calc(12 / 12 * 100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-6-12 {
    flex-basis: calc(12 / 12 * 100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-7-12 {
    flex-basis: calc(12 / 12 * 100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-8-12 {
    flex-basis: calc(12 / 12 * 100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-9-12 {
    flex-basis: calc(12 / 12 * 100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-10-12 {
    flex-basis: calc(12 / 12 * 100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-11-12 {
    flex-basis: calc(12 / 12 * 100% - 1 * var(--gutter));
  }
}
@media only screen and (max-width: 800px) {
  .grid > [class*=wi-].wi-1 {
    flex-basis: calc(12 / 12 * 100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-1-12 {
    flex-basis: calc(12 / 12 * 100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-2-12 {
    flex-basis: calc(12 / 12 * 100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-3-12 {
    flex-basis: calc(12 / 12 * 100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-4-12 {
    flex-basis: calc(12 / 12 * 100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-5-12 {
    flex-basis: calc(12 / 12 * 100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-6-12 {
    flex-basis: calc(12 / 12 * 100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-7-12 {
    flex-basis: calc(12 / 12 * 100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-8-12 {
    flex-basis: calc(12 / 12 * 100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-9-12 {
    flex-basis: calc(12 / 12 * 100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-10-12 {
    flex-basis: calc(12 / 12 * 100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-11-12 {
    flex-basis: calc(12 / 12 * 100% - 1 * var(--gutter));
  }
}

/*
Naming

Padding and Margin

p = padding
m = margin

0 = none
x = left + right
y = top + bottom
t = top
b = bottom
r = right
l = left
c = center

example: .p-x1-sm {}
example negative .p-x-1-sm{}


sm = for small breakpoint
md = for medium breakpoint



*/
:root {
  --sp-base:2px;
}

.p-0 {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.p-x0 {
  padding-left: 0;
  padding-right: 0;
}

.p-y0 {
  padding-top: 0;
  padding-bottom: 0;
}

.p-t0 {
  padding-top: 0;
}

.p-r0 {
  padding-right: 0;
}

.p-b0 {
  padding-bottom: 0;
}

.p-l0 {
  padding-left: 0;
}

.p-x1 {
  padding-left: 2px;
  padding-right: 2px;
}

.p-y1 {
  padding-top: 2px;
  padding-bottom: 2px;
}

.p-t1 {
  padding-top: 2px;
}

.p-r1 {
  padding-right: 2px;
}

.p-b1 {
  padding-bottom: 2px;
}

.p-l1 {
  padding-left: 2px;
}

.p-x2 {
  padding-left: 4px;
  padding-right: 4px;
}

.p-y2 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.p-t2 {
  padding-top: 4px;
}

.p-r2 {
  padding-right: 4px;
}

.p-b2 {
  padding-bottom: 4px;
}

.p-l2 {
  padding-left: 4px;
}

.p-x3 {
  padding-left: 8px;
  padding-right: 8px;
}

.p-y3 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.p-t3 {
  padding-top: 8px;
}

.p-r3 {
  padding-right: 8px;
}

.p-b3 {
  padding-bottom: 8px;
}

.p-l3 {
  padding-left: 8px;
}

.p-x4 {
  padding-left: 12px;
  padding-right: 12px;
}

.p-y4 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.p-t4 {
  padding-top: 12px;
}

.p-r4 {
  padding-right: 12px;
}

.p-b4 {
  padding-bottom: 12px;
}

.p-l4 {
  padding-left: 12px;
}

.p-x5 {
  padding-left: 18px;
  padding-right: 18px;
}

.p-y5 {
  padding-top: 18px;
  padding-bottom: 18px;
}

.p-t5 {
  padding-top: 18px;
}

.p-r5 {
  padding-right: 18px;
}

.p-b5 {
  padding-bottom: 18px;
}

.p-l5 {
  padding-left: 18px;
}

.p-x6 {
  padding-left: 26px;
  padding-right: 26px;
}

.p-y6 {
  padding-top: 26px;
  padding-bottom: 26px;
}

.p-t6 {
  padding-top: 26px;
}

.p-r6 {
  padding-right: 26px;
}

.p-b6 {
  padding-bottom: 26px;
}

.p-l6 {
  padding-left: 26px;
}

.p-x7 {
  padding-left: 38px;
  padding-right: 38px;
}

.p-y7 {
  padding-top: 38px;
  padding-bottom: 38px;
}

.p-t7 {
  padding-top: 38px;
}

.p-r7 {
  padding-right: 38px;
}

.p-b7 {
  padding-bottom: 38px;
}

.p-l7 {
  padding-left: 38px;
}

.p-x8 {
  padding-left: 64px;
  padding-right: 64px;
}

.p-y8 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.p-t8 {
  padding-top: 64px;
}

.p-r8 {
  padding-right: 64px;
}

.p-b8 {
  padding-bottom: 64px;
}

.p-l8 {
  padding-left: 64px;
}

.p-x9 {
  padding-left: 86px;
  padding-right: 86px;
}

.p-y9 {
  padding-top: 86px;
  padding-bottom: 86px;
}

.p-t9 {
  padding-top: 86px;
}

.p-r9 {
  padding-right: 86px;
}

.p-b9 {
  padding-bottom: 86px;
}

.p-l9 {
  padding-left: 86px;
}

.p-x10 {
  padding-left: 120px;
  padding-right: 120px;
}

.p-y10 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.p-t10 {
  padding-top: 120px;
}

.p-r10 {
  padding-right: 120px;
}

.p-b10 {
  padding-bottom: 120px;
}

.p-l10 {
  padding-left: 120px;
}

.p-x11 {
  padding-left: 140px;
  padding-right: 140px;
}

.p-y11 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.p-t11 {
  padding-top: 140px;
}

.p-r11 {
  padding-right: 140px;
}

.p-b11 {
  padding-bottom: 140px;
}

.p-l11 {
  padding-left: 140px;
}

.p-x12 {
  padding-left: 180px;
  padding-right: 180px;
}

.p-y12 {
  padding-top: 180px;
  padding-bottom: 180px;
}

.p-t12 {
  padding-top: 180px;
}

.p-r12 {
  padding-right: 180px;
}

.p-b12 {
  padding-bottom: 180px;
}

.p-l12 {
  padding-left: 180px;
}

.p-x13 {
  padding-left: 320px;
  padding-right: 320px;
}

.p-y13 {
  padding-top: 320px;
  padding-bottom: 320px;
}

.p-t13 {
  padding-top: 320px;
}

.p-r13 {
  padding-right: 320px;
}

.p-b13 {
  padding-bottom: 320px;
}

.p-l13 {
  padding-left: 320px;
}

@media only screen and (max-width: 800px) {
  .p-0-sm {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  .p-x0-sm {
    padding-left: 0;
    padding-right: 0;
  }
  .p-y0-sm {
    padding-top: 0;
    padding-bottom: 0;
  }
  .p-t0-sm {
    padding-top: 0;
  }
  .p-r0-sm {
    padding-right: 0;
  }
  .p-b0-sm {
    padding-bottom: 0;
  }
  .p-l0-sm {
    padding-left: 0;
  }
  .p-x1-sm {
    padding-left: 2px;
    padding-right: 2px;
  }
  .p-y1-sm {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .p-t1-sm {
    padding-top: 2px;
  }
  .p-r1-sm {
    padding-right: 2px;
  }
  .p-b1-sm {
    padding-bottom: 2px;
  }
  .p-l1-sm {
    padding-left: 2px;
  }
  .p-x2-sm {
    padding-left: 4px;
    padding-right: 4px;
  }
  .p-y2-sm {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .p-t2-sm {
    padding-top: 4px;
  }
  .p-r2-sm {
    padding-right: 4px;
  }
  .p-b2-sm {
    padding-bottom: 4px;
  }
  .p-l2-sm {
    padding-left: 4px;
  }
  .p-x3-sm {
    padding-left: 8px;
    padding-right: 8px;
  }
  .p-y3-sm {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .p-t3-sm {
    padding-top: 8px;
  }
  .p-r3-sm {
    padding-right: 8px;
  }
  .p-b3-sm {
    padding-bottom: 8px;
  }
  .p-l3-sm {
    padding-left: 8px;
  }
  .p-x4-sm {
    padding-left: 12px;
    padding-right: 12px;
  }
  .p-y4-sm {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .p-t4-sm {
    padding-top: 12px;
  }
  .p-r4-sm {
    padding-right: 12px;
  }
  .p-b4-sm {
    padding-bottom: 12px;
  }
  .p-l4-sm {
    padding-left: 12px;
  }
  .p-x5-sm {
    padding-left: 18px;
    padding-right: 18px;
  }
  .p-y5-sm {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .p-t5-sm {
    padding-top: 18px;
  }
  .p-r5-sm {
    padding-right: 18px;
  }
  .p-b5-sm {
    padding-bottom: 18px;
  }
  .p-l5-sm {
    padding-left: 18px;
  }
  .p-x6-sm {
    padding-left: 26px;
    padding-right: 26px;
  }
  .p-y6-sm {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .p-t6-sm {
    padding-top: 26px;
  }
  .p-r6-sm {
    padding-right: 26px;
  }
  .p-b6-sm {
    padding-bottom: 26px;
  }
  .p-l6-sm {
    padding-left: 26px;
  }
  .p-x7-sm {
    padding-left: 38px;
    padding-right: 38px;
  }
  .p-y7-sm {
    padding-top: 38px;
    padding-bottom: 38px;
  }
  .p-t7-sm {
    padding-top: 38px;
  }
  .p-r7-sm {
    padding-right: 38px;
  }
  .p-b7-sm {
    padding-bottom: 38px;
  }
  .p-l7-sm {
    padding-left: 38px;
  }
  .p-x8-sm {
    padding-left: 64px;
    padding-right: 64px;
  }
  .p-y8-sm {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .p-t8-sm {
    padding-top: 64px;
  }
  .p-r8-sm {
    padding-right: 64px;
  }
  .p-b8-sm {
    padding-bottom: 64px;
  }
  .p-l8-sm {
    padding-left: 64px;
  }
  .p-x9-sm {
    padding-left: 86px;
    padding-right: 86px;
  }
  .p-y9-sm {
    padding-top: 86px;
    padding-bottom: 86px;
  }
  .p-t9-sm {
    padding-top: 86px;
  }
  .p-r9-sm {
    padding-right: 86px;
  }
  .p-b9-sm {
    padding-bottom: 86px;
  }
  .p-l9-sm {
    padding-left: 86px;
  }
  .p-x10-sm {
    padding-left: 120px;
    padding-right: 120px;
  }
  .p-y10-sm {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .p-t10-sm {
    padding-top: 120px;
  }
  .p-r10-sm {
    padding-right: 120px;
  }
  .p-b10-sm {
    padding-bottom: 120px;
  }
  .p-l10-sm {
    padding-left: 120px;
  }
  .p-x11-sm {
    padding-left: 140px;
    padding-right: 140px;
  }
  .p-y11-sm {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .p-t11-sm {
    padding-top: 140px;
  }
  .p-r11-sm {
    padding-right: 140px;
  }
  .p-b11-sm {
    padding-bottom: 140px;
  }
  .p-l11-sm {
    padding-left: 140px;
  }
  .p-x12-sm {
    padding-left: 180px;
    padding-right: 180px;
  }
  .p-y12-sm {
    padding-top: 180px;
    padding-bottom: 180px;
  }
  .p-t12-sm {
    padding-top: 180px;
  }
  .p-r12-sm {
    padding-right: 180px;
  }
  .p-b12-sm {
    padding-bottom: 180px;
  }
  .p-l12-sm {
    padding-left: 180px;
  }
  .p-x13-sm {
    padding-left: 320px;
    padding-right: 320px;
  }
  .p-y13-sm {
    padding-top: 320px;
    padding-bottom: 320px;
  }
  .p-t13-sm {
    padding-top: 320px;
  }
  .p-r13-sm {
    padding-right: 320px;
  }
  .p-b13-sm {
    padding-bottom: 320px;
  }
  .p-l13-sm {
    padding-left: 320px;
  }
}
@media only screen and (max-width: 800px) {
  .p-0-md {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  .p-x0-md {
    padding-left: 0;
    padding-right: 0;
  }
  .p-y0-md {
    padding-top: 0;
    padding-bottom: 0;
  }
  .p-t0-md {
    padding-top: 0;
  }
  .p-r0-md {
    padding-right: 0;
  }
  .p-b0-md {
    padding-bottom: 0;
  }
  .p-l0-md {
    padding-left: 0;
  }
  .p-x1-md {
    padding-left: 2px;
    padding-right: 2px;
  }
  .p-y1-md {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .p-t1-md {
    padding-top: 2px;
  }
  .p-r1-md {
    padding-right: 2px;
  }
  .p-b1-md {
    padding-bottom: 2px;
  }
  .p-l1-md {
    padding-left: 2px;
  }
  .p-x2-md {
    padding-left: 4px;
    padding-right: 4px;
  }
  .p-y2-md {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .p-t2-md {
    padding-top: 4px;
  }
  .p-r2-md {
    padding-right: 4px;
  }
  .p-b2-md {
    padding-bottom: 4px;
  }
  .p-l2-md {
    padding-left: 4px;
  }
  .p-x3-md {
    padding-left: 8px;
    padding-right: 8px;
  }
  .p-y3-md {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .p-t3-md {
    padding-top: 8px;
  }
  .p-r3-md {
    padding-right: 8px;
  }
  .p-b3-md {
    padding-bottom: 8px;
  }
  .p-l3-md {
    padding-left: 8px;
  }
  .p-x4-md {
    padding-left: 12px;
    padding-right: 12px;
  }
  .p-y4-md {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .p-t4-md {
    padding-top: 12px;
  }
  .p-r4-md {
    padding-right: 12px;
  }
  .p-b4-md {
    padding-bottom: 12px;
  }
  .p-l4-md {
    padding-left: 12px;
  }
  .p-x5-md {
    padding-left: 18px;
    padding-right: 18px;
  }
  .p-y5-md {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .p-t5-md {
    padding-top: 18px;
  }
  .p-r5-md {
    padding-right: 18px;
  }
  .p-b5-md {
    padding-bottom: 18px;
  }
  .p-l5-md {
    padding-left: 18px;
  }
  .p-x6-md {
    padding-left: 26px;
    padding-right: 26px;
  }
  .p-y6-md {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .p-t6-md {
    padding-top: 26px;
  }
  .p-r6-md {
    padding-right: 26px;
  }
  .p-b6-md {
    padding-bottom: 26px;
  }
  .p-l6-md {
    padding-left: 26px;
  }
  .p-x7-md {
    padding-left: 38px;
    padding-right: 38px;
  }
  .p-y7-md {
    padding-top: 38px;
    padding-bottom: 38px;
  }
  .p-t7-md {
    padding-top: 38px;
  }
  .p-r7-md {
    padding-right: 38px;
  }
  .p-b7-md {
    padding-bottom: 38px;
  }
  .p-l7-md {
    padding-left: 38px;
  }
  .p-x8-md {
    padding-left: 64px;
    padding-right: 64px;
  }
  .p-y8-md {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .p-t8-md {
    padding-top: 64px;
  }
  .p-r8-md {
    padding-right: 64px;
  }
  .p-b8-md {
    padding-bottom: 64px;
  }
  .p-l8-md {
    padding-left: 64px;
  }
  .p-x9-md {
    padding-left: 86px;
    padding-right: 86px;
  }
  .p-y9-md {
    padding-top: 86px;
    padding-bottom: 86px;
  }
  .p-t9-md {
    padding-top: 86px;
  }
  .p-r9-md {
    padding-right: 86px;
  }
  .p-b9-md {
    padding-bottom: 86px;
  }
  .p-l9-md {
    padding-left: 86px;
  }
  .p-x10-md {
    padding-left: 120px;
    padding-right: 120px;
  }
  .p-y10-md {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .p-t10-md {
    padding-top: 120px;
  }
  .p-r10-md {
    padding-right: 120px;
  }
  .p-b10-md {
    padding-bottom: 120px;
  }
  .p-l10-md {
    padding-left: 120px;
  }
  .p-x11-md {
    padding-left: 140px;
    padding-right: 140px;
  }
  .p-y11-md {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .p-t11-md {
    padding-top: 140px;
  }
  .p-r11-md {
    padding-right: 140px;
  }
  .p-b11-md {
    padding-bottom: 140px;
  }
  .p-l11-md {
    padding-left: 140px;
  }
  .p-x12-md {
    padding-left: 180px;
    padding-right: 180px;
  }
  .p-y12-md {
    padding-top: 180px;
    padding-bottom: 180px;
  }
  .p-t12-md {
    padding-top: 180px;
  }
  .p-r12-md {
    padding-right: 180px;
  }
  .p-b12-md {
    padding-bottom: 180px;
  }
  .p-l12-md {
    padding-left: 180px;
  }
  .p-x13-md {
    padding-left: 320px;
    padding-right: 320px;
  }
  .p-y13-md {
    padding-top: 320px;
    padding-bottom: 320px;
  }
  .p-t13-md {
    padding-top: 320px;
  }
  .p-r13-md {
    padding-right: 320px;
  }
  .p-b13-md {
    padding-bottom: 320px;
  }
  .p-l13-md {
    padding-left: 320px;
  }
}
.m-0 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.m-x0 {
  margin-left: 0;
  margin-right: 0;
}

.m-y0 {
  margin-top: 0;
  margin-bottom: 0;
}

.m-t0 {
  margin-top: 0;
}

.m-r0 {
  margin-right: 0;
}

.m-b0 {
  margin-bottom: 0;
}

.m-l0 {
  margin-left: 0;
}

.m-t-0 {
  margin-top: 0;
}

.m-r-0 {
  margin-right: 0;
}

.m-b-0 {
  margin-bottom: 0;
}

.m-l-0 {
  margin-left: 0;
}

.m-x1 {
  margin-left: 2px;
  margin-right: 2px;
}

.m-y1 {
  margin-top: 2px;
  margin-bottom: 2px;
}

.m-t1 {
  margin-top: 2px;
}

.m-r1 {
  margin-right: 2px;
}

.m-b1 {
  margin-bottom: 2px;
}

.m-l1 {
  margin-left: 2px;
}

.m-t-1 {
  margin-top: -2px;
}

.m-r-1 {
  margin-right: -2px;
}

.m-b-1 {
  margin-bottom: -2px;
}

.m-l-1 {
  margin-left: -2px;
}

.m-x2 {
  margin-left: 4px;
  margin-right: 4px;
}

.m-y2 {
  margin-top: 4px;
  margin-bottom: 4px;
}

.m-t2 {
  margin-top: 4px;
}

.m-r2 {
  margin-right: 4px;
}

.m-b2 {
  margin-bottom: 4px;
}

.m-l2 {
  margin-left: 4px;
}

.m-t-2 {
  margin-top: -4px;
}

.m-r-2 {
  margin-right: -4px;
}

.m-b-2 {
  margin-bottom: -4px;
}

.m-l-2 {
  margin-left: -4px;
}

.m-x3 {
  margin-left: 8px;
  margin-right: 8px;
}

.m-y3 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.m-t3 {
  margin-top: 8px;
}

.m-r3 {
  margin-right: 8px;
}

.m-b3 {
  margin-bottom: 8px;
}

.m-l3 {
  margin-left: 8px;
}

.m-t-3 {
  margin-top: -8px;
}

.m-r-3 {
  margin-right: -8px;
}

.m-b-3 {
  margin-bottom: -8px;
}

.m-l-3 {
  margin-left: -8px;
}

.m-x4 {
  margin-left: 12px;
  margin-right: 12px;
}

.m-y4 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.m-t4 {
  margin-top: 12px;
}

.m-r4 {
  margin-right: 12px;
}

.m-b4 {
  margin-bottom: 12px;
}

.m-l4 {
  margin-left: 12px;
}

.m-t-4 {
  margin-top: -12px;
}

.m-r-4 {
  margin-right: -12px;
}

.m-b-4 {
  margin-bottom: -12px;
}

.m-l-4 {
  margin-left: -12px;
}

.m-x5 {
  margin-left: 18px;
  margin-right: 18px;
}

.m-y5 {
  margin-top: 18px;
  margin-bottom: 18px;
}

.m-t5 {
  margin-top: 18px;
}

.m-r5 {
  margin-right: 18px;
}

.m-b5 {
  margin-bottom: 18px;
}

.m-l5 {
  margin-left: 18px;
}

.m-t-5 {
  margin-top: -18px;
}

.m-r-5 {
  margin-right: -18px;
}

.m-b-5 {
  margin-bottom: -18px;
}

.m-l-5 {
  margin-left: -18px;
}

.m-x6 {
  margin-left: 26px;
  margin-right: 26px;
}

.m-y6 {
  margin-top: 26px;
  margin-bottom: 26px;
}

.m-t6 {
  margin-top: 26px;
}

.m-r6 {
  margin-right: 26px;
}

.m-b6 {
  margin-bottom: 26px;
}

.m-l6 {
  margin-left: 26px;
}

.m-t-6 {
  margin-top: -26px;
}

.m-r-6 {
  margin-right: -26px;
}

.m-b-6 {
  margin-bottom: -26px;
}

.m-l-6 {
  margin-left: -26px;
}

.m-x7 {
  margin-left: 38px;
  margin-right: 38px;
}

.m-y7 {
  margin-top: 38px;
  margin-bottom: 38px;
}

.m-t7 {
  margin-top: 38px;
}

.m-r7 {
  margin-right: 38px;
}

.m-b7 {
  margin-bottom: 38px;
}

.m-l7 {
  margin-left: 38px;
}

.m-t-7 {
  margin-top: -38px;
}

.m-r-7 {
  margin-right: -38px;
}

.m-b-7 {
  margin-bottom: -38px;
}

.m-l-7 {
  margin-left: -38px;
}

.m-x8 {
  margin-left: 64px;
  margin-right: 64px;
}

.m-y8 {
  margin-top: 64px;
  margin-bottom: 64px;
}

.m-t8 {
  margin-top: 64px;
}

.m-r8 {
  margin-right: 64px;
}

.m-b8 {
  margin-bottom: 64px;
}

.m-l8 {
  margin-left: 64px;
}

.m-t-8 {
  margin-top: -64px;
}

.m-r-8 {
  margin-right: -64px;
}

.m-b-8 {
  margin-bottom: -64px;
}

.m-l-8 {
  margin-left: -64px;
}

.m-x9 {
  margin-left: 86px;
  margin-right: 86px;
}

.m-y9 {
  margin-top: 86px;
  margin-bottom: 86px;
}

.m-t9 {
  margin-top: 86px;
}

.m-r9 {
  margin-right: 86px;
}

.m-b9 {
  margin-bottom: 86px;
}

.m-l9 {
  margin-left: 86px;
}

.m-t-9 {
  margin-top: -86px;
}

.m-r-9 {
  margin-right: -86px;
}

.m-b-9 {
  margin-bottom: -86px;
}

.m-l-9 {
  margin-left: -86px;
}

.m-x10 {
  margin-left: 120px;
  margin-right: 120px;
}

.m-y10 {
  margin-top: 120px;
  margin-bottom: 120px;
}

.m-t10 {
  margin-top: 120px;
}

.m-r10 {
  margin-right: 120px;
}

.m-b10 {
  margin-bottom: 120px;
}

.m-l10 {
  margin-left: 120px;
}

.m-t-10 {
  margin-top: -120px;
}

.m-r-10 {
  margin-right: -120px;
}

.m-b-10 {
  margin-bottom: -120px;
}

.m-l-10 {
  margin-left: -120px;
}

.m-x11 {
  margin-left: 140px;
  margin-right: 140px;
}

.m-y11 {
  margin-top: 140px;
  margin-bottom: 140px;
}

.m-t11 {
  margin-top: 140px;
}

.m-r11 {
  margin-right: 140px;
}

.m-b11 {
  margin-bottom: 140px;
}

.m-l11 {
  margin-left: 140px;
}

.m-t-11 {
  margin-top: -140px;
}

.m-r-11 {
  margin-right: -140px;
}

.m-b-11 {
  margin-bottom: -140px;
}

.m-l-11 {
  margin-left: -140px;
}

.m-x12 {
  margin-left: 180px;
  margin-right: 180px;
}

.m-y12 {
  margin-top: 180px;
  margin-bottom: 180px;
}

.m-t12 {
  margin-top: 180px;
}

.m-r12 {
  margin-right: 180px;
}

.m-b12 {
  margin-bottom: 180px;
}

.m-l12 {
  margin-left: 180px;
}

.m-t-12 {
  margin-top: -180px;
}

.m-r-12 {
  margin-right: -180px;
}

.m-b-12 {
  margin-bottom: -180px;
}

.m-l-12 {
  margin-left: -180px;
}

.m-x13 {
  margin-left: 320px;
  margin-right: 320px;
}

.m-y13 {
  margin-top: 320px;
  margin-bottom: 320px;
}

.m-t13 {
  margin-top: 320px;
}

.m-r13 {
  margin-right: 320px;
}

.m-b13 {
  margin-bottom: 320px;
}

.m-l13 {
  margin-left: 320px;
}

.m-t-13 {
  margin-top: -320px;
}

.m-r-13 {
  margin-right: -320px;
}

.m-b-13 {
  margin-bottom: -320px;
}

.m-l-13 {
  margin-left: -320px;
}

@media only screen and (max-width: 800px) {
  .m-0-sm {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .m-x0-sm {
    margin-left: 0;
    margin-right: 0;
  }
  .m-y0-sm {
    margin-top: 0;
    margin-bottom: 0;
  }
  .m-t0-sm {
    margin-top: 0;
  }
  .m-r0-sm {
    margin-right: 0;
  }
  .m-b0-sm {
    margin-bottom: 0;
  }
  .m-l0-sm {
    margin-left: 0;
  }
  .m-x1-sm {
    margin-left: 2px;
    margin-right: 2px;
  }
  .m-y1-sm {
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .m-t1-sm {
    margin-top: 2px;
  }
  .m-r1-sm {
    margin-right: 2px;
  }
  .m-b1-sm {
    margin-bottom: 2px;
  }
  .m-l1-sm {
    margin-left: 2px;
  }
  .m-x2-sm {
    margin-left: 4px;
    margin-right: 4px;
  }
  .m-y2-sm {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .m-t2-sm {
    margin-top: 4px;
  }
  .m-r2-sm {
    margin-right: 4px;
  }
  .m-b2-sm {
    margin-bottom: 4px;
  }
  .m-l2-sm {
    margin-left: 4px;
  }
  .m-x3-sm {
    margin-left: 8px;
    margin-right: 8px;
  }
  .m-y3-sm {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .m-t3-sm {
    margin-top: 8px;
  }
  .m-r3-sm {
    margin-right: 8px;
  }
  .m-b3-sm {
    margin-bottom: 8px;
  }
  .m-l3-sm {
    margin-left: 8px;
  }
  .m-x4-sm {
    margin-left: 12px;
    margin-right: 12px;
  }
  .m-y4-sm {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .m-t4-sm {
    margin-top: 12px;
  }
  .m-r4-sm {
    margin-right: 12px;
  }
  .m-b4-sm {
    margin-bottom: 12px;
  }
  .m-l4-sm {
    margin-left: 12px;
  }
  .m-x5-sm {
    margin-left: 18px;
    margin-right: 18px;
  }
  .m-y5-sm {
    margin-top: 18px;
    margin-bottom: 18px;
  }
  .m-t5-sm {
    margin-top: 18px;
  }
  .m-r5-sm {
    margin-right: 18px;
  }
  .m-b5-sm {
    margin-bottom: 18px;
  }
  .m-l5-sm {
    margin-left: 18px;
  }
  .m-x6-sm {
    margin-left: 26px;
    margin-right: 26px;
  }
  .m-y6-sm {
    margin-top: 26px;
    margin-bottom: 26px;
  }
  .m-t6-sm {
    margin-top: 26px;
  }
  .m-r6-sm {
    margin-right: 26px;
  }
  .m-b6-sm {
    margin-bottom: 26px;
  }
  .m-l6-sm {
    margin-left: 26px;
  }
  .m-x7-sm {
    margin-left: 38px;
    margin-right: 38px;
  }
  .m-y7-sm {
    margin-top: 38px;
    margin-bottom: 38px;
  }
  .m-t7-sm {
    margin-top: 38px;
  }
  .m-r7-sm {
    margin-right: 38px;
  }
  .m-b7-sm {
    margin-bottom: 38px;
  }
  .m-l7-sm {
    margin-left: 38px;
  }
  .m-x8-sm {
    margin-left: 64px;
    margin-right: 64px;
  }
  .m-y8-sm {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .m-t8-sm {
    margin-top: 64px;
  }
  .m-r8-sm {
    margin-right: 64px;
  }
  .m-b8-sm {
    margin-bottom: 64px;
  }
  .m-l8-sm {
    margin-left: 64px;
  }
  .m-x9-sm {
    margin-left: 86px;
    margin-right: 86px;
  }
  .m-y9-sm {
    margin-top: 86px;
    margin-bottom: 86px;
  }
  .m-t9-sm {
    margin-top: 86px;
  }
  .m-r9-sm {
    margin-right: 86px;
  }
  .m-b9-sm {
    margin-bottom: 86px;
  }
  .m-l9-sm {
    margin-left: 86px;
  }
  .m-x10-sm {
    margin-left: 120px;
    margin-right: 120px;
  }
  .m-y10-sm {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .m-t10-sm {
    margin-top: 120px;
  }
  .m-r10-sm {
    margin-right: 120px;
  }
  .m-b10-sm {
    margin-bottom: 120px;
  }
  .m-l10-sm {
    margin-left: 120px;
  }
  .m-x11-sm {
    margin-left: 140px;
    margin-right: 140px;
  }
  .m-y11-sm {
    margin-top: 140px;
    margin-bottom: 140px;
  }
  .m-t11-sm {
    margin-top: 140px;
  }
  .m-r11-sm {
    margin-right: 140px;
  }
  .m-b11-sm {
    margin-bottom: 140px;
  }
  .m-l11-sm {
    margin-left: 140px;
  }
  .m-x12-sm {
    margin-left: 180px;
    margin-right: 180px;
  }
  .m-y12-sm {
    margin-top: 180px;
    margin-bottom: 180px;
  }
  .m-t12-sm {
    margin-top: 180px;
  }
  .m-r12-sm {
    margin-right: 180px;
  }
  .m-b12-sm {
    margin-bottom: 180px;
  }
  .m-l12-sm {
    margin-left: 180px;
  }
  .m-x13-sm {
    margin-left: 320px;
    margin-right: 320px;
  }
  .m-y13-sm {
    margin-top: 320px;
    margin-bottom: 320px;
  }
  .m-t13-sm {
    margin-top: 320px;
  }
  .m-r13-sm {
    margin-right: 320px;
  }
  .m-b13-sm {
    margin-bottom: 320px;
  }
  .m-l13-sm {
    margin-left: 320px;
  }
}
@media only screen and (max-width: 800px) {
  .m-0-md {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .m-x0-md {
    margin-left: 0;
    margin-right: 0;
  }
  .m-y0-md {
    margin-top: 0;
    margin-bottom: 0;
  }
  .m-t0-md {
    margin-top: 0;
  }
  .m-r0-md {
    margin-right: 0;
  }
  .m-b0-md {
    margin-bottom: 0;
  }
  .m-l0-md {
    margin-left: 0;
  }
  .m-x1-md {
    margin-left: 2px;
    margin-right: 2px;
  }
  .m-y1-md {
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .m-t1-md {
    margin-top: 2px;
  }
  .m-r1-md {
    margin-right: 2px;
  }
  .m-b1-md {
    margin-bottom: 2px;
  }
  .m-l1-md {
    margin-left: 2px;
  }
  .m-x2-md {
    margin-left: 4px;
    margin-right: 4px;
  }
  .m-y2-md {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .m-t2-md {
    margin-top: 4px;
  }
  .m-r2-md {
    margin-right: 4px;
  }
  .m-b2-md {
    margin-bottom: 4px;
  }
  .m-l2-md {
    margin-left: 4px;
  }
  .m-x3-md {
    margin-left: 8px;
    margin-right: 8px;
  }
  .m-y3-md {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .m-t3-md {
    margin-top: 8px;
  }
  .m-r3-md {
    margin-right: 8px;
  }
  .m-b3-md {
    margin-bottom: 8px;
  }
  .m-l3-md {
    margin-left: 8px;
  }
  .m-x4-md {
    margin-left: 12px;
    margin-right: 12px;
  }
  .m-y4-md {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .m-t4-md {
    margin-top: 12px;
  }
  .m-r4-md {
    margin-right: 12px;
  }
  .m-b4-md {
    margin-bottom: 12px;
  }
  .m-l4-md {
    margin-left: 12px;
  }
  .m-x5-md {
    margin-left: 18px;
    margin-right: 18px;
  }
  .m-y5-md {
    margin-top: 18px;
    margin-bottom: 18px;
  }
  .m-t5-md {
    margin-top: 18px;
  }
  .m-r5-md {
    margin-right: 18px;
  }
  .m-b5-md {
    margin-bottom: 18px;
  }
  .m-l5-md {
    margin-left: 18px;
  }
  .m-x6-md {
    margin-left: 26px;
    margin-right: 26px;
  }
  .m-y6-md {
    margin-top: 26px;
    margin-bottom: 26px;
  }
  .m-t6-md {
    margin-top: 26px;
  }
  .m-r6-md {
    margin-right: 26px;
  }
  .m-b6-md {
    margin-bottom: 26px;
  }
  .m-l6-md {
    margin-left: 26px;
  }
  .m-x7-md {
    margin-left: 38px;
    margin-right: 38px;
  }
  .m-y7-md {
    margin-top: 38px;
    margin-bottom: 38px;
  }
  .m-t7-md {
    margin-top: 38px;
  }
  .m-r7-md {
    margin-right: 38px;
  }
  .m-b7-md {
    margin-bottom: 38px;
  }
  .m-l7-md {
    margin-left: 38px;
  }
  .m-x8-md {
    margin-left: 64px;
    margin-right: 64px;
  }
  .m-y8-md {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .m-t8-md {
    margin-top: 64px;
  }
  .m-r8-md {
    margin-right: 64px;
  }
  .m-b8-md {
    margin-bottom: 64px;
  }
  .m-l8-md {
    margin-left: 64px;
  }
  .m-x9-md {
    margin-left: 86px;
    margin-right: 86px;
  }
  .m-y9-md {
    margin-top: 86px;
    margin-bottom: 86px;
  }
  .m-t9-md {
    margin-top: 86px;
  }
  .m-r9-md {
    margin-right: 86px;
  }
  .m-b9-md {
    margin-bottom: 86px;
  }
  .m-l9-md {
    margin-left: 86px;
  }
  .m-x10-md {
    margin-left: 120px;
    margin-right: 120px;
  }
  .m-y10-md {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .m-t10-md {
    margin-top: 120px;
  }
  .m-r10-md {
    margin-right: 120px;
  }
  .m-b10-md {
    margin-bottom: 120px;
  }
  .m-l10-md {
    margin-left: 120px;
  }
  .m-x11-md {
    margin-left: 140px;
    margin-right: 140px;
  }
  .m-y11-md {
    margin-top: 140px;
    margin-bottom: 140px;
  }
  .m-t11-md {
    margin-top: 140px;
  }
  .m-r11-md {
    margin-right: 140px;
  }
  .m-b11-md {
    margin-bottom: 140px;
  }
  .m-l11-md {
    margin-left: 140px;
  }
  .m-x12-md {
    margin-left: 180px;
    margin-right: 180px;
  }
  .m-y12-md {
    margin-top: 180px;
    margin-bottom: 180px;
  }
  .m-t12-md {
    margin-top: 180px;
  }
  .m-r12-md {
    margin-right: 180px;
  }
  .m-b12-md {
    margin-bottom: 180px;
  }
  .m-l12-md {
    margin-left: 180px;
  }
  .m-x13-md {
    margin-left: 320px;
    margin-right: 320px;
  }
  .m-y13-md {
    margin-top: 320px;
    margin-bottom: 320px;
  }
  .m-t13-md {
    margin-top: 320px;
  }
  .m-r13-md {
    margin-right: 320px;
  }
  .m-b13-md {
    margin-bottom: 320px;
  }
  .m-l13-md {
    margin-left: 320px;
  }
}
.po-t0 {
  top: 0;
}

.po-t-0 {
  top: 0;
}

.po-r0 {
  right: 0;
}

.po-r-0 {
  right: 0;
}

.po-b0 {
  bottom: 0;
}

.po-b-0 {
  bottom: 0;
}

.po-l0 {
  left: 0;
}

.po-l-0 {
  left: 0;
}

.po-t1 {
  top: 2px;
}

.po-t-1 {
  top: -2px;
}

.po-r1 {
  right: 2px;
}

.po-r-1 {
  right: -2px;
}

.po-b1 {
  bottom: 2px;
}

.po-b-1 {
  bottom: -2px;
}

.po-l1 {
  left: 2px;
}

.po-l-1 {
  left: -2px;
}

.po-t2 {
  top: 4px;
}

.po-t-2 {
  top: -4px;
}

.po-r2 {
  right: 4px;
}

.po-r-2 {
  right: -4px;
}

.po-b2 {
  bottom: 4px;
}

.po-b-2 {
  bottom: -4px;
}

.po-l2 {
  left: 4px;
}

.po-l-2 {
  left: -4px;
}

.po-t3 {
  top: 8px;
}

.po-t-3 {
  top: -8px;
}

.po-r3 {
  right: 8px;
}

.po-r-3 {
  right: -8px;
}

.po-b3 {
  bottom: 8px;
}

.po-b-3 {
  bottom: -8px;
}

.po-l3 {
  left: 8px;
}

.po-l-3 {
  left: -8px;
}

.po-t4 {
  top: 12px;
}

.po-t-4 {
  top: -12px;
}

.po-r4 {
  right: 12px;
}

.po-r-4 {
  right: -12px;
}

.po-b4 {
  bottom: 12px;
}

.po-b-4 {
  bottom: -12px;
}

.po-l4 {
  left: 12px;
}

.po-l-4 {
  left: -12px;
}

.po-t5 {
  top: 18px;
}

.po-t-5 {
  top: -18px;
}

.po-r5 {
  right: 18px;
}

.po-r-5 {
  right: -18px;
}

.po-b5 {
  bottom: 18px;
}

.po-b-5 {
  bottom: -18px;
}

.po-l5 {
  left: 18px;
}

.po-l-5 {
  left: -18px;
}

.po-t6 {
  top: 26px;
}

.po-t-6 {
  top: -26px;
}

.po-r6 {
  right: 26px;
}

.po-r-6 {
  right: -26px;
}

.po-b6 {
  bottom: 26px;
}

.po-b-6 {
  bottom: -26px;
}

.po-l6 {
  left: 26px;
}

.po-l-6 {
  left: -26px;
}

.po-t7 {
  top: 38px;
}

.po-t-7 {
  top: -38px;
}

.po-r7 {
  right: 38px;
}

.po-r-7 {
  right: -38px;
}

.po-b7 {
  bottom: 38px;
}

.po-b-7 {
  bottom: -38px;
}

.po-l7 {
  left: 38px;
}

.po-l-7 {
  left: -38px;
}

.po-t8 {
  top: 64px;
}

.po-t-8 {
  top: -64px;
}

.po-r8 {
  right: 64px;
}

.po-r-8 {
  right: -64px;
}

.po-b8 {
  bottom: 64px;
}

.po-b-8 {
  bottom: -64px;
}

.po-l8 {
  left: 64px;
}

.po-l-8 {
  left: -64px;
}

.po-t9 {
  top: 86px;
}

.po-t-9 {
  top: -86px;
}

.po-r9 {
  right: 86px;
}

.po-r-9 {
  right: -86px;
}

.po-b9 {
  bottom: 86px;
}

.po-b-9 {
  bottom: -86px;
}

.po-l9 {
  left: 86px;
}

.po-l-9 {
  left: -86px;
}

.po-t10 {
  top: 120px;
}

.po-t-10 {
  top: -120px;
}

.po-r10 {
  right: 120px;
}

.po-r-10 {
  right: -120px;
}

.po-b10 {
  bottom: 120px;
}

.po-b-10 {
  bottom: -120px;
}

.po-l10 {
  left: 120px;
}

.po-l-10 {
  left: -120px;
}

.po-t11 {
  top: 140px;
}

.po-t-11 {
  top: -140px;
}

.po-r11 {
  right: 140px;
}

.po-r-11 {
  right: -140px;
}

.po-b11 {
  bottom: 140px;
}

.po-b-11 {
  bottom: -140px;
}

.po-l11 {
  left: 140px;
}

.po-l-11 {
  left: -140px;
}

.po-t12 {
  top: 180px;
}

.po-t-12 {
  top: -180px;
}

.po-r12 {
  right: 180px;
}

.po-r-12 {
  right: -180px;
}

.po-b12 {
  bottom: 180px;
}

.po-b-12 {
  bottom: -180px;
}

.po-l12 {
  left: 180px;
}

.po-l-12 {
  left: -180px;
}

.po-t13 {
  top: 320px;
}

.po-t-13 {
  top: -320px;
}

.po-r13 {
  right: 320px;
}

.po-r-13 {
  right: -320px;
}

.po-b13 {
  bottom: 320px;
}

.po-b-13 {
  bottom: -320px;
}

.po-l13 {
  left: 320px;
}

.po-l-13 {
  left: -320px;
}

/* spaces ---------------------------------- 
using inline style with assigning custom properties and calculating based on base spacer --sp-base
only on large screens for example
*/
/* margins */
@media only screen and (min-width: 1024px) {
  [style*="--mar:"] {
    margin: calc(min(var(--mar), 500) * var(--sp-base));
  }
  [style*="--mar-x:"] {
    margin-left: calc(min(var(--mar-x), 500) * var(--sp-base));
    margin-right: calc(min(var(--mar-x), 500) * var(--sp-base));
  }
  [style*="--mar-y:"] {
    margin-top: calc(min(var(--mar-y), 500) * var(--sp-base));
    margin-bottom: calc(min(var(--mar-y), 500) * var(--sp-base));
  }
  [style*="--mar-t:"] {
    margin-top: calc(min(var(--mar-t), 500) * var(--sp-base));
  }
  [style*="--mar-b:"] {
    margin-bottom: calc(min(var(--mar-b), 500) * var(--sp-base));
  }
  [style*="--mar-l:"] {
    margin-left: calc(min(var(--mar-l), 500) * var(--sp-base));
  }
  [style*="--mar-r:"] {
    margin-right: calc(min(var(--mar-r), 500) * var(--sp-base));
  }
  /* padding */
  [style*="--pad:"] {
    padding: calc(min(var(--pad), 500) * var(--sp-base));
  }
  [style*="--pad-x:"] {
    padding-left: calc(min(var(--pad-x), 500) * var(--sp-base));
    padding-right: calc(min(var(--pad-x), 500) * var(--sp-base));
  }
  [style*="--pad-y:"] {
    padding-top: calc(min(var(--pad-y), 500) * var(--sp-base));
    padding-bottom: calc(min(var(--pad-y), 500) * var(--sp-base));
  }
  [style*="--pad-t:"] {
    padding-top: calc(min(var(--pad-t), 500) * var(--sp-base));
  }
  [style*="--pad-b:"] {
    padding-bottom: calc(min(var(--pad-b), 500) * var(--sp-base));
  }
  [style*="--pad-l:"] {
    padding-left: calc(min(var(--pad-l), 500) * var(--sp-base));
  }
  [style*="--pad-r:"] {
    padding-right: calc(min(var(--pad-r), 500) * var(--sp-base));
  }
  /* position */
  [style*="--pos-t:"] {
    top: calc(min(var(--pos-t), 500) * var(--sp-base));
  }
  [style*="--pos-l:"] {
    left: calc(min(var(--pos-l), 500) * var(--sp-base));
  }
  [style*="--pos-r:"] {
    right: calc(min(var(--pos-r), 500) * var(--sp-base));
  }
  /* hight */
  [style*="--hi-min:"] {
    min-height: calc(var(--hi-min) * var(--sp-base));
  }
  [style*="--hi:"] {
    height: calc(var(--hi) * var(--sp-base));
  }
}
.btn {
  text-decoration: none;
  border: none;
  border-radius: 2rem;
  background-color: rgb(195.7, 195.7, 195.7);
  line-height: 2.6em;
  display: inline-block;
  padding-top: 0em;
  padding-left: 1.4em;
  padding-right: 1.4em;
  font-weight: 600;
  transition: all 0.15s ease-in-out;
}
.btn.is-small, .btn.btn-sm {
  line-height: 2em;
  padding-top: 0em;
  padding-left: 1.1em;
  padding-right: 1.1em;
}
.btn.is-xsmall {
  line-height: 1.6em;
  padding-top: 0;
}
.btn.co-ma-hollow {
  border: solid 3px #3AD4A7;
  background-color: transparent;
  color: #000000;
  color: var(--color-text);
}
.btn.co-ma-hollow:hover, .btn.co-ma-hollow:active, .btn.co-ma-hollow.nice-select.open {
  background-color: #3AD4A7;
}
.btn.co-ma2-hollow {
  border: solid 3px #8664C2;
  background-color: transparent;
  color: #000000;
  color: var(--color-text);
}
.btn.co-ma2-hollow:hover, .btn.co-ma2-hollow:active, .btn.co-ma2-hollow.nice-select.open {
  color: #3AD4A7;
  background-color: #8664C2;
}
.btn.co-ma3-hollow {
  border: solid 3px #FF665D;
  background-color: transparent;
  color: #000000;
  color: var(--color-text);
}
.btn.co-ma3-hollow:hover, .btn.co-ma3-hollow:active, .btn.co-ma3-hollow.nice-select.open {
  color: #ffffff;
  background-color: #FF665D;
}
.btn:hover {
  background-color: rgb(231.4, 231.4, 231.4);
  transform: scale(1.05);
}
.btn.co-bg-ma {
  background-color: #3AD4A7;
  color: #ffffff;
}
.btn.co-bg-ma:hover, .btn.co-bg-ma:active, .btn.co-bg-ma.nice-select.open {
  background-color: rgb(39.2375, 179.7625, 138.7);
  color: #ffffff;
}
.btn.co-bg-ma2 {
  background-color: #8664C2;
  color: #ffffff;
}
.btn.co-bg-ma2:hover, .btn.co-bg-ma2:active, .btn.co-bg-ma2.nice-select.open {
  background-color: rgb(176.8541666667, 154.8958333333, 215.6041666667);
}
.btn.co-bg-ma3 {
  background-color: #FF665D;
  color: #ffffff;
}
.btn.co-bg-ma3:hover, .btn.co-bg-ma3:active, .btn.co-bg-ma3.nice-select.open {
  background-color: rgb(255, 174.25, 169.5);
}
.btn.co-bg-ma4 {
  background-color: #FFC700;
  color: #ffffff;
}
.btn.co-bg-ma4:hover, .btn.co-bg-ma4:active, .btn.co-bg-ma4.nice-select.open {
  background-color: rgb(255, 215.8, 76.5);
}
.btn .feather {
  position: relative;
  width: 15px;
  height: 15px;
  top: 2px;
}

.btn-text {
  text-decoration: none;
  color: #8664C2;
  font-weight: 600;
  padding-bottom: 0.1em;
  border-bottom: 3px solid #8664C2;
  transition: all 0.15s ease-in-out;
}
.btn-text:hover, .btn-text:active, .btn-text.nice-select.open {
  color: #000000;
  border-bottom-color: #000000;
  transform: scale(1.05);
}

.btn,
.btn-text {
  position: relative;
}
.btn .icon,
.btn-text .icon {
  position: absolute;
  right: -2.4em;
  top: -0.4em;
  width: 1.8em;
  visibility: hidden;
}
.btn:hover .icon,
.btn-text:hover .icon {
  visibility: visible;
}

.btn .icon {
  top: 0em;
}

.form ::placeholder {
  color: rgb(121.75, 121.75, 121.75);
}
.form input[type=text],
.form input[type=email],
.form textarea {
  background: transparent;
  width: 100%;
  border: 0px;
  border-radius: 4px;
  /*border-bottom: 2px solid $color-dark;*/
  padding: 12px 0;
  font-size: 1.0625rem;
  color: #000000;
  outline: none;
  transition: all 0.3s ease-in-out;
  font-family: "Akkurat", sans-serif;
  background-color: white;
  padding-left: 8px;
}
.form input[type=text]:active, .form input[type=text].nice-select.open, .form input[type=text]:focus,
.form input[type=email]:active,
.form input[type=email].nice-select.open,
.form input[type=email]:focus,
.form textarea:active,
.form textarea.nice-select.open,
.form textarea:focus {
  background-color: rgba(255, 255, 255, 0.5);
  color: #000000;
}
.form label {
  color: #ffffff;
  margin-bottom: 8px;
  display: inline-block;
}
.form.no-labels label {
  display: none;
}
.form .form-control {
  margin-bottom: 38px;
}

.form-simple .form-group {
  margin-bottom: 26px;
}
.form-simple ::placeholder {
  color: rgb(96.25, 96.25, 96.25);
}
.form-simple input[type=text],
.form-simple input[type=email],
.form-simple input[type=url],
.form-simple input[type=number],
.form-simple input[type=phone],
.form-simple input[type=password],
.form-simple textarea {
  width: 100%;
  border: 1px solid rgb(231.4, 231.4, 231.4);
  border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  font-size: 1.0625rem;
  color: #000000;
  font-weight: 300;
  outline: none;
  transition: all 0.3s ease-in-out;
  font-family: "Akkurat", sans-serif;
}
.form-simple input[type=text]:active, .form-simple input[type=text].nice-select.open, .form-simple input[type=text]:focus,
.form-simple input[type=email]:active,
.form-simple input[type=email].nice-select.open,
.form-simple input[type=email]:focus,
.form-simple input[type=url]:active,
.form-simple input[type=url].nice-select.open,
.form-simple input[type=url]:focus,
.form-simple input[type=number]:active,
.form-simple input[type=number].nice-select.open,
.form-simple input[type=number]:focus,
.form-simple input[type=phone]:active,
.form-simple input[type=phone].nice-select.open,
.form-simple input[type=phone]:focus,
.form-simple input[type=password]:active,
.form-simple input[type=password].nice-select.open,
.form-simple input[type=password]:focus,
.form-simple textarea:active,
.form-simple textarea.nice-select.open,
.form-simple textarea:focus {
  background-color: rgba(134, 100, 194, 0.1);
  padding-left: 18px;
}
.form-simple input[type=checkbox] {
  margin: 0 0.3em 0 0.2em;
}
.form-simple {
  /* Chrome, Safari, Edge, Opera */
}
.form-simple input::-webkit-outer-spin-button,
.form-simple input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-simple {
  /* Firefox */
}
.form-simple input[type=number] {
  -moz-appearance: textfield;
}
.form-simple label {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 1.0625rem;
  color: rgb(121.75, 121.75, 121.75);
}
.form-simple label + input[type=checkbox] {
  margin-left: 8px;
}
.form-simple.no-labels label {
  display: none;
}
.form-simple .form-control {
  margin-bottom: 18px;
}
.form-simple .btn-submit {
  font-size: 1.0625rem;
  background-color: #FFC700;
  background-color: var(--color-sec);
  margin-top: 4px;
  cursor: pointer;
}
.form-simple .is-required label::after {
  content: " *";
  color: red;
}
.form-simple .spacer1 {
  border-bottom: 2px solid #3AD4A7;
  margin-bottom: 12px;
  padding-top: 12px;
}
.form-simple .has-danger .text-help {
  margin: 8px 0 0 4px;
  font-size: 0.8125rem;
  color: #F26868;
}
.form-simple .has-danger input[type=text],
.form-simple .has-danger input[type=email],
.form-simple .has-danger input[type=url],
.form-simple .has-danger input[type=number],
.form-simple .has-danger input[type=phone],
.form-simple .has-danger input[type=password],
.form-simple .has-danger textarea {
  background-color: rgb(252.5109756098, 226.0890243902, 226.0890243902);
  border-color: rgb(250.0853658537, 197.9146341463, 197.9146341463);
}
.form-simple .has-danger input[type=checkbox] {
  outline: 2px solid #F26868;
}
.form-simple .has-danger .image-preview {
  border-color: rgb(246.0426829268, 150.9573170732, 150.9573170732);
  background-color: rgb(252.5109756098, 226.0890243902, 226.0890243902);
}
.form-simple .message {
  padding: 18px;
  margin-bottom: 64px;
  line-height: 1.5em;
}
.form-simple .message p {
  margin-bottom: 0.5em;
  margin-top: 0;
}
.form-simple .message .message-header {
  font-weight: 600;
}
.form-simple .message.is-success {
  background-color: #FFC700;
  color: #000000;
}
.form-simple .message.is-danger {
  background-color: #F26868;
  color: #ffffff;
}
.form-simple {
  /* file drop area */
}
.form-simple .drop-container {
  position: relative;
  display: flex;
  gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 160px;
  padding: 20px;
  border-radius: 5px;
  border: 1px dashed rgb(195.7, 195.7, 195.7);
  color: #a0a0a0;
  cursor: pointer;
  transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
}
.form-simple .drop-container:hover {
  background: #eee;
  border-color: #111;
}
.form-simple .drop-container:hover .drop-title {
  color: #222;
}
.form-simple .drop-title {
  color: #a0a0a0;
  font-size: 1.1875rem;
  text-align: center;
  transition: color 0.2s ease-in-out;
}
.form-simple .file-upload-area input[type=file]::file-selector-button {
  margin-right: 20px;
  border: none;
  background: #8664C2;
  padding: 6px 20px;
  border-radius: 2rem;
  color: #fff;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
}
.form-simple .file-upload-area input[type=file]::file-selector-button:hover {
  background: rgb(106.875, 68.625, 174.375);
}
.form-simple {
  /*
    // Style the container 
  .custom-file-upload {
      display: flex;
      align-items: center;
      gap: 10px;
      font-family: Arial, sans-serif;
      //border: 1px solid $form-input-border-color;
      border-radius: $form-input-border-radius;
      background-color: $color-grey5;
      padding:22px 4px 8px 4px;
    }

    // Hide the default file input 
    .custom-file-upload input[type="file"] {
      display: none;
    }

    /* Style the label as the custom upload button 
    .custom-file-upload label {
      background-color: $color-main3;
      color: #fff;
      padding: 10px 20px;
      border-radius: 5px;
      cursor: pointer;
      transition: background-color 0.3s;
    }

    // Change color on hover
    .custom-file-upload label:hover {
      background-color: $color-main3-dark;
    }

    //Style for the file name text 
    .custom-file-upload .file-name {
      font-size: 16px;
      color: #666;
    }
    */
}
.form-simple .upload-container {
  background: transparent;
  padding: 0px;
  border-radius: 8px;
  text-align: left;
}
.form-simple .custom-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #8664C2;
  font-size: 0.8125rem;
  color: #fff;
  border-radius: 2rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.form-simple .custom-button:hover {
  background-color: #0056b3;
}
.form-simple .image-preview {
  margin-top: 0px;
  margin-bottom: 20px;
  width: 200px;
  height: 200px;
  border: 1px dashed rgb(195.7, 195.7, 195.7);
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.form-simple .image-preview.is-loaded .preview-image {
  display: block;
}
.form-simple .image-preview.is-loaded .default-text {
  display: none;
}
.form-simple .preview-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: none;
}
.form-simple .default-text {
  color: #888;
  font-size: 16px;
}
.form-simple .submit-button {
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #28a745;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.form-simple .submit-button:hover {
  background-color: #218838;
}
.form-simple {
  /* toggle sections */
}
.form-simple .toggle-section {
  position: relative;
}
.form-simple .toggle-section .toggle-section-btn {
  position: absolute;
  top: -10px;
  right: 0;
  width: 30px;
  height: 30px;
}
.form-simple .toggle-section .toggle-section-btn::after {
  content: "+";
  color: #3AD4A7;
  font-size: 26px;
}
.form-simple .toggle-section.is-open .toggle-section-btn::after {
  content: "-";
}
.form-simple .toggle-section .toggle-content {
  display: none;
}
.form-simple .toggle-section.is-open .toggle-content {
  display: block;
}

/* Base select reset + styling */
.custom-select {
  position: relative;
  /* Basic styling for the select element */
}
.custom-select select {
  /* Basic appearance - customize as needed */
  appearance: none; /* Remove default browser styling */
  -webkit-appearance: none; /* For Safari and Chrome */
  -moz-appearance: none; /* For Firefox */
  background-color: #f8f8f8; /* Light background */
  border: 1px solid #ccc; /* Light border */
  padding: 8px 12px; /* Padding inside the select */
  border-radius: 4px;
  font-size: 16px; /* Font size */
  cursor: pointer; /* Change cursor to pointer */
  width: 100%; /* Take up full width of container */
  box-sizing: border-box; /* Include padding and border in the width */
}
.custom-select {
  /* Styling for the dropdown arrow (optional but recommended) */
}
.custom-select select::after {
  content: " |"; /* Unicode down arrow character */
  /* You can also use an image: background: url("path/to/arrow.png") right center no-repeat; */
  color: #777; /* Arrow color */
  font-size: 12px;
  position: absolute;
  right: 8px;
  top: 2px; /* Fine-tune vertical alignment */
}
.custom-select {
  /* Hover state */
}
.custom-select select:hover {
  background-color: #eee; /* Slightly darker background on hover */
}
.custom-select {
  /* Focused state (important for accessibility) */
}
.custom-select select:focus {
  outline: 2px solid #007bff; /* Blue outline - change to your brand color */
  outline-offset: 1px; /* Add a small gap between the outline and the element */
}
.custom-select {
  /*  Optional: Styling for the options inside the dropdown */
}
.custom-select option {
  background-color: white;
  color: #333;
  padding: 6px 12px;
  border-bottom: 1px solid #eee;
}
.custom-select option:last-child {
  border-bottom: none; /* Remove border from the last option */
}
.custom-select option:hover {
  background-color: #f0f0f0;
}

/* small / compact variant */
.custom-select.small {
  padding: 8px 10px;
  border-radius: 8px;
  font-size: 14px;
  padding-right: 38px;
}

/*
#resultsBox {
  max-width: 100%;
  overflow-x: auto; 


#resultsSelect {
  width: 100%; 
  //height: 150px; 
  border: 1px solid #ccc; 
  padding: 5px;
  resize: none; 
  overflow-wrap: break-word; 
  word-wrap: break-word; 
}

#resultsSelect option {
  padding: 8px; // Adjust padding as needed 
   white-space: normal;

}
   */
.select-as-list select {
  width: 100%;
  /*max-width: 320px;*/
  padding: 0.5rem 0;
  border: 1px solid rgb(231.4, 231.4, 231.4);
  border-radius: 4px;
  background: #fff;
  color: #222;
  font-size: 14px;
  font-family: system-ui, sans-serif;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: auto;
  position: relative; /* needed for the pseudo‑element */
}
.select-as-list {
  /*
  select::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1rem;
    width: 0.8rem;
    height: 0.5rem;
    pointer-events: none;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0l5 6 5-6' fill='%23666'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
  }*/
  /* always‑open list box */
}
.select-as-list select[size] {
  height: 6rem;
  overflow-y: auto;
}
.select-as-list {
  /* option styling */
}
.select-as-list option {
  padding: 0.4rem 0.75rem;
}
.select-as-list option:hover {
  background: #f0f8ff;
}
.select-as-list option:checked {
  background: #3AD4A7 !important;
  color: #fff;
}
.select-as-list {
  /* hide IE/Edge extra arrow */
}
.select-as-list select::-ms-expand {
  display: none;
}

/* text sizes */
.tx-sz1 {
  font-size: 0.8125rem;
}

.tx-sz2 {
  font-size: 1.0625rem;
}

.tx-sz3 {
  font-size: 1.1875rem;
}

.tx-sz4 {
  font-size: 1.4375rem;
}

.tx-sz5 {
  font-size: 1.875rem;
}

.tx-sz6 {
  font-size: 2.25rem;
}

.tx-sz7 {
  font-size: 2.625rem;
}

.tx-sz8 {
  font-size: 3.5rem;
}

.tx-sz9 {
  font-size: 4.5rem;
}

.tx-sz10 {
  font-size: 6rem;
}

/* font weights */
.tx-wgr {
  font-weight: 400;
}

.tx-wgl {
  font-weight: 100;
}

.tx-wgm {
  font-weight: 500;
}

.tx-wgb {
  font-weight: 600;
}

/* text transform */
.tx-neg {
  background-color: #3AD4A7;
  color: #ffffff;
}

.tx-trup {
  text-transform: uppercase;
}

/* text align */
.tx-poc {
  text-align: center;
}

.tx-pol {
  text-align: left;
}

.tx-por {
  text-align: right;
}

@media only screen and (max-width: 800px) {
  .tx-poc-sm {
    text-align: center;
  }
  .tx-pol-sm {
    text-align: left;
  }
  .tx-por-sm {
    text-align: right;
  }
}
@media only screen and (max-width: 800px) {
  .tx-poc-md {
    text-align: center;
  }
  .tx-pol-md {
    text-align: left;
  }
  .tx-por-md {
    text-align: right;
  }
}
/* line heights */
.tx-lh-08 {
  line-height: 0.8em;
}

.tx-lh-1 {
  line-height: 1em;
}

.tx-lh-15 {
  line-height: 1.5em;
}

/* link styles */
.link-plain {
  text-decoration: none;
}

/* list styles */
.tx-li-1 {
  margin-left: 0;
  padding-left: 0;
}
.tx-li-1 li {
  list-style: none;
}

/* height */
.hi-100 {
  height: 100%;
}

.hi-page {
  min-height: 77vh;
}

.hi-page-half {
  min-height: 55vh;
}

.hi-max-xs {
  max-height: 60px;
}

.hi-max-s {
  max-height: 80px;
}

.hi-max-m {
  max-height: 120px;
}

/* width */
.wi-100 {
  width: 100%;
}

.wi-75 {
  width: 75%;
}

.wi-50 {
  width: calc(50% - 4px);
}

.wi-33 {
  width: 33%;
}

@media only screen and (max-width: 800px) {
  .wi-100-sm {
    width: 100%;
    flex-basis: 100%;
  }
  .wi-50-sm {
    width: calc(50% - 4px);
    flex-basis: 2;
  }
}
@media only screen and (max-width: 800px) {
  .wi-100-md {
    width: 100%;
  }
  .wi-50-md {
    width: calc(50% - 4px);
  }
}
.wi-max-4xs {
  max-width: 40px;
}

.wi-max-3xs {
  max-width: 60px;
}

.wi-max-xxs {
  max-width: 120px;
}

.wi-max-xs {
  max-width: 150px;
}

.wi-max-s {
  max-width: 180px;
}

.wi-max-m {
  max-width: 250px;
}

.wi-max-l {
  max-width: 360px;
}

/* diplay */
.di-bl {
  display: block;
}

.di-ib {
  display: inline-block;
}

.di-il {
  display: inline;
}

/* hide and show */
.hide {
  display: none;
}

.show {
  display: initial;
}

.show-sm {
  display: none;
}

.show-md {
  display: none;
}

@media only screen and (max-width: 800px) {
  .hide-sm {
    display: none;
  }
  .show-sm {
    display: initial;
  }
}
@media only screen and (max-width: 800px) {
  .hide-md {
    display: none;
  }
  .show-md {
    display: initial;
  }
}
/* flex */
/*[class*="fx-"] {
  display: flex;
}*/
.fx {
  display: flex;
}

.fx-column {
  flex-direction: column;
}

.fx-wrap {
  flex-wrap: wrap;
}

.fx-itm-start {
  align-items: flex-start;
}

.fx-itm-end {
  align-items: flex-end;
}

.fx-itm-center {
  align-items: center;
}

.fx-itm-baseline {
  align-items: baseline;
}

.fx-itm-stretch {
  align-items: stretch;
}

.fx-slf-start {
  align-self: flex-start;
}

.fx-slf-end {
  align-self: flex-end;
}

.fx-slf-center {
  align-self: center;
}

.fx-slf-baseline {
  align-self: baseline;
}

.fx-slf-stretch {
  align-self: stretch;
}

.fx-jst-start {
  justify-content: flex-start;
}

.fx-jst-end {
  justify-content: flex-end;
}

.fx-jst-center {
  justify-content: center;
}

.fx-jst-between {
  justify-content: space-between;
}

.fx-jst-around {
  justify-content: space-around;
}

.fx-jst-evenly {
  justify-content: space-evenly;
}

.fx-cnt-start {
  align-content: flex-start;
}

.fx-cnt-end {
  align-content: flex-end;
}

.fx-cnt-center {
  align-content: center;
}

.fx-cnt-between {
  align-content: space-between;
}

.fx-cnt-around {
  align-content: space-around;
}

.fx-cnt-stretch {
  align-content: stretch;
}

.fx-auto {
  flex: 1 1 auto;
  min-width: 0; /* 1 */
  min-height: 0; /* 1 */
}

.fx-none {
  flex: none;
}

.fx-ord-0 {
  order: 0;
}

.fx-ord-1 {
  order: 1;
}

.fx-ord-2 {
  order: 2;
}

.fx-ord-3 {
  order: 3;
}

.fx-ord-last {
  order: 99999;
}

@media only screen and (max-width: 800px) {
  .fx-jst-center-sm {
    display: flex;
    justify-content: center;
  }
  .fx-slf-center-sm {
    display: flex;
    align-self: center;
  }
  .fx-itm-center-sm {
    align-items: center;
  }
  .fx-column-sm {
    flex-direction: column;
  }
}
/* position */
.po-re {
  position: relative;
}

.po-ab {
  position: absolute;
}

.po-fi {
  position: fixed;
}

/* effects */
.ef-img-co-ma2 {
  filter: brightness(0.54) contrast(0.83) hue-rotate(-304deg) saturate(1.62);
}
.ef-img-co-ma2:hover, .ef-img-co-ma2:active, .ef-img-co-ma2.nice-select.open {
  filter: none;
}

.ef-shadow {
  box-shadow: 8px 12px 12px -8px rgba(0, 0, 0, 0.44);
  -webkit-box-shadow: 8px 12px 12px -8px rgba(0, 0, 0, 0.44);
  -moz-box-shadow: 8px 12px 12px -8px rgba(0, 0, 0, 0.44);
}

.ef-zoom {
  transition: all 0.2s ease-in-out;
}
.ef-zoom:hover, .ef-zoom:active, .ef-zoom.nice-select.open {
  transform: scale(1.04) translateX(4px);
}

/* shapes */
.shape1-color {
  width: 85px;
  height: 30px;
  position: absolute;
  background-color: #8664C2;
  bottom: -15px;
  right: -15px;
}

.shape2-color {
  width: 520px;
  height: 350px;
  position: absolute;
  background-color: rgba(255, 199, 0, 0.8);
  bottom: -60px;
  right: 0px;
}

.shape3-color {
  width: 60px;
  height: 60px;
  position: absolute;
  border-radius: 100%;
  background-color: rgba(255, 199, 0, 0.8);
  bottom: 5px;
  right: 4px;
}

/* border */
.bo {
  border: 3px solid;
  border-color: #ffffff;
}

.bo-r {
  border-right: 3px solid #8664C2;
}

.bo-b {
  border-bottom: 1px solid;
}

.bo-t {
  border-top: 1px solid;
  border-top-color: inherit;
}

@media only screen and (max-width: 800px) {
  .bo-0-sm {
    border: none;
  }
}
/* images */
.has-bg-img {
  position: relative;
  overflow: hidden;
}
.has-bg-img > img:first-child {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0;
  object-fit: cover;
}
@media only screen and (max-width: 800px) {
  .has-bg-img > img:first-child.not-on-sm {
    position: relative;
    z-index: initial;
  }
}

.img-round {
  border-radius: 50%;
}

.img-round-shape {
  width: 100%;
  aspect-ratio: 1/1; /* ensures it stays square */
  border-radius: 50%;
  overflow: hidden;
}

/* image boxes aspect ratios */
.img-cover {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 0;
}
.img-cover img {
  display: none;
}
.img-cover.img-1to1 {
  padding-top: 100%;
}
.img-cover.img-2to1 {
  padding-top: 50%;
}
.img-cover.img-16to9 {
  padding-top: 56.25%;
}
.img-cover.img-4to3 {
  padding-top: 75%;
}
.img-cover .overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  text-align: center;
}
.img-cover:hover .overlay, .img-cover:active .overlay, .img-cover.nice-select.open .overlay {
  display: flex;
  cursor: none;
}

[data-sal] {
  transition-delay: 0s;
  transition-delay: var(--sal-delay, 0s);
  transition-duration: 0.2s;
  transition-duration: var(--sal-duration, 0.2s);
  transition-timing-function: ease;
  transition-timing-function: var(--sal-easing, ease);
}

[data-sal][data-sal-duration="200"] {
  transition-duration: 0.2s;
}

[data-sal][data-sal-duration="250"] {
  transition-duration: 0.25s;
}

[data-sal][data-sal-duration="300"] {
  transition-duration: 0.3s;
}

[data-sal][data-sal-duration="350"] {
  transition-duration: 0.35s;
}

[data-sal][data-sal-duration="400"] {
  transition-duration: 0.4s;
}

[data-sal][data-sal-duration="450"] {
  transition-duration: 0.45s;
}

[data-sal][data-sal-duration="500"] {
  transition-duration: 0.5s;
}

[data-sal][data-sal-duration="550"] {
  transition-duration: 0.55s;
}

[data-sal][data-sal-duration="600"] {
  transition-duration: 0.6s;
}

[data-sal][data-sal-duration="650"] {
  transition-duration: 0.65s;
}

[data-sal][data-sal-duration="700"] {
  transition-duration: 0.7s;
}

[data-sal][data-sal-duration="750"] {
  transition-duration: 0.75s;
}

[data-sal][data-sal-duration="800"] {
  transition-duration: 0.8s;
}

[data-sal][data-sal-duration="850"] {
  transition-duration: 0.85s;
}

[data-sal][data-sal-duration="900"] {
  transition-duration: 0.9s;
}

[data-sal][data-sal-duration="950"] {
  transition-duration: 0.95s;
}

[data-sal][data-sal-duration="1000"] {
  transition-duration: 1s;
}

[data-sal][data-sal-duration="1050"] {
  transition-duration: 1.05s;
}

[data-sal][data-sal-duration="1100"] {
  transition-duration: 1.1s;
}

[data-sal][data-sal-duration="1150"] {
  transition-duration: 1.15s;
}

[data-sal][data-sal-duration="1200"] {
  transition-duration: 1.2s;
}

[data-sal][data-sal-duration="1250"] {
  transition-duration: 1.25s;
}

[data-sal][data-sal-duration="1300"] {
  transition-duration: 1.3s;
}

[data-sal][data-sal-duration="1350"] {
  transition-duration: 1.35s;
}

[data-sal][data-sal-duration="1400"] {
  transition-duration: 1.4s;
}

[data-sal][data-sal-duration="1450"] {
  transition-duration: 1.45s;
}

[data-sal][data-sal-duration="1500"] {
  transition-duration: 1.5s;
}

[data-sal][data-sal-duration="1550"] {
  transition-duration: 1.55s;
}

[data-sal][data-sal-duration="1600"] {
  transition-duration: 1.6s;
}

[data-sal][data-sal-duration="1650"] {
  transition-duration: 1.65s;
}

[data-sal][data-sal-duration="1700"] {
  transition-duration: 1.7s;
}

[data-sal][data-sal-duration="1750"] {
  transition-duration: 1.75s;
}

[data-sal][data-sal-duration="1800"] {
  transition-duration: 1.8s;
}

[data-sal][data-sal-duration="1850"] {
  transition-duration: 1.85s;
}

[data-sal][data-sal-duration="1900"] {
  transition-duration: 1.9s;
}

[data-sal][data-sal-duration="1950"] {
  transition-duration: 1.95s;
}

[data-sal][data-sal-duration="2000"] {
  transition-duration: 2s;
}

[data-sal][data-sal-delay="50"] {
  transition-delay: 0.05s;
}

[data-sal][data-sal-delay="100"] {
  transition-delay: 0.1s;
}

[data-sal][data-sal-delay="150"] {
  transition-delay: 0.15s;
}

[data-sal][data-sal-delay="200"] {
  transition-delay: 0.2s;
}

[data-sal][data-sal-delay="250"] {
  transition-delay: 0.25s;
}

[data-sal][data-sal-delay="300"] {
  transition-delay: 0.3s;
}

[data-sal][data-sal-delay="350"] {
  transition-delay: 0.35s;
}

[data-sal][data-sal-delay="400"] {
  transition-delay: 0.4s;
}

[data-sal][data-sal-delay="450"] {
  transition-delay: 0.45s;
}

[data-sal][data-sal-delay="500"] {
  transition-delay: 0.5s;
}

[data-sal][data-sal-delay="550"] {
  transition-delay: 0.55s;
}

[data-sal][data-sal-delay="600"] {
  transition-delay: 0.6s;
}

[data-sal][data-sal-delay="650"] {
  transition-delay: 0.65s;
}

[data-sal][data-sal-delay="700"] {
  transition-delay: 0.7s;
}

[data-sal][data-sal-delay="750"] {
  transition-delay: 0.75s;
}

[data-sal][data-sal-delay="800"] {
  transition-delay: 0.8s;
}

[data-sal][data-sal-delay="850"] {
  transition-delay: 0.85s;
}

[data-sal][data-sal-delay="900"] {
  transition-delay: 0.9s;
}

[data-sal][data-sal-delay="950"] {
  transition-delay: 0.95s;
}

[data-sal][data-sal-delay="1000"] {
  transition-delay: 1s;
}

[data-sal][data-sal-easing=linear] {
  transition-timing-function: linear;
}

[data-sal][data-sal-easing=ease] {
  transition-timing-function: ease;
}

[data-sal][data-sal-easing=ease-in] {
  transition-timing-function: ease-in;
}

[data-sal][data-sal-easing=ease-out] {
  transition-timing-function: ease-out;
}

[data-sal][data-sal-easing=ease-in-out] {
  transition-timing-function: ease-in-out;
}

[data-sal][data-sal-easing=ease-in-cubic] {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

[data-sal][data-sal-easing=ease-out-cubic] {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

[data-sal][data-sal-easing=ease-in-out-cubic] {
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

[data-sal][data-sal-easing=ease-in-circ] {
  transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

[data-sal][data-sal-easing=ease-out-circ] {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

[data-sal][data-sal-easing=ease-in-out-circ] {
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

[data-sal][data-sal-easing=ease-in-expo] {
  transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}

[data-sal][data-sal-easing=ease-out-expo] {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

[data-sal][data-sal-easing=ease-in-out-expo] {
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

[data-sal][data-sal-easing=ease-in-quad] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-sal][data-sal-easing=ease-out-quad] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-sal][data-sal-easing=ease-in-out-quad] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-sal][data-sal-easing=ease-in-quart] {
  transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

[data-sal][data-sal-easing=ease-out-quart] {
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

[data-sal][data-sal-easing=ease-in-out-quart] {
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

[data-sal][data-sal-easing=ease-in-quint] {
  transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

[data-sal][data-sal-easing=ease-out-quint] {
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

[data-sal][data-sal-easing=ease-in-out-quint] {
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

[data-sal][data-sal-easing=ease-in-sine] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-sal][data-sal-easing=ease-out-sine] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-sal][data-sal-easing=ease-in-out-sine] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-sal][data-sal-easing=ease-in-back] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-sal][data-sal-easing=ease-out-back] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-sal][data-sal-easing=ease-in-out-back] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-sal|=fade] {
  opacity: 0;
  transition-property: opacity;
}

[data-sal|=fade].sal-animate,
body.sal-disabled [data-sal|=fade] {
  opacity: 1;
}

[data-sal|=slide] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-sal=slide-up] {
  transform: translateY(20%);
}

[data-sal=slide-down] {
  transform: translateY(-20%);
}

[data-sal=slide-left] {
  transform: translateX(20%);
}

[data-sal=slide-right] {
  transform: translateX(-20%);
}

[data-sal|=slide].sal-animate,
body.sal-disabled [data-sal|=slide] {
  opacity: 1;
  transform: none;
}

[data-sal|=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-sal=zoom-in] {
  transform: scale(0.5);
}

[data-sal=zoom-out] {
  transform: scale(1.1);
}

[data-sal|=zoom].sal-animate,
body.sal-disabled [data-sal|=zoom] {
  opacity: 1;
  transform: none;
}

[data-sal|=flip] {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: transform;
}

[data-sal=flip-left] {
  transform: perspective(2000px) rotateY(-91deg);
}

[data-sal=flip-right] {
  transform: perspective(2000px) rotateY(91deg);
}

[data-sal=flip-up] {
  transform: perspective(2000px) rotateX(-91deg);
}

[data-sal=flip-down] {
  transform: perspective(2000px) rotateX(91deg);
}

[data-sal|=flip].sal-animate,
body.sal-disabled [data-sal|=flip] {
  transform: none;
}


/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.11.1
 * @url https://github.com/feimosi/baguetteBox.js
 */
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

#baguetteBox-overlay.visible {
  opacity: 1;
}

#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}

#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  white-space: normal;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: sans-serif;
}

#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left 0.4s ease, -webkit-transform 0.4s ease;
  transition: left 0.4s ease, -webkit-transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease;
}

#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight 0.4s ease-out;
  animation: bounceFromRight 0.4s ease-out;
}

#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft 0.4s ease-out;
  animation: bounceFromLeft 0.4s ease-out;
}

@-webkit-keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  border: 0;
  -moz-border-radius: 15%;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}

.baguetteBox-button:focus, .baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}

.baguetteBox-button#next-button {
  right: 2%;
}

.baguetteBox-button#previous-button {
  left: 2%;
}

.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}

.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}

/*
    Preloader
    Borrowed from http://tobiasahlin.com/spinkit/
*/
.baguetteBox-spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}

.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}

.baguetteBox-double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
/**************************\
  Basic Modal Styles
\**************************/
.modal {
  /* font-family: -apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif; */
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  display: flex;
  justify-content: end;
  align-items: center;
}

.modal__container {
  background-color: #fff;
  border: 1px solid rgb(78.93125, 216.56875, 176.35);
  padding: 30px;
  margin-right: 30px;
  max-width: 350px;
  max-height: 80vh;
  border-radius: 8px;
  overflow-y: auto;
  box-sizing: border-box;
  box-shadow: -1px 13px 30px -4px rgba(0, 0, 0, 0.42);
  -webkit-box-shadow: -1px 13px 30px -4px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: -1px 13px 30px -4px rgba(0, 0, 0, 0.42);
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.modal__logo {
  width: 60px;
  height: 60px;
  border: 1px solid #3AD4A7;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
}

.modal__header .modal__close:before {
  content: "✕";
}

.modal__content {
  font-size: 0.8125rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  color: rgb(96.25, 96.25, 96.25);
}
.modal__content h4 {
  font-size: 0.8125rem;
  text-transform: uppercase;
  margin-top: 18px;
  margin-bottom: 2px;
  color: #3AD4A7;
  padding-bottom: 8px;
  border-bottom: 1px solid #3AD4A7;
}
.modal__content h5 {
  font-size: 0.8125rem;
  text-transform: uppercase;
  margin-top: 12px;
  margin-bottom: 2px;
}
.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

/**************************\
 Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.modal form .form-title {
  display: none;
}

/* Modal Container */
.modal-container {
  display: block;
  position: fixed; /* Stays in place even when scrolling */
  z-index: 10; /* Ensure it's on top */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
  overflow: auto; /* Enable scroll if content is too long */
}
.modal-container.is-hidden {
  display: none;
}

/* Modal Content */
.modal {
  position: relative;
  background-color: white;
  border-radius: 0px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 500px; /* Limit max width for larger screens */
  margin: 50px auto; /* Center the modal */
  padding: 20px;
  animation: fadeIn 0.3s ease-in-out; /* Optional fade-in animation */
  /* Responsive adjustments */
}
@media (max-width: 576px) {
  .modal { /*  For devices smaller than 576px (often mobile) */
    width: 90%; /* Take up 90% of the screen width */
    margin: 20px auto; /* Reduce margin on mobile */
  }
}

/* Modal Close Button */
.modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  color: #aaa;
  cursor: pointer;
}

.nice-select-holder {
  /*display:none;
  padding-bottom:34px;*/
}

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 38px;
  line-height: 36px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto;
}
.nice-select:hover {
  border-color: rgb(219.25, 219.25, 219.25);
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}
.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 5px;
}
.nice-select.open:after {
  transform: rotate(-135deg);
}
.nice-select.open .nice-select-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: rgb(237.1, 237.1, 237.1);
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #cccccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .nice-select-dropdown {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .nice-select-dropdown {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .nice-select-dropdown {
  margin-top: 4px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(19px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  opacity: 0;
}
.nice-select .list {
  border-radius: 5px;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0;
  max-height: 210px;
  overflow-y: auto;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.selected::after {
  content: " ╳"; /* Adds the x */
  color: red;
  font-size: 18px;
  font-weight: normal;
  margin-left: 8px; /* Space between the text and the x */
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}
.nice-select .optgroup {
  font-weight: bold;
}

.no-csspointerevents .nice-select .nice-select-dropdown {
  display: none;
}
.no-csspointerevents .nice-select.open .nice-select-dropdown {
  display: block;
}

.nice-select .list::-webkit-scrollbar {
  width: 0;
}

.nice-select .has-multiple {
  white-space: inherit;
  height: auto;
  padding: 7px 12px;
  min-height: 36px;
  line-height: 22px;
}
.nice-select .has-multiple span.current {
  border: 1px solid #CCC;
  background: #EEE;
  padding: 0 10px;
  border-radius: 3px;
  display: inline-block;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 3px;
  margin-right: 3px;
}
.nice-select .has-multiple .multiple-options {
  display: block;
  line-height: 24px;
  padding: 0;
}
.nice-select .nice-select-search-box {
  box-sizing: border-box;
  width: 100%;
  padding: 5px;
  pointer-events: none;
  border-radius: 5px 5px 0 0;
}
.nice-select .nice-select-search {
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  color: #444;
  display: inline-block;
  vertical-align: middle;
  padding: 7px 12px;
  margin: 0 10px 0 0;
  width: 100%;
  min-height: 36px;
  line-height: 22px;
  height: auto;
  outline: 0 !important;
  font-size: 14px;
}

.map-holder {
  position: relative;
}

.map-cover {
  position: absolute;
  inset: 0; /* full cover */
  background: rgba(0, 0, 0, 0.35); /* semi-transparent dark */
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: system-ui, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  pointer-events: none; /* let clicks pass through */
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1000;
}
.map-cover.show {
  opacity: 1;
}

.leaflet-map-small {
  width: 80%;
  height: 80vh;
}

.leaflet-map-full {
  width: 100%;
  height: calc(100vh - 132px);
  position: relative;
  z-index: 2;
}

.leaflet-map-med {
  width: 100%;
  min-height: 900px;
  position: relative;
  z-index: 2;
}

.floating-filters {
  padding: 12px 26px 4px 26px;
  background-color: #ffffff;
  width: 86%;
  position: absolute;
  top: 36px;
  z-index: 100;
  left: 7%;
  box-shadow: 10px 7px 22px -5px rgba(0, 0, 0, 0.38);
  -webkit-box-shadow: 10px 7px 22px -5px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 10px 7px 22px -5px rgba(0, 0, 0, 0.38);
}
.floating-filters .btn {
  margin-top: 4px;
}
.floating-filters input.search {
  border: 1px solid rgb(231.4, 231.4, 231.4);
  line-height: 1em;
  padding: 0.4em 0.5em;
  position: relative;
  top: 0.4em;
}

/* card on map */
.map-card {
  position: absolute;
  max-width: 380px;
  min-width: 320px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 200;
  top: 50px;
  right: 50px;
  padding: 26px;
}
.map-card .logo {
  margin-top: 12px;
  max-width: 60px;
}
.map-card h4 {
  margin: 0;
}
.map-card .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
}

.map-has-filterbar .map-card {
  top: 170px;
}

/* old */
.container-for-map {
  width: 100%;
  height: calc(100vh - 132px);
  display: flex;
  flex-wrap: wrap;
}
.container-for-map .sidebar-left {
  box-sizing: border-box;
  position: absolute;
  z-index: 10;
  width: 300px;
  height: calc(100vh - 132px);
  padding: 26px 18px;
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: #8664c2;
}
.container-for-map .sidebar-left.hidden-half {
  left: -230px;
  overflow-y: hidden;
}
.container-for-map .sidebar-left.hidden-half .map-sidebar-content {
  display: none;
}
.container-for-map .sidebar-middle {
  box-sizing: border-box;
  z-index: 1;
  height: calc(100vh - 132px);
  width: 370px;
  position: absolute;
  left: 300px;
  background-color: rgb(241.6, 241.6, 241.6);
  padding: 18px;
  overflow-y: auto;
}
.container-for-map .sidebar-middle.hidden-sidebar-left {
  left: 70px;
}
.container-for-map .main-content {
  box-sizing: border-box;
  z-index: 1;
  width: 100%;
  margin-left: 670px;
}
.container-for-map .main-content.hidden-sidebar-left {
  margin-left: 440px;
}
.container-for-map {
  /* Responsive container for the SVG */
}
.container-for-map .svg-container {
  width: 100%;
  /* Full width of the parent container */
  height: calc(100vh - 132px);
  max-width: 2500px;
  /* Optional: max-width to prevent excessive stretching */
  margin: 0 auto;
  /* Center horizontally */
}
.container-for-map .filter-vert-opt-group select {
  position: absolute;
}
.container-for-map .filter-vert-opt-group .nice-select {
  width: 100%;
  margin-top: 0;
}
.container-for-map .filter-vert-opt-group .js-button {
  font-size: 1.4375rem;
  position: relative;
  top: -0.3em;
  margin-bottom: -0.3em;
  cursor: pointer;
}
.container-for-map .filter-vert-opt-group .group-content {
  display: block;
}
.container-for-map .filter-vert-opt-group .group-content.closed {
  display: none;
}
.container-for-map {
  /* checkbox in filter */
}
.container-for-map .checkbox-wrap {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  max-width: 220px;
}
.container-for-map .checkbox-wrap input[type=checkbox] {
  margin: 0;
  margin-top: 2px;
  flex-shrink: 0;
}
.container-for-map .checkbox-wrap label {
  line-height: 1.2;
  cursor: pointer;
  user-select: none;
}
.container-for-map {
  /* Add styles for zoom buttons */
}
.container-for-map .zoom-buttons {
  position: absolute;
  bottom: 2px;
  right: 10px;
  z-index: 10;
}
.container-for-map .zoom-buttons button {
  display: block;
  margin: 5px;
  padding: 5px 10px;
  font-size: 26px;
  background-color: #fff;
  color: #8664C2;
  border-radius: 8px;
  border: 1px solid #3AD4A7;
  cursor: pointer;
  box-shadow: 5px 7px 15px -9px rgba(0, 0, 0, 0.39);
  -webkit-box-shadow: 5px 7px 15px -9px rgba(0, 0, 0, 0.39);
  -moz-box-shadow: 5px 7px 15px -9px rgba(0, 0, 0, 0.39);
}
.container-for-map .zoom-buttons button:hover {
  background-color: rgb(141.725, 230.275, 204.4);
}
.container-for-map {
  /* Styling for the user information message */
}
.container-for-map .zoom-info {
  position: absolute;
  bottom: 20px;
  right: 10px;
  background-color: rgba(134, 100, 194, 0.7);
  color: #ffffff;
  padding: 10px;
  font-size: 14px;
  border-radius: 8px;
  display: none;
  /* Initially hidden */
}
.container-for-map {
  /* Tooltip styling */
}
.container-for-map .tooltip {
  position: absolute;
  text-align: center;
  padding: 8px;
  font-size: 12px;
  background: rgba(134, 100, 194, 0.7);
  color: #fff;
  border-radius: 8px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
}

/*Custom map popup style */
.custom-popup .leaflet-popup-content-wrapper {
  background: #f8fafc; /* soft gray */
  color: #1e293b; /* slate text */
  border-radius: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  font-family: system-ui, sans-serif;
  padding: 8px;
}

.custom-popup .leaflet-popup-tip {
  background: #f8fafc;
}

/* Title + description inside popup */
.popup-title {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 4px;
  color: #0f172a;
}

.popup-desc {
  font-size: 13px;
  line-height: 1.4;
  color: #334155;
}

div.vis-navigation div.vis-button.vis-up {
  background-image: url("../images/icons/arrow-up-circle.svg");
}

div.vis-network div.vis-navigation div.vis-button {
  background-color: transparent;
  background-size: contain;
  background-position: center;
  width: 25px;
  height: 25px;
  filter: invert(12%) sepia(83%) saturate(4664%) hue-rotate(266deg) brightness(97%) contrast(120%);
}
div.vis-network div.vis-navigation div.vis-button:hover {
  box-shadow: none;
  opacity: 0.3;
}
div.vis-network div.vis-navigation div.vis-button.vis-up {
  background-image: url("../images/icons/arrow-up.svg");
}
div.vis-network div.vis-navigation div.vis-button.vis-down {
  background-image: url("../images/icons/arrow-down.svg");
}
div.vis-network div.vis-navigation div.vis-button.vis-right {
  background-image: url("../images/icons/arrow-right.svg");
}
div.vis-network div.vis-navigation div.vis-button.vis-left {
  background-image: url("../images/icons/arrow-left.svg");
}
div.vis-network div.vis-navigation div.vis-button.vis-zoomIn {
  background-image: url("../images/icons/plus.svg");
}
div.vis-network div.vis-navigation div.vis-button.vis-zoomOut {
  background-image: url("../images/icons/minus.svg");
}
div.vis-network div.vis-navigation div.vis-button.vis-zoomExtends {
  background-image: url("../images/icons/maximize.svg");
}

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