@import "assets/css/cssreset.css";
.space-bottom-xs {
  margin-bottom: 10px;
}
.space-bottom-s {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .space-bottom-s {
    margin-bottom: 30px;
  }
}
.space-bottom-m-s {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .space-bottom-m-s {
    margin-bottom: 0;
  }
}
.space-bottom-m {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .space-bottom-m {
    margin-bottom: 70px;
  }
}
.space-bottom-l {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .space-bottom-l {
    margin-bottom: 100px;
  }
}
.space-top-l {
  margin-top: 80px;
}
@media (min-width: 768px) {
  .space-top-l {
    margin-top: 180px;
  }
}
.space-bottom-reset {
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  .space-bottom-reset {
    margin-bottom: 0 !important;
  }
}
.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.is-hidden {
  display: none;
}
.is-centered {
  text-align: center;
}
.is-centered .button-primary {
  display: inline-flex;
}
.link-primary {
  color: #03a696;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  text-decoration: none;
}
.link-primary:hover,
.link-primary:focus,
.link-primary:active {
  color: #2a3133;
}
.link-secondary {
  color: #2a3133;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  text-decoration: none;
}
.link-secondary:hover,
.link-secondary:focus,
.link-secondary:active {
  color: #03a696;
}
.link-white {
  color: #fff;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  text-decoration: none;
}
.link-white:hover,
.link-white:focus,
.link-white:active {
  color: #04bfad;
}
.link-icon {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.link-icon span {
  margin-right: 5px;
}
.button-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding: 20px 32px;
  border: none;
  border-radius: 8px;
  background: #03a696;
  color: #fff;
  cursor: pointer;
  font-family: "Roboto", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.button-primary:hover,
.button-primary:focus,
.button-primary:active {
  color: #fff;
  background: #04bfad;
}
.button-white {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding: 20px 32px;
  border: none;
  border-radius: 8px;
  background: #03a696;
  color: #fff;
  cursor: pointer;
  font-family: "Roboto", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  background: #fff;
}
.button-white:hover,
.button-white:focus,
.button-white:active {
  color: #fff;
  background: #04bfad;
}
.button-white:hover,
.button-white:focus,
.button-white:active {
  color: #fff;
  background: #04bfad;
}
.button-white:hover,
.button-white:focus,
.button-white:active {
  color: #fff;
  background: #2a3133;
}
.button-icon {
  display: inline-flex;
}
.button-icon span {
  margin-right: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.button-icon:hover span,
.button-icon:focus span,
.button-icon:active span {
  margin-right: 20px;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.alert {
  display: flex;
  align-items: center;
}
.alert--error {
  padding: 20px 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  background: #d94a4a;
  color: #fff;
  flex-direction: column;
}
@media (min-width: 768px) {
  .alert--error {
    margin-bottom: 30px;
  }
}
.alert--error .alert__button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding: 20px 32px;
  border: none;
  border-radius: 8px;
  background: #03a696;
  color: #fff;
  cursor: pointer;
  font-family: "Roboto", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  background: #fff;
  display: inline-flex;
  height: auto;
  padding: 10px 15px;
  margin-top: 15px;
}
.alert--error .alert__button:hover,
.alert--error .alert__button:focus,
.alert--error .alert__button:active {
  color: #fff;
  background: #04bfad;
}
.alert--error .alert__button:hover,
.alert--error .alert__button:focus,
.alert--error .alert__button:active {
  color: #fff;
  background: #04bfad;
}
.alert--error .alert__button:hover,
.alert--error .alert__button:focus,
.alert--error .alert__button:active {
  color: #fff;
  background: #2a3133;
}
.alert--error .alert__button:hover,
.alert--error .alert__button:focus,
.alert--error .alert__button:active {
  color: #fff;
  background: #04bfad;
}
.alert--error .alert__button:hover,
.alert--error .alert__button:focus,
.alert--error .alert__button:active {
  color: #fff;
  background: #04bfad;
}
.alert--error .alert__button:hover,
.alert--error .alert__button:focus,
.alert--error .alert__button:active {
  color: #fff;
  background: #2a3133;
}
.alert--error .alert__button span {
  margin-right: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.alert--error .alert__button:hover span,
.alert--error .alert__button:focus span,
.alert--error .alert__button:active span {
  margin-right: 20px;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.alert--error .alert__button span {
  margin-right: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.alert--error .alert__button:hover span,
.alert--error .alert__button:focus span,
.alert--error .alert__button:active span {
  margin-right: 20px;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.material-icons-round {
  font-family: 'Material Icons Round';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
/* tinos-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('/assets/templates/codekit/assets/fonts/Roboto/Roboto-Light.ttf') format('ttf');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('/assets/templates/codekit/assets/fonts/Roboto/Roboto-Regular.ttf') format('ttf');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('/assets/templates/codekit/assets/fonts/Roboto/Roboto-Bold.ttf') format('ttf');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* icon font */
@font-face {
  font-family: 'Material Icons Round';
  font-style: normal;
  font-weight: 400;
  src: url('/assets/templates/codekit/assets/fonts/MaterialIconsRound.woff2') format('woff2');
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
* ::selection {
  background: #04bfad;
}
* ::-moz-selection {
  background: #04bfad;
}
html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  overflow-x: hidden;
}
body {
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  color: #2a3133;
  min-height: 100%;
}
a,
button,
input {
  outline: 2px solid transparent;
}
input,
select,
textarea {
  outline: 1px solid transparent;
}
button:focus,
a:focus {
  outline: 3px solid #2a3133;
  outline-offset: 3px;
}
.l-header button:focus,
.l-header a:focus,
.l-footer button:focus,
.l-footer a:focus {
  outline-color: #04bfad;
}
input:focus,
select:focus,
textarea:focus {
  outline: 1px solid #2a3133;
}
.l-header input:focus,
.l-header select:focus,
.l-header textarea:focus,
.l-footer input:focus,
.l-footer select:focus,
.l-footer textarea:focus {
  outline-color: #04bfad;
}
button:focus:not(:focus-visible),
a:focus:not(:focus-visible) {
  /* undo all the above focused button styles
	if the button has focus but the browser wouldn't normally
	show default focus styles */
  outline: 2px solid transparent;
}
hr {
  position: relative;
  height: 1px;
  border: none;
  margin: 25px 0;
  background: #2a3133;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  max-width: 100%;
}
strong,
b {
  font-family: "Roboto", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
h1 {
  margin-bottom: 30px;
  font-family: "Roboto", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  line-height: 1.1;
}
@media (min-width: 768px) {
  h1 {
    margin-bottom: 48px;
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 48px;
  }
}
h2 {
  font-family: "Roboto", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  line-height: 1.3;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 32px;
  }
}
h3 {
  font-family: "Roboto", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
}
h4 {
  font-family: "Roboto", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 10px;
}
address,
p {
  margin-bottom: 20px;
}
p + h2 {
  margin-top: 25px;
}
.video {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  /* Given a 16:9 aspect ratio, 100 * (9/16) */
  border-radius: 8px;
}
.video:before {
  z-index: 1;
}
.video .iframe__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.table__wrapper {
  overflow: auto;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .table__wrapper {
    margin-bottom: 30px;
  }
}
.table__wrapper:focus {
  outline: 3px solid #2a3133;
  outline-offset: 3px;
}
.table__wrapper table {
  width: 100%;
  background: #d5d5d5;
  border-color: #d5d5d5;
  border-radius: 8px;
  border-collapse: separate;
  border-spacing: 0;
}
.table__wrapper table thead tr:not(:first-child) td:nth-child(1),
.table__wrapper table tbody tr td:nth-child(1),
.table__wrapper table thead tr:not(:first-child) th:nth-child(1),
.table__wrapper table tbody tr th:nth-child(1),
.table__wrapper table thead tr:not(:first-child) td:nth-child(2),
.table__wrapper table tbody tr td:nth-child(2),
.table__wrapper table thead tr:not(:first-child) th:nth-child(2),
.table__wrapper table tbody tr th:nth-child(2),
.table__wrapper table thead tr:not(:first-child) td:nth-child(4),
.table__wrapper table tbody tr td:nth-child(4),
.table__wrapper table thead tr:not(:first-child) th:nth-child(4),
.table__wrapper table tbody tr th:nth-child(4) {
  border-right: 1px solid #d5d5d5;
}
.table__wrapper table td,
.table__wrapper table th {
  padding: 3px 5px;
  text-align: right;
  font-size: 14px;
  line-height: 1.3;
  vertical-align: top;
}
.table__wrapper table td:last-child {
  padding-right: 15px;
}
.table__wrapper table thead th {
  z-index: 1;
  position: sticky;
  padding: 5px;
  width: 25vw;
  max-width: 150px;
  background: #d5d5d5;
  font-family: "Roboto", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  line-height: 1.2;
  vertical-align: top;
  white-space: nowrap;
}
.table__wrapper table thead th[colspan] {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  padding-bottom: 0;
}
.table__wrapper table thead th:first-child {
  z-index: 2;
  position: sticky;
  left: 0;
  padding: 5px 15px;
  text-align: left;
  background: #d5d5d5;
}
.table__wrapper table thead tr:first-child th {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom: none;
}
.table__wrapper table tbody th {
  z-index: 1;
  position: sticky;
  left: 0;
  padding: 5px 15px;
  background: #d5d5d5;
  text-align: left;
}
.table__wrapper table tbody th:first-child {
  z-index: 2;
  position: sticky;
  left: 0;
}
.table__wrapper table tbody tr:nth-child(odd) td,
.table__wrapper table tbody tr:nth-child(odd) th {
  background: #ebebeb;
}
.table__wrapper table tbody tr:nth-child(even) td,
.table__wrapper table tbody tr:nth-child(even) th {
  background: #fff;
}
.table__wrapper table tbody tr:first-child td:first-child {
  border-top-left-radius: 8px;
}
.table__wrapper table tbody tr:first-child td:last-child {
  border-top-right-radius: 8px;
}
.table__wrapper table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}
.table__wrapper table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}
.table__wrapper table tbody tr:last-child td,
.table__wrapper table tbody tr:last-child th {
  border-bottom: 1px solid #d5d5d5;
}
.table__wrapper table tfoot th {
  padding: 5px 15px 15px;
  font-size: 12px;
  line-height: 1.2;
}
.table__export {
  border: 1px solid #ebebeb;
}
.table__export th {
  font-family: "Roboto", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.table__export td,
.table__export th {
  padding: 3px;
  border: 1px solid #ebebeb;
  vertical-align: top;
}
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image::before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-container [data-selectable='true'] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px 44px 25px 44px;
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}
/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: 12px;
      padding-right: 12px;
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}
/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
legend {
  font-family: "Roboto", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.form__wrapper {
  display: flex;
}
.form__item {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .form__item {
    margin-bottom: 30px;
  }
}
.form__label {
  order: 1;
  padding-left: 8px;
  font-size: 14px;
  line-height: 1.3;
  color: #03a696;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .form__label {
    font-size: 20px;
  }
}
.form__input:focus ~ .form__label,
.form__select:focus ~ .form__label,
.form__input:focus ~ .form__label,
.form__textarea:focus ~ .form__label {
  font-family: "Roboto", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #2a3133;
}
.form__select,
.form__input,
.form__textarea,
.duet-date__input,
.select2-container--default .select2-selection--single {
  order: 2;
  width: 100%;
  height: 60px;
  padding: 15px 25px;
  border: 1px solid #2a3133;
  background: #fff;
  border-radius: 8px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.form__select::placeholder,
.form__input::placeholder,
.form__textarea::placeholder,
.duet-date__input::placeholder,
.select2-container--default .select2-selection--single::placeholder {
  color: transparent;
}
.form__select:hover,
.form__input:hover,
.form__textarea:hover,
.duet-date__input:hover,
.select2-container--default .select2-selection--single:hover,
.form__select:active,
.form__input:active,
.form__textarea:active,
.duet-date__input:active,
.select2-container--default .select2-selection--single:active,
.form__select:focus,
.form__input:focus,
.form__textarea:focus,
.duet-date__input:focus,
.select2-container--default .select2-selection--single:focus {
  border-color: #2a3133;
}
.form__select--small,
.form__input--small,
.form__textarea--small,
.duet-date__input--small,
.select2-container--default .select2-selection--single--small {
  width: 100px;
  height: auto;
  padding: 10px 15px;
  text-align: right;
}
.form__input--file {
  padding: 30px 0 20px 10px;
  cursor: pointer;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .form__input--file {
    padding: 30px 20px 20px;
  }
}
.form__button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding: 20px 32px;
  border: none;
  border-radius: 8px;
  background: #03a696;
  color: #fff;
  cursor: pointer;
  font-family: "Roboto", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.form__button:hover,
.form__button:focus,
.form__button:active {
  color: #fff;
  background: #04bfad;
}
.form__button:hover,
.form__button:focus,
.form__button:active {
  color: #fff;
  background: #04bfad;
}
.form__button--icon {
  display: inline-flex;
}
.form__button--icon span {
  margin-right: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.form__button--icon:hover span,
.form__button--icon:focus span,
.form__button--icon:active span {
  margin-right: 20px;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.form__button--icon span {
  margin-right: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.form__button--icon:hover span,
.form__button--icon:focus span,
.form__button--icon:active span {
  margin-right: 20px;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.form__legend {
  font-family: "Roboto", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 10px;
}
.form__textarea {
  min-height: 150px;
}
.form__nickname {
  position: absolute;
  left: -999999px;
  top: -999999px;
  width: 2px;
  height: 2px;
}
.form__radio-checkbox .form__item {
  margin-bottom: 10px;
  flex-direction: row;
  align-items: center;
}
.form__radio-checkbox .form__item:last-child {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .form__radio-checkbox .form__item:last-child {
    margin-bottom: 30px;
  }
}
.form__radio,
.form__checkbox {
  height: 24px;
  width: 24px;
  margin-right: 10px;
  border: 1px solid #2a3133;
  border-radius: 100%;
  flex-shrink: 0;
  /* important to keep size of checkbox/radio even it there is a multiline label*/
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  position: relative;
  cursor: pointer;
}
.form__radio[disabled],
.form__checkbox[disabled],
.form__radio[aria-disabled=true],
.form__checkbox[aria-disabled=true] {
  opacity: 0.4;
}
.form__radio::before,
.form__checkbox::before {
  content: '';
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  top: 0;
}
.form__radio:hover,
.form__checkbox:hover,
.form__radio:active,
.form__checkbox:active,
.form__radio:focus,
.form__checkbox:focus {
  border-color: #2a3133;
}
.form__radio:focus,
.form__checkbox:focus {
  outline: 1px solid #2a3133;
}
.form__checkbox {
  border-radius: 8px;
}
.form__radio::before {
  height: 0;
  width: 0;
}
.form__radio:checked::before {
  border: 5px solid transparent;
  border-radius: 100%;
  outline-offset: -6px;
  background: #03a696;
}
.form__checkbox:checked::before {
  content: '\e876';
  font-family: "Material Icons Round";
  font-size: 20px;
  line-height: 1;
  color: #03a696;
}
.form__radio ~ .form__label,
.form__checkbox ~ .form__label {
  position: relative;
  padding: 0;
  cursor: pointer;
  line-height: 1.2;
}
.form__info {
  font-size: 12px;
  line-height: 1.2;
  background: transparent;
}
.form__label--duet {
  pointer-events: none;
}
.duet-date__input::placeholder {
  color: #2a3133;
}
.duet-date__input:focus {
  box-shadow: none;
  outline: 1px solid #2a3133;
}
.l-header .duet-date__input:focus,
.l-footer .duet-date__input:focus {
  outline-color: #03a696;
}
.duet-date__input:focus ~ .duet-date__toggle {
  box-shadow: none;
}
.duet-date__toggle {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  box-shadow: inset 0px 4px 4px -4px rgba(0, 0, 0, 0.7);
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
}
.duet-date__toggle:focus {
  outline: 3px solid #2a3133;
  outline-offset: 3px;
}
.l-header .duet-date__toggle:focus,
.l-footer .duet-date__toggle:focus {
  outline-color: #03a696;
}
.duet-date__prev,
.duet-date__next {
  background: #03a696;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.duet-date__prev:hover,
.duet-date__next:hover,
.duet-date__prev:active,
.duet-date__next:active,
.duet-date__prev:focus,
.duet-date__next:focus {
  background: #2a3133;
  color: #fff;
}
/* overwrite duet color config */
:root {
  --duet-color-primary: #03a696 !important;
  --duet-color-text: #2a3133 !important;
  --duet-color-placeholder: #2a3133 !important;
  --duet-color-button: #fff !important;
  --duet-color-overlay: rgba(0, 0, 0, 0.8);
  --duet-font: "Lato", arial, sans-serif !important;
  --duet-font-normal: normal !important;
  --duet-font-bold: 700 !important;
  --duet-radius: 8px !important;
}
.form__alert-error {
  padding: 10px 20px 10px;
  margin-bottom: 20px;
  border-radius: 8px;
  background: #d94a4a;
  color: #fff;
}
@media (min-width: 768px) {
  .form__alert-error {
    margin-bottom: 30px;
  }
}
.form__error {
  padding-top: 5px;
  color: #d94a4a;
  font-size: 12px;
  line-height: 1.2;
}
.confirmemail {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.container,
.container-narrow {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 576px) {
  .container,
  .container-narrow {
    max-width: 767px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-narrow {
    max-width: 991px;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .container,
  .container-narrow {
    max-width: 1199px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-narrow {
    max-width: 1399px;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-narrow {
    max-width: 1679px;
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
@media (min-width: 1680px) {
  .container,
  .container-narrow {
    max-width: 1680px;
  }
}
.container-narrow {
  max-width: 1400px;
}
.row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media (min-width: 992px) {
  .row {
    margin: 0 -25px;
  }
}
.grid-item {
  width: 100%;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .grid-item {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 992px) {
  .row-2:not(.row-1-8):not(.row-1-6) > .grid-item,
  .row-1:not(.row-1-8):not(.row-1-6) > .grid-item {
    width: 66.4%;
  }
}
@media (min-width: 992px) {
  .row-two > .grid-item {
    width: 49.9%;
  }
}
@media (min-width: 992px) {
  .row-three > .grid-item {
    width: 33.2%;
  }
}
@media (min-width: 992px) {
  .row-four > .grid-item {
    width: 24.9%;
  }
}
@media (min-width: 992px) {
  .row-standalone > .grid-item {
    width: 66.4%;
  }
}
@media (min-width: 992px) {
  .row-two-one > .grid-item:first-child {
    width: 66.4%;
  }
}
@media (min-width: 992px) {
  .row-two-one > .grid-item:last-child {
    width: 33.2%;
  }
}
.row-two--footer > .grid-item:first-child {
  order: 2;
}
@media (min-width: 1200px) {
  .row-two--footer > .grid-item:first-child {
    order: 1;
    width: 58.3%;
  }
}
@media (min-width: 1400px) {
  .row-two--footer > .grid-item:first-child {
    order: 1;
    width: 49.9%;
  }
}
.row-two--footer > .grid-item:last-child {
  order: 1;
}
@media (min-width: 1200px) {
  .row-two--footer > .grid-item:last-child {
    width: 41.6%;
    order: 2;
  }
}
@media (min-width: 1400px) {
  .row-two--footer > .grid-item:last-child {
    width: 49.9%;
    order: 2;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.rich,
#tinymce {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .rich,
  #tinymce {
    margin-bottom: 30px;
  }
}
.rich ul,
#tinymce ul {
  margin-bottom: 20px;
}
.rich ul li,
#tinymce ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 0.5em;
  list-style: none;
}
.rich ul li:before,
#tinymce ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  color: #03a696;
  content: "●";
  font-size: 1em;
}
.rich ul li ol li:before,
#tinymce ul li ol li:before {
  display: none;
}
.rich ol,
#tinymce ol {
  margin-bottom: 20px;
  margin-left: 20px;
}
.rich ol li,
#tinymce ol li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 0.5em;
  list-style: decimal;
}
.rich blockquote,
#tinymce blockquote {
  margin-bottom: 30px;
}
.rich p + ul,
#tinymce p + ul {
  margin-top: -10px;
}
.rich a:not(.button-primary),
#tinymce a:not(.button-primary) {
  color: #03a696;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  text-decoration: none;
}
.rich a:not(.button-primary):hover,
#tinymce a:not(.button-primary):hover,
.rich a:not(.button-primary):focus,
#tinymce a:not(.button-primary):focus,
.rich a:not(.button-primary):active,
#tinymce a:not(.button-primary):active {
  color: #2a3133;
}
.rich a:not(.button-primary):hover,
#tinymce a:not(.button-primary):hover,
.rich a:not(.button-primary):focus,
#tinymce a:not(.button-primary):focus,
.rich a:not(.button-primary):active,
#tinymce a:not(.button-primary):active {
  color: #2a3133;
}
.rich ul + h2,
#tinymce ul + h2,
.rich p + h2,
#tinymce p + h2,
.rich table + h2,
#tinymce table + h2 {
  margin-top: 40px;
}
.rich ul + h3,
#tinymce ul + h3,
.rich p + h3,
#tinymce p + h3,
.rich table + h3,
#tinymce table + h3 {
  margin-top: 30px;
}
.rich__img {
  border-radius: 8px;
}
.modal__link {
  display: block;
  border-bottom: none !important;
  font-weight: normal !important;
}
.modal__link--image {
  position: relative;
}
.modal__link--image::before {
  position: absolute;
  content: 'zoom_in';
  font-family: "Material Icons Round";
  top: 10px;
  right: 20px;
  width: 30px;
  line-height: 30px;
  font-size: 25px;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  background: #04bfad;
  border-radius: 4px;
  color: #2a3133;
}
.modal__link--image:hover::before,
.modal__link--image:focus::before,
.modal__link--image:active::before {
  background: #0476D9;
  color: #fff;
}
.modal__wrapper {
  display: none;
}
.modal__desc {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.modal__img {
  width: 100%;
  border-radius: 8px;
}
dialog {
  display: block;
  border: 0;
}
/* removes scroll when modal is opened */
.no-scroll {
  overflow: hidden;
}
/* overlay covers everything */
.simple-modal-overlay,
.simple-animated-modal-overlay,
.simple-image-modal-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #fff;
  opacity: 0.8;
  z-index: 666;
  cursor: pointer;
}
.simple-modal-overlay .invisible,
.simple-animated-modal-overlay .invisible,
.simple-image-modal-overlay .invisible {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
/* Image Modal */
.simple-image-modal__wrapper {
  position: relative;
}
.simple-image-modal__wrapper .simple-image-modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
}
.simple-image-modal__wrapper .simple-image-modal-title {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.simple-modal-overlay[data-background-click="disabled"],
.simple-animated-modal-overlay[data-background-click="disabled"],
.simple-image-modal-overlay[data-background-click="disabled"] {
  cursor: auto;
}
.simple-animated-modal-overlay,
.simple-image-modal-overlay {
  animation: fadewhite ease 0.5s 1 normal;
}
@keyframes fadewhite {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}
/* modal */
.simple-modal,
.simple-animated-modal,
.simple-image-modal {
  position: fixed;
  left: 15%;
  top: 5%;
  width: 70%;
  max-height: 98vh;
  border: 2px solid #707070;
  background: #fff;
  border-radius: 8px;
  z-index: 667;
  padding: 2em;
  right: auto;
  overflow: auto;
}
.simple-image-modal {
  border: 2px solid transparent;
  background: transparent;
  border-radius: 0;
  padding: 0;
}
.simple-modal-close,
.simple-animated-modal-close,
.simple-image-modal-close {
  display: flex;
  align-items: center;
  padding: 5px 8px;
  border: none;
  border-radius: 4px;
  background: #03a696;
  color: #fff;
  cursor: pointer;
  font-family: "Roboto", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1;
  justify-content: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.simple-modal-close:hover,
.simple-animated-modal-close:hover,
.simple-image-modal-close:hover,
.simple-modal-close:focus,
.simple-animated-modal-close:focus,
.simple-image-modal-close:focus,
.simple-modal-close:active,
.simple-animated-modal-close:active,
.simple-image-modal-close:active {
  color: #fff;
  background: #04bfad;
}
.simple-animated-modal,
.simple-image-modal {
  animation: apparition ease 0.5s 1 normal;
}
@keyframes apparition {
  0% {
    opacity: 0;
    max-height: 0;
    width: 0;
    left: 50%;
  }
  100% {
    opacity: 1;
    max-height: 100%;
    width: 70%;
    left: 15%;
  }
}
.mod-accordion {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .mod-accordion {
    margin-bottom: 100px;
  }
}
.accordion__title {
  font-family: "Roboto", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 10px;
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  .accordion__title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
}
.accordion__title-link {
  position: relative;
  display: block;
  padding: 10px 55px 10px 15px;
  margin-bottom: 10px;
  cursor: pointer;
  color: #fff;
  background: #2a3133;
  border: 1px solid #707070;
  border-radius: 8px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}
@media (min-width: 768px) {
  .accordion__title-link {
    padding: 15px 20px;
  }
}
.accordion__title-link:hover,
.accordion__title-link:focus,
.accordion__title-link:active {
  color: #04bfad;
}
.accordion__title-link::after {
  position: absolute;
  content: 'expand_more';
  font-family: "Material Icons Round";
  top: 10px;
  right: 20px;
  font-size: 30px;
  line-height: 30px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (min-width: 768px) {
  .accordion__title-link::after {
    top: 15px;
  }
}
.accordion__title-link.state-accordion--open {
  background: #d5d5d5;
  border-color: #d5d5d5;
  color: #2a3133;
  margin-bottom: 0;
}
.accordion__title-link.state-accordion--open::after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.accordion__content {
  display: none;
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .accordion__content {
    padding: 30px 20px;
  }
}
.anker__legend {
  font-family: "Roboto", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.anker__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 5px 5px 2px 5px;
  margin-bottom: 20px;
  border-radius: 8px;
  background: #ebebeb;
}
@media (min-width: 768px) {
  .anker__list {
    margin-bottom: 30px;
  }
}
.anker__item {
  margin: 0 3px 3px 0;
}
.anker__link {
  display: flex;
  align-items: center;
  padding: 5px 8px;
  border: none;
  border-radius: 4px;
  background: #03a696;
  color: #fff;
  cursor: pointer;
  font-family: "Roboto", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1;
  justify-content: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.anker__link:hover,
.anker__link:focus,
.anker__link:active {
  color: #fff;
  background: #04bfad;
}
.anker__link--archive {
  background: #a5acaf;
}
.anker__link--archive:hover,
.anker__link--archive:focus,
.anker__link--archive:active {
  background: #707070;
}
.mod-cookie-notice {
  z-index: 2;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
  border-top: 3px solid #2a3133;
  transform: translateY(100%);
  -webkit-transition: transform 300ms ease;
  transition: transform 300ms ease;
}
.cookie-notice__text {
  text-align: center;
}
.cookie-notice__text .cookie-notice__link {
  display: inline-block;
  color: #03a696;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  text-decoration: none;
  margin-bottom: 20px;
}
.cookie-notice__text .cookie-notice__link:hover,
.cookie-notice__text .cookie-notice__link:focus,
.cookie-notice__text .cookie-notice__link:active {
  color: #2a3133;
}
.cookie-notice__text .cookie-notice__link:hover,
.cookie-notice__text .cookie-notice__link:focus,
.cookie-notice__text .cookie-notice__link:active {
  color: #2a3133;
}
.cookie-notice__button {
  display: unset !important;
  max-width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding: 20px 32px;
  border: none;
  border-radius: 8px;
  background: #03a696;
  color: #fff;
  cursor: pointer;
  font-family: "Roboto", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.cookie-notice__button:hover,
.cookie-notice__button:focus,
.cookie-notice__button:active {
  color: #fff;
  background: #04bfad;
}
.cookie-notice__button:hover,
.cookie-notice__button:focus,
.cookie-notice__button:active {
  color: #fff;
  background: #04bfad;
}
.cookie-notice--visible {
  transform: translateY(0);
}
.mod-emotion {
  z-index: -5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* emotion with a video*/
.emotion--video video {
  width: 100%;
  height: auto;
}
.mod-events {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .mod-events {
    margin-bottom: 100px;
  }
}
.events__list {
  display: flex;
  flex-direction: column;
}
.events__item {
  display: flex;
  flex-direction: column;
  padding: 3px;
  margin: 0 0 5px;
  border-radius: 8px;
  background: #ebebeb;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
}
.events__link,
.events__info {
  width: 100%;
}
.events__link {
  position: relative;
  display: flex;
  padding: 0 10px 0 0;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  color: #03a696;
  align-items: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}
@media (min-width: 768px) {
  .events__link {
    padding: 0 15px 0 0;
  }
}
.events__link:hover,
.events__link:focus,
.events__link:active {
  color: #04bfad;
  border-color: #04bfad;
}
.events__link:hover .events__title,
.events__link:focus .events__title,
.events__link:active .events__title {
  color: #04bfad;
}
.events__link:hover .events__calendar,
.events__link:focus .events__calendar,
.events__link:active .events__calendar {
  background: #04bfad;
}
.events__link::after {
  content: 'add_circle_outline';
  display: flex;
  margin-left: auto;
  font-family: "Material Icons Round";
  font-size: 30px;
  line-height: 30px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (min-width: 768px) {
  .events__link::after {
    top: 15px;
  }
}
.state-events--expanded .events__link {
  color: #04bfad;
  border-color: #04bfad;
}
.state-events--expanded .events__link::after {
  content: 'remove_circle_outline';
}
.state-events--expanded .events__link .events__title {
  color: #04bfad;
}
.state-events--expanded .events__link .events__calendar {
  background: #04bfad;
  border-bottom-left-radius: 0;
}
.events__link h2 {
  margin-bottom: 0;
}
.events__contact-link {
  margin-right: 15px;
}
.events__title {
  display: flex;
  flex-direction: column;
  color: #2a3133;
}
.events__title p {
  display: none;
}
@media (min-width: 768px) {
  .events__title p {
    display: block;
  }
  .state-events--expanded .events__title p {
    display: none;
  }
}
.events__title h2 {
  font-size: 20px;
  line-height: 1.2;
}
@media (min-width: 576px) {
  .events__title h2 {
    font-size: 25px;
  }
}
@media (min-width: 768px) {
  .events__title h2 {
    font-size: 32px;
  }
}
.events__calendar {
  display: flex;
  padding: 10px;
  margin-right: 10px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #03a696;
  color: #fff;
  font-family: "Roboto", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
}
@media (min-width: 768px) {
  .events__calendar {
    margin-right: 15px;
  }
}
.events__date {
  padding: 3px 0 10px;
  font-family: "Roboto", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 35px;
  white-space: nowrap;
}
.events__time {
  display: flex;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
}
.events__info {
  margin: 0;
  padding: 20px 15px;
  justify-content: start;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background: #fff;
}
.events__info h3 {
  margin-bottom: 5px;
}
.events__info p .events__location {
  display: flex;
  align-items: center;
}
.events__info p .events__icon {
  margin: 0 3px;
  color: #707070;
}
.events__description {
  margin-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}
.events__description a {
  color: #03a696;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  text-decoration: none;
}
.events__description a:hover,
.events__description a:focus,
.events__description a:active {
  color: #2a3133;
}
.events__description a:hover,
.events__description a:focus,
.events__description a:active {
  color: #2a3133;
}
.mod-footer .footer__legal-nav {
  display: flex;
}
.mod-footer .footer__legal-nav li {
  margin-right: 10px;
}
.mod-gallery {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .mod-gallery {
    margin: -15px -15px 50px;
  }
}
.mod-gallery .gallery-item {
  padding: 5px;
}
@media (min-width: 768px) {
  .mod-gallery .gallery-item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .mod-gallery .gallery-item {
    width: 33%;
    padding: 15px;
  }
}
.mod-gallery .gallery-item a {
  position: relative;
  display: block;
  border: 2px solid #fff;
  border-radius: 8px;
}
.mod-gallery .gallery-item a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.mod-gallery .gallery-item a:hover:before,
.mod-gallery .gallery-item a:active:before,
.mod-gallery .gallery-item a:focus:before {
  background: transparent;
}
.mod-gallery .gallery-item img {
  width: 100%;
  height: auto;
  vertical-align: top;
  border-radius: 8px;
}
.gallery__back {
  width: 100%;
  display: flex;
  justify-content: center;
}
.gallery__back .button-primary {
  width: 120px;
}
.gallery-item--single {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .gallery-item--single {
    margin-bottom: 30px;
  }
}
.gallery-item--single a {
  width: 50%;
  border-radius: 4px;
  border: 1px solid #ebebeb;
}
.mod-header.state-header--nav-active .header__nav {
  right: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.header__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .header__wrapper {
    padding: 0;
  }
}
.header__nav-trigger {
  display: flex;
  color: #2a3133;
  text-decoration: none;
}
.header__nav-trigger:hover,
.header__nav-trigger:focus,
.header__nav-trigger:active {
  color: #03a696;
}
.header__nav-trigger .material-icons-round {
  font-size: 32px !important;
}
@media (min-width: 768px) {
  .header__nav-trigger {
    display: none;
  }
}
.header__nav {
  z-index: 15;
  display: flex;
  position: fixed;
  right: 100%;
  bottom: 0;
  width: 100%;
  height: 100%;
  flex-direction: column;
  background-color: #03a696;
  -webkit-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  backface-visibility: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (min-width: 768px) {
  .header__nav {
    position: static;
    height: auto;
    width: auto;
    flex-grow: 1;
    align-items: flex-end;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: padding-left 200ms ease;
    transition: padding-left 200ms ease;
    background-color: transparent;
  }
}
.header__nav-buttons {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
@media (min-width: 768px) {
  .header__nav-buttons {
    display: none;
  }
}
.header__nav-home,
.header__nav-close {
  padding: 0;
  font-size: 32px;
  background: #03a696;
  color: #fff;
  border: none;
}
.header__nav-home:hover,
.header__nav-close:hover,
.header__nav-home:focus,
.header__nav-close:focus,
.header__nav-home:active,
.header__nav-close:active {
  color: #2a3133;
}
.l-header {
  z-index: 5;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
@media (min-width: 768px) {
  .l-header {
    padding: 15px 0;
  }
}
.l-header .container {
  position: relative;
}
.l-emotion {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 41.66%;
  margin-top: 80px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .l-emotion {
    margin-bottom: 70px;
  }
}
@media (min-width: 768px) {
  .l-emotion {
    overflow: hidden;
    margin-top: 0;
  }
}
.l-main {
  text-align: left;
  min-height: 400px;
}
.l-main--space-top {
  margin-top: 100px;
}
@media (min-width: 768px) {
  .l-main--space-top {
    margin-top: 150px;
  }
}
.l-footer {
  position: relative;
  padding: 20px 0 0;
  border-top: 1px solid #a5acaf;
}
.l-breakout {
  position: relative;
  width: calc(100% + 30px);
  padding: 20px 0;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 30px;
  background: #ebebeb;
}
@media (min-width: 768px) {
  .l-breakout {
    margin-bottom: 70px;
  }
}
@media (min-width: 768px) {
  .l-breakout {
    width: calc(100% + 4rem);
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
@media (min-width: 1400px) {
  .l-breakout {
    width: calc(100% + 16rem);
    margin-left: -8rem;
    margin-right: -8rem;
  }
}
@media (min-width: 1680px) {
  .l-breakout {
    width: auto;
    margin-left: -50%;
    margin-right: -50%;
  }
}
.page-overlay {
  display: none;
}
.page-overlay.is-active {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.8);
}
.logo__img {
  width: 70px;
  height: auto;
  align-self: center;
  order: 2;
}
@media (min-width: 768px) {
  .logo__img {
    width: 100px;
    order: 1;
    -webkit-transition: width 300ms ease;
    transition: width 300ms ease;
  }
}
.logo__link {
  display: flex;
  align-items: flex-end;
  color: #2a3133;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  text-decoration: none;
}
.logo__link:hover,
.logo__link:focus,
.logo__link:active {
  color: #03a696;
}
.logo__link:hover,
.logo__link:focus,
.logo__link:active {
  color: #03a696;
}
.logo__name {
  margin-left: 10px;
  font-family: "Roboto", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 1.2;
  line-height: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .logo__name {
    text-align: left;
    order: 2;
  }
}
.logo__claim {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
}
.nav-a11y__title {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.nav-a11y__link {
  position: absolute;
  top: -20000em;
  left: -2000em;
  display: block;
  width: auto;
  height: auto;
  background-color: #fff;
  border-radius: 8px;
  color: #2a3133;
  text-decoration: none;
}
.nav-a11y__link:focus {
  font-family: "Roboto", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  z-index: 50;
  outline: none;
  border: 2px solid #04bfad;
  border-radius: 8px;
  padding: 10px;
  top: 3px;
  left: 3px;
}
.mod-nav-backdrop {
  display: none;
}
.mod-nav-backdrop.state-nav-backdrop--active {
  z-index: 5;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background: transparent;
  width: 100vw;
  height: 100vh;
}
.mod-nav-backdrop.state-nav-backdrop--schedule-active {
  z-index: 20;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  width: 100vw;
  height: 100vh;
}
.mod-nav-main {
  display: flex;
}
.nav-main__items {
  padding: 0 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .nav-main__items {
    display: flex;
    padding: 0;
    margin-top: -10px;
    margin-left: auto;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.nav-main__item {
  display: block;
}
.nav-main__item.active .nav-main__link {
  color: #2a3133;
}
@media (min-width: 768px) {
  .nav-main__item {
    position: relative;
    text-align: center;
  }
  .nav-main__item:hover .nav-main__flyout {
    display: block;
    opacity: 1;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  .nav-main__item.active .nav-main__link {
    color: #2a3133;
  }
}
.nav-main__flyout {
  z-index: 20;
  position: absolute;
  opacity: 0;
  top: -50px;
  right: 0;
  width: 100%;
  height: calc(100% - 50px);
  padding-top: 50px;
  -webkit-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  background-color: #03a696;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (min-width: 768px) {
  .nav-main__flyout {
    display: none;
    top: 0;
    width: auto;
    height: 100%;
    padding-top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background-color: transparent;
  }
}
.state-nav-main-level--active .nav-main__flyout {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  pointer-events: auto;
}
@media (min-width: 768px) {
  .state-nav-main-level--active .nav-main__flyout {
    display: block;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.nav-main__buttons {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
@media (min-width: 768px) {
  .nav-main__buttons {
    display: none;
  }
}
.nav-main__back,
.nav-main__close {
  padding: 0;
  font-size: 32px;
  background: #03a696;
  border: none;
  color: #fff;
}
.nav-main__back:hover,
.nav-main__close:hover,
.nav-main__back:focus,
.nav-main__close:focus,
.nav-main__back:active,
.nav-main__close:active {
  color: #2a3133;
  background: #03a696;
}
.nav-main__link {
  position: relative;
  display: block;
  width: 100%;
  padding: 16px 50px 17px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  font-family: "Roboto", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.3;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .nav-main__link {
    font-size: 20px;
  }
}
.nav-main__link:hover,
.nav-main__link:focus,
.nav-main__link:active {
  color: #2a3133;
}
.nav-main__link span {
  text-transform: none;
  display: block;
  font-size: 12px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .nav-main__link {
    padding: 0;
    margin-right: 30px;
    -webkit-transition: color 300ms ease;
    transition: color 300ms ease;
    border-bottom: 0;
    color: #03a696;
  }
  .nav-main__link:hover,
  .nav-main__link:focus,
  .nav-main__link:active {
    color: #2a3133;
  }
}
.nav-main__icon-deep {
  position: absolute;
  top: calc(50% - 9px);
  right: 10px;
}
@media (min-width: 768px) {
  .nav-main__icon-deep {
    display: none !important;
  }
}
.nav-main__link-level {
  position: relative;
  display: block;
  padding: 10px 20px;
  font-family: "Roboto", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}
.nav-main__link-level::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 20px;
  width: calc(100% - 40px);
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
.nav-main__link-level:hover,
.nav-main__link-level:focus,
.nav-main__link-level:active {
  color: #2a3133;
}
@media (min-width: 768px) {
  .nav-main__link-level {
    display: none;
  }
}
.nav-main__sub {
  position: relative;
}
@media (min-width: 768px) {
  .nav-main__sub {
    margin-top: 14px;
    padding: 20px 0;
    min-width: 280px;
    background: #03a696;
    border-radius: 4px;
  }
}
.nav-main__sub-items {
  padding: 0 20px;
}
.nav-main__sub-items li.active .nav-main__sub-link {
  color: #2a3133;
}
.nav-main__sub-link {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  text-decoration: none;
  text-transform: none;
  font-family: "Roboto", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nav-main__sub-link:hover,
.nav-main__sub-link:focus,
.nav-main__sub-link:active {
  color: #2a3133;
}
@media (min-width: 768px) {
  .nav-main__sub-link {
    padding: 5px 0;
    border-bottom: none;
    text-align: right;
  }
  .nav-main__sub-link:hover,
  .nav-main__sub-link:focus,
  .nav-main__sub-link:active {
    color: #2a3133;
  }
}
.mod-nav-meta {
  order: 1;
}
@media (min-width: 768px) {
  .mod-nav-meta {
    position: absolute;
    top: 0;
    right: 0;
    background: #2a3133;
    width: 100%;
    padding: 15px 0;
  }
  .mod-nav-meta::before,
  .mod-nav-meta::after {
    z-index: -1;
    content: '';
    position: absolute;
    background: #2a3133;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .mod-nav-meta::before {
    left: -50vw;
  }
  .mod-nav-meta::after {
    right: -50vw;
  }
}
.nav-meta__items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media (min-width: 768px) {
  .nav-meta__items {
    margin: 0;
    align-items: center;
    justify-content: flex-end;
    border-bottom: none;
  }
}
.nav-meta__item {
  position: relative;
  display: flex;
  width: 70%;
  align-items: center;
}
@media (min-width: 768px) {
  .nav-meta__item {
    width: auto;
    padding: 0 25px;
  }
  .nav-meta__item:last-child {
    padding-right: 0;
  }
  .nav-meta__item.active .nav-meta__link {
    color: #03a696;
  }
}
.nav-meta__item--search {
  position: relative;
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .nav-meta__item--search {
    width: auto;
  }
}
.nav-meta__item--cart,
.nav-meta__item--language {
  width: 15%;
  justify-content: flex-end;
  text-align: right;
}
@media (min-width: 768px) {
  .nav-meta__item--cart,
  .nav-meta__item--language {
    width: auto;
  }
}
.nav-meta__item--language .nav-meta__link {
  padding-right: 20px;
}
.nav-meta__item--language .nav-meta__link:hover:after,
.nav-meta__item--language .nav-meta__link:focus:after,
.nav-meta__item--language .nav-meta__link:active:after {
  color: #fff;
}
.nav-meta__item--language .nav-meta__link:after {
  position: absolute;
  content: '|';
  right: 8px;
}
.nav-meta__item--language .nav-meta__link:last-child {
  padding-right: 0;
}
.nav-meta__item--language .nav-meta__link:last-child:after {
  display: none;
}
.nav-meta__link {
  position: relative;
  padding: 15px 0;
  font-family: "Roboto", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  text-decoration: none;
}
.nav-meta__link:hover,
.nav-meta__link:focus,
.nav-meta__link:active {
  color: #04bfad;
}
@media (min-width: 768px) {
  .nav-meta__link {
    padding: 0;
    -webkit-transition: color 300ms ease;
    transition: color 300ms ease;
    border-bottom: 0;
  }
  .nav-meta__link:hover,
  .nav-meta__link:focus,
  .nav-meta__link:active {
    color: #04bfad;
  }
}
.nav-meta__button {
  position: relative;
  padding: 15px 0;
  font-size: 32px;
  width: 32px;
  background: transparent;
  color: #fff;
  border: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.nav-meta__button:hover,
.nav-meta__button:focus,
.nav-meta__button:active {
  color: #04bfad;
  cursor: pointer;
}
.nav-meta__button:hover .nav-meta__cart-indicator,
.nav-meta__button:focus .nav-meta__cart-indicator,
.nav-meta__button:active .nav-meta__cart-indicator {
  background: #fff;
}
@media (min-width: 768px) {
  .nav-meta__button {
    padding: 0;
  }
}
.nav-meta__cart-indicator {
  position: absolute;
  top: 12px;
  right: 0;
  content: '';
  width: 15px;
  height: 15px;
  font-size: 12px;
  line-height: 1.2;
  line-height: 15px;
  color: #2a3133;
  background: #04bfad;
  border-radius: 50%;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}
@media (min-width: 768px) {
  .nav-meta__cart-indicator {
    top: 0;
  }
}
.search__form {
  position: relative;
}
.search__button {
  position: absolute;
  display: flex;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45px;
  align-items: center;
  justify-content: center;
  border: none;
  background: none;
  color: #2a3133;
  cursor: pointer;
}
.search__input {
  width: 100%;
  padding: 5px 20px;
  height: 50px;
  border: 2px solid transparent;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  background: #fff;
  border-radius: 8px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.search__input:hover,
.search__input:active,
.search__input:focus {
  border: 1px solid #04bfad;
}
@media (min-width: 768px) {
  .search__input {
    max-width: 250px;
    height: 30px;
  }
}
.search__label {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.mod-team {
  display: flex;
  padding: 0;
  flex-wrap: wrap;
  list-style: none;
  gap: 30px;
  justify-content: flex-start;
}
.team__item {
  position: relative;
  display: flex;
  width: 300px;
  padding: 30px 30px 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  align-items: center;
  flex-direction: column;
  background: #fff;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .team__item {
    margin-bottom: 30px;
  }
}
.team__item p {
  text-align: center;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .team__item {
    margin-left: unset;
    margin-right: unset;
    width: calc((100% - 60px) / 3);
  }
}
@media (min-width: 1200px) {
  .team__item {
    width: calc((100% - 90px) / 4);
  }
}
.team__photo {
  margin-bottom: 20px;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .team__photo {
    margin-bottom: 30px;
  }
}
.team__photo img {
  display: block;
  border-radius: 8px;
}
.team--contact .team__item--contact {
  background: #ebebeb;
}
@media (min-width: 768px) {
  .team--contact .team__item--contact {
    margin-left: unset;
    margin-right: unset;
    width: calc((100% - 30px) / 2);
  }
}
@media (min-width: 1200px) {
  .team--contact .team__item--contact {
    width: calc((100% - 60px) / 3);
  }
}
.team__contact-link {
  justify-content: center;
}
.teaser__list {
  display: flex;
  padding: 0;
  flex-wrap: wrap;
  list-style: none;
}
@media (min-width: 768px) {
  .teaser__list {
    margin: 0 -30px;
  }
}
.teaser__item {
  position: relative;
  display: flex;
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .teaser__item {
    padding: 0 30px;
    width: 33.3%;
  }
}
@media (min-width: 1200px) {
}
.teaser__title {
  position: relative;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .teaser__title {
    margin-bottom: 40px;
  }
}
.teaser__img {
  margin-bottom: 20px;
  border-radius: 8px;
}
.teaser__text {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 0 15px;
  flex-direction: column;
  font-size: 14px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .teaser__text {
    font-size: 20px;
  }
}
.teaser__wrapper {
  width: 100%;
}
.teaser__link {
  position: relative;
  width: 100%;
  padding: 40px 60px 40px 30px;
  color: #03a696;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  text-decoration: none;
  border-bottom: none;
  color: #2a3133;
  background: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 8px;
}
.teaser__link:hover,
.teaser__link:focus,
.teaser__link:active {
  color: #2a3133;
}
.teaser__link:hover,
.teaser__link:focus,
.teaser__link:active {
  color: #2a3133;
}
.teaser__link:hover,
.teaser__link:focus,
.teaser__link:active {
  color: #2a3133;
}
.teaser__link:hover .teaser__date,
.teaser__link:focus .teaser__date,
.teaser__link:active .teaser__date {
  background: #04bfad;
}
.teaser__link--gallery {
  padding: 40px 30px;
}
.teaser__link--home {
  padding: 0;
}
.teaser__subtitle {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .teaser__subtitle {
    font-size: 20px;
  }
}
.teaser__date {
  position: absolute;
  display: flex;
  top: -10px;
  right: -10px;
  width: 70px;
  height: 70px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #03a696;
  color: #fff;
  font-family: "Roboto", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
}
.teaser__date--day {
  font-family: "Roboto", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 35px;
  padding-bottom: 5px;
}
.teaser--text .grid-item {
  display: flex;
  flex-direction: column;
}
.teaser--text .grid-item .button-primary {
  margin-top: auto;
}
.mod-video {
  position: relative;
}
.mod-video .media-container {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
  margin-bottom: 20px;
}
.mod-video .media-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
