.skype {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 9999;
    display: none;
    height: 100vh;
    padding-right: 20%;
    padding-left: 20%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
}

.whatsapp {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 9999;
    display: none;
    height: 100vh;
    padding-right: 20%;
    padding-left: 20%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
}

.whatapp-popup {
    position: relative;
    width: 100%;
    overflow: auto;
    height: auto;
    padding: 5%;
    border-radius: 5px;
    background-color: #fff;
}

.popup-close {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-top-right-radius: 4px;
    background-color: #6a7177;
    background-image: url(../images/cross.svg);
    background-position: 50% 50%;
    background-size: 12px;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.heading-23 {
    font-family: Global-1, sans-serif;
    color: #000;
    font-weight: 400;
    text-align: center;
}

.text-span {
    color: #2cb742;
}

.text-block-56 {
    font-family: Global-2, sans-serif;
    color: #000;
    font-weight: 400;
    text-align: center;
}

.currency-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
}

.div-block-88 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    margin-top: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.div-block-89 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 49%;
    min-height: 100px;
    margin-right: 3px;
    margin-bottom: 3px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background-color: #f8f9fa;
    background-image: url(../images/foreign-1.svg);
    background-position: 90% 50%;
    background-size: 15px;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #000;
    text-decoration: none;
}

.div-block-90 {
    width: 60px;
    height: 60px;
    background-image: url(../images/whatsapp-1.svg);
    background-position: 50% 50%;
    background-size: 30px;
    background-repeat: no-repeat;
}

.div-block-90-copy {
    width: 60px;
    height: 60px;
    background-image: url(../images/skype.svg);
    background-position: 50% 50%;
    background-size: 30px;
    background-repeat: no-repeat;
}

.header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  width: 100%;
  min-height: auto;
  background-color: transparent;
}

.video-1 {
  position: absolute;
  left: 12.3%;
  top: 9.6%;
        display: none;
  z-index: 1;
  width: 19.1%;
  height: 22%;
  background-color: rgba(255, 0, 0, 0);
}

.div-block-3 {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: 0px;
    height: 100vh;
}

.video-2 {
  position: absolute;
  left: 40.8%;
  top: 5.9%;
  z-index: 1;

  width: 19.1%;
  height: 22%;
  background-color: rgba(255, 0, 0, 0);
}

.video-3 {
  position: absolute;
  left: 68.3%;
  top: 10.2%;
    display: none;
  z-index: 1;
  width: 19.1%;
  height: 22%;
  background-color: rgba(255, 0, 0, 0);
}

._2 {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
}

.img3
{
  width: 100%;
}
.footer-part {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: none;
    width: 100%;
    /* height: 5vh; */
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #dfe7eb;
}

.yardim {
  display: block;
  overflow: hidden;
  width: 100%;
}

._4 {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
}

._1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 5vh;
  padding-right: 0px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.privacy {
  padding-right: 10px;
  padding-left: 10px;
  font-size: 12px;
  font-weight: 300;
}

._3 {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
}

.notlar {
  display: block;
  overflow: hidden;
  width: 100%;
}

.copyright {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    color: hsl(0deg 0% 35%);
    font-size: 12px;
    font-weight: 400;
}

.footer-link {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 5vh;
  padding-left: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid hsla(0, 0%, 100%, 0.24);
  background-image: url('../images/chat.svg');
  background-position: 14% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-decoration: none;
}

.footer-link:hover {
  background-color: rgba(0, 0, 0, 0.15);
}

.footer-link._2 {
  padding-left: 40px;
  border-top: 2px solid #000;
  border-right-color: hsla(0, 0%, 100%, 0.1);
  background-image: url('../images/edit.svg');
  background-position: 10px 50%;
  background-size: 16px;
}

.footer-link._2:hover {
  border-top-color: #c51918;
  background-color: transparent;
}

.footer-link.left {
  border-right-style: none;
}

.footer-link.left._3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-top: 2px solid #000;
  border-left: 1px none #000;
  border-right-color: hsla(0, 0%, 100%, 0.1);
  background-image: url('../images/information.svg');
  background-position: 10px 50%;
  background-size: 20px;
}

.footer-link.left._3:hover {
  border-top-color: #c51918;
  background-color: transparent;
}

.footer-link.right {
  padding-left: 40px;
  border-top: 2px solid #000;
  border-left: 1px solid hsla(0, 0%, 100%, 0.1);
  border-right-color: hsla(0, 0%, 100%, 0.1);
  background-position: 10px 50%;
  background-size: 20px;
}

.footer-link.right:hover {
  border-top-color: #c51918;
  background-color: transparent;
}

.f-link {
  display: block;
  color: #fff;
  text-decoration: none;
}

.f-link:hover {
  color: hsla(0, 0%, 100%, 0.65);
}

.background-video {
  z-index: 1;
  width: 100%;
  height: 100%;
}

.xv {
  position: absolute;
  left: 4%;
  top: 47%;
  z-index: 300;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31%;
  height: 10%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.tooltip {
  position: absolute;
  left: 38%;
  top: -35px;
  right: -56px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 50px;
  margin-top: -45px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px none #000;
  border-radius: 5px;
  background-color: transparent;
  background-image: url('../images/toltip-center.svg');
  background-position: 0px 0px;
  background-size: contain;
}

.tooltip._6 {
  left: auto;
  top: auto;
  right: auto;
  width: 136px;
  height: 65px;
  margin-top: -59px;
  background-image: url('../images/5fce4490a66f54970f68252d_toltip.svg');
  background-repeat: no-repeat;
  font-family: Global1, sans-serif;
  font-size: 20px;
}

.tooltip._6.t {
  width: 102px;
  height: 46px;
  padding-top: 3px;
  background-image: url('../images/5feb62317b9f085cc0947776_tooltip-t.svg');
  background-position: 50% 0%;
  font-family: Global3, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  text-align: center;
}

.text-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 0px;
  padding: 5px 3px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 13px;
  line-height: 14px;
  font-weight: 400;
  text-align: center;
}

.div-block-4 {
  position: absolute;
  left: 19%;
  top: 44%;
  width: 0%;
}

.lottie-animation {
  position: static;
  left: 24%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background-color: rgba(0, 159, 223, 0.64);
}

.lottie-animation.k._2 {
  width: 30px;
  height: 30px;
        display: none;
  background-color: #009fdf;
}

.lottie-animation.w {
  width: 30px;
  height: 30px;
  background-color: transparent;
}

.body {
  overflow: hidden;
  background-color: #e0e7ec;
  font-family: Global3, sans-serif;
  font-weight: 400;
}

.v01 {
  z-index: 1;
  width: 100%;
  height: 100%;
}

.f-sport {
  position: absolute;
  left: 34.6%;
  top: 46%;
  z-index: 300;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31%;
  height: 9%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.frster {
  position: absolute;
  left: 65%;
  top: 47%;
  z-index: 300;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31%;
  height: 10%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.logo {
  position: absolute;
  z-index: 10000;
  width: 140px;
  height: 100px;
  margin-left: 0px;
  padding-left: 0px;
  box-shadow: 0 4px 17px 0 rgba(0, 0, 0, 0.23);
}

.video-area {
  position: absolute;
  z-index: 500;
  width: 100%;
  height: 100%;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.video-area:hover {
  background-image: url('../images/play-button.svg');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
}

.dropdown-list {
  background-color: transparent;
}

.dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(0, 0, 0, 0.81);
  color: #b3b3b3;
  font-weight: 700;
}

.s-live057__burger-line {
  width: 25px;
  height: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 1px;
  background-color: #4d4d4d;
}

.s-live057__burger-line.bottom {
  height: 1px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.s-live057__burger-line.top {
  height: 1px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.s-live057__burger-line.middle {
  height: 1px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.s-live057__burger-line.top1 {
  height: 1px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.s-live057__burger-line.bottom1 {
  height: 1px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.s-live057__burger-line.top-copy {
  height: 1px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.s-live057__burger-line.bottom-copy {
  height: 1px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.s-live057__nav-button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  margin-top: 0px;
  margin-right: 0px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none #dfdfdf;
  border-left: 1px none #dfdfdf;
  border-radius: 0px;
  background-color: #f3f3f3;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  cursor: pointer;
              border-radius: 100px;
}

.s-live057__nav-button-2:hover {
  background-color: #f7f7f7;
  opacity: 1;
}

.s-live057__nav-button-2:active {
  background-color: transparent;
}

.menu-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  min-height: 50px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  cursor: pointer;
  
         box-shadow: rgb(153 153 153 / 78%) 4px 4px 9px -1px, rgb(255 255 255) -19px -12px 42px -2px;
     margin-right: 5px;
     margin-left: 5px;
    border-radius: 100px;
}

.nav-menu {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: auto;
  min-width: auto;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  box-shadow: 0 12px 10px -7px rgba(0, 0, 0, 0.47);
}

.menu-anim {
  position: absolute;
  left: 19%;
  top: 55%;
  right: 0px;
  z-index: 1;
  width: 70px;
  height: 50px;
  margin-left: 0%;
  border-radius: 0px;
  background-color: transparent;
  background-image: url('../images/toltip-left.svg');
  background-position: 0% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

.menu-text {
  position: absolute;
  z-index: 5000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 77px;
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 61.3%, 0);
  opacity: 0;
  -webkit-transition: all 50ms ease;
  transition: all 50ms ease;
  color: #000;
  font-size: 15px;
  font-weight: 400;
}

.menu-text:hover {
  background-color: #f5f5f5;
  opacity: 1;
}

.nav-linksub {
  min-width: 280px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 40px;
  background-color: transparent;
  background-image: url('../images/arrow.svg');
  background-position: -20% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.nav-linksub:hover {
  padding-left: 50px;
  border-right: 2px solid #009fdf;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  color: #009fdf;
}

.nav-linksub.w--current {
  color: #fff;
}

.text-block-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 71%;
  margin-top: 0px;
  padding: 3px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #faf1f1;
  font-size: 11px;
  line-height: 13px;
  font-weight: 400;
  text-align: center;
}

.text-block-33.menu {
  margin-top: 11px;
}

.icon-6 {
  font-size: 8px;
}

.nav-link {
  min-width: 280px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  background-color: transparent;
  background-image: url('../images/arrow.svg');
  background-position: -20% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-size: 15px;
  font-weight: 300;
}

.nav-link:hover {
  padding-left: 40px;
  border-left: 3px solid #009fdf;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  color: #009fdf;
}

.navbar {
    right: 0px;
    z-index: 9999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 420px;
    padding: 10px;
    max-width: none;
    min-height: auto;
    min-width: auto;
    margin-right: 0px;
    height: 70px;
    margin-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #e0e7ec;
    cursor: pointer;
}

.dropdown-wrapper-2 {
  overflow: hidden;
  min-width: 140px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 0px;
  background-color: #009fdf;
  box-shadow: 4px -19px 35px 0 rgba(32, 53, 90, 0.08), 11px 11px 30px -10px rgba(32, 53, 90, 0.15);
}

.dropdown-wrapper-2.w--open {
  left: -97px;
  max-height: 100vh;
  min-width: 300px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 50px 25px -50px rgba(32, 53, 90, 0.15), 8px 18px 60px 4px rgba(0, 0, 0, 0.13);
}

.dropdown-pointer-2 {
  position: relative;
}

.dropdown-toggle-4 {
  margin-right: 10px;
  padding-right: 24px;
  padding-left: 12px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Global1, sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 400;
}

.dropdown-toggle-4:hover {
  color: #009fdf;
}

.footer-arrow {
  overflow: hidden;
  width: 10px;
  margin-top: -3px;
  opacity: 0;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.dropdown {
  right: 0px;
  z-index: 9999;
  margin-right: 0px;
  margin-left: 0px;
  color: #2e2e2e;
}

.navigation-dropdown-2 {
  min-width: 140px;
}

.navigation-dropdown-2.w--open {
  left: -100px;
  max-height: 100vh;
  min-width: 320px;
  padding-top: 5px;
  background-color: transparent;
}

.sub-menu-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Global3, sans-serif;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
}

.sub-menu-block-2:hover {
  color: rgba(255, 255, 255, 0.5);
}

.sub-menu-block-2.w--current {
  padding-top: 10px;
  padding-bottom: 10px;
}

.sub-menu-block-2.w--current:hover {
  color: rgba(255, 255, 255, 0.49);
}

.pointer-4 {
  position: absolute;
  left: 0%;
  top: -1%;
  right: 4%;
  bottom: 0px;
  z-index: 20;
  width: 20px;
  height: 20px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 2px;
  background-color: #009fdf;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tour-links-2 {
  margin-bottom: 0px;
  padding-left: 0px;
  color: transparent;
  font-size: 16px;
  line-height: 25px;
  text-decoration: none;
}

.tour-links-2:hover {
  color: #000;
}

.icon-7 {
  margin-right: 5px;
  font-size: 10px;
}

.div-block-5 {
  position: absolute;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-left: 40%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.whatsapp-stick {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
      border-radius: 100px;
  background-color: #1bd741;
  background-image: url('../images/whatsapp.svg');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
         box-shadow: rgb(153 153 153 / 78%) 4px 4px 9px -1px, rgb(255 255 255) -19px -12px 42px -2px;
     margin-right: 5px;
     margin-left: 5px;
}

.whatsapp-stick:hover {
  background-color: #00d760;
  background-size: 40px;
}

.whatsapp-skype-sticky {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2001;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  height: 50px;
  margin-top: 10px;
  margin-right: 70px;
  margin-bottom: 5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.skype-stick {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 70px;
  padding-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 0px;
  background-color: #504c4b;
  background-image: url('../images/skype-1.svg');
  background-position: 50% 20px;
  background-size: 20px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 11px;
  text-decoration: none;
}

.skype-stick:hover {
  -webkit-transform: translate(-2px, 0px) scale(1.1);
  -ms-transform: translate(-2px, 0px) scale(1.1);
  transform: translate(-2px, 0px) scale(1.1);
}

.text-block-55 {
  font-size: 10px;
}

.heading-23 {
  font-family: Global1, sans-serif;
  color: #000;
  font-weight: 400;
  text-align: center;
}

.popup-close {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-top-right-radius: 4px;
  background-color: #6a7177;
  background-image: url('../images/cross.svg');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.popup-close:hover {
  background-color: #3f4346;
}

.div-block-89 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  min-height: 100px;
  margin-right: 3px;
  margin-bottom: 3px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #f8f9fa;
  background-image: url('../images/foreign-1.svg');
  background-position: 90% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  text-decoration: none;
}

.div-block-89:hover {
  background-color: #eaecee;
  background-image: url('../images/foreign-1.svg');
  background-position: 90% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
}

.text-span {
  color: #2cb742;
}

.whatapp-popup {
  position: relative;
  width: 100%;
  min-height: auto;
  padding: 5%;
  border-radius: 5px;
  background-color: #fff;
}

.currency-wrapper {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.currency-wrapper._1 {
  position: static;
  width: 100%;
}

.div-block-90 {
  width: 60px;
  height: 60px;
  background-image: url('../images/whatsapp-1.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.whatsapp {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2001;
  display: none;
  height: 100vh;
  padding-right: 20%;
  padding-left: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
}

.div-block-88 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  margin-top: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.text-block-56 {
  color: #000;
  font-weight: 400;
  text-align: center;
}

.div-block-91 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.video-1-popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  height: 100vh;
  padding-right: 20%;
  padding-left: 20%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
}

.models-details {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: block;
  height: auto;
  margin: 0vh 0%;
  padding-right: 0%;
  padding-left: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 1;
}

.car-xv {
  width: 100%;
  height: 100%;
  margin-top: 0px;
  background-color: #fff;
}

.slider {
  width: 90%;
}

.mask {
  width: 50%;
}

.image-22 {
  width: 100%;
  border-radius: 3px;
  background-color: #606369;
  background-clip: border-box;
}

.slide-nav-4 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 70px;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lato, sans-serif;
  font-size: 8px;
  font-weight: 100;
  text-transform: none;
}

.slide-3 {
  min-height: 500px;
}

.mask-3 {
  position: static;
  overflow: visible;
  min-height: 500px;
}

.slider-icon {
  background-image: url('../images/right-arrow.svg');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
  color: rgba(68, 68, 68, 0);
}

.slider-icon._1 {
  background-image: url('../images/left-arrow.svg');
}

.slide-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.slider-right-arrow {
  color: #444;
}

.slider-3 {
  position: static;
  width: 400px;
  height: 500px;
  background-color: transparent;
}

.slider-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-left-arrow {
  color: #444;
}

.slider-text {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 70%;
  margin-bottom: -58px;
  padding: 10px;
  background-color: transparent;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
  color: #fff;
  font-size: 45px;
  line-height: 45px;
  font-weight: 300;
  text-align: center;
  text-decoration: underline;
}

.slider-text._2 {
  margin-bottom: -8px;
}

.content-full {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.content-left {
  position: fixed;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 100vh;
  min-height: 100%;
  padding-right: 4%;
  padding-left: 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  box-shadow: 4px 0 16px 0 rgba(0, 0, 0, 0.26);
}

.content-right {
  position: relative;
  overflow: hidden;
  width: 60%;
  height: auto;
  min-height: auto;
  margin-left: 40%;
  background-color: #ececec;
}

.models-logo {
  width: 100%;
  height: 70px;
  min-height: auto;
  margin-top: -1px;
  margin-left: auto;
  clear: left;
  -webkit-filter: none;
  filter: none;
}

.models-logo.forester {
  height: auto;
}

.div-block-95 {
  width: 100%;
}

.head-1 {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 60px;
  font-size: 35px;
  line-height: 42px;
  font-weight: 400;
  text-align: center;
}

.section-title {
  width: 100%;
  font-size: 32px;
  line-height: 38px;
  font-weight: 400;
}

.description {
  width: 60%;
  margin-bottom: 60px;
  color: #7a7a7a;
  font-size: 1.5em;
  line-height: 1.6em;
  font-weight: 400;
  text-align: center;
}

.head-1-copy {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 60px;
  font-size: 35px;
  line-height: 42px;
  font-weight: 400;
  text-align: center;
}

.paragraph {
  margin-top: 20px;
  font-family: Global2, sans-serif;
  color: #fff;
  font-size: 24px;
}

.paragraph-2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Global3, sans-serif;
  color: #fff;
  font-size: 16px;
}

.list1 {
  margin-top: 0px;
  padding-left: 40px;
  background-image: url('../images/check.svg');
  background-position: 0% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  font-family: Global3, sans-serif;
  color: #fff;
  font-size: 16px;
}

.menu {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 998;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 70px;
  margin-left: 0%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: #f5f5f5;
  box-shadow: 0 -8px 16px -5px rgba(0, 0, 0, 0.42);
}

.model-content1 {
  position: static;
  display: block;
  height: auto;
  margin-top: 0px;
  padding: 100px 5%;
  background-color: #f1f1f1;
}

.model-content2 {
  height: auto;
  padding: 100px 5%;
  background-color: #fff;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none solid;
  border-width: 1px;
  border-color: #000 hsla(0, 0%, 73.3%, 0.16) #000 rgba(0, 0, 0, 0.11);
  background-color: #7b7c7c;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Global3, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.link-block:hover {
  height: 70px;
  margin-top: 0px;
  border-style: none solid;
  border-width: 1px 1px 3px;
  border-color: #000 hsla(0, 0%, 100%, 0.07) #009fdf rgba(0, 0, 0, 0.11);
  background-color: #4b4b4b;
  color: #fff;
}

.link-block.w--current {
  width: 100%;
  height: 70px;
  margin-top: 0px;
  border-style: none solid;
  border-width: 3px 1px;
  border-color: #009fdf hsla(0, 0%, 73.3%, 0.16) #009fdf rgba(0, 0, 0, 0.11);
  background-color: #009fdf;
  font-family: Global4, sans-serif;
  color: #fff;
  text-align: center;
}

.link-block._1 {
  width: 50%;
  border-top: 1px solid hsla(0, 0%, 100%, 0.43);
  border-bottom: 1px none hsla(0, 0%, 100%, 0.43);
  border-right-style: none;
  background-color: transparent;
}

.link-block._1.w--current {
  height: 70px;
  margin-top: 0px;
  background-color: rgba(0, 0, 0, 0.69);
  font-family: Global4, sans-serif;
  color: #fff;
  font-weight: 400;
}

.link-block._1.left {
  width: 50%;
  margin-right: 0px;
  padding-left: 5%;
  border-top-style: solid;
  border-right-style: solid;
  border-right-color: hsla(0, 0%, 100%, 0.43);
  border-bottom-style: none;
  background-color: rgba(0, 0, 0, 0.38);
  background-image: url('../images/left-align.svg');
  background-position: 10% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.link-block.home {
  background-color: #7b7c7c;
  color: #fff;
}

.link-block.home:hover {
  border-bottom-style: none;
  background-color: #4b4b4b;
}

.link-block.resize {
  background-image: url('../images/full-screen.svg');
  background-position: 90% 15%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.model-content3 {
  height: 700px;
  padding: 0px 0%;
  background-color: #fff;
}

.model-content4 {
  overflow: hidden;
  height: 700px;
  min-height: auto;
  margin-right: 0%;
  padding-right: 0%;
  padding-bottom: 0px;
  padding-left: 0%;
  background-color: #e4e4e4;
}

.link-block-2 {
  width: 100%;
  height: 70px;
  min-height: 70px;
  min-width: auto;
  border-top: 1px none hsla(0, 0%, 100%, 0.4);
  background-color: transparent;
  background-image: url('../images/cross.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.head-white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0px;
  padding-left: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: Global2, sans-serif;
  color: #009fdf;
  font-size: 28px;
  line-height: 35px;
  font-weight: 400;
}

.head-white.black {
  padding-bottom: 20px;
  background-color: transparent;
  color: #000;
}

.head-white._2 {
  height: auto;
  margin-bottom: 40px;
}

.text-block-57 {
  font-size: 14px;
  line-height: 18px;
}

.links {
    padding-right: 10px;
    padding-left: 10px;
    color: hsl(0deg 0% 35%);
    font-size: 13px;
    text-decoration: none;
}

.links:hover {
  color: #009fdf;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 70px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-family: Global2, sans-serif;
  color: #838383;
  font-size: 18px;
  font-weight: 400;
}

.tabs.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 70px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none none solid;
  border-width: 1px 1px 3px;
  border-color: #fff #fff #009fdf #000;
  background-color: transparent;
  color: #009fdf;
  font-size: 18px;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tab-pane-tab-1 {
  padding-top: 20px;
  padding-bottom: 20px;
  border-style: solid none none;
  border-width: 1px;
  border-color: #009fdf #fff #fff;
}

.text-block-58 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 60px;
  margin-bottom: 10px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-top: 1px none hsla(0, 0%, 100%, 0.32);
  font-family: Global4, sans-serif;
  color: #009fdf;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 0px;
}

.div-block-96 {
  position: -webkit-sticky;
  position: sticky;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
}

.div-block-96:hover {
  background-color: #fafafa;
}

.div-block-96.seperator {
  border-bottom-width: 1px;
  border-bottom-color: #009fdf;
}

.div-block-96.no-bg {
  border-bottom-style: solid;
  border-bottom-color: #009fdf;
}

.div-block-96.no-bg:hover {
  background-color: transparent;
}

.div-block-96.space {
  margin-top: 5px;
  border-bottom-color: #009fdf;
}

.div-block-96.space2 {
  margin-top: 5px;
  border-top: 1px solid #009fdf;
  border-bottom-color: rgba(0, 0, 0, 0.11);
}

.line-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  min-height: 30px;
  margin-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px none hsla(0, 0%, 100%, 0.27);
  color: #000;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}

.line-text.noline {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right-style: none;
  font-size: 15px;
  text-align: center;
}

.line-text.noline._2 {
  width: 20%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.line-text.noline._3 {
  width: 147%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.line-text.noline._2.model {
  font-family: Global1, sans-serif;
  color: #009fdf;
  font-weight: 400;
}

.line-text.noline._2.model._11 {
  width: 25%;
  line-height: 16px;
}

.line-text.noline._2.model._50 {
  width: 50%;
  line-height: 16px;
}

.line-text.noline._2.model._12-5 {
  width: 12.5%;
  font-family: Global2, sans-serif;
  font-size: 13px;
  line-height: 16px;
  white-space: nowrap;
}
.line-text.noline._2.model._12-1 {
  width: 50%;
  font-family: Global2, sans-serif;
  font-size: 13px;
  line-height: 16px;
  white-space: nowrap;
}
.line-text.noline._2.model._25 {
  width: 25%;
}

.line-text.noline._2._12-5 {
  width: 12.5%;
  font-size: 14px;
  line-height: 16px;
}

.line-text.noline._2._12-1 {
  width: 50%;
  font-size: 14px;
  line-height: 16px;
}

.line-text.noline._2._50 {
  width: 50%;
}

.line-text.noline._2._25 {
  width: 25%;
}

.line-text.noline._25 {
  width: 25%;
}

.line-text.bold {
  height: auto;
  min-height: 30px;
  margin-right: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: Global3, sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 400;
}

.line-text.bold._2 {
  width: 50%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: Global3, sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  text-align: left;
}

.line-text.bold._2._1 {
  width: 50%;
}

.line-text.bold.head {
  font-family: Global1, sans-serif;
}

.line-text.bold.head-center {
  font-family: Global1, sans-serif;
}

.line-text._12-5-text {
  width: 12.5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right-style: none;
  font-size: 15px;
  text-align: center;
}

.line-text._12-5-text._2 {
  width: 20%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.line-text._12-5-text._2.model {
  font-family: Global1, sans-serif;
  color: #009fdf;
  font-weight: 400;
}

.line-text._12-5-text._2.model._11 {
  width: 25%;
  line-height: 16px;
}

.line-text._12-5-text._2.model._50 {
  width: 50%;
  line-height: 16px;
}

.line-text._12-5-text._2.model._12-5 {
  width: 12.5%;
  line-height: 16px;
}

.line-text._25-text {
  width: 25%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right-style: none;
  font-size: 15px;
  text-align: center;
}

.line-text._25-text._2 {
  width: 20%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.line-text._25-text._2.model {
  font-family: Global1, sans-serif;
  color: #009fdf;
  font-weight: 400;
}

.line-text._25-text._2.model._11 {
  width: 25%;
  line-height: 16px;
}

.line-text._25-text._2.model._50 {
  width: 50%;
  line-height: 16px;
}

.line-text._25-text._2.model._12-5 {
  width: 12.5%;
  line-height: 16px;
}

.top {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50%;
  padding-top: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.bottom {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50%;
  padding-bottom: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.slider-4 {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.right-arrow {
  display: none;
}

.slide-nav-5 {
  display: none;
}

.left-arrow {
  display: none;
}

.icon-8 {
  display: none;
}

.icon-9 {
  display: none;
}

._1-slide {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(43%, transparent)), url('../images/1.jpg');
  background-image: linear-gradient(180deg, #000, transparent 43%), url('../images/1.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

._2-slide {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(43%, hsla(0, 0%, 100%, 0))), url('../images/2.jpg');
  background-image: linear-gradient(180deg, #000, hsla(0, 0%, 100%, 0) 43%), url('../images/2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

._3-slide {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(43%, hsla(0, 0%, 100%, 0))), url('../images/3.jpg');
  background-image: linear-gradient(180deg, #000, hsla(0, 0%, 100%, 0) 43%), url('../images/3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.text-span-2 {
  margin-bottom: -4px;
  margin-left: 6px;
  font-size: 11px;
}

.html-embed {
  width: 100%;
  height: 92.5%;
}

.text-block-112 {
  width: 100.000046%;
  margin-bottom: 40px;
  color: #fff;
  font-size: 17px;
  line-height: 28px;
  font-weight: 300;
}

.text-block-112.inner {
  margin-bottom: 0px;
  color: #fff;
}

.faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  padding: 0px 50px 0px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3f3f3;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  white-space: break-spaces;
}

.faq:hover {
  background-color: #f7f7f7;
}

.faq:focus {
  background-color: #f7f7f7;
}

.faq.w--open {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.toggle-text {
  position: relative;
  z-index: 2;
  color: #000;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}

.faq-img {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 30px;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-p {
  overflow: hidden;
  width: 100%;
  margin-bottom: 0px;
  border-style: none;
  border-width: 1px;
  border-color: #e4e4e4;
  border-radius: 0px;
  background-color: rgba(0, 159, 223, 0);
}

.faq-body {
  position: relative;
  display: block;
  background-color: transparent;
}

.faq-body.w--open {
  background-color: transparent;
}

.faq-icon {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 24px;
  margin-right: 30px;
}

.faq-body-cont {
  padding: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #009fdf;
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
}

.model-content {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.model-content._1 {
  position: static;
  width: 100%;
}

.text-block-113 {
  margin-top: 40px;
  font-size: 12px;
}

.text-block-120 {
	
	display: block;
	right: 0px;
	background-color: transparent;
	font-size: 12px;
	color: #fff;
	width: 10%; 
	top: 94%; 
	position: absolute; 
	font-weight: 500;
}

.text-span-3 {
  font-family: Global2, sans-serif;
}

.text-span-4 {
  font-family: Global2, sans-serif;
  font-weight: 400;
}

.content {
  position: relative;
  display: block;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.head {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: 40px;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #009fdf;
}

.head:hover {
  background-color: transparent;
}

.head.seperator {
  border-bottom-width: 2px;
}

.flex-item-20 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding-right: 40px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.flex-item-20._40-percent {
  width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.sidebar-wrapper {
  position: -webkit-sticky;
  position: sticky;
  left: auto;
  top: 100px;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-top: 80px;
  border-left: 1px none #d3d8dd;
}

.sidebar-nav {
  background-color: transparent;
}

.side-part {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sidebar {
  z-index: 999;
  border-left: 1px none #000;
}

.link-sticky {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 48px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid #d3d8dd;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
}

.link-sticky:hover {
  margin-left: 0px;
  border-left: 4px solid #0091ff;
  font-weight: 400;
}

.link-sticky:active {
  margin-left: 0px;
  border-left: 1px solid #0091ff;
}

.link-sticky:focus {
  margin-left: 0px;
  border-left: 3px solid #0091ff;
  font-weight: 400;
}

.link-sticky.w--current {
  margin-left: 0px;
  padding-left: 17px;
  border-top: 1px none #0091ff;
  border-left-width: 2px;
  border-left-color: #0091ff;
}

.text-block-48 {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  color: #000;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: -0.5px;
}

.content-text--list {
  width: auto;
  margin-top: 10px;
  margin-bottom: 0px;
  padding-left: 20px;
  background-image: url('../images/check_1.svg');
  background-position: 0px 8px;
  background-size: 10px;
  background-repeat: no-repeat;
  color: #000;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
}

.content-text--list.inner-1 {
  padding-left: 40px;
  background-position: 20px 8px;
}

.blue-line-2 {
  position: relative;
  top: -31px;
  width: 50px;
  height: 1px;
  background-color: #0091ff;
}

.flex-grid-wrapped {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: -40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.flex-grid-wrapped.gutter-20 {
  margin-right: -20px;
  margin-bottom: -50px;
  margin-left: -20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.page-format {
  display: block;
  width: 100%;
  min-height: 100px;
  padding: 60px 17%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 1px solid #d3d8dd;
  background-color: #f2f2f2;
}

.sidebar-wrapper-2 {
  position: -webkit-sticky;
  position: sticky;
  left: auto;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-top: 80px;
  border-left: 1px none #d3d8dd;
}

.ancor {
  height: 50px;
  border-bottom: 1px solid #d3d8dd;
}

.small-text {
  padding-left: 20px;
  background-image: url('../images/alert.svg');
  background-position: 0% 2px;
  background-size: 13px;
  background-repeat: no-repeat;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}

.part-3 {
  display: block;
  margin-top: 40px;
  padding: 30px 30px 30px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-style: solid none none;
  border-width: 1px;
  border-color: #d3d8dd;
  background-color: transparent;
}

.content-text--1 {
  width: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 0px;
  border-left: 2px none #0091ff;
  color: #000;
  font-size: 22px;
  line-height: 27px;
  font-weight: 400;
}

.content-text-noimage-2 {
  width: auto;
  margin-top: 0px;
  margin-bottom: 40px;
  color: #000;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  text-align: left;
}

.content-text-noimage-2.safety {
  margin-top: 0px;
  padding-bottom: 0%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: 400;
}

.content-text-noimage-2.safety.seperate {
  width: 100%;
  margin-top: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
  text-decoration: none;
}

.html-embed-2 {
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  padding-top: 0px;
}

.slider-navigation {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -25%;
  z-index: 4;
  height: 100px;
  margin: 0px;
  padding-top: 0px;
  border-style: dashed;
  border-width: 1px;
  border-color: #32ff47;
  background-color: rgba(255, 255, 255, 0.27);
}

.slider-navigation.default-no-perspective {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -100px;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px none #000;
  background-color: rgba(255, 255, 255, 0);
  opacity: 0.07;
  font-size: 100px;
}

.slider-navigation.no-perspective {
  bottom: -100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-style: none;
}

.slider-thumb-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.slider-thumb-wrap {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px;
  background-color: rgba(191, 191, 255, 0.9);
}

.image {
  width: 100%;
}

.slider-5 {
  height: 500px;
}

.slider-5.no-perspective {
  height: 600px;
  margin-bottom: 140px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.slider-arrow {
  display: none;
  color: #777;
}

.slider-arrow.left {
  left: -76px;
  display: none;
}

.slider-arrow.right {
  right: -77px;
  display: none;
}

.html-embed-3 {
  height: 100%;
}

.tabs-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #e4e4e4;
}

.tabs-menu-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 5%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.color-1 {
  width: 50px;
  height: 40px;
  padding: 0px 0px 40px;
  border-right: 5px none #009fdf;
}

.color-1.w--current {
  width: 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 5px;
  box-shadow: 0 6px 9px 0 rgba(0, 0, 0, 0.45);
}

.tabs-content {
  width: 100%;
}

.tab-pane-tab-1-2 {
  overflow: hidden;
  height: 700px;
  background-color: #e4e4e4;
}

.image-23 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: auto;
  height: 40px;
}

.text-block-114 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.html-embed-4 {
  overflow: hidden;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #d3d3d3;
}

.text-block-115 {
  position: absolute;
    left: -2%;
    top: auto;
    right: auto;
    bottom: 14%;
    z-index: 9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
	justify-content: center;
    width: 100%;
    height: auto;
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 5%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /* border-top: 1px solid hsla(0, 0%, 65.1%, 0.55); */
    background-color: transparent;
    font-family: Global3, sans-serif;
    color: #000;
    font-size: 20px;
}

.tab-pane-tab-3 {
  height: 100%;
  background-color: #e4e4e4;
}

.tab-pane-tab-2 {
  height: 100%;
  background-color: #e4e4e4;
}

.test-drive {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 150px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 0px;
  background-color: #575555;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
}

.test-drive:hover {
  -webkit-transform: translate(-2px, 0px) scale(1.1);
  -ms-transform: translate(-2px, 0px) scale(1.1);
  transform: translate(-2px, 0px) scale(1.1);
}

.forester001 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(43%, transparent)), url('../images/Forester003.jpg');
  background-image: linear-gradient(180deg, #000, transparent 43%), url('../images/Forester003.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.forester002 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(43%, hsla(0, 0%, 100%, 0))), url('../images/Forester002.jpg');
  background-image: linear-gradient(180deg, #000, hsla(0, 0%, 100%, 0) 43%), url('../images/Forester002.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.forester003 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(43%, hsla(0, 0%, 100%, 0))), url('../images/Forester001.jpg');
  background-image: linear-gradient(180deg, #000, hsla(0, 0%, 100%, 0) 43%), url('../images/Forester001.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.forester001-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(43%, transparent)), url('../images/Forester001-1.jpg');
  background-image: linear-gradient(180deg, #000, transparent 43%), url('../images/Forester001-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.forester002-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(43%, hsla(0, 0%, 100%, 0))), url('../images/Forester002-1.jpg');
  background-image: linear-gradient(180deg, #000, hsla(0, 0%, 100%, 0) 43%), url('../images/Forester002-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.forester003-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(43%, hsla(0, 0%, 100%, 0))), url('../images/Forester003-1.jpg');
  background-image: linear-gradient(180deg, #000, hsla(0, 0%, 100%, 0) 43%), url('../images/Forester003-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.forester004-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(43%, hsla(0, 0%, 100%, 0))), url('../images/Forester004-1.jpg');
  background-image: linear-gradient(180deg, #000, hsla(0, 0%, 100%, 0) 43%), url('../images/Forester004-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}
.forester001-1-25 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(43%, transparent)), url('../images/slider-25-1-2.jpg');
  background-image: linear-gradient(180deg, #000, transparent 43%), url('../images/slider-25-1-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.forester002-1-25 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(43%, hsla(0, 0%, 100%, 0))), url('../images/slider-25-2.jpg');
  background-image: linear-gradient(180deg, #000, hsla(0, 0%, 100%, 0) 43%), url('../images/slider-25-2-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.forester003-1-25 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(43%, hsla(0, 0%, 100%, 0))), url('../images/slider-25-3.jpg');
  background-image: linear-gradient(180deg, #000, hsla(0, 0%, 100%, 0) 43%), url('../images/slider-25-3-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.text-span-5 {
  font-family: Global1, sans-serif;
}

.text-span-6 {
  font-family: Global2, sans-serif;
}

.forester-e-boxer-sport001 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(43%, transparent)), url('../images/Forester-e-boxer-sport002.jpg');
  background-image: linear-gradient(180deg, #000, transparent 43%), url('../images/Forester-e-boxer-sport002.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.forester-e-boxer-sport002 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(43%, hsla(0, 0%, 100%, 0))), url('../images/Forester-e-boxer-sport001.jpg');
  background-image: linear-gradient(180deg, #000, hsla(0, 0%, 100%, 0) 43%), url('../images/Forester-e-boxer-sport001.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
    
}

.forester-e-boxer-sport003 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(43%, hsla(0, 0%, 100%, 0))), url('../images/Forester-e-boxer-sport003.jpg');
  background-image: linear-gradient(180deg, #000, hsla(0, 0%, 100%, 0) 43%), url('../images/Forester-e-boxer-sport003.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.forester-e-boxer-sport001-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(43%, transparent)), url('../images/Forester-e-boxer-sport22-1.jpg');
  background-image: linear-gradient(180deg, #000, transparent 43%), url('../images/Forester-e-boxer-sport22-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.forester-e-boxer-sport002-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(43%, hsla(0, 0%, 100%, 0))), url('../images/Forester-e-boxer-sport22-2.jpg');
  background-image: linear-gradient(180deg, #000, hsla(0, 0%, 100%, 0) 43%), url('../images/Forester-e-boxer-sport22-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
    
}

.forester-e-boxer-sport003-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(43%, hsla(0, 0%, 100%, 0))), url('../images/Forester-e-boxer-sport22-3.jpg');
  background-image: linear-gradient(180deg, #000, hsla(0, 0%, 100%, 0) 43%), url('../images/Forester-e-boxer-sport22-3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.subaru-brz001 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(43%, transparent)), url('../images/Subaru-BRZ002.jpg');
  background-image: linear-gradient(180deg, #000, transparent 43%), url('../images/Subaru-BRZ002.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.subaru-brz002 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(43%, hsla(0, 0%, 100%, 0))), url('../images/Subaru-BRZ001.jpg');
  background-image: linear-gradient(180deg, #000, hsla(0, 0%, 100%, 0) 43%), url('../images/Subaru-BRZ001.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.subaru-brz003 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(43%, hsla(0, 0%, 100%, 0))), url('../images/Subaru-BRZ003.jpg');
  background-image: linear-gradient(180deg, #000, hsla(0, 0%, 100%, 0) 43%), url('../images/Subaru-BRZ003.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.solterra001 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(43%, transparent)), url('../images/solterra-01.jpg');
  background-image: linear-gradient(180deg, #000, transparent 43%), url('../images/solterra-01.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.solterra002 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(43%, transparent)), url('../images/solterra-02.jpg');
  background-image: linear-gradient(180deg, #000, transparent 43%), url('../images/solterra-02.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}
.solterra003 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(43%, transparent)), url('../images/solterra-03.jpg');
  background-image: linear-gradient(180deg, #000, transparent 43%), url('../images/solterra-03.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.crosstrek001 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(43%, transparent)), url('../images/solterra-01.jpg');
  background-image: linear-gradient(180deg, #000, transparent 43%), url('../images/crosstrek-01.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.crosstrek002 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(43%, transparent)), url('../images/solterra-02.jpg');
  background-image: linear-gradient(180deg, #000, transparent 43%), url('../images/crosstrek-02.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}
.crosstrek003 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(43%, transparent)), url('../images/solterra-03.jpg');
  background-image: linear-gradient(180deg, #000, transparent 43%), url('../images/crosstrek-03.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.video-2-popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  height: 100vh;
  padding-right: 20%;
  padding-left: 20%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
}

.image-24 {
  width: 35px;
  height: 35px;
  margin-bottom: 0px;
}

.image-24._2 {
  width: 20px;
  height: 20px;
}

.test-drive-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
        border-radius: 100px;
  height: 50px;
  margin-right: 5px;
     margin-left: 5px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #009fdf;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
     box-shadow: rgb(153 153 153 / 78%) 4px 4px 9px -1px, rgb(255 255 255) -19px -12px 42px -2px;
     margin-right: 5px;
     margin-left: 5px;
}

.test-drive-1:hover {
  background-color: rgba(105, 105, 105, 0.6);
}

.xv-embed {
position: absolute;
    left: -4%;
    top: 48%;
    z-index: 200;
    overflow: hidden;
    width: 46%;
    height: 66%;
}

.fsport-embed {
  position: absolute;
  left: 26%;
  top: 43%;
  z-index: 200;
  overflow: hidden;
  width: 48%;
  height: 60%;
}

.forester-embed {
    position: absolute;
    left: 59%;
    top: 43%;
    z-index: 200;
    overflow: hidden;
    width: 48%;
    height: 64%;
}

.paragraph-3 {
  margin-bottom: 0px;
}

.image1 {
  display: block;
}

.image2 {
  display: none;
}

.subaru {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
        border-radius: 100px;
  height: 50px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #028dc5;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
         box-shadow: rgb(153 153 153 / 78%) 4px 4px 9px -1px, rgb(255 255 255) -19px -12px 42px -2px;
     margin-right: 5px;
     margin-left: 5px;
}

.subaru:hover {
  background-color: rgba(105, 105, 105, 0.6);
}

.models {
  min-width: 280px;
}

.kiosk-sol {
  position: absolute;
  left: 1%;
  top: 68%;
  z-index: 9999;
  width: 5%;
  height: 32%;
  background-color: transparent;
}

.kiosk-sag {
  position: absolute;
  left: 1%;
  top: 68%;
  right: 1%;
  z-index: 9999;
  width: 5%;
  height: 32%;
  background-color: transparent;
}

.kiosk-1 {
    position: absolute;
    left: 3%;
    top: 86%;
    right: 1%;
    z-index: 997;
    width: 5%;
    height: 14%;
    background-color: transparent;
}
.kiosk-3 {
    position: absolute;
    left: auto;
    top: 86%;
    right: 3%;
    z-index: 997;
    width: 5%;
    height: 14%;
    background-color: transparent;
}
.kiosk-2 {
    position: absolute;
    left: 47.5%;
    top: 88%;
    right: auto;
    z-index: 997;
    width: 5%;
    height: 14%;
    background-color: transparent;
}

.kiosk-link {
  position: absolute;
  left: -8%;
  top: -11%;
  z-index: 300;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.kiosk-link._2 {
  left: -1%;
}

._360i-ic {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  height: 100vh;
  padding-right: 0%;
  padding-left: 0%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
}

.div-block-97 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 600px;
  min-height: auto;
  padding: 60px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #009fdf;
}

.image-26 {
  width: 80%;
}

.text-span-7 {
  margin-top: 5px;
  margin-left: 140px;
  font-family: Global3, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.heading-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 0px;
  padding: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 3px none #fff;
  background-color: #070000;
  background-image: url('../images/down-arrow.svg');
  background-position: 100% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  font-weight: 400;
}

.link-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 90px;
  margin-top: 10px;
  padding-left: 40px;
  padding-right: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: url('../images/pdf-hover.svg');
  background-position: 95% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Global1, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  text-decoration: none;
}

.link-block-3:hover {
  background-image: url('../images/pdf.svg');
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  color: #009fdf;
}

.close {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 200;
  width: 60px;
  height: 60px;
  background-color: #fff;
  background-image: url('../images/cancel.svg');
  background-position: 50% 50%;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.close:hover {
  background-color: #c7c7c7;
}

.close._2 {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.kiosk-2-popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  height: 100vh;
  padding-right: 20%;
  padding-left: 20%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
}

.kiosk-3-popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  height: 100vh;
  padding-right: 20%;
  padding-left: 20%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
}

.div-block-98 {
  position: relative;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: rgba(78, 78, 78, 0);
}

.div-block-99 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  min-height: 120px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#696969), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #696969, hsla(0, 0%, 100%, 0));
}

.text-block-116 {
  text-align: center;
}

._01 {
  display: none;
}

.div-block-100 {
  display: none;
}

.mask-degrade {
     position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 2000;
    display: none;
    min-height: 60px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#ededeb));
    background-image: linear-gradient(
180deg
, transparent, #ededeb);
}

.imagem {
  display: none;
}

.skype-sticky {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 0px;
  background-color: #15ace5;
  background-image: url('../images/skype.svg');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 15px;
        border-radius: 100px;
  text-align: center;
  text-decoration: none;
         box-shadow: rgb(153 153 153 / 78%) 4px 4px 9px -1px, rgb(255 255 255) -19px -12px 42px -2px;
     margin-right: 5px;
     margin-left: 5px;
}

.skype-sticky:hover {
  background-color: #15ace5;
  background-size: 40px;
}

.skype {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2001;
  display: none;
  height: 100vh;
  padding-right: 20%;
  padding-left: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
}

.text-span-copy {
  color: #009fdf;
}

.skype-icon {
  width: 60px;
  height: 60px;
  background-image: url('../images/skype-1.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.text-block-118 {
  font-family: Global3, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 10px;
}

._360-ic {
  position: absolute;
  left: 12%;
  top: 87%;
  z-index: 2001;
  width: 200px;
  height: 50px;
  border-radius: 0px;
  background-color: #009fdf;
}

.text-block-119 {
  display: none;
  font-size: 12px;
  line-height: 13px;
}

.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 0px;
  background-color: #3bbcf0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 15px;
  text-align: center;
        border-radius: 100px;
  text-decoration: none;
         box-shadow: rgb(153 153 153 / 78%) 4px 4px 9px -1px, rgb(255 255 255) -19px -12px 42px -2px;
     margin-right: 5px;
     margin-left: 5px;
}

.contact:hover {
  background-color: rgba(105, 105, 105, 0.6);
}
.woman {
  position: absolute;
  z-index: 40;
  width: 14%;
  height: 32%;
  max-width: none;
      display: none;
      margin-top: 21%;
  margin-left: 56%;
}
.woman1 {
  position: absolute;
  z-index: 1200;
  width: 14%;
  height: 32%;
      display: none;
  max-width: none;
      margin-top: 21%;
  margin-left: 56%;
}

.text-span-copy {
    color: #03a9f4;
}
.uyari {
    font-family: Global-4, sans-serif;
    color: #000;
    font-size: 19px;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
}
.text-span-3 {
    color: #03a9f4;
        font-size: 19px;
    line-height: 26px;
}
.text-span-2 {
    color: #03a9f4;
        font-size: 19px;
    line-height: 26px;
}
@media screen and (max-width: 991px) {
	
	.text-block-120{
    width: 33%;
	  }
	
  .header {
    z-index: 999;
    overflow: visible;
    min-height: 70px;
    background-color: #fff;
    box-shadow: 0 12px 20px -4px rgba(0, 0, 0, 0.32);
  }
   
    .div-block-88 {
    overflow: visible;
    height: auto;
    margin-bottom: 0px;
}
    
    .heading-23 {
    font-size: 28px;
    line-height: 32px;
}
    
    .whatapp-popup {
    overflow: visible;
    padding-top: 10%;
}
    .woman {
  display: none;
}
        .woman1 {
  display: none;
}


  .div-block-3 {
    display: block;
    margin-top: 0px;
  }

  ._2 {
    display: none;
    min-height: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-part {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: none;
    height: auto;
    min-height: auto;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #dfe7eb;
    color: #000;
  }

  .yardim {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  ._4 {
    display: none;
    min-height: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  ._1 {
    height: auto;
    min-height: auto;
    padding: 20px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000;
  }

  ._3 {
    display: none;
    min-height: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .notlar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .copyright {
    width: 90%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: hsla(0, 0%, 100%, 0.24);
    font-size: 11px;
    line-height: 14px;
  }

  .footer-link._2 {
    width: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-link.right {
    width: 50%;
  }

  .f-link {
    color: #000;
  }

  .f-link:hover {
    color: hsla(0, 1.6%, 42%, 0.65);
  }

  .tooltip._6.t {
    width: 86px;
    margin-top: -44px;
    margin-left: 0px;
    padding-top: 4px;
    font-size: 10px;
    line-height: 11px;
  }

  .lottie-animation {
    width: 30px;
    height: 30px;
  }

  .lottie-animation.k {
    width: 30px;
    height: 30px;
  }

  .lottie-animation.k._2 {
    display: block;
    width: 15px;
    height: 15px;
    min-height: auto;
    margin-top: -5px;
    margin-right: auto;
  }

  .lottie-animation.w {
    width: 40px;
    height: 40px;
  }

  .body {
    margin-top: 70px;
     background-color: #e0e7ec;
  }

  .logo {
    overflow: hidden;
    width: 100px;
    height: 69px;
    margin-left: 20px;
    box-shadow: none;
  }

  .s-live057__nav-button-2 {
    width: auto;
    height: 70px;
    margin-top: 0px;
    border-bottom-style: solid;
    border-left-style: solid;
  }

  .nav-menu {
    margin-top: 0px;
    box-shadow: 0 12px 10px -7px rgba(0, 0, 0, 0.47);
  }

  .navbar {
    width: 420px;
    height: 70px;
    background-color: #fff;
  }

  .div-block-6 {
    display: none;
  }

  .whatsapp-stick {
    width: 70px;
    height: 70px;
    margin-right: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .whatsapp-skype-sticky {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 1010;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 350px;
    height: 70px;
    margin: auto 70px 0% auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading-23 {
    font-size: 28px;
    line-height: 32px;
  }

  .div-block-89 {
    width: 100%;
    min-height: 50px;
    font-size: 12px;
    line-height: 16px;
  }

  .whatapp-popup {
    overflow: visible;
    padding-top: 10%;
  }

  .currency-wrapper {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .whatsapp {
    padding-right: 10%;
    padding-left: 10%;
  }

  .div-block-88 {
    overflow: visible;
    height: auto;
    margin-bottom: 0px;
  }

  .div-block-91 {
    width: 90%;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .video-1-popup {
    padding-right: 10%;
    padding-left: 10%;
  }

  .models-details {
    position: relative;
    z-index: 997;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0%;
    padding-left: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content-full {
    position: relative;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content-left {
    position: relative;
    width: 100%;
    height: 550px;
    min-height: auto;
    margin-top: 70px;
  }

  .content-right {
    width: 100%;
    margin-top: 0px;
    margin-left: 0%;
  }

  .models-logo {
    width: 80%;
    height: 70px;
    margin-top: -1px;
  }

  .head-1 {
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 32px;
  }

  .section-title {
    font-size: 32px;
    line-height: 35px;
  }

  .description {
    width: 80%;
  }

  .head-1-copy {
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 32px;
  }

  .menu {
    position: fixed;
    top: 70px;
    z-index: 998;
    width: 100%;
    margin-top: 0px;
  }

  .model-content1 {
    margin-top: 0px;
    padding-top: 140px;
  }

  .model-content2 {
    padding-top: 140px;
  }

  .link-block {
    text-align: center;
  }

  .link-block.w--current {
    margin-top: 0px;
    margin-bottom: -5px;
  }

  .link-block.home {
    display: none;
  }

  .link-block.resize {
    background-position: 90% 50%;
  }

  .model-content3 {
    margin-top: 0px;
    padding-top: 70px;
  }

  .model-content4 {
    height: 600px;
  }

  .head-white._2 {
    display: block;
  }

  .text-block-57 {
    display: none;
    width: 0px;
    height: 30px;
    text-align: left;
  }

  .links {
     margin-bottom: 5px;
    color: hsl(0deg 0% 4% / 77%);
    font-size: 12px;
    line-height: 14px;
    text-decoration: none;
}

  .div-block-96 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #000;
  }

  .line-text.noline._2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
	
	 .line-text.noline._3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .line-text.noline._2.model {
    display: block;
  }

  .line-text.noline._2.model._50 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .line-text.noline._2.model._12-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .line-text.noline._2.model._12-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .line-text.bold._2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .line-text.bold.head:hover {
    background-color: transparent;
  }

  .line-text._12-5-text._2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .line-text._12-5-text._2.model {
    display: block;
  }

  .line-text._25-text._2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .line-text._25-text._2.model {
    display: block;
  }

  .top {
    height: 100%;
    padding-bottom: 5%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .text-block-112 {
    text-align: center;
  }

  .faq-img {
    width: 20px;
    height: 50px;
  }

  .model-content {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .flex-item-20._40-percent {
    display: none;
  }

  .sidebar {
    z-index: 9999;
  }

  .page-format {
    padding-right: 5%;
    padding-bottom: 60px;
    padding-left: 5%;
  }

  .ancor {
    display: block;
  }

  .content-text-noimage-2.safety.seperate {
    margin-top: 0px;
  }

  .tab-pane-tab-1-2 {
    padding-top: 0px;
  }

  .html-embed-4 {
    margin-top: 0px;
  }

  .text-block-115 {
    position: absolute;
    min-height: 60px;
    padding-top: 0%;
    padding-bottom: 0%;
    padding-left: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
  }

  .forester001 {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(50%, transparent)), url('../images/Forester003.jpg');
    background-image: linear-gradient(360deg, #000, transparent 50%), url('../images/Forester003.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .forester001-1 {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(50%, transparent)), url('../images/Forester001-1.jpg');
    background-image: linear-gradient(360deg, #000, transparent 50%), url('../images/Forester001-1.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .forester-e-boxer-sport001 {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(50%, transparent)), url('../images/Forester-e-boxer-sport002.jpg');
    background-image: linear-gradient(360deg, #000, transparent 50%), url('../images/Forester-e-boxer-sport002.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .subaru-brz001 {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(50%, transparent)), url('../images/Subaru-BRZ002.jpg');
    background-image: linear-gradient(360deg, #000, transparent 50%), url('../images/Subaru-BRZ002.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .video-2-popup {
    padding-right: 10%;
    padding-left: 10%;
  }

  .image-24 {
    margin-bottom: 0px;
  }

  .image-24._2 {
    display: block;
  }

  .test-drive-1 {
    width: 70px;
    height: 70px;
    margin-right: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image1 {
    position: static;
    width: 100%;
  }

  .image2 {
    display: none;
  }

  .subaru {
    width: 70px;
    height: 70px;
    margin-right: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #028dc5;
  }

  .kiosk-1 {
    display: none;
  }

  .kiosk-3 {
    display: none;
  }

  .kiosk-2 {
    display: none;
  }

  .kiosk-link._2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  ._360i-ic {
    display: none;
    padding-right: 0%;
    padding-left: 0%;
  }

  .heading-24 {
    color: #fff;
  }

  .close._2 {
    z-index: 300;
    display: block;
  }

  .kiosk-2-popup {
    padding-right: 10%;
    padding-left: 10%;
  }

  .kiosk-3-popup {
    padding-right: 10%;
    padding-left: 10%;
  }

  .image-27 {
    width: 100%;
  }

  ._01 {
    display: none;
    width: 100%;
    min-height: 100px;
    margin: 0px 1px 0px 0px;
    padding: 10px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none;
    border-width: 1px;
    border-color: rgba(0, 159, 223, 0.17);
    border-radius: 0px;
    background-color: #ff5805;
    background-image: url('../images/logotype.svg');
    background-position: 95% 85%;
    background-size: 20px;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    text-decoration: none;
  }

  ._01:hover {
    width: 100%;
    padding-bottom: 10px;
    background-color: rgba(255, 255, 255, 0.1);
    background-image: url('../images/logotype.svg');
    background-position: 95% 90%;
    background-size: 20px;
  }

  ._01._2-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #009fdf;
  }

  .div-block-100 {
    position: static;
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-right: 5%;
    margin-left: 5%;
    padding-right: 0%;
    padding-left: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-shadow: 0 6px 16px -12px #000;
  }

  .heading-25 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Global2, sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
  }

  .btn {
    width: 100%;
    min-height: 60px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: transparent;
    background-image: url('../images/pdf.svg');
    background-position: 50% 50%;
    background-size: 30px;
    background-repeat: no-repeat;
  }

  .btn:hover {
    background-color: hsla(0, 0%, 100%, 0);
    background-image: url('../images/pdf.svg');
    background-position: 50% 50%;
    background-size: 30px;
  }

  .btn.price {
    background-image: url('../images/price-tag.svg');
    background-position: 50% 42%;
    background-size: 38px;
  }

  .mask-degrade {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    display: none;
    width: 100%;
    min-height: 60px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#172049));
    background-image: linear-gradient(180deg, transparent, #172049);
  }

  .title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: 36px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 17px;
    line-height: 18px;
  }

  .text-block-117 {
    margin-top: 0px;
  }

  .div-block-102 {
    width: 50px;
    height: 1px;
    min-height: 1px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: hsla(0, 0%, 100%, 0.78);
  }

  .imagem {
    position: static;
    width: 100%;
  }

  .skype-sticky {
    width: 70px;
    height: 70px;
    margin-right: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .skype {
    padding-right: 10%;
    padding-left: 10%;
  }

  .contact {
    width: 70px;
    height: 70px;
    margin-right: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .header {
    box-shadow: 0 12px 20px -8px rgba(0, 0, 0, 0.29);
  }

  .copyright {
    text-align: center;
  }

.text-block-115 {padding-bottom: 8%;
 }	
  .xv {
    top: 45%;
    height: 15%;
  }

  .text-block-32 {
    font-family: Global2, sans-serif;
    font-size: 11px;
    margin-top: 5px;
    line-height: 12px;  }

  .lottie-animation {
    width: 30px;
    height: 30px;
  }

  .lottie-animation.w {
    width: 40px;
    height: 40px;
  }

  .f-sport {
    top: 37%;
    height: 15%;
  }

  .frster {
    top: 43%;
    height: 15%;
  }

  .video-area:hover {
    background-size: 30px;
  }

  .s-live057__nav-button-2 {
    width: auto;
    min-height: auto;
    border-top: 1px solid #dfdfdf;
  }

  .nav-menu {
    margin-top: 0px;
  }

  .navbar {
    margin-top: -1px;
  }

  .div-block-5 {
    background-color: #fff;
  }

  .whatsapp-stick {
    width: 70px;
    margin-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .whatsapp-skype-sticky {
    width: 350px;
  }

  .whatapp-popup {
    padding-top: 10%;
  }

  .slide-3 {
    min-height: auto;
  }

  .content-left {
    height: 500px;
  }

  .models-logo {
    height: 70px;
    margin-top: -1px;
    margin-left: 0px;
  }

  .head-1 {
    font-size: 24px;
    line-height: 26px;
  }

  .section-title {
    font-size: 27px;
    line-height: 32px;
  }

  .description {
    width: 80%;
  }

  .head-1-copy {
    font-size: 24px;
    line-height: 26px;
  }

  .menu {
    height: 70px;
  }

  .link-block {
    height: 70px;
    font-size: 14px;
    text-align: center;
  }

  .link-block:hover {
    height: 70px;
    text-align: center;
  }

  .link-block.w--current {
    height: 70px;
    box-shadow: none;
  }

  .model-content3 {
    padding-top: 50px;
  }

  .model-content4 {
    height: 450px;
  }

  .head-white {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .text-block-57 {
    display: none;
  }

  .line-text {
    font-size: 14px;
    line-height: 16px;
  }

  .line-text.noline {
    font-size: 14px;
    line-height: 16px;
  }

  .line-text.bold {
    font-size: 14px;
    line-height: 16px;
  }

  .line-text.bold._2 {
    text-align: left;
  }

  .line-text._12-5-text {
    font-size: 14px;
    line-height: 16px;
  }

  .line-text._25-text {
    font-size: 14px;
    line-height: 16px;
  }

  .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-112.inner {
    font-size: 16px;
  }

  .toggle-text {
    font-size: 17px;
  }

  .faq-img {
    min-height: 40px;
    min-width: 20px;
  }

  .flex-item-20 {
    width: 100%;
    padding-right: 20px;
  }

  .flex-item-20._40-percent {
    width: auto;
  }

  .flex-grid-wrapped.gutter-20 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .page-format {
    padding-top: 40px;
    padding-right: 5%;
    padding-bottom: 40px;
  }

  .ancor {
    border-bottom: 1px solid #d3d8dd;
  }

  .content-text-noimage-2 {
    line-height: 28px;
    text-align: center;
  }

  .content-text-noimage-2.safety {
    font-size: 16px;
    line-height: 28px;
    text-align: center;
  }

  .color-1 {
    width: 40px;
    height: 30px;
    padding-bottom: 0px;
      padding: 0px 0px 30px;
  }

  .color-1.w--current {
    width: 40px;
  }

  .image-23 {
    width: 40px;
    height: 30px;
  }

  .text-block-115 {
    min-height: 50px;
    font-size: 16px;
  }

  .test-drive-1 {
    width: 70px;
    margin-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .xv-embed {
    display: block;
  }

  .fsport-embed {
    display: block;
  }

  .forester-embed {
    display: block;
  }

  .image1 {
    display: block;
  }

  .image2 {
    display: none;
  }

  .subaru {
    width: 70px;
    margin-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #028dc5;
  }

  .kiosk-link {
    top: 45%;
    height: 49%;
  }

  .div-block-97 {
    padding-left: 50px;
  }

  .text-span-7 {
    margin-left: 60px;
  }

  .heading-24 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 1800% 50%;
    font-size: 33px;
  }

  .link-block-3 {
    padding-right: 60px;
    padding-left: 20px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
  }

  .kiosk-2-popup {
    display: none;
    padding-right: 5%;
    padding-left: 5%;
  }

  .kiosk-3-popup {
    padding-right: 5%;
    padding-left: 5%;
  }

  ._01 {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background-color: #ff5805;
  }

  ._01:hover {
    padding-bottom: 10px;
  }

  .mask-degrade {
    min-height: 30px;
  }

  .title {
    min-height: 29px;
    font-size: 15px;
    line-height: 16px;
  }

  .text-block-117 {
    font-size: 11px;
    line-height: 12px;
  }

  .imagem {
    display: none;
  }

  .skype-sticky {
    width: 70px;
    margin-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .contact {
    width: 70px;
    margin-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  } 
	
	.video-chat-channel-btn {
    padding-top: 15px;
    padding-bottom: 12px;
    font-size: 14px;
  }

  .video-chat-box {
    right: -15px;
    bottom: 17px;
    max-height: 84vh;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    font-size: 13px;
  }

  .video-chat-wrapper {
    bottom: 45px;
  }
}

@media screen and (max-width: 479px) {
  .header {
    min-height: 50px;
  }

  .div-block-3 {
    margin-top: 0px;
  }

  .video-3 {
    display: none;
  }

  ._1 {
    height: auto;
    min-height: auto;
    padding: 20px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .copyright {
    padding-right: 0px;
    padding-left: 0px;
  }

  .f-link {
    text-align: center;
  }

  .background-video {
    display: none;
  }

  .xv {
    left: 4%;
    top: 18%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    height: 5%;
  }

  .tooltip {
    left: -50px;
    right: -50px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .tooltip._6 {
    width: 120px;
    margin-top: -47px;
  }

  .text-block-32 {
    padding-top: 0px;
  }

  .lottie-animation {
    width: 40px;
    height: 40px;
  }

  .lottie-animation.k {
    width: 40px;
    height: 40px;
  }

  .lottie-animation.w {
    width: 30px;
    height: 30px;
  }

  .body {
    margin-top: 50px;
  }

  .v01 {
    display: none;
  }

  .f-sport {
    left: 4%;
    top: 49%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    height: 5%;
  }

  .frster {
    left: 4%;
    top: 77%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    height: 5%;
  }

  .logo {
    height: 50px;
    margin-left: 0px;
  }

  .logo.w--current {
    background-color: #fff;
  }

  .video-area {
    display: none;
  }

  .s-live057__nav-button-2 {
    width: 100%;
    height: 50px;
    min-height: auto;
    margin-top: 0px;
    border-bottom-style: none;
    background-color: #fff;
  }

  .menu-button {
    width: 50px;
    height: 50px;
    min-height: auto;
  }

  .nav-menu {
    left: auto;
    width: 320px;
    min-width: auto;
    margin-top: 0px;
    margin-left: auto;
  }

  .menu-text {
    height: 50px;
  }

  .navbar {
    width: 320px;
    height: 50px;
    min-height: 50px;
    margin-top: 0px;
  }

  .whatsapp-stick {
    width: 50px;
    height: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .whatsapp-skype-sticky {
    width: 100px;
    height: 50px;
    margin-right: 50px;
  }

  .whatapp-popup {
    padding-top: 15%;
  }

  .whatsapp {
    z-index: 9999;
  }

  .div-block-91 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .video-1-popup {
    z-index: 9999;
  }

  .models-details {
    z-index: 997;
  }

  .slide-3 {
    height: auto;
  }

  .slider-icon {
    margin-bottom: 20px;
  }

  .slider-right-arrow {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .slider-3 {
    width: 333px;
  }

  .content-left {
    height: 300px;
    margin-top: 50px;
  }

  .models-logo {
    position: relative;
    z-index: 100;
    width: 80%;
    max-width: none;
    min-height: 70px;
    margin-top: 0px;
    margin-left: 0%;
  }

  .head-1 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 24px;
  }

  .section-title {
    font-size: 22px;
    line-height: 24px;
  }

  .description {
    width: 80%;
    font-size: 1.3em;
    line-height: 1.4em;
  }

  .head-1-copy {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 24px;
  }

  .menu {
    top: 50px;
    z-index: 998;
    height: 50px;
    margin-top: 0px;
  }

  .model-content1 {
    padding-top: 100px;
  }

  .model-content2 {
    padding-top: 100px;
  }

  .link-block {
    height: 50px;
    font-size: 13px;
    line-height: 14px;
  }

  .link-block:hover {
    height: 50px;
    background-color: #565757;
  }

  .link-block.w--current {
    height: 50px;
  }

  .link-block.resize {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .model-content3 {
    height: 450px;
    padding-top: 30px;
  }

  .text-block-57 {
    display: none;
  }

  .links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .div-block-96 {
    min-height: 70px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-block-96.no-bg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .line-text {
    width: 100%;
    min-height: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }

  .line-text.noline {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }

  .line-text.noline._2 {
    width: 50%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
	
	.line-text.noline._3 {
    width: 50%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .line-text.noline._2.model {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    min-height: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .line-text.noline._2.model._11 {
    width: 50%;
  }

  .line-text.noline._2.model._50 {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .line-text.noline._2.model._12-5 {
    width: 25%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .line-text.noline._2.model._12-1 {
    width: 25%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .line-text.noline._2.model._25 {
    width: 50%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .line-text.noline._2._12-5 {
    width: 25%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .line-text.noline._2._12-1 {
    width: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .line-text.noline._2._25 {
    width: 50%;
  }

  .line-text.noline._25 {
    width: 50%;
  }

  .line-text.bold {
    width: 100%;
    min-height: auto;
    margin-bottom: 5px;
    font-family: Global1, sans-serif;
  }

  .line-text.bold._2 {
    width: 100%;
    font-family: Global1, sans-serif;
  }

  .line-text.bold._2._1 {
    display: none;
  }

  .line-text._12-5-text {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }

  .line-text._12-5-text._2 {
    width: 50%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .line-text._12-5-text._2.model {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    min-height: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .line-text._12-5-text._2.model._11 {
    width: 50%;
  }

  .line-text._12-5-text._2.model._50 {
    width: 50%;
  }

  .line-text._12-5-text._2.model._12-5 {
    width: 50%;
  }

  .line-text._25-text {
    width: 50%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }

  .line-text._25-text._2 {
    width: 50%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .line-text._25-text._2.model {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    min-height: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .line-text._25-text._2.model._11 {
    width: 50%;
  }

  .line-text._25-text._2.model._50 {
    width: 50%;
  }

  .line-text._25-text._2.model._12-5 {
    width: 50%;
  }

  .toggle-text {
    font-size: 16px;
    line-height: 18px;
  }

  .faq-img {
    display: none;
  }

  .faq-body-cont {
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .flex-item-20 {
    padding-right: 20px;
  }

  .text-block-48 {
    margin-bottom: 10px;
  }

  .content-text--list {
    padding-left: 25px;
  }

  .page-format {
    padding: 40px 6%;
  }

  .part-3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .content-text--1 {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left: 30px;
  }

  .content-text-noimage-2 {
    padding-left: 0px;
  }

  .content-text-noimage-2.safety.seperate {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-left: 0px;
  }

  .html-embed-2 {
    width: auto;
  }

  .tab-pane-tab-1-2 {
    height: 450px;
  }

  .html-embed-4 {
    margin-top: 0px;
    padding-top: 0px;
  }

  .video-2-popup {
    z-index: 9999;
  }

  .image-24 {
    width: 20px;
    height: 20px;
  }

  .test-drive-1 {
    display: none;
    width: 50px;
    height: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .xv-embed {
    left: -7.5%;
    top: 18%;
    display: block;
    width: 115%;
   height: 21.5%;
  }

  .fsport-embed {
    left: -5%;
    top: 46%;
    display: block;
    width: 110%;
    height: 21.5%;
  }

  .forester-embed {
    left: -5%;
    top: 74%;
    display: block;
    width: 110%;
    height: 21.5%;
  }

  .image-25 {
    height: 100%;
  }

  .image1 {
    display: none;
  }

  .subaru {
    display: none;
    width: 50px;
    height: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .kiosk-link {
    top: 45%;
    height: 52%;
  }

  ._360i-ic {
    z-index: 9999;
  }

  .div-block-97 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-26 {
    width: 100%;
    margin-top: 40px;
  }

  .text-span-7 {
    margin-left: 10px;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
  }

  .heading-24 {
    margin-top: 10px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    font-size: 24px;
    line-height: 30px;
  }

  .link-block-3 {
    padding-right: 45px;
    background-size: 30px;
    font-size: 14px;
    line-height: 16px;
  }

  .kiosk-2-popup {
    z-index: 9999;
  }

  .kiosk-3-popup {
    z-index: 9999;
  }

  ._01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
    clear: right;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #009fdf;
    background-position: 95% 50%;
  }

  ._01:hover {
    padding-bottom: 10px;
    background-color: #009fdf;
    background-position: 95% 50%;
  }

  .div-block-100 {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mask-degrade {
    display: none;
    min-height: 40px;
  }

  .title {
    width: 50%;
    margin-right: 20px;
    margin-left: 20px;
    font-size: 18px;
    line-height: 18px;
    text-align: left;
  }

  .text-block-117 {
    width: 50%;
    margin-right: 40px;
    margin-left: 20px;
    font-size: 13px;
    line-height: 13px;
    text-align: left;
  }

  .div-block-102 {
    width: 1px;
    height: 50px;
  }

  .imagem {
    display: block;
  }

  .skype-sticky {
    width: 50px;
    height: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .skype {
    z-index: 9999;
  }

  .text-block-118 {
    font-size: 9px;
  }

  .contact {
    display: none;
    width: 50px;
    height: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@font-face {
  font-family: 'Global4';
  src: url('../fonts/320448_0_0.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Global3';
  src: url('../fonts/320448_2_0.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Global2';
  src: url('../fonts/320448_4_0.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Global1';
  src: url('../fonts/320448_7_0.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
} 

.video-chat-bold {
  margin-top: 5px;
  font-size: 11px;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
}

.video-chat-user-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -25px;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.video-chat-smaller-text {
  height: auto;
  opacity: 0.75;
  font-size: 13px;
  line-height: 1.3em;
  text-align: center;
}

.ms-chat-submit-button {
  width: 100%;
  padding: 15px;
  border-radius: 2px;
  background-color: #0091ff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Global-4, sans-serif;
}

.ms-chat-submit-button:hover {
  background-color: #000;
}

.video-chat-label {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-bottom: 5px;
  margin-left: 10px;
  padding-right: 5px;
  padding-left: 5px;
  background-color: #fff;
  color: #09519d;
  font-weight: 400;
}

.video-chat-icon {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #f19035;
  box-shadow: 0 20px 30px -10px rgba(85, 94, 105, 0.5);
}

.video-chat-channel-btn {
  position: relative;
  top: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 46%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: #e9e7e7;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: box-shadow 200ms ease, border-color 200ms ease, top 200ms ease;
  transition: box-shadow 200ms ease, border-color 200ms ease, top 200ms ease;
  color: #181823;
  font-size: 15px;
  text-align: left;
  text-decoration: none;
}

.video-chat-channel-btn:hover {
  top: 0px;
  margin-bottom: 0px;
  border-style: none;
  border-color: #afafaf;
  box-shadow: none;
}

.video-chat-channel-btn.offline {
  padding-top: 0px;
  padding-bottom: 10px;
  border-style: none;
  border-width: 3px;
  border-color: #06b800;
  background-color: transparent;
  opacity: 1;
}

.video-chat-channel-btn.online {
  padding-top: 0px;
  padding-bottom: 10px;
  border-style: none;
  border-width: 3px;
  border-color: #06b800;
  background-color: transparent;
}

.video-chat-frame {
  position: relative;
  z-index: 1;
}

.video-chat-animation {
  overflow: hidden;
  height: 190px;
}

.video-chat-box {
  position: absolute;
  left: auto;
  top: auto;
  right: -5px;
  bottom: 24px;
  z-index: 1;
  display: block;
  overflow: auto;
  width: 100vw;
  height: 630px;
  max-height: 75vh;
  max-width: 350px;
  border-style: solid;
  border-width: 1px;
  border-color: #e9e7e7;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 20px 40px -5px rgba(85, 94, 105, 0.25);
  line-height: 1.5em;
  text-align: center;
}

.video-chat-field-wrap {
  margin-bottom: 5px;
} 

.video-animation {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: auto;
  height: auto;
  min-height: auto;
  min-width: auto;
}

.ms-chat {
  margin-top: 10px;
  opacity: 1;
  font-size: 12px;
  line-height: 1.2em;
}

.user {
  width: 100px;
  max-width: none;
  border-radius: 500px;
}

.user.online {
  border-style: solid;
  border-width: 3px;
  border-color: #48c500;
}

.user.offline {
  border-style: solid;
  border-width: 3px;
  border-color: #d6d6d6;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.online-text {
  height: 17px;
  color: #48c400;
  font-size: 10px;
  line-height: 1.4em;
  text-align: center;
}

.ms-chat-bottom-text {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: auto;
  margin-top: 0px;
  padding-bottom: 10px;
  background-color: #fff;
  opacity: 0.75;
  font-size: 90%;
}

.text-block-2 {
  font-family: Global-3, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.video-chat-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 190px;
  padding: 0px 17px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.video-chat-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 190px;
  background-color: #0091ff;
}

.video-exit-icon {
  display: block;
  max-width: 31%;
}

.offline-text {
  color: #727272;
  font-size: 10px;
  text-align: center;
}

.video-chat-wrapper {
  position: fixed;
  right: 15px;
  bottom: 55px;
  z-index: 1001;
  width: 70px;
  height: 70px;
  margin-right: 0px;
}

.video-chat-channel-form {
  position: relative;
  top: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 93%;
  height: auto;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding: 15px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e9e7e7;
  border-radius: 4px;
  background-color: #fff;
  color: #181823;
  font-size: 15px;
  text-align: left;
  text-decoration: none;
}

.video-chat-field {
  margin-top: -1.1em;
  border: 2px solid #e0effc;
  border-radius: 2px;
  color: #09519d;
  font-size: 13px;
}

.video-chat-field.ms-chat-message {
  min-height: 150px;
}

.video-chat-back {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-top: 5px;
  margin-left: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: hsla(0, 0%, 100%, 0.15);
  background-image: url('../images/White-Arrow_1White Arrow.png');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.ms-chat-profile-img-wrap {
  width: 100%;
  max-height: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.ms-chat-profile {
  width: 45px;
  height: 45px;
  margin-right: -1px;
  margin-left: -1px;
  border-radius: 100%;
  box-shadow: 0 0 0 3px #fff, 0 10px 10px -1px rgba(85, 94, 105, 0.25);
}

.checkbox-field {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #014a93;
  font-weight: 300;
}

.checkbox-2 {
  border-width: 3px;
  border-color: #09519d;
}

.checkbox-2:hover {
  border-color: #0092ff;
}

.checkbox-2.w--redirected-checked {
  border-color: #0092ff;
  background-color: #0092ff;
}

.checkbox-2.w--redirected-focus {
  box-shadow: 0 0 3px 1px #0092ff;
}

.checkbox-label {
  overflow: visible;
  max-height: none;
  padding: 0px 5px 5px;
  color: #09519d;
  font-size: 11px;
  line-height: 12px;
  font-weight: 400;
  text-align: left;
}

.text-span-14 {
  line-height: 11px;
}

.error-message-5 {
  border-radius: 2px;
  background-color: #ff8c00;
  color: #fff;
}

.circle-container-3 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 80px;
  max-height: 100vw;
  max-width: 100vw;
  margin-top: 0px;
  margin-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 500px;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
}

.circle-text-3 {
  position: relative;
  z-index: 10;
  overflow: visible;
  margin-right: 0px;
  font-family: Global-3, sans-serif;
  color: #ff0100;
  font-size: 9px;
  line-height: 13px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.circle-3 {
  position: absolute;
  width: 100%;
  height: 100%;
  border-style: none;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.38);
  border-radius: 10000px;
  background-color: rgba(179, 35, 116, 0);
}

.circle-container-4 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 150px;
  max-height: 100vw;
  max-width: 100vw;
  margin-top: 20px;
  margin-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 500px;
  background-color: rgba(10, 76, 157, 0.69);
  color: #fff;
  text-decoration: none;
}

.circle-4 {
  position: absolute;
  width: 80%;
  height: 80%;
  border-style: none;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.38);
  border-radius: 10000px;
  background-color: rgba(179, 35, 116, 0);
  background-image: url('../images/logo-gear.svg');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
}

.video-chat-box-embed {
  position: absolute;
  width: 100%;
  height: 100%;
}

html.w-mod-js *[data-ix="close-word-on-load"] {
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}
