@charset "UTF-8";
/*
  imports
*/
@import url("../css/reset.css");
@import url("../css/fonts.css");
@import url("../icons/bs-icons/bs-icons.css");
/*
  colors
*/
/*#37b017*/
/*#37b017*/
/*
  header
*/
/*
  container
*/
/*
  breakpoints
*/
/*  ============================================================
    TRANSITION
    ============================================================ */
/*  ============================================================
    BUTTONS
    ============================================================ */
/*  ============================================================
    ELEMENTOR OVERRIDES
    ============================================================ */
.elementor-widget-container {
  line-height: 1.5;
}
/*  ============================================================
    ELEMENTOR BUTTONS
    ============================================================ */
.elementor-element.vidar-btn-primary .elementor-button {
  color: #10a1d2 !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  text-transform: unset !important;
  padding: 24px !important;
  background: none !important;
  border: 2px solid #10a1d2 !important;
}
.elementor-element.vidar-btn-primary .elementor-button:hover {
  color: #fff !important;
  background: #10a1d2 !important;
}
.elementor-element.vidar-btn-primary.size-small .elementor-button {
  padding: 16px !important;
}
.elementor-element.vidar-btn-white .elementor-button {
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  text-transform: unset !important;
  padding: 24px !important;
  background: none !important;
  border: 2px solid #fff !important;
}
.elementor-element.vidar-btn-white .elementor-button:hover {
  color: #10a1d2 !important;
  background: #fff !important;
}
.elementor-element.vidar-btn-white.size-small .elementor-button {
  padding: 16px !important;
}
.elementor-field-group.elementor-field-type-submit .elementor-button[type="submit"] {
  height: auto !important;
}
.elementor-field-group.elementor-field-type-text .elementor-field-textual {
  color: #000 !important;
}
/*  ============================================================

    ============================================================ */
.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1400px !important;
}
.elementor-heading-title {
  line-height: 1.2;
  letter-spacing: 0;
}
h1.elementor-heading-title {
  font-size: 40px;
}
h1.elementor-heading-title .hero-subline {
  font-size: 24px;
  color: #27bcee;
}
h2.elementor-heading-title, h3.elementor-heading-title {
  font-size: 32px;
}
div.elementor-heading-title {
  font-size: 28px;
}
.elementor-element.vidar-icon-box .elementor-icon-box-title {
  margin-bottom: 8px !important;
  display: block !important;
}
/*  ============================================================
    PAGE OPENER
    ============================================================ */
.elementor-element.vidar-page-opener {
  padding: 128px 16px;
}
.elementor-element.vidar-page-opener .e-con-inner {
  padding: 0;
  position: relative;
  z-index: 1;
}
.elementor-element.vidar-page-opener .e-con-inner .e-con {
  padding: 0;
}
.elementor-element.vidar-page-opener .e-con-inner .e-con .elementor-heading-title {
  line-height: 1.2;
}
.elementor-element.vidar-page-opener .e-con-inner .e-con h1.elementor-heading-title {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.elementor-element.vidar-page-opener .e-con-inner .e-con div.elementor-heading-title {
  font-size: 28px;
}
.elementor-element.vidar-page-opener .e-con-inner .e-con p {
  color: #fff;
}
.elementor-element.vidar-page-opener:before {
  z-index: 1;
}
.elementor-element.vidar-page-opener:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.6) 100%);
}
::placeholder {
  color: rgba(0, 0, 0, 0.7);
  opacity: 1;
}
:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
/*
  focus
*/
*:focus:not(:focus-visible) {
  outline: none;
}
*:focus-visible {
  outline: 2px solid #000;
  outline-offset: 1px;
}
/*
  label
*/
label {
  line-height: 1.3;
  cursor: pointer;
  display: inline-block;
}
/*
  input, select, button, textarea
*/
input, select, textarea, button, optgroup {
  font-size: inherit;
  font-family: inherit;
  border: 0;
  -moz-appearance: initial;
}
input[type="text"], input[type="email"], input[type="url"], input[type="search"], input[type="number"], input[type="tel"], input[type="password"], input[type="date"], input[type="month"], input[type="time"], input[type="file"], input[type="submit"], select, button {
  line-height: 54px;
  height: 56px;
  padding: 0 16px;
  border: 1px solid rgba(34, 34, 34, 0.2);
  border-radius: 4px;
  box-shadow: 0 1px 4px 0 rgba(34, 34, 34, 0.1) inset;
  transition: all 0.2s;
}
/*
  button & submit
*/
button[type="submit"], input[type="submit"] {
  color: #000;
  text-decoration: none;
  display: inline-block;
  background: none;
  border-color: #000;
  transition: all 0.1s;
  transition-property: color, background-color, border-color;
}
button[type="submit"]:hover, input[type="submit"]:hover {
  cursor: pointer;
  background: #000;
  border-color: #000;
}
/*
  textarea
*/
textarea {
  padding: 16px;
  border: 1px solid rgba(34, 34, 34, 0.2);
  border-radius: 4px;
  box-shadow: 0 1px 4px 0 rgba(34, 34, 34, 0.1) inset;
  transition: all 0.2s;
}
/*
  radio & checkbox
*/
input[type="radio"], input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin: 0;
  position: relative;
}
input[type="radio"]:after, input[type="checkbox"]:after {
  content: "";
  color: #fff;
  font-family: "bootstrap-icons", sans-serif;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: visible;
  border: 1px solid rgba(34, 34, 34, 0.2);
}
input[type="radio"]:checked:after, input[type="checkbox"]:checked:after {
  content: "";
  background: #27bcee;
  border-color: #27bcee;
}
input[type="radio"]:after {
  font-size: 32px;
  border-radius: 1000px;
}
input[type="radio"]:checked:after {
  content: "";
}
input[type="checkbox"]:after {
  font-size: 16px;
}
input[type="checkbox"]:checked:after {
  content: "";
}
.wpcf7 form.wpcf7-form {
  /*
      submit
    */
  /*
      spinner
    */
  /*
      response
    */
  /*
      mailmoon
    */
}
.wpcf7 form.wpcf7-form input[type="submit"] {
  padding: 0;
  margin: 0;
  width: auto;
  height: auto;
  line-height: normal;
  color: #000;
  font-weight: 500;
  text-decoration: none;
  padding: 12px 22px;
  display: inline-flex;
  justify-content: space-between;
  border-radius: 3px;
  border: 1px solid #000;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.15);
}
.wpcf7 form.wpcf7-form input[type="submit"].active, .wpcf7 form.wpcf7-form input[type="submit"]:hover {
  color: #fff;
  background: #27bcee;
  border-color: #27bcee;
}
.wpcf7 form.wpcf7-form input[type="submit"]:hover {
  cursor: pointer;
}
.wpcf7 form.wpcf7-form input[type="submit"]:disabled {
  opacity: 0.25;
}
.wpcf7 form.wpcf7-form input[type="submit"]:disabled:hover {
  color: inherit !important;
  background: inherit !important;
  border-color: inherit !important;
}
.wpcf7 form.wpcf7-form input[type="submit"] > i:first-child {
  margin-right: 4px;
}
.wpcf7 form.wpcf7-form input[type="submit"] > i:last-child {
  margin-left: 4px;
}
.wpcf7 form.wpcf7-form .wpcf7-spinner {
  width: 16px;
  height: 16px;
  margin: 0 8px;
  opacity: 0.5;
}
.wpcf7 form.wpcf7-form .wpcf7-spinner:before {
  width: 6px;
  height: 6px;
  top: 3px;
  left: 3px;
  transform-origin: 5px 5px;
}
.wpcf7 form.wpcf7-form .wpcf7-response-output {
  font-size: smaller;
  font-weight: bold;
  line-height: 1.5;
  padding: 0;
  margin: 16px 0 0 0;
  border: 0;
}
.wpcf7 form.wpcf7-form.invalid .wpcf7-response-output, .wpcf7 form.wpcf7-form.unaccepted .wpcf7-response-output, .wpcf7 form.wpcf7-form.spam .wpcf7-response-output {
  color: #892626;
  background: transparent;
}
.wpcf7 form.wpcf7-form.sent .wpcf7-response-output {
  color: #0d6b10;
  background: transparent;
}
.wpcf7 form.wpcf7-form .mailmoon {
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
}
html {
  scroll-behavior: smooth;
}
body {
  color: #000;
  font-size: 18px;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: 400;
}
*, *:before, *:after {
  box-sizing: border-box;
}
small {
  font-size: smaller;
}
p {
  line-height: 1.5;
  margin-bottom: 24px;
}
p:last-child {
  margin: 0;
}
b, strong {
  font-weight: bold;
}
a {
  color: #27bcee;
  text-decoration: underline;
  transition: all 0.1s;
  transition-property: color, background-color, border-color;
}
a:hover {
  color: #10a1d2;
}
li {
  line-height: 1.5;
}
img {
  max-width: 100%;
}
/*  ============================================================
    HEADLINES
    ============================================================ */
h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
}
h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
}
h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}
/*  ============================================================
    LENIS SCROLL
    ============================================================ */
html.lenis, html.lenis body {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-smooth iframe {
  pointer-events: none;
}
/*  ============================================================
    SCROLLBAR
    ============================================================ */
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #fff;
}
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #27bcee;
}
/*  ============================================================
    CONTAINER
    ============================================================ */
.container {
  max-width: 1400px;
  margin: auto;
}
/*  ============================================================
     TOPBAR
     ============================================================ */
#topbar {
  color: #fff;
  font-size: 15px;
  padding: 16px;
  position: relative;
  z-index: 10;
  background: #27bcee;
}
#topbar .container {
  display: flex;
  align-items: center;
  justify-content: center;
  /*
      rating
    */
  /*
      quicklinks
    */
}
@media (min-width: 1025px) {
  #topbar .container {
    justify-content: space-between;
  }
}
#topbar .container a {
  color: inherit;
}
#topbar .container .rating {
  display: flex;
  align-items: center;
}
#topbar .container .rating .star-wrapper {
  margin-right: 6px;
  display: inline-flex;
}
#topbar .container .rating .star-wrapper i {
  color: #f7b400;
}
#topbar .container .quicklinks {
  display: none;
}
@media (min-width: 1025px) {
  #topbar .container .quicklinks {
    display: block;
  }
}
#topbar .container .quicklinks ul.menu {
  display: inline-flex;
}
#topbar .container .quicklinks ul.menu li {
  border-right: 1px solid #fff;
}
#topbar .container .quicklinks ul.menu li a {
  color: inherit;
  text-decoration: none;
  padding: 0 10px;
}
#topbar .container .quicklinks ul.menu li:last-child {
  border: 0;
}
#topbar .container .quicklinks ul.menu li:last-child a {
  padding-right: 0;
}
/*  ============================================================
    HEADER
    ============================================================ */
#header {
  padding: 0 16px;
  position: relative;
  z-index: 10;
  background: #fff;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.5s, background 0.5s;
}
#header.sticky {
  position: sticky !important;
  top: 0 !important;
  transform: translateY(0);
  transition: transform 0.5s;
  background: #fff !important;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.1) !important;
}
#header.sticky-hide {
  position: sticky;
  top: 0;
  transform: translateY(-200%);
  transition: transform 0.5s;
}
#header.sticky-ready-state {
  position: sticky;
  top: 0;
  transform: translateY(-200%);
}
#header .container {
  padding: 22px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*
      burger
    */
  /*
      brand
    */
  /*
      navigation
    */
  /*
      call actions
    */
}
@media (min-width: 1261px) {
  #header .container {
    padding: 28px 0;
  }
}
#header .container #burger {
  color: #000;
  padding: 5px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1000px;
}
@media (min-width: 1261px) {
  #header .container #burger {
    display: none;
  }
}
#header .container #burger.active {
  color: #fff;
  background: #27bcee;
  border-color: #27bcee;
}
#header .container #burger i.bi {
  font-size: 24px;
}
#header .container .brand {
  width: 200px;
  max-width: 40%;
}
#header .container .brand img {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 1260px) {
  #header .container #navigation {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    padding: 16px;
    margin: 0 -16px;
    background: #fff;
    display: none;
  }
}
@media (min-width: 1261px) {
  #header .container #navigation {
    text-align: center;
    flex: 1;
    display: block !important;
  }
}
#header .container #navigation > li {
  position: relative;
  /*
          lvl1
        */
  /*
          chevron
        */
  /*
          subnavi
        */
}
@media (min-width: 1261px) {
  #header .container #navigation > li {
    display: inline-block;
  }
}
#header .container #navigation > li > a {
  color: #000;
  font-weight: 700;
  text-decoration: none;
  padding: 12px 0;
  display: inline-block;
  transition: all 0.2s;
}
#header .container #navigation > li > a:hover {
  color: #27bcee;
}
#header .container #navigation > li > a.active {
  color: #27bcee;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}
@media (min-width: 1261px) {
  #header .container #navigation > li > a {
    font-weight: 600;
    padding: 0 16px;
    border: 0;
  }
  #header .container #navigation > li > a:hover {
    color: #27bcee;
    background: unset;
  }
  #header .container #navigation > li > a.parent {
    padding-right: 16px;
  }
}
#header .container #navigation > li .chevron {
  color: #000;
  width: 50px;
  height: 39px;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1261px) {
  #header .container #navigation > li .chevron {
    color: #000;
    font-size: 10px;
    width: auto;
    height: auto;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
#header .container #navigation > li .chevron:before {
  content: "";
  font-family: bootstrap-icons !important;
  display: block;
}
#header .container #navigation > li:hover .subnavi {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#header .container #navigation > li .subnavi {
  display: none;
}
@media (min-width: 1261px) {
  #header .container #navigation > li .subnavi {
    text-align: left;
    min-width: 240px;
    max-width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(24px);
    transition: all 0.3s;
    display: block !important;
  }
  #header .container #navigation > li .subnavi:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 14px;
    left: 24px;
    display: block;
    border-style: solid;
    border-width: 0 11px 11px 11px;
    border-color: transparent transparent #ececec transparent;
  }
  #header .container #navigation > li .subnavi:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 15px;
    left: 25px;
    display: block;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff transparent;
  }
}
#header .container #navigation > li .subnavi > ul {
  margin: 11px 0 14px 24px;
}
@media (min-width: 1261px) {
  #header .container #navigation > li .subnavi > ul {
    padding: 12px;
    margin: 24px 0 0 0;
    background: #fff;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid #ececec;
    border-radius: 3px;
  }
}
#header .container #navigation > li .subnavi > ul > li > a {
  color: #27bcee;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
  margin-bottom: 16px;
  display: inline-block;
  transition: all 0.2s;
}
@media (min-width: 1261px) {
  #header .container #navigation > li .subnavi > ul > li > a {
    color: #000;
    padding: 12px;
    margin: 0;
    display: block;
  }
}
#header .container #navigation > li .subnavi > ul > li > a:hover {
  color: #27bcee;
}
@media (min-width: 1261px) {
  #header .container #navigation > li .subnavi > ul > li > a:hover span {
    border-color: #27bcee;
  }
}
#header .container #navigation > li .subnavi > ul > li > a.active {
  color: #000;
}
#header .container #navigation > li .subnavi > ul > li > a.active span {
  border-color: #000;
}
@media (min-width: 1261px) {
  #header .container #navigation > li .subnavi > ul > li > a.active {
    color: #27bcee;
  }
  #header .container #navigation > li .subnavi > ul > li > a.active span {
    border-color: #27bcee;
  }
}
#header .container #navigation > li .subnavi > ul > li:last-child a {
  margin: 0;
}
@media (min-width: 481px) {
  #header .container .call-actions a.action-mobile {
    display: none;
  }
}
#header .container .call-actions a.action-desktop {
  display: none;
}
@media (min-width: 481px) {
  #header .container .call-actions a.action-desktop {
    display: block;
  }
}
/*  ============================================================
    CURSOR
    ============================================================ */
/*
  cursor
*/
.cursor {
  pointer-events: none;
  width: 28px;
  height: 28px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20;
  transform: translate(calc(-50% + 15px), -50%);
  display: none;
  border: 1px solid #27bcee;
  border-radius: 100%;
  transition: all 200ms ease-out;
  /*
    reference
  */
  /*
    didyouknow
  */
}
@media (min-width: 1025px) {
  .cursor {
    display: block;
  }
}
.cursor.hover {
  background-color: #fff;
  border-color: #fff;
  opacity: 0.8;
}
.cursor.reference {
  width: 180px;
  height: 180px;
}
.cursor.reference.hover {
  background: none;
  border-color: #27bcee;
}
.cursor.didyouknow {
  width: 288px;
  height: 288px;
}
.cursor.didyouknow.hover {
  opacity: 1;
  background: none;
  border-color: #27bcee;
}
.cursor.didyouknow.click {
  width: 208px;
  height: 208px;
}
.cursor_inner {
  pointer-events: none;
  width: 12px;
  height: 12px;
  position: fixed;
  z-index: 20;
  transform: translate(-50%, -50%);
  display: none;
  background-color: #000;
  border-radius: 100%;
  transition: width 0.2s, height 0.2s, opacity 0.2s;
  /*
    reference
  */
  /*
    didyouknow
  */
}
@media (min-width: 1025px) {
  .cursor_inner {
    display: block;
  }
}
.cursor_inner.click {
  width: 20px;
  height: 20px;
  background: #27bcee;
  opacity: 0.8;
}
.cursor_inner.reference {
  width: 144px;
  height: 144px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  border: 0;
}
.cursor_inner.reference:after {
  content: "Customer Story";
  color: #fff;
  font-size: 11px;
  line-height: 1.4;
  white-space: pre-wrap;
  display: block;
}
.cursor_inner.reference.hover {
  opacity: 1;
}
.cursor_inner.reference.click {
  width: 112px;
  height: 112px;
  background: #27bcee;
}
.cursor_inner.didyouknow {
  width: 208px;
  height: 208px;
  background: none;
  border: 1px solid #000;
}
.cursor_inner.didyouknow.click {
  width: 288px;
  height: 288px;
}
/*  ============================================================
    TAGS
    ============================================================ */
.footer-tags {
  padding: 80px 32px;
}
.footer-tags .container {
  max-width: 1200px;
}
.footer-tags .tags {
  text-align: center;
}
.footer-tags .tags a {
  color: #000;
  font-weight: 500;
  text-decoration: none;
  padding: 12px 22px;
  margin: 8px 8px 8px 0;
  display: inline-block;
  border-radius: 3px;
  border: 1px solid #000;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.15);
}
.footer-tags .tags a:hover {
  color: #fff;
  background: #27bcee;
  border-color: #27bcee;
}
/*  ============================================================
    BOTTOM
    ============================================================ */
.footer-bottom {
  padding: 64px 16px;
  background: #095873;
  /*
	navigation
  */
}
@media (min-width: 1025px) {
  .footer-bottom .navigation {
    display: flex;
    justify-content: space-between;
  }
}
.footer-bottom .navigation .col {
  padding: 16px;
  /*
        logo
      */
  /*
        title
      */
  /*
        contact
      */
  /*
        nav
      */
}
@media (min-width: 1025px) {
  .footer-bottom .navigation .col {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.footer-bottom .navigation .col > .col {
  padding: 0;
}
.footer-bottom .navigation .col .col-logo {
  margin-bottom: 32px;
  position: relative;
}
.footer-bottom .navigation .col .col-logo img {
  max-width: 200px;
}
.footer-bottom .navigation .col .col-title {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 6px;
  margin-bottom: 20px;
  position: relative;
  border-bottom: 2px solid #10a1d2;
  display: inline-block;
}
.footer-bottom .navigation .col.col-contact .contact-box {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
.footer-bottom .navigation .col.col-contact .contact-box.fs {
  align-items: flex-start;
}
.footer-bottom .navigation .col.col-contact .contact-box:last-child {
  margin: 0;
}
.footer-bottom .navigation .col.col-contact .contact-box .icon {
  color: #27bcee;
  font-size: 16px;
  width: 34px;
  height: 34px;
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #27bcee;
  border-radius: 1000px;
}
.footer-bottom .navigation .col.col-contact .contact-box p {
  color: #fff;
  line-height: 1.7;
}
.footer-bottom .navigation .col.col-contact .contact-box p a {
  color: #27bcee;
  text-decoration: none;
}
.footer-bottom .navigation .col.col-contact .contact-box p a:hover {
  text-decoration: underline;
}
.footer-bottom .navigation .col.col-nav > ul > li > ul {
  margin-left: 12px;
}
.footer-bottom .navigation .col.col-nav > ul > li a {
  color: #fff;
  text-decoration: none;
  padding: 6px 0;
  position: relative;
  display: inline-block;
}
.footer-bottom .navigation .col.col-nav > ul > li a:after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: -12px;
  transform: translateY(-50%);
  display: block;
  border: 1px solid #27bcee;
  border-radius: 1000px;
}
.footer-bottom .navigation .col.col-nav > ul > li a:hover {
  color: #27bcee;
}
/*  ============================================================
    COPYRIGHT
    ============================================================ */
.footer-copyright {
  color: #fff;
  font-size: 11px;
  padding: 24px 16px;
  background: #10a1d2;
  /*
      copyright
    */
}
.footer-copyright .container {
  text-align: center;
}
.footer-copyright .copyright {
  font-size: 11px;
  line-height: 1.7;
  text-align: center;
}
.footer-copyright .copyright .logo {
  line-height: 1;
}
.footer-copyright .copyright .logo img {
  vertical-align: middle;
  margin: 0 4px;
}
.btn.btn-one {
  color: #000;
  font-weight: 500;
  text-decoration: none;
  padding: 12px 22px;
  display: inline-flex;
  justify-content: space-between;
  border-radius: 3px;
  border: 1px solid #000;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.15);
}
.btn.btn-one.active, .btn.btn-one:hover {
  color: #fff;
  background: #27bcee;
  border-color: #27bcee;
}
.btn.btn-one:hover {
  cursor: pointer;
}
.btn.btn-one:disabled {
  opacity: 0.25;
}
.btn.btn-one:disabled:hover {
  color: inherit !important;
  background: inherit !important;
  border-color: inherit !important;
}
.btn.btn-one > i:first-child {
  margin-right: 4px;
}
.btn.btn-one > i:last-child {
  margin-left: 4px;
}
.btn.btn-two {
  color: rgba(0, 0, 0, 0.75);
  font-weight: 500;
  text-decoration: none;
  padding: 14px 18px;
  background: #eff1f2;
  display: inline-block;
  border-radius: 2px;
}
.btn.btn-two.active, .btn.btn-two:hover {
  color: #fff;
  background: #27bcee;
}
.btn.btn-two:hover {
  cursor: pointer;
}
.btn.btn-two:disabled {
  opacity: 0.25;
}
.btn.btn-two:disabled:hover {
  color: inherit !important;
  background: inherit !important;
  border-color: inherit !important;
}
.btn.btn-two > i:first-child {
  margin-right: 4px;
}
.btn.btn-two > i:last-child {
  margin-left: 4px;
}
.btn.btn-three {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  padding: 12px 22px;
  display: inline-flex;
  justify-content: space-between;
  background: #27bcee;
  border-radius: 3px;
  border: 1px solid #27bcee;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.15);
}
.btn.btn-three.active, .btn.btn-three:hover {
  color: #fff;
  background: #11a8db;
  border-color: #11a8db;
}
.btn.btn-three:hover {
  cursor: pointer;
}
.btn.btn-three:disabled {
  opacity: 0.25;
}
.btn.btn-three:disabled:hover {
  color: inherit !important;
  background: inherit !important;
  border-color: inherit !important;
}
.btn.btn-three > i:first-child {
  margin-right: 4px;
}
.btn.btn-three > i:last-child {
  margin-left: 4px;
}
.btn.btn-four {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  padding: 12px 22px;
  display: inline-flex;
  justify-content: space-between;
  background: #000;
  border-radius: 3px;
  border: 1px solid #000;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.15);
}
.btn.btn-four.active, .btn.btn-four:hover {
  color: #fff;
  background: black;
  border-color: black;
}
.btn.btn-four:hover {
  cursor: pointer;
}
.btn.btn-four:disabled {
  opacity: 0.25;
}
.btn.btn-four:disabled:hover {
  color: inherit !important;
  background: inherit !important;
  border-color: inherit !important;
}
.btn.btn-four > i:first-child {
  margin-right: 4px;
}
.btn.btn-four > i:last-child {
  margin-left: 4px;
}
.btn.btn-header {
  color: #000;
  font-weight: 500;
  text-decoration: none;
  padding: 8px 16px;
  display: inline-flex;
  justify-content: space-between;
  border-radius: 1000px;
  border: 2px solid #000;
}
@media (min-width: 481px) {
  .btn.btn-header {
    padding: 12px 22px;
  }
}
.btn.btn-header.active, .btn.btn-header:hover {
  color: #27bcee;
  border-color: #27bcee;
}
.btn.btn-header:hover {
  cursor: pointer;
}
.btn.btn-header:disabled {
  opacity: 0.25;
}
.btn.btn-header:disabled:hover {
  color: inherit !important;
  background: inherit !important;
  border-color: inherit !important;
}
.btn.btn-header i {
  font-size: 20px;
}
@media (min-width: 481px) {
  .btn.btn-header i {
    font-size: inherit;
  }
}
#page {
  position: relative;
}
/*  ============================================================
    OPENER
    ============================================================ */
.page-opener {
  padding: 128px 32px;
  position: relative;
  /*
    container
  */
  /*
    category teaser
  */
}
.page-opener .container {
  position: relative;
}
.page-opener .category-teaser-slider .slick-slide > div {
  padding: 14px;
}
.page-opener .category-teaser {
  margin: 0 -16px;
  margin-top: 80px;
}
.page-opener .category-teaser .category {
  padding: 32px;
  background: #fff;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.15);
}
.page-opener .category-teaser .category .name {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  height: 56px;
}
.page-opener .category-teaser .category a {
  color: #000;
  font-weight: 800;
  text-decoration: none;
  padding: 10px;
  margin-top: 16px;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.page-opener .category-teaser .category a i.bi {
  margin-left: 4px;
}
.page-opener .category-teaser .category a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  background: #cbe3c2;
  transition: all 0.2s;
}
.page-opener .category-teaser .category a:hover {
  color: #fff;
}
.page-opener .category-teaser .category a:hover:after {
  top: 0;
  background: #000;
}
/*  ============================================================
    OPENER CONTENT
    ============================================================ */
.opener-content {
  max-width: 640px;
}
.opener-content h1 {
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
  text-decoration: underline;
  max-width: 580px;
  overflow-wrap: break-word;
  hyphens: auto;
  word-break: break-word;
}
@media (min-width: 1025px) {
  .opener-content h1 {
    font-size: 64px;
  }
}
.opener-content h1 span {
  color: #27bcee;
  text-decoration: underline;
}
.opener-content h1 + * {
  margin-top: 32px;
}
.opener-content ul {
  margin-left: 20px;
}
.opener-content ul li {
  line-height: 1.5;
  padding: 4px 0 4px 14px;
  position: relative;
}
.opener-content ul li:after {
  content: "";
  font-size: 22px;
  font-family: bootstrap-icons !important;
  position: absolute;
  top: -2px;
  left: -12px;
}
.opener-content .button {
  margin-top: 32px;
}
.opener-content .button a {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  padding: 12px 22px;
  display: inline-flex;
  justify-content: space-between;
  background: #27bcee;
  border-radius: 3px;
  border: 1px solid #27bcee;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.15);
}
.opener-content .button a.active, .opener-content .button a:hover {
  color: #fff;
  background: #11a8db;
  border-color: #11a8db;
}
.opener-content .button a:hover {
  cursor: pointer;
}
.opener-content .button a:disabled {
  opacity: 0.25;
}
.opener-content .button a:disabled:hover {
  color: inherit !important;
  background: inherit !important;
  border-color: inherit !important;
}
.opener-content .button a > i:first-child {
  margin-right: 4px;
}
.opener-content .button a > i:last-child {
  margin-left: 4px;
}
/*  ============================================================
    BACKGROUND
    ============================================================ */
.page-background {
  height: 800px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
}
.page-background video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0.1;
  object-fit: cover;
  filter: grayscale(100%);
}
.page-background img {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.page-background:after {
  content: "";
  height: 25%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: block;
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
}
/*  ============================================================
    CONTENT
    ============================================================ */
.page-content {
  /*
    simple
  */
}
@media (min-width: 1025px) {
  .page-content .cols {
    display: flex;
    gap: 48px;
  }
}
@media (max-width: 1024px) {
  .page-content .cols .col + .col {
    margin-top: 24px;
  }
}
@media (min-width: 1025px) {
  .page-content .cols .col {
    flex: 1;
  }
}
.page-content .content {
  /*
      header
    */
  /*
      element
    */
}
.page-content .content .content-header {
  margin-bottom: 32px;
}
@media (min-width: 1025px) {
  .page-content .content .content-header {
    max-width: calc(50% - 24px);
  }
}
.page-content .content .content-header .meta-title {
  margin-bottom: 48px;
  display: flex;
  align-items: center;
}
.page-content .content .content-header .meta-title .title {
  font-weight: 600;
}
.page-content .content .content-header .meta-title .title strong {
  color: #27bcee;
}
.page-content .content .content-header .meta-title:after {
  content: "";
  height: 1px;
  margin-left: 16px;
  flex: 1;
  display: block;
  background: #000;
  opacity: 0.25;
}
.page-content .content .content-header h2 {
  font-size: 32px;
  font-weight: 800;
  line-height: 1.1;
  overflow-wrap: break-word;
}
.page-content .content h2, .page-content .content h3, .page-content .content h4 {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}
.page-content .content p {
  line-height: 1.7;
  margin-bottom: 24px;
}
.page-content .content p.mb-0, .page-content .content p:last-child {
  margin-bottom: 0;
}
.page-content .content a {
  font-weight: bold;
  text-decoration: none;
}
.page-content .content a:hover {
  text-decoration: underline;
}
.page-content .content ul {
  list-style: disc;
  margin: 0 0 24px 14px;
}
.page-content .content ul li {
  line-height: 1.5;
  padding: 5px 0;
}
@media (min-width: 769px) {
  .page-content .content .list-link-group {
    display: flex;
  }
  .page-content .content .list-link-group ul {
    margin-right: 32px;
  }
}
.page-content.simple .content h1 {
  font-size: 40px;
  margin-bottom: 24px;
}
.page-content.simple .content h2 {
  font-size: 26px;
}
