@charset "UTF-8";
:root {
  --body-color: #335978 !important;
  --color-lighter: #aacbd0 !important;
  --color-primary: #5c9ca5 !important;
  --color-primary-darker: #007687 !important;
  --color-secondary: #ff6900 !important;
  --bs-primary-rgb: 92, 156, 165 !important;
  --bs-secondary-rgb: 255, 105, 0 !important;
  --bs-link-color: #ff6900;
  --bs-link-color-rgb: 255, 105, 0 !important;
  --bs-font-weight: 400 !important;
  --bs-nav-link-font-size: 1.1rem !important;
  --animate-delay: 0.5s !important; }

.navbar {
  --bs-navbar-nav-link-padding-x: 1rem; }
  .navbar .navbar-nav {
    --bs-nav-link-color: #595959 !important;
    --bs-nav-link-font-weight: 500 !important;
    letter-spacing: 1px; }
    .navbar .navbar-nav .nav-link {
      text-transform: none !important; }

.btn {
  --bs-btn-border-radius: 30px !important;
  transition: all 0.3s; }
  .btn.btn-primary {
    color: #fff !important; }
    .btn.btn-primary:hover {
      background-color: #ff6900; }
  .btn.btn-secondary {
    background-color: #ff6900;
    color: #fff; }
    .btn.btn-secondary:hover {
      background-color: #5c9ca5;
      color: #fff; }

:root {
  --vision-color-primary: #007687;
  --vision-color-secondary: #ff6900; }

body {
  overflow-x: hidden; }

/* -------------------------------- Bootstrap Fix ------------------------------- */
.hidden {
  display: none !important; }

/* -------------------------------- Modal Fix ------------------------------- */
#myModal .modal-dialog {
  z-index: 999999; }
  #myModal .modal-dialog .col-md-12 {
    float: none; }

/* ------------------------------ Cookie Style ------------------------------ */
:root {
  --cookie-main-color: #008cff;
  --cookie-sub-color: #009fff;
  --cookie-grey-color: #545454; }

#myCookie {
  z-index: 100;
  position: fixed;
  left: 15px;
  bottom: 15px;
  color: var(--cookie-grey-color);
  background-color: #fdfdfd;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  width: 400px; }
  #myCookie .myCookie_hint {
    font-size: 13px;
    padding: 15px 15px 0; }
  #myCookie .myCookie_privacy {
    font-size: 14px;
    padding: 10px 15px; }
    #myCookie .myCookie_privacy a {
      position: relative;
      padding-left: 12px;
      transition: 0.5s;
      color: var(--vision-color-primary); }
      #myCookie .myCookie_privacy a:before {
        content: "›";
        font-weight: 400;
        color: var(--cookie-grey-color);
        font-size: 26px;
        line-height: 1em;
        position: absolute;
        top: -7px;
        left: 0; }
      #myCookie .myCookie_privacy a:hover {
        color: var(--vision-color-primary);
        outline: none;
        text-decoration: none;
        transition: 0.5s;
        padding-left: 17px; }
  #myCookie .myCookie_select {
    background-color: #ededed;
    padding: 10px; }
    #myCookie .myCookie_select ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      #myCookie .myCookie_select ul li {
        position: relative; }
        #myCookie .myCookie_select ul li label {
          margin: 0;
          padding: 0;
          cursor: pointer; }
          #myCookie .myCookie_select ul li label object {
            width: 18px;
            position: absolute;
            right: 0;
            top: 5px;
            cursor: pointer; }
    #myCookie .myCookie_select .switch {
      position: relative;
      display: inline-block;
      width: 30px;
      height: 17px;
      top: 4px; }
      #myCookie .myCookie_select .switch input {
        opacity: 0;
        width: 0;
        height: 0; }
    #myCookie .myCookie_select .switch-slider {
      position: absolute;
      cursor: pointer;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #ccc;
      -webkit-transition: 0.4s;
      transition: 0.4s; }
      #myCookie .myCookie_select .switch-slider:before {
        position: absolute;
        content: "";
        height: 13px;
        width: 13px;
        left: 2px;
        bottom: 2px;
        background-color: #fff;
        -webkit-transition: 0.4s;
        transition: 0.4s; }
    #myCookie .myCookie_select input:checked + .switch-slider {
      background-color: var(--vision-color-primary); }
    #myCookie .myCookie_select input:disabled + .switch-slider {
      opacity: 0.5;
      cursor: not-allowed; }
    #myCookie .myCookie_select input:focus + .switch-slider {
      box-shadow: 0 0 1px var(--vision-color-primary); }
    #myCookie .myCookie_select input:checked + .switch-slider:before {
      -webkit-transform: translateX(13px);
      -ms-transform: translateX(13px);
      transform: translateX(13px); }
    #myCookie .myCookie_select .switch-slider {
      border-radius: 34px; }
      #myCookie .myCookie_select .switch-slider:before {
        border-radius: 50%; }
    #myCookie .myCookie_select .cookies_select_save_btn {
      padding-top: 15px;
      width: 100%;
      display: flex;
      justify-content: flex-end; }
  #myCookie .myCookie_buttons {
    display: flex;
    margin-top: 20px;
    height: 40px;
    transition: 0.35s; }
    #myCookie .myCookie_buttons .btn {
      width: 100%;
      flex-basis: 50%;
      max-width: 50%;
      margin: 0 5px;
      display: inline-block;
      font-weight: 400;
      color: #fff;
      text-align: center;
      vertical-align: middle;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      background-color: transparent;
      border: 0;
      padding: 10px;
      font-size: 14px;
      line-height: 1.2em;
      border-radius: 0;
      transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
      #myCookie .myCookie_buttons .btn:hover {
        opacity: 0.8;
        transition: 0.5s; }
  #myCookie .btn.button-grey {
    background-color: var(--cookie-grey-color);
    transition: 0.5s;
    margin-left: 0; }
    #myCookie .myCookie_buttons .btn.button-color {
      background-color: var(--cookie-main-color);
      transition: 0.5s; }
      #myCookie .myCookie_buttons .btn.button-color[name="decline_all"] {
        background-color: var(--cookie-sub-color);
        transition: 0.5s; }
    #myCookie .myCookie_buttons .btn:first-child {
      margin: 0;
      margin-right: 1px; }
    #myCookie .myCookie_buttons .btn:last-child {
      margin: 0;
      margin-left: 1px; }
  #myCookie .cookies_config_button {
    padding: 5px 15px 0; }
    #myCookie .cookies_config_button .btn.config_button {
      background-color: #686868;
      font-size: 13px;
      border-radius: 0;
      color: #fff;
      box-shadow: none !important; }
  #myCookie #cookieConfig .btn.button-grey {
    color: #fff;
    border-radius: 0;
    padding: 5px 40px;
    margin-top: 15px; }
    #myCookie #cookieConfig .btn.button-grey:hover {
      opacity: 0.8; }
  #myCookie .myCookie_buttons.remove {
    transition: 0.35s;
    height: 0;
    overflow: hidden;
    margin: 0; }
  #myCookie.flyaway {
    transition: 0.35s;
    transform: translateX(-415px); }

/* Cookie Site */
.cookie_switch {
  position: absolute;
  right: 0;
  padding: 10px 5px;
  background-color: #eee;
  border-radius: 5px; }
  .cookie_switch .switch {
    position: relative;
    display: inline-block;
    width: 37px;
    height: 24px;
    top: 0;
    margin-bottom: 0; }
    .cookie_switch .switch input {
      opacity: 0;
      width: 0;
      height: 0; }
  .cookie_switch .switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s; }
    .cookie_switch .switch-slider:before {
      position: absolute;
      content: "";
      height: 20px;
      width: 20px;
      left: 2px;
      bottom: 2px;
      background-color: #fff;
      -webkit-transition: 0.4s;
      transition: 0.4s; }
  .cookie_switch input:checked + .switch-slider {
    background-color: var(--vision-color-primary); }
  .cookie_switch input:disabled + .switch-slider {
    opacity: 0.5;
    cursor: not-allowed; }
  .cookie_switch input:focus + .switch-slider {
    box-shadow: 0 0 1px var(--vision-color-primary); }
  .cookie_switch input:checked + .switch-slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px); }
  .cookie_switch .switch-slider {
    border-radius: 34px; }
    .cookie_switch .switch-slider:before {
      border-radius: 50%; }
  .cookie_switch .cookie-after, .cookie_switch .cookie-before {
    font-size: 15px;
    height: 24px;
    display: inline-block;
    padding: 0 10px; }

/* --------------------------- required reCAPTCHA --------------------------- */
#g-recaptcha-response {
  display: block !important;
  position: absolute;
  width: 302px !important;
  height: 76px !important;
  z-index: -999999;
  opacity: 0; }

/* ----------------------------- normal CAPTCHA ----------------------------- */
#defaultRecaptcha #refreshCaptcha svg {
  cursor: pointer;
  width: 35px;
  margin-left: 10px;
  transition: all 1s; }
  #defaultRecaptcha #refreshCaptcha svg:hover {
    transform: rotate(180deg); }

.form-data-check-invisible {
  opacity: 0;
  margin-left: -20000px;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0; }

/* -------------------------- ClickUp Ticketsystem -------------------------- */
.clickup-button {
  position: fixed;
  bottom: 25px;
  left: 25px;
  width: auto;
  background-color: #fff;
  box-shadow: 0 0 19px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  padding: 8px 25px 8px 55px;
  color: #333;
  overflow: hidden; }
  .clickup-button:hover {
    text-decoration: none; }
  .clickup-button:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background-color: #00c6f0;
    z-index: 0;
    border-radius: 100px;
    transition: 0.4s; }
  .clickup-button:hover:after {
    transform: scale(14);
    transition: 0.4s; }
  .clickup-button .a77-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background-color: #00c6f0;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1; }
  .clickup-button .ticket-txt {
    z-index: 1;
    position: relative;
    transition: 0.4s; }
  .clickup-button:hover .ticket-txt {
    color: #fff;
    transition: 0.4s; }
  .clickup-button .a77-logo svg {
    width: 40px;
    height: 40px;
    position: absolute;
    transform: scale(1.7);
    margin-top: 4px; }
    .clickup-button .a77-logo svg .st1 {
      fill: #fff; }

.notice-toggle {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 1000; }
  .notice-toggle .notice-box {
    background-color: #5c9ca5;
    border-radius: 10px;
    padding: 22px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    max-width: 500px;
    display: none;
    position: relative;
    left: 75px;
    color: #FFF;
    top: 5px; }
    .notice-toggle .notice-box.open {
      display: block; }
    .notice-toggle .notice-box .notice-arrow {
      position: absolute;
      bottom: -7px;
      left: -14px;
      width: 0;
      height: 0;
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      border-top: 15px solid #77b1b9;
      transform: rotate(45deg); }
    .notice-toggle .notice-box .notice-content {
      /* position: relative; */ }
      .notice-toggle .notice-box .notice-content p {
        margin: 0;
        font-size: 14px; }
      .notice-toggle .notice-box .notice-content .close-notice {
        position: absolute;
        top: 0px;
        right: 5px;
        font-size: 18px;
        cursor: pointer;
        color: #FFF; }
  .notice-toggle .toggle-button {
    background-color: #ff6900;
    border: none;
    border-radius: 50%;
    padding: 15px;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease; }
    .notice-toggle .toggle-button img {
      width: 50px;
      height: 50px; }
    .notice-toggle .toggle-button:hover {
      transform: scale(1.1); }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/template/css/_system/packages/slick-1.8.1/slick/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("/template/css/_system/packages/slick-1.8.1/slick/fonts/slick.eot");
  src: url("/template/css/_system/packages/slick-1.8.1/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/template/css/_system/packages/slick-1.8.1/slick/fonts/slick.woff") format("woff"), url("/template/css/_system/packages/slick-1.8.1/slick/fonts/slick.ttf") format("truetype"), url("/template/css/_system/packages/slick-1.8.1/slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before, .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

a {
  text-decoration: none;
  transition: all 0.3s; }

.linklist-divider a:not(:last-child) {
  position: relative;
  padding-right: 1rem;
  margin-right: 1rem; }
  .linklist-divider a:not(:last-child):after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 12px;
    background: rgba(255, 255, 255, 0.3); }

.bg-primary-lighter {
  background-color: #aacbd0 !important; }

.text-primary-lighter {
  color: #aacbd0 !important; }

.bg-primary-darker {
  background-color: #007687 !important; }

.text-primary-darker {
  color: #007687 !important; }

svg.fill-primary, svg.fill-primary path {
  fill: #5c9ca5; }

svg.fill-secondary, svg.fill-secondary path {
  fill: #ff6900; }

svg.fill-primary-darker, svg.fill-primary-darker path {
  fill: #007687; }

svg.fill-primary-lighter, svg.fill-primary-lighter path {
  fill: #aacbd0; }

svg.fill-white, svg.fill-white path {
  fill: #fff; }
  .trans-mt-1 {
    transform: translateY(-1rem); }
  .trans-mt-2 {
    transform: translateY(-2rem); }
  .trans-mt-3 {
    transform: translateY(-3rem); }
  .trans-mt-4 {
    transform: translateY(-4rem); }
  .trans-mt-5 {
    transform: translateY(-5rem); }
  .trans-mt-6 {
    transform: translateY(-6rem); }
  .trans-mt-7 {
    transform: translateY(-7rem); }
  .trans-mt-8 {
    transform: translateY(-8rem); }
  .trans-mt-9 {
    transform: translateY(-9rem); }
  .trans-mt-10 {
    transform: translateY(-10rem); }
  .opacity-1 {
    opacity: 0.05; }
  .opacity-2 {
    opacity: 0.1; }
  .opacity-3 {
    opacity: 0.15; }
  .opacity-4 {
    opacity: 0.2; }
  .opacity-5 {
    opacity: 0.25; }
  .opacity-6 {
    opacity: 0.3; }
  .opacity-7 {
    opacity: 0.35; }
  .opacity-8 {
    opacity: 0.4; }
  .opacity-9 {
    opacity: 0.45; }
  .opacity-10 {
    opacity: 0.5; }
  .opacity-11 {
    opacity: 0.55; }
  .opacity-12 {
    opacity: 0.6; }
  .opacity-13 {
    opacity: 0.65; }
  .opacity-14 {
    opacity: 0.7; }
  .opacity-15 {
    opacity: 0.75; }
  .opacity-16 {
    opacity: 0.8; }
  .opacity-17 {
    opacity: 0.85; }
  .opacity-18 {
    opacity: 0.9; }
  .opacity-19 {
    opacity: 0.95; }
  .opacity-20 {
    opacity: 1; }
  .width-1 {
    width: 1%; }
  .width-2 {
    width: 2%; }
  .width-3 {
    width: 3%; }
  .width-4 {
    width: 4%; }
  .width-5 {
    width: 5%; }
  .width-6 {
    width: 6%; }
  .width-7 {
    width: 7%; }
  .width-8 {
    width: 8%; }
  .width-9 {
    width: 9%; }
  .width-10 {
    width: 10%; }
  .width-11 {
    width: 11%; }
  .width-12 {
    width: 12%; }
  .width-13 {
    width: 13%; }
  .width-14 {
    width: 14%; }
  .width-15 {
    width: 15%; }
  .width-16 {
    width: 16%; }
  .width-17 {
    width: 17%; }
  .width-18 {
    width: 18%; }
  .width-19 {
    width: 19%; }
  .width-20 {
    width: 20%; }
  .width-21 {
    width: 21%; }
  .width-22 {
    width: 22%; }
  .width-23 {
    width: 23%; }
  .width-24 {
    width: 24%; }
  .width-25 {
    width: 25%; }
  .width-26 {
    width: 26%; }
  .width-27 {
    width: 27%; }
  .width-28 {
    width: 28%; }
  .width-29 {
    width: 29%; }
  .width-30 {
    width: 30%; }
  .width-31 {
    width: 31%; }
  .width-32 {
    width: 32%; }
  .width-33 {
    width: 33%; }
  .width-34 {
    width: 34%; }
  .width-35 {
    width: 35%; }
  .width-36 {
    width: 36%; }
  .width-37 {
    width: 37%; }
  .width-38 {
    width: 38%; }
  .width-39 {
    width: 39%; }
  .width-40 {
    width: 40%; }
  .width-41 {
    width: 41%; }
  .width-42 {
    width: 42%; }
  .width-43 {
    width: 43%; }
  .width-44 {
    width: 44%; }
  .width-45 {
    width: 45%; }
  .width-46 {
    width: 46%; }
  .width-47 {
    width: 47%; }
  .width-48 {
    width: 48%; }
  .width-49 {
    width: 49%; }
  .width-50 {
    width: 50%; }
  .width-51 {
    width: 51%; }
  .width-52 {
    width: 52%; }
  .width-53 {
    width: 53%; }
  .width-54 {
    width: 54%; }
  .width-55 {
    width: 55%; }
  .width-56 {
    width: 56%; }
  .width-57 {
    width: 57%; }
  .width-58 {
    width: 58%; }
  .width-59 {
    width: 59%; }
  .width-60 {
    width: 60%; }
  .width-61 {
    width: 61%; }
  .width-62 {
    width: 62%; }
  .width-63 {
    width: 63%; }
  .width-64 {
    width: 64%; }
  .width-65 {
    width: 65%; }
  .width-66 {
    width: 66%; }
  .width-67 {
    width: 67%; }
  .width-68 {
    width: 68%; }
  .width-69 {
    width: 69%; }
  .width-70 {
    width: 70%; }
  .width-71 {
    width: 71%; }
  .width-72 {
    width: 72%; }
  .width-73 {
    width: 73%; }
  .width-74 {
    width: 74%; }
  .width-75 {
    width: 75%; }
  .width-76 {
    width: 76%; }
  .width-77 {
    width: 77%; }
  .width-78 {
    width: 78%; }
  .width-79 {
    width: 79%; }
  .width-80 {
    width: 80%; }
  .width-81 {
    width: 81%; }
  .width-82 {
    width: 82%; }
  .width-83 {
    width: 83%; }
  .width-84 {
    width: 84%; }
  .width-85 {
    width: 85%; }
  .width-86 {
    width: 86%; }
  .width-87 {
    width: 87%; }
  .width-88 {
    width: 88%; }
  .width-89 {
    width: 89%; }
  .width-90 {
    width: 90%; }
  .width-91 {
    width: 91%; }
  .width-92 {
    width: 92%; }
  .width-93 {
    width: 93%; }
  .width-94 {
    width: 94%; }
  .width-95 {
    width: 95%; }
  .width-96 {
    width: 96%; }
  .width-97 {
    width: 97%; }
  .width-98 {
    width: 98%; }
  .width-99 {
    width: 99%; }
  .width-100 {
    width: 100%; }

.border-bottom-after {
  position: relative; }
  .border-bottom-after:after {
    content: "";
    width: 80px;
    height: 2px;
    position: absolute;
    background-color: #f8f9fa;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.5;
    margin: auto; }

@keyframes fade-in {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.4; }
  100% {
    opacity: 1; } }

.pulse {
  animation: 5s ease-in-out both pulse infinite;
  animation-iteration-count: infinite; }

@keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(0.9); }
  100% {
    transform: scale(1); } }

.custom-img-box {
  position: relative; }
  .custom-img-box .anim-circle {
    position: absolute;
    top: 70%;
    left: -55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%; }
    .custom-img-box .anim-circle:before, .custom-img-box .anim-circle:after {
      content: "";
      border-radius: 50%;
      border: 4.5px dashed;
      height: 140px;
      width: 140px;
      top: -10px;
      right: -14px;
      opacity: 0.2;
      border-color: red !important;
      position: absolute;
      z-index: -1; }
    .custom-img-box .anim-circle:after {
      height: 180px;
      width: 180px;
      top: -30px;
      right: -34px;
      animation-duration: 13s; }
    .custom-img-box .anim-circle svg:not(.no-fill) {
      padding: 0.5rem;
      z-index: 10; }
      .custom-img-box .anim-circle svg:not(.no-fill) * {
        fill: #5c9ca5; }
  .custom-img-box .scnd-img {
    position: absolute;
    right: 5%;
    top: 60%; }

@keyframes spin {
  100% {
    transform: rotateZ(360deg); } }

ul.checklist {
  margin: 0;
  padding: 0;
  list-style: none; }
  ul.checklist li {
    padding: 0.4rem 0 0.4rem 2.5rem;
    position: relative; }
    ul.checklist li:before {
      content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" fill="%235c9ca5" class="bi bi-check-circle-fill" viewBox="0 0 16 16"><path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z"/></svg>');
      padding-right: 0.5rem;
      display: inline-block;
      position: absolute;
      left: 0;
      top: 3px; }
  ul.checklist.bigger li {
    padding-left: 2.5rem; }
    ul.checklist.bigger li:before {
      content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="%235c9ca5" class="bi bi-check-circle-fill" viewBox="0 0 16 16"><path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z"/></svg>');
      top: 6px; }
ul.checklist.white li:before {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" fill="%23FFF" class="bi bi-check-circle-fill" viewBox="0 0 16 16"><path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z"/></svg>'); }

.timeline {
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 700px;
  position: relative; }
  .timeline__content-title {
    font-weight: normal;
    font-size: 66px;
    margin: -10px 0 0 0;
    transition: 0.4s;
    padding: 0 10px;
    box-sizing: border-box;
    color: #fff; }
  .timeline__content-desc {
    margin: 0;
    font-size: 15px;
    box-sizing: border-box;
    color: rgba(255, 255, 255, 0.7);
    font-weight: normal;
    line-height: 25px; }
  .timeline:before {
    position: absolute;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
    content: "";
    background: rgba(255, 255, 255, 0.07); }
  @media only screen and (max-width: 767px) {
    .timeline:before {
      left: 40px; } }
  .timeline-item {
    padding: 40px 0;
    opacity: 0.3;
    filter: blur(2px);
    transition: 0.5s;
    box-sizing: border-box;
    width: calc(50% - 40px);
    display: flex;
    position: relative;
    transform: translateY(-80px); }
    .timeline-item:before {
      content: attr(data-text);
      letter-spacing: 3px;
      width: 100%;
      position: absolute;
      color: rgba(255, 255, 255, 0.5);
      border-left: 2px solid rgba(255, 255, 255, 0.5);
      top: 70%;
      margin-top: -5px;
      padding-left: 15px;
      opacity: 0;
      right: calc(-100% - 56px);
      font-size: 1.5rem; }
    .timeline-item:nth-child(even) {
      align-self: flex-end; }
      .timeline-item:nth-child(even):before {
        right: auto;
        text-align: right;
        left: calc(-100% - 56px);
        padding-left: 0;
        border-left: none;
        border-right: 2px solid rgba(255, 255, 255, 0.5);
        padding-right: 15px; }
    .timeline-item--active {
      opacity: 1;
      transform: translateY(0);
      filter: blur(0px); }
      .timeline-item--active:before {
        top: 50%;
        transition: 0.3s all 0.2s;
        opacity: 1; }
      .timeline-item--active .timeline__content-title {
        margin: -50px 0 20px 0; }
    @media only screen and (max-width: 767px) {
      .timeline-item {
        align-self: baseline !important;
        width: 100%;
        padding: 0 30px 150px 80px; }
        .timeline-item:before {
          left: 10px !important;
          padding: 0 !important;
          top: 50px;
          text-align: center !important;
          width: 60px;
          border: none !important; }
        .timeline-item:last-child {
          padding-bottom: 40px; } }
  .timeline__img {
    max-width: 100%;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.4); }
  .timeline-container {
    width: 100%;
    position: relative;
    padding: 80px 0;
    transition: 0.3s ease 0s;
    background-attachment: fixed;
    background-size: cover; }
    .timeline-container:before {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(92, 156, 165, 0.91);
      content: ""; }
  .timeline-header {
    width: 100%;
    text-align: center;
    margin-bottom: 80px;
    position: relative; }
    .timeline-header__title {
      color: #fff;
      font-size: 46px;
      font-weight: normal;
      margin: 0; }
    .timeline-header__subtitle {
      color: rgba(255, 255, 255, 0.5);
      font-size: 16px;
      letter-spacing: 5px;
      margin: 10px 0 0 0;
      font-weight: normal; }

address ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  address ul li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: end; }
    address ul li span {
      display: flex;
      text-align: start;
      align-items: center; }
      address ul li span svg {
        margin-right: 0.5rem; }

.teaser {
  background: fixed;
  background-repeat: no-repeat;
  background-size: cover; }
  .teaser.teaser-booking {
    padding: 3rem 0; }
    .teaser.teaser-booking .flip-card {
      margin-bottom: 2rem;
      border: 1px solid #ccc;
      padding: 0.5rem; }

.flip-card {
  background-color: transparent;
  width: 350px;
  max-width: 100%;
  height: 350px;
  perspective: 1000px; }

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); }

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg); }

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.flip-card-front {
  background-color: #bbb;
  color: black; }
  .flip-card-front img {
    object-fit: cover;
    height: 100%;
    width: 100%; }

.flip-card-back {
  background-color: #5c9ca5;
  color: white;
  transform: rotateY(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem; }

section .sec-title {
  padding: 3rem 0;
  text-align: center;
  display: block; }
  section .sec-title h2 {
    font-size: 2.5rem;
    position: relative;
    padding-bottom: 0.75rem;
    margin-bottom: 1.25rem;
    text-transform: uppercase; }
    section .sec-title h2:after {
      content: "";
      width: 80px;
      height: 2px;
      position: absolute;
      background-color: #ff6900;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
section#faq button.nav-link {
  background-color: #aacbd0 !important;
  color: #007687 !important;
  font-weight: 500; }
  section#faq button.nav-link.active, section#faq button.nav-link:hover {
    background-color: #ff6900 !important;
    color: #fff !important; }
section#faq .tab-content {
  width: 100%; }
  section#faq .tab-content .tab-pane {
    border-radius: 0 !important;
    border: none !important;
    outline: none !important; }
    section#faq .tab-content .tab-pane .accordion-item {
      border-radius: 0 !important;
      border: 0 !important;
      border-bottom: 1px solid #007687 !important;
      outline: none !important; }
      section#faq .tab-content .tab-pane .accordion-item .accordion-button {
        background-color: #aacbd0 !important;
        color: #007687 !important;
        font-size: 1.2rem;
        display: block;
        width: 100%;
        border-radius: 0 !important;
        border: none !important;
        outline: none !important;
        box-shadow: none !important; }
        section#faq .tab-content .tab-pane .accordion-item .accordion-button.active, section#faq .tab-content .tab-pane .accordion-item .accordion-button:hover, section#faq .tab-content .tab-pane .accordion-item .accordion-button:not(.collapsed) {
          background-color: #ff6900 !important;
          color: #fff !important; }
      section#faq .tab-content .tab-pane .accordion-item .accordion-body {
        background-color: #cbe5e9; }

.service-box svg path {
  fill: #ff6900; }

.accordion-button {
  outline: none !important;
  box-shadow: none !important; }
  .accordion-button:hover {
    background-color: var(--bs-accordion-active-bg); }

section {
  position: relative; }

.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat; }
  .bg-image.bg-image-cover {
    background-size: cover; }

.anim-box .anim-box-glasses {
  background: url("images/backgrounds/brille.webp") no-repeat; }

#scrolltop {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  background-color: #5c9ca5;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  cursor: pointer; }
  #scrolltop:hover {
    background-color: #ff6900; }

header .header-logo {
  height: 100%; }
  header .header-logo svg {
    height: 75px; }
    header .header-logo svg path {
      fill: #fff !important; }
header .topbar {
  font-size: 1rem; }
  header .navbar-nav > li > a:not(.btn) {
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-family: "Roboto", sans-serif;
    padding-top: 1rem;
    padding-bottom: 1rem; }
    header .navbar-nav > li > a:not(.btn):before, header .navbar-nav > li > a:not(.btn):after {
      content: "";
      position: absolute;
      opacity: 0;
      height: 1px;
      width: 0px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      background-color: #5c9ca5; }
    header .navbar-nav > li > a:not(.btn):before {
      top: 10px;
      left: 0px; }
    header .navbar-nav > li > a:not(.btn):after {
      bottom: 10px;
      right: 0; }
    header .navbar-nav > li > a:not(.btn):hover:after, header .navbar-nav > li > a:not(.btn):hover:before, header .navbar-nav > li > a:not(.btn).active:before, header .navbar-nav > li > a:not(.btn).active:after {
      width: 30%;
      opacity: 1; }
    header .navbar-nav > li > a:not(.btn):hover, header .navbar-nav > li > a:not(.btn).active {
      color: #5c9ca5; }
header .navbar-toggler {
  border: var(--bs-border-width) solid white;
  outline: none !important; }

.banner {
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center top;
  height: 300px;
  background-color: #f2f2f2; }
  .banner .text-top {
    font-size: 2.5rem;
    font-weight: 600; }
  @media (max-width: 767.98px) {
    .banner .text-top {
      font-size: 2.25rem; } }
  .banner .text-bottom {
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 400;
    line-height: 1.2; }
  @media (max-width: 767.98px) {
    .banner .text-bottom {
      font-size: 1.25rem; } }
.banner svg:not(.nofill) * {
  fill: #335978; }
.banner.banner-home {
  height: 600px;
  color: #007687; }
@media (max-width: 767.98px) {
  .banner.banner-home {
    height: 450px; } }
.banner.banner-home .text-top {
  color: var(--body-color);
  /* font-size: 3rem;
            font-weight: 400; */
  margin-bottom: 4rem; }
  .banner.banner-home .text-top span {
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 400;
    line-height: 1.2;
    color: #ff6900; }
.banner.banner-home .text-bottom {
  font-size: 4.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px; }
@media (max-width: 767.98px) {
  .banner.banner-home .text-bottom {
    font-size: 2rem; } }

#staticBackdropNav ul.dropdown-menu {
  display: block;
  border: none;
  padding: 0;
  margin: 0; }

.offcanvas-body .main-nav ~ .main-nav {
  display: none; }

footer .footer-title {
  font-size: 1.25rem;
  display: block;
  margin-bottom: 1.25rem;
  padding-bottom: 0.75rem;
  position: relative;
  color: #335978;
  font-family: "Poppins", sans-serif;
  font-weight: 600; }
  footer .footer-title:after {
    content: "";
    height: 2px;
    width: 20%;
    background-color: #5c9ca5;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
footer a {
  color: #5c9ca5; }
  footer a:hover {
    color: #ff6900; }
footer ul.links {
  list-style: none;
  padding: 0;
  margin: 0; }
  footer ul.links li {
    padding: 0;
    margin: 0.35rem 0; }
    footer ul.links li a {
      position: relative; }
      footer ul.links li a::before {
        content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="%23ff6900" class="bi bi-chevron-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"/></svg>');
        background: '';
        color: #ff6900;
        padding-right: 0.5rem; }

.slick-slide {
  margin: 0 5px; }

.slick-list {
  margin: 0 -5px; }

.optometrie_service {
  padding: 2rem;
  border: 1px solid #e3e3e3;
  font-size: 0.9rem;
  border-radius: 25px;
  height: 100%; }
  .optometrie_service h2 {
    margin: 1rem 0 2rem;
    font-size: 1.75rem;
    font-weight: 500;
    position: relative; }
    .optometrie_service h2:after {
      content: "";
      width: 50px;
      height: 2px;
      position: absolute;
      background-color: #5c9ca5;
      top: 40px;
      left: 0;
      margin: auto; }

@media (max-width: 575.98px) {
  .fw-sm-normal {
    font-weight: normal !important; }
  .fs-sm-heading {
    font-size: 1.1rem !important; }
  .section .sec-title h2 {
    font-size: 1.75rem; } }

@media (max-width: 767.98px) {
  .w-sm-100 {
    width: 100%;
    display: block; }
  .banner.banner-home {
    height: 250px; } }

@media (max-width: 1199.98px) {
  .banner.banner-home {
    height: 300px; }
  .banner.banner-home > div {
    opacity: 1;
    background-image: url("/template/images/banner/responsive_banner.webp") !important;
    background-size: cover;
    background-position: bottom; }
  .banner.banner-home > div.container {
    display: none; }
  #navblock {
    position: absolute;
    right: 15px;
    z-index: 50;
    top: 25px; } }
