@font-face {
  font-family: "frei";
  src: url("../fonts/900.woff2") format("woff2"), url("../fonts/900.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "frei";
  src: url("../fonts/700.woff2") format("woff2"), url("../fonts/700.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "frei";
  src: url("../fonts/500.woff2") format("woff2"), url("../fonts/500.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "frei";
  src: url("../fonts/400.woff2") format("woff2"), url("../fonts/400.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@keyframes sk-pulse {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
/*DEFAULTS*/
*, *:after, *:before {
  box-sizing: border-box;
}

:root {
  --layout-space: 24px;
}

html {
  cursor: default;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background: #044A41;
  background-repeat: no-repeat;
  background-size: 100% 700px;
  background-position: left bottom;
  overflow-x: hidden;
  margin: 0 !important;
}
@media (max-width: 1100px) {
  html {
    background-size: 100% 560px;
  }
}
html:not(.disable-scroll-behave) {
  scroll-behavior: smooth;
  scroll-padding-top: 86px;
}
@media (max-width: 1100px) {
  html:not(.disable-scroll-behave) {
    scroll-padding-top: 64px;
  }
  html.menuopen {
    overflow: hidden;
  }
}
html.popupopen {
  overflow: hidden;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  font-weight: 400;
  color: #003932;
  overflow-x: clip;
}

body.resizing *:not(.ignore_resizing):not(.slider-custom),
body.resizing *:not(.ignore_resizing):after,
body.resizing *:not(.ignore_resizing):before {
  transition: none !important;
}

.container {
  position: relative;
  display: grid;
  min-height: 100vh;
  margin: 0 auto;
  width: 100%;
  grid-auto-rows: 1fr auto;
  -ms-grid-rows: 1fr auto;
  grid-auto-rows: auto auto 1fr auto;
  -ms-grid-rows: auto auto 1fr auto;
  grid-template-columns: 1fr;
}
.container .topbar {
  grid-row: 1;
  width: 100%;
  min-width: 1px;
}
.container .header {
  grid-row: 2;
}
.container .main {
  grid-column: 1;
  width: 100%;
  min-width: 100%;
  grid-row: 3;
  padding-top: 0;
}
.container .footer {
  grid-column: 1;
  width: 100%;
  min-width: 100%;
  grid-row: 4;
}

.wrapper_full {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 48px);
}
@media (max-width: 1100px) {
  .wrapper_full {
    width: calc(100% - 34px);
  }
}

.wrapper2 {
  width: calc(100% - 48px);
  max-width: 1288px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1100px) {
  .wrapper2 {
    width: calc(100% - 34px);
  }
}

.wrapper3 {
  width: calc(100% - 48px);
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1100px) {
  .wrapper3 {
    width: calc(100% - 34px);
  }
}

.wrapper4 {
  width: calc(100% - 48px);
  max-width: 1460px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1100px) {
  .wrapper4 {
    width: calc(100% - 34px);
  }
}

.wrapper {
  width: calc(100% - 48px);
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1100px) {
  .wrapper {
    width: calc(100% - 34px);
  }
}
@media (max-width: 1360px) {
  .wrapper_xlm {
    max-width: 900px;
  }
}
@media (max-width: 1100px) {
  .wrapper_lgm {
    max-width: 570px;
  }
}
@media (max-width: 767px) {
  .wrapper_mdm {
    max-width: 400px;
  }
}
@media (max-width: 577px) {
  .wrapper_smm {
    max-width: 300px;
  }
}

.wrapper_outter {
  margin-left: auto;
  margin-right: auto;
  max-width: 1460px;
  width: calc(100% - 48px);
}
@media (max-width: 1100px) {
  .wrapper_outter {
    width: calc(100% - 24px);
  }
}

A {
  outline: none;
  text-decoration: none;
  color: inherit;
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

IMG {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary, main {
  display: block;
}

audio, progress, canvas, video {
  display: inline-block;
  vertical-align: baseline;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

* html audio, * html canvas, * html video {
  display: inline;
  zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

b, strong {
  font-weight: bold;
}

button, input, select, optgroup, textarea {
  font-family: "Work Sans", sans-serif;
  margin: 0;
}

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

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

p, pre {
  margin: 0.8em 0;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

* + html code, * + html kbd, * + html pre, * + html samp {
  font-family: "courier new", monospace;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: auto;
}

q {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl, menu, ol, ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

menu, ol, ul {
  padding: 0 0 0 40px;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}

svg {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

* html legend {
  margin-left: -7px;
}

* + html legend {
  margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  vertical-align: middle;
}

button, input {
  line-height: normal;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

input {
  padding: 0;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

* html button, * html input[type=button], * html input[type=reset], * html input[type=submit] {
  overflow: visible;
}

* html button, * + html input[type=button], * + html input[type=reset], * + html input[type=submit] {
  overflow: visible;
}

button[disabled], input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

* html input[type=checkbox], * html input[type=radio] {
  height: 13px;
  width: 13px;
}

* + html input[type=checkbox], * + html input[type=radio] {
  height: 13px;
  width: 13px;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

area {
  cursor: pointer;
}

hr {
  box-sizing: content-box;
  height: 0;
}

.cf:after {
  content: "";
  display: table;
  clear: both;
}

.hide_overflow {
  position: absolute;
  overflow: hidden;
  visibility: hidden;
  height: 1px;
  width: 1px;
}

/*SICOFILL*/
.sico {
  fill: currentColor;
  display: inline-block;
  pointer-events: none;
  overflow: visible;
}

.sicos {
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  display: inline-block;
  pointer-events: none;
}

.sicofill {
  fill: currentColor;
  display: inline-block;
  pointer-events: none;
  display: block;
  width: 100%;
  height: 100%;
}

.svghide {
  overflow: visible;
}
.svghide_cont {
  position: absolute;
  overflow: hidden !important;
}

.hide_overflow {
  width: 0;
  height: 0;
  position: absolute;
  overflow: hidden !important;
}

.player_yt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/**MQ**/
@media (max-width: 319px) {
  body {
    min-width: 320px;
    overflow-x: hidden;
  }
}
/*STYLE PRIMARY*/
/*GRID*/
.grid {
  display: flex;
  margin-left: -20px;
  --grid-space: 20px;
}
.grid:not([class*=flex-nowrap]) {
  flex-wrap: wrap;
}
.grid > .col1, .grid > .col2, .grid > .col25, .grid > .col23, .grid > .col3, .grid > .col35, .grid > .col34, .grid > .col4,
.grid > .col5, .grid > .col6, .grid > .col8, .grid > .col_default,
.grid > .col15p,
.grid > .col22p,
.grid > .col28p,
.grid > .col30p,
.grid > .col32p,
.grid > .col35p,
.grid > .col39p,
.grid > .col40p,
.grid > .col42p,
.grid > .col43p,
.grid > .col45p,
.grid > .col43p,
.grid > .col55p,
.grid > .col54p,
.grid > .col57p,
.grid > .col60p,
.grid > .col61p,
.grid > .col78p,
.grid > .col_custom1,
.grid > .col_custom2 {
  margin-left: 20px;
}
.grid > .col1 {
  width: calc(100% - 20px);
}
.grid > .col23 {
  width: calc(66.666% - 20px);
}
.grid > .col2 {
  width: calc(50% - 20px);
}
.grid > .col25 {
  width: calc(40% - 20px);
}
.grid > .col3 {
  width: calc(33.333% - 20px);
}
.grid > .col30p {
  width: calc(30% - 20px);
}
.grid > .col34 {
  width: calc(75% - 20px);
}
.grid > .col4 {
  width: calc(25% - 20px);
}
.grid > .col5 {
  width: calc(20% - 20px);
}
.grid > .col35,
.grid > .col60p {
  width: calc(60% - 20px);
}
.grid > .col6 {
  width: calc(16.6666% - 20px);
}
.grid > .col8 {
  width: calc(12.5% - 20px);
}
.grid > .col15p {
  width: calc(15% - 20px);
}
.grid > .col22p {
  width: calc(22% - 20px);
}
.grid > .col28p {
  width: calc(28% - 20px);
}
.grid > .col32p {
  width: calc(32% - 20px);
}
.grid > .col35p {
  width: calc(35% - 20px);
}
.grid > .col39p {
  width: calc(39% - 20px);
}
.grid > .col40p {
  width: calc(40% - 20px);
}
.grid > .col42p {
  width: calc(42% - 20px);
}
.grid > .col43p {
  width: calc(43% - 20px);
}
.grid > .col45p {
  width: calc(45% - 20px);
}
.grid > .col46p {
  width: calc(45% - 20px);
}
.grid > .col55p {
  width: calc(55% - 20px);
}
.grid > .col54p {
  width: calc(54% - 20px);
}
.grid > .col57p {
  width: calc(57% - 20px);
}
.grid > .col61p {
  width: calc(61% - 20px);
}
.grid > .col78p {
  width: calc(78% - 20px);
}
.grid > .offset {
  margin-top: 20px;
}
.grid > .col_equal {
  flex: 1 1 0%;
  margin-left: 20px;
}
.grid > .col_fill {
  flex: 1 1 0%;
  margin-left: 20px;
  min-width: 0;
}
.grid > .offset_double {
  margin-top: 40px;
}
.grid > .offset_half {
  margin-top: 10px;
}
.grid > .offset_dist {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 1360px) {
  .grid > .col5_xlm {
    width: calc(20% - 20px);
  }
  .grid > .col25_xlm {
    width: calc(40% - 20px);
  }
  .grid > .col30p_xlm {
    width: calc(30% - 20px);
  }
  .grid > .col1_xlm {
    width: calc(100% - 20px);
  }
  .grid > .col2_xlm {
    width: calc(50% - 20px);
  }
  .grid > .col3_xlm {
    width: calc(33.333% - 20px);
  }
  .grid > .col4_xlm {
    width: calc(25% - 20px);
  }
  .grid > .col233_xlm {
    width: calc(22.222% - 20px);
  }
  .grid > .offset_double_xlm {
    margin-top: 40px;
  }
}
@media (max-width: 1100px) {
  .grid > .col1_lgm {
    flex: 0 1 auto;
    width: calc(100% - 20px);
  }
  .grid > .col2_lgm {
    width: calc(50% - 20px);
  }
  .grid > .col3_lgm {
    flex: 0 1 auto;
    width: calc(33.333% - 20px);
  }
  .grid > .col23_lgm {
    flex: 0 1 auto;
    width: calc(66.666% - 20px);
  }
  .grid > .col4_lgm {
    width: calc(25% - 20px);
  }
  .grid > .col5_lgm {
    width: calc(20% - 20px);
  }
  .grid > .offset_double_lgm {
    margin-top: 40px;
  }
  .grid > .offset_half_lgm {
    margin-top: 10px;
  }
  .grid > .col_default_lgm {
    width: auto;
  }
}
@media (max-width: 767px) {
  .grid > .col1_mdm {
    width: calc(100% - 20px);
    flex: 0 1 auto;
  }
  .grid > .col2_mdm {
    width: calc(50% - 20px);
  }
  .grid > .col3_mdm {
    width: calc(33.333% - 20px);
  }
  .grid > .offset_double_mdm {
    margin-top: 40px;
  }
  .grid > .offset_triple_mdm {
    margin-top: 60px;
  }
}
@media (max-width: 577px) {
  .grid > .col2_smm {
    width: calc(50% - 20px);
  }
  .grid > .col1_smm {
    width: calc(100% - 20px);
  }
}
.grid.small-space {
  margin-left: -10px;
  --grid-space: 10px;
}
.grid.small-space > .col1, .grid.small-space > .col2, .grid.small-space > .col25, .grid.small-space > .col23, .grid.small-space > .col3, .grid.small-space > .col35, .grid.small-space > .col34, .grid.small-space > .col4,
.grid.small-space > .col5, .grid.small-space > .col6, .grid.small-space > .col8, .grid.small-space > .col_default,
.grid.small-space > .col15p,
.grid.small-space > .col22p,
.grid.small-space > .col28p,
.grid.small-space > .col30p,
.grid.small-space > .col32p,
.grid.small-space > .col35p,
.grid.small-space > .col39p,
.grid.small-space > .col40p,
.grid.small-space > .col42p,
.grid.small-space > .col43p,
.grid.small-space > .col45p,
.grid.small-space > .col43p,
.grid.small-space > .col55p,
.grid.small-space > .col54p,
.grid.small-space > .col57p,
.grid.small-space > .col60p,
.grid.small-space > .col61p,
.grid.small-space > .col78p,
.grid.small-space > .col_custom1,
.grid.small-space > .col_custom2 {
  margin-left: 10px;
}
.grid.small-space > .col1 {
  width: calc(100% - 10px);
}
.grid.small-space > .col23 {
  width: calc(66.666% - 10px);
}
.grid.small-space > .col2 {
  width: calc(50% - 10px);
}
.grid.small-space > .col25 {
  width: calc(40% - 10px);
}
.grid.small-space > .col3 {
  width: calc(33.333% - 10px);
}
.grid.small-space > .col30p {
  width: calc(30% - 10px);
}
.grid.small-space > .col34 {
  width: calc(75% - 10px);
}
.grid.small-space > .col4 {
  width: calc(25% - 10px);
}
.grid.small-space > .col5 {
  width: calc(20% - 10px);
}
.grid.small-space > .col35,
.grid.small-space > .col60p {
  width: calc(60% - 10px);
}
.grid.small-space > .col6 {
  width: calc(16.6666% - 10px);
}
.grid.small-space > .col8 {
  width: calc(12.5% - 10px);
}
.grid.small-space > .col15p {
  width: calc(15% - 10px);
}
.grid.small-space > .col22p {
  width: calc(22% - 10px);
}
.grid.small-space > .col28p {
  width: calc(28% - 10px);
}
.grid.small-space > .col32p {
  width: calc(32% - 10px);
}
.grid.small-space > .col35p {
  width: calc(35% - 10px);
}
.grid.small-space > .col39p {
  width: calc(39% - 10px);
}
.grid.small-space > .col40p {
  width: calc(40% - 10px);
}
.grid.small-space > .col42p {
  width: calc(42% - 10px);
}
.grid.small-space > .col43p {
  width: calc(43% - 10px);
}
.grid.small-space > .col45p {
  width: calc(45% - 10px);
}
.grid.small-space > .col46p {
  width: calc(45% - 10px);
}
.grid.small-space > .col55p {
  width: calc(55% - 10px);
}
.grid.small-space > .col54p {
  width: calc(54% - 10px);
}
.grid.small-space > .col57p {
  width: calc(57% - 10px);
}
.grid.small-space > .col61p {
  width: calc(61% - 10px);
}
.grid.small-space > .col78p {
  width: calc(78% - 10px);
}
.grid.small-space > .offset {
  margin-top: 10px;
}
.grid.small-space > .col_equal {
  flex: 1 1 0%;
  margin-left: 10px;
}
.grid.small-space > .col_fill {
  flex: 1 1 0%;
  margin-left: 10px;
  min-width: 0;
}
.grid.small-space > .offset_double {
  margin-top: 20px;
}
.grid.small-space > .offset_half {
  margin-top: 5px;
}
.grid.small-space > .offset_dist {
  margin-top: 5px;
  margin-bottom: 5px;
}
@media (max-width: 1360px) {
  .grid.small-space > .col5_xlm {
    width: calc(20% - 10px);
  }
  .grid.small-space > .col25_xlm {
    width: calc(40% - 10px);
  }
  .grid.small-space > .col30p_xlm {
    width: calc(30% - 10px);
  }
  .grid.small-space > .col1_xlm {
    width: calc(100% - 10px);
  }
  .grid.small-space > .col2_xlm {
    width: calc(50% - 10px);
  }
  .grid.small-space > .col3_xlm {
    width: calc(33.333% - 10px);
  }
  .grid.small-space > .col4_xlm {
    width: calc(25% - 10px);
  }
  .grid.small-space > .col233_xlm {
    width: calc(22.222% - 10px);
  }
  .grid.small-space > .offset_double_xlm {
    margin-top: 20px;
  }
}
@media (max-width: 1100px) {
  .grid.small-space > .col1_lgm {
    flex: 0 1 auto;
    width: calc(100% - 10px);
  }
  .grid.small-space > .col2_lgm {
    width: calc(50% - 10px);
  }
  .grid.small-space > .col3_lgm {
    flex: 0 1 auto;
    width: calc(33.333% - 10px);
  }
  .grid.small-space > .col23_lgm {
    flex: 0 1 auto;
    width: calc(66.666% - 10px);
  }
  .grid.small-space > .col4_lgm {
    width: calc(25% - 10px);
  }
  .grid.small-space > .col5_lgm {
    width: calc(20% - 10px);
  }
  .grid.small-space > .offset_double_lgm {
    margin-top: 20px;
  }
  .grid.small-space > .offset_half_lgm {
    margin-top: 5px;
  }
  .grid.small-space > .col_default_lgm {
    width: auto;
  }
}
@media (max-width: 767px) {
  .grid.small-space > .col1_mdm {
    width: calc(100% - 10px);
    flex: 0 1 auto;
  }
  .grid.small-space > .col2_mdm {
    width: calc(50% - 10px);
  }
  .grid.small-space > .col3_mdm {
    width: calc(33.333% - 10px);
  }
  .grid.small-space > .offset_double_mdm {
    margin-top: 20px;
  }
  .grid.small-space > .offset_triple_mdm {
    margin-top: 30px;
  }
}
@media (max-width: 577px) {
  .grid.small-space > .col2_smm {
    width: calc(50% - 10px);
  }
  .grid.small-space > .col1_smm {
    width: calc(100% - 10px);
  }
}
.grid.mid-space {
  margin-left: -40px;
  --grid-space: 40px;
}
.grid.mid-space > .col1, .grid.mid-space > .col2, .grid.mid-space > .col25, .grid.mid-space > .col23, .grid.mid-space > .col3, .grid.mid-space > .col35, .grid.mid-space > .col34, .grid.mid-space > .col4,
.grid.mid-space > .col5, .grid.mid-space > .col6, .grid.mid-space > .col8, .grid.mid-space > .col_default,
.grid.mid-space > .col15p,
.grid.mid-space > .col22p,
.grid.mid-space > .col28p,
.grid.mid-space > .col30p,
.grid.mid-space > .col32p,
.grid.mid-space > .col35p,
.grid.mid-space > .col39p,
.grid.mid-space > .col40p,
.grid.mid-space > .col42p,
.grid.mid-space > .col43p,
.grid.mid-space > .col45p,
.grid.mid-space > .col43p,
.grid.mid-space > .col55p,
.grid.mid-space > .col54p,
.grid.mid-space > .col57p,
.grid.mid-space > .col60p,
.grid.mid-space > .col61p,
.grid.mid-space > .col78p,
.grid.mid-space > .col_custom1,
.grid.mid-space > .col_custom2 {
  margin-left: 40px;
}
.grid.mid-space > .col1 {
  width: calc(100% - 40px);
}
.grid.mid-space > .col23 {
  width: calc(66.666% - 40px);
}
.grid.mid-space > .col2 {
  width: calc(50% - 40px);
}
.grid.mid-space > .col25 {
  width: calc(40% - 40px);
}
.grid.mid-space > .col3 {
  width: calc(33.333% - 40px);
}
.grid.mid-space > .col30p {
  width: calc(30% - 40px);
}
.grid.mid-space > .col34 {
  width: calc(75% - 40px);
}
.grid.mid-space > .col4 {
  width: calc(25% - 40px);
}
.grid.mid-space > .col5 {
  width: calc(20% - 40px);
}
.grid.mid-space > .col35,
.grid.mid-space > .col60p {
  width: calc(60% - 40px);
}
.grid.mid-space > .col6 {
  width: calc(16.6666% - 40px);
}
.grid.mid-space > .col8 {
  width: calc(12.5% - 40px);
}
.grid.mid-space > .col15p {
  width: calc(15% - 40px);
}
.grid.mid-space > .col22p {
  width: calc(22% - 40px);
}
.grid.mid-space > .col28p {
  width: calc(28% - 40px);
}
.grid.mid-space > .col32p {
  width: calc(32% - 40px);
}
.grid.mid-space > .col35p {
  width: calc(35% - 40px);
}
.grid.mid-space > .col39p {
  width: calc(39% - 40px);
}
.grid.mid-space > .col40p {
  width: calc(40% - 40px);
}
.grid.mid-space > .col42p {
  width: calc(42% - 40px);
}
.grid.mid-space > .col43p {
  width: calc(43% - 40px);
}
.grid.mid-space > .col45p {
  width: calc(45% - 40px);
}
.grid.mid-space > .col46p {
  width: calc(45% - 40px);
}
.grid.mid-space > .col55p {
  width: calc(55% - 40px);
}
.grid.mid-space > .col54p {
  width: calc(54% - 40px);
}
.grid.mid-space > .col57p {
  width: calc(57% - 40px);
}
.grid.mid-space > .col61p {
  width: calc(61% - 40px);
}
.grid.mid-space > .col78p {
  width: calc(78% - 40px);
}
.grid.mid-space > .offset {
  margin-top: 40px;
}
.grid.mid-space > .col_equal {
  flex: 1 1 0%;
  margin-left: 40px;
}
.grid.mid-space > .col_fill {
  flex: 1 1 0%;
  margin-left: 40px;
  min-width: 0;
}
.grid.mid-space > .offset_double {
  margin-top: 80px;
}
.grid.mid-space > .offset_half {
  margin-top: 20px;
}
.grid.mid-space > .offset_dist {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 1360px) {
  .grid.mid-space > .col5_xlm {
    width: calc(20% - 40px);
  }
  .grid.mid-space > .col25_xlm {
    width: calc(40% - 40px);
  }
  .grid.mid-space > .col30p_xlm {
    width: calc(30% - 40px);
  }
  .grid.mid-space > .col1_xlm {
    width: calc(100% - 40px);
  }
  .grid.mid-space > .col2_xlm {
    width: calc(50% - 40px);
  }
  .grid.mid-space > .col3_xlm {
    width: calc(33.333% - 40px);
  }
  .grid.mid-space > .col4_xlm {
    width: calc(25% - 40px);
  }
  .grid.mid-space > .col233_xlm {
    width: calc(22.222% - 40px);
  }
  .grid.mid-space > .offset_double_xlm {
    margin-top: 80px;
  }
}
@media (max-width: 1100px) {
  .grid.mid-space > .col1_lgm {
    flex: 0 1 auto;
    width: calc(100% - 40px);
  }
  .grid.mid-space > .col2_lgm {
    width: calc(50% - 40px);
  }
  .grid.mid-space > .col3_lgm {
    flex: 0 1 auto;
    width: calc(33.333% - 40px);
  }
  .grid.mid-space > .col23_lgm {
    flex: 0 1 auto;
    width: calc(66.666% - 40px);
  }
  .grid.mid-space > .col4_lgm {
    width: calc(25% - 40px);
  }
  .grid.mid-space > .col5_lgm {
    width: calc(20% - 40px);
  }
  .grid.mid-space > .offset_double_lgm {
    margin-top: 80px;
  }
  .grid.mid-space > .offset_half_lgm {
    margin-top: 20px;
  }
  .grid.mid-space > .col_default_lgm {
    width: auto;
  }
}
@media (max-width: 767px) {
  .grid.mid-space > .col1_mdm {
    width: calc(100% - 40px);
    flex: 0 1 auto;
  }
  .grid.mid-space > .col2_mdm {
    width: calc(50% - 40px);
  }
  .grid.mid-space > .col3_mdm {
    width: calc(33.333% - 40px);
  }
  .grid.mid-space > .offset_double_mdm {
    margin-top: 80px;
  }
  .grid.mid-space > .offset_triple_mdm {
    margin-top: 120px;
  }
}
@media (max-width: 577px) {
  .grid.mid-space > .col2_smm {
    width: calc(50% - 40px);
  }
  .grid.mid-space > .col1_smm {
    width: calc(100% - 40px);
  }
}
.grid.mid-space2 {
  margin-left: -35px;
  --grid-space: 35px;
}
.grid.mid-space2 > .col1, .grid.mid-space2 > .col2, .grid.mid-space2 > .col25, .grid.mid-space2 > .col23, .grid.mid-space2 > .col3, .grid.mid-space2 > .col35, .grid.mid-space2 > .col34, .grid.mid-space2 > .col4,
.grid.mid-space2 > .col5, .grid.mid-space2 > .col6, .grid.mid-space2 > .col8, .grid.mid-space2 > .col_default,
.grid.mid-space2 > .col15p,
.grid.mid-space2 > .col22p,
.grid.mid-space2 > .col28p,
.grid.mid-space2 > .col30p,
.grid.mid-space2 > .col32p,
.grid.mid-space2 > .col35p,
.grid.mid-space2 > .col39p,
.grid.mid-space2 > .col40p,
.grid.mid-space2 > .col42p,
.grid.mid-space2 > .col43p,
.grid.mid-space2 > .col45p,
.grid.mid-space2 > .col43p,
.grid.mid-space2 > .col55p,
.grid.mid-space2 > .col54p,
.grid.mid-space2 > .col57p,
.grid.mid-space2 > .col60p,
.grid.mid-space2 > .col61p,
.grid.mid-space2 > .col78p,
.grid.mid-space2 > .col_custom1,
.grid.mid-space2 > .col_custom2 {
  margin-left: 35px;
}
.grid.mid-space2 > .col1 {
  width: calc(100% - 35px);
}
.grid.mid-space2 > .col23 {
  width: calc(66.666% - 35px);
}
.grid.mid-space2 > .col2 {
  width: calc(50% - 35px);
}
.grid.mid-space2 > .col25 {
  width: calc(40% - 35px);
}
.grid.mid-space2 > .col3 {
  width: calc(33.333% - 35px);
}
.grid.mid-space2 > .col30p {
  width: calc(30% - 35px);
}
.grid.mid-space2 > .col34 {
  width: calc(75% - 35px);
}
.grid.mid-space2 > .col4 {
  width: calc(25% - 35px);
}
.grid.mid-space2 > .col5 {
  width: calc(20% - 35px);
}
.grid.mid-space2 > .col35,
.grid.mid-space2 > .col60p {
  width: calc(60% - 35px);
}
.grid.mid-space2 > .col6 {
  width: calc(16.6666% - 35px);
}
.grid.mid-space2 > .col8 {
  width: calc(12.5% - 35px);
}
.grid.mid-space2 > .col15p {
  width: calc(15% - 35px);
}
.grid.mid-space2 > .col22p {
  width: calc(22% - 35px);
}
.grid.mid-space2 > .col28p {
  width: calc(28% - 35px);
}
.grid.mid-space2 > .col32p {
  width: calc(32% - 35px);
}
.grid.mid-space2 > .col35p {
  width: calc(35% - 35px);
}
.grid.mid-space2 > .col39p {
  width: calc(39% - 35px);
}
.grid.mid-space2 > .col40p {
  width: calc(40% - 35px);
}
.grid.mid-space2 > .col42p {
  width: calc(42% - 35px);
}
.grid.mid-space2 > .col43p {
  width: calc(43% - 35px);
}
.grid.mid-space2 > .col45p {
  width: calc(45% - 35px);
}
.grid.mid-space2 > .col46p {
  width: calc(45% - 35px);
}
.grid.mid-space2 > .col55p {
  width: calc(55% - 35px);
}
.grid.mid-space2 > .col54p {
  width: calc(54% - 35px);
}
.grid.mid-space2 > .col57p {
  width: calc(57% - 35px);
}
.grid.mid-space2 > .col61p {
  width: calc(61% - 35px);
}
.grid.mid-space2 > .col78p {
  width: calc(78% - 35px);
}
.grid.mid-space2 > .offset {
  margin-top: 35px;
}
.grid.mid-space2 > .col_equal {
  flex: 1 1 0%;
  margin-left: 35px;
}
.grid.mid-space2 > .col_fill {
  flex: 1 1 0%;
  margin-left: 35px;
  min-width: 0;
}
.grid.mid-space2 > .offset_double {
  margin-top: 70px;
}
.grid.mid-space2 > .offset_half {
  margin-top: 17.5px;
}
.grid.mid-space2 > .offset_dist {
  margin-top: 17.5px;
  margin-bottom: 17.5px;
}
@media (max-width: 1360px) {
  .grid.mid-space2 > .col5_xlm {
    width: calc(20% - 35px);
  }
  .grid.mid-space2 > .col25_xlm {
    width: calc(40% - 35px);
  }
  .grid.mid-space2 > .col30p_xlm {
    width: calc(30% - 35px);
  }
  .grid.mid-space2 > .col1_xlm {
    width: calc(100% - 35px);
  }
  .grid.mid-space2 > .col2_xlm {
    width: calc(50% - 35px);
  }
  .grid.mid-space2 > .col3_xlm {
    width: calc(33.333% - 35px);
  }
  .grid.mid-space2 > .col4_xlm {
    width: calc(25% - 35px);
  }
  .grid.mid-space2 > .col233_xlm {
    width: calc(22.222% - 35px);
  }
  .grid.mid-space2 > .offset_double_xlm {
    margin-top: 70px;
  }
}
@media (max-width: 1100px) {
  .grid.mid-space2 > .col1_lgm {
    flex: 0 1 auto;
    width: calc(100% - 35px);
  }
  .grid.mid-space2 > .col2_lgm {
    width: calc(50% - 35px);
  }
  .grid.mid-space2 > .col3_lgm {
    flex: 0 1 auto;
    width: calc(33.333% - 35px);
  }
  .grid.mid-space2 > .col23_lgm {
    flex: 0 1 auto;
    width: calc(66.666% - 35px);
  }
  .grid.mid-space2 > .col4_lgm {
    width: calc(25% - 35px);
  }
  .grid.mid-space2 > .col5_lgm {
    width: calc(20% - 35px);
  }
  .grid.mid-space2 > .offset_double_lgm {
    margin-top: 70px;
  }
  .grid.mid-space2 > .offset_half_lgm {
    margin-top: 17.5px;
  }
  .grid.mid-space2 > .col_default_lgm {
    width: auto;
  }
}
@media (max-width: 767px) {
  .grid.mid-space2 > .col1_mdm {
    width: calc(100% - 35px);
    flex: 0 1 auto;
  }
  .grid.mid-space2 > .col2_mdm {
    width: calc(50% - 35px);
  }
  .grid.mid-space2 > .col3_mdm {
    width: calc(33.333% - 35px);
  }
  .grid.mid-space2 > .offset_double_mdm {
    margin-top: 70px;
  }
  .grid.mid-space2 > .offset_triple_mdm {
    margin-top: 105px;
  }
}
@media (max-width: 577px) {
  .grid.mid-space2 > .col2_smm {
    width: calc(50% - 35px);
  }
  .grid.mid-space2 > .col1_smm {
    width: calc(100% - 35px);
  }
}
.grid.big-space {
  margin-left: -60px;
  --grid-space: 60px;
}
.grid.big-space > .col1, .grid.big-space > .col2, .grid.big-space > .col25, .grid.big-space > .col23, .grid.big-space > .col3, .grid.big-space > .col35, .grid.big-space > .col34, .grid.big-space > .col4,
.grid.big-space > .col5, .grid.big-space > .col6, .grid.big-space > .col8, .grid.big-space > .col_default,
.grid.big-space > .col15p,
.grid.big-space > .col22p,
.grid.big-space > .col28p,
.grid.big-space > .col30p,
.grid.big-space > .col32p,
.grid.big-space > .col35p,
.grid.big-space > .col39p,
.grid.big-space > .col40p,
.grid.big-space > .col42p,
.grid.big-space > .col43p,
.grid.big-space > .col45p,
.grid.big-space > .col43p,
.grid.big-space > .col55p,
.grid.big-space > .col54p,
.grid.big-space > .col57p,
.grid.big-space > .col60p,
.grid.big-space > .col61p,
.grid.big-space > .col78p,
.grid.big-space > .col_custom1,
.grid.big-space > .col_custom2 {
  margin-left: 60px;
}
.grid.big-space > .col1 {
  width: calc(100% - 60px);
}
.grid.big-space > .col23 {
  width: calc(66.666% - 60px);
}
.grid.big-space > .col2 {
  width: calc(50% - 60px);
}
.grid.big-space > .col25 {
  width: calc(40% - 60px);
}
.grid.big-space > .col3 {
  width: calc(33.333% - 60px);
}
.grid.big-space > .col30p {
  width: calc(30% - 60px);
}
.grid.big-space > .col34 {
  width: calc(75% - 60px);
}
.grid.big-space > .col4 {
  width: calc(25% - 60px);
}
.grid.big-space > .col5 {
  width: calc(20% - 60px);
}
.grid.big-space > .col35,
.grid.big-space > .col60p {
  width: calc(60% - 60px);
}
.grid.big-space > .col6 {
  width: calc(16.6666% - 60px);
}
.grid.big-space > .col8 {
  width: calc(12.5% - 60px);
}
.grid.big-space > .col15p {
  width: calc(15% - 60px);
}
.grid.big-space > .col22p {
  width: calc(22% - 60px);
}
.grid.big-space > .col28p {
  width: calc(28% - 60px);
}
.grid.big-space > .col32p {
  width: calc(32% - 60px);
}
.grid.big-space > .col35p {
  width: calc(35% - 60px);
}
.grid.big-space > .col39p {
  width: calc(39% - 60px);
}
.grid.big-space > .col40p {
  width: calc(40% - 60px);
}
.grid.big-space > .col42p {
  width: calc(42% - 60px);
}
.grid.big-space > .col43p {
  width: calc(43% - 60px);
}
.grid.big-space > .col45p {
  width: calc(45% - 60px);
}
.grid.big-space > .col46p {
  width: calc(45% - 60px);
}
.grid.big-space > .col55p {
  width: calc(55% - 60px);
}
.grid.big-space > .col54p {
  width: calc(54% - 60px);
}
.grid.big-space > .col57p {
  width: calc(57% - 60px);
}
.grid.big-space > .col61p {
  width: calc(61% - 60px);
}
.grid.big-space > .col78p {
  width: calc(78% - 60px);
}
.grid.big-space > .offset {
  margin-top: 60px;
}
.grid.big-space > .col_equal {
  flex: 1 1 0%;
  margin-left: 60px;
}
.grid.big-space > .col_fill {
  flex: 1 1 0%;
  margin-left: 60px;
  min-width: 0;
}
.grid.big-space > .offset_double {
  margin-top: 120px;
}
.grid.big-space > .offset_half {
  margin-top: 30px;
}
.grid.big-space > .offset_dist {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 1360px) {
  .grid.big-space > .col5_xlm {
    width: calc(20% - 60px);
  }
  .grid.big-space > .col25_xlm {
    width: calc(40% - 60px);
  }
  .grid.big-space > .col30p_xlm {
    width: calc(30% - 60px);
  }
  .grid.big-space > .col1_xlm {
    width: calc(100% - 60px);
  }
  .grid.big-space > .col2_xlm {
    width: calc(50% - 60px);
  }
  .grid.big-space > .col3_xlm {
    width: calc(33.333% - 60px);
  }
  .grid.big-space > .col4_xlm {
    width: calc(25% - 60px);
  }
  .grid.big-space > .col233_xlm {
    width: calc(22.222% - 60px);
  }
  .grid.big-space > .offset_double_xlm {
    margin-top: 120px;
  }
}
@media (max-width: 1100px) {
  .grid.big-space > .col1_lgm {
    flex: 0 1 auto;
    width: calc(100% - 60px);
  }
  .grid.big-space > .col2_lgm {
    width: calc(50% - 60px);
  }
  .grid.big-space > .col3_lgm {
    flex: 0 1 auto;
    width: calc(33.333% - 60px);
  }
  .grid.big-space > .col23_lgm {
    flex: 0 1 auto;
    width: calc(66.666% - 60px);
  }
  .grid.big-space > .col4_lgm {
    width: calc(25% - 60px);
  }
  .grid.big-space > .col5_lgm {
    width: calc(20% - 60px);
  }
  .grid.big-space > .offset_double_lgm {
    margin-top: 120px;
  }
  .grid.big-space > .offset_half_lgm {
    margin-top: 30px;
  }
  .grid.big-space > .col_default_lgm {
    width: auto;
  }
}
@media (max-width: 767px) {
  .grid.big-space > .col1_mdm {
    width: calc(100% - 60px);
    flex: 0 1 auto;
  }
  .grid.big-space > .col2_mdm {
    width: calc(50% - 60px);
  }
  .grid.big-space > .col3_mdm {
    width: calc(33.333% - 60px);
  }
  .grid.big-space > .offset_double_mdm {
    margin-top: 120px;
  }
  .grid.big-space > .offset_triple_mdm {
    margin-top: 180px;
  }
}
@media (max-width: 577px) {
  .grid.big-space > .col2_smm {
    width: calc(50% - 60px);
  }
  .grid.big-space > .col1_smm {
    width: calc(100% - 60px);
  }
}
.grid.zero-space {
  margin-left: 0px;
  --grid-space: 0px;
}
.grid.zero-space > .col1, .grid.zero-space > .col2, .grid.zero-space > .col25, .grid.zero-space > .col23, .grid.zero-space > .col3, .grid.zero-space > .col35, .grid.zero-space > .col34, .grid.zero-space > .col4,
.grid.zero-space > .col5, .grid.zero-space > .col6, .grid.zero-space > .col8, .grid.zero-space > .col_default,
.grid.zero-space > .col15p,
.grid.zero-space > .col22p,
.grid.zero-space > .col28p,
.grid.zero-space > .col30p,
.grid.zero-space > .col32p,
.grid.zero-space > .col35p,
.grid.zero-space > .col39p,
.grid.zero-space > .col40p,
.grid.zero-space > .col42p,
.grid.zero-space > .col43p,
.grid.zero-space > .col45p,
.grid.zero-space > .col43p,
.grid.zero-space > .col55p,
.grid.zero-space > .col54p,
.grid.zero-space > .col57p,
.grid.zero-space > .col60p,
.grid.zero-space > .col61p,
.grid.zero-space > .col78p,
.grid.zero-space > .col_custom1,
.grid.zero-space > .col_custom2 {
  margin-left: 0px;
}
.grid.zero-space > .col1 {
  width: calc(100% - 0px);
}
.grid.zero-space > .col23 {
  width: calc(66.666% - 0px);
}
.grid.zero-space > .col2 {
  width: calc(50% - 0px);
}
.grid.zero-space > .col25 {
  width: calc(40% - 0px);
}
.grid.zero-space > .col3 {
  width: calc(33.333% - 0px);
}
.grid.zero-space > .col30p {
  width: calc(30% - 0px);
}
.grid.zero-space > .col34 {
  width: calc(75% - 0px);
}
.grid.zero-space > .col4 {
  width: calc(25% - 0px);
}
.grid.zero-space > .col5 {
  width: calc(20% - 0px);
}
.grid.zero-space > .col35,
.grid.zero-space > .col60p {
  width: calc(60% - 0px);
}
.grid.zero-space > .col6 {
  width: calc(16.6666% - 0px);
}
.grid.zero-space > .col8 {
  width: calc(12.5% - 0px);
}
.grid.zero-space > .col15p {
  width: calc(15% - 0px);
}
.grid.zero-space > .col22p {
  width: calc(22% - 0px);
}
.grid.zero-space > .col28p {
  width: calc(28% - 0px);
}
.grid.zero-space > .col32p {
  width: calc(32% - 0px);
}
.grid.zero-space > .col35p {
  width: calc(35% - 0px);
}
.grid.zero-space > .col39p {
  width: calc(39% - 0px);
}
.grid.zero-space > .col40p {
  width: calc(40% - 0px);
}
.grid.zero-space > .col42p {
  width: calc(42% - 0px);
}
.grid.zero-space > .col43p {
  width: calc(43% - 0px);
}
.grid.zero-space > .col45p {
  width: calc(45% - 0px);
}
.grid.zero-space > .col46p {
  width: calc(45% - 0px);
}
.grid.zero-space > .col55p {
  width: calc(55% - 0px);
}
.grid.zero-space > .col54p {
  width: calc(54% - 0px);
}
.grid.zero-space > .col57p {
  width: calc(57% - 0px);
}
.grid.zero-space > .col61p {
  width: calc(61% - 0px);
}
.grid.zero-space > .col78p {
  width: calc(78% - 0px);
}
.grid.zero-space > .offset {
  margin-top: 0px;
}
.grid.zero-space > .col_equal {
  flex: 1 1 0%;
  margin-left: 0px;
}
.grid.zero-space > .col_fill {
  flex: 1 1 0%;
  margin-left: 0px;
  min-width: 0;
}
.grid.zero-space > .offset_double {
  margin-top: 0px;
}
.grid.zero-space > .offset_half {
  margin-top: 0px;
}
.grid.zero-space > .offset_dist {
  margin-top: 0px;
  margin-bottom: 0px;
}
@media (max-width: 1360px) {
  .grid.zero-space > .col5_xlm {
    width: calc(20% - 0px);
  }
  .grid.zero-space > .col25_xlm {
    width: calc(40% - 0px);
  }
  .grid.zero-space > .col30p_xlm {
    width: calc(30% - 0px);
  }
  .grid.zero-space > .col1_xlm {
    width: calc(100% - 0px);
  }
  .grid.zero-space > .col2_xlm {
    width: calc(50% - 0px);
  }
  .grid.zero-space > .col3_xlm {
    width: calc(33.333% - 0px);
  }
  .grid.zero-space > .col4_xlm {
    width: calc(25% - 0px);
  }
  .grid.zero-space > .col233_xlm {
    width: calc(22.222% - 0px);
  }
  .grid.zero-space > .offset_double_xlm {
    margin-top: 0px;
  }
}
@media (max-width: 1100px) {
  .grid.zero-space > .col1_lgm {
    flex: 0 1 auto;
    width: calc(100% - 0px);
  }
  .grid.zero-space > .col2_lgm {
    width: calc(50% - 0px);
  }
  .grid.zero-space > .col3_lgm {
    flex: 0 1 auto;
    width: calc(33.333% - 0px);
  }
  .grid.zero-space > .col23_lgm {
    flex: 0 1 auto;
    width: calc(66.666% - 0px);
  }
  .grid.zero-space > .col4_lgm {
    width: calc(25% - 0px);
  }
  .grid.zero-space > .col5_lgm {
    width: calc(20% - 0px);
  }
  .grid.zero-space > .offset_double_lgm {
    margin-top: 0px;
  }
  .grid.zero-space > .offset_half_lgm {
    margin-top: 0px;
  }
  .grid.zero-space > .col_default_lgm {
    width: auto;
  }
}
@media (max-width: 767px) {
  .grid.zero-space > .col1_mdm {
    width: calc(100% - 0px);
    flex: 0 1 auto;
  }
  .grid.zero-space > .col2_mdm {
    width: calc(50% - 0px);
  }
  .grid.zero-space > .col3_mdm {
    width: calc(33.333% - 0px);
  }
  .grid.zero-space > .offset_double_mdm {
    margin-top: 0px;
  }
  .grid.zero-space > .offset_triple_mdm {
    margin-top: 0px;
  }
}
@media (max-width: 577px) {
  .grid.zero-space > .col2_smm {
    width: calc(50% - 0px);
  }
  .grid.zero-space > .col1_smm {
    width: calc(100% - 0px);
  }
}

@media (min-width: 1361px) {
  .flex-nowrap-xl {
    flex-wrap: nowrap;
  }
}
@media (max-width: 1360px) {
  .flex-nowrap-xl {
    flex-wrap: wrap;
  }
}
@media (min-width: 1101px) {
  .flex-nowrap-lg {
    flex-wrap: nowrap;
  }
}
@media (max-width: 1100px) {
  .flex-nowrap-lg {
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .flex-nowrap-md {
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .flex-nowrap-md {
    flex-wrap: wrap;
  }
}

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

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

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

.justify-right,
.justify-end {
  justify-content: flex-end;
}

.self-center {
  align-self: center;
}
@media (min-width: 1101px) {
  .self-center-lg {
    align-self: center;
  }
}
@media (min-width: 1361px) {
  .self-center-xl {
    align-self: center;
  }
}
@media (max-width: 1100px) {
  .self-center-lgm {
    align-self: center;
  }
}

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

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

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

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

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

.order-first {
  order: -1;
}
@media (min-width: 1361px) {
  .order-first-xl {
    order: -1;
  }
}
@media (min-width: 1101px) {
  .order-first-lg {
    order: -1;
  }
}
@media (max-width: 1100px) {
  .order-first-lgm {
    order: -1;
  }
}
@media (min-width: 768px) {
  .order-first-md {
    order: -1;
  }
}
@media (max-width: 767px) {
  .order-first-mdm {
    order: -1;
  }
}

.order-last {
  order: 9999;
}
@media (min-width: 1101px) {
  .order-last-lg {
    order: 9999;
  }
}
@media (max-width: 1100px) {
  .order-last-lgm {
    order: 9999;
  }
}
@media (min-width: 768px) {
  .order-last-md {
    order: 9999;
  }
}

@media (max-width: 1100px) {
  .justify-center-lgm {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .justify-center-mdm {
    justify-content: center;
  }
}
@media (max-width: 577px) {
  .justify-center-smm {
    justify-content: center;
  }
}

@media (max-width: 1360px) {
  .justify-end-xlm {
    justify-content: flex-end;
  }
}
@media (max-width: 1100px) {
  .justify-end-lgm {
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .justify-end-mdm {
    justify-content: flex-end;
  }
}
@media (max-width: 577px) {
  .justify-end-smm {
    justify-content: flex-end;
  }
}

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

/*STYLE PRIMARY*/
/**
 * Skipped minification because the original files appears to be already minified.
 * Original file: /npm/@fancyapps/ui@5.0.22/dist/fancybox/fancybox.css
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
:root {
  --f-spinner-width: 36px;
  --f-spinner-height: 36px;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-stroke: 2.75;
}

.f-spinner {
  margin: auto;
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height);
}

.f-spinner svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  animation: f-spinner-rotate 2s linear infinite;
}

.f-spinner svg * {
  stroke-width: var(--f-spinner-stroke);
  fill: none;
}

.f-spinner svg *:first-child {
  stroke: var(--f-spinner-color-1);
}

.f-spinner svg *:last-child {
  stroke: var(--f-spinner-color-2);
  animation: f-spinner-dash 2s ease-in-out infinite;
}

@keyframes f-spinner-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.f-throwOutUp {
  animation: 0.175s ease-out both f-throwOutUp;
}

.f-throwOutDown {
  animation: 0.175s ease-out both f-throwOutDown;
}

@keyframes f-throwOutUp {
  to {
    transform: translate3d(0, -150px, 0);
    opacity: 0;
  }
}
@keyframes f-throwOutDown {
  to {
    transform: translate3d(0, 150px, 0);
    opacity: 0;
  }
}
.f-zoomInUp {
  animation: var(--f-transition-duration, 0.2s) ease-out 0.1s both f-zoomInUp;
}

.f-zoomOutDown {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-zoomOutDown;
}

@keyframes f-zoomInUp {
  from {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-zoomOutDown {
  to {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
.f-fadeIn {
  animation: var(--f-transition-duration, 0.2s) ease both f-fadeIn;
  z-index: 2;
}

.f-fadeOut {
  animation: var(--f-transition-duration, 0.2s) ease both f-fadeOut;
  z-index: 1;
}

@keyframes f-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeOut {
  100% {
    opacity: 0;
  }
}
.f-fadeSlowIn {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
  z-index: 2;
}

.f-fadeSlowOut {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
  z-index: 1;
}

@keyframes f-fadeSlowIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeSlowOut {
  100% {
    opacity: 0;
  }
}
.f-fadeFastIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
  z-index: 2;
}

.f-fadeFastOut {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastOut;
  z-index: 2;
}

@keyframes f-fadeFastIn {
  0% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeFastOut {
  100% {
    opacity: 0;
  }
}
.f-crossfadeIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
  z-index: 2;
}

.f-crossfadeOut {
  animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both f-crossfadeOut;
  z-index: 1;
}

@keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-crossfadeOut {
  100% {
    opacity: 0;
  }
}
.f-slideIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
}

.f-slideIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
}

.f-slideOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
}

.f-slideOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
}

@keyframes f-slideInPrev {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideInNext {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideOutNext {
  100% {
    transform: translateX(-100%);
  }
}
@keyframes f-slideOutPrev {
  100% {
    transform: translateX(100%);
  }
}
.f-classicIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
  z-index: 2;
}

.f-classicIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
  z-index: 2;
}

.f-classicOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
  z-index: 1;
}

.f-classicOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
  z-index: 1;
}

@keyframes f-classicInNext {
  0% {
    transform: translateX(-75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicInPrev {
  0% {
    transform: translateX(75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicOutNext {
  100% {
    transform: translateX(-75px);
    opacity: 0;
  }
}
@keyframes f-classicOutPrev {
  100% {
    transform: translateX(75px);
    opacity: 0;
  }
}
:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.65;
}

.f-button {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  box-shadow: var(--f-button-shadow);
  pointer-events: all;
  cursor: pointer;
  transition: var(--f-button-transition);
}

@media (hover: hover) {
  .f-button:hover:not([disabled]) {
    color: var(--f-button-hover-color);
    background-color: var(--f-button-hover-bg);
  }
}
.f-button:active:not([disabled]) {
  background-color: var(--f-button-active-bg);
}

.f-button:focus:not(:focus-visible) {
  outline: none;
}

.f-button:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
}

.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  fill: var(--f-button-svg-fill);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: opacity 0.15s ease;
  transform: var(--f-button-transform);
  filter: var(--f-button-svg-filter);
  pointer-events: none;
}

.f-button[disabled] {
  cursor: default;
}

.f-button[disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity);
}

.f-carousel__nav .f-button.is-prev, .f-carousel__nav .f-button.is-next, .fancybox__nav .f-button.is-prev, .fancybox__nav .f-button.is-next {
  position: absolute;
  z-index: 1;
}

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-next {
  top: 50%;
  transform: translateY(-50%);
}

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-prev {
  left: var(--f-button-prev-pos);
}

.is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-next {
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev, .is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
  left: auto;
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next, .is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
  right: auto;
  left: var(--f-button-prev-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-next {
  top: auto;
  left: 50%;
  transform: translateX(-50%);
}

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-prev {
  top: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-next {
  bottom: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev svg, .is-vertical .f-carousel__nav .f-button.is-next svg, .is-vertical .fancybox__nav .f-button.is-prev svg, .is-vertical .fancybox__nav .f-button.is-next svg {
  transform: rotate(90deg);
}

html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto;
}

html.with-fancybox body {
  touch-action: none;
}

html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
  overflow: hidden !important;
  overscroll-behavior-y: none;
}

.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-hover-color: #fff;
  --fancybox-bg: rgba(24, 24, 27, 0.98);
  --fancybox-slide-gap: 10px;
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-color-1: rgba(255, 255, 255, 0.1);
  --f-spinner-color-2: #bbb;
  --f-spinner-stroke: 3.65;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #f8f8f8;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: visible;
  z-index: var(--fancybox-zIndex, 1050);
  outline: none;
  transform-origin: top left;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  text-size-adjust: 100%;
  overscroll-behavior-y: contain;
}

.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
  box-sizing: inherit;
}

.fancybox__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: var(--fancybox-bg);
  opacity: var(--fancybox-opacity, 1);
  will-change: opacity;
}

.fancybox__carousel {
  position: relative;
  box-sizing: border-box;
  flex: 1;
  min-height: 0;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip;
}

.fancybox__viewport {
  width: 100%;
  height: 100%;
}

.fancybox__viewport.is-draggable {
  cursor: move;
  cursor: grab;
}

.fancybox__viewport.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.fancybox__track {
  display: flex;
  margin: 0 auto;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 var(--fancybox-slide-gap) 0 0;
  padding: 4px;
  overflow: auto;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 40px;
}

.fancybox__slide.has-iframe, .fancybox__slide.has-video, .fancybox__slide.has-html5video {
  overflow: hidden;
}

.fancybox__slide.has-image {
  overflow: hidden;
}

.fancybox__slide.has-image.is-animating, .fancybox__slide.has-image.is-selected {
  overflow: visible;
}

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}

.fancybox__content {
  align-self: center;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0;
  padding: 2rem;
  max-width: 100%;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  cursor: default;
  border-radius: 0;
  z-index: 20;
}

.is-loading .fancybox__content {
  opacity: 0;
}

.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}

.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__content [data-selectable], .fancybox__content [contenteditable] {
  cursor: auto;
}

.fancybox__slide.has-image > .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: none;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.fancybox__slide.has-image > .fancybox__content > picture > img {
  width: 100%;
  height: auto;
  max-height: 100%;
}

.is-zooming-in .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content, .is-zooming-out .fancybox__slide:not(.is-selected) .fancybox__content {
  visibility: hidden;
}

.is-animating .fancybox__content, .is-dragging .fancybox__content {
  filter: blur(0px);
  will-change: transform, width, height;
}

.fancybox-image {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  flex-shrink: 0;
  margin: 0;
  padding: 14px 0 4px 0;
  overflow-wrap: anywhere;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  cursor: auto;
  visibility: visible;
}

.is-loading .fancybox__caption, .is-closing .fancybox__caption {
  opacity: 0;
  visibility: hidden;
}

.is-compact .fancybox__caption {
  padding-bottom: 0;
}

.f-button.is-close-btn {
  --f-button-svg-stroke-width: 2;
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 40;
}

.fancybox__content > .f-button.is-close-btn {
  --f-button-width: 34px;
  --f-button-height: 34px;
  --f-button-border-radius: 4px;
  --f-button-color: var(--fancybox-color, #fff);
  --f-button-hover-color: var(--fancybox-color, #fff);
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
  position: absolute;
  top: -38px;
  right: 0;
  opacity: 0.75;
}

.is-loading .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.is-zooming-out .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.fancybox__content > .f-button.is-close-btn:hover {
  opacity: 1;
}

.fancybox__footer {
  padding: 0;
  margin: 0;
  position: relative;
}

.fancybox__footer .fancybox__caption {
  width: 100%;
  padding: 24px;
  opacity: var(--fancybox-opacity, 1);
  transition: all 0.25s ease;
}

.is-compact .fancybox__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(24, 24, 27, 0.5);
}

.is-compact .fancybox__footer .fancybox__caption {
  padding: 12px;
}

.is-compact .fancybox__content > .f-button.is-close-btn {
  --f-button-border-radius: 50%;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-outline-color: #000;
  --f-button-bg: rgba(0, 0, 0, 0.6);
  --f-button-active-bg: rgba(0, 0, 0, 0.6);
  --f-button-hover-bg: rgba(0, 0, 0, 0.6);
  --f-button-svg-width: 18px;
  --f-button-svg-height: 18px;
  --f-button-svg-filter: none;
  top: 5px;
  right: 5px;
}

.fancybox__nav {
  --f-button-width: 50px;
  --f-button-height: 50px;
  --f-button-border: 0;
  --f-button-border-radius: 50%;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: transparent;
  --f-button-hover-bg: rgba(24, 24, 27, 0.3);
  --f-button-active-bg: rgba(24, 24, 27, 0.5);
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 26px;
  --f-button-svg-height: 26px;
  --f-button-svg-stroke-width: 2.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
  --f-button-svg-disabled-opacity: 0.65;
  --f-button-next-pos: 1rem;
  --f-button-prev-pos: 1rem;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__nav .f-button:before {
  position: absolute;
  content: "";
  top: -30px;
  right: -20px;
  left: -20px;
  bottom: -30px;
  z-index: 1;
}

.is-idle .fancybox__nav {
  animation: 0.15s ease-out both f-fadeOut;
}

.is-idle.is-compact .fancybox__footer {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__slide > .f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
  z-index: 30;
  cursor: pointer;
}

.fancybox-protected {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.fancybox-ghost {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 40;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

.fancybox-focus-guard {
  outline: none;
  opacity: 0;
  position: fixed;
  pointer-events: none;
}

.fancybox__container:not([aria-hidden]) {
  opacity: 0;
}

.fancybox__container.is-animated[aria-hidden=false] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=false] .fancybox__slide > *:not(.fancybox__content) {
  animation: 0.25s ease 0.1s backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
  animation: 0.35s ease backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=true] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=true] .fancybox__slide > *:not(.fancybox__content) {
  animation: 0.15s ease forwards f-fadeOut;
}

.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
  animation: 0.35s ease forwards f-fadeOut;
}

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content {
  width: 100%;
  height: 100%;
}

.fancybox__container:not(.is-compact) .has-iframe .fancybox__content, .fancybox__container:not(.is-compact) .has-map .fancybox__content, .fancybox__container:not(.is-compact) .has-pdf .fancybox__content {
  width: calc(100% - 120px);
  height: 90%;
}

.has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}

.fancybox-placeholder {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.f-carousel__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-outline: 0;
  --f-thumb-outline-color: #5eb0ef;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
  --f-thumb-border-radius: 2px;
  --f-thumb-offset: 0px;
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0;
}

.f-carousel__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
}

.f-carousel__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 20px;
  --f-thumb-clip-width: 46px;
}

.f-thumbs {
  position: relative;
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  perspective: 1000px;
  transform: translateZ(0);
}

.f-thumbs .f-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-image: linear-gradient(#ebeff2, #e2e8f0);
  z-index: -1;
}

.f-thumbs .f-spinner svg {
  display: none;
}

.f-thumbs.is-vertical {
  height: 100%;
}

.f-thumbs__viewport {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.f-thumbs__track {
  display: flex;
  will-change: transform;
}

.f-thumbs__slide {
  position: relative;
  flex: 0 0 auto;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: var(--f-thumb-width);
  min-width: var(--f-thumb-width);
  height: var(--f-thumb-height);
  overflow: visible;
  cursor: pointer;
}

.f-thumbs__slide.is-loading img {
  opacity: 0;
}

.is-classic .f-thumbs__viewport {
  height: 100%;
}

.is-modern .f-thumbs__track {
  width: -moz-max-content;
  width: max-content;
}

.is-modern .f-thumbs__track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(var(--left, 0) * 1px);
  width: calc(100% - var(--width, 0) * 1px);
  cursor: pointer;
}

.is-modern .f-thumbs__slide {
  --clip-path: inset( 0 calc( (var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0)) * 0.5 * (1 - var(--progress, 0)) ) round var(--f-thumb-border-radius, 0) );
  transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
  transition: none;
  pointer-events: none;
}

.is-modern .f-thumbs__slide > * {
  clip-path: var(--clip-path);
}

.is-modern:not(.is-using-mouse) .f-thumbs__slide:focus-within {
  filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
}

.is-modern.in-touch .f-thumbs__slide {
  filter: none;
}

.is-modern.is-resting .f-thumbs__slide {
  transition: all 0.33s ease;
}

.is-modern.is-resting .f-thumbs__slide > * {
  transition: all 0.33s ease;
}

.f-thumbs__slide__button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
  border-radius: var(--f-thumb-border-radius);
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  outline: none;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  opacity: var(--f-thumb-opacity);
  transition: opacity 0.2s ease;
}

.f-thumbs__slide__button:hover {
  opacity: var(--f-thumb-hover-opacity);
}

.f-thumbs__slide__button:focus:not(:focus-visible) {
  outline: none;
}

.f-thumbs__slide__button:focus-visible {
  outline: none;
  opacity: var(--f-thumb-selected-opacity);
}

.is-nav-selected .f-thumbs__slide__button {
  opacity: var(--f-thumb-selected-opacity);
}

.is-nav-selected .f-thumbs__slide__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  bottom: 0;
  border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
  border-radius: var(--f-thumb-border-radius);
  animation: f-fadeIn 0.2s ease-out;
  z-index: 10;
}

.f-thumbs__slide__img {
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: var(--f-thumb-offset);
  box-sizing: border-box;
  pointer-events: none;
  -o-object-fit: cover;
     object-fit: cover;
}

.f-thumbs.is-horizontal .f-thumbs__track {
  margin: 0 auto;
  padding: 8px 0 12px 0;
}

.f-thumbs.is-horizontal .f-thumbs__slide {
  margin: 0 var(--f-thumb-gap) 0 0;
}

.f-thumbs.is-vertical .f-thumbs__track {
  flex-wrap: wrap;
  margin: auto 0;
  padding: 0 8px;
}

.f-thumbs.is-vertical .f-thumbs__slide {
  margin: 0 0 var(--f-thumb-gap) 0;
}

.fancybox__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-border-radius: 2px;
  --f-thumb-outline: 2px;
  --f-thumb-outline-color: #ededed;
  position: relative;
  opacity: var(--fancybox-opacity, 1);
  transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.fancybox__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-classic .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 20px;
  --f-thumb-clip-width: 46px;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-modern .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-horizontal {
  padding: 0 var(--f-thumb-gap);
}

.fancybox__thumbs.is-vertical {
  padding: var(--f-thumb-gap) 0;
}

.is-compact .fancybox__thumbs {
  --f-thumb-width: 64px;
  --f-thumb-clip-width: 32px;
  --f-thumb-height: 48px;
  --f-thumb-extra-gap: 10px;
}

.fancybox__thumbs.is-masked {
  max-height: 0px !important;
}

.is-closing .fancybox__thumbs {
  transition: none !important;
}

.fancybox__toolbar {
  --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: rgba(24, 24, 27, 0.65);
  --f-button-hover-bg: rgba(70, 70, 73, 0.65);
  --f-button-active-bg: rgba(90, 90, 93, 0.65);
  --f-button-border-radius: 0;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: 0.65;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));
  pointer-events: none;
  z-index: 20;
}

.fancybox__toolbar :focus-visible {
  z-index: 1;
}

.fancybox__toolbar.is-absolute, .is-compact .fancybox__toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.is-idle .fancybox__toolbar {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__toolbar__column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}

.fancybox__toolbar__column.is-left, .fancybox__toolbar__column.is-right {
  flex-grow: 1;
  flex-basis: 0;
}

.fancybox__toolbar__column.is-right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
}

.fancybox__infobar {
  padding: 0 5px;
  line-height: var(--f-button-height);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.fancybox__infobar span {
  padding: 0 5px;
}

.fancybox__infobar:not(:first-child):not(:last-child) {
  background: var(--f-button-bg);
}

[data-fancybox-toggle-slideshow] {
  position: relative;
}

[data-fancybox-toggle-slideshow] .f-progress {
  height: 100%;
  opacity: 0.3;
}

[data-fancybox-toggle-slideshow] svg g:first-child {
  display: flex;
}

[data-fancybox-toggle-slideshow] svg g:last-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:first-child {
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:last-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: flex;
}

.f-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
  z-index: 30;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

.fancybox__html5video {
  outline: none;
}

/*ITEMS*/
.item_icon {
  display: flex;
}
.item_icon .sico {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  position: relative;
  top: -1px;
}
.item_icon_desc {
  padding-left: 10px;
}
.item_icon_title {
  margin: 0;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 600;
}
.item_icon_address {
  font-size: 20px;
  line-height: 1.25;
}

.item_person {
  display: flex;
  align-items: flex-start;
}
.item_person_image {
  position: relative;
  aspect-ratio: 1;
  flex: 0 0 140px;
}
@media (max-width: 767px) {
  .item_person_image {
    flex: 0 0 80px;
  }
}
.item_person_image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.item_person_desc {
  align-self: center;
  padding-left: 20px;
  flex: 1 1 0%;
}
.item_person_list .item_person + .item_person {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(118, 188, 108, 0.4);
}

.item_news_bg {
  display: block;
  width: 100%;
  position: relative;
  clip-path: inset(0% 0% 0% 0% round 12px);
  transform: translate3d(0, 0, 0);
  overflow: clip;
  transition: clip-path 0.55s ease;
}
.item_news_bg::before {
  content: "";
  display: block;
  padding-bottom: calc(263 / 420 * 100%);
}
.item_news:hover .item_news_bg {
  clip-path: inset(2.5% 2.5% 2.5% 2.5% round 12px);
}
.item_news_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  will-change: transform;
  transition: transform 0.55s;
}
.item_news_img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.item_news:hover .item_news_img {
  transform: scale(1.05);
}
.item_news_mid {
  width: 100%;
  margin-top: 15px;
}
.item_news_title {
  display: block;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
  font-size: clamp(22px, 2vw, 28px);
  min-height: 0.000001vw;
  letter-spacing: -0.02em;
}
.item_news_bottom {
  margin-top: auto;
  padding-top: 15px;
  will-change: transform, opacity;
  transition: transform 0.35s, opacity 0.35s;
}
@media (min-width: 1101px) {
  .item_news_bottom {
    opacity: 0;
    transform: translateY(10px);
  }
  .item_news:hover .item_news_bottom {
    opacity: 1;
    transform: none;
  }
}

.item_carousel_bg {
  display: block;
  width: 100%;
  position: relative;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  transform: translate3d(0, 0, 0);
  overflow: clip;
  transition: clip-path 0.55s ease;
}
@media (max-width: 767px) {
  .item_carousel_bg {
    max-height: 370px;
  }
}
.item_carousel_bg::before {
  content: "";
  display: block;
  padding-bottom: calc(430 / 420 * 100%);
}
.item_carousel_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  will-change: transform;
  transition: transform 0.55s;
}
.item_carousel_img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.item_carousel:hover .item_carousel_img {
  transform: scale(1.05);
}
.item_carousel_mid {
  width: 100%;
  margin-top: 15px;
}
.item_carousel_title {
  display: block;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
  font-size: clamp(22px, 2vw, 28px);
  min-height: 0.000001vw;
  letter-spacing: -0.02em;
}
.item_carousel_bottom {
  margin-top: auto;
  padding-top: 15px;
  will-change: transform, opacity;
  transition: transform 0.35s, opacity 0.35s;
}
@media (min-width: 1101px) {
  .item_carousel_bottom {
    opacity: 0;
    transform: translateY(10px);
  }
  .item_carousel:hover .item_carousel_bottom {
    opacity: 1;
    transform: none;
  }
}

/*SWIPER*/
/**
 * Swiper 10.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 28, 2023
 */
/* FONT_START */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

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

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

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

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

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

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

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

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

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

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

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

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

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

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

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

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

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

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

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

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

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

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

:root {
  --swiper-scrollbar-drag-bg-color: #D93C3F;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: #c4c4c4;
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

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

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

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

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

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

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

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

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

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

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

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

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

.swiper-cube {
  overflow: visible;
}

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

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

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

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

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

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

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

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

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper-flip {
  overflow: visible;
}

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

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

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

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

.slider-flex-wrapper {
  display: flex;
  align-items: stretch;
}
.slider-flex .swiper-slide {
  height: auto;
}

.slider-fade-wrapper {
  overflow: hidden;
}
.slider-fade .swiper-slide {
  height: auto;
  width: 100% !important;
}

.slider-fadeimg {
  overflow: hidden;
  transform: translateZ(0);
  isolation: isolate;
}
.slider-fadeimg .swiper-slide {
  position: relative;
}
.slider-fadeimg .swiper-slide::before {
  content: "";
  display: block;
  padding-bottom: calc(446 / 702 * 100%);
}
.slider-fadeimg .swiper-slide img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s 0.5s;
}
.slider-fadeimg .swiper-slide-tags {
  position: absolute;
  max-width: calc(100% - 20px);
  left: 10px;
  top: 10px;
}
.slider-fadeimg .swiper-slide-duplicate-active img,
.slider-fadeimg .swiper-slide-active img {
  opacity: 1;
  transition: opacity 0.5s;
}
.slider-fadeimg-cont {
  position: relative;
  overflow: hidden;
}

.swiper-gal {
  overflow: visible;
  padding-left: 12px;
  padding-right: 12px;
}
@media (max-width: 1100px) {
  .swiper-gal {
    padding-left: 7px;
    padding-right: 7px;
  }
}
.swiper-gal-cont {
  overflow: visible;
  position: relative;
  margin: 0 auto;
  max-width: calc(1460px + 48px);
}
@media (max-width: 1100px) {
  .swiper-gal-cont {
    max-width: calc(1460px + 34px);
  }
}
.swiper-gal .swiper-slide {
  display: flex;
  width: auto;
  flex: 0 1 auto;
  height: 562px;
  padding: 5px 12px;
}
@media (max-width: 1100px) {
  .swiper-gal .swiper-slide {
    height: 400px;
    padding: 5px 10px;
  }
}
@media (max-width: 767px) {
  .swiper-gal .swiper-slide {
    height: 300px;
  }
}
.swiper-gal .swiper-slide .item_gal {
  height: 100%;
}
.swiper-gal .swiper-slide:first-child {
  margin-left: auto;
}
.swiper-gal .swiper-slide:last-child {
  margin-right: auto;
}

.slider-phase .swiper-wrapper {
  display: flex;
  align-items: center;
}
.slider-phase .swiper-slide {
  width: 60%;
  justify-content: center;
  align-items: center;
}
.slider-phase .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  display: block;
}
.slider-phase .swiper-scrollbar {
  background: rgba(0, 0, 0, 0.1);
  height: 4px;
  border-radius: 2px;
}
.slider-phase .swiper-scrollbar .swiper-scrollbar-drag {
  background: #000;
  border-radius: 2px;
}

.swiper-timeline {
  overflow: visible;
  padding-left: 12px;
  padding-right: 12px;
}
@media (max-width: 1100px) {
  .swiper-timeline {
    padding-left: 7px;
    padding-right: 7px;
  }
}
.swiper-timeline-cont {
  overflow: visible;
  position: relative;
  margin: 0 auto;
}
.swiper-timeline .swiper-slide {
  display: flex;
  width: auto;
  flex: 0 0 439px;
  width: 439px;
  padding: 5px 12px;
  height: auto;
}
@media (max-width: 1100px) {
  .swiper-timeline .swiper-slide {
    padding: 5px 10px;
  }
}
@media (max-width: 767px) {
  .swiper-timeline .swiper-slide {
    flex: 0 0 320px;
    width: 320px;
  }
}
.swiper-timeline .swiper-slide .item_timeline {
  min-height: 100%;
}
.swiper-timeline .swiper-slide:first-child {
  margin-left: auto;
}
.swiper-timeline .swiper-slide:last-child {
  margin-right: auto;
}

.swiper-timeline2 {
  overflow: visible;
}
.swiper-timeline2-cont {
  overflow: visible;
  position: relative;
  margin: 0 auto;
}
.swiper-timeline2 .swiper-slide {
  display: flex;
  width: auto;
  flex: 0 0 366px;
  width: 366px;
  height: auto;
}
.swiper-timeline2 .swiper-slide:first-child {
  flex: 0 0 386px;
  width: 386px;
}
@media (max-width: 767px) {
  .swiper-timeline2 .swiper-slide {
    flex: 0 0 320px;
    width: 320px;
  }
}
.swiper-timeline2 .swiper-slide .item_timeline {
  min-height: 100%;
}
.swiper-timeline2 .swiper-slide:first-child {
  margin-left: auto;
}
.swiper-timeline2 .swiper-slide:last-child {
  margin-right: auto;
}

.swiper-awards {
  overflow: visible;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 1100px) {
  .swiper-awards {
    padding-left: 7px;
    padding-right: 7px;
  }
}
.swiper-awards-cont {
  overflow: visible;
  position: relative;
  margin: 0 auto;
  max-width: calc(1460px + 40px);
}
@media (max-width: 1100px) {
  .swiper-awards-cont {
    max-width: calc(1460px + 34px);
  }
}
.swiper-awards .swiper-slide {
  display: flex;
  width: auto;
  flex: 0 0 247px;
  width: 247px;
  padding: 5px 10px;
  height: auto;
}
@media (max-width: 1100px) {
  .swiper-awards .swiper-slide {
    padding: 5px 10px;
  }
}
.swiper-awards .swiper-slide .item_award {
  width: 100%;
}

.swiper-hide, .filter-hide {
  display: none !important;
}

.swiper-news {
  overflow: visible;
  margin-left: -12px;
}
@media (max-width: 1100px) {
  .swiper-news {
    margin-left: -10px;
  }
}
.swiper-news .swiper-slide {
  display: flex;
  flex: 0 0 439px;
  width: 439px;
  padding: 0 12px;
  height: auto;
}
@media (max-width: 1100px) {
  .swiper-news .swiper-slide {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .swiper-news .swiper-slide {
    flex: 0 0 85vw;
    width: 85vw;
  }
}
.swiper-news .swiper-slide .item_news {
  width: 100%;
}

.swiper-gallery {
  overflow: visible;
  margin-left: -12px;
}
@media (max-width: 1100px) {
  .swiper-gallery {
    margin-left: -10px;
  }
}
.swiper-gallery .swiper-slide {
  display: flex;
  width: auto;
  padding: 0 12px;
  height: 428px;
}
@media (max-width: 1100px) {
  .swiper-gallery .swiper-slide {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .swiper-gallery .swiper-slide {
    width: auto;
    max-width: 320px;
  }
}
.swiper-gallery .swiper-slide .item_gallery {
  width: 100%;
  height: 428px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  overflow: clip;
}

.swiper-stages {
  overflow: visible;
  margin-left: -12px;
}
@media (max-width: 1100px) {
  .swiper-stages {
    margin-left: -10px;
  }
}
.swiper-stages .swiper-slide {
  display: flex;
  flex: 0 0 420px;
  width: 420px;
  padding: 0 12px;
  max-height: 540px;
}
.swiper-stages .swiper-slide.in_offer {
  width: 100%;
  flex: 0 0 816px;
  max-width: 816px;
}
@media (max-width: 767px) {
  .swiper-stages .swiper-slide.in_offer {
    flex: 0 0 85vw;
    width: 85vw;
  }
}
.swiper-stages .swiper-slide.in_offer .item_stage_bg::before {
  content: "";
  display: block;
  padding-bottom: calc(430 / 840 * 100%);
}
@media (max-width: 767px) {
  .swiper-stages .swiper-slide.in_offer .item_stage_bg::before {
    content: "";
    display: block;
    padding-bottom: calc(430 / 420 * 100%);
  }
}
@media (max-width: 1100px) {
  .swiper-stages .swiper-slide {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .swiper-stages .swiper-slide {
    flex: 0 0 85vw;
    width: 85vw;
  }
}
.swiper-stages .swiper-slide .stage_hover {
  border-radius: 12px;
  overflow: clip;
  position: relative;
}
.swiper-stages .swiper-slide .stage_hover .btn_circle {
  transform: translate(200%, -50%);
}
.swiper-stages .swiper-slide .stage_hover:hover {
  transition: none;
}
.swiper-stages .swiper-slide .stage_hover:hover .btn_circle {
  transform: translate(0%, -50%);
}
.swiper-stages .swiper-slide .stage_hover:hover:before {
  clip-path: circle(120% at 50% 50%);
  transform-origin: center;
}
.swiper-stages .swiper-slide .stage_hover:hover .item_carousel_title {
  color: #fff !important;
}
.swiper-stages .swiper-slide .stage_hover:hover .item_carousel_title > a {
  color: #fff !important;
}
.swiper-stages .swiper-slide .stage_hover:hover .type3a {
  color: #fff;
  border-color: #fff;
}
.swiper-stages .swiper-slide .stage_hover:before {
  z-index: 0;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #003932;
  clip-path: circle(0 at 100% calc(100% - 45px));
  transition: clip-path 0.55s ease;
}
.swiper-stages .swiper-slide .item_stage {
  position: relative;
}
.swiper-stages .swiper-slide .item_stage_bg {
  display: block;
  width: 100%;
  position: relative;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  transform: translate3d(0, 0, 0);
  overflow: clip;
  transition: clip-path 0.55s ease;
}
@media (max-width: 767px) {
  .swiper-stages .swiper-slide .item_stage_bg {
    max-height: 370px;
  }
}
.swiper-stages .swiper-slide .item_stage_bg::before {
  content: "";
  display: block;
  padding-bottom: calc(430 / 420 * 100%);
}
.swiper-stages .swiper-slide .item_stage:hover .swiper-stages .swiper-slide .item_stage_bg {
  clip-path: inset(2.5% 2.5% 2.5% 2.5% round 12px);
}
.swiper-stages .swiper-slide .item_stage:hover .swiper-stages .swiper-slide .item_stage_img {
  transform: scale(1.05);
}
.swiper-stages .swiper-slide .item_stage_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  will-change: transform;
  transition: transform 0.55s;
  height: 100%;
}
.swiper-stages .swiper-slide .item_stage_img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper-stages .swiper-slide .item_stage_mid {
  width: 100%;
  margin-top: 15px;
}

.swiper-offer {
  overflow: visible;
  margin-left: -12px;
}
@media (max-width: 1100px) {
  .swiper-offer {
    margin-left: -10px;
  }
}
.swiper-offer .swiper-slide {
  display: flex;
  flex: 0 0 420px;
  width: 420px;
  padding: 0 12px;
  max-height: 540px;
}
@media (max-width: 1100px) {
  .swiper-offer .swiper-slide {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .swiper-offer .swiper-slide {
    flex: 0 0 85vw;
    width: 85vw;
  }
}
.swiper-offer .swiper-slide .stage_hover {
  border-radius: 12px;
  overflow: clip;
  position: relative;
}
.swiper-offer .swiper-slide .stage_hover .btn_circle {
  transform: translate(200%, -50%);
}
.swiper-offer .swiper-slide .stage_hover:hover {
  transition: none;
}
.swiper-offer .swiper-slide .stage_hover:hover .btn_circle {
  transform: translate(0%, -50%);
}
.swiper-offer .swiper-slide .stage_hover:hover:before {
  clip-path: circle(120% at 50% 50%);
  transform-origin: center;
}
.swiper-offer .swiper-slide .stage_hover:hover .item_carousel_title {
  color: #fff !important;
}
.swiper-offer .swiper-slide .stage_hover:hover .item_carousel_title > a {
  color: #fff !important;
}
.swiper-offer .swiper-slide .stage_hover:hover .type3a {
  color: #fff;
  border-color: #fff;
}
.swiper-offer .swiper-slide .stage_hover:before {
  z-index: 0;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #003932;
  clip-path: circle(0 at 100% calc(100% - 45px));
  transition: clip-path 0.55s ease;
}
.swiper-offer .swiper-slide .item_stage {
  position: relative;
}
.swiper-offer .swiper-slide .item_stage_bg {
  display: block;
  width: 100%;
  position: relative;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  transform: translate3d(0, 0, 0);
  overflow: clip;
  transition: clip-path 0.55s ease;
}
.swiper-offer .swiper-slide .item_stage_bg::before {
  content: "";
  display: block;
  padding-bottom: calc(430 / 420 * 100%);
}
.swiper-offer .swiper-slide .item_stage:hover .swiper-offer .swiper-slide .item_stage_bg {
  clip-path: inset(2.5% 2.5% 2.5% 2.5% round 12px);
}
.swiper-offer .swiper-slide .item_stage:hover .swiper-offer .swiper-slide .item_stage_img {
  transform: scale(1.05);
}
.swiper-offer .swiper-slide .item_stage_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  will-change: transform;
  transition: transform 0.55s;
  height: 100%;
}
.swiper-offer .swiper-slide .item_stage_img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper-offer .swiper-slide .item_stage_mid {
  width: 100%;
  margin-top: 15px;
}

.swiper-products {
  overflow: visible;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 1100px) {
  .swiper-products {
    padding-left: 7px;
    padding-right: 7px;
  }
}
.swiper-products-cont {
  overflow: visible;
  position: relative;
  margin: 0 auto;
  max-width: calc(1460px + 40px);
}
@media (max-width: 1100px) {
  .swiper-products-cont {
    max-width: calc(1460px + 34px);
  }
}
.swiper-products .swiper-slide {
  display: block;
  width: auto;
  flex: 0 0 370px;
  width: 372px;
  padding: 5px 12px;
  height: auto;
}
@media (max-width: 1100px) {
  .swiper-products .swiper-slide {
    padding: 5px 10px;
  }
}
@media (max-width: 767px) {
  .swiper-products .swiper-slide {
    flex: 0 0 320px;
    width: 320px;
  }
}
.swiper-products .swiper-slide .item_prod {
  width: 100%;
}

.swiper-articles {
  border-radius: 12px;
  margin-left: -12px;
  overflow: hidden;
}
@media (max-width: 1100px) {
  .swiper-articles {
    margin-left: -10px;
    overflow: visible;
  }
}
.swiper-articles-cont {
  overflow: visible;
  position: relative;
  margin: 0 auto;
}
.swiper-articles .swiper-slide {
  display: flex;
  flex: 0 0 439px;
  width: 439px;
  padding: 0 12px;
  height: auto;
}
@media (max-width: 1100px) {
  .swiper-articles .swiper-slide {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .swiper-articles .swiper-slide {
    flex: 0 0 85vw;
    width: 85vw;
  }
}
.swiper-articles .swiper-slide .item_timeline {
  min-height: 100%;
}
.swiper-articles .swiper-slide:first-child {
  margin-left: auto;
}
.swiper-articles .swiper-slide:last-child {
  margin-right: auto;
}

.swiper-scrollbar.custom-scrollbar {
  height: 2px;
  bottom: 0;
  left: 0;
  right: 0;
  position: relative;
}

.swiper-advatages {
  --swiper-theme-color: #1A3D53;
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 9px;
  --swiper-pagination-bottom: 9px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0, 0, 0, 0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 9px;
  --swiper-pagination-bullet-width: 9px;
  --swiper-pagination-bullet-height: 9px;
  --swiper-pagination-bullet-inactive-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 8px;
  --swiper-pagination-bullet-vertical-gap: 6px;
}
.swiper-advatages .swiper-pagination {
  text-align: left;
  margin-top: 8px;
}
.swiper-advatages .swiper-pagination-bullet.swiper-pagination-bullet-active {
  --offset-color: #ecf3e9;
  --offset-width: 4px;
  --color: var(--swiper-theme-color);
  --offset-shadow: var(--tw-ring-inset) 0 0 0 var(--offset-width) var(--offset-color);
  --shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--offset-width)) var(--color);
  box-shadow: var(--offset-shadow), var(--shadow), var(--tw-shadow, 0 0 var(--swiper-theme-color));
}

/*ELEMENT*/
.title_big {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: normal;
  font-family: "frei", sans-serif;
  font-size: 180px;
  font-weight: 900;
  line-height: 0.8;
  font-size: clamp(80px, 10vw, 180px);
  min-height: 0.000001vw;
  letter-spacing: 0.02em;
}
@media (max-width: 1100px) {
  .title_big {
    line-height: 1;
  }
}

.title_extra {
  display: block;
  margin-top: 24px;
  margin-bottom: 0;
  font-weight: normal;
  font-family: "frei", sans-serif;
  font-size: 180px;
  font-weight: 900;
  line-height: 0.8;
  font-size: clamp(60px, 5vw, 80px);
  min-height: 0.000001vw;
  letter-spacing: 0.02em;
}
@media (max-width: 1100px) {
  .title_extra {
    line-height: 1;
  }
}

.title_h1 {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: normal;
  font-family: "frei", sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 1.05;
  font-size: clamp(32px, 3.5vw, 60px);
  min-height: 0.000001vw;
}
@media (max-width: 1100px) {
  .title_h1 {
    line-height: 1.1;
  }
}

.title_h2 {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: normal;
  font-family: "frei", sans-serif;
  font-size: 52px;
  font-weight: 900;
  line-height: 1.1;
  font-size: clamp(30px, 3.2vw, 52px);
  min-height: 0.000001vw;
}

.title_h3 {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: normal;
  font-family: "frei", sans-serif;
  font-size: 44px;
  font-weight: 900;
  line-height: 1.05;
  font-size: clamp(30px, 3vw, 44px);
  min-height: 0.000001vw;
}
@media (max-width: 1100px) {
  .title_h3 {
    line-height: 1.1;
  }
}

.title_h4 {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: normal;
  font-family: "frei", sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.1;
  font-size: clamp(30px, 3vw, 40px);
  min-height: 0.000001vw;
}
@media (max-width: 1100px) {
  .title_h4 {
    line-height: 1.1;
  }
}

.title_h5 {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: normal;
  font-family: "frei", sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.2857142857;
  font-size: clamp(24px, 2vw, 28px);
  min-height: 0.000001vw;
}

.title_h6 {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: normal;
  font-family: "frei", sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.3333333333;
  font-size: clamp(22px, 2vw, 24px);
  min-height: 0.000001vw;
}

.title_h7 {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: normal;
  font-family: "frei", sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.3333333;
  min-height: 0.000001vw;
}

:root {
  --translate: 50%;
}

.radius12 {
  border-radius: 12px;
}

.img_circle {
  position: relative;
  padding: 20px;
}
.img_circle .img {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
.img_circle .img::before {
  content: "";
  display: block;
  padding-bottom: calc(1 / 1 * 100%);
}
.img_circle .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.img_circle .circle1 {
  position: absolute;
  border: 2px solid rgba(118, 188, 108, 0.4);
  width: 108%;
  height: 108%;
  border-radius: 50%;
  top: 10px;
  left: 50%;
  transform-origin: 50% 0%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .img_circle .circle1 {
    width: 140%;
    height: 140%;
  }
}
.img_circle .circle2 {
  position: absolute;
  border: 2px solid rgba(118, 188, 108, 0.4);
  width: 190%;
  height: 190%;
  border-radius: 50%;
  top: 0;
  left: -45%;
}
.img_circle .circle1a {
  position: absolute;
  border: 2px solid rgba(var(--color, 246, 230, 226), 0.4);
  width: 140%;
  height: 140%;
  border-radius: 50%;
  top: 10px;
  left: -20%;
  transform-origin: 50% 0%;
}
.img_circle .circle2a {
  position: absolute;
  border: 2px solid rgba(var(--color, 246, 230, 226), 0.4);
  width: 190%;
  height: 190%;
  border-radius: 50%;
  top: 0;
  left: -45%;
}

.img_move {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  clip-path: inset(0% 0% 0% 0% round 12px);
}

@keyframes parallax {
  from {
    transform: 0;
  }
  to {
    transform: translateY(40%);
  }
}
.sticked {
  position: sticky;
  top: 76px;
}
@media (max-width: 1100px) {
  .sticked {
    top: 64px;
  }
}
.sticked.bottom {
  top: auto;
  bottom: 0;
}

.over_sticky {
  position: relative;
  z-index: 10;
}

.over_bottom {
  position: relative;
  z-index: 9;
}

.sticky {
  position: sticky;
  top: 76px;
}

.card_neg {
  min-height: 100px;
  margin: -40px 0;
  border-radius: 0 0 40px 40px;
}
@media (max-width: 1100px) {
  .card_neg {
    margin: -20px 0;
    border-radius: 0 0 20px 20px;
  }
}
.card_offset_top {
  padding-top: 40px;
}
@media (max-width: 1100px) {
  .card_offset_top {
    padding-top: 20px;
  }
}
.card_static {
  position: relative;
}
.card_static_neg {
  margin: -40px 0;
  border-radius: 40px 40px 0 0;
}
@media (max-width: 1100px) {
  .card_static_neg {
    margin: -20px 0;
    border-radius: 20px 20px 0 0;
  }
}
.card_static.last .card_static_neg {
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
@media (max-width: 1100px) {
  .card_static.last .card_static_neg {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}
.card_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.card_bg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card_spacer {
  height: 40px;
}
@media (max-width: 1100px) {
  .card_spacer {
    height: 20px;
  }
}

.hr1 {
  margin: 0;
  border: 0;
  height: 2px;
  background-color: rgba(0, 57, 50, 0.25);
}

.elm_logo {
  display: block;
  position: relative;
  aspect-ratio: 88/25;
}
.elm_logo .sico {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.corner_bg12_half {
  position: relative;
  isolation: isolate;
  background: linear-gradient(to bottom, #ecf3e9 0%, #ecf3e9 50%, #fff 50%, #fff 100%);
}
.corner_bg12_half::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 40px);
  width: 100%;
  background-color: #fff;
  height: 41px;
  border-radius: 40px 40px 0 0;
  z-index: -1;
}
@media (max-width: 1100px) {
  .corner_bg12_half::before {
    height: 21px;
    top: calc(50% - 10px);
    border-radius: 20px 20px 0 0;
  }
}

.corner_bg12_small {
  position: relative;
  isolation: isolate;
  background: linear-gradient(to bottom, #ecf3e9 0%, #ecf3e9 220px, #fff 220px, #fff 100%);
}
.corner_bg12_small::before {
  content: "";
  position: absolute;
  left: 0;
  top: 180px;
  width: 100%;
  background-color: #fff;
  height: 41px;
  border-radius: 40px 40px 0 0;
  z-index: -1;
}
@media (max-width: 1100px) {
  .corner_bg12_small::before {
    height: 21px;
    top: 210px;
    border-radius: 20px 20px 0 0;
  }
}

.corner3 {
  position: relative;
  background-color: #fff;
  height: 40px;
}
@media (max-width: 1100px) {
  .corner3 {
    height: 20px;
  }
}
.corner3::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23003932' preserveAspectRatio='none' viewBox='0 0 44 44' width='44' height='44' %3E%3Cpath d='M44 4c-4.439.014-8.857.732-13.055 2.183a40.136 40.136 0 0 0-14.882 9.201 40.175 40.175 0 0 0-9.8 15.329c-1.475 4.185-2.22 8.594-2.262 13.028L4 44H0V0h44v4Z'/%3E%3C/svg%3E");
  width: 44px;
  height: 44px;
  background-size: 100% auto;
  left: -4px;
  bottom: 0;
}
@media (max-width: 1100px) {
  .corner3::before {
    width: 22px;
    height: 22px;
    left: -2px;
  }
}
.corner3::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: right top;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23003932' preserveAspectRatio='none' viewBox='0 0 44 44' width='44' height='44' %3E%3Cpath d='M0 4c4.439.014 8.857.732 13.055 2.183a40.136 40.136 0 0 1 14.882 9.201 40.175 40.175 0 0 1 9.8 15.329c1.475 4.185 2.22 8.594 2.262 13.028L40 44h4V0H0v4Z'/%3E%3C/svg%3E");
  width: 44px;
  height: 44px;
  background-size: 100% auto;
  right: -4px;
  bottom: 0;
}
@media (max-width: 1100px) {
  .corner3::after {
    width: 22px;
    height: 22px;
    right: -2px;
  }
}

.corner3_reverse {
  background-color: #fff;
  height: 40px;
  border-radius: 0 0 40px 40px;
}
@media (max-width: 1100px) {
  .corner3_reverse {
    height: 20px;
    border-radius: 0 0 20px 20px;
  }
}

.corner12 {
  position: relative;
  background-color: #fff;
  height: 40px;
}
@media (max-width: 1100px) {
  .corner12 {
    height: 20px;
  }
}
.corner12::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ecf3e9' preserveAspectRatio='none' viewBox='0 0 44 44' width='44' height='44' %3E%3Cpath d='M44 4c-4.439.014-8.857.732-13.055 2.183a40.136 40.136 0 0 0-14.882 9.201 40.175 40.175 0 0 0-9.8 15.329c-1.475 4.185-2.22 8.594-2.262 13.028L4 44H0V0h44v4Z'/%3E%3C/svg%3E");
  width: 44px;
  height: 44px;
  background-size: 100% auto;
  left: -4px;
  bottom: 0;
}
@media (max-width: 1100px) {
  .corner12::before {
    width: 22px;
    height: 22px;
    left: -2px;
  }
}
.corner12::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: right top;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ecf3e9' preserveAspectRatio='none' viewBox='0 0 44 44' width='44' height='44' %3E%3Cpath d='M0 4c4.439.014 8.857.732 13.055 2.183a40.136 40.136 0 0 1 14.882 9.201 40.175 40.175 0 0 1 9.8 15.329c1.475 4.185 2.22 8.594 2.262 13.028L40 44h4V0H0v4Z'/%3E%3C/svg%3E");
  width: 44px;
  height: 44px;
  background-size: 100% auto;
  right: -4px;
  bottom: 0;
}
@media (max-width: 1100px) {
  .corner12::after {
    width: 22px;
    height: 22px;
    right: -2px;
  }
}

.corner12_reverse {
  background-color: #ecf3e9;
  height: 40px;
  border-radius: 0 0 40px 40px;
}
@media (max-width: 1100px) {
  .corner12_reverse {
    height: 20px;
    border-radius: 0 0 20px 20px;
  }
}

.corner24 {
  position: relative;
  background-color: #fff;
  height: 40px;
}
@media (max-width: 1100px) {
  .corner24 {
    height: 20px;
  }
}
.corner24::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FEF4F1' preserveAspectRatio='none' viewBox='0 0 44 44' width='44' height='44' %3E%3Cpath d='M44 4c-4.439.014-8.857.732-13.055 2.183a40.136 40.136 0 0 0-14.882 9.201 40.175 40.175 0 0 0-9.8 15.329c-1.475 4.185-2.22 8.594-2.262 13.028L4 44H0V0h44v4Z'/%3E%3C/svg%3E");
  width: 44px;
  height: 44px;
  background-size: 100% auto;
  left: -4px;
  bottom: 0;
}
@media (max-width: 1100px) {
  .corner24::before {
    width: 22px;
    height: 22px;
    left: -2px;
  }
}
.corner24::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: right top;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FEF4F1' preserveAspectRatio='none' viewBox='0 0 44 44' width='44' height='44' %3E%3Cpath d='M0 4c4.439.014 8.857.732 13.055 2.183a40.136 40.136 0 0 1 14.882 9.201 40.175 40.175 0 0 1 9.8 15.329c1.475 4.185 2.22 8.594 2.262 13.028L40 44h4V0H0v4Z'/%3E%3C/svg%3E");
  width: 44px;
  height: 44px;
  background-size: 100% auto;
  right: -4px;
  bottom: 0;
}
@media (max-width: 1100px) {
  .corner24::after {
    width: 22px;
    height: 22px;
    right: -2px;
  }
}

.corner24_reverse {
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: red;
  height: 40px;
  border-radius: 0 0 40px 40px;
}
@media (max-width: 1100px) {
  .corner24_reverse {
    height: 20px;
    border-radius: 0 0 20px 20px;
  }
}

.img_hover {
  display: block;
  clip-path: inset(0% 0% 0% 0% round 12px);
  transform: translate3d(0, 0, 0);
  overflow: clip;
  transition: clip-path 0.55s ease;
}
.img_hover img {
  display: block;
  height: auto;
  width: 100%;
  will-change: transform;
  transition: all 0.55s;
}
.img_hover:hover {
  clip-path: inset(2.5% 2.5% 2.5% 2.5% round 12px);
}
.img_hover:hover img {
  transform: scale(1.05);
}

.input_text {
  display: block;
  width: 100%;
  border: 0;
  outline: none;
  background: none;
  font-size: 14px;
  background-color: transparent;
  line-height: 1.42857143;
  padding: 19px 24px 5px 12px;
  color: #003932;
  resize: vertical;
  text-align: left;
  border-radius: 4px;
  background-color: #044A41;
  transition: border 0.25s, box-shadow 0.25s;
}
.input_text:-webkit-autofill {
  background-color: #044A41 !important;
}
.input_text:autofill {
  background-color: #044A41 !important;
}
.input_text:-webkit-autofill {
  -webkit-transition: background-color 0s 600000s, color 0s 600000s !important;
  transition: background-color 0s 600000s, color 0s 600000s !important;
}
.input_text:-webkit-autofill, .input_text:autofill, .input_text:-webkit-autofill:focus {
  -webkit-transition: background-color 0s 600000s, color 0s 600000s !important;
  transition: background-color 0s 600000s, color 0s 600000s !important;
}
.input_text:focus {
  box-shadow: 0 0 0 2px rgba(118, 188, 108, 0.6);
}
.input_text::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0);
  opacity: 1;
}
.input_text::-moz-placeholder {
  color: rgba(255, 255, 255, 0);
  opacity: 1;
}
.input_text:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0);
  opacity: 1;
}
.input_text:-moz-placeholder {
  color: rgba(255, 255, 255, 0);
  opacity: 1;
}
textarea.input_text {
  min-height: 52px;
}

.input_text_cont {
  position: relative;
  text-align: left;
}
.input_text_cont .file {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.input_text_placeholder {
  position: absolute;
  font-size: 12px;
  line-height: 14px;
  padding: 15px 30px 15px 0;
  padding-right: 0;
  pointer-events: none;
  opacity: 1;
  top: 0;
  left: 12px;
  width: calc(100% - 40px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: rgba(221, 247, 217, 0.4);
  transform-origin: 0 0;
  transition: all 0.25s;
}
.input_text:focus ~ .input_text_placeholder {
  transform: translate(0, -7px) scale(0.9);
  color: rgba(221, 247, 217, 0.6);
  opacity: 1;
}

.input_text:not(:-moz-placeholder) ~ .input_text_placeholder {
  transform: translate(0, -7px) scale(0.9);
  color: rgba(221, 247, 217, 0.6);
  opacity: 1;
}

.input_text:not(:placeholder-shown) ~ .input_text_placeholder {
  transform: translate(0, -7px) scale(0.9);
  color: rgba(221, 247, 217, 0.6);
  opacity: 1;
}

.input_text:focus:-ms-input-placeholder ~ .input_text_placeholder {
  transform: translate(0, -7px) scale(0.9);
  color: rgba(221, 247, 217, 0.6);
  opacity: 1;
}

.input_text:not(:-ms-input-placeholder) ~ .input_text_placeholder {
  transform: translate(0, -7px) scale(0.9);
  color: rgba(221, 247, 217, 0.6);
  opacity: 1;
}

.input_text_cont.light .input_text {
  background-color: rgba(0, 57, 50, 0.2);
}
.input_text_cont.light .input_text_placeholder {
  color: rgba(0, 57, 50, 0.8);
}

select.input_text {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.input_checkbox {
  display: inline-block;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  color: #fff;
  border-radius: 4px;
  accent-color: rgba(255, 255, 255, 0);
  cursor: pointer;
  outline: none;
  margin: 1px 0;
  border: 6px solid #044A41;
  background-color: #044A41;
  transition: background-color 0.2s;
}
.input_checkbox:checked {
  background-color: #D93C3F;
}
.input_checkbox_cont {
  display: flex;
  align-items: flex-start;
}
.input_checkbox_text {
  flex: 1 1 0%;
  padding: 0 0;
  padding-left: 0.8em;
  align-self: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 10px;
  line-height: 1.42857143;
  color: rgba(221, 247, 217, 0.4);
}
.input_checkbox_text a:not(:hover) {
  text-decoration: underline;
}
.input_checkbox_cont.type3 .input_checkbox:not(:checked) {
  background-color: #fff;
  box-shadow: 0 2px 0 0 #003932;
}
.input_checkbox_cont.light .input_checkbox {
  background-color: #D9D9D9;
  border-color: #D9D9D9;
}
.input_checkbox_cont.light .input_checkbox:checked {
  background-color: #D93C3F;
}
.input_checkbox_cont.light .input_checkbox_text {
  color: #003932;
}

.btn_icon {
  all: unset;
  vertical-align: top;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.375;
}
.btn_icon .sico {
  width: 26px;
  height: 30px;
  color: #76BC6C;
}
.btn_icon span {
  display: block;
  padding-left: 10px;
  transition: color 0.25s;
}
.btn_icon:hover span {
  color: #D93C3F;
}

.btn_back {
  all: unset;
  display: inline-flex;
  cursor: pointer;
  font-family: "frei", sans-serif;
  color: #003932;
  font-weight: 900;
  font-size: 12px;
  line-height: 14px;
  transition: color 0.25s;
}
.btn_back:hover {
  color: #DE3C40;
}
.btn_back .sico {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  color: #DE3C40;
  will-change: transform;
  transition: transform 0.25s;
}
.btn_back:hover .sico:first-child {
  transform: translateX(-7px);
}
.btn_back:hover .sico:last-child {
  transform: translateX(7px);
}
.btn_back span {
  display: block;
}
.btn_back span:last-child {
  padding-left: 6px;
}
.btn_back span:first-child {
  padding-right: 6px;
}
.btn_back.reverse .sico {
  transform: rotate(180deg);
}
.btn_back.reverse:hover .sico:first-child {
  transform: translateX(-4px) rotate(180deg);
}

.btn_with_arrow {
  all: unset;
  display: inline-flex;
  cursor: pointer;
  font-family: "frei", sans-serif;
  font-weight: 900;
  font-size: 12px;
  line-height: 14px;
  transition: color 0.25s;
}
.btn_with_arrow .sico {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  will-change: transform;
  transition: transform 0.25s;
}
.btn_with_arrow:hover .sico:not(.no-hover):first-child {
  transform: translateX(-7px);
}
.btn_with_arrow:hover .sico:not(.no-hover):last-child {
  transform: translateX(7px);
}
.btn_with_arrow span {
  display: block;
}
.btn_with_arrow span:last-child {
  padding-left: 6px;
}
.btn_with_arrow span:first-child {
  padding-right: 6px;
}

.btn_phases {
  all: unset;
  display: inline-flex;
  cursor: pointer;
  align-items: center;
}
.btn_phases .sico {
  will-change: transform;
  transition: transform 0.25s;
}
.btn_phases:hover .sico:not(.no-hover):first-child {
  transform: translateX(-7px);
}
.btn_phases:hover .sico:not(.no-hover):last-child {
  transform: translateX(7px);
}
.btn_phases span {
  display: block;
}
.btn_phases span:last-child {
  padding-left: 6px;
}
.btn_phases span:first-child {
  padding-right: 6px;
}

.btn_menu, .topmenu > li > a > span {
  display: inline-block;
  vertical-align: top;
  border: 0;
  background: none;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  font-family: "frei", sans-serif;
  line-height: 1.46688;
  font-weight: 700;
  isolation: isolate;
  overflow: hidden;
  color: #003932;
}
.btn_menu > span, .topmenu > li > a > span > span {
  display: block;
  position: relative;
  padding: 1px 0;
  will-change: transform;
  transition: transform 0.25s;
}
.btn_menu > span::after, .topmenu > li > a > span > span::after {
  content: attr(data-text);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 100%;
  left: 0;
  color: #D93C3F;
  padding: 1px 0;
}
.btn_menu:not(.nohover):hover > span, .topmenu > li > a > span:not(.nohover):hover > span {
  transform: translateY(-100%);
}

.btn_circle {
  display: inline-block;
  vertical-align: top;
  border: 0;
  background: none;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  display: inline-flex;
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #fff;
  transition: transform 0.3s, background-color 0s;
}
.btn_circle::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid rgba(118, 188, 108, 0.4);
  transition: border 0.3s;
}
.btn_circle > span {
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
  isolation: isolate;
  position: relative;
  border-radius: 50%;
}
.btn_circle > span span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 50%;
  transition: transform 0.3s;
}
.btn_circle:not(.nohover) span span:first-child {
  margin-left: -100%;
  background-color: #003932;
  color: #fff;
}
.btn_circle .sico {
  width: 16px;
  height: 16px;
}
.btn_circle:not(.nohover):not(.disabled):hover {
  background-color: #003932;
  transition: transform 0.3s, background-color 0.08s 0.21s;
}
.btn_circle:not(.nohover):not(.disabled):hover span span {
  transform: translateX(100%);
}
.btn_circle:not(.nohover):not(.disabled):hover::after {
  border-color: #003932;
}
.btn_circle.type4, .btn_circle.type2 {
  background-color: #D93C3F;
}
.btn_circle.type4 .sico, .btn_circle.type2 .sico {
  width: 12px;
  height: 12px;
}
.btn_circle.type4::after, .btn_circle.type2::after {
  display: none;
  border-color: #D93C3F;
}
.btn_circle.type4 span span:first-child,
.btn_circle.type4 span span:last-child, .btn_circle.type2 span span:first-child,
.btn_circle.type2 span span:last-child {
  background-color: #D93C3F;
  color: #fff;
}
.btn_circle.type4:not(.nohover):hover, .btn_circle.type2:not(.nohover):hover {
  background-color: #D93C3F;
}
.btn_circle.type4:not(.nohover):hover::after, .btn_circle.type2:not(.nohover):hover::after {
  border-color: #D93C3F;
}
.btn_circle.type4.reverse > span span:first-child, .btn_circle.type2.reverse > span span:first-child {
  margin: 0;
}
.btn_circle.type4.reverse:not(.nohover):not(.disabled):hover span span, .btn_circle.type2.reverse:not(.nohover):not(.disabled):hover span span {
  transform: translateX(-100%);
}
.btn_circle.type4.type2.disabled, .btn_circle.type2.type2.disabled {
  background-color: transparent;
  pointer-events: none;
}
.btn_circle.type4.type2.disabled span, .btn_circle.type2.type2.disabled span {
  background-color: transparent;
  color: rgba(0, 57, 50, 0.25);
}
.btn_circle.type4.type2.disabled::after, .btn_circle.type2.type2.disabled::after {
  display: block;
  border: 2px solid rgba(0, 57, 50, 0.25);
}
.btn_circle.type3 span span:first-child {
  color: #fff;
  background-color: #D93C3F;
}
.btn_circle.type3 span span:last-child {
  color: #003932;
}
.btn_circle.type3:not(.nohover):hover {
  background-color: #D93C3F;
}
.btn_circle.type3:not(.nohover):hover::after {
  border-color: #D93C3F;
}
.btn_circle.type4 {
  width: 34px;
  height: 34px;
}
.btn_circle.type5 {
  height: 54px;
}
.btn_circle.type5::after {
  border: none;
}
.btn_circle.type5 span span:first-child {
  color: #003932;
  background-color: transparent;
}
.btn_circle.type5 span span:last-child {
  color: #003932;
  background-color: transparent;
}
.btn_circle.type5:not(.nohover):hover {
  background-color: transparent;
}
.btn_circle.type5:not(.nohover):hover::after {
  border: none;
}
.btn_circle.menu {
  color: #003932;
}
.btn_circle.menu .sico {
  position: absolute;
  left: calc(50% - 8px);
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  transition: opacity 0.25s;
}
.btn_circle.menu .sico:last-child:not(:first-child) {
  opacity: 0;
}
.menuopen .btn_circle.menu .sico:first-child:not(:last-child) {
  opacity: 0;
}
.menuopen .btn_circle.menu .sico:last-child {
  opacity: 1;
}

.social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.social a {
  display: flex;
  margin: 0 4px;
}
.social a:first-child {
  margin-left: 0;
}
.social a:last-child {
  margin-right: 0;
}

.marquee {
  position: relative;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  gap: 16px;
  width: 100%;
  min-width: 0px;
}
.marquee_content {
  min-width: 100%;
  flex: 0 0 auto;
  display: flex;
  gap: 16px;
  position: relative;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  animation: marquee var(--marquee-speed, 52s) linear infinite;
}
.marquee:hover .marquee_content {
  animation-play-state: paused;
}
.marquee_item {
  display: flex;
  align-items: center;
  position: relative;
}
.marquee_item .sico {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
}
.marquee_item span {
  display: block;
  font-size: 12px;
  line-height: 14px;
  padding-left: 16px;
  white-space: nowrap;
  padding-bottom: 1px;
}

@keyframes marquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(calc(-100% - 16px), 0, 0);
  }
}
.group-hover:hover .btn_itb {
  background-color: rgb(177, 0, 41.9210526316);
}

.btn_itb {
  display: inline-block;
  vertical-align: top;
  border: 0;
  background: none;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 2px;
  background-color: #E40036;
  padding: 6px 12px;
  font-weight: 600;
  font-size: 11px;
  min-height: 36px;
  color: #fff;
  line-height: 14px;
  transition: background-color 0.25s;
}
.btn_itb .sico {
  display: block;
  height: 100%;
  width: 34px;
  height: 18px;
  margin-top: 4px;
}

.btn_basic {
  display: inline-block;
  vertical-align: top;
  border: 0;
  background: none;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  font-size: 14px;
  line-height: 1.42857143;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "frei", sans-serif;
  padding: 0 20px;
  color: #fff;
  background-color: #D93C3F;
  border-radius: 22px;
  overflow: clip;
  border: 2px solid #D93C3F;
  transition: background-color 0.25s, border 0.25s, color 0.25s;
}
.btn_basic > span {
  display: block;
  position: relative;
  padding: 10px 0 10px 0;
  will-change: transform;
  transition: transform 0.25s;
}
.btn_basic > span::after {
  content: attr(data-text);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 100%;
  left: 0;
  padding: 10px 0 10px 0;
}
.btn_basic:not(.disabled):not(.nohover):hover > span {
  transform: translateY(-100%);
}
.btn_basic .sico {
  width: 18px;
  height: 10px;
  flex: 0 0 18px;
  margin-left: 8px;
}
.btn_basic.type2 {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.375;
  background-color: transparent;
  border-color: #76BC6C;
  padding: 0 18px;
  color: #76BC6C;
}
.btn_basic.type2 > span {
  padding: 6px 0 5px 0;
}
.btn_basic.type2 > span::after {
  padding: 6px 0 5px 0;
}
.btn_basic.type2a {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.375;
  background-color: transparent;
  border-color: #76BC6C;
  padding: 0 18px;
  color: #fff;
}
.btn_basic.type2a > span {
  padding: 6px 0 5px 0;
}
.btn_basic.type2a > span::after {
  padding: 6px 0 5px 0;
}
.btn_basic.type2b {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.375;
  background-color: transparent;
  border-color: #76BC6C;
  padding: 0 18px;
  color: #003932;
}
.btn_basic.type2b > span {
  padding: 6px 0 5px 0;
}
.btn_basic.type2b > span::after {
  padding: 6px 0 5px 0;
}
.btn_basic.type2c {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.375;
  background-color: transparent;
  border-color: var(--color, #76BC6C);
  padding: 0 18px;
  color: #fff;
}
.btn_basic.type2c > span {
  padding: 6px 0 5px 0;
}
.btn_basic.type2c > span::after {
  padding: 6px 0 5px 0;
}
.btn_basic.type3 {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.42857143;
  background-color: transparent;
  border-color: rgba(0, 57, 50, 0.2);
  padding: 0 8px;
  color: #6D7F7C;
}
.btn_basic.type3 > span {
  padding: 2px 0 2px 0;
}
.btn_basic.type3 > span::after {
  padding: 2px 0 2px 0;
}
.btn_basic.type3.active, .btn_basic.type3:hover {
  color: #003932;
  border-color: #76BC6C;
}
.btn_basic.type3a {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.42857143;
  background-color: transparent;
  border-color: rgba(0, 57, 50, 0.2);
  padding: 0 8px;
  color: #003932;
}
.btn_basic.type3a > span {
  padding: 2px 0 2px 0;
}
.btn_basic.type3a > span::after {
  padding: 2px 0 2px 0;
}
.btn_basic.type3a.active, .btn_basic.type3a:hover {
  color: #003932;
  border-color: #76BC6C;
}
.btn_basic.type3b {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.42857143;
  text-transform: uppercase;
  background-color: #76BC6C;
  border-color: #76bc6c;
  padding: 0 8px;
  color: #fff;
}
.btn_basic.type3b > span {
  padding: 2px 0 2px 0;
}
.btn_basic.type3b > span::after {
  padding: 2px 0 2px 0;
}
.btn_basic.type3b.active, .btn_basic.type3b:hover {
  color: #fff;
  border-color: #76BC6C;
}
.btn_basic.type3c {
  font-family: "frei", sans-serif;
  font-weight: 550;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  background-color: #003932;
  border-color: #003932;
  padding: 4px 12px;
  color: #76BC6C;
}
.btn_basic.type3c > span {
  padding: 0px 0 0px 0;
}
.btn_basic.type5 {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.375;
  background-color: transparent;
  border-color: #D93C3F;
  padding: 0 18px;
  color: #D93C3F;
  text-transform: uppercase;
}
.btn_basic.type5 > span {
  padding: 6px 0 5px 0;
}
.btn_basic.type5 > span::after {
  padding: 6px 0 5px 0;
}
.btn_basic.type6 {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.375;
  background-color: transparent;
  border-color: #76BC6C;
  padding: 0 18px;
  color: #fff;
  text-transform: uppercase;
}
.btn_basic.type6 > span {
  padding: 6px 0 5px 0;
}
.btn_basic.type6 > span::after {
  padding: 6px 0 5px 0;
}

.pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.pagination .pagination-previous {
  flex: 1 1 0%;
}
.pagination .pagination-next {
  flex: 1 1 0%;
  text-align: right;
}
.pagination li:not(.pagination-previous):not(.pagination-next) {
  margin: 0 3px;
}
.pagination li:not(.pagination-previous):not(.pagination-next) a, .pagination li:not(.pagination-previous):not(.pagination-next) button {
  display: inline-block;
  vertical-align: top;
  border: 0;
  background: none;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  width: 44px;
  height: 44px;
  display: inline-flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: "frei", sans-serif;
  font-weight: 500;
  border-radius: 50%;
  border: 2px solid currentColor;
  opacity: 0.25;
  transition: all 0.25s;
}
.pagination li:not(.pagination-previous):not(.pagination-next).active a, .pagination li:not(.pagination-previous):not(.pagination-next).active button,
.pagination li:not(.pagination-previous):not(.pagination-next) a:hover,
.pagination li:not(.pagination-previous):not(.pagination-next) button:hover {
  background-color: #D93C3F;
  border-color: #D93C3F;
  color: #fff;
  opacity: 1;
}
@media (max-width: 1100px) {
  .pagination li:not(.pagination-previous):not(.pagination-next):not(.active) {
    display: none;
  }
}
.pagination .pagination-omission {
  font-weight: 700;
  opacity: 0.5;
}
@media (max-width: 1100px) {
  .pagination .pagination-omission {
    display: none;
  }
}

.input_basic {
  display: block;
  width: 100%;
  border: 0;
  outline: none;
  background: none;
  border-radius: 4px;
  background-color: #01312B;
  font-size: 12px;
  line-height: 14px;
  padding: 15px 10px;
  color: #fff;
  transition: box-shadow 0.25s;
}
.input_basic::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
  opacity: 1;
  font-weight: 400;
}
.input_basic::-moz-placeholder {
  color: rgba(255, 255, 255, 0.2);
  opacity: 1;
  font-weight: 400;
}
.input_basic:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
  opacity: 1;
  font-weight: 400;
}
.input_basic:-moz-placeholder {
  color: rgba(255, 255, 255, 0.2);
  opacity: 1;
  font-weight: 400;
}
.input_basic:focus {
  box-shadow: 0 0 0 2px rgba(118, 188, 108, 0.6);
}

@keyframes anim_basic {
  to {
    transform: none;
    opacity: 1;
  }
}
.js.observer .anim_drop1 {
  opacity: 0;
  transform: translateY(20px);
}
.anim_drop1.intersecting {
  animation: anim_basic 1s 0.2s forwards;
}

/*BOX*/
.box_sell {
  display: flex;
}
.box_sell_sizer {
  margin-left: -100%;
  width: 100%;
  overflow: hidden;
  max-height: calc(100svh - 76px);
}
.box_sell_sizer::before {
  content: "";
  display: block;
  padding-bottom: calc(780 / 1512 * 100%);
}
.box_sell_inner {
  align-self: center;
}

.article_part {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 1361px) {
  .article_part {
    display: flex;
    justify-content: center;
  }
}
.article_part::after {
  content: "";
  display: block;
  flex: 1 1 0%;
  max-width: calc(250px + 48px);
  padding-left: 24px;
  padding-right: 24px;
}
.article_part:not([class*=pdt-]):first-child {
  padding-top: 0;
}
.article_part:not([class*=pdb-]):last-child {
  padding-bottom: 0;
}
.article_content {
  max-width: 800px;
}
.article_content img {
  max-width: 100%;
}
@media (min-width: 1361px) {
  .article_content {
    flex: 0 0 800px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 1360px) {
  .article_left + .article_content {
    margin-top: 25px;
  }
}
.article_part:has(.article_content:first-child)::after {
  display: none;
}
@media (min-width: 1361px) {
  .article_left {
    flex: 1 1 0%;
    max-width: calc(250px + 48px);
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 1360px) {
  .article_left {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 48px);
  }
}
@media (max-width: 1100px) {
  .article_left {
    width: calc(100% - 34px);
  }
}
figure.article_content img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}
figure.article_content.shdw img {
  border: 1px solid #D9D9D9;
}
figure.article_content figcaption {
  margin-top: 12px;
  display: block;
  font-style: italic;
}

.box_contact {
  display: flex;
  position: relative;
  color: #fff;
}
.box_contact_left {
  position: relative;
  width: 50%;
  max-height: clamp(300px, 80vmin - 76px, 700px);
}
.box_contact_left::before {
  content: "";
  display: block;
  padding-bottom: calc(1 / 1 * 100%);
}
@media (max-width: 767px) {
  .box_contact_left {
    display: none;
  }
}
.box_contact_image {
  position: absolute;
  right: 50%;
  top: 0;
  height: 100%;
  width: 50%;
}
@media (max-width: 767px) {
  .box_contact_image {
    display: none;
  }
}
.box_contact_image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.box_contact_right {
  display: flex;
  align-items: center;
  width: 50%;
}
@media (max-width: 767px) {
  .box_contact_right {
    width: 100%;
  }
}
.box_contact_content {
  margin: auto;
  max-width: calc(530px + 48px);
  padding: 40px 24px;
  width: 100%;
}

.box_card {
  display: flex;
  position: relative;
  color: #fff;
}
@media (max-width: 767px) {
  .box_card {
    flex-direction: column;
  }
}
.box_card_left {
  position: relative;
  width: 50%;
  max-height: clamp(350px, 90vmin - 76px, 900px);
}
.box_card_left::before {
  content: "";
  display: block;
  padding-bottom: calc(1 / 1 * 100%);
}
@media (max-width: 767px) {
  .box_card_left {
    height: 280px;
    width: 100%;
  }
}
.box_card_image {
  position: absolute;
  right: 50%;
  top: 0;
  height: 100%;
  width: 50%;
}
@media (max-width: 767px) {
  .box_card_image {
    right: 0%;
    width: 100%;
    height: 280px;
  }
}
.box_card_image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .box_card_image img {
    position: relative;
    width: 100%;
  }
}
.box_card_right {
  display: flex;
  align-items: center;
  width: 50%;
}
@media (max-width: 767px) {
  .box_card_right {
    width: 100%;
  }
}
.box_card_content {
  margin: auto;
  max-width: calc(530px + 48px);
  padding: 40px 24px;
  width: 100%;
}
@media (max-width: 767px) {
  .box_card_content {
    padding: 40px 17px;
  }
}
.box_card_title {
  margin-left: 10%;
}
@media (max-width: 767px) {
  .box_card_title {
    margin-left: 4%;
  }
}
.box_card_claim {
  font-weight: 700;
  display: block;
  margin-top: 28px;
  margin-bottom: 28px;
  font-family: "frei", sans-serif;
  font-size: 30px;
  line-height: 1.2857142857;
  font-size: clamp(24px, 2vw, 30px);
  min-height: 0.000001vw;
}
.box_card_body {
  margin-left: 10%;
  font-size: 18px;
  line-height: 1.3333333333;
  font-size: clamp(14px, 2.5vw, 18px);
}
@media (max-width: 767px) {
  .box_card_body {
    margin-left: 4%;
  }
}

.box_card_2 {
  display: flex;
  position: relative;
  color: #fff;
}
@media (max-width: 767px) {
  .box_card_2 {
    flex-direction: column;
  }
}
.box_card_2_left {
  position: relative;
  width: 50%;
  max-height: clamp(350px, 90vmin - 76px, 900px);
}
.box_card_2_left::before {
  content: "";
  display: block;
  padding-bottom: calc(1 / 1 * 100%);
}
@media (max-width: 767px) {
  .box_card_2_left {
    height: 280px;
    width: 100%;
  }
}
.box_card_2_image {
  position: absolute;
  right: 50%;
  top: 0;
  height: 100%;
  width: 50%;
}
@media (max-width: 767px) {
  .box_card_2_image {
    right: 0%;
    width: 100%;
    height: 280px;
  }
}
.box_card_2_image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .box_card_2_image img {
    position: relative;
    width: 100%;
  }
}
.box_card_2_right {
  display: flex;
  align-items: center;
  width: 50%;
}
@media (max-width: 767px) {
  .box_card_2_right {
    width: 100%;
  }
}
.box_card_2_badge {
  display: inline-block;
  vertical-align: top;
  border: 0;
  background: none;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Work Sans", sans-serif;
  padding: 4px 16px;
  border-radius: 22px;
  overflow: clip;
  transition: background-color 0.25s, border 0.25s, color 0.25s;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.25;
  background-color: transparent;
  border: 1px solid rgba(var(--badge-color), 0.4);
  color: #fff;
  margin-bottom: 20px;
}
.box_card_2_badge > span {
  padding: 6px 0 5px 0;
}
.box_card_2_content {
  margin: auto;
  max-width: 720px;
  padding: 40px 60px;
  width: 100%;
}
@media (max-width: 767px) {
  .box_card_2_content {
    padding: 40px 17px;
  }
}
.box_card_2_claim {
  font-size: 16px;
  line-height: 1.5;
  font-size: clamp(14px, 2.5vw, 16px);
}
.box_card_2_body {
  font-size: 16px;
  line-height: 1.5;
  font-size: clamp(16px, 2.5vw, 16px);
}
.box_card_2_icon_item {
  border-bottom: 1px solid rgba(var(--badge-color), 0.4);
}
.box_card_2_icon_item > p {
  font-size: clamp(14px, 2.5vw, 18px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
  font-family: "frei", sans-serif;
  font-weight: 500;
}
.box_card_2_icon_item_big {
  border-bottom: 1px solid;
}
.box_card_2_icon_item_big > p {
  font-size: clamp(14px, 2.5vw, 18px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
  font-family: "frei", sans-serif;
  font-weight: 500;
}

.box_filter {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: -4px;
}
.box_filter .btn_basic {
  margin: 4px;
}

.page_content {
  font-size: 18px;
  line-height: 1.3333333333;
}
.page_content p {
  margin-top: 20px;
  margin-bottom: 20px;
}
.page_content img {
  position: relative;
  padding: 0;
  overflow: hidden;
  clip-path: inset(0% 0% 0% 0% round 12px);
  display: block;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .page_content {
    font-size: 16px;
  }
}
.page_content h2 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  margin: 0.5em 0;
}
.page_content p + h2 {
  margin-top: 1.5em;
}
.page_content.first_p > p:first-child {
  font-size: 24px;
  line-height: 1.3;
}
@media (max-width: 1100px) {
  .page_content.first_p > p:first-child {
    font-size: 20px;
  }
}
.page_content blockquote {
  all: unset;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 600;
}
.page_content blockquote::before {
  content: "";
  display: block;
  background: url(../images/blq.svg) top left no-repeat;
  height: 45px;
}
@media (max-width: 1100px) {
  .page_content blockquote {
    font-size: 20px;
  }
}

.reset_margins > *:first-child {
  margin-top: 0;
}
.reset_margins > *:last-child {
  margin-bottom: 0;
}

.no_margins > * {
  margin-top: 0;
  margin-bottom: 0;
}

/*HEADER*/
.header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 76px;
  z-index: 300;
}
@media (max-width: 1100px) {
  .header {
    height: 64px;
  }
}
.header_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  pointer-events: none;
  filter: drop-shadow(0 1px 0px rgba(0, 57, 50, 0.2));
}
.header_bg::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' preserveAspectRatio='none' viewBox='0 0 44 44' width='44' height='44' %3E%3Cpath d='M44 4c-4.439.014-8.857.732-13.055 2.183a40.136 40.136 0 0 0-14.882 9.201 40.175 40.175 0 0 0-9.8 15.329c-1.475 4.185-2.22 8.594-2.262 13.028L4 44H0V0h44v4Z'/%3E%3C/svg%3E");
  width: 44px;
  height: 44px;
  background-size: 100% auto;
  left: -4px;
  top: calc(100% - 4px);
}
@media (max-width: 1100px) {
  .header_bg::before {
    width: 22px;
    height: 22px;
    left: -2px;
    top: calc(100% - 2px);
  }
}
.header_bg::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: right top;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' preserveAspectRatio='none' viewBox='0 0 44 44' width='44' height='44' %3E%3Cpath d='M0 4c4.439.014 8.857.732 13.055 2.183a40.136 40.136 0 0 1 14.882 9.201 40.175 40.175 0 0 1 9.8 15.329c1.475 4.185 2.22 8.594 2.262 13.028L40 44h4V0H0v4Z'/%3E%3C/svg%3E");
  width: 44px;
  height: 44px;
  background-size: 100% auto;
  right: -4px;
  top: calc(100% - 4px);
}
@media (max-width: 1100px) {
  .header_bg::after {
    width: 22px;
    height: 22px;
    right: -2px;
    top: calc(100% - 2px);
  }
}
.header_inner {
  position: relative;
  height: 100%;
  display: flex;
}
.header_logo {
  display: block;
  position: relative;
  align-self: flex-start;
  width: 105px;
  height: 105px;
  margin-top: 16px;
  transition: filter 0.25s;
}
@media (max-width: 1100px) {
  .header_logo {
    width: 75px;
    height: 75px;
  }
}
.header_logo .sico {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.header_logo g:first-child {
  fill: #DE3C40;
}
.header_logo g:last-child {
  fill: #fff;
}
.scrolled .header_logo {
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.1));
}
.header_left {
  display: flex;
  height: 100%;
  flex: 1 1 0%;
}
.header_right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 1 1 0%;
  align-self: center;
}
.header_right .btn_basic {
  margin-right: 8px;
}
@media (max-width: 1100px) {
  .header_social {
    padding: 20px 24px 0 24px;
  }
  .nav {
    width: 100%;
    padding-top: 40px;
    margin-top: auto;
  }
}
.nav_cont {
  align-self: center;
  padding: 0 25px;
}
@media (max-width: 1100px) {
  .nav_cont {
    position: fixed;
    left: 0;
    background-color: #ecf3e9;
    height: 100dvh;
    width: 100%;
    top: 0;
    z-index: 10;
    padding: 0;
    transition: transform 0.6s ease-in-out;
    transform: translateX(100%);
  }
  .menuopen .nav_cont {
    transform: none;
  }
}
.nav_button {
  position: absolute;
  right: 10px;
  top: 10px;
}
@media (max-width: 1100px) {
  .nav_scroll {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    position: relative;
    overflow-x: hidden;
  }
}
.nav_bottom {
  width: 100%;
  padding: 24px;
  margin-top: auto;
}
.nav_address {
  line-height: 1.3;
  color: #003932;
}
.nav_address a:hover {
  text-decoration: underline;
}
.nav_buttons {
  display: flex;
}
.nav_buttons .btn_itb {
  margin-right: 2px;
}

.topmenu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
@media (min-width: 1101px) {
  .topmenu {
    height: 100%;
  }
}
@media (max-width: 1100px) {
  .topmenu {
    display: block;
    width: 100%;
    margin: auto 0;
  }
}
@media (min-width: 1101px) {
  .topmenu > li {
    display: flex;
    align-items: center;
  }
  .topmenu > li + li {
    margin-left: 20px;
  }
}
.topmenu > li > a {
  display: flex;
  height: 100%;
  align-items: center;
}
@media (max-width: 1100px) {
  .topmenu > li > a {
    padding: 10px 24px;
  }
  .topmenu > li > a > span {
    font-size: 20px;
    line-height: 1.25;
  }
}
.topmenu > li > a > span .sico {
  display: none;
  width: 21px;
  height: 21px;
  margin-left: 6px;
  will-change: transform;
  transition: transform 0.25s, color 0.25s;
}
.topmenu > li.current-menu-item > a > span span {
  transform: translateY(-100%);
}

.topbar {
  background-color: #003932;
}
.topbar_inner {
  height: 40px;
  display: flex;
}
@media (min-width: 1101px) {
  .topbar_inner::before {
    content: "";
    display: block;
    flex: 1 1 0%;
  }
}
.topbar_mid {
  display: flex;
  align-items: center;
}
.topbar_item {
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-weight: 500;
  font-family: "Work Sans", sans-serif;
  color: #76BC6C;
  font-size: 14px;
  line-height: 1.42857143;
  padding: 0 15px;
}
@media (max-width: 1360px) {
  .topbar_item {
    font-size: 12px;
    line-height: 1.1666666667;
  }
}
.topbar_item .sico {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
}
@media (max-width: 1360px) {
  .topbar_item .sico {
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
  }
}
.topbar_item span {
  display: block;
  padding-left: 10px;
}
.marquee_item .topbar_item {
  padding: 0 5px;
}

.topbar_marquee {
  height: 38px;
}
.topbar_right {
  display: flex;
  align-items: center;
  flex: 1 1 0%;
  justify-content: flex-end;
}
.topbar_right .btn_itb {
  margin-right: 2px;
}

/*MAIN*/
.main {
  position: relative;
  z-index: 2;
}

/*FOOTER*/
.footer {
  position: sticky;
  background-color: #044A41;
  top: 76px;
  bottom: 0;
}
@media (max-width: 767px) {
  .footer {
    position: relative;
  }
}
.footer_top {
  color: #fff;
  padding: clamp(40px, 10vmin, 120px) 0;
}
.footer_logo {
  margin: 0 auto;
  height: clamp(90px, 25vmin, 267px);
  max-width: 100%;
}
.footer_bottom {
  color: #fff;
  padding: clamp(40px, 6vmin, 80px) 0;
}
@media (max-width: 1100px) {
  .footer_bottom {
    text-align: center;
  }
}
@media (min-width: 1101px) {
  .footer_bottom {
    display: flex;
    align-items: center;
    color: #fff;
  }
  .footer_bottom::after {
    content: "";
    display: block;
    flex: 1 1 0%;
  }
}
.footer_title {
  font-family: "frei", sans-serif;
  font-weight: 700;
  margin: 0;
  display: block;
  color: #DE3C40;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.1666666667;
}
.footer_mid {
  color: #fff;
}
@media (min-width: 1101px) {
  .footer_mid {
    display: flex;
  }
}
@media (max-width: 1100px) {
  .footer_mid {
    max-width: 400px;
  }
}
.footer_mid_item {
  max-width: 480px;
  width: 46%;
}
@media (max-width: 1100px) {
  .footer_mid_item {
    width: auto;
    max-width: none;
  }
}
.footer_mid_item.first {
  width: 26%;
  max-width: 310px;
  margin-right: auto;
}
@media (max-width: 1100px) {
  .footer_mid_item.first {
    width: auto;
    max-width: none;
  }
}
.footer_mid_item.last {
  width: 28%;
  max-width: 310px;
  margin-left: auto;
}
@media (max-width: 1100px) {
  .footer_mid_item.last {
    width: auto;
    max-width: none;
  }
}
.footer_text, .footer_address {
  padding: 0;
  margin: 0;
  font-style: normal;
}
.footer_text a:hover, .footer_address a:hover {
  text-decoration: underline;
}
.footer_text, .footer_title + .footer_address {
  margin-top: 15px;
}
.footer_nl_top {
  display: flex;
}
.footer_nl_input {
  flex: 1 1 0%;
}
.footer_nl_button {
  padding-left: 10px;
}
.footer_nl_bottom {
  font-size: 11px;
  padding-top: 8px;
  padding-right: 54px;
}
.footer_title + .footer_nl {
  margin-top: 15px;
}
.footer_copy {
  order: -1;
  flex: 1 1 0%;
}
@media (max-width: 1100px) {
  .footer_copy {
    margin-top: 20px;
  }
}

/*SPACING*/
.mg-160 {
  margin: 160px;
}

.mg-140 {
  margin: 140px;
}

.mg-130 {
  margin: 130px;
}

.mg-120 {
  margin: 120px;
}

.mg-110 {
  margin: 110px;
}

.mg-100 {
  margin: 100px;
}

.mg-90 {
  margin: 90px;
}

.mg-80 {
  margin: 80px;
}

.mg-70 {
  margin: 70px;
}

.mg-65 {
  margin: 65px;
}

.mg-60 {
  margin: 60px;
}

.mg-55 {
  margin: 55px;
}

.mg-50 {
  margin: 50px;
}

.mg-45 {
  margin: 45px;
}

.mg-40 {
  margin: 40px;
}

.mg-35 {
  margin: 35px;
}

.mg-30 {
  margin: 30px;
}

.mg-25 {
  margin: 25px;
}

.mg-20 {
  margin: 20px;
}

.mg-15 {
  margin: 15px;
}

.mg-10 {
  margin: 10px;
}

.mg-5 {
  margin: 5px;
}

.mg-0 {
  margin: 0px;
}

.mg-auto {
  margin: auto;
}

.pd-160 {
  padding: 160px;
}

.pd-140 {
  padding: 140px;
}

.pd-130 {
  padding: 130px;
}

.pd-120 {
  padding: 120px;
}

.pd-110 {
  padding: 110px;
}

.pd-100 {
  padding: 100px;
}

.pd-90 {
  padding: 90px;
}

.pd-80 {
  padding: 80px;
}

.pd-70 {
  padding: 70px;
}

.pd-65 {
  padding: 65px;
}

.pd-60 {
  padding: 60px;
}

.pd-55 {
  padding: 55px;
}

.pd-50 {
  padding: 50px;
}

.pd-45 {
  padding: 45px;
}

.pd-40 {
  padding: 40px;
}

.pd-35 {
  padding: 35px;
}

.pd-30 {
  padding: 30px;
}

.pd-25 {
  padding: 25px;
}

.pd-20 {
  padding: 20px;
}

.pd-15 {
  padding: 15px;
}

.pd-10 {
  padding: 10px;
}

.pd-5 {
  padding: 5px;
}

.pd-0 {
  padding: 0px;
}

.pd-auto {
  padding: auto;
}

.mgt-160 {
  margin-top: 160px;
}

.mgt-140 {
  margin-top: 140px;
}

.mgt-130 {
  margin-top: 130px;
}

.mgt-120 {
  margin-top: 120px;
}

.mgt-110 {
  margin-top: 110px;
}

.mgt-100 {
  margin-top: 100px;
}

.mgt-90 {
  margin-top: 90px;
}

.mgt-80 {
  margin-top: 80px;
}

.mgt-70 {
  margin-top: 70px;
}

.mgt-65 {
  margin-top: 65px;
}

.mgt-60 {
  margin-top: 60px;
}

.mgt-55 {
  margin-top: 55px;
}

.mgt-50 {
  margin-top: 50px;
}

.mgt-45 {
  margin-top: 45px;
}

.mgt-40 {
  margin-top: 40px;
}

.mgt-35 {
  margin-top: 35px;
}

.mgt-30 {
  margin-top: 30px;
}

.mgt-25 {
  margin-top: 25px;
}

.mgt-20 {
  margin-top: 20px;
}

.mgt-15 {
  margin-top: 15px;
}

.mgt-10 {
  margin-top: 10px;
}

.mgt-5 {
  margin-top: 5px;
}

.mgt-0 {
  margin-top: 0px;
}

.mgt-auto {
  margin-top: auto;
}

.mgb-160 {
  margin-bottom: 160px;
}

.mgb-140 {
  margin-bottom: 140px;
}

.mgb-130 {
  margin-bottom: 130px;
}

.mgb-120 {
  margin-bottom: 120px;
}

.mgb-110 {
  margin-bottom: 110px;
}

.mgb-100 {
  margin-bottom: 100px;
}

.mgb-90 {
  margin-bottom: 90px;
}

.mgb-80 {
  margin-bottom: 80px;
}

.mgb-70 {
  margin-bottom: 70px;
}

.mgb-65 {
  margin-bottom: 65px;
}

.mgb-60 {
  margin-bottom: 60px;
}

.mgb-55 {
  margin-bottom: 55px;
}

.mgb-50 {
  margin-bottom: 50px;
}

.mgb-45 {
  margin-bottom: 45px;
}

.mgb-40 {
  margin-bottom: 40px;
}

.mgb-35 {
  margin-bottom: 35px;
}

.mgb-30 {
  margin-bottom: 30px;
}

.mgb-25 {
  margin-bottom: 25px;
}

.mgb-20 {
  margin-bottom: 20px;
}

.mgb-15 {
  margin-bottom: 15px;
}

.mgb-10 {
  margin-bottom: 10px;
}

.mgb-5 {
  margin-bottom: 5px;
}

.mgb-0 {
  margin-bottom: 0px;
}

.mgb-auto {
  margin-bottom: auto;
}

.mgl-160 {
  margin-left: 160px;
}

.mgl-140 {
  margin-left: 140px;
}

.mgl-130 {
  margin-left: 130px;
}

.mgl-120 {
  margin-left: 120px;
}

.mgl-110 {
  margin-left: 110px;
}

.mgl-100 {
  margin-left: 100px;
}

.mgl-90 {
  margin-left: 90px;
}

.mgl-80 {
  margin-left: 80px;
}

.mgl-70 {
  margin-left: 70px;
}

.mgl-65 {
  margin-left: 65px;
}

.mgl-60 {
  margin-left: 60px;
}

.mgl-55 {
  margin-left: 55px;
}

.mgl-50 {
  margin-left: 50px;
}

.mgl-45 {
  margin-left: 45px;
}

.mgl-40 {
  margin-left: 40px;
}

.mgl-35 {
  margin-left: 35px;
}

.mgl-30 {
  margin-left: 30px;
}

.mgl-25 {
  margin-left: 25px;
}

.mgl-20 {
  margin-left: 20px;
}

.mgl-15 {
  margin-left: 15px;
}

.mgl-10 {
  margin-left: 10px;
}

.mgl-5 {
  margin-left: 5px;
}

.mgl-0 {
  margin-left: 0px;
}

.mgl-auto {
  margin-left: auto;
}

.mgr-160 {
  margin-right: 160px;
}

.mgr-140 {
  margin-right: 140px;
}

.mgr-130 {
  margin-right: 130px;
}

.mgr-120 {
  margin-right: 120px;
}

.mgr-110 {
  margin-right: 110px;
}

.mgr-100 {
  margin-right: 100px;
}

.mgr-90 {
  margin-right: 90px;
}

.mgr-80 {
  margin-right: 80px;
}

.mgr-70 {
  margin-right: 70px;
}

.mgr-65 {
  margin-right: 65px;
}

.mgr-60 {
  margin-right: 60px;
}

.mgr-55 {
  margin-right: 55px;
}

.mgr-50 {
  margin-right: 50px;
}

.mgr-45 {
  margin-right: 45px;
}

.mgr-40 {
  margin-right: 40px;
}

.mgr-35 {
  margin-right: 35px;
}

.mgr-30 {
  margin-right: 30px;
}

.mgr-25 {
  margin-right: 25px;
}

.mgr-20 {
  margin-right: 20px;
}

.mgr-15 {
  margin-right: 15px;
}

.mgr-10 {
  margin-right: 10px;
}

.mgr-5 {
  margin-right: 5px;
}

.mgr-0 {
  margin-right: 0px;
}

.mgr-auto {
  margin-right: auto;
}

.pdt-160 {
  padding-top: 160px;
}

.pdt-140 {
  padding-top: 140px;
}

.pdt-130 {
  padding-top: 130px;
}

.pdt-120 {
  padding-top: 120px;
}

.pdt-110 {
  padding-top: 110px;
}

.pdt-100 {
  padding-top: 100px;
}

.pdt-90 {
  padding-top: 90px;
}

.pdt-80 {
  padding-top: 80px;
}

.pdt-70 {
  padding-top: 70px;
}

.pdt-65 {
  padding-top: 65px;
}

.pdt-60 {
  padding-top: 60px;
}

.pdt-55 {
  padding-top: 55px;
}

.pdt-50 {
  padding-top: 50px;
}

.pdt-45 {
  padding-top: 45px;
}

.pdt-40 {
  padding-top: 40px;
}

.pdt-35 {
  padding-top: 35px;
}

.pdt-30 {
  padding-top: 30px;
}

.pdt-25 {
  padding-top: 25px;
}

.pdt-20 {
  padding-top: 20px;
}

.pdt-15 {
  padding-top: 15px;
}

.pdt-10 {
  padding-top: 10px;
}

.pdt-5 {
  padding-top: 5px;
}

.pdt-0 {
  padding-top: 0px;
}

.pdt-auto {
  padding-top: auto;
}

.pdb-160 {
  padding-bottom: 160px;
}

.pdb-140 {
  padding-bottom: 140px;
}

.pdb-130 {
  padding-bottom: 130px;
}

.pdb-120 {
  padding-bottom: 120px;
}

.pdb-110 {
  padding-bottom: 110px;
}

.pdb-100 {
  padding-bottom: 100px;
}

.pdb-90 {
  padding-bottom: 90px;
}

.pdb-80 {
  padding-bottom: 80px;
}

.pdb-70 {
  padding-bottom: 70px;
}

.pdb-65 {
  padding-bottom: 65px;
}

.pdb-60 {
  padding-bottom: 60px;
}

.pdb-55 {
  padding-bottom: 55px;
}

.pdb-50 {
  padding-bottom: 50px;
}

.pdb-45 {
  padding-bottom: 45px;
}

.pdb-40 {
  padding-bottom: 40px;
}

.pdb-35 {
  padding-bottom: 35px;
}

.pdb-30 {
  padding-bottom: 30px;
}

.pdb-25 {
  padding-bottom: 25px;
}

.pdb-20 {
  padding-bottom: 20px;
}

.pdb-15 {
  padding-bottom: 15px;
}

.pdb-10 {
  padding-bottom: 10px;
}

.pdb-5 {
  padding-bottom: 5px;
}

.pdb-0 {
  padding-bottom: 0px;
}

.pdb-auto {
  padding-bottom: auto;
}

.pdl-160 {
  padding-left: 160px;
}

.pdl-140 {
  padding-left: 140px;
}

.pdl-130 {
  padding-left: 130px;
}

.pdl-120 {
  padding-left: 120px;
}

.pdl-110 {
  padding-left: 110px;
}

.pdl-100 {
  padding-left: 100px;
}

.pdl-90 {
  padding-left: 90px;
}

.pdl-80 {
  padding-left: 80px;
}

.pdl-70 {
  padding-left: 70px;
}

.pdl-65 {
  padding-left: 65px;
}

.pdl-60 {
  padding-left: 60px;
}

.pdl-55 {
  padding-left: 55px;
}

.pdl-50 {
  padding-left: 50px;
}

.pdl-45 {
  padding-left: 45px;
}

.pdl-40 {
  padding-left: 40px;
}

.pdl-35 {
  padding-left: 35px;
}

.pdl-30 {
  padding-left: 30px;
}

.pdl-25 {
  padding-left: 25px;
}

.pdl-20 {
  padding-left: 20px;
}

.pdl-15 {
  padding-left: 15px;
}

.pdl-10 {
  padding-left: 10px;
}

.pdl-5 {
  padding-left: 5px;
}

.pdl-0 {
  padding-left: 0px;
}

.pdl-auto {
  padding-left: auto;
}

.pdr-160 {
  padding-right: 160px;
}

.pdr-140 {
  padding-right: 140px;
}

.pdr-130 {
  padding-right: 130px;
}

.pdr-120 {
  padding-right: 120px;
}

.pdr-110 {
  padding-right: 110px;
}

.pdr-100 {
  padding-right: 100px;
}

.pdr-90 {
  padding-right: 90px;
}

.pdr-80 {
  padding-right: 80px;
}

.pdr-70 {
  padding-right: 70px;
}

.pdr-65 {
  padding-right: 65px;
}

.pdr-60 {
  padding-right: 60px;
}

.pdr-55 {
  padding-right: 55px;
}

.pdr-50 {
  padding-right: 50px;
}

.pdr-45 {
  padding-right: 45px;
}

.pdr-40 {
  padding-right: 40px;
}

.pdr-35 {
  padding-right: 35px;
}

.pdr-30 {
  padding-right: 30px;
}

.pdr-25 {
  padding-right: 25px;
}

.pdr-20 {
  padding-right: 20px;
}

.pdr-15 {
  padding-right: 15px;
}

.pdr-10 {
  padding-right: 10px;
}

.pdr-5 {
  padding-right: 5px;
}

.pdr-0 {
  padding-right: 0px;
}

.pdr-auto {
  padding-right: auto;
}

@media (max-width: 1430px) {
  .mg-160xxl {
    margin: 160px;
  }
  .mg-140xxl {
    margin: 140px;
  }
  .mg-130xxl {
    margin: 130px;
  }
  .mg-120xxl {
    margin: 120px;
  }
  .mg-110xxl {
    margin: 110px;
  }
  .mg-100xxl {
    margin: 100px;
  }
  .mg-90xxl {
    margin: 90px;
  }
  .mg-80xxl {
    margin: 80px;
  }
  .mg-70xxl {
    margin: 70px;
  }
  .mg-65xxl {
    margin: 65px;
  }
  .mg-60xxl {
    margin: 60px;
  }
  .mg-55xxl {
    margin: 55px;
  }
  .mg-50xxl {
    margin: 50px;
  }
  .mg-45xxl {
    margin: 45px;
  }
  .mg-40xxl {
    margin: 40px;
  }
  .mg-35xxl {
    margin: 35px;
  }
  .mg-30xxl {
    margin: 30px;
  }
  .mg-25xxl {
    margin: 25px;
  }
  .mg-20xxl {
    margin: 20px;
  }
  .mg-15xxl {
    margin: 15px;
  }
  .mg-10xxl {
    margin: 10px;
  }
  .mg-5xxl {
    margin: 5px;
  }
  .mg-0xxl {
    margin: 0px;
  }
  .mg-autoxxl {
    margin: auto;
  }
  .pd-160xxl {
    padding: 160px;
  }
  .pd-140xxl {
    padding: 140px;
  }
  .pd-130xxl {
    padding: 130px;
  }
  .pd-120xxl {
    padding: 120px;
  }
  .pd-110xxl {
    padding: 110px;
  }
  .pd-100xxl {
    padding: 100px;
  }
  .pd-90xxl {
    padding: 90px;
  }
  .pd-80xxl {
    padding: 80px;
  }
  .pd-70xxl {
    padding: 70px;
  }
  .pd-65xxl {
    padding: 65px;
  }
  .pd-60xxl {
    padding: 60px;
  }
  .pd-55xxl {
    padding: 55px;
  }
  .pd-50xxl {
    padding: 50px;
  }
  .pd-45xxl {
    padding: 45px;
  }
  .pd-40xxl {
    padding: 40px;
  }
  .pd-35xxl {
    padding: 35px;
  }
  .pd-30xxl {
    padding: 30px;
  }
  .pd-25xxl {
    padding: 25px;
  }
  .pd-20xxl {
    padding: 20px;
  }
  .pd-15xxl {
    padding: 15px;
  }
  .pd-10xxl {
    padding: 10px;
  }
  .pd-5xxl {
    padding: 5px;
  }
  .pd-0xxl {
    padding: 0px;
  }
  .pd-autoxxl {
    padding: auto;
  }
  .mgt-160xxl {
    margin-top: 160px;
  }
  .mgt-140xxl {
    margin-top: 140px;
  }
  .mgt-130xxl {
    margin-top: 130px;
  }
  .mgt-120xxl {
    margin-top: 120px;
  }
  .mgt-110xxl {
    margin-top: 110px;
  }
  .mgt-100xxl {
    margin-top: 100px;
  }
  .mgt-90xxl {
    margin-top: 90px;
  }
  .mgt-80xxl {
    margin-top: 80px;
  }
  .mgt-70xxl {
    margin-top: 70px;
  }
  .mgt-65xxl {
    margin-top: 65px;
  }
  .mgt-60xxl {
    margin-top: 60px;
  }
  .mgt-55xxl {
    margin-top: 55px;
  }
  .mgt-50xxl {
    margin-top: 50px;
  }
  .mgt-45xxl {
    margin-top: 45px;
  }
  .mgt-40xxl {
    margin-top: 40px;
  }
  .mgt-35xxl {
    margin-top: 35px;
  }
  .mgt-30xxl {
    margin-top: 30px;
  }
  .mgt-25xxl {
    margin-top: 25px;
  }
  .mgt-20xxl {
    margin-top: 20px;
  }
  .mgt-15xxl {
    margin-top: 15px;
  }
  .mgt-10xxl {
    margin-top: 10px;
  }
  .mgt-5xxl {
    margin-top: 5px;
  }
  .mgt-0xxl {
    margin-top: 0px;
  }
  .mgt-autoxxl {
    margin-top: auto;
  }
  .mgb-160xxl {
    margin-bottom: 160px;
  }
  .mgb-140xxl {
    margin-bottom: 140px;
  }
  .mgb-130xxl {
    margin-bottom: 130px;
  }
  .mgb-120xxl {
    margin-bottom: 120px;
  }
  .mgb-110xxl {
    margin-bottom: 110px;
  }
  .mgb-100xxl {
    margin-bottom: 100px;
  }
  .mgb-90xxl {
    margin-bottom: 90px;
  }
  .mgb-80xxl {
    margin-bottom: 80px;
  }
  .mgb-70xxl {
    margin-bottom: 70px;
  }
  .mgb-65xxl {
    margin-bottom: 65px;
  }
  .mgb-60xxl {
    margin-bottom: 60px;
  }
  .mgb-55xxl {
    margin-bottom: 55px;
  }
  .mgb-50xxl {
    margin-bottom: 50px;
  }
  .mgb-45xxl {
    margin-bottom: 45px;
  }
  .mgb-40xxl {
    margin-bottom: 40px;
  }
  .mgb-35xxl {
    margin-bottom: 35px;
  }
  .mgb-30xxl {
    margin-bottom: 30px;
  }
  .mgb-25xxl {
    margin-bottom: 25px;
  }
  .mgb-20xxl {
    margin-bottom: 20px;
  }
  .mgb-15xxl {
    margin-bottom: 15px;
  }
  .mgb-10xxl {
    margin-bottom: 10px;
  }
  .mgb-5xxl {
    margin-bottom: 5px;
  }
  .mgb-0xxl {
    margin-bottom: 0px;
  }
  .mgb-autoxxl {
    margin-bottom: auto;
  }
  .mgl-160xxl {
    margin-left: 160px;
  }
  .mgl-140xxl {
    margin-left: 140px;
  }
  .mgl-130xxl {
    margin-left: 130px;
  }
  .mgl-120xxl {
    margin-left: 120px;
  }
  .mgl-110xxl {
    margin-left: 110px;
  }
  .mgl-100xxl {
    margin-left: 100px;
  }
  .mgl-90xxl {
    margin-left: 90px;
  }
  .mgl-80xxl {
    margin-left: 80px;
  }
  .mgl-70xxl {
    margin-left: 70px;
  }
  .mgl-65xxl {
    margin-left: 65px;
  }
  .mgl-60xxl {
    margin-left: 60px;
  }
  .mgl-55xxl {
    margin-left: 55px;
  }
  .mgl-50xxl {
    margin-left: 50px;
  }
  .mgl-45xxl {
    margin-left: 45px;
  }
  .mgl-40xxl {
    margin-left: 40px;
  }
  .mgl-35xxl {
    margin-left: 35px;
  }
  .mgl-30xxl {
    margin-left: 30px;
  }
  .mgl-25xxl {
    margin-left: 25px;
  }
  .mgl-20xxl {
    margin-left: 20px;
  }
  .mgl-15xxl {
    margin-left: 15px;
  }
  .mgl-10xxl {
    margin-left: 10px;
  }
  .mgl-5xxl {
    margin-left: 5px;
  }
  .mgl-0xxl {
    margin-left: 0px;
  }
  .mgl-autoxxl {
    margin-left: auto;
  }
  .mgr-160xxl {
    margin-right: 160px;
  }
  .mgr-140xxl {
    margin-right: 140px;
  }
  .mgr-130xxl {
    margin-right: 130px;
  }
  .mgr-120xxl {
    margin-right: 120px;
  }
  .mgr-110xxl {
    margin-right: 110px;
  }
  .mgr-100xxl {
    margin-right: 100px;
  }
  .mgr-90xxl {
    margin-right: 90px;
  }
  .mgr-80xxl {
    margin-right: 80px;
  }
  .mgr-70xxl {
    margin-right: 70px;
  }
  .mgr-65xxl {
    margin-right: 65px;
  }
  .mgr-60xxl {
    margin-right: 60px;
  }
  .mgr-55xxl {
    margin-right: 55px;
  }
  .mgr-50xxl {
    margin-right: 50px;
  }
  .mgr-45xxl {
    margin-right: 45px;
  }
  .mgr-40xxl {
    margin-right: 40px;
  }
  .mgr-35xxl {
    margin-right: 35px;
  }
  .mgr-30xxl {
    margin-right: 30px;
  }
  .mgr-25xxl {
    margin-right: 25px;
  }
  .mgr-20xxl {
    margin-right: 20px;
  }
  .mgr-15xxl {
    margin-right: 15px;
  }
  .mgr-10xxl {
    margin-right: 10px;
  }
  .mgr-5xxl {
    margin-right: 5px;
  }
  .mgr-0xxl {
    margin-right: 0px;
  }
  .mgr-autoxxl {
    margin-right: auto;
  }
  .pdt-160xxl {
    padding-top: 160px;
  }
  .pdt-140xxl {
    padding-top: 140px;
  }
  .pdt-130xxl {
    padding-top: 130px;
  }
  .pdt-120xxl {
    padding-top: 120px;
  }
  .pdt-110xxl {
    padding-top: 110px;
  }
  .pdt-100xxl {
    padding-top: 100px;
  }
  .pdt-90xxl {
    padding-top: 90px;
  }
  .pdt-80xxl {
    padding-top: 80px;
  }
  .pdt-70xxl {
    padding-top: 70px;
  }
  .pdt-65xxl {
    padding-top: 65px;
  }
  .pdt-60xxl {
    padding-top: 60px;
  }
  .pdt-55xxl {
    padding-top: 55px;
  }
  .pdt-50xxl {
    padding-top: 50px;
  }
  .pdt-45xxl {
    padding-top: 45px;
  }
  .pdt-40xxl {
    padding-top: 40px;
  }
  .pdt-35xxl {
    padding-top: 35px;
  }
  .pdt-30xxl {
    padding-top: 30px;
  }
  .pdt-25xxl {
    padding-top: 25px;
  }
  .pdt-20xxl {
    padding-top: 20px;
  }
  .pdt-15xxl {
    padding-top: 15px;
  }
  .pdt-10xxl {
    padding-top: 10px;
  }
  .pdt-5xxl {
    padding-top: 5px;
  }
  .pdt-0xxl {
    padding-top: 0px;
  }
  .pdt-autoxxl {
    padding-top: auto;
  }
  .pdb-160xxl {
    padding-bottom: 160px;
  }
  .pdb-140xxl {
    padding-bottom: 140px;
  }
  .pdb-130xxl {
    padding-bottom: 130px;
  }
  .pdb-120xxl {
    padding-bottom: 120px;
  }
  .pdb-110xxl {
    padding-bottom: 110px;
  }
  .pdb-100xxl {
    padding-bottom: 100px;
  }
  .pdb-90xxl {
    padding-bottom: 90px;
  }
  .pdb-80xxl {
    padding-bottom: 80px;
  }
  .pdb-70xxl {
    padding-bottom: 70px;
  }
  .pdb-65xxl {
    padding-bottom: 65px;
  }
  .pdb-60xxl {
    padding-bottom: 60px;
  }
  .pdb-55xxl {
    padding-bottom: 55px;
  }
  .pdb-50xxl {
    padding-bottom: 50px;
  }
  .pdb-45xxl {
    padding-bottom: 45px;
  }
  .pdb-40xxl {
    padding-bottom: 40px;
  }
  .pdb-35xxl {
    padding-bottom: 35px;
  }
  .pdb-30xxl {
    padding-bottom: 30px;
  }
  .pdb-25xxl {
    padding-bottom: 25px;
  }
  .pdb-20xxl {
    padding-bottom: 20px;
  }
  .pdb-15xxl {
    padding-bottom: 15px;
  }
  .pdb-10xxl {
    padding-bottom: 10px;
  }
  .pdb-5xxl {
    padding-bottom: 5px;
  }
  .pdb-0xxl {
    padding-bottom: 0px;
  }
  .pdb-autoxxl {
    padding-bottom: auto;
  }
  .pdl-160xxl {
    padding-left: 160px;
  }
  .pdl-140xxl {
    padding-left: 140px;
  }
  .pdl-130xxl {
    padding-left: 130px;
  }
  .pdl-120xxl {
    padding-left: 120px;
  }
  .pdl-110xxl {
    padding-left: 110px;
  }
  .pdl-100xxl {
    padding-left: 100px;
  }
  .pdl-90xxl {
    padding-left: 90px;
  }
  .pdl-80xxl {
    padding-left: 80px;
  }
  .pdl-70xxl {
    padding-left: 70px;
  }
  .pdl-65xxl {
    padding-left: 65px;
  }
  .pdl-60xxl {
    padding-left: 60px;
  }
  .pdl-55xxl {
    padding-left: 55px;
  }
  .pdl-50xxl {
    padding-left: 50px;
  }
  .pdl-45xxl {
    padding-left: 45px;
  }
  .pdl-40xxl {
    padding-left: 40px;
  }
  .pdl-35xxl {
    padding-left: 35px;
  }
  .pdl-30xxl {
    padding-left: 30px;
  }
  .pdl-25xxl {
    padding-left: 25px;
  }
  .pdl-20xxl {
    padding-left: 20px;
  }
  .pdl-15xxl {
    padding-left: 15px;
  }
  .pdl-10xxl {
    padding-left: 10px;
  }
  .pdl-5xxl {
    padding-left: 5px;
  }
  .pdl-0xxl {
    padding-left: 0px;
  }
  .pdl-autoxxl {
    padding-left: auto;
  }
  .pdr-160xxl {
    padding-right: 160px;
  }
  .pdr-140xxl {
    padding-right: 140px;
  }
  .pdr-130xxl {
    padding-right: 130px;
  }
  .pdr-120xxl {
    padding-right: 120px;
  }
  .pdr-110xxl {
    padding-right: 110px;
  }
  .pdr-100xxl {
    padding-right: 100px;
  }
  .pdr-90xxl {
    padding-right: 90px;
  }
  .pdr-80xxl {
    padding-right: 80px;
  }
  .pdr-70xxl {
    padding-right: 70px;
  }
  .pdr-65xxl {
    padding-right: 65px;
  }
  .pdr-60xxl {
    padding-right: 60px;
  }
  .pdr-55xxl {
    padding-right: 55px;
  }
  .pdr-50xxl {
    padding-right: 50px;
  }
  .pdr-45xxl {
    padding-right: 45px;
  }
  .pdr-40xxl {
    padding-right: 40px;
  }
  .pdr-35xxl {
    padding-right: 35px;
  }
  .pdr-30xxl {
    padding-right: 30px;
  }
  .pdr-25xxl {
    padding-right: 25px;
  }
  .pdr-20xxl {
    padding-right: 20px;
  }
  .pdr-15xxl {
    padding-right: 15px;
  }
  .pdr-10xxl {
    padding-right: 10px;
  }
  .pdr-5xxl {
    padding-right: 5px;
  }
  .pdr-0xxl {
    padding-right: 0px;
  }
  .pdr-autoxxl {
    padding-right: auto;
  }
}
@media (max-width: 1360px) {
  .mg-160xl {
    margin: 160px;
  }
  .mg-140xl {
    margin: 140px;
  }
  .mg-130xl {
    margin: 130px;
  }
  .mg-120xl {
    margin: 120px;
  }
  .mg-110xl {
    margin: 110px;
  }
  .mg-100xl {
    margin: 100px;
  }
  .mg-90xl {
    margin: 90px;
  }
  .mg-80xl {
    margin: 80px;
  }
  .mg-70xl {
    margin: 70px;
  }
  .mg-65xl {
    margin: 65px;
  }
  .mg-60xl {
    margin: 60px;
  }
  .mg-55xl {
    margin: 55px;
  }
  .mg-50xl {
    margin: 50px;
  }
  .mg-45xl {
    margin: 45px;
  }
  .mg-40xl {
    margin: 40px;
  }
  .mg-35xl {
    margin: 35px;
  }
  .mg-30xl {
    margin: 30px;
  }
  .mg-25xl {
    margin: 25px;
  }
  .mg-20xl {
    margin: 20px;
  }
  .mg-15xl {
    margin: 15px;
  }
  .mg-10xl {
    margin: 10px;
  }
  .mg-5xl {
    margin: 5px;
  }
  .mg-0xl {
    margin: 0px;
  }
  .mg-autoxl {
    margin: auto;
  }
  .pd-160xl {
    padding: 160px;
  }
  .pd-140xl {
    padding: 140px;
  }
  .pd-130xl {
    padding: 130px;
  }
  .pd-120xl {
    padding: 120px;
  }
  .pd-110xl {
    padding: 110px;
  }
  .pd-100xl {
    padding: 100px;
  }
  .pd-90xl {
    padding: 90px;
  }
  .pd-80xl {
    padding: 80px;
  }
  .pd-70xl {
    padding: 70px;
  }
  .pd-65xl {
    padding: 65px;
  }
  .pd-60xl {
    padding: 60px;
  }
  .pd-55xl {
    padding: 55px;
  }
  .pd-50xl {
    padding: 50px;
  }
  .pd-45xl {
    padding: 45px;
  }
  .pd-40xl {
    padding: 40px;
  }
  .pd-35xl {
    padding: 35px;
  }
  .pd-30xl {
    padding: 30px;
  }
  .pd-25xl {
    padding: 25px;
  }
  .pd-20xl {
    padding: 20px;
  }
  .pd-15xl {
    padding: 15px;
  }
  .pd-10xl {
    padding: 10px;
  }
  .pd-5xl {
    padding: 5px;
  }
  .pd-0xl {
    padding: 0px;
  }
  .pd-autoxl {
    padding: auto;
  }
  .mgt-160xl {
    margin-top: 160px;
  }
  .mgt-140xl {
    margin-top: 140px;
  }
  .mgt-130xl {
    margin-top: 130px;
  }
  .mgt-120xl {
    margin-top: 120px;
  }
  .mgt-110xl {
    margin-top: 110px;
  }
  .mgt-100xl {
    margin-top: 100px;
  }
  .mgt-90xl {
    margin-top: 90px;
  }
  .mgt-80xl {
    margin-top: 80px;
  }
  .mgt-70xl {
    margin-top: 70px;
  }
  .mgt-65xl {
    margin-top: 65px;
  }
  .mgt-60xl {
    margin-top: 60px;
  }
  .mgt-55xl {
    margin-top: 55px;
  }
  .mgt-50xl {
    margin-top: 50px;
  }
  .mgt-45xl {
    margin-top: 45px;
  }
  .mgt-40xl {
    margin-top: 40px;
  }
  .mgt-35xl {
    margin-top: 35px;
  }
  .mgt-30xl {
    margin-top: 30px;
  }
  .mgt-25xl {
    margin-top: 25px;
  }
  .mgt-20xl {
    margin-top: 20px;
  }
  .mgt-15xl {
    margin-top: 15px;
  }
  .mgt-10xl {
    margin-top: 10px;
  }
  .mgt-5xl {
    margin-top: 5px;
  }
  .mgt-0xl {
    margin-top: 0px;
  }
  .mgt-autoxl {
    margin-top: auto;
  }
  .mgb-160xl {
    margin-bottom: 160px;
  }
  .mgb-140xl {
    margin-bottom: 140px;
  }
  .mgb-130xl {
    margin-bottom: 130px;
  }
  .mgb-120xl {
    margin-bottom: 120px;
  }
  .mgb-110xl {
    margin-bottom: 110px;
  }
  .mgb-100xl {
    margin-bottom: 100px;
  }
  .mgb-90xl {
    margin-bottom: 90px;
  }
  .mgb-80xl {
    margin-bottom: 80px;
  }
  .mgb-70xl {
    margin-bottom: 70px;
  }
  .mgb-65xl {
    margin-bottom: 65px;
  }
  .mgb-60xl {
    margin-bottom: 60px;
  }
  .mgb-55xl {
    margin-bottom: 55px;
  }
  .mgb-50xl {
    margin-bottom: 50px;
  }
  .mgb-45xl {
    margin-bottom: 45px;
  }
  .mgb-40xl {
    margin-bottom: 40px;
  }
  .mgb-35xl {
    margin-bottom: 35px;
  }
  .mgb-30xl {
    margin-bottom: 30px;
  }
  .mgb-25xl {
    margin-bottom: 25px;
  }
  .mgb-20xl {
    margin-bottom: 20px;
  }
  .mgb-15xl {
    margin-bottom: 15px;
  }
  .mgb-10xl {
    margin-bottom: 10px;
  }
  .mgb-5xl {
    margin-bottom: 5px;
  }
  .mgb-0xl {
    margin-bottom: 0px;
  }
  .mgb-autoxl {
    margin-bottom: auto;
  }
  .mgl-160xl {
    margin-left: 160px;
  }
  .mgl-140xl {
    margin-left: 140px;
  }
  .mgl-130xl {
    margin-left: 130px;
  }
  .mgl-120xl {
    margin-left: 120px;
  }
  .mgl-110xl {
    margin-left: 110px;
  }
  .mgl-100xl {
    margin-left: 100px;
  }
  .mgl-90xl {
    margin-left: 90px;
  }
  .mgl-80xl {
    margin-left: 80px;
  }
  .mgl-70xl {
    margin-left: 70px;
  }
  .mgl-65xl {
    margin-left: 65px;
  }
  .mgl-60xl {
    margin-left: 60px;
  }
  .mgl-55xl {
    margin-left: 55px;
  }
  .mgl-50xl {
    margin-left: 50px;
  }
  .mgl-45xl {
    margin-left: 45px;
  }
  .mgl-40xl {
    margin-left: 40px;
  }
  .mgl-35xl {
    margin-left: 35px;
  }
  .mgl-30xl {
    margin-left: 30px;
  }
  .mgl-25xl {
    margin-left: 25px;
  }
  .mgl-20xl {
    margin-left: 20px;
  }
  .mgl-15xl {
    margin-left: 15px;
  }
  .mgl-10xl {
    margin-left: 10px;
  }
  .mgl-5xl {
    margin-left: 5px;
  }
  .mgl-0xl {
    margin-left: 0px;
  }
  .mgl-autoxl {
    margin-left: auto;
  }
  .mgr-160xl {
    margin-right: 160px;
  }
  .mgr-140xl {
    margin-right: 140px;
  }
  .mgr-130xl {
    margin-right: 130px;
  }
  .mgr-120xl {
    margin-right: 120px;
  }
  .mgr-110xl {
    margin-right: 110px;
  }
  .mgr-100xl {
    margin-right: 100px;
  }
  .mgr-90xl {
    margin-right: 90px;
  }
  .mgr-80xl {
    margin-right: 80px;
  }
  .mgr-70xl {
    margin-right: 70px;
  }
  .mgr-65xl {
    margin-right: 65px;
  }
  .mgr-60xl {
    margin-right: 60px;
  }
  .mgr-55xl {
    margin-right: 55px;
  }
  .mgr-50xl {
    margin-right: 50px;
  }
  .mgr-45xl {
    margin-right: 45px;
  }
  .mgr-40xl {
    margin-right: 40px;
  }
  .mgr-35xl {
    margin-right: 35px;
  }
  .mgr-30xl {
    margin-right: 30px;
  }
  .mgr-25xl {
    margin-right: 25px;
  }
  .mgr-20xl {
    margin-right: 20px;
  }
  .mgr-15xl {
    margin-right: 15px;
  }
  .mgr-10xl {
    margin-right: 10px;
  }
  .mgr-5xl {
    margin-right: 5px;
  }
  .mgr-0xl {
    margin-right: 0px;
  }
  .mgr-autoxl {
    margin-right: auto;
  }
  .pdt-160xl {
    padding-top: 160px;
  }
  .pdt-140xl {
    padding-top: 140px;
  }
  .pdt-130xl {
    padding-top: 130px;
  }
  .pdt-120xl {
    padding-top: 120px;
  }
  .pdt-110xl {
    padding-top: 110px;
  }
  .pdt-100xl {
    padding-top: 100px;
  }
  .pdt-90xl {
    padding-top: 90px;
  }
  .pdt-80xl {
    padding-top: 80px;
  }
  .pdt-70xl {
    padding-top: 70px;
  }
  .pdt-65xl {
    padding-top: 65px;
  }
  .pdt-60xl {
    padding-top: 60px;
  }
  .pdt-55xl {
    padding-top: 55px;
  }
  .pdt-50xl {
    padding-top: 50px;
  }
  .pdt-45xl {
    padding-top: 45px;
  }
  .pdt-40xl {
    padding-top: 40px;
  }
  .pdt-35xl {
    padding-top: 35px;
  }
  .pdt-30xl {
    padding-top: 30px;
  }
  .pdt-25xl {
    padding-top: 25px;
  }
  .pdt-20xl {
    padding-top: 20px;
  }
  .pdt-15xl {
    padding-top: 15px;
  }
  .pdt-10xl {
    padding-top: 10px;
  }
  .pdt-5xl {
    padding-top: 5px;
  }
  .pdt-0xl {
    padding-top: 0px;
  }
  .pdt-autoxl {
    padding-top: auto;
  }
  .pdb-160xl {
    padding-bottom: 160px;
  }
  .pdb-140xl {
    padding-bottom: 140px;
  }
  .pdb-130xl {
    padding-bottom: 130px;
  }
  .pdb-120xl {
    padding-bottom: 120px;
  }
  .pdb-110xl {
    padding-bottom: 110px;
  }
  .pdb-100xl {
    padding-bottom: 100px;
  }
  .pdb-90xl {
    padding-bottom: 90px;
  }
  .pdb-80xl {
    padding-bottom: 80px;
  }
  .pdb-70xl {
    padding-bottom: 70px;
  }
  .pdb-65xl {
    padding-bottom: 65px;
  }
  .pdb-60xl {
    padding-bottom: 60px;
  }
  .pdb-55xl {
    padding-bottom: 55px;
  }
  .pdb-50xl {
    padding-bottom: 50px;
  }
  .pdb-45xl {
    padding-bottom: 45px;
  }
  .pdb-40xl {
    padding-bottom: 40px;
  }
  .pdb-35xl {
    padding-bottom: 35px;
  }
  .pdb-30xl {
    padding-bottom: 30px;
  }
  .pdb-25xl {
    padding-bottom: 25px;
  }
  .pdb-20xl {
    padding-bottom: 20px;
  }
  .pdb-15xl {
    padding-bottom: 15px;
  }
  .pdb-10xl {
    padding-bottom: 10px;
  }
  .pdb-5xl {
    padding-bottom: 5px;
  }
  .pdb-0xl {
    padding-bottom: 0px;
  }
  .pdb-autoxl {
    padding-bottom: auto;
  }
  .pdl-160xl {
    padding-left: 160px;
  }
  .pdl-140xl {
    padding-left: 140px;
  }
  .pdl-130xl {
    padding-left: 130px;
  }
  .pdl-120xl {
    padding-left: 120px;
  }
  .pdl-110xl {
    padding-left: 110px;
  }
  .pdl-100xl {
    padding-left: 100px;
  }
  .pdl-90xl {
    padding-left: 90px;
  }
  .pdl-80xl {
    padding-left: 80px;
  }
  .pdl-70xl {
    padding-left: 70px;
  }
  .pdl-65xl {
    padding-left: 65px;
  }
  .pdl-60xl {
    padding-left: 60px;
  }
  .pdl-55xl {
    padding-left: 55px;
  }
  .pdl-50xl {
    padding-left: 50px;
  }
  .pdl-45xl {
    padding-left: 45px;
  }
  .pdl-40xl {
    padding-left: 40px;
  }
  .pdl-35xl {
    padding-left: 35px;
  }
  .pdl-30xl {
    padding-left: 30px;
  }
  .pdl-25xl {
    padding-left: 25px;
  }
  .pdl-20xl {
    padding-left: 20px;
  }
  .pdl-15xl {
    padding-left: 15px;
  }
  .pdl-10xl {
    padding-left: 10px;
  }
  .pdl-5xl {
    padding-left: 5px;
  }
  .pdl-0xl {
    padding-left: 0px;
  }
  .pdl-autoxl {
    padding-left: auto;
  }
  .pdr-160xl {
    padding-right: 160px;
  }
  .pdr-140xl {
    padding-right: 140px;
  }
  .pdr-130xl {
    padding-right: 130px;
  }
  .pdr-120xl {
    padding-right: 120px;
  }
  .pdr-110xl {
    padding-right: 110px;
  }
  .pdr-100xl {
    padding-right: 100px;
  }
  .pdr-90xl {
    padding-right: 90px;
  }
  .pdr-80xl {
    padding-right: 80px;
  }
  .pdr-70xl {
    padding-right: 70px;
  }
  .pdr-65xl {
    padding-right: 65px;
  }
  .pdr-60xl {
    padding-right: 60px;
  }
  .pdr-55xl {
    padding-right: 55px;
  }
  .pdr-50xl {
    padding-right: 50px;
  }
  .pdr-45xl {
    padding-right: 45px;
  }
  .pdr-40xl {
    padding-right: 40px;
  }
  .pdr-35xl {
    padding-right: 35px;
  }
  .pdr-30xl {
    padding-right: 30px;
  }
  .pdr-25xl {
    padding-right: 25px;
  }
  .pdr-20xl {
    padding-right: 20px;
  }
  .pdr-15xl {
    padding-right: 15px;
  }
  .pdr-10xl {
    padding-right: 10px;
  }
  .pdr-5xl {
    padding-right: 5px;
  }
  .pdr-0xl {
    padding-right: 0px;
  }
  .pdr-autoxl {
    padding-right: auto;
  }
}
@media (max-width: 1100px) {
  .mg-160lg {
    margin: 160px;
  }
  .mg-140lg {
    margin: 140px;
  }
  .mg-130lg {
    margin: 130px;
  }
  .mg-120lg {
    margin: 120px;
  }
  .mg-110lg {
    margin: 110px;
  }
  .mg-100lg {
    margin: 100px;
  }
  .mg-90lg {
    margin: 90px;
  }
  .mg-80lg {
    margin: 80px;
  }
  .mg-70lg {
    margin: 70px;
  }
  .mg-65lg {
    margin: 65px;
  }
  .mg-60lg {
    margin: 60px;
  }
  .mg-55lg {
    margin: 55px;
  }
  .mg-50lg {
    margin: 50px;
  }
  .mg-45lg {
    margin: 45px;
  }
  .mg-40lg {
    margin: 40px;
  }
  .mg-35lg {
    margin: 35px;
  }
  .mg-30lg {
    margin: 30px;
  }
  .mg-25lg {
    margin: 25px;
  }
  .mg-20lg {
    margin: 20px;
  }
  .mg-15lg {
    margin: 15px;
  }
  .mg-10lg {
    margin: 10px;
  }
  .mg-5lg {
    margin: 5px;
  }
  .mg-0lg {
    margin: 0px;
  }
  .mg-autolg {
    margin: auto;
  }
  .pd-160lg {
    padding: 160px;
  }
  .pd-140lg {
    padding: 140px;
  }
  .pd-130lg {
    padding: 130px;
  }
  .pd-120lg {
    padding: 120px;
  }
  .pd-110lg {
    padding: 110px;
  }
  .pd-100lg {
    padding: 100px;
  }
  .pd-90lg {
    padding: 90px;
  }
  .pd-80lg {
    padding: 80px;
  }
  .pd-70lg {
    padding: 70px;
  }
  .pd-65lg {
    padding: 65px;
  }
  .pd-60lg {
    padding: 60px;
  }
  .pd-55lg {
    padding: 55px;
  }
  .pd-50lg {
    padding: 50px;
  }
  .pd-45lg {
    padding: 45px;
  }
  .pd-40lg {
    padding: 40px;
  }
  .pd-35lg {
    padding: 35px;
  }
  .pd-30lg {
    padding: 30px;
  }
  .pd-25lg {
    padding: 25px;
  }
  .pd-20lg {
    padding: 20px;
  }
  .pd-15lg {
    padding: 15px;
  }
  .pd-10lg {
    padding: 10px;
  }
  .pd-5lg {
    padding: 5px;
  }
  .pd-0lg {
    padding: 0px;
  }
  .pd-autolg {
    padding: auto;
  }
  .mgt-160lg {
    margin-top: 160px;
  }
  .mgt-140lg {
    margin-top: 140px;
  }
  .mgt-130lg {
    margin-top: 130px;
  }
  .mgt-120lg {
    margin-top: 120px;
  }
  .mgt-110lg {
    margin-top: 110px;
  }
  .mgt-100lg {
    margin-top: 100px;
  }
  .mgt-90lg {
    margin-top: 90px;
  }
  .mgt-80lg {
    margin-top: 80px;
  }
  .mgt-70lg {
    margin-top: 70px;
  }
  .mgt-65lg {
    margin-top: 65px;
  }
  .mgt-60lg {
    margin-top: 60px;
  }
  .mgt-55lg {
    margin-top: 55px;
  }
  .mgt-50lg {
    margin-top: 50px;
  }
  .mgt-45lg {
    margin-top: 45px;
  }
  .mgt-40lg {
    margin-top: 40px;
  }
  .mgt-35lg {
    margin-top: 35px;
  }
  .mgt-30lg {
    margin-top: 30px;
  }
  .mgt-25lg {
    margin-top: 25px;
  }
  .mgt-20lg {
    margin-top: 20px;
  }
  .mgt-15lg {
    margin-top: 15px;
  }
  .mgt-10lg {
    margin-top: 10px;
  }
  .mgt-5lg {
    margin-top: 5px;
  }
  .mgt-0lg {
    margin-top: 0px;
  }
  .mgt-autolg {
    margin-top: auto;
  }
  .mgb-160lg {
    margin-bottom: 160px;
  }
  .mgb-140lg {
    margin-bottom: 140px;
  }
  .mgb-130lg {
    margin-bottom: 130px;
  }
  .mgb-120lg {
    margin-bottom: 120px;
  }
  .mgb-110lg {
    margin-bottom: 110px;
  }
  .mgb-100lg {
    margin-bottom: 100px;
  }
  .mgb-90lg {
    margin-bottom: 90px;
  }
  .mgb-80lg {
    margin-bottom: 80px;
  }
  .mgb-70lg {
    margin-bottom: 70px;
  }
  .mgb-65lg {
    margin-bottom: 65px;
  }
  .mgb-60lg {
    margin-bottom: 60px;
  }
  .mgb-55lg {
    margin-bottom: 55px;
  }
  .mgb-50lg {
    margin-bottom: 50px;
  }
  .mgb-45lg {
    margin-bottom: 45px;
  }
  .mgb-40lg {
    margin-bottom: 40px;
  }
  .mgb-35lg {
    margin-bottom: 35px;
  }
  .mgb-30lg {
    margin-bottom: 30px;
  }
  .mgb-25lg {
    margin-bottom: 25px;
  }
  .mgb-20lg {
    margin-bottom: 20px;
  }
  .mgb-15lg {
    margin-bottom: 15px;
  }
  .mgb-10lg {
    margin-bottom: 10px;
  }
  .mgb-5lg {
    margin-bottom: 5px;
  }
  .mgb-0lg {
    margin-bottom: 0px;
  }
  .mgb-autolg {
    margin-bottom: auto;
  }
  .mgl-160lg {
    margin-left: 160px;
  }
  .mgl-140lg {
    margin-left: 140px;
  }
  .mgl-130lg {
    margin-left: 130px;
  }
  .mgl-120lg {
    margin-left: 120px;
  }
  .mgl-110lg {
    margin-left: 110px;
  }
  .mgl-100lg {
    margin-left: 100px;
  }
  .mgl-90lg {
    margin-left: 90px;
  }
  .mgl-80lg {
    margin-left: 80px;
  }
  .mgl-70lg {
    margin-left: 70px;
  }
  .mgl-65lg {
    margin-left: 65px;
  }
  .mgl-60lg {
    margin-left: 60px;
  }
  .mgl-55lg {
    margin-left: 55px;
  }
  .mgl-50lg {
    margin-left: 50px;
  }
  .mgl-45lg {
    margin-left: 45px;
  }
  .mgl-40lg {
    margin-left: 40px;
  }
  .mgl-35lg {
    margin-left: 35px;
  }
  .mgl-30lg {
    margin-left: 30px;
  }
  .mgl-25lg {
    margin-left: 25px;
  }
  .mgl-20lg {
    margin-left: 20px;
  }
  .mgl-15lg {
    margin-left: 15px;
  }
  .mgl-10lg {
    margin-left: 10px;
  }
  .mgl-5lg {
    margin-left: 5px;
  }
  .mgl-0lg {
    margin-left: 0px;
  }
  .mgl-autolg {
    margin-left: auto;
  }
  .mgr-160lg {
    margin-right: 160px;
  }
  .mgr-140lg {
    margin-right: 140px;
  }
  .mgr-130lg {
    margin-right: 130px;
  }
  .mgr-120lg {
    margin-right: 120px;
  }
  .mgr-110lg {
    margin-right: 110px;
  }
  .mgr-100lg {
    margin-right: 100px;
  }
  .mgr-90lg {
    margin-right: 90px;
  }
  .mgr-80lg {
    margin-right: 80px;
  }
  .mgr-70lg {
    margin-right: 70px;
  }
  .mgr-65lg {
    margin-right: 65px;
  }
  .mgr-60lg {
    margin-right: 60px;
  }
  .mgr-55lg {
    margin-right: 55px;
  }
  .mgr-50lg {
    margin-right: 50px;
  }
  .mgr-45lg {
    margin-right: 45px;
  }
  .mgr-40lg {
    margin-right: 40px;
  }
  .mgr-35lg {
    margin-right: 35px;
  }
  .mgr-30lg {
    margin-right: 30px;
  }
  .mgr-25lg {
    margin-right: 25px;
  }
  .mgr-20lg {
    margin-right: 20px;
  }
  .mgr-15lg {
    margin-right: 15px;
  }
  .mgr-10lg {
    margin-right: 10px;
  }
  .mgr-5lg {
    margin-right: 5px;
  }
  .mgr-0lg {
    margin-right: 0px;
  }
  .mgr-autolg {
    margin-right: auto;
  }
  .pdt-160lg {
    padding-top: 160px;
  }
  .pdt-140lg {
    padding-top: 140px;
  }
  .pdt-130lg {
    padding-top: 130px;
  }
  .pdt-120lg {
    padding-top: 120px;
  }
  .pdt-110lg {
    padding-top: 110px;
  }
  .pdt-100lg {
    padding-top: 100px;
  }
  .pdt-90lg {
    padding-top: 90px;
  }
  .pdt-80lg {
    padding-top: 80px;
  }
  .pdt-70lg {
    padding-top: 70px;
  }
  .pdt-65lg {
    padding-top: 65px;
  }
  .pdt-60lg {
    padding-top: 60px;
  }
  .pdt-55lg {
    padding-top: 55px;
  }
  .pdt-50lg {
    padding-top: 50px;
  }
  .pdt-45lg {
    padding-top: 45px;
  }
  .pdt-40lg {
    padding-top: 40px;
  }
  .pdt-35lg {
    padding-top: 35px;
  }
  .pdt-30lg {
    padding-top: 30px;
  }
  .pdt-25lg {
    padding-top: 25px;
  }
  .pdt-20lg {
    padding-top: 20px;
  }
  .pdt-15lg {
    padding-top: 15px;
  }
  .pdt-10lg {
    padding-top: 10px;
  }
  .pdt-5lg {
    padding-top: 5px;
  }
  .pdt-0lg {
    padding-top: 0px;
  }
  .pdt-autolg {
    padding-top: auto;
  }
  .pdb-160lg {
    padding-bottom: 160px;
  }
  .pdb-140lg {
    padding-bottom: 140px;
  }
  .pdb-130lg {
    padding-bottom: 130px;
  }
  .pdb-120lg {
    padding-bottom: 120px;
  }
  .pdb-110lg {
    padding-bottom: 110px;
  }
  .pdb-100lg {
    padding-bottom: 100px;
  }
  .pdb-90lg {
    padding-bottom: 90px;
  }
  .pdb-80lg {
    padding-bottom: 80px;
  }
  .pdb-70lg {
    padding-bottom: 70px;
  }
  .pdb-65lg {
    padding-bottom: 65px;
  }
  .pdb-60lg {
    padding-bottom: 60px;
  }
  .pdb-55lg {
    padding-bottom: 55px;
  }
  .pdb-50lg {
    padding-bottom: 50px;
  }
  .pdb-45lg {
    padding-bottom: 45px;
  }
  .pdb-40lg {
    padding-bottom: 40px;
  }
  .pdb-35lg {
    padding-bottom: 35px;
  }
  .pdb-30lg {
    padding-bottom: 30px;
  }
  .pdb-25lg {
    padding-bottom: 25px;
  }
  .pdb-20lg {
    padding-bottom: 20px;
  }
  .pdb-15lg {
    padding-bottom: 15px;
  }
  .pdb-10lg {
    padding-bottom: 10px;
  }
  .pdb-5lg {
    padding-bottom: 5px;
  }
  .pdb-0lg {
    padding-bottom: 0px;
  }
  .pdb-autolg {
    padding-bottom: auto;
  }
  .pdl-160lg {
    padding-left: 160px;
  }
  .pdl-140lg {
    padding-left: 140px;
  }
  .pdl-130lg {
    padding-left: 130px;
  }
  .pdl-120lg {
    padding-left: 120px;
  }
  .pdl-110lg {
    padding-left: 110px;
  }
  .pdl-100lg {
    padding-left: 100px;
  }
  .pdl-90lg {
    padding-left: 90px;
  }
  .pdl-80lg {
    padding-left: 80px;
  }
  .pdl-70lg {
    padding-left: 70px;
  }
  .pdl-65lg {
    padding-left: 65px;
  }
  .pdl-60lg {
    padding-left: 60px;
  }
  .pdl-55lg {
    padding-left: 55px;
  }
  .pdl-50lg {
    padding-left: 50px;
  }
  .pdl-45lg {
    padding-left: 45px;
  }
  .pdl-40lg {
    padding-left: 40px;
  }
  .pdl-35lg {
    padding-left: 35px;
  }
  .pdl-30lg {
    padding-left: 30px;
  }
  .pdl-25lg {
    padding-left: 25px;
  }
  .pdl-20lg {
    padding-left: 20px;
  }
  .pdl-15lg {
    padding-left: 15px;
  }
  .pdl-10lg {
    padding-left: 10px;
  }
  .pdl-5lg {
    padding-left: 5px;
  }
  .pdl-0lg {
    padding-left: 0px;
  }
  .pdl-autolg {
    padding-left: auto;
  }
  .pdr-160lg {
    padding-right: 160px;
  }
  .pdr-140lg {
    padding-right: 140px;
  }
  .pdr-130lg {
    padding-right: 130px;
  }
  .pdr-120lg {
    padding-right: 120px;
  }
  .pdr-110lg {
    padding-right: 110px;
  }
  .pdr-100lg {
    padding-right: 100px;
  }
  .pdr-90lg {
    padding-right: 90px;
  }
  .pdr-80lg {
    padding-right: 80px;
  }
  .pdr-70lg {
    padding-right: 70px;
  }
  .pdr-65lg {
    padding-right: 65px;
  }
  .pdr-60lg {
    padding-right: 60px;
  }
  .pdr-55lg {
    padding-right: 55px;
  }
  .pdr-50lg {
    padding-right: 50px;
  }
  .pdr-45lg {
    padding-right: 45px;
  }
  .pdr-40lg {
    padding-right: 40px;
  }
  .pdr-35lg {
    padding-right: 35px;
  }
  .pdr-30lg {
    padding-right: 30px;
  }
  .pdr-25lg {
    padding-right: 25px;
  }
  .pdr-20lg {
    padding-right: 20px;
  }
  .pdr-15lg {
    padding-right: 15px;
  }
  .pdr-10lg {
    padding-right: 10px;
  }
  .pdr-5lg {
    padding-right: 5px;
  }
  .pdr-0lg {
    padding-right: 0px;
  }
  .pdr-autolg {
    padding-right: auto;
  }
}
@media (max-width: 767px) {
  .mg-160md {
    margin: 160px;
  }
  .mg-140md {
    margin: 140px;
  }
  .mg-130md {
    margin: 130px;
  }
  .mg-120md {
    margin: 120px;
  }
  .mg-110md {
    margin: 110px;
  }
  .mg-100md {
    margin: 100px;
  }
  .mg-90md {
    margin: 90px;
  }
  .mg-80md {
    margin: 80px;
  }
  .mg-70md {
    margin: 70px;
  }
  .mg-65md {
    margin: 65px;
  }
  .mg-60md {
    margin: 60px;
  }
  .mg-55md {
    margin: 55px;
  }
  .mg-50md {
    margin: 50px;
  }
  .mg-45md {
    margin: 45px;
  }
  .mg-40md {
    margin: 40px;
  }
  .mg-35md {
    margin: 35px;
  }
  .mg-30md {
    margin: 30px;
  }
  .mg-25md {
    margin: 25px;
  }
  .mg-20md {
    margin: 20px;
  }
  .mg-15md {
    margin: 15px;
  }
  .mg-10md {
    margin: 10px;
  }
  .mg-5md {
    margin: 5px;
  }
  .mg-0md {
    margin: 0px;
  }
  .mg-automd {
    margin: auto;
  }
  .pd-160md {
    padding: 160px;
  }
  .pd-140md {
    padding: 140px;
  }
  .pd-130md {
    padding: 130px;
  }
  .pd-120md {
    padding: 120px;
  }
  .pd-110md {
    padding: 110px;
  }
  .pd-100md {
    padding: 100px;
  }
  .pd-90md {
    padding: 90px;
  }
  .pd-80md {
    padding: 80px;
  }
  .pd-70md {
    padding: 70px;
  }
  .pd-65md {
    padding: 65px;
  }
  .pd-60md {
    padding: 60px;
  }
  .pd-55md {
    padding: 55px;
  }
  .pd-50md {
    padding: 50px;
  }
  .pd-45md {
    padding: 45px;
  }
  .pd-40md {
    padding: 40px;
  }
  .pd-35md {
    padding: 35px;
  }
  .pd-30md {
    padding: 30px;
  }
  .pd-25md {
    padding: 25px;
  }
  .pd-20md {
    padding: 20px;
  }
  .pd-15md {
    padding: 15px;
  }
  .pd-10md {
    padding: 10px;
  }
  .pd-5md {
    padding: 5px;
  }
  .pd-0md {
    padding: 0px;
  }
  .pd-automd {
    padding: auto;
  }
  .mgt-160md {
    margin-top: 160px;
  }
  .mgt-140md {
    margin-top: 140px;
  }
  .mgt-130md {
    margin-top: 130px;
  }
  .mgt-120md {
    margin-top: 120px;
  }
  .mgt-110md {
    margin-top: 110px;
  }
  .mgt-100md {
    margin-top: 100px;
  }
  .mgt-90md {
    margin-top: 90px;
  }
  .mgt-80md {
    margin-top: 80px;
  }
  .mgt-70md {
    margin-top: 70px;
  }
  .mgt-65md {
    margin-top: 65px;
  }
  .mgt-60md {
    margin-top: 60px;
  }
  .mgt-55md {
    margin-top: 55px;
  }
  .mgt-50md {
    margin-top: 50px;
  }
  .mgt-45md {
    margin-top: 45px;
  }
  .mgt-40md {
    margin-top: 40px;
  }
  .mgt-35md {
    margin-top: 35px;
  }
  .mgt-30md {
    margin-top: 30px;
  }
  .mgt-25md {
    margin-top: 25px;
  }
  .mgt-20md {
    margin-top: 20px;
  }
  .mgt-15md {
    margin-top: 15px;
  }
  .mgt-10md {
    margin-top: 10px;
  }
  .mgt-5md {
    margin-top: 5px;
  }
  .mgt-0md {
    margin-top: 0px;
  }
  .mgt-automd {
    margin-top: auto;
  }
  .mgb-160md {
    margin-bottom: 160px;
  }
  .mgb-140md {
    margin-bottom: 140px;
  }
  .mgb-130md {
    margin-bottom: 130px;
  }
  .mgb-120md {
    margin-bottom: 120px;
  }
  .mgb-110md {
    margin-bottom: 110px;
  }
  .mgb-100md {
    margin-bottom: 100px;
  }
  .mgb-90md {
    margin-bottom: 90px;
  }
  .mgb-80md {
    margin-bottom: 80px;
  }
  .mgb-70md {
    margin-bottom: 70px;
  }
  .mgb-65md {
    margin-bottom: 65px;
  }
  .mgb-60md {
    margin-bottom: 60px;
  }
  .mgb-55md {
    margin-bottom: 55px;
  }
  .mgb-50md {
    margin-bottom: 50px;
  }
  .mgb-45md {
    margin-bottom: 45px;
  }
  .mgb-40md {
    margin-bottom: 40px;
  }
  .mgb-35md {
    margin-bottom: 35px;
  }
  .mgb-30md {
    margin-bottom: 30px;
  }
  .mgb-25md {
    margin-bottom: 25px;
  }
  .mgb-20md {
    margin-bottom: 20px;
  }
  .mgb-15md {
    margin-bottom: 15px;
  }
  .mgb-10md {
    margin-bottom: 10px;
  }
  .mgb-5md {
    margin-bottom: 5px;
  }
  .mgb-0md {
    margin-bottom: 0px;
  }
  .mgb-automd {
    margin-bottom: auto;
  }
  .mgl-160md {
    margin-left: 160px;
  }
  .mgl-140md {
    margin-left: 140px;
  }
  .mgl-130md {
    margin-left: 130px;
  }
  .mgl-120md {
    margin-left: 120px;
  }
  .mgl-110md {
    margin-left: 110px;
  }
  .mgl-100md {
    margin-left: 100px;
  }
  .mgl-90md {
    margin-left: 90px;
  }
  .mgl-80md {
    margin-left: 80px;
  }
  .mgl-70md {
    margin-left: 70px;
  }
  .mgl-65md {
    margin-left: 65px;
  }
  .mgl-60md {
    margin-left: 60px;
  }
  .mgl-55md {
    margin-left: 55px;
  }
  .mgl-50md {
    margin-left: 50px;
  }
  .mgl-45md {
    margin-left: 45px;
  }
  .mgl-40md {
    margin-left: 40px;
  }
  .mgl-35md {
    margin-left: 35px;
  }
  .mgl-30md {
    margin-left: 30px;
  }
  .mgl-25md {
    margin-left: 25px;
  }
  .mgl-20md {
    margin-left: 20px;
  }
  .mgl-15md {
    margin-left: 15px;
  }
  .mgl-10md {
    margin-left: 10px;
  }
  .mgl-5md {
    margin-left: 5px;
  }
  .mgl-0md {
    margin-left: 0px;
  }
  .mgl-automd {
    margin-left: auto;
  }
  .mgr-160md {
    margin-right: 160px;
  }
  .mgr-140md {
    margin-right: 140px;
  }
  .mgr-130md {
    margin-right: 130px;
  }
  .mgr-120md {
    margin-right: 120px;
  }
  .mgr-110md {
    margin-right: 110px;
  }
  .mgr-100md {
    margin-right: 100px;
  }
  .mgr-90md {
    margin-right: 90px;
  }
  .mgr-80md {
    margin-right: 80px;
  }
  .mgr-70md {
    margin-right: 70px;
  }
  .mgr-65md {
    margin-right: 65px;
  }
  .mgr-60md {
    margin-right: 60px;
  }
  .mgr-55md {
    margin-right: 55px;
  }
  .mgr-50md {
    margin-right: 50px;
  }
  .mgr-45md {
    margin-right: 45px;
  }
  .mgr-40md {
    margin-right: 40px;
  }
  .mgr-35md {
    margin-right: 35px;
  }
  .mgr-30md {
    margin-right: 30px;
  }
  .mgr-25md {
    margin-right: 25px;
  }
  .mgr-20md {
    margin-right: 20px;
  }
  .mgr-15md {
    margin-right: 15px;
  }
  .mgr-10md {
    margin-right: 10px;
  }
  .mgr-5md {
    margin-right: 5px;
  }
  .mgr-0md {
    margin-right: 0px;
  }
  .mgr-automd {
    margin-right: auto;
  }
  .pdt-160md {
    padding-top: 160px;
  }
  .pdt-140md {
    padding-top: 140px;
  }
  .pdt-130md {
    padding-top: 130px;
  }
  .pdt-120md {
    padding-top: 120px;
  }
  .pdt-110md {
    padding-top: 110px;
  }
  .pdt-100md {
    padding-top: 100px;
  }
  .pdt-90md {
    padding-top: 90px;
  }
  .pdt-80md {
    padding-top: 80px;
  }
  .pdt-70md {
    padding-top: 70px;
  }
  .pdt-65md {
    padding-top: 65px;
  }
  .pdt-60md {
    padding-top: 60px;
  }
  .pdt-55md {
    padding-top: 55px;
  }
  .pdt-50md {
    padding-top: 50px;
  }
  .pdt-45md {
    padding-top: 45px;
  }
  .pdt-40md {
    padding-top: 40px;
  }
  .pdt-35md {
    padding-top: 35px;
  }
  .pdt-30md {
    padding-top: 30px;
  }
  .pdt-25md {
    padding-top: 25px;
  }
  .pdt-20md {
    padding-top: 20px;
  }
  .pdt-15md {
    padding-top: 15px;
  }
  .pdt-10md {
    padding-top: 10px;
  }
  .pdt-5md {
    padding-top: 5px;
  }
  .pdt-0md {
    padding-top: 0px;
  }
  .pdt-automd {
    padding-top: auto;
  }
  .pdb-160md {
    padding-bottom: 160px;
  }
  .pdb-140md {
    padding-bottom: 140px;
  }
  .pdb-130md {
    padding-bottom: 130px;
  }
  .pdb-120md {
    padding-bottom: 120px;
  }
  .pdb-110md {
    padding-bottom: 110px;
  }
  .pdb-100md {
    padding-bottom: 100px;
  }
  .pdb-90md {
    padding-bottom: 90px;
  }
  .pdb-80md {
    padding-bottom: 80px;
  }
  .pdb-70md {
    padding-bottom: 70px;
  }
  .pdb-65md {
    padding-bottom: 65px;
  }
  .pdb-60md {
    padding-bottom: 60px;
  }
  .pdb-55md {
    padding-bottom: 55px;
  }
  .pdb-50md {
    padding-bottom: 50px;
  }
  .pdb-45md {
    padding-bottom: 45px;
  }
  .pdb-40md {
    padding-bottom: 40px;
  }
  .pdb-35md {
    padding-bottom: 35px;
  }
  .pdb-30md {
    padding-bottom: 30px;
  }
  .pdb-25md {
    padding-bottom: 25px;
  }
  .pdb-20md {
    padding-bottom: 20px;
  }
  .pdb-15md {
    padding-bottom: 15px;
  }
  .pdb-10md {
    padding-bottom: 10px;
  }
  .pdb-5md {
    padding-bottom: 5px;
  }
  .pdb-0md {
    padding-bottom: 0px;
  }
  .pdb-automd {
    padding-bottom: auto;
  }
  .pdl-160md {
    padding-left: 160px;
  }
  .pdl-140md {
    padding-left: 140px;
  }
  .pdl-130md {
    padding-left: 130px;
  }
  .pdl-120md {
    padding-left: 120px;
  }
  .pdl-110md {
    padding-left: 110px;
  }
  .pdl-100md {
    padding-left: 100px;
  }
  .pdl-90md {
    padding-left: 90px;
  }
  .pdl-80md {
    padding-left: 80px;
  }
  .pdl-70md {
    padding-left: 70px;
  }
  .pdl-65md {
    padding-left: 65px;
  }
  .pdl-60md {
    padding-left: 60px;
  }
  .pdl-55md {
    padding-left: 55px;
  }
  .pdl-50md {
    padding-left: 50px;
  }
  .pdl-45md {
    padding-left: 45px;
  }
  .pdl-40md {
    padding-left: 40px;
  }
  .pdl-35md {
    padding-left: 35px;
  }
  .pdl-30md {
    padding-left: 30px;
  }
  .pdl-25md {
    padding-left: 25px;
  }
  .pdl-20md {
    padding-left: 20px;
  }
  .pdl-15md {
    padding-left: 15px;
  }
  .pdl-10md {
    padding-left: 10px;
  }
  .pdl-5md {
    padding-left: 5px;
  }
  .pdl-0md {
    padding-left: 0px;
  }
  .pdl-automd {
    padding-left: auto;
  }
  .pdr-160md {
    padding-right: 160px;
  }
  .pdr-140md {
    padding-right: 140px;
  }
  .pdr-130md {
    padding-right: 130px;
  }
  .pdr-120md {
    padding-right: 120px;
  }
  .pdr-110md {
    padding-right: 110px;
  }
  .pdr-100md {
    padding-right: 100px;
  }
  .pdr-90md {
    padding-right: 90px;
  }
  .pdr-80md {
    padding-right: 80px;
  }
  .pdr-70md {
    padding-right: 70px;
  }
  .pdr-65md {
    padding-right: 65px;
  }
  .pdr-60md {
    padding-right: 60px;
  }
  .pdr-55md {
    padding-right: 55px;
  }
  .pdr-50md {
    padding-right: 50px;
  }
  .pdr-45md {
    padding-right: 45px;
  }
  .pdr-40md {
    padding-right: 40px;
  }
  .pdr-35md {
    padding-right: 35px;
  }
  .pdr-30md {
    padding-right: 30px;
  }
  .pdr-25md {
    padding-right: 25px;
  }
  .pdr-20md {
    padding-right: 20px;
  }
  .pdr-15md {
    padding-right: 15px;
  }
  .pdr-10md {
    padding-right: 10px;
  }
  .pdr-5md {
    padding-right: 5px;
  }
  .pdr-0md {
    padding-right: 0px;
  }
  .pdr-automd {
    padding-right: auto;
  }
}

/*PRESETS*/
.dflex {
  display: flex;
}

.dblock {
  display: block;
}

.diblock {
  display: inline-block;
}

.diflex {
  display: inline-flex;
}

.dinline {
  display: inline;
}

@media (max-width: 1100px) {
  .dflex_lgm {
    display: flex;
  }
  .dblock_lgm {
    display: block;
  }
  .diblock_lgm {
    display: inline-block;
  }
  .diflex_lgm {
    display: inline-flex;
  }
  .dinline_lgm {
    display: inline;
  }
}
@media (min-width: 1101px) {
  .dflex_lg {
    display: flex;
  }
  .dblock_lg {
    display: block;
  }
  .diblock_lg {
    display: inline-block;
  }
  .diflex_lg {
    display: inline-flex;
  }
  .dinline_lg {
    display: inline;
  }
}

.font1 {
  font-family: "Work Sans", sans-serif;
}

.font2 {
  font-family: "frei", sans-serif;
}

.zindex5 {
  z-index: 5;
}
@media (max-width: 1100px) {
  .zindex5_lgm {
    z-index: 5;
  }
}
.zindex10 {
  z-index: 10;
}
.zindex15 {
  z-index: 15;
}
.zindex20 {
  z-index: 20;
}

.color1 {
  color: #003932;
}

.color2 {
  color: #76BC6C;
}

.color1 {
  color: #003932;
}

.color4 {
  color: #D93C3F;
}

.color5 {
  color: #E3D0C6;
}

.color6 {
  color: #ECE0CE;
}

.color7 {
  color: #044A41;
}

.color8 {
  color: #DE3C40;
}

.color9 {
  color: #073E55;
}

.color10 {
  color: #01312B;
}

.color11 {
  color: #E40036;
}

.color12 {
  color: #ecf3e9;
}

.color13 {
  color: #6D7F7C;
}

.color14 {
  color: #DDF7D9;
}

.color15 {
  color: #1A3D53;
}

.color16 {
  color: #70B9BE;
}

.color17 {
  color: #563145;
}

.color18 {
  color: #DF6565;
}

.color19 {
  color: #3C2F51;
}

.color20 {
  color: #9A80C3;
}

.color21 {
  color: #F6E6E2;
}

.color22 {
  color: #533B2E;
}

.color23 {
  color: #BE8C70;
}

.color24 {
  color: #FEF4F1;
}

.color25 {
  color: #EFE3DD;
}

.color26 {
  color: #E3EDF9;
}

.color27 {
  color: #D3E4CD;
}

.color12 {
  color: #ECF3E9;
}

.color_white {
  color: #fff;
}
.color_hover_c4 {
  transition: color 0.25s;
}
.color_hover_c4:hover {
  color: #D93C3F;
}
.color0 {
  color: #003932;
}

.stroke1 {
  stroke: #003932;
}

.stroke2 {
  stroke: #76BC6C;
}

.stroke1 {
  stroke: #003932;
}

.stroke4 {
  stroke: #D93C3F;
}

.stroke5 {
  stroke: #E3D0C6;
}

.stroke6 {
  stroke: #ECE0CE;
}

.stroke7 {
  stroke: #044A41;
}

.stroke8 {
  stroke: #DE3C40;
}

.stroke9 {
  stroke: #073E55;
}

.stroke10 {
  stroke: #01312B;
}

.stroke11 {
  stroke: #E40036;
}

.stroke12 {
  stroke: #ecf3e9;
}

.stroke13 {
  stroke: #6D7F7C;
}

.stroke14 {
  stroke: #DDF7D9;
}

.stroke15 {
  stroke: #1A3D53;
}

.stroke16 {
  stroke: #70B9BE;
}

.stroke17 {
  stroke: #563145;
}

.stroke18 {
  stroke: #DF6565;
}

.stroke19 {
  stroke: #3C2F51;
}

.stroke20 {
  stroke: #9A80C3;
}

.stroke21 {
  stroke: #F6E6E2;
}

.stroke22 {
  stroke: #533B2E;
}

.stroke23 {
  stroke: #BE8C70;
}

.stroke24 {
  stroke: #FEF4F1;
}

.stroke25 {
  stroke: #EFE3DD;
}

.stroke26 {
  stroke: #E3EDF9;
}

.stroke27 {
  stroke: #D3E4CD;
}

.stroke12 {
  stroke: #ECF3E9;
}

.stroke_primary {
  stroke: var(--color-primary, #003932);
}
.stroke_white {
  stroke: #fff;
}

.bg1 {
  background-color: #003932;
}

.bg2 {
  background-color: #76BC6C;
}

.bg1 {
  background-color: #003932;
}

.bg4 {
  background-color: #D93C3F;
}

.bg5 {
  background-color: #E3D0C6;
}

.bg6 {
  background-color: #ECE0CE;
}

.bg7 {
  background-color: #044A41;
}

.bg8 {
  background-color: #DE3C40;
}

.bg9 {
  background-color: #073E55;
}

.bg10 {
  background-color: #01312B;
}

.bg11 {
  background-color: #E40036;
}

.bg12 {
  background-color: #ecf3e9;
}

.bg13 {
  background-color: #6D7F7C;
}

.bg14 {
  background-color: #DDF7D9;
}

.bg15 {
  background-color: #1A3D53;
}

.bg16 {
  background-color: #70B9BE;
}

.bg17 {
  background-color: #563145;
}

.bg18 {
  background-color: #DF6565;
}

.bg19 {
  background-color: #3C2F51;
}

.bg20 {
  background-color: #9A80C3;
}

.bg21 {
  background-color: #F6E6E2;
}

.bg22 {
  background-color: #533B2E;
}

.bg23 {
  background-color: #BE8C70;
}

.bg24 {
  background-color: #FEF4F1;
}

.bg25 {
  background-color: #EFE3DD;
}

.bg26 {
  background-color: #E3EDF9;
}

.bg27 {
  background-color: #D3E4CD;
}

.bg12 {
  background-color: #ECF3E9;
}

.bg_grey1 {
  background-color: #D9D9D9;
}

.bg_grey2 {
  background-color: #ADA7A0;
}

.bg_light1 {
  background-color: rgba(0, 57, 50, 0.1);
}

.bg_light2 {
  background-color: rgba(118, 188, 108, 0.1);
}

.bg_light1 {
  background-color: rgba(0, 57, 50, 0.1);
}

.bg_light4 {
  background-color: rgba(217, 60, 63, 0.1);
}

.bg_light5 {
  background-color: rgba(227, 208, 198, 0.1);
}

.bg_light6 {
  background-color: rgba(236, 224, 206, 0.1);
}

.bg_light7 {
  background-color: rgba(4, 74, 65, 0.1);
}

.bg_light8 {
  background-color: rgba(222, 60, 64, 0.1);
}

.bg_light9 {
  background-color: rgba(7, 62, 85, 0.1);
}

.bg_light10 {
  background-color: rgba(1, 49, 43, 0.1);
}

.bg_light11 {
  background-color: rgba(228, 0, 54, 0.1);
}

.bg_light12 {
  background-color: rgba(236, 243, 233, 0.1);
}

.bg_light13 {
  background-color: rgba(109, 127, 124, 0.1);
}

.bg_light14 {
  background-color: rgba(221, 247, 217, 0.1);
}

.bg_light15 {
  background-color: rgba(26, 61, 83, 0.1);
}

.bg_light16 {
  background-color: rgba(112, 185, 190, 0.1);
}

.bg_light17 {
  background-color: rgba(86, 49, 69, 0.1);
}

.bg_light18 {
  background-color: rgba(223, 101, 101, 0.1);
}

.bg_light19 {
  background-color: rgba(60, 47, 81, 0.1);
}

.bg_light20 {
  background-color: rgba(154, 128, 195, 0.1);
}

.bg_light21 {
  background-color: rgba(246, 230, 226, 0.1);
}

.bg_light22 {
  background-color: rgba(83, 59, 46, 0.1);
}

.bg_light23 {
  background-color: rgba(190, 140, 112, 0.1);
}

.bg_light24 {
  background-color: rgba(254, 244, 241, 0.1);
}

.bg_light25 {
  background-color: rgba(239, 227, 221, 0.1);
}

.bg_light26 {
  background-color: rgba(227, 237, 249, 0.1);
}

.bg_light27 {
  background-color: rgba(211, 228, 205, 0.1);
}

.bg_light12 {
  background-color: rgba(236, 243, 233, 0.1);
}

.bg_input1 .input_text_cont.light .input_text {
  background-color: rgba(0, 57, 50, 0.4);
}

.bg_input2 .input_text_cont.light .input_text {
  background-color: rgba(118, 188, 108, 0.4);
}

.bg_input1 .input_text_cont.light .input_text {
  background-color: rgba(0, 57, 50, 0.4);
}

.bg_input4 .input_text_cont.light .input_text {
  background-color: rgba(217, 60, 63, 0.4);
}

.bg_input5 .input_text_cont.light .input_text {
  background-color: rgba(227, 208, 198, 0.4);
}

.bg_input6 .input_text_cont.light .input_text {
  background-color: rgba(236, 224, 206, 0.4);
}

.bg_input7 .input_text_cont.light .input_text {
  background-color: rgba(4, 74, 65, 0.4);
}

.bg_input8 .input_text_cont.light .input_text {
  background-color: rgba(222, 60, 64, 0.4);
}

.bg_input9 .input_text_cont.light .input_text {
  background-color: rgba(7, 62, 85, 0.4);
}

.bg_input10 .input_text_cont.light .input_text {
  background-color: rgba(1, 49, 43, 0.4);
}

.bg_input11 .input_text_cont.light .input_text {
  background-color: rgba(228, 0, 54, 0.4);
}

.bg_input12 .input_text_cont.light .input_text {
  background-color: rgba(236, 243, 233, 0.4);
}

.bg_input13 .input_text_cont.light .input_text {
  background-color: rgba(109, 127, 124, 0.4);
}

.bg_input14 .input_text_cont.light .input_text {
  background-color: rgba(221, 247, 217, 0.4);
}

.bg_input15 .input_text_cont.light .input_text {
  background-color: rgba(26, 61, 83, 0.4);
}

.bg_input16 .input_text_cont.light .input_text {
  background-color: rgba(112, 185, 190, 0.4);
}

.bg_input17 .input_text_cont.light .input_text {
  background-color: rgba(86, 49, 69, 0.4);
}

.bg_input18 .input_text_cont.light .input_text {
  background-color: rgba(223, 101, 101, 0.4);
}

.bg_input19 .input_text_cont.light .input_text {
  background-color: rgba(60, 47, 81, 0.4);
}

.bg_input20 .input_text_cont.light .input_text {
  background-color: rgba(154, 128, 195, 0.4);
}

.bg_input21 .input_text_cont.light .input_text {
  background-color: rgba(246, 230, 226, 0.4);
}

.bg_input22 .input_text_cont.light .input_text {
  background-color: rgba(83, 59, 46, 0.4);
}

.bg_input23 .input_text_cont.light .input_text {
  background-color: rgba(190, 140, 112, 0.4);
}

.bg_input24 .input_text_cont.light .input_text {
  background-color: rgba(254, 244, 241, 0.4);
}

.bg_input25 .input_text_cont.light .input_text {
  background-color: rgba(239, 227, 221, 0.4);
}

.bg_input26 .input_text_cont.light .input_text {
  background-color: rgba(227, 237, 249, 0.4);
}

.bg_input27 .input_text_cont.light .input_text {
  background-color: rgba(211, 228, 205, 0.4);
}

.bg_input12 .input_text_cont.light .input_text {
  background-color: rgba(236, 243, 233, 0.4);
}

.bg_input1 .input_text_cont.light .input_text:focus {
  box-shadow: 0 0 0 2px #003932;
}

.bg_input2 .input_text_cont.light .input_text:focus {
  box-shadow: 0 0 0 2px #76BC6C;
}

.bg_input1 .input_text_cont.light .input_text:focus {
  box-shadow: 0 0 0 2px #003932;
}

.bg_input4 .input_text_cont.light .input_text:focus {
  box-shadow: 0 0 0 2px #D93C3F;
}

.bg_input5 .input_text_cont.light .input_text:focus {
  box-shadow: 0 0 0 2px #E3D0C6;
}

.bg_input6 .input_text_cont.light .input_text:focus {
  box-shadow: 0 0 0 2px #ECE0CE;
}

.bg_input7 .input_text_cont.light .input_text:focus {
  box-shadow: 0 0 0 2px #044A41;
}

.bg_input8 .input_text_cont.light .input_text:focus {
  box-shadow: 0 0 0 2px #DE3C40;
}

.bg_input9 .input_text_cont.light .input_text:focus {
  box-shadow: 0 0 0 2px #073E55;
}

.bg_input10 .input_text_cont.light .input_text:focus {
  box-shadow: 0 0 0 2px #01312B;
}

.bg_input11 .input_text_cont.light .input_text:focus {
  box-shadow: 0 0 0 2px #E40036;
}

.bg_input12 .input_text_cont.light .input_text:focus {
  box-shadow: 0 0 0 2px #ecf3e9;
}

.bg_input13 .input_text_cont.light .input_text:focus {
  box-shadow: 0 0 0 2px #6D7F7C;
}

.bg_input14 .input_text_cont.light .input_text:focus {
  box-shadow: 0 0 0 2px #DDF7D9;
}

.bg_input15 .input_text_cont.light .input_text:focus {
  box-shadow: 0 0 0 2px #1A3D53;
}

.bg_input16 .input_text_cont.light .input_text:focus {
  box-shadow: 0 0 0 2px #70B9BE;
}

.bg_input17 .input_text_cont.light .input_text:focus {
  box-shadow: 0 0 0 2px #563145;
}

.bg_input18 .input_text_cont.light .input_text:focus {
  box-shadow: 0 0 0 2px #DF6565;
}

.bg_input19 .input_text_cont.light .input_text:focus {
  box-shadow: 0 0 0 2px #3C2F51;
}

.bg_input20 .input_text_cont.light .input_text:focus {
  box-shadow: 0 0 0 2px #9A80C3;
}

.bg_input21 .input_text_cont.light .input_text:focus {
  box-shadow: 0 0 0 2px #F6E6E2;
}

.bg_input22 .input_text_cont.light .input_text:focus {
  box-shadow: 0 0 0 2px #533B2E;
}

.bg_input23 .input_text_cont.light .input_text:focus {
  box-shadow: 0 0 0 2px #BE8C70;
}

.bg_input24 .input_text_cont.light .input_text:focus {
  box-shadow: 0 0 0 2px #FEF4F1;
}

.bg_input25 .input_text_cont.light .input_text:focus {
  box-shadow: 0 0 0 2px #EFE3DD;
}

.bg_input26 .input_text_cont.light .input_text:focus {
  box-shadow: 0 0 0 2px #E3EDF9;
}

.bg_input27 .input_text_cont.light .input_text:focus {
  box-shadow: 0 0 0 2px #D3E4CD;
}

.bg_input28 .input_text_cont.light .input_text:focus {
  box-shadow: 0 0 0 2px #ECF3E9;
}

.bg1_hover:hover {
  background-color: #003932;
}

.bg2_hover:hover {
  background-color: #76BC6C;
}

.bg1_hover:hover {
  background-color: #003932;
}

.bg4_hover:hover {
  background-color: #D93C3F;
}

.bg5_hover:hover {
  background-color: #E3D0C6;
}

.bg6_hover:hover {
  background-color: #ECE0CE;
}

.bg7_hover:hover {
  background-color: #044A41;
}

.bg8_hover:hover {
  background-color: #DE3C40;
}

.bg9_hover:hover {
  background-color: #073E55;
}

.bg10_hover:hover {
  background-color: #01312B;
}

.bg11_hover:hover {
  background-color: #E40036;
}

.bg12_hover:hover {
  background-color: #ecf3e9;
}

.bg13_hover:hover {
  background-color: #6D7F7C;
}

.bg14_hover:hover {
  background-color: #DDF7D9;
}

.bg15_hover:hover {
  background-color: #1A3D53;
}

.bg16_hover:hover {
  background-color: #70B9BE;
}

.bg17_hover:hover {
  background-color: #563145;
}

.bg18_hover:hover {
  background-color: #DF6565;
}

.bg19_hover:hover {
  background-color: #3C2F51;
}

.bg20_hover:hover {
  background-color: #9A80C3;
}

.bg21_hover:hover {
  background-color: #F6E6E2;
}

.bg22_hover:hover {
  background-color: #533B2E;
}

.bg23_hover:hover {
  background-color: #BE8C70;
}

.bg24_hover:hover {
  background-color: #FEF4F1;
}

.bg25_hover:hover {
  background-color: #EFE3DD;
}

.bg26_hover:hover {
  background-color: #E3EDF9;
}

.bg27_hover:hover {
  background-color: #D3E4CD;
}

.bg12_hover:hover {
  background-color: #ECF3E9;
}

.bg1_before:before {
  background-color: #003932;
}

.bg2_before:before {
  background-color: #76BC6C;
}

.bg1_before:before {
  background-color: #003932;
}

.bg4_before:before {
  background-color: #D93C3F;
}

.bg5_before:before {
  background-color: #E3D0C6;
}

.bg6_before:before {
  background-color: #ECE0CE;
}

.bg7_before:before {
  background-color: #044A41;
}

.bg8_before:before {
  background-color: #DE3C40;
}

.bg9_before:before {
  background-color: #073E55;
}

.bg10_before:before {
  background-color: #01312B;
}

.bg11_before:before {
  background-color: #E40036;
}

.bg12_before:before {
  background-color: #ecf3e9;
}

.bg13_before:before {
  background-color: #6D7F7C;
}

.bg14_before:before {
  background-color: #DDF7D9;
}

.bg15_before:before {
  background-color: #1A3D53;
}

.bg16_before:before {
  background-color: #70B9BE;
}

.bg17_before:before {
  background-color: #563145;
}

.bg18_before:before {
  background-color: #DF6565;
}

.bg19_before:before {
  background-color: #3C2F51;
}

.bg20_before:before {
  background-color: #9A80C3;
}

.bg21_before:before {
  background-color: #F6E6E2;
}

.bg22_before:before {
  background-color: #533B2E;
}

.bg23_before:before {
  background-color: #BE8C70;
}

.bg24_before:before {
  background-color: #FEF4F1;
}

.bg25_before:before {
  background-color: #EFE3DD;
}

.bg26_before:before {
  background-color: #E3EDF9;
}

.bg27_before:before {
  background-color: #D3E4CD;
}

.bg12_before:before {
  background-color: #ECF3E9;
}

.bg1_after:after {
  background-color: #003932;
}

.bg2_after:after {
  background-color: #76BC6C;
}

.bg1_after:after {
  background-color: #003932;
}

.bg4_after:after {
  background-color: #D93C3F;
}

.bg5_after:after {
  background-color: #E3D0C6;
}

.bg6_after:after {
  background-color: #ECE0CE;
}

.bg7_after:after {
  background-color: #044A41;
}

.bg8_after:after {
  background-color: #DE3C40;
}

.bg9_after:after {
  background-color: #073E55;
}

.bg10_after:after {
  background-color: #01312B;
}

.bg11_after:after {
  background-color: #E40036;
}

.bg12_after:after {
  background-color: #ecf3e9;
}

.bg13_after:after {
  background-color: #6D7F7C;
}

.bg14_after:after {
  background-color: #DDF7D9;
}

.bg15_after:after {
  background-color: #1A3D53;
}

.bg16_after:after {
  background-color: #70B9BE;
}

.bg17_after:after {
  background-color: #563145;
}

.bg18_after:after {
  background-color: #DF6565;
}

.bg19_after:after {
  background-color: #3C2F51;
}

.bg20_after:after {
  background-color: #9A80C3;
}

.bg21_after:after {
  background-color: #F6E6E2;
}

.bg22_after:after {
  background-color: #533B2E;
}

.bg23_after:after {
  background-color: #BE8C70;
}

.bg24_after:after {
  background-color: #FEF4F1;
}

.bg25_after:after {
  background-color: #EFE3DD;
}

.bg26_after:after {
  background-color: #E3EDF9;
}

.bg27_after:after {
  background-color: #D3E4CD;
}

.bg12_after:after {
  background-color: #ECF3E9;
}

.bg_white {
  background-color: #fff;
}
.bg_transparent {
  background-color: rgba(0, 0, 0, 0);
}
.bg0 {
  background-color: #ecf3e9;
}

.border1 {
  border-color: #003932;
}

.border2 {
  border-color: #76BC6C;
}

.border1 {
  border-color: #003932;
}

.border4 {
  border-color: #D93C3F;
}

.border5 {
  border-color: #E3D0C6;
}

.border6 {
  border-color: #ECE0CE;
}

.border7 {
  border-color: #044A41;
}

.border8 {
  border-color: #DE3C40;
}

.border9 {
  border-color: #073E55;
}

.border10 {
  border-color: #01312B;
}

.border11 {
  border-color: #E40036;
}

.border12 {
  border-color: #ecf3e9;
}

.border13 {
  border-color: #6D7F7C;
}

.border14 {
  border-color: #DDF7D9;
}

.border15 {
  border-color: #1A3D53;
}

.border16 {
  border-color: #70B9BE;
}

.border17 {
  border-color: #563145;
}

.border18 {
  border-color: #DF6565;
}

.border19 {
  border-color: #3C2F51;
}

.border20 {
  border-color: #9A80C3;
}

.border21 {
  border-color: #F6E6E2;
}

.border22 {
  border-color: #533B2E;
}

.border23 {
  border-color: #BE8C70;
}

.border24 {
  border-color: #FEF4F1;
}

.border25 {
  border-color: #EFE3DD;
}

.border26 {
  border-color: #E3EDF9;
}

.border27 {
  border-color: #D3E4CD;
}

.border12 {
  border-color: #ECF3E9;
}

.border_primary {
  border-color: var(--color-primary, #003932);
}
.border_white {
  border-color: #fff;
}

.fill1 {
  fill: #003932;
}

.fill2 {
  fill: #76BC6C;
}

.fill1 {
  fill: #003932;
}

.fill4 {
  fill: #D93C3F;
}

.fill5 {
  fill: #E3D0C6;
}

.fill6 {
  fill: #ECE0CE;
}

.fill7 {
  fill: #044A41;
}

.fill8 {
  fill: #DE3C40;
}

.fill9 {
  fill: #073E55;
}

.fill10 {
  fill: #01312B;
}

.fill11 {
  fill: #E40036;
}

.fill12 {
  fill: #ecf3e9;
}

.fill13 {
  fill: #6D7F7C;
}

.fill14 {
  fill: #DDF7D9;
}

.fill15 {
  fill: #1A3D53;
}

.fill16 {
  fill: #70B9BE;
}

.fill17 {
  fill: #563145;
}

.fill18 {
  fill: #DF6565;
}

.fill19 {
  fill: #3C2F51;
}

.fill20 {
  fill: #9A80C3;
}

.fill21 {
  fill: #F6E6E2;
}

.fill22 {
  fill: #533B2E;
}

.fill23 {
  fill: #BE8C70;
}

.fill24 {
  fill: #FEF4F1;
}

.fill25 {
  fill: #EFE3DD;
}

.fill26 {
  fill: #E3EDF9;
}

.fill27 {
  fill: #D3E4CD;
}

.fill12 {
  fill: #ECF3E9;
}

.fill_primary {
  border-color: var(--color-primary, #003932);
}
.fill_white {
  stroke: #fff;
}

.opa1 {
  opacity: 0.1;
}
.opa4 {
  opacity: 0.4;
}
.opa5 {
  opacity: 0.5;
}
.opa6 {
  opacity: 0.6;
}
.opa7 {
  opacity: 0.7;
}
.opa8 {
  opacity: 0.8;
}

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

/**clear**/
.cf:after {
  content: "";
  display: table;
  clear: both;
}

.clear {
  clear: both;
  font-size: 1px;
  height: 0.01px;
  line-height: 1px;
  margin: 0;
  padding: 0;
}

/**HELP*/
.text_center {
  text-align: center;
}

.text_left {
  text-align: left;
}

.text_right {
  text-align: right;
}

@media (max-width: 1360px) {
  .text_center_xlm {
    text-align: center;
  }
  .text_left_xlm {
    text-align: left;
  }
  .text_right_xlm {
    text-align: right;
  }
}
@media (max-width: 1100px) {
  .text_center_lgm {
    text-align: center;
  }
  .text_left_lgm {
    text-align: left;
  }
  .text_right_lgm {
    text-align: right;
  }
}
@media (min-width: 1101px) {
  .text_center_lg {
    text-align: center;
  }
  .text_left_lg {
    text-align: left;
  }
  .text_right_lg {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .text_center_mdm {
    text-align: center;
  }
  .text_left_mdm {
    text-align: left;
  }
  .text_right_mdm {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .text_center_md {
    text-align: center;
  }
  .text_left_md {
    text-align: left;
  }
  .text_right_md {
    text-align: right;
  }
}
@media (max-width: 577px) {
  .text_center_smm {
    text-align: center;
  }
  .text_left_smm {
    text-align: left;
  }
  .text_right_smm {
    text-align: right;
  }
}
.text_result {
  font-size: 25px;
  letter-spacing: -0.02em;
  font-weight: 600;
}
.text_uc {
  text-transform: uppercase;
}
.text_ul {
  text-decoration: underline;
}
.text_nowrap {
  white-space: nowrap;
}
.text_ul_hover:hover {
  text-decoration: underline;
}
.text_ul_nohover:not(:hover) {
  text-decoration: underline;
}
.text_w100 {
  font-weight: 100;
}

.text_w200 {
  font-weight: 200;
}

.text_w300 {
  font-weight: 300;
}

.text_w400 {
  font-weight: 400;
}

.text_w500 {
  font-weight: 500;
}

.text_w600 {
  font-weight: 600;
}

.text_w700 {
  font-weight: 700;
}

.text_w800 {
  font-weight: 800;
}

.text_w900 {
  font-weight: 900;
}

.text_s12 {
  font-size: 12px;
  line-height: 14px;
}
.text_s14 {
  font-size: 14px;
  line-height: 1.42857143;
}
.text_s15 {
  font-size: 15px;
  line-height: 1.42857143;
}
.text_s16 {
  font-size: 16px;
  line-height: 22px;
}
.text_fs16 {
  font-size: 16px;
}
.text_s18 {
  font-size: 18px;
  line-height: 1.3333333;
}
.text_s20 {
  font-size: 20px;
  line-height: 1.25;
}
.text_wrap {
  overflow-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}
@media (max-width: 1100px) {
  .text_s16_lgm {
    font-size: 16px;
    line-height: 22px;
  }
}

.op_0-0 {
  -o-object-position: 0% 0%;
     object-position: 0% 0%;
}

.op_0-10 {
  -o-object-position: 0% 10%;
     object-position: 0% 10%;
}

.op_0-20 {
  -o-object-position: 0% 20%;
     object-position: 0% 20%;
}

.op_0-30 {
  -o-object-position: 0% 30%;
     object-position: 0% 30%;
}

.op_0-40 {
  -o-object-position: 0% 40%;
     object-position: 0% 40%;
}

.op_0-50 {
  -o-object-position: 0% 50%;
     object-position: 0% 50%;
}

.op_0-60 {
  -o-object-position: 0% 60%;
     object-position: 0% 60%;
}

.op_0-70 {
  -o-object-position: 0% 70%;
     object-position: 0% 70%;
}

.op_0-80 {
  -o-object-position: 0% 80%;
     object-position: 0% 80%;
}

.op_0-90 {
  -o-object-position: 0% 90%;
     object-position: 0% 90%;
}

.op_10-0 {
  -o-object-position: 10% 0%;
     object-position: 10% 0%;
}

.op_10-10 {
  -o-object-position: 10% 10%;
     object-position: 10% 10%;
}

.op_10-20 {
  -o-object-position: 10% 20%;
     object-position: 10% 20%;
}

.op_10-30 {
  -o-object-position: 10% 30%;
     object-position: 10% 30%;
}

.op_10-40 {
  -o-object-position: 10% 40%;
     object-position: 10% 40%;
}

.op_10-50 {
  -o-object-position: 10% 50%;
     object-position: 10% 50%;
}

.op_10-60 {
  -o-object-position: 10% 60%;
     object-position: 10% 60%;
}

.op_10-70 {
  -o-object-position: 10% 70%;
     object-position: 10% 70%;
}

.op_10-80 {
  -o-object-position: 10% 80%;
     object-position: 10% 80%;
}

.op_10-90 {
  -o-object-position: 10% 90%;
     object-position: 10% 90%;
}

.op_20-0 {
  -o-object-position: 20% 0%;
     object-position: 20% 0%;
}

.op_20-10 {
  -o-object-position: 20% 10%;
     object-position: 20% 10%;
}

.op_20-20 {
  -o-object-position: 20% 20%;
     object-position: 20% 20%;
}

.op_20-30 {
  -o-object-position: 20% 30%;
     object-position: 20% 30%;
}

.op_20-40 {
  -o-object-position: 20% 40%;
     object-position: 20% 40%;
}

.op_20-50 {
  -o-object-position: 20% 50%;
     object-position: 20% 50%;
}

.op_20-60 {
  -o-object-position: 20% 60%;
     object-position: 20% 60%;
}

.op_20-70 {
  -o-object-position: 20% 70%;
     object-position: 20% 70%;
}

.op_20-80 {
  -o-object-position: 20% 80%;
     object-position: 20% 80%;
}

.op_20-90 {
  -o-object-position: 20% 90%;
     object-position: 20% 90%;
}

.op_30-0 {
  -o-object-position: 30% 0%;
     object-position: 30% 0%;
}

.op_30-10 {
  -o-object-position: 30% 10%;
     object-position: 30% 10%;
}

.op_30-20 {
  -o-object-position: 30% 20%;
     object-position: 30% 20%;
}

.op_30-30 {
  -o-object-position: 30% 30%;
     object-position: 30% 30%;
}

.op_30-40 {
  -o-object-position: 30% 40%;
     object-position: 30% 40%;
}

.op_30-50 {
  -o-object-position: 30% 50%;
     object-position: 30% 50%;
}

.op_30-60 {
  -o-object-position: 30% 60%;
     object-position: 30% 60%;
}

.op_30-70 {
  -o-object-position: 30% 70%;
     object-position: 30% 70%;
}

.op_30-80 {
  -o-object-position: 30% 80%;
     object-position: 30% 80%;
}

.op_30-90 {
  -o-object-position: 30% 90%;
     object-position: 30% 90%;
}

.op_40-0 {
  -o-object-position: 40% 0%;
     object-position: 40% 0%;
}

.op_40-10 {
  -o-object-position: 40% 10%;
     object-position: 40% 10%;
}

.op_40-20 {
  -o-object-position: 40% 20%;
     object-position: 40% 20%;
}

.op_40-30 {
  -o-object-position: 40% 30%;
     object-position: 40% 30%;
}

.op_40-40 {
  -o-object-position: 40% 40%;
     object-position: 40% 40%;
}

.op_40-50 {
  -o-object-position: 40% 50%;
     object-position: 40% 50%;
}

.op_40-60 {
  -o-object-position: 40% 60%;
     object-position: 40% 60%;
}

.op_40-70 {
  -o-object-position: 40% 70%;
     object-position: 40% 70%;
}

.op_40-80 {
  -o-object-position: 40% 80%;
     object-position: 40% 80%;
}

.op_40-90 {
  -o-object-position: 40% 90%;
     object-position: 40% 90%;
}

.op_50-0 {
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
}

.op_50-10 {
  -o-object-position: 50% 10%;
     object-position: 50% 10%;
}

.op_50-20 {
  -o-object-position: 50% 20%;
     object-position: 50% 20%;
}

.op_50-30 {
  -o-object-position: 50% 30%;
     object-position: 50% 30%;
}

.op_50-40 {
  -o-object-position: 50% 40%;
     object-position: 50% 40%;
}

.op_50-50 {
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.op_50-60 {
  -o-object-position: 50% 60%;
     object-position: 50% 60%;
}

.op_50-70 {
  -o-object-position: 50% 70%;
     object-position: 50% 70%;
}

.op_50-80 {
  -o-object-position: 50% 80%;
     object-position: 50% 80%;
}

.op_50-90 {
  -o-object-position: 50% 90%;
     object-position: 50% 90%;
}

.op_60-0 {
  -o-object-position: 60% 0%;
     object-position: 60% 0%;
}

.op_60-10 {
  -o-object-position: 60% 10%;
     object-position: 60% 10%;
}

.op_60-20 {
  -o-object-position: 60% 20%;
     object-position: 60% 20%;
}

.op_60-30 {
  -o-object-position: 60% 30%;
     object-position: 60% 30%;
}

.op_60-40 {
  -o-object-position: 60% 40%;
     object-position: 60% 40%;
}

.op_60-50 {
  -o-object-position: 60% 50%;
     object-position: 60% 50%;
}

.op_60-60 {
  -o-object-position: 60% 60%;
     object-position: 60% 60%;
}

.op_60-70 {
  -o-object-position: 60% 70%;
     object-position: 60% 70%;
}

.op_60-80 {
  -o-object-position: 60% 80%;
     object-position: 60% 80%;
}

.op_60-90 {
  -o-object-position: 60% 90%;
     object-position: 60% 90%;
}

.op_70-0 {
  -o-object-position: 70% 0%;
     object-position: 70% 0%;
}

.op_70-10 {
  -o-object-position: 70% 10%;
     object-position: 70% 10%;
}

.op_70-20 {
  -o-object-position: 70% 20%;
     object-position: 70% 20%;
}

.op_70-30 {
  -o-object-position: 70% 30%;
     object-position: 70% 30%;
}

.op_70-40 {
  -o-object-position: 70% 40%;
     object-position: 70% 40%;
}

.op_70-50 {
  -o-object-position: 70% 50%;
     object-position: 70% 50%;
}

.op_70-60 {
  -o-object-position: 70% 60%;
     object-position: 70% 60%;
}

.op_70-70 {
  -o-object-position: 70% 70%;
     object-position: 70% 70%;
}

.op_70-80 {
  -o-object-position: 70% 80%;
     object-position: 70% 80%;
}

.op_70-90 {
  -o-object-position: 70% 90%;
     object-position: 70% 90%;
}

.op_80-0 {
  -o-object-position: 80% 0%;
     object-position: 80% 0%;
}

.op_80-10 {
  -o-object-position: 80% 10%;
     object-position: 80% 10%;
}

.op_80-20 {
  -o-object-position: 80% 20%;
     object-position: 80% 20%;
}

.op_80-30 {
  -o-object-position: 80% 30%;
     object-position: 80% 30%;
}

.op_80-40 {
  -o-object-position: 80% 40%;
     object-position: 80% 40%;
}

.op_80-50 {
  -o-object-position: 80% 50%;
     object-position: 80% 50%;
}

.op_80-60 {
  -o-object-position: 80% 60%;
     object-position: 80% 60%;
}

.op_80-70 {
  -o-object-position: 80% 70%;
     object-position: 80% 70%;
}

.op_80-80 {
  -o-object-position: 80% 80%;
     object-position: 80% 80%;
}

.op_80-90 {
  -o-object-position: 80% 90%;
     object-position: 80% 90%;
}

.op_90-0 {
  -o-object-position: 90% 0%;
     object-position: 90% 0%;
}

.op_90-10 {
  -o-object-position: 90% 10%;
     object-position: 90% 10%;
}

.op_90-20 {
  -o-object-position: 90% 20%;
     object-position: 90% 20%;
}

.op_90-30 {
  -o-object-position: 90% 30%;
     object-position: 90% 30%;
}

.op_90-40 {
  -o-object-position: 90% 40%;
     object-position: 90% 40%;
}

.op_90-50 {
  -o-object-position: 90% 50%;
     object-position: 90% 50%;
}

.op_90-60 {
  -o-object-position: 90% 60%;
     object-position: 90% 60%;
}

.op_90-70 {
  -o-object-position: 90% 70%;
     object-position: 90% 70%;
}

.op_90-80 {
  -o-object-position: 90% 80%;
     object-position: 90% 80%;
}

.op_90-90 {
  -o-object-position: 90% 90%;
     object-position: 90% 90%;
}

.wmax100p_img img {
  max-width: 100%;
}

.height_auto_img img {
  height: auto;
}

.wmax130 {
  max-width: 130px;
}

.wmax320 {
  max-width: 320px;
}

.wmax340 {
  max-width: 340px;
}

.wmax360 {
  max-width: 360px;
}

.wmax520 {
  max-width: 520px;
}

.wmax580 {
  max-width: 580px;
}

.wmax620 {
  max-width: 620px;
}

.wmax660 {
  max-width: 660px;
}

.wmax800 {
  max-width: 800px;
}

.wmax950 {
  max-width: 950px;
}

.wmax100p {
  max-width: 100%;
}

@media (max-width: 1100px) {
  .wmax130_lgm {
    max-width: 130px;
  }
  .wmax320_lgm {
    max-width: 320px;
  }
  .wmax340_lgm {
    max-width: 340px;
  }
  .wmax360_lgm {
    max-width: 360px;
  }
  .wmax520_lgm {
    max-width: 520px;
  }
  .wmax580_lgm {
    max-width: 580px;
  }
  .wmax620_lgm {
    max-width: 620px;
  }
  .wmax660_lgm {
    max-width: 660px;
  }
  .wmax800_lgm {
    max-width: 800px;
  }
  .wmax950_lgm {
    max-width: 950px;
  }
  .wmax100p_lgm {
    max-width: 100%;
  }
}
@media (min-width: 1101px) {
  .wmax130_lg {
    max-width: 130px;
  }
  .wmax320_lg {
    max-width: 320px;
  }
  .wmax340_lg {
    max-width: 340px;
  }
  .wmax360_lg {
    max-width: 360px;
  }
  .wmax520_lg {
    max-width: 520px;
  }
  .wmax580_lg {
    max-width: 580px;
  }
  .wmax620_lg {
    max-width: 620px;
  }
  .wmax660_lg {
    max-width: 660px;
  }
  .wmax800_lg {
    max-width: 800px;
  }
  .wmax950_lg {
    max-width: 950px;
  }
  .wmax100p_lg {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .wmax130_mdm {
    max-width: 130px;
  }
  .wmax320_mdm {
    max-width: 320px;
  }
  .wmax340_mdm {
    max-width: 340px;
  }
  .wmax360_mdm {
    max-width: 360px;
  }
  .wmax520_mdm {
    max-width: 520px;
  }
  .wmax580_mdm {
    max-width: 580px;
  }
  .wmax620_mdm {
    max-width: 620px;
  }
  .wmax660_mdm {
    max-width: 660px;
  }
  .wmax800_mdm {
    max-width: 800px;
  }
  .wmax950_mdm {
    max-width: 950px;
  }
  .wmax100p_mdm {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .wmax130_md {
    max-width: 130px;
  }
  .wmax320_md {
    max-width: 320px;
  }
  .wmax340_md {
    max-width: 340px;
  }
  .wmax360_md {
    max-width: 360px;
  }
  .wmax520_md {
    max-width: 520px;
  }
  .wmax580_md {
    max-width: 580px;
  }
  .wmax620_md {
    max-width: 620px;
  }
  .wmax660_md {
    max-width: 660px;
  }
  .wmax800_md {
    max-width: 800px;
  }
  .wmax950_md {
    max-width: 950px;
  }
  .wmax100p_md {
    max-width: 100%;
  }
}
@media (max-width: 577px) {
  .wmax130_smm {
    max-width: 130px;
  }
  .wmax320_smm {
    max-width: 320px;
  }
  .wmax340_smm {
    max-width: 340px;
  }
  .wmax360_smm {
    max-width: 360px;
  }
  .wmax520_smm {
    max-width: 520px;
  }
  .wmax580_smm {
    max-width: 580px;
  }
  .wmax620_smm {
    max-width: 620px;
  }
  .wmax660_smm {
    max-width: 660px;
  }
  .wmax800_smm {
    max-width: 800px;
  }
  .wmax950_smm {
    max-width: 950px;
  }
  .wmax100p_smm {
    max-width: 100%;
  }
}

.wmin80 {
  min-width: 80px;
}

.wmin120 {
  min-width: 120px;
}

.wmin140 {
  min-width: 140px;
}

.wmin150 {
  min-width: 150px;
}

.wmin160 {
  min-width: 160px;
}

.wmin180 {
  min-width: 180px;
}

.wmin100p {
  min-width: 100%;
}

@media (max-width: 1100px) {
  .wmin80_lgm {
    min-width: 80px;
  }
  .wmin120_lgm {
    min-width: 120px;
  }
  .wmin140_lgm {
    min-width: 140px;
  }
  .wmin150_lgm {
    min-width: 150px;
  }
  .wmin160_lgm {
    min-width: 160px;
  }
  .wmin180_lgm {
    min-width: 180px;
  }
  .wmin100p_lgm {
    min-width: 100%;
  }
}
@media (min-width: 1101px) {
  .wmin80_lg {
    min-width: 80px;
  }
  .wmin120_lg {
    min-width: 120px;
  }
  .wmin140_lg {
    min-width: 140px;
  }
  .wmin150_lg {
    min-width: 150px;
  }
  .wmin160_lg {
    min-width: 160px;
  }
  .wmin180_lg {
    min-width: 180px;
  }
  .wmin100p_lg {
    min-width: 100%;
  }
}
@media (max-width: 767px) {
  .wmin80_mdm {
    min-width: 80px;
  }
  .wmin120_mdm {
    min-width: 120px;
  }
  .wmin140_mdm {
    min-width: 140px;
  }
  .wmin150_mdm {
    min-width: 150px;
  }
  .wmin160_mdm {
    min-width: 160px;
  }
  .wmin180_mdm {
    min-width: 180px;
  }
  .wmin100p_mdm {
    min-width: 100%;
  }
}

.w60 {
  width: 60px;
}

.w100 {
  width: 100px;
}

.w160 {
  width: 160px;
}

.w300 {
  width: 300px;
}

.w370 {
  width: 370px;
}

.wauto {
  width: auto;
}

.w100p {
  width: 100%;
}

.wfit {
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 1100px) {
  .w60_lgm {
    width: 60px;
  }
  .w100_lgm {
    width: 100px;
  }
  .w160_lgm {
    width: 160px;
  }
  .w300_lgm {
    width: 300px;
  }
  .w370_lgm {
    width: 370px;
  }
  .wauto_lgm {
    width: auto;
  }
  .w100p_lgm {
    width: 100%;
  }
  .wfit_lgm {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (min-width: 1101px) {
  .w60_lg {
    width: 60px;
  }
  .w100_lg {
    width: 100px;
  }
  .w160_lg {
    width: 160px;
  }
  .w300_lg {
    width: 300px;
  }
  .w370_lg {
    width: 370px;
  }
  .wauto_lg {
    width: auto;
  }
  .w100p_lg {
    width: 100%;
  }
  .wfit_lg {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 767px) {
  .w60_mdm {
    width: 60px;
  }
  .w100_mdm {
    width: 100px;
  }
  .w160_mdm {
    width: 160px;
  }
  .w300_mdm {
    width: 300px;
  }
  .w370_mdm {
    width: 370px;
  }
  .wauto_mdm {
    width: auto;
  }
  .w100p_mdm {
    width: 100%;
  }
  .wfit_mdm {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (min-width: 768px) {
  .w60_md {
    width: 60px;
  }
  .w100_md {
    width: 100px;
  }
  .w160_md {
    width: 160px;
  }
  .w300_md {
    width: 300px;
  }
  .w370_md {
    width: 370px;
  }
  .wauto_md {
    width: auto;
  }
  .w100p_md {
    width: 100%;
  }
  .wfit_md {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.hauto {
  height: auto;
}

.h100p {
  height: 100%;
}

@media (max-width: 1100px) {
  .hauto_lgm {
    height: auto;
  }
  .h100p_lgm {
    height: 100%;
  }
}
@media (min-width: 1101px) {
  .hauto_lg {
    height: auto;
  }
  .h100p_lg {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .hauto_mdm {
    height: auto;
  }
  .h100p_mdm {
    height: 100%;
  }
}

.vm {
  vertical-align: middle;
}

.wh8 {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
}
.wh9 {
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
}
.wh12 {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
}
.wh14 {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
}
.wh16 {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}
.wh18 {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}
.wh22 {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
}
.wh30 {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
}

/***FLOATS***/
.fl {
  float: left;
}

.fr {
  float: right;
}

/*RELATIVE*/
.pos_rel {
  position: relative;
}

.pos_abs {
  position: absolute;
}

.block_center {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1100px) {
  .block_center_lgm {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .block_center_mdm {
    margin-left: auto;
    margin-right: auto;
  }
}
.block_right {
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 1100px) {
  .block-lgm {
    margin-left: auto;
    margin-right: auto;
  }
}

.hidden {
  display: none !important;
}

.img_block {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.hide {
  display: none !important;
}

@media (max-width: 1360px) {
  .hide_xlm {
    display: none !important;
  }
}
@media (max-width: 1100px) {
  .hide_lgm {
    display: none !important;
  }
}
@media (min-width: 1101px) {
  .hide_lg {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hide_md {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hide_mdm {
    display: none !important;
  }
}
@media (max-width: 577px) {
  .hide_smm {
    display: none !important;
  }
}
.hide_normal {
  display: none;
}

@media (min-width: 1361px) {
  .show_xlm {
    display: none !important;
  }
}
@media (min-width: 1101px) {
  .show_lgm {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .show_mdm {
    display: none !important;
  }
}
@media (min-width: 578px) {
  .show_smm {
    display: none !important;
  }
}

.oh {
  overflow: hidden;
}

.ohc {
  overflow: clip;
}

/*FORM*/
.wpcf7-list-item {
  margin: 0;
}

textarea.wpcf7-not-valid,
input.wpcf7-not-valid {
  box-shadow: 0 0 0 2px rgba(228, 0, 54, 0.6);
}

.wpcf7-not-valid .input_checkbox {
  box-shadow: 0 0 0 2px rgba(228, 0, 54, 0.6);
}

.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  background-color: #de3c40;
}

.wpcf7 form .wpcf7-response-output {
  border: 0;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 500;
  color: #fff;
  background-color: #76bc6c;
  margin-left: 0px;
  margin-right: 0px;
  border-radius: 12px;
  padding: 16px 14px;
}

.imp-object-spot {
  transform: scale(0.6);
  background: url('data:image/svg+xml,<svg width="52" height="52" viewBox="0 0 52 52" fill="none" xmlns="http://www.w3.org/2000/svg"><g filter="url(%23filter0_d_886_5817)"><rect x="4" width="44" height="44" rx="22" fill="white" shape-rendering="crispEdges"/><circle cx="26" cy="22" r="22" fill="white" fill-opacity="0.4"/><path d="M16.2481 22.6256L21.8426 22.6204C24.0521 22.6184 25.8414 20.8254 25.8389 18.6159L25.8324 12.8049" stroke="%23003932" stroke-width="2"/><path d="M35.4809 22.0898L29.8864 22.0949C27.6769 22.097 25.8876 23.89 25.8901 26.0994L25.8966 31.9104" stroke="%23003932" stroke-width="2"/></g><defs><filter id="filter0_d_886_5817" x="0" y="0" width="52" height="52" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="4"/><feGaussianBlur stdDeviation="2"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_886_5817"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_886_5817" result="shape"/></filter></defs></svg>') !important;
  width: 52px !important;
  height: 52px !important;
}
@media (min-width: 640px) {
  .imp-object-spot {
    transform: scale(1);
  }
}
.imp-object-spot:hover {
  background: url('data:image/svg+xml,<svg width="52" height="52" viewBox="0 0 52 52" fill="none" xmlns="http://www.w3.org/2000/svg"><g filter="url(%23filter0_d_886_5813)"><rect x="4" width="44" height="44" rx="22" fill="white" shape-rendering="crispEdges"/><circle cx="26" cy="22" r="22" fill="%2376BC6C" fill-opacity="0.4"/><path d="M16.2481 22.6256L21.8426 22.6204C24.0521 22.6184 25.8414 20.8254 25.8389 18.6159L25.8324 12.8049" stroke="%23003932" stroke-width="2"/><path d="M35.4809 22.0898L29.8864 22.0949C27.6769 22.097 25.8876 23.89 25.8901 26.0994L25.8966 31.9104" stroke="%23003932" stroke-width="2"/></g><defs><filter id="filter0_d_886_5813" x="0" y="0" width="52" height="52" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="4"/><feGaussianBlur stdDeviation="2"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_886_5813"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_886_5813" result="shape"/></filter></defs></svg>') !important;
}
.imp-object-spot > svg {
  display: none !important;
}

.imp-fullscreen-tooltip .imp-tooltip-content {
  padding: 14px !important;
  background: #C8E4C4 !important;
}
.imp-fullscreen-tooltip .imp-tooltip-content .imp-tooltip-close-button {
  width: 30px !important;
  height: 30px !important;
  right: -16px !important;
  top: -16px !important;
}
.imp-fullscreen-tooltip .imp-tooltip-content .imp-tooltip-close-button .imp-icon {
  width: 17px !important;
  height: 17px !important;
  padding: 7px !important;
}
.imp-fullscreen-tooltip .imp-tooltip-content h3 {
  font-size: 18px !important;
  padding-bottom: 0 !important;
  margin-bottom: 6px !important;
}
.imp-fullscreen-tooltip .imp-tooltip-content h3, .imp-fullscreen-tooltip .imp-tooltip-content p, .imp-fullscreen-tooltip .imp-tooltip-content span, .imp-fullscreen-tooltip .imp-tooltip-content div {
  padding: 0 !important;
  font-family: "Work Sans", sans-serif !important;
  color: #003932 !important;
}

.imp-tooltip {
  background: #C8E4C4 !important;
  max-width: 250px !important;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2509803922);
}
.imp-tooltip .hs-arrow {
  display: none !important;
}
.imp-tooltip .imp-tooltip-content h3 {
  font-size: 20px !important;
  padding-bottom: 0 !important;
  margin-bottom: 6px !important;
}
.imp-tooltip .imp-tooltip-content h3, .imp-tooltip .imp-tooltip-content p, .imp-tooltip .imp-tooltip-content span, .imp-tooltip .imp-tooltip-content div {
  padding: 0 !important;
  font-family: "Work Sans", sans-serif !important;
  color: #003932 !important;
}

.range-slider {
  width: 100%;
  padding: 0 8px;
}
@media (min-width: 768px) {
  .range-slider {
    width: 245px;
  }
}
.range-slider .noUi-target {
  height: 1px;
  border: 0;
  border-radius: 0;
  margin: 0;
}
.range-slider .noUi-target .noUi-connects {
  background: #003932;
  border-radius: 0;
}
.range-slider .noUi-target .noUi-connect {
  background: #76BC6C;
  border-radius: 0;
}
.range-slider .noUi-target .noUi-handle {
  width: 16px;
  height: 16px;
  border: none;
  background: #76BC6C;
  border-radius: 100%;
  top: -8px;
  right: -8px;
  cursor: pointer;
  box-shadow: none;
}
.range-slider .noUi-target .noUi-handle::after,
.range-slider .noUi-target .noUi-handle::before {
  display: none;
}
.range-slider .range-slider-value {
  display: flex;
}
.range-slider .range-slider-value .text-end {
  text-align: right;
}
.range-slider .range-slider-value input {
  font-size: 14px;
  width: 50%;
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
}

.custom-checkbox input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 0px;
  height: 0px;
  display: none;
}
.custom-checkbox label {
  font-size: 14px;
  display: inline-flex;
  border: 1px solid #fff;
  color: #003932;
  border-radius: 32px;
  cursor: pointer;
  height: 32px;
  line-height: 1;
  min-width: 32px;
  justify-content: center;
  align-items: center;
  background: #fff;
  transition: all 0.2s;
  white-space: nowrap;
}
.custom-checkbox label:has(input[type=checkbox]:checked) {
  background: #76BC6C;
  border-color: #76BC6C;
}
.custom-checkbox label:has(input[type=checkbox]):hover {
  border-color: #76BC6C;
}
.custom-checkbox label:has(input[type=checkbox]:focus-visible) {
  border-color: #76BC6C;
}
.custom-checkbox label:has(input[type=checkbox]:checked) {
  background: #76BC6C;
}

.btn_contact_float__icon {
  width: 18px;
  height: 18px;
  fill: currentColor;
  display: block;
}

body #moove_gdpr_cookie_info_bar[class] {
  min-height: 1px;
  max-height: none;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25) !important;
  transform: none;
  border: 0;
  width: 100%;
  max-width: none;
  bottom: auto !important;
  top: 0 !important;
  left: 0 !important;
  overflow-x: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px !important;
}
body #moove_gdpr_cookie_info_bar[class].moove-gdpr-light-scheme p {
  color: #003932 !important;
  font-size: 1.125rem;
  line-height: 1.5;
}
body #moove_gdpr_cookie_info_bar[class] .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
  background-color: #ecf3e9;
  width: 100%;
  max-width: 400px;
  padding: 20px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  body #moove_gdpr_cookie_info_bar[class] .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
    padding: 32px;
    max-width: 640px;
  }
}
body #moove_gdpr_cookie_info_bar[class] .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder {
  padding-left: 0;
  margin-top: 20px;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
.tw-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.tw-pointer-events-none {
  pointer-events: none;
}
.tw-invisible {
  visibility: hidden;
}
.tw-fixed {
  position: fixed;
}
.tw-absolute {
  position: absolute;
}
.tw-relative {
  position: relative;
}
.tw-sticky {
  position: sticky;
}
.tw-inset-0 {
  inset: 0px;
}
.\!tw-bottom-px {
  bottom: 1px !important;
}
.tw--bottom-12 {
  bottom: -3rem;
}
.tw--bottom-4 {
  bottom: -1rem;
}
.tw--right-2 {
  right: -0.5rem;
}
.tw--right-3\.5 {
  right: -0.875rem;
}
.tw--top-0\.5 {
  top: -0.125rem;
}
.tw--top-10 {
  top: -2.5rem;
}
.tw--top-2 {
  top: -0.5rem;
}
.tw--top-\[15\%\] {
  top: -15%;
}
.tw--top-\[7\%\] {
  top: -7%;
}
.tw-bottom-0 {
  bottom: 0px;
}
.tw-bottom-2 {
  bottom: 0.5rem;
}
.tw-bottom-4 {
  bottom: 1rem;
}
.tw-bottom-6 {
  bottom: 1.5rem;
}
.tw-bottom-auto {
  bottom: auto;
}
.tw-left-0 {
  left: 0px;
}
.tw-left-1\/2 {
  left: 50%;
}
.tw-left-10 {
  left: 2.5rem;
}
.tw-left-4 {
  left: 1rem;
}
.tw-left-5 {
  left: 1.25rem;
}
.tw-left-6 {
  left: 1.5rem;
}
.tw-left-\[10\%\] {
  left: 10%;
}
.tw-left-\[12\%\] {
  left: 12%;
}
.tw-left-auto {
  left: auto;
}
.tw-right-0 {
  right: 0px;
}
.tw-right-3 {
  right: 0.75rem;
}
.tw-right-auto {
  right: auto;
}
.tw-top-0 {
  top: 0px;
}
.tw-top-1 {
  top: 0.25rem;
}
.tw-top-1\/2 {
  top: 50%;
}
.tw-top-10 {
  top: 2.5rem;
}
.tw-top-2 {
  top: 0.5rem;
}
.tw-top-3 {
  top: 0.75rem;
}
.tw-top-6 {
  top: 1.5rem;
}
.tw-top-\[15\%\] {
  top: 15%;
}
.tw-top-\[25\%\] {
  top: 25%;
}
.tw-top-\[30\%\] {
  top: 30%;
}
.tw-top-\[55\%\] {
  top: 55%;
}
.tw-top-\[70\%\] {
  top: 70%;
}
.tw-top-\[75\%\] {
  top: 75%;
}
.tw-top-auto {
  top: auto;
}
.tw-right-4 {
  right: 1rem;
}
.tw-top-4 {
  top: 1rem;
}
.tw-isolate {
  isolation: isolate;
}
.tw-z-10 {
  z-index: 10;
}
.tw-z-20 {
  z-index: 20;
}
.tw-z-30 {
  z-index: 30;
}
.tw-z-40 {
  z-index: 40;
}
.tw-z-50 {
  z-index: 50;
}
.tw-z-\[1200\] {
  z-index: 1200;
}
.tw-z-\[1\] {
  z-index: 1;
}
.tw-z-\[2\] {
  z-index: 2;
}
.tw-z-\[3\] {
  z-index: 3;
}
.tw-z-\[400\] {
  z-index: 400;
}
.tw-z-\[600\] {
  z-index: 600;
}
.tw-z-\[999\] {
  z-index: 999;
}
.tw-order-first {
  order: -9999;
}
.tw-col-span-2 {
  grid-column: span 2 / span 2;
}
.tw-m-0 {
  margin: 0px;
}
.\!tw-mx-0\.5 {
  margin-left: 0.125rem !important;
  margin-right: 0.125rem !important;
}
.tw--mx-\[27px\] {
  margin-left: -27px;
  margin-right: -27px;
}
.tw--my-4 {
  margin-top: -1rem;
  margin-bottom: -1rem;
}
.tw-mx-\[20px\] {
  margin-left: 20px;
  margin-right: 20px;
}
.tw-mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.tw-my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.tw-my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.tw-my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.tw-my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
.\!tw-mb-0 {
  margin-bottom: 0px !important;
}
.\!tw-mt-0 {
  margin-top: 0px !important;
}
.\!tw-mt-1 {
  margin-top: 0.25rem !important;
}
.-tw-mt-px {
  margin-top: -1px;
}
.tw--ml-2 {
  margin-left: -0.5rem;
}
.tw--mr-2 {
  margin-right: -0.5rem;
}
.tw--mt-10 {
  margin-top: -2.5rem;
}
.tw--mt-16 {
  margin-top: -4rem;
}
.tw--mt-32 {
  margin-top: -8rem;
}
.tw--mt-8 {
  margin-top: -2rem;
}
.tw--mt-\[105px\] {
  margin-top: -105px;
}
.tw-mb-0 {
  margin-bottom: 0px;
}
.tw-mb-1 {
  margin-bottom: 0.25rem;
}
.tw-mb-1\.5 {
  margin-bottom: 0.375rem;
}
.tw-mb-10 {
  margin-bottom: 2.5rem;
}
.tw-mb-12 {
  margin-bottom: 3rem;
}
.tw-mb-14 {
  margin-bottom: 3.5rem;
}
.tw-mb-2 {
  margin-bottom: 0.5rem;
}
.tw-mb-2\.5 {
  margin-bottom: 0.625rem;
}
.tw-mb-20 {
  margin-bottom: 5rem;
}
.tw-mb-3 {
  margin-bottom: 0.75rem;
}
.tw-mb-4 {
  margin-bottom: 1rem;
}
.tw-mb-5 {
  margin-bottom: 1.25rem;
}
.tw-mb-6 {
  margin-bottom: 1.5rem;
}
.tw-mb-8 {
  margin-bottom: 2rem;
}
.tw-mb-\[60px\] {
  margin-bottom: 60px;
}
.tw-ml-0 {
  margin-left: 0px;
}
.tw-ml-1 {
  margin-left: 0.25rem;
}
.tw-ml-2 {
  margin-left: 0.5rem;
}
.tw-ml-3 {
  margin-left: 0.75rem;
}
.tw-ml-4 {
  margin-left: 1rem;
}
.tw-ml-7 {
  margin-left: 1.75rem;
}
.tw-ml-\[50px\] {
  margin-left: 50px;
}
.tw-ml-auto {
  margin-left: auto;
}
.tw-mr-1 {
  margin-right: 0.25rem;
}
.tw-mr-2 {
  margin-right: 0.5rem;
}
.tw-mr-2\.5 {
  margin-right: 0.625rem;
}
.tw-mr-4 {
  margin-right: 1rem;
}
.tw-mr-auto {
  margin-right: auto;
}
.tw-mt-0 {
  margin-top: 0px;
}
.tw-mt-1 {
  margin-top: 0.25rem;
}
.tw-mt-10 {
  margin-top: 2.5rem;
}
.tw-mt-12 {
  margin-top: 3rem;
}
.tw-mt-16 {
  margin-top: 4rem;
}
.tw-mt-2 {
  margin-top: 0.5rem;
}
.tw-mt-2\.5 {
  margin-top: 0.625rem;
}
.tw-mt-20 {
  margin-top: 5rem;
}
.tw-mt-3 {
  margin-top: 0.75rem;
}
.tw-mt-4 {
  margin-top: 1rem;
}
.tw-mt-5 {
  margin-top: 1.25rem;
}
.tw-mt-6 {
  margin-top: 1.5rem;
}
.tw-mt-7 {
  margin-top: 1.75rem;
}
.tw-mt-8 {
  margin-top: 2rem;
}
.tw-mt-9 {
  margin-top: 2.25rem;
}
.tw-mt-\[20px\] {
  margin-top: 20px;
}
.tw-line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.tw-line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.tw-block {
  display: block;
}
.tw-inline-block {
  display: inline-block;
}
.tw-flex {
  display: flex;
}
.tw-inline-flex {
  display: inline-flex;
}
.tw-table-cell {
  display: table-cell;
}
.tw-grid {
  display: grid;
}
.tw-hidden {
  display: none;
}
.tw-aspect-square {
  aspect-ratio: 1 / 1;
}
.tw-size-10 {
  width: 2.5rem;
  height: 2.5rem;
}
.tw-size-11 {
  width: 2.75rem;
  height: 2.75rem;
}
.tw-size-16 {
  width: 4rem;
  height: 4rem;
}
.tw-size-20 {
  width: 5rem;
  height: 5rem;
}
.tw-size-3\.5 {
  width: 0.875rem;
  height: 0.875rem;
}
.tw-size-4 {
  width: 1rem;
  height: 1rem;
}
.tw-size-5 {
  width: 1.25rem;
  height: 1.25rem;
}
.tw-size-6 {
  width: 1.5rem;
  height: 1.5rem;
}
.tw-size-7 {
  width: 1.75rem;
  height: 1.75rem;
}
.tw-size-8 {
  width: 2rem;
  height: 2rem;
}
.tw-size-9 {
  width: 2.25rem;
  height: 2.25rem;
}
.tw-size-\[100px\] {
  width: 100px;
  height: 100px;
}
.tw-size-\[117px\] {
  width: 117px;
  height: 117px;
}
.tw-size-\[11px\] {
  width: 11px;
  height: 11px;
}
.tw-size-\[141px\] {
  width: 141px;
  height: 141px;
}
.tw-size-\[182px\] {
  width: 182px;
  height: 182px;
}
.tw-size-\[18px\] {
  width: 18px;
  height: 18px;
}
.tw-size-\[32px\] {
  width: 32px;
  height: 32px;
}
.tw-size-\[44px\] {
  width: 44px;
  height: 44px;
}
.tw-size-\[46px\] {
  width: 46px;
  height: 46px;
}
.tw-size-\[72px\] {
  width: 72px;
  height: 72px;
}
.tw-size-\[90px\] {
  width: 90px;
  height: 90px;
}
.\!tw-h-\[20px\] {
  height: 20px !important;
}
.\!tw-h-\[25px\] {
  height: 25px !important;
}
.tw-h-11 {
  height: 2.75rem;
}
.tw-h-12 {
  height: 3rem;
}
.tw-h-14 {
  height: 3.5rem;
}
.tw-h-16 {
  height: 4rem;
}
.tw-h-20 {
  height: 5rem;
}
.tw-h-24 {
  height: 6rem;
}
.tw-h-4 {
  height: 1rem;
}
.tw-h-6 {
  height: 1.5rem;
}
.tw-h-8 {
  height: 2rem;
}
.tw-h-80 {
  height: 20rem;
}
.tw-h-\[106px\] {
  height: 106px;
}
.tw-h-\[16px\] {
  height: 16px;
}
.tw-h-\[19px\] {
  height: 19px;
}
.tw-h-\[300px\] {
  height: 300px;
}
.tw-h-\[320px\] {
  height: 320px;
}
.tw-h-\[380px\] {
  height: 380px;
}
.tw-h-\[430px\] {
  height: 430px;
}
.tw-h-\[48px\] {
  height: 48px;
}
.tw-h-\[520px\] {
  height: 520px;
}
.tw-h-\[52px\] {
  height: 52px;
}
.tw-h-\[690px\] {
  height: 690px;
}
.tw-h-\[91px\] {
  height: 91px;
}
.tw-h-\[calc\(100svh-100px\)\] {
  height: calc(100svh - 100px);
}
.tw-h-\[calc\(100vh-106px\)\] {
  height: calc(100vh - 106px);
}
.tw-h-\[calc\(100vh-116px\)\] {
  height: calc(100vh - 116px);
}
.tw-h-\[calc\(100vh-64px\)\] {
  height: calc(100vh - 64px);
}
.tw-h-full {
  height: 100%;
}
.tw-min-h-\[75px\] {
  min-height: 75px;
}
.tw-min-h-\[calc\(100vh-64px\)\] {
  min-height: calc(100vh - 64px);
}
.tw-min-h-screen {
  min-height: 100vh;
}
.\!tw-w-5 {
  width: 1.25rem !important;
}
.\!tw-w-\[22px\] {
  width: 22px !important;
}
.tw-w-0 {
  width: 0px;
}
.tw-w-0\.5 {
  width: 0.125rem;
}
.tw-w-11 {
  width: 2.75rem;
}
.tw-w-12 {
  width: 3rem;
}
.tw-w-20 {
  width: 5rem;
}
.tw-w-24 {
  width: 6rem;
}
.tw-w-4 {
  width: 1rem;
}
.tw-w-6 {
  width: 1.5rem;
}
.tw-w-8 {
  width: 2rem;
}
.tw-w-\[106px\] {
  width: 106px;
}
.tw-w-\[18px\] {
  width: 18px;
}
.tw-w-\[19px\] {
  width: 19px;
}
.tw-w-\[258px\] {
  width: 258px;
}
.tw-w-auto {
  width: auto;
}
.tw-w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.tw-w-full {
  width: 100%;
}
.tw-w-px {
  width: 1px;
}
.tw-min-w-\[320px\] {
  min-width: 320px;
}
.tw-max-w-2xl {
  max-width: 42rem;
}
.tw-max-w-80 {
  max-width: 20rem;
}
.tw-max-w-\[1085px\] {
  max-width: 1085px;
}
.tw-max-w-\[260px\] {
  max-width: 260px;
}
.tw-max-w-\[400px\] {
  max-width: 400px;
}
.tw-max-w-\[420px\] {
  max-width: 420px;
}
.tw-max-w-\[450px\] {
  max-width: 450px;
}
.tw-max-w-\[480px\] {
  max-width: 480px;
}
.tw-max-w-\[580px\] {
  max-width: 580px;
}
.tw-max-w-\[640px\] {
  max-width: 640px;
}
.tw-max-w-\[650px\] {
  max-width: 650px;
}
.tw-max-w-\[750px\] {
  max-width: 750px;
}
.tw-max-w-\[886px\] {
  max-width: 886px;
}
.tw-max-w-lg {
  max-width: 32rem;
}
.tw-max-w-md {
  max-width: 28rem;
}
.tw-max-w-screen-2xl {
  max-width: 1350px;
}
.tw-max-w-xl {
  max-width: 36rem;
}
.tw-flex-1 {
  flex: 1 1 0%;
}
.tw-flex-shrink-0 {
  flex-shrink: 0;
}
.tw-shrink-0 {
  flex-shrink: 0;
}
.tw-table-auto {
  table-layout: auto;
}
.tw-origin-top-left {
  transform-origin: top left;
}
.tw--translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tw--translate-x-\[110\%\] {
  --tw-translate-x: -110%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tw--translate-x-\[111\%\] {
  --tw-translate-x: -111%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tw--translate-x-full {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tw--translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tw--translate-y-1\/3 {
  --tw-translate-y: -33.333333%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tw--translate-y-\[56\%\] {
  --tw-translate-y: -56%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tw--translate-y-full {
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tw-translate-x-1\/2 {
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tw-translate-x-1\/3 {
  --tw-translate-x: 33.333333%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tw-translate-x-2\/3 {
  --tw-translate-x: 66.666667%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tw-translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tw-translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tw-translate-y-1 {
  --tw-translate-y: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tw-translate-y-1\/2 {
  --tw-translate-y: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tw-translate-y-4 {
  --tw-translate-y: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tw-translate-y-\[150\%\] {
  --tw-translate-y: 150%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tw-translate-y-\[200\%\] {
  --tw-translate-y: 200%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tw-translate-y-full {
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-tw-rotate-90 {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tw-rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tw-rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tw-transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes tw-pulse {
  50% {
    opacity: .5;
  }
}
.tw-animate-pulse {
  animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.tw-cursor-default {
  cursor: default;
}
.tw-cursor-pointer {
  cursor: pointer;
}
.tw--scroll-mt-3 {
  scroll-margin-top: -0.75rem;
}
.tw-list-none {
  list-style-type: none;
}
.\!tw-appearance-none {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
}
.tw-appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.tw-grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.tw-grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.tw-flex-col {
  flex-direction: column;
}
.tw-flex-col-reverse {
  flex-direction: column-reverse;
}
.tw-flex-wrap {
  flex-wrap: wrap;
}
.tw-place-content-center {
  place-content: center;
}
.tw-items-start {
  align-items: flex-start;
}
.tw-items-end {
  align-items: flex-end;
}
.tw-items-center {
  align-items: center;
}
.tw-justify-start {
  justify-content: flex-start;
}
.tw-justify-end {
  justify-content: flex-end;
}
.tw-justify-center {
  justify-content: center;
}
.tw-justify-between {
  justify-content: space-between;
}
.tw-gap-1 {
  gap: 0.25rem;
}
.tw-gap-1\.5 {
  gap: 0.375rem;
}
.tw-gap-10 {
  gap: 2.5rem;
}
.tw-gap-12 {
  gap: 3rem;
}
.tw-gap-16 {
  gap: 4rem;
}
.tw-gap-2 {
  gap: 0.5rem;
}
.tw-gap-2\.5 {
  gap: 0.625rem;
}
.tw-gap-3 {
  gap: 0.75rem;
}
.tw-gap-4 {
  gap: 1rem;
}
.tw-gap-5 {
  gap: 1.25rem;
}
.tw-gap-6 {
  gap: 1.5rem;
}
.tw-gap-8 {
  gap: 2rem;
}
.tw-gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.tw-gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.tw-gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.tw-gap-y-10 {
  row-gap: 2.5rem;
}
.tw-gap-y-16 {
  row-gap: 4rem;
}
.tw-gap-y-2 {
  row-gap: 0.5rem;
}
.tw-space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.tw-space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.tw-space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.tw-space-y-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4rem * var(--tw-space-y-reverse));
}
.tw-space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.tw-space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.tw-space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.tw-space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.tw-divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.tw-divide-solid > :not([hidden]) ~ :not([hidden]) {
  border-style: solid;
}
.tw-divide-primary\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 57 50 / 0.1);
}
.tw-self-end {
  align-self: flex-end;
}
.tw-overflow-auto {
  overflow: auto;
}
.tw-overflow-hidden {
  overflow: hidden;
}
.tw-overflow-clip {
  overflow: clip;
}
.tw-overflow-y-auto {
  overflow-y: auto;
}
.tw-overflow-x-hidden {
  overflow-x: hidden;
}
.tw-text-ellipsis {
  text-overflow: ellipsis;
}
.tw-hyphens-none {
  -webkit-hyphens: none;
          hyphens: none;
}
.tw-whitespace-nowrap {
  white-space: nowrap;
}
.tw-rounded {
  border-radius: 0.25rem;
}
.tw-rounded-2xl {
  border-radius: 1rem;
}
.tw-rounded-\[12px\] {
  border-radius: 12px;
}
.tw-rounded-\[18px\] {
  border-radius: 18px;
}
.tw-rounded-\[20px\] {
  border-radius: 20px;
}
.tw-rounded-\[40px\] {
  border-radius: 40px;
}
.tw-rounded-\[44px\] {
  border-radius: 44px;
}
.tw-rounded-\[4px\] {
  border-radius: 4px;
}
.tw-rounded-full {
  border-radius: 9999px;
}
.tw-rounded-lg {
  border-radius: 0.5rem;
}
.tw-rounded-md {
  border-radius: 0.375rem;
}
.tw-rounded-xl {
  border-radius: 0.75rem;
}
.tw-rounded-b-\[20px\] {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.tw-rounded-b-\[40px\] {
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}
.tw-rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.tw-rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.tw-rounded-t-\[20px\] {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.tw-border {
  border-width: 1px;
}
.tw-border-0 {
  border-width: 0px;
}
.tw-border-2 {
  border-width: 2px;
}
.tw-border-x-0 {
  border-left-width: 0px;
  border-right-width: 0px;
}
.tw-border-y-0 {
  border-top-width: 0px;
  border-bottom-width: 0px;
}
.tw-border-b {
  border-bottom-width: 1px;
}
.tw-border-b-0 {
  border-bottom-width: 0px;
}
.tw-border-b-2 {
  border-bottom-width: 2px;
}
.tw-border-b-4 {
  border-bottom-width: 4px;
}
.tw-border-l-0 {
  border-left-width: 0px;
}
.tw-border-l-2 {
  border-left-width: 2px;
}
.tw-border-r-0 {
  border-right-width: 0px;
}
.tw-border-t {
  border-top-width: 1px;
}
.tw-border-t-0 {
  border-top-width: 0px;
}
.tw-border-solid {
  border-style: solid;
}
.tw-border-dashed {
  border-style: dashed;
}
.tw-border-dotted {
  border-style: dotted;
}
.tw-border-none {
  border-style: none;
}
.tw-border-\[\#003932\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 57 50 / var(--tw-border-opacity, 1));
}
.tw-border-\[\#003932\]\/15 {
  border-color: rgb(0 57 50 / 0.15);
}
.tw-border-\[\#003932\]\/25 {
  border-color: rgb(0 57 50 / 0.25);
}
.tw-border-\[\#003932\]\/40 {
  border-color: rgb(0 57 50 / 0.4);
}
.tw-border-\[\#073E55\]\/20 {
  border-color: rgb(7 62 85 / 0.2);
}
.tw-border-\[\#DF6565\] {
  --tw-border-opacity: 1;
  border-color: rgb(223 101 101 / var(--tw-border-opacity, 1));
}
.tw-border-black\/5 {
  border-color: rgb(0 0 0 / 0.05);
}
.tw-border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(0 57 50 / var(--tw-border-opacity, 1));
}
.tw-border-primary\/20 {
  border-color: rgb(0 57 50 / 0.2);
}
.tw-border-red {
  --tw-border-opacity: 1;
  border-color: rgb(217 60 63 / var(--tw-border-opacity, 1));
}
.tw-border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.tw-border-x-transparent {
  border-left-color: transparent;
  border-right-color: transparent;
}
.tw-border-b-\[\#003932\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 57 50 / var(--tw-border-opacity, 1));
}
.tw-border-b-\[\#BE8C70\]\/50 {
  border-bottom-color: rgb(190 140 112 / 0.5);
}
.tw-border-b-primary\/20 {
  border-bottom-color: rgb(0 57 50 / 0.2);
}
.tw-border-t-\[\#003932\]\/25 {
  border-top-color: rgb(0 57 50 / 0.25);
}
.tw-border-t-transparent {
  border-top-color: transparent;
}
.tw-border-opacity-25 {
  --tw-border-opacity: 0.25;
}
.tw-bg-\[\#000000\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#76BC6C\]\/10 {
  background-color: rgb(118 188 108 / 0.1);
}
.tw-bg-\[\#76BC6C\]\/40 {
  background-color: rgb(118 188 108 / 0.4);
}
.tw-bg-\[\#C2DEBE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(194 222 190 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#C8E4C4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(200 228 196 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#D2BAF7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(210 186 247 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#ECF3E9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(236 243 233 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#EEF6FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 246 255 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#FFF7EB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 235 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#f8f9fa\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 249 250 / var(--tw-bg-opacity, 1));
}
.tw-bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.tw-bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.tw-bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}
.tw-bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 57 50 / var(--tw-bg-opacity, 1));
}
.tw-bg-primary\/20 {
  background-color: rgb(0 57 50 / 0.2);
}
.tw-bg-primary\/50 {
  background-color: rgb(0 57 50 / 0.5);
}
.tw-bg-red\/40 {
  background-color: rgb(217 60 63 / 0.4);
}
.tw-bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(118 188 108 / var(--tw-bg-opacity, 1));
}
.tw-bg-secondary\/40 {
  background-color: rgb(118 188 108 / 0.4);
}
.tw-bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}
.tw-bg-transparent {
  background-color: transparent;
}
.tw-bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.tw-bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.tw-bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}
.tw-bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.tw-bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}
.tw-object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.tw-object-\[18\%_0\%\] {
  -o-object-position: 18% 0%;
     object-position: 18% 0%;
}
.tw-object-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}
.tw-object-center {
  -o-object-position: center;
     object-position: center;
}
.tw-p-1 {
  padding: 0.25rem;
}
.tw-p-1\.5 {
  padding: 0.375rem;
}
.tw-p-10 {
  padding: 2.5rem;
}
.tw-p-2 {
  padding: 0.5rem;
}
.tw-p-3 {
  padding: 0.75rem;
}
.tw-p-4 {
  padding: 1rem;
}
.tw-p-5 {
  padding: 1.25rem;
}
.tw-p-7 {
  padding: 1.75rem;
}
.tw-p-8 {
  padding: 2rem;
}
.tw-p-6 {
  padding: 1.5rem;
}
.tw-px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.tw-px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.tw-px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.tw-px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.tw-px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.tw-px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.tw-px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.tw-px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.tw-px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.tw-px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.tw-px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.tw-px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.tw-px-\[17px\] {
  padding-left: 17px;
  padding-right: 17px;
}
.tw-px-\[25px\] {
  padding-left: 25px;
  padding-right: 25px;
}
.tw-py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.tw-py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.tw-py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.tw-py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.tw-py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.tw-py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.tw-py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.tw-py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.tw-py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.tw-py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.tw-py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.tw-py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.tw-py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.tw-py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.tw-py-\[27px\] {
  padding-top: 27px;
  padding-bottom: 27px;
}
.tw-pb-14 {
  padding-bottom: 3.5rem;
}
.tw-pb-2 {
  padding-bottom: 0.5rem;
}
.tw-pb-20 {
  padding-bottom: 5rem;
}
.tw-pb-28 {
  padding-bottom: 7rem;
}
.tw-pb-32 {
  padding-bottom: 8rem;
}
.tw-pb-4 {
  padding-bottom: 1rem;
}
.tw-pb-5 {
  padding-bottom: 1.25rem;
}
.tw-pb-\[100px\] {
  padding-bottom: 100px;
}
.tw-pb-\[25px\] {
  padding-bottom: 25px;
}
.tw-pb-\[80px\] {
  padding-bottom: 80px;
}
.tw-pl-0 {
  padding-left: 0px;
}
.tw-pl-10 {
  padding-left: 2.5rem;
}
.tw-pl-12 {
  padding-left: 3rem;
}
.tw-pl-2 {
  padding-left: 0.5rem;
}
.tw-pl-3 {
  padding-left: 0.75rem;
}
.tw-pl-3\.5 {
  padding-left: 0.875rem;
}
.tw-pl-4 {
  padding-left: 1rem;
}
.tw-pl-6 {
  padding-left: 1.5rem;
}
.tw-pr-10 {
  padding-right: 2.5rem;
}
.tw-pr-12 {
  padding-right: 3rem;
}
.tw-pr-2 {
  padding-right: 0.5rem;
}
.tw-pr-20 {
  padding-right: 5rem;
}
.tw-pr-4 {
  padding-right: 1rem;
}
.tw-pr-6 {
  padding-right: 1.5rem;
}
.tw-pr-7 {
  padding-right: 1.75rem;
}
.tw-pt-10 {
  padding-top: 2.5rem;
}
.tw-pt-2 {
  padding-top: 0.5rem;
}
.tw-pt-20 {
  padding-top: 5rem;
}
.tw-pt-24 {
  padding-top: 6rem;
}
.tw-pt-3 {
  padding-top: 0.75rem;
}
.tw-pt-4 {
  padding-top: 1rem;
}
.tw-pt-5 {
  padding-top: 1.25rem;
}
.tw-pt-6 {
  padding-top: 1.5rem;
}
.tw-pt-8 {
  padding-top: 2rem;
}
.tw-pt-\[10px\] {
  padding-top: 10px;
}
.tw-pt-\[120px\] {
  padding-top: 120px;
}
.tw-pt-\[60px\] {
  padding-top: 60px;
}
.tw-pr-8 {
  padding-right: 2rem;
}
.tw-text-left {
  text-align: left;
}
.tw-text-center {
  text-align: center;
}
.tw-text-right {
  text-align: right;
}
.tw-align-middle {
  vertical-align: middle;
}
.tw-align-bottom {
  vertical-align: bottom;
}
.tw-font-\[\'Freigeist\'\] {
  font-family: 'Freigeist';
}
.tw-font-freigeist {
  font-family: frei;
}
.tw-font-sans {
  font-family: Work Sans, sans-serif;
}
.tw-text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.tw-text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.tw-text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.tw-text-\[10px\] {
  font-size: 10px;
}
.tw-text-\[12px\] {
  font-size: 12px;
}
.tw-text-\[13px\] {
  font-size: 13px;
}
.tw-text-\[14px\] {
  font-size: 14px;
}
.tw-text-\[15px\] {
  font-size: 15px;
}
.tw-text-\[8px\] {
  font-size: 8px;
}
.tw-text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.tw-text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.tw-text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.tw-text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.tw-text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.\!tw-font-semibold {
  font-weight: 600 !important;
}
.tw-font-\[400\] {
  font-weight: 400;
}
.tw-font-\[500\] {
  font-weight: 500;
}
.tw-font-\[600\] {
  font-weight: 600;
}
.tw-font-\[700\] {
  font-weight: 700;
}
.tw-font-\[850\] {
  font-weight: 850;
}
.tw-font-bold {
  font-weight: 700;
}
.tw-font-medium {
  font-weight: 500;
}
.tw-font-normal {
  font-weight: 400;
}
.tw-font-semibold {
  font-weight: 600;
}
.tw-uppercase {
  text-transform: uppercase;
}
.tw-leading-5 {
  line-height: 1.25rem;
}
.tw-leading-9 {
  line-height: 2.25rem;
}
.tw-leading-\[19px\] {
  line-height: 19px;
}
.tw-leading-none {
  line-height: 1;
}
.tw-leading-relaxed {
  line-height: 1.625;
}
.tw-leading-snug {
  line-height: 1.375;
}
.tw-leading-tight {
  line-height: 1.25;
}
.tw-tracking-tight {
  letter-spacing: -0.025em;
}
.tw-text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.tw-text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.tw-text-primary {
  --tw-text-opacity: 1;
  color: rgb(0 57 50 / var(--tw-text-opacity, 1));
}
.tw-text-red {
  --tw-text-opacity: 1;
  color: rgb(217 60 63 / var(--tw-text-opacity, 1));
}
.tw-text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.tw-text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}
.tw-text-primary\/80 {
  color: rgb(0 57 50 / 0.8);
}
.tw-line-through {
  text-decoration-line: line-through;
}
.tw-no-underline {
  text-decoration-line: none;
}
.tw-decoration-1 {
  text-decoration-thickness: 1px;
}
.tw-decoration-2 {
  text-decoration-thickness: 2px;
}
.tw-accent-primary {
  accent-color: #003932;
}
.tw-opacity-0 {
  opacity: 0;
}
.tw-opacity-100 {
  opacity: 1;
}
.tw-opacity-40 {
  opacity: 0.4;
}
.tw-opacity-50 {
  opacity: 0.5;
}
.tw-opacity-80 {
  opacity: 0.8;
}
.tw-mix-blend-overlay {
  mix-blend-mode: overlay;
}
.tw-shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.tw-shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.tw-shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.tw-shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.tw-outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.tw-ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.tw-ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.tw-ring-inset {
  --tw-ring-inset: inset;
}
.tw-ring-\[\#003932\]\/25 {
  --tw-ring-color: rgb(0 57 50 / 0.25);
}
.tw-ring-\[\#76BC6C\]\/40 {
  --tw-ring-color: rgb(118 188 108 / 0.4);
}
.tw-ring-\[\#DF6565\]\/40 {
  --tw-ring-color: rgb(223 101 101 / 0.4);
}
.tw-ring-red {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(217 60 63 / var(--tw-ring-opacity, 1));
}
.tw-ring-white {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
}
.tw-transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.tw-transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.tw-transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.tw-transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.tw-transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.tw-transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.tw-duration-1000 {
  transition-duration: 1000ms;
}
.tw-duration-200 {
  transition-duration: 200ms;
}
.tw-duration-300 {
  transition-duration: 300ms;
}
.tw-ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.tw-ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.tw-ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.tw-clamp-\[18px-2\.5vw-24px\] {
  font-size: clamp(18px, 2.5vw, 24px);
}
.tw-clamp-\[20px-3vw-32px\] {
  font-size: clamp(20px, 3vw, 32px);
}
.tw-clamp-\[26px-2\.5vw-32px\] {
  font-size: clamp(26px, 2.5vw, 32px);
}
.tw-clamp-\[28px-4vw-60px\] {
  font-size: clamp(28px, 4vw, 60px);
}
.tw-clamp-\[28px-6vw-52px\] {
  font-size: clamp(28px, 6vw, 52px);
}
.tw-clamp-\[base-2\.5vw-18px\] {
  font-size: clamp(1rem, 2.5vw, 18px);
}
.tw-clamp-\[base-2vw-18px\] {
  font-size: clamp(1rem, 2vw, 18px);
}
.tw-clamp-\[base-2vw-2xl\] {
  font-size: clamp(1rem, 2vw, 1.5rem);
}
.tw-clamp-\[base-2vw-lg\] {
  font-size: clamp(1rem, 2vw, 1.125rem);
}
.tw-clamp-\[base-2vw-xl\] {
  font-size: clamp(1rem, 2vw, 1.25rem);
}
.tw-clamp-\[base-3vw-xl\] {
  font-size: clamp(1rem, 3vw, 1.25rem);
}
.tw-clamp-\[lg-2\.5vw-32px\] {
  font-size: clamp(1.125rem, 2.5vw, 32px);
}
.tw-clamp-\[lg-2vw-24px\] {
  font-size: clamp(1.125rem, 2vw, 24px);
}
.tw-clamp-\[xl-3vw-32px\] {
  font-size: clamp(1.25rem, 3vw, 32px);
}
p, li {
  text-wrap: pretty;
  -webkit-hyphens: auto;
          hyphens: auto;
}

@media (max-width: 768px) {
  .drag__wrapper {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: relative;
  }
  .drag__wrapper .drag {
    position: relative;
    z-index: 0;
    width: 300vw;
    height: 150vh;
  }
  .drag__wrapper .drag .drag__inner-wrapper {
    width: 100%;
    height: 100%;
    display: inline-block;
  }
  .drag__wrapper .drag img {
    width: 100%;
  }
}
button.disabled {
  opacity: 0.75;
  cursor: not-allowed;
}

.compare-checkbox {
  display: inline-block;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  color: #fff;
  border-radius: 4px;
  accent-color: rgba(255, 255, 255, 0);
  cursor: pointer;
  outline: none;
  margin: 1px 0;
  border: 1px solid #044A41;
  background-color: transparent;
  transition: background-color 0.2s;
}
.compare-checkbox:disabled {
  border: 1px solid rgba(4, 74, 65, 0.4);
}
.compare-checkbox:checked {
  background-color: #044A41;
}

.imp-tooltip {
  border-radius: 8px !important;
  overflow: clip;
}

.flat_svg.imp-object-highlighted {
  fill-opacity: 0.4 !important;
}

.hotspot-swiper img.imp-image {
  border-radius: 8px;
}
@media (min-width: 1024px) {
  .hotspot-swiper img.imp-image {
    border-radius: 20px;
  }
}
.imp-ui-layers-menu-wrap {
  display: none;
}

.content hr {
  margin: 36px 0;
  border: 0;
  border-top: 1px solid rgba(4, 74, 65, 0.2);
}

.hr {
  margin: 36px 0;
  border: 0;
  border-top: 1px solid rgba(4, 74, 65, 0.2);
}

.page_content.article_content a {
  color: #D93C3F;
  display: inline;
  background-image: linear-gradient(0.25turn, #D93C3F 0%, #DF6565 100%);
  background-size: 100% 2px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: background 0.1s ease-in-out;
}
.page_content.article_content a:hover {
  background-size: 0 2px;
}

@media (min-width: 760px) {
  .imp-container {
    width: 100% !important;
  }
}
.imp-container .imp-canvas {
  width: 100% !important;
  height: auto !important;
}
@media (min-width: 760px) {
  .imp-container .imp-canvas {
    max-width: 1300px;
  }
}

div[data-theme=ceresne] .tippy-content {
  background-color: #003932;
  color: #fff;
  font-size: 10px;
  border-radius: 8px;
}

.tippy-box[data-theme~=red] {
  background-color: #563145;
  color: #fff;
  font-size: 10px;
  border-radius: 4px;
}

@keyframes scroll {
  25% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    transform: translate3d(-50vw, 0, 0);
  }
}
@media screen and (max-width: 759px) {
  .map-holder:not(.scrolled) .scroll_animation {
    opacity: 0;
    display: block;
    pointer-events: none;
    position: absolute;
    z-index: 1;
    right: 1.875rem;
    bottom: 30px;
    width: 44px;
    height: 22px;
    border-radius: 11px;
    border: 2px solid #D93C3F;
    background: rgba(217, 60, 63, 0.6);
    transition: opacity 0.3s ease;
    transform: translateZ(0);
    animation: scroll 3s infinite both;
    animation-delay: 1s;
  }
  .map-holder img.imp-image {
    height: 80svh !important;
    width: auto !important;
  }
  .map-holder.scrolled .scroll_animation {
    opacity: 0;
  }
}
.notificaton_item img {
  border-radius: 6px;
  transition: all 0.15s linear;
}
.notificaton_item :hover img {
  border-radius: 64px;
  transition: all 0.3s linear;
}

.with-shadow {
  box-shadow: 10px 0 10px -5px rgba(0, 0, 0, 0.1); /* Add shadow to the right edge */
}

.grecaptcha-badge {
  display: none !important;
}

.last\:tw-border-b-0:last-child {
  border-bottom-width: 0px;
}

.last-of-type\:tw-border-b-0:last-of-type {
  border-bottom-width: 0px;
}

.hover\:tw-scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:tw-scale-\[1\.03\]:hover {
  --tw-scale-x: 1.03;
  --tw-scale-y: 1.03;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:\!tw-bg-\[\#76BC6C\]\/10:hover {
  background-color: rgb(118 188 108 / 0.1) !important;
}

.hover\:tw-bg-\[\#E0EDDC\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(224 237 220 / var(--tw-bg-opacity, 1));
}

.hover\:tw-bg-secondary\/40:hover {
  background-color: rgb(118 188 108 / 0.4);
}

.hover\:tw-bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.hover\:tw-text-\[\#76BC6C\]:hover {
  --tw-text-opacity: 1;
  color: rgb(118 188 108 / var(--tw-text-opacity, 1));
}

.hover\:tw-text-red:hover {
  --tw-text-opacity: 1;
  color: rgb(217 60 63 / var(--tw-text-opacity, 1));
}

.hover\:tw-text-secondary:hover {
  --tw-text-opacity: 1;
  color: rgb(118 188 108 / var(--tw-text-opacity, 1));
}

.hover\:tw-no-underline:hover {
  text-decoration-line: none;
}

.hover\:tw-shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:tw-z-10:focus {
  z-index: 10;
}

.focus\:tw-outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.tw-group:hover .group-hover\:tw-block {
  display: block;
}

.tw-group:hover .group-hover\:tw-hidden {
  display: none;
}

.tw-group:hover .group-hover\:tw-w-auto {
  width: auto;
}

.tw-group:hover .group-hover\:tw-translate-x-2 {
  --tw-translate-x: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.tw-group:hover .group-hover\:tw-translate-y-2 {
  --tw-translate-y: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.tw-group:hover .group-hover\:tw-pl-3 {
  padding-left: 0.75rem;
}

.tw-group:hover .group-hover\:tw-pr-4 {
  padding-right: 1rem;
}

.tw-group:hover .group-hover\:tw-opacity-100 {
  opacity: 1;
}

@media (min-width: 640px) {
  .sm\:tw-my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .sm\:tw--mt-\[66px\] {
    margin-top: -66px;
  }
  .sm\:tw-mt-5 {
    margin-top: 1.25rem;
  }
  .sm\:tw-mt-6 {
    margin-top: 1.5rem;
  }
  .sm\:tw-inline-block {
    display: inline-block;
  }
  .sm\:tw-h-screen {
    height: 100vh;
  }
  .sm\:tw-w-full {
    width: 100%;
  }
  .sm\:tw-max-w-\[50\%\] {
    max-width: 50%;
  }
  .sm\:tw-max-w-sm {
    max-width: 24rem;
  }
  .sm\:tw-translate-y-0 {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .sm\:tw-scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .sm\:tw-scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .sm\:tw-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:tw-flex-row {
    flex-direction: row;
  }
  .sm\:tw-gap-3 {
    gap: 0.75rem;
  }
  .sm\:tw-object-center {
    -o-object-position: center;
       object-position: center;
  }
  .sm\:tw-p-0 {
    padding: 0px;
  }
  .sm\:tw-p-6 {
    padding: 1.5rem;
  }
  .sm\:tw-text-right {
    text-align: right;
  }
  .sm\:tw-align-middle {
    vertical-align: middle;
  }
}

@media (min-width: 768px) {
  .md\:tw-visible {
    visibility: visible;
  }
  .md\:tw-static {
    position: static;
  }
  .md\:tw-absolute {
    position: absolute;
  }
  .md\:tw-relative {
    position: relative;
  }
  .md\:tw--bottom-12 {
    bottom: -3rem;
  }
  .md\:tw-left-0 {
    left: 0px;
  }
  .md\:tw-top-1\/2 {
    top: 50%;
  }
  .md\:tw-order-1 {
    order: 1;
  }
  .md\:tw-order-first {
    order: -9999;
  }
  .md\:tw-order-last {
    order: 9999;
  }
  .md\:tw-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .md\:\!tw-mt-2 {
    margin-top: 0.5rem !important;
  }
  .md\:tw--ml-\[50px\] {
    margin-left: -50px;
  }
  .md\:tw-mb-0 {
    margin-bottom: 0px;
  }
  .md\:tw-mb-16 {
    margin-bottom: 4rem;
  }
  .md\:tw-mb-8 {
    margin-bottom: 2rem;
  }
  .md\:tw-ml-0 {
    margin-left: 0px;
  }
  .md\:tw-ml-10 {
    margin-left: 2.5rem;
  }
  .md\:tw-ml-\[12\%\] {
    margin-left: 12%;
  }
  .md\:tw-ml-\[4\%\] {
    margin-left: 4%;
  }
  .md\:tw-ml-\[8\%\] {
    margin-left: 8%;
  }
  .md\:tw-ml-auto {
    margin-left: auto;
  }
  .md\:tw-mr-\[12\%\] {
    margin-right: 12%;
  }
  .md\:tw-mr-\[4\%\] {
    margin-right: 4%;
  }
  .md\:tw-mt-0 {
    margin-top: 0px;
  }
  .md\:tw-mt-12 {
    margin-top: 3rem;
  }
  .md\:tw-mt-20 {
    margin-top: 5rem;
  }
  .md\:tw-mt-3 {
    margin-top: 0.75rem;
  }
  .md\:tw-mt-32 {
    margin-top: 8rem;
  }
  .md\:tw-mt-5 {
    margin-top: 1.25rem;
  }
  .md\:tw-mt-\[-90px\] {
    margin-top: -90px;
  }
  .md\:tw-block {
    display: block;
  }
  .md\:tw-inline {
    display: inline;
  }
  .md\:tw-flex {
    display: flex;
  }
  .md\:tw-hidden {
    display: none;
  }
  .md\:tw-size-14 {
    width: 3.5rem;
    height: 3.5rem;
  }
  .md\:tw-size-8 {
    width: 2rem;
    height: 2rem;
  }
  .md\:tw-size-\[111px\] {
    width: 111px;
    height: 111px;
  }
  .md\:tw-size-\[46px\] {
    width: 46px;
    height: 46px;
  }
  .md\:tw-h-24 {
    height: 6rem;
  }
  .md\:tw-h-\[440px\] {
    height: 440px;
  }
  .md\:tw-h-\[542px\] {
    height: 542px;
  }
  .md\:tw-h-\[600px\] {
    height: 600px;
  }
  .md\:tw-h-\[650px\] {
    height: 650px;
  }
  .md\:tw-h-auto {
    height: auto;
  }
  .md\:tw-h-full {
    height: 100%;
  }
  .md\:tw-max-h-\[440px\] {
    max-height: 440px;
  }
  .md\:tw-min-h-\[440px\] {
    min-height: 440px;
  }
  .md\:tw-min-h-\[calc\(100vh-64px\)\] {
    min-height: calc(100vh - 64px);
  }
  .md\:tw-w-1\/2 {
    width: 50%;
  }
  .md\:tw-w-32 {
    width: 8rem;
  }
  .md\:tw-w-80 {
    width: 20rem;
  }
  .md\:tw-w-96 {
    width: 24rem;
  }
  .md\:tw-w-\[80\%\] {
    width: 80%;
  }
  .md\:tw-w-auto {
    width: auto;
  }
  .md\:tw-w-full {
    width: 100%;
  }
  .md\:tw-max-w-\[220px\] {
    max-width: 220px;
  }
  .md\:tw-max-w-\[640px\] {
    max-width: 640px;
  }
  .md\:tw-max-w-md {
    max-width: 28rem;
  }
  .md\:tw-max-w-sm {
    max-width: 24rem;
  }
  .md\:tw--translate-x-1\/2 {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .md\:tw--translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .md\:tw-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:tw-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:tw-grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .md\:tw-flex-row {
    flex-direction: row;
  }
  .md\:tw-items-start {
    align-items: flex-start;
  }
  .md\:tw-justify-start {
    justify-content: flex-start;
  }
  .md\:tw-justify-between {
    justify-content: space-between;
  }
  .md\:tw-gap-0 {
    gap: 0px;
  }
  .md\:tw-gap-12 {
    gap: 3rem;
  }
  .md\:tw-gap-20 {
    gap: 5rem;
  }
  .md\:tw-gap-3 {
    gap: 0.75rem;
  }
  .md\:tw-gap-5 {
    gap: 1.25rem;
  }
  .md\:tw-gap-7 {
    gap: 1.75rem;
  }
  .md\:tw-gap-8 {
    gap: 2rem;
  }
  .md\:tw-gap-y-6 {
    row-gap: 1.5rem;
  }
  .md\:tw-space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:tw-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }
  .md\:tw-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem * var(--tw-space-y-reverse));
  }
  .md\:tw-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem * var(--tw-space-y-reverse));
  }
  .md\:tw-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }
  .md\:tw-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }
  .md\:tw-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }
  .md\:tw-rounded-\[40px\] {
    border-radius: 40px;
  }
  .md\:tw-rounded-\[44px\] {
    border-radius: 44px;
  }
  .md\:tw-rounded-b-\[40px\] {
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }
  .md\:tw-rounded-b-\[44px\] {
    border-bottom-right-radius: 44px;
    border-bottom-left-radius: 44px;
  }
  .md\:tw-rounded-t-\[44px\] {
    border-top-left-radius: 44px;
    border-top-right-radius: 44px;
  }
  .md\:tw-rounded-t-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
  .md\:tw-border-b-0 {
    border-bottom-width: 0px;
  }
  .md\:tw-border-r {
    border-right-width: 1px;
  }
  .md\:tw-bg-transparent {
    background-color: transparent;
  }
  .md\:tw-p-8 {
    padding: 2rem;
  }
  .md\:tw-px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .md\:tw-px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .md\:tw-px-\[50px\] {
    padding-left: 50px;
    padding-right: 50px;
  }
  .md\:tw-px-\[55px\] {
    padding-left: 55px;
    padding-right: 55px;
  }
  .md\:tw-py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .md\:tw-py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .md\:tw-py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .md\:tw-py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .md\:tw-py-\[60px\] {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .md\:tw-pb-28 {
    padding-bottom: 7rem;
  }
  .md\:tw-pb-40 {
    padding-bottom: 10rem;
  }
  .md\:tw-pb-\[120px\] {
    padding-bottom: 120px;
  }
  .md\:tw-pb-\[140px\] {
    padding-bottom: 140px;
  }
  .md\:tw-pl-10 {
    padding-left: 2.5rem;
  }
  .md\:tw-pr-10 {
    padding-right: 2.5rem;
  }
  .md\:tw-pr-20 {
    padding-right: 5rem;
  }
  .md\:tw-pr-32 {
    padding-right: 8rem;
  }
  .md\:tw-pr-4 {
    padding-right: 1rem;
  }
  .md\:tw-pt-0 {
    padding-top: 0px;
  }
  .md\:tw-pt-36 {
    padding-top: 9rem;
  }
  .md\:tw-pt-\[100px\] {
    padding-top: 100px;
  }
  .md\:tw-text-left {
    text-align: left;
  }
  .md\:tw-text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md\:tw-text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
  .md\:tw-text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .md\:tw-leading-tight {
    line-height: 1.25;
  }
}

@media (min-width: 1024px) {
  .lg\:tw--right-8 {
    right: -2rem;
  }
  .lg\:tw-left-12 {
    left: 3rem;
  }
  .lg\:tw--mx-\[49px\] {
    margin-left: -49px;
    margin-right: -49px;
  }
  .lg\:tw-mb-10 {
    margin-bottom: 2.5rem;
  }
  .lg\:tw-mb-16 {
    margin-bottom: 4rem;
  }
  .lg\:tw-mb-40 {
    margin-bottom: 10rem;
  }
  .lg\:tw-ml-14 {
    margin-left: 3.5rem;
  }
  .lg\:tw-ml-\[10\%\] {
    margin-left: 10%;
  }
  .lg\:tw-ml-\[12\%\] {
    margin-left: 12%;
  }
  .lg\:tw-ml-auto {
    margin-left: auto;
  }
  .lg\:tw-mr-\[12\%\] {
    margin-right: 12%;
  }
  .lg\:tw-mt-10 {
    margin-top: 2.5rem;
  }
  .lg\:tw-block {
    display: block;
  }
  .lg\:tw-inline-block {
    display: inline-block;
  }
  .lg\:tw-flex {
    display: flex;
  }
  .lg\:tw-table-cell {
    display: table-cell;
  }
  .lg\:tw-hidden {
    display: none;
  }
  .lg\:tw-size-\[117px\] {
    width: 117px;
    height: 117px;
  }
  .lg\:tw-h-\[85svh\] {
    height: 85svh;
  }
  .lg\:tw-h-\[calc\(100svh-116px\)\] {
    height: calc(100svh - 116px);
  }
  .lg\:tw-h-auto {
    height: auto;
  }
  .lg\:tw-min-h-40 {
    min-height: 10rem;
  }
  .lg\:tw-w-1\/3 {
    width: 33.333333%;
  }
  .lg\:tw-w-2\/3 {
    width: 66.666667%;
  }
  .lg\:tw-w-3\/4 {
    width: 75%;
  }
  .lg\:tw-w-auto {
    width: auto;
  }
  .lg\:tw-max-w-\[380px\] {
    max-width: 380px;
  }
  .lg\:tw-max-w-\[460px\] {
    max-width: 460px;
  }
  .lg\:tw-max-w-\[528px\] {
    max-width: 528px;
  }
  .lg\:tw-max-w-\[650px\] {
    max-width: 650px;
  }
  .lg\:tw-max-w-lg {
    max-width: 32rem;
  }
  .lg\:tw-max-w-none {
    max-width: none;
  }
  .lg\:tw-max-w-xl {
    max-width: 36rem;
  }
  .lg\:tw--translate-x-1\/2 {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:tw--translate-x-\[200\%\] {
    --tw-translate-x: -200%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:tw--translate-y-1\/3 {
    --tw-translate-y: -33.333333%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:tw-translate-y-1\/2 {
    --tw-translate-y: 50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:tw-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:tw-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:tw-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:tw-flex-row {
    flex-direction: row;
  }
  .lg\:tw-items-center {
    align-items: center;
  }
  .lg\:tw-gap-0 {
    gap: 0px;
  }
  .lg\:tw-gap-12 {
    gap: 3rem;
  }
  .lg\:tw-gap-16 {
    gap: 4rem;
  }
  .lg\:tw-gap-2 {
    gap: 0.5rem;
  }
  .lg\:tw-gap-20 {
    gap: 5rem;
  }
  .lg\:tw-gap-6 {
    gap: 1.5rem;
  }
  .lg\:tw-p-4 {
    padding: 1rem;
  }
  .lg\:tw-px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:tw-px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg\:tw-px-\[50px\] {
    padding-left: 50px;
    padding-right: 50px;
  }
  .lg\:tw-px-\[52px\] {
    padding-left: 52px;
    padding-right: 52px;
  }
  .lg\:tw-py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .lg\:tw-py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  .lg\:tw-pb-32 {
    padding-bottom: 8rem;
  }
  .lg\:tw-pb-40 {
    padding-bottom: 10rem;
  }
  .lg\:tw-pr-0 {
    padding-right: 0px;
  }
  .lg\:tw-pt-10 {
    padding-top: 2.5rem;
  }
  .lg\:tw-pt-36 {
    padding-top: 9rem;
  }
  .lg\:tw-pt-9 {
    padding-top: 2.25rem;
  }
  .lg\:tw-text-left {
    text-align: left;
  }
  .lg\:tw-text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .lg\:tw-text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .xl\:tw-h-\[800px\] {
    height: 800px;
  }
  .xl\:tw-w-\[60\%\] {
    width: 60%;
  }
  .xl\:tw-max-w-lg {
    max-width: 32rem;
  }
  .xl\:tw-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:tw-gap-32 {
    gap: 8rem;
  }
  .xl\:tw-gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
  .xl\:tw-whitespace-nowrap {
    white-space: nowrap;
  }
  .xl\:tw-rounded-\[40px\] {
    border-radius: 40px;
  }
  .xl\:tw-rounded-t-\[40px\] {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }
  .xl\:tw-object-left {
    -o-object-position: left;
       object-position: left;
  }
  .xl\:tw-px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .xl\:tw-px-\[100px\] {
    padding-left: 100px;
    padding-right: 100px;
  }
  .xl\:tw-pb-\[200px\] {
    padding-bottom: 200px;
  }
  .xl\:tw-pr-0 {
    padding-right: 0px;
  }
}

@media (min-width: 1350px) {
  .\32xl\:tw-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .\32xl\:tw-ml-20 {
    margin-left: 5rem;
  }
  .\32xl\:tw-px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .\32xl\:tw-text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.\[\&\:last-child\]\:tw-col-span-2:last-child {
  grid-column: span 2 / span 2;
}

.\[\&\:last-child\]\:tw-border-r-0:last-child {
  border-right-width: 0px;
}

@media (min-width: 768px) {
  .md\:\[\&\:last-child\]\:tw-col-span-1:last-child {
    grid-column: span 1 / span 1;
  }
  @media (min-width: 768px) {
    .md\:\[\&\:not\(\:first-child\)\]\:md\:tw-pl-4:not(:first-child) {
      padding-left: 1rem;
    }
  }
}

.\[\&\>\*\:first-of-type\]\:first\:tw-rounded-l-full:first-child>*:first-of-type {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.\[\&\>\*\:first-of-type\]\:last\:tw-rounded-r-full:last-child>*:first-of-type {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.\[\&\>p\]\:tw-mt-0>p {
  margin-top: 0px;
}
