@import url(https://cdn.jsdelivr.net/npm/glightbox/dist/css/glightbox.min.css);
/* Video overlay */
#video_overlay {
  width: 100%;
  height: 100%;
  /* Variables */
  --color-link-hover: #f44e5e;
  --color-info: #fff;
  --color-main-bg: transparent;
  --path-fill-1: #032636;
  --path-fill-2: #032636;
  --path-fill-3: #f2d98f;
  --path-fill-4: #ca9161;
  --color-title: #fff;
  --font-family-title: inherit;
  --font-size-title: 6vmax;
  --font-weight-title: 200;
  --color-menu: #fff;
  --color-menu-hover: #fff;
  --font-family-menu: inherit;
  --font-size-menu: 4vmax;
  --font-weight-menu: 200;
  --button-bg: #fff;
  --button-circle: #fff;
  --button-line: #222;
}

/* Fade effect */
.js body.home {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.js body.home.render {
  opacity: 1;
}
.js body.page_content_wrapper {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.js body.page_content_wrapper.render {
  opacity: 1;
}

body.home {
  max-height: 100vh !important;
  overflow: hidden !important;
}
body.home.scroll {
  max-height: 100% !important;
  overflow: visible !important;
  overflow-x: hidden !important;
}

.dotl_logo_wrap {
  opacity: 0;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-color: var(--color-main-bg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.render .dotl_logo_wrap {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.shape-overlays {
  width: 100vw;
  z-index: 9999 !important;
  height: 100vh;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
}

.shape-overlays__path:nth-of-type(1) {
  fill: var(--path-fill-2);
}

.shape-overlays__path:nth-of-type(2) {
  fill: var(--path-fill-1);
}

.shape-overlays__path:nth-of-type(3) {
  fill: var(--path-fill-3);
}

.shape-overlays__path:nth-of-type(4) {
  fill: var(--path-fill-4);
}

#main-wrapper {
  opacity: 1;
  z-index: -1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

#main-wrapper.render {
  opacity: 1;
}

#main-wrapper {
  z-index: -1;
}

#video_overlay {
  z-index: 7777 !important;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100vw;
  max-height: 100vh;
  overflow: hidden;
}

#myVideo {
  position: fixed;
  min-height: 100%;
  min-width: 100%;
  max-width: 100%;
  max-height: 100%;
  text-align: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.homepage_video_inner {
  height: auto;
}

.homepage_video_inner .arrow_wrap {
  bottom: 0;
  padding: 20px;
}

.homepage_video_inner .arrow_wrap svg:hover {
  cursor: -webkit-grab;
  cursor: grab;
}

.homepage_video_inner img {
  width: 100%;
}

#myVideo2 {
  min-height: 100%;
  min-width: 100%;
  max-width: 100%;
  max-height: 100%;
  text-align: center;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Shape overlays */
.shape-overlays {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

.dotl_logo_wrap {
  z-index: 9999 !important;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.dotl_logo_wrap img {
  width: 200px;
  max-width: 55%;
}

#video_overlay {
  display: none !important;
}

/* media querries */
@media (min-width: 768px) and (max-width: 1200px) {
  .dotl_logo_wrap img {
    width: 200px;
    max-width: 50%;
    max-height: 20vh;
  }
}
@media (max-width: 767px) {
  .dotl_logo_wrap img {
    width: 200px;
    max-width: 50%;
  }
}
@media screen and (min-width: 767px) {
  #video_overlay {
    display: block !important;
  }

  #video_overlay.hide {
    display: none !important;
  }
}
/* Testimonials CSS - Flickity */
.reviews {
  overflow: hidden !important;
}
.reviews .main_carousel {
  padding: 20px 10px 40px 10px;
}
.reviews .main_carousel .carousel_cell {
  width: 33%;
}
.reviews .main_carousel.flickity-enabled {
  position: relative;
}
.reviews .main_carousel.flickity-enabled:focus {
  outline: none;
}
.reviews .main_carousel .flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.reviews .main_carousel .flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.reviews .main_carousel.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.reviews .main_carousel.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.reviews .main_carousel.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.reviews .main_carousel .flickity-button {
  -webkit-filter: grayscale(100%) !important;
          filter: grayscale(100%) !important;
  position: absolute;
  border: none;
  width: 27px !important;
  height: 19px !important;
  background-image: url("/images/layout/arrow-right-grey.svg");
  background-size: 19px 27px;
  background-repeat: no-repeat;
  background-position: center center;
}
.reviews .main_carousel .flickity-page-dots,
.reviews .main_carousel iframe.ytp-pause-overlay,
.reviews .main_carousel iframe .ytp-gradient-top, .reviews .main_carousel .ytp-chrome-top, .reviews .main_carousel iframe .ytp-show-cards-title {
  display: none !important;
}
.reviews .main_carousel .flickity-button svg {
  display: none;
  visibility: hidden;
}
.reviews .main_carousel .flickity-button:hover {
  cursor: pointer;
}
.reviews .main_carousel .flickity-button.next {
  top: 36px;
}
.reviews .main_carousel .flickity-button.previous {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 26px;
}
.reviews .main_carousel .flickity-button:focus {
  outline: none;
}
.reviews .main_carousel .flickity-button:active {
  opacity: 0.6;
}
.reviews .main_carousel .flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}
.reviews .main_carousel .flickity-prev-next-button {
  top: 0%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.reviews .main_carousel .flickity-prev-next-button.previous {
  left: 10px;
}
.reviews .main_carousel .flickity-prev-next-button.next {
  right: 10px;
}
.reviews .main_carousel .flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.reviews .main_carousel .flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.reviews .main_carousel .flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.reviews .main_carousel .flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.reviews .main_carousel .flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.reviews .main_carousel .flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}
.reviews .testimonial_wrapper {
  margin: 0 auto;
  padding: 0px 30px;
  overflow: hidden !important;
}
.reviews .testimonial_wrapper .picture_wrap {
  padding-top: 50%;
  overflow: hidden;
}
.reviews .testimonial_wrapper .picture_wrap svg,
.reviews .testimonial_wrapper .picture_wrap g,
.reviews .testimonial_wrapper .picture_wrap circle {
  width: 100% !important;
}
.reviews .testimonial_wrapper .picture_wrap .author_picture_inner {
  width: 100%;
  top: 0;
  left: 0;
  padding-top: 100%;
  border-radius: 100% 100% 0 0;
  background-size: 100% auto;
  background-position: center -40px;
}
.reviews .testimonial_wrapper .picture_wrap .picture_waves {
  width: 115%;
  bottom: 0;
  left: -3px;
  height: auto;
}
.reviews .testimonial_wrapper .picture_wrap .picture_waves svg {
  position: absolute;
  bottom: -2px;
  left: -5px;
}
.reviews .testimonial_wrapper .picture_wrap .quote_icon_wrap {
  width: 100%;
  bottom: 0;
  left: 0;
}
.reviews .testimonial_wrapper .picture_wrap .quote_icon_wrap .quote_icon {
  width: 50px;
  height: 40px;
  background-image: url("/images/layout/quote_icon.png");
  background-size: 50px 40px;
  background-position: top left;
  position: absolute;
  bottom: 30px;
  left: 3px;
}
.reviews .testimonial_wrapper .testimonial_video {
  margin-left: auto;
  margin-right: 0;
  display: inline-block;
  margin: 0 auto;
  padding: 0 0 0 34px;
  margin-bottom: 40px;
}
.reviews .testimonial_wrapper .testimonial_video span.play_button {
  width: 26px;
  height: 26px;
  background-image: url("/images/layout/play_button.svg");
  background-size: 26px 26px;
  background-position: top left;
  left: 0;
  top: 0;
}
.reviews .testimonial_wrapper .testimonial_video a,
.reviews .testimonial_wrapper .testimonial_video a:hover,
.reviews .testimonial_wrapper .testimonial_video p {
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.reviews .testimonial_wrapper .author_name {
  padding: 20px 0;
  margin: 0;
  font-weight: bold;
}
.reviews .testimonial_wrapper .author_review {
  margin: 0;
  text-align: center;
}

@media (max-width: 1200px) {
  .reviews .main_carousel .flickity-viewport {
    overflow: visible;
  }
  .reviews .main_carousel .carousel_cell {
    width: 65%;
    max-width: 400px;
    -webkit-filter: blur(4px);
            filter: blur(4px);
    -webkit-transition: -webkit-filter 600ms ease;
    transition: -webkit-filter 600ms ease;
    transition: filter 600ms ease;
    transition: filter 600ms ease, -webkit-filter 600ms ease;
  }
  .reviews .main_carousel .carousel_cell .testimonial_video {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
  }
  .reviews .main_carousel .carousel_cell .testimonial_wrapper {
    opacity: 0.3;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
  }
  .reviews .main_carousel .carousel_cell.is-selected {
    opacity: 100%;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transition: -webkit-filter 600ms ease;
    transition: -webkit-filter 600ms ease;
    transition: filter 600ms ease;
    transition: filter 600ms ease, -webkit-filter 600ms ease;
  }
  .reviews .main_carousel .carousel_cell.is-selected .testimonial_video {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
  }
  .reviews .main_carousel .carousel_cell.is-selected .testimonial_wrapper {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .reviews .main_carousel .picture_wrap .quote_icon_wrap .quote_icon {
    background-repeat: no-repeat;
    width: 75px;
    height: 60px;
    background-size: 65px auto;
    bottom: 50px;
    left: 10px;
  }
}
@media (max-width: 1023px) {
  .reviews {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .reviews h2 {
    max-width: 180px;
    margin: 30px auto;
  }

  .reviews {
    padding: 20px 0 0 0;
  }

  .testimonial_video {
    padding: 0;
    margin-bottom: 50px;
  }

  .testimonial_wrapper {
    padding: 0;
  }

  .main_carousel {
    padding-top: 15px;
  }

  .testimonial_video a {
    border: 1px #000 solid;
    padding: 12px 12px 12px 12px;
    display: inline-block;
  }

  .testimonial_video, .testimonial_video a {
    width: 100% !important;
    max-width: 240px;
  }

  .flickity-button.next {
    top: 110px;
  }

  .flickity-button.previous {
    top: 100px;
  }

  .play_button {
    display: none;
  }

  .carousel_cell {
    width: 80%;
  }
}
@media (max-width: 580px) {
  .reviews .main_carousel .carousel_cell {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .reviews .main_carousel .quote_icon,
.reviews .main_carousel .picture_waves,
.reviews .main_carousel .author_picture_inner {
    -webkit-transition: all 1s cubic-bezier(0.45, 0, 0.55, 1);
    transition: all 1s cubic-bezier(0.45, 0, 0.55, 1);
  }
  .reviews .main_carousel .testimonial_wrapper .author_picture_inner {
    -webkit-transition: all 1s cubic-bezier(0.45, 0, 0.55, 1);
    transition: all 1s cubic-bezier(0.45, 0, 0.55, 1);
  }
  .reviews .main_carousel .testimonial_wrapper:hover .author_picture_inner {
    border-radius: 96% 96% 0 0;
    background-position: center -36px;
    -webkit-transition: all 1s cubic-bezier(0.45, 0, 0.55, 1);
    transition: all 1s cubic-bezier(0.45, 0, 0.55, 1);
  }
  .reviews .main_carousel .testimonial_wrapper:hover .picture_waves {
    -webkit-transition: all 1s cubic-bezier(0.45, 0, 0.55, 1);
    transition: all 1s cubic-bezier(0.45, 0, 0.55, 1);
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
  .reviews .main_carousel .testimonial_video span.play_button {
    -webkit-transition: all 1s cubic-bezier(0.45, 0, 0.55, 1);
    transition: all 1s cubic-bezier(0.45, 0, 0.55, 1);
  }
}
