@charset "UTF-8";
/* 
	SETTINGS
*/
/*!
	FrontLauncher
	License: MIT
	Author: Michał Kowalczyk michal@idel.pl>
*/
/**
 * Foundation for Sites
 * Version 6.8.1
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 0;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[data-whatintent=mouse] *, [data-whatintent=mouse] *:focus,
[data-whatintent=touch] *,
[data-whatintent=touch] *:focus,
[data-whatinput=mouse] *,
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *,
[data-whatinput=touch] *:focus {
  outline: none;
}

[draggable=false] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.foundation-mq {
  font-family: "zero=0em&small=28.125em&phone=40.625em&medium=48em&tablet=64em&large=75em&xlarge=90em&xxlarge=120em";
}

html {
  box-sizing: border-box;
  font-size: 16px;
}

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: 700;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #cacaca;
}

@media print, screen and (min-width: 28.125em) {
  h1, .h1 {
    font-size: 1.5rem;
  }
  h2, .h2 {
    font-size: 1.25rem;
  }
  h3, .h3 {
    font-size: 1.1875rem;
  }
  h4, .h4 {
    font-size: 1.125rem;
  }
  h5, .h5 {
    font-size: 1.0625rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 48em) {
  h1, .h1 {
    font-size: 3rem;
  }
  h2, .h2 {
    font-size: 2.5rem;
  }
  h3, .h3 {
    font-size: 1.9375rem;
  }
  h4, .h4 {
    font-size: 1.5625rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: #1468a0;
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 1170px;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: 700;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 20px;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

.cite-block, cite {
  display: block;
  color: #8a8a8a;
  font-size: 0.8125rem;
}
.cite-block:before, cite:before {
  content: "— ";
}

.code-inline, code {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 400;
  color: #0a0a0a;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 400;
  color: #0a0a0a;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

@media print, screen and (min-width: 28.125em) {
  .small-text-left {
    text-align: left;
  }
  .small-text-right {
    text-align: right;
  }
  .small-text-center {
    text-align: center;
  }
  .small-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 40.625em) {
  .phone-text-left {
    text-align: left;
  }
  .phone-text-right {
    text-align: right;
  }
  .phone-text-center {
    text-align: center;
  }
  .phone-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 48em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .tablet-text-left {
    text-align: left;
  }
  .tablet-text-right {
    text-align: right;
  }
  .tablet-text-center {
    text-align: center;
  }
  .tablet-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 75em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 90em) {
  .xlarge-text-left {
    text-align: left;
  }
  .xlarge-text-right {
    text-align: right;
  }
  .xlarge-text-center {
    text-align: center;
  }
  .xlarge-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-print-color-adjust: economy;
            print-color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
  background-color: #1779ba;
  color: #fefefe;
}
.button:hover, .button:focus {
  background-color: #14679e;
  color: #fefefe;
}
.button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
  background-color: #1779ba;
  color: #fefefe;
}
.button.primary:hover, .button.primary:focus {
  background-color: #126195;
  color: #fefefe;
}
.button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
  background-color: #767676;
  color: #fefefe;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: #5e5e5e;
  color: #fefefe;
}
.button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}
.button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}
.button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
  background-color: #cc4b37;
  color: #fefefe;
}
.button.alert:hover, .button.alert:focus {
  background-color: #a53b2a;
  color: #fefefe;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}
.button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
  border: 1px solid #767676;
  color: #767676;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}
.button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #67251a;
  color: #67251a;
}
.button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
  color: #1779ba;
}
.button.clear:hover, .button.clear:focus {
  color: #0c3d5d;
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
  color: #1779ba;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  color: #0c3d5d;
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
  color: #767676;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
  color: #3b3b3b;
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
  color: #3adb76;
}
.button.clear.success:hover, .button.clear.success:focus {
  color: #157539;
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
  color: #ffae00;
}
.button.clear.warning:hover, .button.clear.warning:focus {
  color: #805700;
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
  color: #cc4b37;
}
.button.clear.alert:hover, .button.clear.alert:focus {
  color: #67251a;
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em;
  content: "";
  border-bottom-width: 0;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}
.button.dropdown.hollow::after, .button.dropdown.clear::after {
  border-top-color: #1779ba;
}
.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #1779ba;
}
.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
  border-top-color: #767676;
}
.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
  border-top-color: #3adb76;
}
.button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
  border-top-color: #ffae00;
}
.button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
  border-top-color: #cc4b37;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover, a.button:focus {
  text-decoration: none;
}

body {
  float: left;
  width: 100%;
  margin: 0;
  touch-action: manipulation;
  color: #272A2C;
  display: flex;
  min-width: 360px;
  min-height: 100vh;
  flex-direction: column;
  font-family: "Inter", sans-serif;
}
body:not(.home) {
  background-color: #f1f1f4;
}

.special-after {
  position: absolute;
  bottom: 12%;
  right: 0;
  left: 0;
  height: 2000px;
  z-index: -1;
  background: linear-gradient(180deg, #ffffff 1%, #e1f1f2 21%, #51b1b7 29%, #1897a0 48%, #0B6F7D 58%, #135a65 79%, #272A2C 84%);
}
@media (max-width: 650px) {
  .special-after {
    height: 240%;
  }
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

mark {
  background-color: #fbba00;
  color: #000;
}

main {
  float: left;
  width: 100%;
  flex-grow: 1;
  z-index: 1;
  overflow: hidden;
  position: relative;
  margin-bottom: 650px;
  min-height: 100vh;
  background-color: #f1f1f4;
}
.home main {
  background-color: #fff;
}
main:before {
  content: "";
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  height: 1181px;
  position: absolute;
  background: linear-gradient(180deg, #0B6F7D 14%, #1897A0 28%, #51b1b7 43%, #e1f1f2 77%, #ffffff 84%);
}

.main--zone:before {
  background: linear-gradient(180deg, #e84a29 4%, #737373 32%, #ffffff 81%);
}

.wrapper {
  width: 100%;
  margin: 0px auto;
  max-width: 1210px;
  padding-left: 15px;
  padding-right: 15px;
}
.wrapper--page {
  max-width: 1280px;
}

a {
  color: inherit;
  text-decoration: inherit;
}

.slick-slide img {
  display: inline-block;
}

.clear {
  clear: both;
  overflow: hidden;
  width: 100%;
}

input {
  box-shadow: none;
}

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

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

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

.text-justify {
  text-align: justify;
}

.video-container {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 16px;
}

.ttu {
  text-transform: uppercase;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.fw700 {
  font-weight: 700;
}

.fw800 {
  font-weight: 800;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

samp {
  background: #46a9fc;
  color: rgba(255, 255, 255, 0.9);
}

* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

#toast-container {
  right: 7px;
  left: auto;
  top: 145px;
  width: 300px;
  font-size: 13px;
  z-index: 10000000000 !important;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 450px) {
  #toast-container {
    width: 100%;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
  }
}
#toast-container > div {
  opacity: 1 !important;
}
#toast-container > * {
  background-size: 13px !important;
  padding-left: 40px !important;
}
@media (max-width: 450px) {
  #toast-container .toast {
    width: 100% !important;
  }
  #toast-container .toast:first-child {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
}
#toast-container .toast-message {
  font-weight: 600 !important;
}
@media (max-width: 450px) {
  #toast-container .toast-message {
    width: 100% !important;
  }
}
#toast-container .toast-close-button {
  font-size: 15px;
  font-weight: normal;
}

.scrolled #toast-container {
  top: 15px;
}
@media (max-width: 1024px) {
  .scrolled #toast-container {
    top: 25px;
  }
}

.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.icon svg {
  width: 100% !important;
  height: 100% !important;
  transition: all 0.25s ease-in-out;
}
.icon path,
.icon rect {
  fill: inherit !important;
}
.icon #icon_scope path,
.icon #icon_scope rect {
  stroke: inherit !important;
}

.disabled {
  cursor: not-allowed !important;
}

.template--hidden {
  display: none;
}

.date-cancel {
  width: 25px;
  height: 25px;
  cursor: pointer;
  margin-left: 15px;
  display: inline-block;
  color: #ec5840;
  vertical-align: middle;
}
.date-cancel svg {
  width: 100%;
  height: 100%;
}

.fancybox-button {
  width: 80px !important;
  height: 58px !important;
  background-color: transparent !important;
}

.fancybox-toolbar {
  opacity: 1 !important;
  visibility: visible !important;
}

.fancybox-button svg {
  height: auto !important;
}

.fancybox-container .fancybox-button svg path {
  fill: #fff !important;
}
.fancybox-container .fancybox-slide--iframe {
  padding: 0 !important;
}
.fancybox-container .fancybox-slide--iframe:before {
  display: none !important;
}
.fancybox-container .fancybox-slide--iframe .fancybox-content {
  max-width: 100vw;
  margin: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  background-color: transparent !important;
}
.fancybox-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}
.fancybox-content .card {
  display: block;
  width: 100%;
  max-width: 1181px;
  margin: 0px auto;
  float: none;
}
.fancybox-content h1,
.fancybox-content h2,
.fancybox-content h3,
.fancybox-content h4,
.fancybox-content h5 {
  font-family: "Open Sans";
  font-weight: bold;
  line-height: 30px;
  text-align: left;
  color: #000;
  margin-bottom: 45px;
}
.fancybox-content h2 {
  font-size: 26px;
}
.fancybox-content h3 {
  font-size: 24px;
}
.fancybox-content h4 {
  font-size: 20px;
}
.fancybox-content h5 {
  font-size: 18px;
}

.text-player {
  width: 100%;
}
.text-player__title {
  font-size: 18px;
  font-weight: 500;
}
.text-player__label {
  font-size: 14px;
  color: #d3d3d3;
}
.text-player iframe {
  margin-top: 5px !important;
  margin-bottom: 20px !important;
}

.cookieConsentContainer {
  z-index: 999;
  width: 350px;
  min-height: 20px;
  box-sizing: border-box;
  padding: 30px 30px 30px 30px;
  background-color: rgba(95, 47, 136, 0.9);
  border-radius: 30px;
  overflow: hidden;
  position: fixed;
  bottom: 30px;
  left: 30px;
  display: none;
}

.cookieConsentContainer .cookieTitle a {
  font-family: OpenSans, arial, "sans-serif";
  color: #fff;
  font-size: 22px;
  line-height: 20px;
  display: block;
}

.cookieConsentContainer .cookieDesc p {
  margin: 0;
  padding: 0;
  font-family: OpenSans, arial, "sans-serif";
  color: #FFFFFF;
  font-size: 13px;
  line-height: 20px;
  display: block;
  margin-top: 10px;
}

.cookieConsentContainer .cookieDesc a {
  font-family: OpenSans, arial, "sans-serif";
  color: #FFFFFF;
  text-decoration: underline;
}

.cookieConsentContainer .cookieButton a {
  display: inline-block;
  font-family: OpenSans, arial, "sans-serif";
  color: #000;
  font-size: 14px;
  font-weight: bold;
  margin-top: 14px;
  background: #fff;
  box-sizing: border-box;
  padding: 12px 24px;
  border-radius: 35px;
  text-align: center;
  display: block;
  transition: background 0.3s;
}

.cookieConsentContainer .cookieButton a:hover {
  cursor: pointer;
  background: #5F2F88;
  color: white;
}

@media (max-width: 980px) {
  .cookieConsentContainer {
    bottom: 0px !important;
    left: 0px !important;
    width: 100% !important;
  }
}
@font-face {
  font-family: "All Round Gothic";
  src: url("/static/4387b781fdcc752283b72bdc76757065.eot"); /* IE9*/
  src: url("/static/4387b781fdcc752283b72bdc76757065.eot?#iefix") format("embedded-opentype"), url("/static/4387b781fdcc752283b72bdc76757065.woff2") format("woff2"), url("/static/4387b781fdcc752283b72bdc76757065.woff") format("woff"), url("/static/4387b781fdcc752283b72bdc76757065.ttf") format("truetype"), url("/static/4387b781fdcc752283b72bdc76757065.svg#All Round Gothic") format("svg"); /* iOS 4.1- */
}
.relative {
  position: relative;
}

.overflow {
  overflow: hidden;
}

.tableHelper {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}

.cellHelper {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

footer {
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  color: #fff;
  overflow: auto;
  position: fixed;
  max-height: 100vh;
  background-color: #272A2C;
}
footer .wrapper {
  overflow: hidden;
}

.footer__section {
  width: 100%;
  padding: 106px 0;
  background-color: #272A2C;
}
.footer__section .title {
  float: left;
}
.footer__section--color {
  background-color: #E74926;
}
.footer__section--color .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 650px) {
  .footer__section--color .wrapper {
    flex-wrap: wrap;
  }
}
.footer__section--color .wrapper a:hover {
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 650px) {
  .footer__section {
    text-align: center;
    padding: 80px 0 100px;
  }
}
.footer__text {
  float: left;
  width: 100%;
  font-size: 18px;
}
.footer__text a {
  clear: both;
  display: block;
  font-weight: bold;
}
.footer__text a:hover {
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 650px) {
  .footer__left {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
  }
}
.footer__socials-single {
  margin-left: 40px;
}
.footer__socials-single.instagram svg {
  width: 60px;
  height: 60px;
}
.footer__socials-single.facebook svg {
  width: 55px;
  height: 55px;
}
.footer__socials svg {
  width: 70px;
  height: 70px;
}
@media (max-width: 650px) {
  .footer__socials {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

.header {
  color: #fff;
  position: relative;
  z-index: 100;
}
.header a {
  color: inherit;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
.header a:hover {
  color: #272A2C;
  fill: #272A2C;
}
.header a:hover svg {
  fill: #272A2C;
}
.header__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
}
@media (max-width: 1024px) {
  .header__top {
    padding: 20px 0;
  }
  .header__top .mobile-menu {
    display: flex;
    align-items: center;
  }
}
.header__bottom {
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  .header__bottom {
    display: none;
  }
}
.header__logo {
  display: flex;
  align-items: center;
}
.header__logo-icon {
  width: 61px;
  height: 61px;
  margin-right: 16px;
  fill: #fff;
}
.header__logo-text {
  font-size: 24px;
  font-weight: 300;
  line-height: 24px;
}
.header__logo-text strong {
  font-weight: 500;
}
.header__quicklinks {
  display: flex;
  gap: 40px;
  align-items: center;
}
@media (max-width: 1024px) {
  .header__quicklinks {
    display: none;
  }
}
.header__quicklinks .quicklink {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header__quicklinks .quicklink svg {
  width: 24px;
  height: 24px;
  fill: #fff;
  margin-bottom: 12px;
}
.header__quicklinks .quicklink span {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
.header__icons {
  display: flex;
  gap: 32px;
  align-items: center;
}
@media (max-width: 1024px) {
  .header__icons a {
    display: none;
  }
  .header__icons .main__menu-search {
    display: flex;
  }
}
.header__icons a svg {
  width: 25px;
  height: 25px;
  fill: #fff;
  transition: opacity 0.3s;
}
.header__icons a:hover svg {
  fill: #272A2C;
}
.header .main__menu-search {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
  margin: 0;
}
.header .main__menu-search svg {
  width: 20px !important;
  height: 20px !important;
  fill: #fff;
}
.header .main__menu-search:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.header__nav {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}
.header__nav .header__menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__nav .header__menu .menu__item {
  position: relative;
  font-size: 20px;
  margin-right: 64px;
  transition: margin-right 0.3s ease;
}
.header__nav .header__menu .menu__item:last-child {
  margin-right: 0;
}
@media (max-width: 1200px) {
  .header__nav .header__menu .menu__item {
    margin-right: 28px;
  }
}
.header__nav .header__menu .menu__item a {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 10px 0px;
}
.header__nav .header__menu .menu__item a .submenu-icon {
  display: none;
  margin-left: 12px;
  width: 12px;
  height: 12px;
  fill: #fff;
  stroke-width: 2;
  transition: transform 0.3s;
}
.header__nav .header__menu .menu__item:has(> .submenu) > a .submenu-icon {
  display: inline-block;
}
.header__nav .header__menu .menu__item.open > a .submenu-icon {
  transform: rotate(180deg);
}
.header__nav .header__menu .menu__item .submenu {
  position: absolute;
  top: 120%;
  left: 0;
  right: auto;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  min-width: 280px;
  z-index: 100;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  display: flex;
  flex-direction: row;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}
@media (max-width: 1024px) {
  .header__nav .header__menu .menu__item .submenu {
    position: static;
    flex-direction: column;
  }
}
.header__nav .header__menu .menu__item .submenu.submenu--left {
  left: auto;
  right: 0;
}
.header__nav .header__menu .menu__item .submenu__left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 20px 13px;
  background-color: transparent;
  position: relative;
}
@media (max-width: 1024px) {
  .header__nav .header__menu .menu__item .submenu__left {
    display: none;
  }
}
.header__nav .header__menu .menu__item .submenu__left::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  bottom: 20px;
  width: 5px;
  background-color: #E94E1B;
}
.header__nav .header__menu .menu__item .submenu__left .submenu__label {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-weight: 600;
  font-size: 18px;
  color: #E94E1B;
  white-space: nowrap;
  z-index: 1;
  padding-left: 8px;
}
@media (max-width: 1024px) {
  .header__nav .header__menu .menu__item .submenu__left {
    flex-direction: row;
    align-items: flex-start;
  }
  .header__nav .header__menu .menu__item .submenu__left::before {
    width: 100%;
    height: 5px;
    left: 0;
    top: 0;
    bottom: auto;
    border-radius: 0;
  }
  .header__nav .header__menu .menu__item .submenu__left .submenu__label {
    writing-mode: initial;
    transform: none;
    padding-left: 8px;
    padding-top: 8px;
  }
}
.header__nav .header__menu .menu__item .submenu__right {
  list-style: none;
  padding: 6px 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .header__nav .header__menu .menu__item .submenu__right {
    color: #fff;
  }
}
.header__nav .header__menu .menu__item .submenu__right li {
  padding-right: 30px;
  text-align: left;
}
@media (max-width: 1024px) {
  .header__nav .header__menu .menu__item .submenu__right li {
    padding-right: 0px;
  }
}
.header__nav .header__menu .menu__item .submenu__right li a {
  font-size: 16px;
  white-space: nowrap;
  color: #335254;
}
@media (max-width: 1024px) {
  .header__nav .header__menu .menu__item .submenu__right li a {
    padding: 8px 20px;
  }
}
.header__nav .header__menu .menu__item .submenu__right li a:hover {
  color: #E94E1B;
}
.header__nav .header__menu .menu__item .submenu__right li a.active {
  font-weight: 600;
}
.header__nav .header__menu .menu__item.open .submenu {
  max-height: 800px;
  opacity: 1;
}

.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1001;
  margin-left: 20px;
}
.hamburger span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 2px;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .hamburger {
    display: flex;
  }
}
.hamburger.is-active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.hamburger.is-active span:nth-child(2) {
  opacity: 0;
}
.hamburger.is-active span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

.mobile-modal {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  background-color: #E94E1B;
  color: #fff;
  z-index: 2000;
  transform: translateX(100%);
  transition: transform 0.4s ease-in-out, opacity 0.3s ease;
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
}
.mobile-modal.is-active {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}
.mobile-modal__backdrop {
  position: fixed;
  inset: 0;
  z-index: -1;
}
.mobile-modal__content {
  position: relative;
  padding: 100px 20px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  min-height: 100vh;
}
.mobile-modal__close {
  position: absolute;
  top: 0px;
  right: 20px;
  background: none;
  color: #fff;
  border: none;
  font-size: 64px;
  cursor: pointer;
  z-index: 10;
  font-weight: 100;
}
.mobile-modal .header__quicklinks {
  display: flex;
  gap: 24px;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: space-around;
}
.mobile-modal .header__quicklinks .quicklink {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.mobile-modal .header__quicklinks .quicklink svg {
  width: 24px;
  height: 24px;
  fill: #fff;
}
.mobile-modal .header__quicklinks .quicklink span {
  white-space: nowrap;
}
.mobile-modal .header__quicklinks .quicklink:hover {
  color: #272A2C;
}
.mobile-modal .mobile-modal__icons {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: space-around;
}
.mobile-modal .mobile-modal__icons svg {
  width: 24px;
  height: 24px;
  fill: #fff;
}
.mobile-modal .mobile-modal__icons span {
  white-space: nowrap;
}
.mobile-modal .mobile-modal__icons:hover {
  color: #272A2C;
}
.mobile-modal .header__menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mobile-modal .header__menu .menu__item {
  position: static;
  margin-right: 0px;
}
.mobile-modal .header__menu .menu__item a {
  display: flex;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
.mobile-modal .header__menu .menu__item a .submenu-icon {
  width: 12px;
  height: 12px;
  fill: #fff;
  transition: transform 0.3s;
}
.mobile-modal .header__menu .menu__item a:hover {
  color: #272A2C;
}

.custom-header {
  background: #0b6f7d;
  padding-bottom: 25px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1024px) {
  .custom-header {
    padding-bottom: 0px;
  }
}

.alert {
  width: 100%;
  color: #fff;
  display: flex;
  padding: 15px 20px;
  border-radius: 10px;
  align-items: center;
  margin: 20px 0;
  justify-content: center;
  background-color: #0B6F7D;
}
.alert span {
  font-weight: 600;
}
.alert--success {
  background: #3adb76;
}
.alert--info {
  background: #81d4fa;
}
.alert--warning {
  background: #ffae00;
}
.alert--alert {
  background: #ec5840;
}
.alert--special {
  background: #335254;
}

.btn {
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 1024px) {
  .btn:active {
    transform: scale(0.8);
  }
}
.btn--1 {
  height: 43px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  min-width: 239px;
  float: left;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
}
.btn--orange {
  color: #fff;
  background-color: #E74926;
}
.btn--border {
  color: #272A2C !important;
  background-color: #fff;
  border: 1px solid #272A2C;
  box-shadow: 7px 3px 10px 1px rgba(0, 0, 0, 0.2) !important;
}
.btn--border:hover {
  box-shadow: 10px 5px 10px 1px rgba(0, 0, 0, 0.2) !important;
}
.btn--small {
  min-width: 40px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  border-radius: 100%;
  justify-content: center;
  margin-left: 10px;
}
.btn--small svg {
  width: 25px;
  height: 25px;
}
.btn--black {
  color: #fff;
  background-color: #000;
}
.btn--white {
  background-color: #fff;
  color: #272A2C;
}
.btn--white:hover {
  color: #272A2C !important;
}
.btn--red {
  background-color: #ec5840;
  color: #fff;
}
.btn--red:hover {
  color: #272A2C !important;
}
.btn:hover {
  color: #fff;
  box-shadow: 7px 3px 10px 1px rgba(0, 0, 0, 0.2);
}

.content-audio {
  width: 100%;
  margin: 10px 0;
  clear: both;
}

.content-audio audio {
  width: 100%;
}

.content-video {
  width: 100%;
  margin: 10px 0;
  clear: both;
}

.content-video video {
  width: 100%;
  aspect-ratio: 16/9;
}

.custom-table {
  width: 100%;
  display: flex;
  margin-bottom: 70px;
  flex-direction: column;
}
.custom-table__row {
  padding: 10px 0;
  width: 100%;
  display: flex;
  font-size: 20px;
  -moz-column-gap: 24px;
       column-gap: 24px;
  align-items: center;
}
@media (max-width: 768px) {
  .custom-table__row {
    -moz-column-gap: 0;
         column-gap: 0;
    font-size: 16px;
    flex-wrap: wrap;
  }
}
.custom-table__row:not(.custom-table__row--head) {
  border-bottom: 1px solid #E74926;
}
.custom-table__row--head {
  font-weight: bold;
}
@media (max-width: 768px) {
  .custom-table__row--head {
    display: none;
  }
}
.custom-table__column--left {
  text-align: left !important;
}
.custom-table__column--color {
  color: #E74926;
  text-transform: uppercase;
}
.custom-table__column--small {
  flex-shrink: 0;
  width: 72px;
  font-size: 24px;
  font-weight: bold;
  color: #E74926;
}
.custom-table__column--medium {
  flex-shrink: 0;
  width: 143px;
  text-align: center;
}
@media (max-width: 768px) {
  .custom-table__column--medium {
    text-align: left;
  }
}
.custom-table__column--large {
  flex-grow: 1;
}
.custom-table__column--btn {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .custom-table__column--btn {
    order: 0 !important;
    width: 150px !important;
  }
}
.custom-table__column--btn .btn {
  height: 26px;
  font-size: 9px;
  min-width: 139px;
}
@media (max-width: 768px) {
  .custom-table__column {
    order: 1;
    width: 100%;
  }
  .custom-table__column:first-child {
    order: 0;
    width: calc(100% - 150px);
  }
  .custom-table__column.rwd-5 {
    order: 5;
  }
  .custom-table__column.rwd-1 {
    order: 0 !important;
    width: calc(100% - 150px);
  }
}

.error:not(.input) {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.error__title {
  font-size: 79px;
  margin-top: 50px;
  line-height: 72px;
  color: #5F2F88;
  margin-bottom: 40px;
  font-family: "All Round Gothic";
}
@media (max-width: 1024px) {
  .error__title {
    font-size: 50px;
  }
}
.error__text {
  font-size: 22px;
  color: #606060;
  line-height: 28px;
  margin-bottom: 55px;
}
@media (max-width: 1024px) {
  .error__text {
    font-size: 18px;
  }
}
.error__logo {
  margin-bottom: 30px;
}
@media (max-width: 650px) {
  .error__image {
    padding: 0 15px;
  }
  .error__image img {
    float: left;
    width: 100%;
    max-width: 100%;
  }
}
.error:not(.input) > * {
  float: left;
  width: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
}
.error:not(.input) > * .btn {
  max-width: 195px;
}
.error:not(.input) > * .btn .icon {
  fill: #fff;
  width: 15px;
  height: 15px;
  line-height: 0;
  margin-right: 35px;
  transform: rotate(-90deg);
}

.form {
  float: left;
  width: 100%;
  position: relative;
}
.form .input {
  float: left;
  width: 100%;
}
.form .input input:focus ~ .form__label, .form .input textarea:focus ~ .form__label {
  font-size: 12px;
  top: -20px;
  bottom: 100%;
}
.form__title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 50px;
}
.form__label {
  position: absolute;
  top: 0;
  left: 30px;
  right: 30px;
  bottom: 0;
  display: flex;
  align-items: center;
  font-weight: 500;
  pointer-events: none;
  transition: all 0.25s ease-in-out;
}
.form__label span {
  font-size: 12px;
  color: #d3d3d3;
  margin-left: 10px;
}
.form__text {
  float: left;
  width: 100%;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 1.8em;
}
.form__row {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.form__row.remind {
  margin-top: 7px;
  margin-bottom: 41px;
}
.form__row.remind a {
  font-size: 14px;
  font-weight: 500;
  color: #5F2F88;
}
.form__row.remind a:hover {
  color: #000;
}
.form__divider {
  float: left;
  width: 100%;
  margin-top: 29px;
}

.main__menu-trigger {
  width: 106px;
  height: 106px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 1000001;
}
@media (max-width: 1024px) {
  .main__menu-trigger {
    top: 5px;
    width: 52px;
    height: 20px;
  }
}
.main__menu-trigger span {
  width: 100%;
  height: 8px;
  margin: 8px 0;
  border-radius: 5px;
  transform-origin: center;
  background-color: #E74926;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 1024px) {
  .main__menu-trigger span {
    transform: translateY(-12px) rotate(0);
  }
}
.main--zone .main__menu-trigger span {
  background-color: #0B6F7D;
}
@media (min-width: 1024px) {
  .main__menu-trigger span:last-child {
    transform: translateY(12px) rotate(0);
  }
}
@media (max-width: 1024px) {
  .main__menu-trigger span {
    height: 4px;
    margin: auto;
    transform: translateY(-2px) rotate(0);
  }
  .main__menu-trigger span:last-child {
    transform: translateY(10px) rotate(0);
  }
}
.main--blue .main__menu-trigger span, .main--orange .main__menu-trigger span, .main--dark .main__menu-trigger span {
  background-color: #fff;
}
.main--yellow .main__menu-trigger span, .main--gray .main__menu-trigger span {
  background-color: #0B6F7D;
}
.main__menu-trigger.is-active span {
  transform: translate(0) rotate(45deg);
  background-color: #fff;
}
.main__menu-trigger.is-active span:last-child {
  transform: translate(0) rotate(-45deg);
}

.input {
  position: relative;
  margin-bottom: 40px;
}
.input ::-moz-placeholder {
  opacity: 1 !important;
  color: #272A2C;
}
.input ::placeholder {
  opacity: 1 !important;
  color: #272A2C;
}
.input select, .input input, .input textarea:not(.select2-search__field), .input .select2-container {
  margin: 0;
  width: 100%;
  padding: 0 10px;
  min-height: 45px;
  border-radius: 40px;
  border: 1px solid #272A2C;
}
.input input[type=file] {
  padding-top: 8px;
}
.input textarea:not(.select2-search__field) {
  min-height: 300px;
  padding-top: 20px;
  border-radius: 20px;
}
.input .select2-selection__arrow {
  height: 45px !important;
}
.input .select2-selection--single, .input .select2-selection--multiple {
  border: 0 !important;
  height: 45px !important;
  background-color: transparent !important;
}
.input .select2-selection__rendered {
  line-height: 45px !important;
  padding-left: 0 !important;
  float: left;
}
.input .select2-selection--multiple {
  padding-bottom: 0 !important;
}
.input .select2-selection--multiple textarea {
  height: 45px !important;
  min-height: 45px !important;
  margin-top: 0;
}
.input .select2-selection--multiple .select2-selection__rendered {
  margin: 0 !important;
  line-height: 1em;
  height: 100%;
  align-items: center;
  display: flex !important;
}
.input .select2-selection--multiple .select2-selection__rendered span {
  font-size: 15px;
  line-height: 1.2em;
}
.input .select2-selection--multiple .select2-selection__choice {
  color: #fff !important;
  line-height: 1.2em;
  margin-top: 0 !important;
  border-color: #E74926 !important;
  background-color: #E74926 !important;
}
.input .select2-selection--multiple .select2-selection__choice button {
  color: #fff !important;
  border-right: 0 !important;
}
.input .select2-selection--multiple .select2-selection__choice button:hover {
  background-color: #E74926 !important;
}
.input .input-error {
  float: left;
  width: 100%;
  color: #fff;
  padding: 0 10px;
  font-size: 12px;
  text-align: left;
  position: relative;
  background: #da261c;
  opacity: 0;
  height: 0;
  transition: all 0.25s ease-in-out;
}
.input .input-error:before {
  content: "";
  left: 0;
  width: 0;
  height: 0;
  bottom: 99.5%;
  position: absolute;
  border-style: solid;
  border-width: 20px 0 0 20px;
  border-color: transparent transparent transparent #da261c;
  opacity: 0;
}
.input .input-error:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 99.5%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #da261c transparent;
  opacity: 0;
}
.input .input-label {
  font-size: 20px;
  padding: 0 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.input.checkbox {
  position: relative;
  display: flex;
  align-items: center;
}
.input.checkbox input {
  position: absolute;
  z-index: -10;
  opacity: 0;
  top: 0;
  left: 0;
}
.input.checkbox input:checked + .square:before {
  opacity: 1;
  transform: scale(1);
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
}
.input.checkbox .text {
  float: left;
  font-size: 12px;
  text-align: left;
  cursor: pointer;
  font-weight: 500;
}
.input.checkbox .text a {
  color: #5F2F88;
}
.input.checkbox .square {
  float: left;
  width: 25px;
  height: 25px;
  position: relative;
  border-radius: 3px;
  margin-right: 16px;
  border: 2px solid #5F2F88;
  cursor: pointer;
  background: #fff;
}
.input.checkbox .square:before {
  content: "";
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  position: absolute;
  background: #eaeaea;
  transform-origin: center;
  transition: all 0.25s ease-in-out;
}
.input.select {
  float: left;
  width: auto;
  min-width: 108px;
  position: relative;
}
.input.select select {
  background-image: none;
  padding: 0 15px;
  height: 37px;
  font-size: 19px;
  font-weight: 600;
  border-radius: 40px;
  padding-right: 35px;
  border-color: #fff;
  transition: all 0.25s ease-in-out;
}
.input.select .icon {
  fill: none;
  top: 0;
  bottom: 0;
  width: 15px;
  right: 13px;
  margin: auto;
  display: flex;
  margin: auto;
  position: absolute;
  align-items: center;
}
.input.select .icon path {
  stroke: #5F2F88;
}
.input.switch {
  color: #fff;
  display: flex;
  font-size: 16px;
  font-weight: 300;
  position: relative;
  align-items: center;
  background-color: inherit;
}
@media (max-width: 1024px) {
  .input.switch {
    font-size: 14px;
    font-weight: 400;
  }
}
.input.switch input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.input.switch input:checked + .switch__rail span {
  left: calc(100% - 15px);
}
.input.switch .switch__rail {
  margin: 0 10px;
  min-width: 52px;
  min-height: 18px;
  position: relative;
  border-radius: 10px;
  display: inline-block;
  background-color: #fff;
  background-color: inherit;
}
.input.switch .switch__rail:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  border-radius: 10px;
  background-color: #fff;
}
.input.switch .switch__rail span {
  z-index: 1;
  position: absolute;
  background-color: inherit;
  left: 4px;
  top: 2px;
  bottom: 2px;
  width: 11px;
  height: 11px;
  margin: auto;
  border-radius: 100%;
  transition: all 0.15s ease-in-out;
}
.input.switch .switch__rail input:checked + .switch__rail span {
  right: 4px;
  left: auto;
}
.input.error input, .input.error textarea {
  border-color: #da261c !important;
}
.input.error ::-moz-placeholder {
  opacity: 1;
  color: #da261c;
}
.input.error ::placeholder {
  opacity: 1;
  color: #da261c;
}
.input.error .input-error {
  height: auto;
  opacity: 1;
}
.input.error .input-error:after, .input.error .input-error:before {
  opacity: 1;
}
.input.error:not(.checkbox) input, .input.error:not(.checkbox) textarea {
  border-color: #5F2F88;
}
.input.error.checkbox .input-error {
  margin-top: 10px;
}
.input.error.checkbox .input-error:after {
  display: none;
}
.input--submit {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}

.select__group {
  display: flex;
  align-items: center;
}
.select__group .label {
  font-size: 16px;
  color: #606060;
  margin-right: 18px;
}

.multi-select {
  position: relative;
  filter: drop-shadow(rgba(0, 0, 0, 0.25) 0 3px 11px);
}
.multi-select__target {
  top: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
  width: 320px;
  position: absolute;
  list-style-type: none;
  background-color: #fff;
  max-height: 320px;
  overflow-y: auto;
  transition: all 0.25s ease-in-out;
  opacity: 0;
  pointer-events: none;
}
.multi-select__target li {
  font-size: 14px;
  padding: 2px 10px;
  transition: all 0.25s ease-in-out;
}
.multi-select__target li:hover {
  background-color: rgba(11, 111, 125, 0.4);
}
.multi-select__target li + li {
  border-top: 1px solid #272A2C;
}
.multi-select ::-moz-placeholder {
  opacity: 1 !important;
  color: inherit;
}
.multi-select ::placeholder {
  opacity: 1 !important;
  color: inherit;
}
.multi-select__input {
  padding-right: 10px;
}
.multi-select.active .multi-select__target {
  opacity: 1;
  pointer-events: auto;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.lds-ring.dark {
  opacity: 0;
  transform: scale(0);
  transition: all 0.25s ease-in-out;
}
.lds-ring.dark:not(.green):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 1px;
  height: 1px;
  margin: auto;
  border-radius: 100%;
  box-shadow: 1px -1px 200px 100px #fff;
}
.lds-ring.dark.act {
  opacity: 1;
  transform: scale(1);
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}

.lds-ring.dark div {
  border: 6px solid #5F2F88;
  border-color: #5F2F88 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.main__menu {
  width: 100%;
  height: 100%;
  display: flex;
  color: #fff;
  position: fixed;
  z-index: 100000;
  text-align: right;
  max-height: 265px;
  align-items: center;
  border-radius: 100px;
  padding: 15px 0 30px;
  flex-direction: column;
  max-width: 52px !important;
  background-color: #26292B;
  filter: drop-shadow(rgba(0, 0, 0, 0.25) 0 2px 8px);
  transition: all 0.35s ease-in-out;
}
@media (max-width: 1024px) {
  .main__menu {
    max-width: 40px !important;
    padding: 10px 5px 32px;
    max-height: 250px;
  }
}
@media (max-width: 1024px) {
  .main__menu {
    height: 40px;
    padding: 4px 0;
  }
}
.main--home .main__menu, .main--zone .main__menu {
  top: 50px;
}
@media (max-width: 1024px) {
  .main--home .main__menu, .main--zone .main__menu {
    top: 33px;
    height: 100%;
    padding: 16px 0;
  }
}
@media (max-width: 1024px) {
  .main--zone .main__menu {
    top: 0 1important;
  }
}
.main__menu__holder {
  width: 100%;
  max-width: 52px;
}
.main--details .main__menu {
  padding: 0;
  height: 52px;
  justify-content: center;
  top: 0;
}
@media (max-width: 1024px) {
  .main--details .main__menu {
    height: 40px;
  }
}
.main__menu--fixed {
  top: 20px;
  height: 52px;
  position: fixed;
  padding: 10px 0 !important;
}
@media (max-width: 1024px) {
  .main__menu--fixed {
    height: 40px !important;
    padding: 5px 0 !important;
  }
}
.main--blue .main__menu, .main--orange .main__menu, .main--dark .main__menu {
  background-color: #fff;
}
.main--blue .main__menu .main__menu-barlogo, .main--orange .main__menu .main__menu-barlogo, .main--dark .main__menu .main__menu-barlogo {
  color: #1897A0;
}
.main--yellow .main__menu, .main--gray .main__menu {
  background-color: #0B6F7D;
}
.main--yellow .main__menu .main__menu-barlogo, .main--gray .main__menu .main__menu-barlogo {
  color: #FBD6B4;
}
.top .main__menu {
  left: 9px;
  position: absolute;
}
@media (max-width: 1024px) {
  .top .main__menu {
    left: 20px;
  }
}
.main__menu-barlogo {
  width: 34px;
  height: 34px;
}
.main__menu-barlogo:hover {
  color: #fff;
}
.main__menu-barlogo svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .main__menu-barlogo {
    width: 32px;
    height: 32px;
  }
}
.main__menu-search {
  width: 24px;
  height: 24px;
  margin-top: 24px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
.main__menu-search svg {
  width: 100%;
  height: 100%;
}
.main--details .main__menu-search {
  display: none;
}
@media (max-width: 1024px) {
  .main__menu-search {
    display: none;
  }
}
.main__menu--fixed .main__menu-search {
  opacity: 0;
  pointer-events: none;
  transform: translateY(10%);
}
.main__menu-social {
  width: 16px;
  height: 16px;
  margin-top: 30px;
  transition: all 0.25s ease-in-out;
}
.main__menu-social--mail {
  width: 19px;
  height: 18px;
}
.main--details .main__menu-social {
  display: none;
}
@media (max-width: 1024px) {
  .main__menu-social {
    display: none;
  }
  .main--home .main__menu-social, .main--zone .main__menu-social {
    display: block;
  }
}
.main__menu--fixed .main__menu-social {
  opacity: 0;
  pointer-events: none;
  transform: translateY(10%);
}
.main__menu-social svg {
  width: 100%;
  height: 100%;
}
.main__menu-aditional {
  text-align: right;
  transition: all 0.25s ease-in-out;
}
.main--details .main__menu-aditional {
  display: none;
}
.main__menu--fixed .main__menu-aditional {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .main__menu-aditional {
    display: none;
  }
  .main--home .main__menu-aditional, .main--zone .main__menu-aditional {
    display: block;
  }
}
.main__menu-aditional a {
  display: block;
}
.main__menu-aditional a:hover {
  color: #fff;
  text-decoration: underline;
}
.main__menu-bottom {
  flex-grow: 1;
  color: #F2F2F5;
  writing-mode: vertical-lr;
  transform-origin: top left;
}
.main--details .main__menu-bottom, .main__menu--fixed .main__menu-bottom {
  display: none !important;
}
@media (max-width: 1024px) {
  .main__menu-bottom {
    display: none;
  }
  .main--home .main__menu-bottom, .main--zone .main__menu-bottom {
    display: block;
  }
}

.search-bar {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  display: flex;
  position: fixed;
  padding: 0 10px;
  align-items: flex-start;
  justify-content: center;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-100%);
  transition: all 0.25s ease-in-out;
}
.search-bar--active {
  opacity: 1;
  z-index: 10000000;
  pointer-events: auto;
  transform: translateY(0);
}
.search-bar form {
  width: 100%;
  display: flex;
  padding: 80px 0;
  max-width: 1080px;
}
@media (max-width: 1024px) {
  .search-bar form {
    flex-wrap: wrap;
    max-width: 650px;
  }
}
.search-bar form > .input {
  width: 80%;
}
@media (max-width: 1024px) {
  .search-bar form > .input {
    width: 100% !important;
  }
}
.search-bar form .input.btn {
  padding-left: 10px;
  width: 20%;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .search-bar form .input.btn {
    padding-left: 0;
  }
  .search-bar form .input.btn button.btn {
    flex-grow: 1;
  }
}

.wrapper--menu {
  display: flex;
}
@media (max-width: 1024px) {
  .wrapper--menu {
    display: block;
  }
}

.menu {
  top: 0;
  left: 0;
  color: #fff;
  width: 100vw;
  height: 100vh;
  z-index: 1000000;
  position: fixed;
  pointer-events: none;
  background-color: #E74926;
  transition: all 0.55s ease-in-out;
  transform: translateX(100%);
  overflow: auto;
}
.menu .wrapper {
  padding: 90px 125px;
}
.header--active .menu {
  pointer-events: all;
  transform: translateX(0);
}
.menu__logo {
  margin-bottom: 40px;
}
.menu__nav {
  width: 100%;
}
@media (max-width: 1024px) {
  .menu {
    padding: 0;
  }
  .menu .wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 450px) {
  .menu {
    padding: 0;
  }
}
.menu__left {
  display: flex;
  margin-right: 70px;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .menu__left {
    margin-right: 0;
    width: 100%;
    justify-content: center;
  }
}
.menu__left a {
  font-size: 21px;
  position: relative;
  text-transform: uppercase;
}
.menu__left a:not(.menu__logo) {
  margin-bottom: 10px;
  opacity: 0;
  transform: translateY(150%);
  transition: all 0.3s ease-in-out;
  transition-delay: 0.5s;
}
.header--active .menu__left a:not(.menu__logo) {
  opacity: 1;
  transform: translateY(0);
}
.menu__left a:hover {
  color: #335254;
}
.menu__left a:active, .menu__left a:focus {
  color: #335254;
}
.menu__center {
  display: flex;
  align-items: center;
  margin: 40px 0 50px;
}
@media (max-width: 1024px) {
  .menu__center {
    width: 100%;
    margin: 40px 0 50px;
  }
}

.nav__list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  opacity: 0.3;
  transform: translateX(30%);
  transition: all 0.4s ease-in-out;
  transition-delay: 0.4s;
}
.header--active .nav__list {
  opacity: 1;
  transform: translateX(0);
}
.active .nav__list {
  display: block !important;
}
.nav__list .nav__list {
  display: none;
  padding-left: 43px;
  position: relative;
  margin: 15px 0 55px;
}
@media (max-width: 1024px) {
  .nav__list .nav__list {
    margin: 15px 0 10px;
    padding-left: 17px;
  }
}
.nav__list .nav__list li {
  font-size: 44px;
  line-height: 1.28em;
}
@media (max-width: 1024px) {
  .nav__list .nav__list li {
    font-size: 20px;
  }
}
.nav__list .nav__list:before {
  content: "";
  top: 0;
  left: 7px;
  bottom: 0;
  width: 6px;
  position: absolute;
  border-radius: 5px;
  background-color: #335254;
}
@media (max-width: 1024px) {
  .nav__list .nav__list:before {
    left: 0;
    width: 3px;
  }
}
.nav__element {
  font-size: 72px;
  line-height: 1.2em;
}
.nav__element:not(.nav__element--child, .active) {
  padding: 0 30px;
  transition: all 0.25s ease-in-out;
}
.nav__element:not(.nav__element--child, .active):hover {
  padding: 0;
}
@media (max-width: 1024px) {
  .nav__element:not(.nav__element--child, .active) {
    padding: 0;
  }
}
.nav__element.active {
  color: #335254;
}
@media (min-width: 1024px) {
  .nav__element.active.nav__element--parent {
    margin-top: 30px;
  }
}
.nav__element.active a:hover {
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .nav__element {
    font-size: 36px;
  }
}
.nav__element a {
  transition: all 0.25s ease-in-out;
}
.nav__element > a {
  font-size: 72px;
}
@media (max-width: 1024px) {
  .nav__element > a {
    font-size: 36px;
  }
}
.nav__element--child a {
  font-size: 44px;
}
@media (max-width: 1024px) {
  .nav__element--child a {
    font-size: 20px;
  }
}
.nav__element:hover > a {
  color: #335254;
}

.msg-wrap .msg {
  font-weight: 500;
  text-align: center;
  color: #fff;
  padding: 0.7em 0;
  margin: em(7) 0;
}
.msg-wrap .msg-info {
  background: #81d4fa;
}
.msg-wrap .msg-error {
  background: #ec5840;
}
.msg-wrap .msg-success {
  background: #3adb76;
}

.formError {
  box-sizing: content-box;
  opacity: 1 !important;
}
.formError .formErrorContent {
  padding: 7px 10px !important;
}
.formError .formErrorContent,
.formError .formErrorArrow div {
  border: none !important;
  border-radius: 0 !important;
  background: #ec5840;
  font-size: 14px !important;
  line-height: 1.5 !important;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.4) !important;
}
.formError .line2, .formError .line1 {
  display: none !important;
}

.swal2-modal {
  font-family: "Inter", sans-serif;
}

.blackPopup .formErrorContent,
.blackPopup .formErrorArrow div {
  background: #81d4fa !important;
}

.page {
  padding-bottom: 80px;
}
.page__cover {
  margin-bottom: 35px;
  position: relative;
  width: 100%;
}
.page__cover > img {
  border-radius: 25px;
  width: 100%;
}
.page__cover-logos {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 132px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
@media (max-width: 1024px) {
  .page__cover-logos {
    top: -25px;
    right: 15px;
    bottom: auto;
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.page__cover-logo {
  width: 106px;
  height: 106px;
  display: flex;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  transition: all 0.25s ease-in-out;
  filter: drop-shadow(rgba(0, 0, 0, 0.25) 0 2px 8px);
}
@media (max-width: 1024px) {
  .page__cover-logo {
    width: 90px;
    height: 90px;
    margin-left: 15px;
    margin: 0 0 10px;
  }
}
.page__cover-logo:hover {
  filter: drop-shadow(rgba(0, 0, 0, 0.25) 1px 4px 9px);
}
.page__cut {
  padding-right: 164px;
}
@media (max-width: 1024px) {
  .page__cut {
    padding-right: 0;
  }
}
.page__content {
  font-size: 20px;
}
.page__content > * {
  line-height: 1.2em;
  margin-bottom: 35px;
}
.page__content iframe {
  max-width: 100%;
  clear: both;
  margin: 40px 0;
  border-radius: 25px;
}
.page__gallery {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.page__gallery-single {
  order: 0;
  overflow: hidden;
  border-radius: 25px;
  aspect-ratio: 250/250;
  width: calc(25% - 10px);
  transition: all 0.25s ease-in-out;
  background-color: #272A2C;
}
.page__gallery-single img {
  width: 100%;
  height: 100%;
  opacity: 0.8;
  transition: all 0.25s ease-in-out;
}
.page__gallery-single:hover {
  filter: drop-shadow(rgba(0, 0, 0, 0.25) 1px 1px 10px);
}
.page__gallery-single:hover img {
  opacity: 1;
}
.page__urls {
  width: 100%;
  display: flex;
  margin-top: 80px;
  color: #E74926;
  flex-direction: column;
}
.page__urls--nomargin {
  margin-top: 20px;
}
.page__url {
  display: flex;
  font-size: 24px;
  font-weight: 800;
  align-items: center;
  margin-bottom: 35px;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 768px) {
  .page__url {
    font-size: 16px;
  }
}
.page__url:hover {
  color: #272A2C;
}
.page__url-icon {
  width: 64px;
  height: 64px;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .page__url-icon {
    width: 36px;
    height: 36px;
    margin-right: 16px;
  }
}
.page__url-icon svg {
  width: 100%;
  height: 100%;
}
.page__downloads {
  width: 100%;
  margin-top: 40px;
  color: #0B6F7D;
}
.main--dark .page__downloads {
  color: #fff;
}
.page__downloads-single {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.page__downloads-single:hover {
  color: #0B6F7D;
}
.main--dark .page__downloads-single:hover {
  color: #fff;
}
.page__downloads-single:hover svg {
  transform: rotate(-90deg);
}
.page__downloads-single svg {
  width: 64px;
  height: 64px;
  margin-right: 25px;
  transition: all 0.1s ease-in-out;
}
.page__downloads-single span {
  font-size: 20px;
  line-height: 1.2em;
  font-weight: bold;
}

.pagination {
  display: flex;
  margin-top: 30px;
  align-items: center;
  margin: 0;
  padding: 0;
  font-size: 16px;
  list-style-type: none;
  justify-content: center;
}
.pagination .disabled {
  color: #fff;
  pointer-events: none;
}
.pagination svg {
  width: 60px;
  height: 60px;
}
.pagination .page-link {
  display: flex;
  min-height: 41px;
  align-items: center;
  margin: 0 5px;
}
.pagination .page-link:hover {
  color: #272A2C;
}
.pagination .page-link--prev svg {
  transform: rotate(180deg);
}
.pagination .page-link--active {
  font-size: 24px;
  font-weight: bold;
  padding: 0 10px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

.search-input {
  display: flex;
  width: 345px;
  height: 52px;
  margin-top: 5px;
  padding: 0 28px;
  font-size: 14px;
  cursor: pointer;
  align-items: center;
  border-radius: 100px;
  color: #272A2C;
  border: 1px solid #272A2C;
}
.search-input ::-moz-placeholder {
  color: #272A2C;
  opacity: 1;
}
.search-input ::placeholder {
  color: #272A2C;
  opacity: 1;
}
@media (max-width: 450px) {
  .search-input {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .search-input {
    height: 44px;
    border-width: 2px;
  }
}
.search-input__icon {
  margin-right: 13px;
  line-height: 0;
}
.search-input__icon svg {
  width: 23px;
  height: 23px;
}
.search-input__label {
  flex-grow: 1;
}
.search-input__calendar {
  line-height: 0;
}
.search-input__calendar svg {
  width: 36px;
  height: 24px;
}
.search-input__input {
  width: 100%;
  height: 100%;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background-color: transparent;
}

.flatpickr-calendar {
  width: 340px !important;
  padding: 40px 16px !important;
  border-radius: 40px !important;
}

span.flatpickr-weekday {
  font-size: 16px !important;
  font-weight: bold !important;
  color: #0B6F7D !important;
}

.flatpickr-day {
  font-size: 16px;
  font-weight: bold !important;
  color: #272A2C;
}

.flatpickr-months {
  margin-bottom: 20px;
}
.flatpickr-months .flatpickr-current-month select, .flatpickr-months .flatpickr-current-month input {
  font-size: 16px !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
}
.flatpickr-months .flatpickr-prev-month {
  left: 16px !important;
}
.flatpickr-months .flatpickr-next-month {
  right: 16px !important;
}
.flatpickr-months .flatpickr-next-month, .flatpickr-months .flatpickr-prev-month {
  top: 38px !important;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #1897A0 !important;
  border-color: #1897A0 !important;
}

.static-text h1, .static-text h2, .static-text h3, .static-text h4, .static-text h5 {
  font-weight: bold;
  margin-bottom: 25px;
  margin-top: 20px;
}
.static-text h1:before, .static-text h1:after, .static-text h2:before, .static-text h2:after, .static-text h3:before, .static-text h3:after, .static-text h4:before, .static-text h4:after, .static-text h5:before, .static-text h5:after {
  display: none;
}
.static-text h1 {
  font-size: 32px;
}
.static-text h2 {
  font-size: 28px;
}
.static-text h3 {
  font-size: 24px;
}
.static-text h4 {
  font-size: 20px;
}
.static-text h5 {
  font-size: 18px;
}
.static-text p {
  margin: 5px 0;
  line-height: 1.6em;
}
.static-text p a {
  font-weight: 600;
}
.static-text ul {
  padding: 0;
  margin: 20px 0;
  list-style-type: none;
}
.static-text ul li {
  counter-increment: list;
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative;
}
.static-text ul li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  left: 0;
  top: 0.5em;
}
.static-text table {
  border-collapse: collapse;
  margin: 20px 0;
}
.static-text table tr:nth-child(2n) td {
  background: #f5f5f5;
}
.static-text table td {
  border: 1px solid #ddd;
  padding: 5px 10px;
}

.title--3 {
  font-size: 23px;
  font-weight: 800;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .title--3 {
    padding: 0 20px !important;
  }
}
.title--4 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.title--orange {
  padding: 0 36px;
  color: #E74926;
}
.title--white {
  color: #fff;
  margin-bottom: 15px;
}
.title--under {
  clear: both;
  margin-bottom: 27px;
  padding-bottom: 27px;
  border-bottom: 1px solid #fff;
}
@media (max-width: 768px) {
  .title--under {
    width: 100%;
    text-align: center;
  }
}
.title--padding {
  padding: 0 30px;
  margin-bottom: 35px;
}

.icon-tooltip {
  position: relative;
  display: inline-block;
}
.icon-tooltip::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  color: #000;
  font-size: 11px;
  font-weight: 500;
  padding: 6px 10px;
  border-radius: 5px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s ease;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  z-index: 99;
}
.icon-tooltip:hover::after, .icon-tooltip:hover::before {
  opacity: 1;
}

.top {
  margin-top: 50px;
  color: #26292B;
}
.top .wrapper {
  display: flex;
  min-height: 495px;
  position: relative;
  justify-content: space-between;
}
.top .wrapper--top {
  max-width: 1280px;
}
.main--details .top .wrapper {
  min-height: 0;
}
@media (max-width: 1024px) {
  .top .wrapper {
    flex-wrap: wrap;
    min-height: 0;
  }
}
.top__left {
  padding-left: 110px;
}
@media (max-width: 1024px) {
  .top__left {
    width: 100%;
    padding-left: 0;
    margin-bottom: 44px;
  }
  .main--memento .top__left, .main--bishops .top__left, .main--bishop .top__left {
    margin-bottom: 0;
  }
}
.top--zone .top__left {
  width: 100%;
  padding-left: 175px;
}
@media (max-width: 1024px) {
  .top--zone .top__left {
    padding-left: 0;
  }
}
.top__right {
  flex-grow: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  .top__right {
    width: 100%;
  }
}
.top__right-burger {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  .top__right-burger {
    position: absolute;
    top: 0;
    right: 24px;
  }
}
.top__title {
  font-size: 48px;
  line-height: 1.2em;
  font-weight: 800;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .top__title {
    font-size: 32px;
    margin-bottom: 10px;
  }
}
.top__title + .form {
  margin-top: 115px;
}
.main--memento .top__title {
  color: #fff;
}
.main--blue .top__title, .main--dark .top__title {
  color: #fff;
}
.main--yellow .top__title, .main--gray .top__title {
  color: #0B6F7D;
}
.top__author {
  width: 100%;
  float: left;
  margin-top: 8px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}
.top__subtitle, .top__years {
  font-size: 24px;
  margin-top: 8px;
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.main--blue .top__subtitle, .main--blue .top__years {
  color: #fff;
}
.main--yellow .top__subtitle, .main--gray .top__subtitle, .main--yellow .top__years, .main--gray .top__years {
  color: #0B6F7D;
}
.top__subtitle--free, .top__years--free {
  margin-top: 13px;
  margin-bottom: 0;
}
.top__selects {
  width: 100%;
  display: flex;
  margin-top: 14px;
}
.top__selects .page-select + .page-select {
  margin-left: 34px;
}
@media (max-width: 1024px) {
  .top__selects .page-select + .page-select {
    margin-left: 10px;
  }
}

.main--blue {
  color: #fff;
  background-color: #1897A0;
}
.main--blue:before {
  display: none;
}
.main--white {
  background-color: #fff;
}
.main--bishops:after {
  content: "";
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  height: 1181px;
  position: absolute;
  background: linear-gradient(#1897A0 0%, #51B1B7 17%, #E1F1F2 40%, #FFFFFF 69%);
}
.main--orange {
  color: #fff;
  background-color: #EF7B58;
}
.main--orange:before {
  display: none;
}
.main--yellow {
  color: #1897A0;
  background-color: #FBD6B4;
}
.main--gray {
  background-color: #DBDBD8;
}
.main--dark {
  color: #fff;
  background-color: #0B6F7D;
}
.main--dark:before {
  display: none;
}
.main--details:before {
  display: none;
}

.wrapper--details {
  max-width: 1064px;
}

.wrapper--bishops {
  max-width: 1262px;
}

.page__columns {
  width: 100%;
  display: flex;
}
@media (max-width: 768px) {
  .page__columns {
    flex-wrap: wrap;
  }
  .page__columns .page__column {
    width: 100%;
  }
  .page__columns .page__column + .page__column {
    margin-top: 15px;
  }
}

.page__links {
  float: left;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
}
.main--yellow .page__links {
  color: #1897A0;
}
.main--gray .page__links {
  color: #E74926;
}
.page__links-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
}
.main--yellow .page__links-title {
  color: #1897A0;
}
.main--gray .page__links-title {
  color: #E74926;
}
.page__links > a {
  display: block;
  clear: both;
  margin-bottom: 10px;
  line-height: 1.1em;
  transition: all 0.25s ease-in-out;
}
.page__links > a:hover, .page__links > a.active {
  color: #fff;
}
.main--yellow .page__links > a:hover, .main--gray .page__links > a:hover, .main--yellow .page__links > a.active, .main--gray .page__links > a.active {
  color: #0B6F7D;
}
.page__links > a:hover .main--dark, .page__links > a.active .main--dark {
  text-decoration: underline;
  font-weight: bold;
}

.page__column {
  color: #335355;
}
.main--dark .page__column {
  color: #fff;
}
.page__column:first-child:not(:last-child) {
  width: 60%;
  margin-right: 51px;
  padding-right: 90px;
  border-right: 1px solid #fff;
}
.main--yellow .page__column:first-child:not(:last-child), .main--gray .page__column:first-child:not(:last-child) {
  border-right-color: #1897A0;
}
@media (max-width: 768px) {
  .page__column:first-child:not(:last-child) {
    width: 100%;
    order: 1;
    border-right: 0;
    margin-right: 0 !important;
    padding-right: 0 !important;
  }
}
.page__column:last-child {
  color: #fff;
  width: 40%;
}
@media (max-width: 768px) {
  .page__column:last-child {
    order: 0;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 0 !important;
  }
}
.main--yellow .page__column:last-child, .main--gray .page__column:last-child {
  color: #0B6F7D;
}

.error-page {
  width: 100%;
  height: 100vh;
  display: flex;
  padding: 80px 0;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.error-page__title {
  font-size: 70px;
  font-weight: bold;
  margin-bottom: 10px;
}
.error-page__desc {
  font-size: 20px;
}
.error-page__btn {
  margin-top: 25px;
}

.search-single {
  float: left;
  width: 100%;
  color: #26292B;
  margin-bottom: 15px;
  padding-bottom: 10px;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.search-single__type {
  float: left;
  width: 100%;
  font-size: 12px;
  color: #26292B;
}
.search-single__title {
  float: left;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}
.search-single__date {
  float: left;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
}
.search-single:hover {
  color: #26292B;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.bishop {
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
}
.bishop--main {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .bishop--main {
    flex-wrap: wrap;
  }
}
.bishop__image {
  aspect-ratio: 612/451;
  width: 100%;
  max-width: 612px;
  overflow: hidden;
  border-radius: 35px;
  filter: drop-shadow(rgba(0, 0, 0, 0.25) 0 3px 11px);
}
.bishop__image img {
  width: 100%;
}
@media (max-width: 768px) {
  .bishop__image {
    width: 100%;
    max-width: 100%;
    margin-bottom: 17px;
  }
}
.bishop__images {
  width: 100%;
  display: flex;
  margin: 33px 0 40px;
  align-items: flex-end;
}
.bishop__selfie {
  display: flex;
  max-width: 418px;
  align-items: center;
  aspect-ratio: 418/538;
  justify-content: center;
  margin-right: 20px;
  border-radius: 20px;
  overflow: hidden;
  filter: drop-shadow(rgba(0, 0, 0, 0.25) 0 4px 4px);
}
.bishop__selfie img {
  width: 100%;
}
.bishop__crest {
  max-width: 206px;
  aspect-ratio: 206/265;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  filter: drop-shadow(rgba(0, 0, 0, 0.25) 0 4px 4px);
}
.bishop__crest img {
  width: 100%;
}
.bishop__desc {
  position: relative;
  left: -100px;
}
@media (max-width: 768px) {
  .bishop__desc {
    width: 100%;
    left: 0;
  }
}
.bishop__desc-name {
  font-size: 36px;
  font-weight: 900;
  color: #0B6F7D;
}
@media (max-width: 768px) {
  .bishop__desc-name {
    font-size: 32px;
  }
}
.bishop__desc-title {
  color: #E74926;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .bishop__desc-title {
    font-size: 16px;
  }
}
.bishop__cta {
  width: 100%;
  display: flex;
  color: #E74926;
  justify-content: flex-end;
}
.bishop__cta svg {
  width: 40px;
  height: 40px;
}
.bishop__section {
  clear: both;
  display: block;
  max-width: 650px;
  margin-bottom: 80px;
}

.bishops {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
  justify-content: space-between;
}
.bishops:before, .bishops:after {
  content: "";
  width: 24%;
  order: 2;
}
@media (max-width: 1024px) {
  .bishops:before, .bishops:after {
    display: none;
  }
}
.bishops-cta {
  float: right;
  display: flex;
  color: #000;
  font-size: 14px;
  align-items: center;
  text-transform: uppercase;
}
.bishops-cta svg {
  margin-left: 20px;
  position: relative;
  left: 0;
  width: 40px;
  height: 40px;
  fill: #272A2C;
  transition: all 0.25s ease-in-out;
}
.bishops-cta:hover {
  color: #000;
}
.bishops-cta:hover svg {
  transform: translateX(20%);
}

.singleBishop {
  order: 1;
  width: 24%;
  margin-bottom: 70px;
}
@media (max-width: 1024px) {
  .singleBishop {
    width: 48%;
    margin-bottom: 15px;
  }
}
@media (max-width: 1024px) {
  .singleBishop {
    width: 100%;
  }
}
.singleBishop__image {
  width: 100%;
  clear: both;
  display: block;
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 12px;
  aspect-ratio: 293/243;
  filter: drop-shadow(rgba(0, 0, 0, 0.25) 0 3px 11px);
}
.singleBishop__image img {
  width: 100%;
}
.singleBishop__name {
  float: left;
  width: 100%;
  font-size: 15px;
  font-weight: bold;
  color: #0B6F7D;
}
.singleBishop__title {
  font-size: 15px;
  font-weight: 500;
  color: #E74926;
}
.singleBishop__cta {
  width: 100%;
  display: flex;
  margin-top: 5px;
  color: #E74926;
  justify-content: flex-end;
}
.singleBishop__cta svg {
  width: 22px;
  height: 22px;
}

.calendarAdd {
  display: flex;
  width: 255px;
  text-align: center;
  border: 2px solid #E74926;
  position: relative;
  padding: 8px 10px;
  border-radius: 4px;
  margin: 10px 0 25px;
  border-radius: 40px;
  background: #E74926;
}
.calendarAdd strong {
  width: 100%;
  text-align: center;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 400;
}
.calendarAdd:hover .calendarAdd__list {
  transform: scale(1);
}
.calendarAdd__list {
  top: 100%;
  left: 20px;
  text-align: left;
  margin-top: 5px;
  position: absolute;
  background-color: #fff;
  border: 2px solid #fff;
  border-top: 0;
  right: 20px;
  margin: 2px 0;
  padding: 5px 0 5px;
  list-style-type: none;
  transform: scaleY(0);
  text-align: center;
  transform-origin: top;
  transition: all 0.25s ease-in-out;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  filter: drop-shadow(7px 1px 10px rgba(0, 0, 0, 0.3));
}
.calendarAdd__single {
  padding: 2px 5px;
  font-size: 15px;
}
.calendarAdd__single + * {
  border-top: 1px solid #000;
}
.calendarAdd__single a:hover {
  color: #0B6F7D;
}

.questionnaire {
  width: 100%;
  font-size: 20px;
  position: relative;
  margin-bottom: 15px;
}
.questionnaire--active {
  color: #E74926;
}
.questionnaire__desc {
  display: none;
  padding: 40px 0 20px;
  font-weight: bold;
}
.questionnaire__date {
  width: 100%;
  clear: both;
  display: block;
  font-weight: bold;
  margin-bottom: 11px;
}
.questionnaire__btn {
  width: 100%;
  clear: both;
  display: flex;
  margin-top: 40px;
}
.questionnaire__title {
  width: 100%;
  cursor: pointer;
  padding: 7px 0;
  position: relative;
}
.questionnaire__title:before {
  bottom: 0;
  content: "";
  position: absolute;
  left: -10px;
  right: -10px;
  height: 1px;
  background-color: #272A2C;
}
.questionnaire--active .questionnaire__title {
  font-weight: bold;
}
.questionnaire--active .questionnaire__title:before {
  background-color: #E74926;
}
.questionnaire__cta {
  width: 100%;
  display: flex;
  margin-top: 100px;
  justify-content: center;
}

.signUp__form {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.signUp__form .form {
  width: 100%;
}
.main--login .signUp__form .form {
  max-width: 403px;
}
.signUp__form .input {
  width: 100%;
  clear: both;
}
.signUp__more {
  width: 100%;
  clear: both;
  position: relative;
  padding-top: 21px;
  text-align: center;
}
.signUp__more:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 1px;
  width: 147px;
  background-color: #272A2C;
}
.signUp__more-url {
  font-weight: bold;
}
