/**
 *
Lunar version  1.0
The MIT License (MIT)
Copyright (c) 2011-2019 vivekvasani955@gmail.com

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
 */
.modal .modal-dialog.modal-full-width {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: 0 !important;
  right: 0 !important;
}
.modal .modal-content {
  border: 0;
  border-radius: 3px;
}
.modal.fade.modal-top-left .modal-dialog {
  width: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 576px) {
  .modal.fade.modal-top-left .modal-dialog {
    left: 1.75rem;
    margin: 1.75rem auto;
  }
}
@media (max-width: 767.98px) {
  .modal.fade.modal-top-left .modal-dialog {
    width: calc(100% - (0.5rem*2));
  }
}
.modal.fade.modal-top-right .modal-dialog {
  width: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 576px) {
  .modal.fade.modal-top-right .modal-dialog {
    right: 1.75rem;
    margin: 1.75rem auto;
  }
}
@media (max-width: 767.98px) {
  .modal.fade.modal-top-right .modal-dialog {
    width: calc(100% - (0.5rem*2));
  }
}
.modal.fade.modal-bottom-right .modal-dialog {
  width: 100%;
  position: absolute;
  bottom: 0;
}
@media (min-width: 576px) {
  .modal.fade.modal-bottom-right .modal-dialog {
    right: 1.75rem;
    margin: 1.75rem auto;
  }
}
@media (max-width: 767.98px) {
  .modal.fade.modal-bottom-right .modal-dialog {
    width: calc(100% - (0.5rem*2));
  }
}
.modal.fade.modal-bottom-left .modal-dialog {
  width: 100%;
  position: absolute;
  bottom: 0;
}
@media (min-width: 576px) {
  .modal.fade.modal-bottom-left .modal-dialog {
    left: 1.75rem;
    margin: 1.75rem auto;
  }
}
@media (max-width: 767.98px) {
  .modal.fade.modal-bottom-left .modal-dialog {
    width: calc(100% - (0.5rem*2));
  }
}
.modal.fade.modal-bottom-center .modal-dialog {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
@media (min-width: 576px) {
  .modal.fade.modal-bottom-center .modal-dialog {
    margin: 1.75rem auto;
  }
}
@media (max-width: 767.98px) {
  .modal.fade.modal-bottom-center .modal-dialog {
    width: calc(100% - (0.5rem*2));
  }
}
.modal .close {
  position: absolute;
  z-index: 1;
  right: 10px !important;
  top: 10px !important;
  height: 2.5rem;
  width: 2.5rem;
  background: rgba(193, 193, 193, 0.3) !important;
  border-radius: 50%;
  font-size: 1.8rem;
  padding: 0;
}
.modal .close:focus {
  outline: 0;
}
.modal .close span {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath d='M14.7,1.3c-0.4-0.4-1-0.4-1.4,0L8,6.6L2.7,1.3c-0.4-0.4-1-0.4-1.4,0s-0.4,1,0,1.4L6.6,8l-5.3,5.3 c-0.4,0.4-0.4,1,0,1.4C1.5,14.9,1.7,15,2,15s0.5-0.1,0.7-0.3L8,9.4l5.3,5.3c0.2,0.2,0.5,0.3,0.7,0.3s0.5-0.1,0.7-0.3 c0.4-0.4,0.4-1,0-1.4L9.4,8l5.3-5.3C15.1,2.3,15.1,1.7,14.7,1.3z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
  text-shadow: none;
  background-position: center;
}
.modal .close.light span {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 16 16'%3E%3Cpath d='M14.7,1.3c-0.4-0.4-1-0.4-1.4,0L8,6.6L2.7,1.3c-0.4-0.4-1-0.4-1.4,0s-0.4,1,0,1.4L6.6,8l-5.3,5.3 c-0.4,0.4-0.4,1,0,1.4C1.5,14.9,1.7,15,2,15s0.5-0.1,0.7-0.3L8,9.4l5.3,5.3c0.2,0.2,0.5,0.3,0.7,0.3s0.5-0.1,0.7-0.3 c0.4-0.4,0.4-1,0-1.4L9.4,8l5.3-5.3C15.1,2.3,15.1,1.7,14.7,1.3z'/%3E%3C/svg%3E");
}
.modal .close.size-sm {
  transform: scale(0.5);
  right: 0.5rem;
  top: 0.5rem;
}
.modal .close.close-pinned {
  top: -19px;
  right: -19px;
}

.modal[data-popup=true] {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  width: unset;
  height: unset;
}
.modal[data-popup=true].fade.modal-top-left .modal-dialog, .modal[data-popup=true].fade.modal-top-right .modal-dialog, .modal[data-popup=true].fade.modal-bottom-right .modal-dialog, .modal[data-popup=true].fade.modal-bottom-left .modal-dialog, .modal[data-popup=true].fade.modal-bottom-center .modal-dialog {
  position: fixed;
}
.modal[data-popup=true].fade .modal-content {
  box-shadow: 0 20px 60px -2px rgba(18, 21, 35, 0.19);
}

.body-scrollable {
  overflow: unset;
  padding-right: unset !important;
}
.body-scrollable .modal-backdrop {
  display: none;
}

.modal-backdrop {
  background: #2d343a;
}

/*Bigger CTA Style Button*/
.btn-cta {
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 15px 20px;
  font-size: 0.8rem;
  font-weight: 600;
}

/*Alert styles*/
.event-type {
  border: 3px solid #e0e6ed;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all ease 0.2s;
  transition-delay: 0.3s;
}


.event-type .event-indicator {
  transition: all cubic-bezier(0, 0.89, 0.44, 1) 0.2s;
  transform: scale(0);
  opacity: 0;
  transition-delay: 0.5s;
}

.show .event-type .event-indicator {
  transform: scale(1);
  opacity: 1;
}

.show .event-type {
  border-color: #e0e6ed;
  background-color: #e0e6ed;
}

.show .event-type.success {
  border-color: #00CC99;
  background-color: #00CC99;
}

.show .event-type.error {
  border-color: #f2545b;
  background-color: #f2545b;
}

.show .event-type.warning {
  border-color: #f7bc06;
  background-color: #f7bc06;
}

.show .event-type.info {
  border-color: #19b5fe;
  background-color: #19b5fe;
}

/*==================================*/
/* Additional Utilities */
/*==================================*/
/*Bigger CTA Style Button*/
.btn-cta {
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 15px 20px;
  font-size: 0.8rem;
  font-weight: 600;
}

/*Overlay for images*/
.modal .overlay {
  background-color: rgba(0, 0, 0, 0.35);
}

.modal .overlay-light {
  background-color: rgba(0, 0, 0, 0.15);
}

/*Negative margins for creating pull effect */
.modal .pull-up-lg {
  margin-top: -70px;
}

.modal .pull-up-sm {
  /*margin-top: -35px;*/
}

.modal .border-thick {
  border-width: 0.3rem !important;
}

.bg-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.pointer-events-none {
  pointer-events: none;
}

/*Height utilities*/
.m-h-10 {
  min-height: 10vh;
}

.m-h-20 {
  min-height: 20vh;
}

.m-h-30 {
  min-height: 30vh;
}

.m-h-40 {
  min-height: 40vh;
}

.m-h-50 {
  min-height: 50vh;
}

.m-h-60 {
  min-height: 60vh;
}

.m-h-70 {
  min-height: 70vh;
}

.m-h-80 {
  min-height: 80vh;
}

.m-h-90 {
  min-height: 90vh;
}

.m-h-100 {
  min-height: 100vh;
}

.bg-rhino {
  background-color: #28304e !important;
}

.btn-cstm-light {
  color: #212841;
  background-color: #fff;
  border-color: #fff;
}

.btn-cstm-light:hover {
  color: #212841;
  background-color: #ececec;
  border-color: #e6e6e6;
}

.btn-cstm-light:focus, .btn-cstm-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-cstm-light.disabled, .btn-cstm-light:disabled {
  color: #212841;
  background-color: #fff;
  border-color: #fff;
}

.btn-cstm-light:not(:disabled):not(.disabled):active, .btn-cstm-light:not(:disabled):not(.disabled).active, .show > .btn-cstm-light.dropdown-toggle {
  color: #212841;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}

.btn-cstm-light:not(:disabled):not(.disabled):active:focus, .btn-cstm-light:not(:disabled):not(.disabled).active:focus, .show > .btn-cstm-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-cstm-dark {
  color: #FFFFFF;
  background-color: #28304e;
  border-color: #28304e;
}

.btn-cstm-dark:hover {
  color: #FFFFFF;
  background-color: #1b2035;
  border-color: #171b2c;
}

.btn-cstm-dark:focus, .btn-cstm-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 48, 78, 0.5);
}

.btn-cstm-dark.disabled, .btn-cstm-dark:disabled {
  color: #FFFFFF;
  background-color: #28304e;
  border-color: #28304e;
}

.btn-cstm-dark:not(:disabled):not(.disabled):active, .btn-cstm-dark:not(:disabled):not(.disabled).active, .show > .btn-cstm-dark.dropdown-toggle {
  color: #FFFFFF;
  background-color: #171b2c;
  border-color: #121624;
}

.btn-cstm-danger {
  color: #FFFFFF;
  background-color: #f2545b;
  border-color: #f2545b;
}

.btn-cstm-danger:hover {
  color: #FFFFFF;
  background-color: #ef3039;
  border-color: #ee252e;
}

.btn-cstm-danger:focus, .btn-cstm-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 84, 91, 0.5);
}

.btn-cstm-danger.disabled, .btn-cstm-danger:disabled {
  color: #FFFFFF;
  background-color: #f2545b;
  border-color: #f2545b;
}

.btn-cstm-danger:not(:disabled):not(.disabled):active, .btn-cstm-danger:not(:disabled):not(.disabled).active, .show > .btn-cstm-danger.dropdown-toggle {
  color: #FFFFFF;
  background-color: #ee252e;
  border-color: #ed1922;
}

.btn-cstm-danger:not(:disabled):not(.disabled):active:focus, .btn-cstm-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-cstm-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 84, 91, 0.5);
}

.btn-cstm-success {
  color: #FFFFFF;
  background-color: #00CC99;
  border-color: #00CC99;
}

.btn-cstm-success:hover {
  color: #FFFFFF;
  background-color: #00a67c;
  border-color: #009973;
}

.btn-cstm-success:focus, .btn-cstm-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 204, 153, 0.5);
}

.btn-cstm-success.disabled, .btn-cstm-success:disabled {
  color: #FFFFFF;
  background-color: #00CC99;
  border-color: #00CC99;
}

.btn-cstm-success:not(:disabled):not(.disabled):active, .btn-cstm-success:not(:disabled):not(.disabled).active, .show > .btn-cstm-success.dropdown-toggle {
  color: #FFFFFF;
  background-color: #009973;
  border-color: #008c69;
}

.btn-cstm-success:not(:disabled):not(.disabled):active:focus, .btn-cstm-success:not(:disabled):not(.disabled).active:focus, .show > .btn-cstm-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 204, 153, 0.5);
}

.btn-cstm-secondary {
  color: #FFFFFF;
  background-color: #95AAC9;
  border-color: #95AAC9;
}

.btn-cstm-secondary:hover {
  color: #FFFFFF;
  background-color: #7c96bc;
  border-color: #738fb8;
}

.btn-cstm-secondary:focus, .btn-cstm-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(149, 170, 201, 0.5);
}

.btn-cstm-secondary.disabled, .btn-cstm-secondary:disabled {
  color: #FFFFFF;
  background-color: #95AAC9;
  border-color: #95AAC9;
}

.btn-cstm-secondary:not(:disabled):not(.disabled):active, .btn-cstm-secondary:not(:disabled):not(.disabled).active, .show > .btn-cstm-secondary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #738fb8;
  border-color: #6b88b3;
}

.btn-cstm-secondary:not(:disabled):not(.disabled):active:focus, .btn-cstm-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-cstm-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(149, 170, 201, 0.5);
}

.tra-menu.navbar-dark.white-scroll .logo-black,
.tra-menu.navbar-dark.white-scroll .scroll .logo-white {
  display: none;
}

.tra-menu.navbar-dark.white-scroll .logo-white,
.tra-menu.navbar-dark.white-scroll .scroll .logo-black {
  display: block;
}

.tra-menu.navbar-dark.white-scroll .desktoplogo .logo-white img {
  max-height: 100px;
}

.tra-menu.navbar-dark.white-scroll .desktoplogo .logo-black img {
  max-height: calc(100px * 150 / 227);
}

@media (min-width: 1200px) {
  .tra-menu.navbar-dark.white-scroll .desktoplogo .logo-white img {
    max-height: 68px;
  }

  .tra-menu.navbar-dark.white-scroll .desktoplogo .logo-black img {
    max-height: calc(68px * 150 / 227);
  }
}

.floater-panel-sentinel {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  pointer-events: none;
}

.floater-panel {
  background: #fff;
  color: #353f4f;
}

.floater-panel-bar {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  background: #fff;
  border-bottom: none;
}

.floater-panel-bar .container {
  border-bottom: 1px solid #d4d7de;
}

.floater-panel-toggle {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 12px;
  margin: 0;
  padding: 22px 10px;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
}

.floater-panel-title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #0982BB;
  line-height: 1.3;
}

.floater-panel-caret {
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  border-right: 2px solid #0982BB;
  border-bottom: 2px solid #0982BB;
  transition: transform 0.25s ease;
}

.floater-panel-peek .floater-panel-caret,
.floater-panel-collapsed .floater-panel-caret {
  transform: rotate(-135deg);
  margin-top: 6px;
}

.floater-panel-open .floater-panel-caret {
  transform: rotate(45deg);
  margin-top: -6px;
}

.floater-panel-body {
  flex: 1 1 auto;
  min-height: 0;
}

.floater-panel-body > .container {
  padding-top: 28px;
  padding-bottom: 8px;
}

.floater-panel-sticky {
  position: fixed !important;
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
  z-index: 11000;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-top: 5px solid #0982BB;
  box-shadow: 0 -4px 24px rgba(53, 63, 79, 0.12);
  transition: height 0.35s ease-out;
}

.floater-panel-sticky.floater-panel-peek {
  height: 20vh;
}

.floater-panel-sticky.floater-panel-peek .floater-panel-body {
  overflow: hidden;
}

.floater-panel-sticky.floater-panel-collapsed {
  height: 72px;
}

.floater-panel-sticky.floater-panel-collapsed .floater-panel-body {
  display: none;
}

.floater-panel-sticky.floater-panel-open {
  height: 100vh;
  border-top: 0;
}

.floater-panel-sticky.floater-panel-open .floater-panel-body {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 40px;
  visibility: visible;
}

.floater-panel-inline {
  position: relative !important;
  height: auto !important;
  overflow: visible;
  border-top: 0;
  box-shadow: none;
  padding-top: 60px;
  padding-bottom: 40px;
  transition: none;
  display: block;
}

.floater-panel-inline .floater-panel-bar .container {
  border-bottom: none;
}

.floater-panel-inline .floater-panel-toggle {
  cursor: default;
  padding: 0 10px 24px;
  pointer-events: none;
}

.floater-panel-inline .floater-panel-caret {
  display: none;
}

.floater-panel-inline .floater-panel-body {
  overflow: visible;
  padding: 0;
  visibility: visible;
}

.floater-panel-inline .floater-panel-body > .container {
  padding-top: 0;
}

body.floater-panel-pad-peek {
  padding-bottom: 20vh;
}

body.floater-panel-pad-collapsed {
  padding-bottom: 72px;
}

body.floater-panel-pad-open {
  overflow: hidden;
}

@media (max-width: 767px) {
  .floater-panel-toggle {
    padding: 18px 10px;
  }

  .floater-panel-title {
    font-size: 0.95rem;
  }

  .floater-panel-body > .container {
    padding-top: 20px;
  }

  body.floater-panel-pad-collapsed {
    padding-bottom: 64px;
  }
}

.cookies-panel {
  --cookies-trigger-w: 36px;
  position: fixed;
  right: 0;
  bottom: 20px;
  z-index: 12000;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  max-width: calc(100vw - 12px);
  transform: translateX(calc(100% - var(--cookies-trigger-w)));
  transition: transform 0.35s ease-out;
  animation: cookies-trigger-nudge 1.8s ease-in-out 0.9s 1 both;
}

.cookies-panel.is-open {
  transform: translateX(0);
  animation: none;
}

@keyframes cookies-trigger-nudge {
  0%,
  100% {
    transform: translateX(calc(100% - var(--cookies-trigger-w)));
  }
  18% {
    transform: translateX(calc(100% - var(--cookies-trigger-w) - 32px));
  }
  36% {
    transform: translateX(calc(100% - var(--cookies-trigger-w) - 6px));
  }
  54% {
    transform: translateX(calc(100% - var(--cookies-trigger-w) - 32px));
  }
  72% {
    transform: translateX(calc(100% - var(--cookies-trigger-w)));
  }
}

.cookies-panel-trigger {
  flex: 0 0 var(--cookies-trigger-w);
  width: var(--cookies-trigger-w);
  height: auto;
  align-self: flex-end;
  margin: 0;
  padding: 14px 6px;
  border: 0;
  border-radius: 8px 0 0 8px;
  background: rgba(9, 130, 187, 0.38);
  color: #0982BB;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.15;
  cursor: pointer;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-align: center;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: -2px 2px 12px rgba(53, 63, 79, 0.1);
  transition: background 0.2s ease, color 0.2s ease;
}

.cookies-panel-trigger:hover {
  background: #0982BB;
  color: #fff;
}

.cookies-panel-drawer {
  width: min(440px, calc(100vw - var(--cookies-trigger-w) - 12px));
  background: #fff;
  border: 1px solid rgba(9, 130, 187, 0.18);
  border-right: 0;
  border-radius: 0;
  box-shadow: -6px 4px 28px rgba(53, 63, 79, 0.14);
  padding: 22px 22px 24px;
}

.cookies-panel-heading {
  margin: 0 0 12px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #0982BB;
  line-height: 1.3;
}

.cookies-panel-copy {
  margin: 0 0 22px;
  font-size: 0.9rem;
  line-height: 1.55;
  color: #5a6472;
}

.cookies-panel-copy a {
  color: #0982BB;
  text-decoration: underline;
}

.cookies-switch-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  border-top: 1px solid #e8eaee;
}

.cookies-switch-label {
  font-size: 0.95rem;
  font-weight: 600;
  color: #353f4f;
}

.cookies-switch {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
  width: 48px;
  height: 28px;
  margin: 0;
  cursor: pointer;
}

.cookies-switch input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.cookies-switch-ui {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: rgba(9, 130, 187, 0.22);
  transition: background 0.2s ease;
}

.cookies-switch-ui:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 4px rgba(53, 63, 79, 0.25);
  transition: transform 0.2s ease;
}

.cookies-switch input:checked + .cookies-switch-ui {
  background: rgba(9, 130, 187, 0.85);
}

.cookies-switch input:checked + .cookies-switch-ui:before {
  transform: translateX(20px);
}

.cookies-switch input:disabled + .cookies-switch-ui {
  opacity: 0.45;
  cursor: not-allowed;
}

.cookies-switch:has(input:disabled) {
  cursor: not-allowed;
}

@media (max-width: 767px) {
  .cookies-panel {
    bottom: 16px;
  }

  .cookies-panel-drawer {
    padding: 18px 16px 20px;
  }
}

