﻿@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900);
a {
  text-decoration: none;
  /*
      @include for-desktop() {
          font-size: 1.45rem;
      }

      @include for-big-desktop() {
          font-size: 1.35rem;
      }

      @include for-biggest-desktop() {
          font-size: 1.45rem;
      }

      @include for-phone() {
          font-size: 1.45rem;
      }


      @include for-tablet() {
          font-size: 1.35rem;
      }

      @include for-tablet-portrait() {
          font-size: 1.3rem;
      }

      @include for-tablet-landscape() {
          font-size: 1.3rem;
      }*/
}

.btn {
  /*  text-transform: capitalize;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    transition: all 0.2s;
    background: #57B5E2 0% 0% no-repeat padding-box;
    border-radius: 5rem;
    padding: 0.6rem 1.6rem;*/
  /*&.btn-edit {
      padding: 0.7rem 5rem;
  }

  &.btn-changepassword {
      padding: 0.7rem 50px;
  }

  &.new-user-btn {
      position: absolute;
      top: -4.5rem;
      //left: 20px;
      //font-size:15px;
      background: #FAB000 0% 0% no-repeat padding-box;
      border-radius: 28px;
      left:0;
  }

  &.lg-btn {
      font-size: 1.5rem;*/
  /*text-transform: uppercase;*/
  /*padding: 1.2rem 3rem;
      width: 18rem;
      text-align: center;
  }

  &.btn-secondary {
      background-color: #fff;
      color: $color-primary;

      &:hover {
          background-color: #0063A5;
          border-color: $color-primary;
          color: white;
      }
  }

  &.btn-red {
      color: #fff;
      background-color: #FF655F;
      border: 0.2rem solid #FF655F;

      &:hover {
          background-color: #D9524D;
          border-color: #D9524D;
      }
  }

  &.btn-white-color {
      color: #fff;
      width: 9rem;
      text-align: center;
  }

  &.btn-archived {
      background-color: #A8A8A8;
      color: #fff;
      width: 9rem;
      text-align: center;
  }

  &.btn-orange {
      color: #fff;
      background-color: #FAB000;
      //padding: 1rem 2rem 1rem 2rem;

      &:hover {
          background-color: #be8808;
      }
  }

  &.btn-dark {
      color: #fff;
      //background-color: $dark-btn-color;
      //border: 0.2rem solid $dark-btn-color;

      background: #000000 0% 0% no-repeat padding-box;
      border-radius: 28px;

      &:hover {
          background-color: #7D8B94;
          border-color: #7D8B94;
      }
  }

  &.btn-login {
      background-color: #000;
      color: white;
      width: 10rem;
      text-align: center;
  }

  &.btn-register {
      color: #57B5E2 !important;
  }

  &.google-login {
      color: white;
      font-size: 1.8rem;
      font-family: MuseoSansCnd-700;
      padding: 1.5rem 3rem;
      //text-transform: uppercase;
      background-color: #57B5E2;
      //border-color: $p-red;
      width: 100%;
      text-transform: none;

      &:hover {
          background-color: #0063A5;
          //background-color: $color-primary;
          border-color: $color-primary;
          color: white;
      }
  }

  &.btn-sample {        
      &:hover {
          background-color: #0063A5;
          border-color: $color-primary;
          color: white;
      }
  }

  &:hover {
      background-color: #0063A5;
      //border-color: #0063A5;
  }*/
}

/*.simple-link {
    color: #c7c3c3;
    padding-right: 20px;
    text-decoration: none;
    font-size: 1.4rem;

    @include for-biggest-desktop() {
        font-size: 1.7rem;
    }

    &:hover {
        color: #fff;
    }
}


h3 {
  color: $color-secondary;
  font-size: 2.5rem;
  font-weight: 600;
  // margin-bottom: 3rem;
  //@include add-half-circle-before;

}
.h-title{
 //@include add-half-circle-before;
 max-width: 16em;
 word-break: break-word;
}
p {
  color: $text-on-white;
  max-width: 22em;
  font-size: 1.5rem;
  margin: 0em 0 2em 0;
}
p.h-title-p{
  color: $text-on-heading;
  max-width: 28em;
  font-size: 2rem;
  margin-top: 3rem;*/
/*margin-bottom: 3em;*/
/*}
p.h-title-p-sub {
    color: $text-on-sub-heading;
    max-width: 28em;
    font-size: 0.8rem;
    margin-top: 5.5em;
}
.buttons-row{
  margin:2rem 0;
  .btn:nth-child(2){
    margin-left: 3rem;
  }
}
.bold {
    color: $text-on-sub-heading;
    font-size: 2.5em;
    margin: .6em 0 .6em 0;
    font-weight: bold;
}*/
/*
@font-face {
    font-family: 'MuseoSansCnd-300';
    src: url('/App_Templates/fonts/MuseoSansCnd-300-webfont.woff2') format('woff2'), url('/App_Templates/fonts/MuseoSansCnd-300-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSansCnd-700';
    src: url('/App_Templates/fonts/MuseoSansCnd-700-webfont.woff2') format('woff2'), url('/App_Templates/fonts/MuseoSansCnd-700-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}*/
/*
html, body {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
*/
/**,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}*/
/*
* h3 ~ div {
    //margin: 1em 0 1em 0 !important;
    font-size: 1.6rem;
    text-align: justify;
}
*/
/*
* h3 ~ div ~ ul {
    font-size: 1.6rem;
}
*/
/*
html {
    box-sizing: border-box;
}
*/
/*body {
    font-family: MuseoSansCnd-300;
    line-height: 1.5;
    //color: $color-secondary;
    background: #fff;
}*/
div[data-scrollbar] {
  /* display: block;
      position: fixed;
      right: 0;
      bottom: 0;
      left: 0;
  */
  /*@include for-desktop() {
          top: 12rem;
          padding-top: 12rem;
      }
  */
  /*@include for-big-desktop() {
      top: 14rem;
      padding-top: 14rem;
  }*/
  /*@include for-biggest-desktop() {
      top: 15rem;
      padding-top: 15rem;
  }*/
  /*
      @include for-phone() {
          top: 13rem;
          padding-top: 13rem;
      }
  */
  /*  @include for-tablet() {
          top: 11rem;
          padding-top: 11rem;
      }
  */
  /*@include for-tablet-portrait() {
          top: 12rem;
          padding-top: 12rem;
      }
  */
  /*@include for-tablet-landscape() {
      top: 10rem;
      padding-top: 10rem;
  }*/
}

.box {
  /*   display: block;
     position: fixed;
     right: 0;
     bottom: 0;
     left: 0;*/
}
@media (min-width: 1025px) and (max-width: 1800px) {
  .box {
    /*  html {
          font-size: 10px;
      }*/
    /*top: 12rem;*/
  }
}
@media (min-width: 1801px) and (max-width: 2442px) {
  .box {
    /* html {
         font-size: 14px;
     }*/
    /*top: 14rem;*/
  }
}
@media (min-width: 2443px) {
  .box {
    /* html {
         font-size: 22px;
     }*/
    /*top: 15rem;*/
  }
}
@media (max-width: 440px) {
  .box {
    /*  html {
          font-size: 8px;
      }*/
    /*top: 13rem;*/
  }
}
@media (min-width: 441px) and (max-width: 768px) {
  .box {
    /*html {
        font-size: 10px;
    }*/
    /*top: 11rem;*/
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .box {
    /* html {
         font-size: 15px;
     }*/
    /*top: 12rem;*/
  }
}
@media (min-width: 769px) and (max-width: 1024px) and (orientation: landscape) {
  .box {
    /*html {
        font-size: 10px;
    }*/
    /*top: 10rem;*/
  }
}

/*.container {
    display: grid;
    grid-template-rows: $header-height auto $footer-height;
}*/
/*.main {
    margin: 0 auto;
    width: 100%;
    //max-width: 1500px;
    min-height: calc(100vh - 300px); // 300px is summation of header's height + footer's height
    position: relative;
}*/
/*.profile-box{
    background: #FCDB8E29 0% 0% no-repeat padding-box !important;
    border-radius: 22px;
    padding: 1em;
    margin-top: 2rem;
}*/
.box-container {
  /* padding: 4em;*/
}

.profile-base .box-container {
  background: rgba(252, 219, 142, 0.1607843137) 0% 0% no-repeat padding-box !important;
  border-radius: 22px;
  width: 50%;
  margin: 30px auto;
}
@media (max-width: 440px) {
  .profile-base .box-container {
    /*  html {
          font-size: 8px;
      }*/
    width: 95%;
  }
}
@media (min-width: 441px) and (max-width: 768px) {
  .profile-base .box-container {
    /*html {
        font-size: 10px;
    }*/
    width: 95%;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .profile-base .box-container {
    /* html {
         font-size: 15px;
     }*/
    width: 95%;
  }
}

.Terms-baseclass {
  background: #FFFFFF 0% 0% no-repeat padding-box !important;
}

.content-area {
  /*min-height: 100vh;*/
  min-height: 60vh;
  position: relative;
}

.Contact-baseclass {
  display: grid;
  text-align: left;
}
.Contact-baseclass .LeftSide #geeksWebsiteLink {
  text-decoration: underline;
}
.Contact-baseclass .LeftSide img {
  width: 20rem;
}
.Contact-baseclass .contact-form {
  background-color: rgba(252, 219, 142, 0.1607843137);
}
.Contact-baseclass h5 {
  font-size: 3rem !important;
  font-weight: 800 !important;
}
@media (min-width: 1025px) and (max-width: 1800px) {
  .Contact-baseclass {
    /*  html {
          font-size: 10px;
      }*/
    grid-template-columns: 10% 40% 40% 10%;
  }
  .Contact-baseclass .LeftSide {
    padding: 3rem 2rem 2rem 2rem;
    grid-column: 2/4;
    grid-row: 2/2;
  }
  .Contact-baseclass .contact-form {
    padding: 3rem 2rem 2rem 2rem;
    grid-column: 3/4;
    grid-row: 2/2;
  }
}
@media (min-width: 1801px) and (max-width: 2442px) {
  .Contact-baseclass {
    /* html {
         font-size: 14px;
     }*/
    grid-template-columns: 10% 40% 40% 10%;
  }
  .Contact-baseclass .LeftSide {
    padding: 3rem 2rem 2rem 2rem;
    grid-column: 2/4;
    grid-row: 2/2;
  }
  .Contact-baseclass .contact-form {
    padding: 3rem 2rem 2rem 2rem;
    grid-column: 3/4;
    grid-row: 2/2;
  }
}
@media (min-width: 2443px) {
  .Contact-baseclass {
    /* html {
         font-size: 22px;
     }*/
    grid-template-columns: 10% 40% 40% 10%;
  }
  .Contact-baseclass .LeftSide {
    padding: 3rem 2rem 2rem 2rem;
    grid-column: 2/4;
    grid-row: 2/2;
  }
  .Contact-baseclass .contact-form {
    padding: 3rem 2rem 2rem 2rem;
    grid-column: 3/4;
    grid-row: 2/2;
  }
}
@media (max-width: 440px) {
  .Contact-baseclass {
    /*  html {
          font-size: 8px;
      }*/
    grid-template-rows: repeat(3, auto);
    grid-template-columns: 100%;
  }
  .Contact-baseclass .LeftSide {
    padding: 3rem 1rem 2rem 1rem;
    grid-column: 1/1;
    grid-row: 1/2;
  }
  .Contact-baseclass .contact-form {
    padding: 3rem 1rem 2rem 1rem;
    grid-column: 1/1;
    grid-row: 2/2;
  }
}
@media (min-width: 441px) and (max-width: 768px) {
  .Contact-baseclass {
    /*html {
        font-size: 10px;
    }*/
    grid-template-rows: repeat(3, auto);
    grid-template-columns: 100%;
  }
  .Contact-baseclass .LeftSide {
    padding: 3rem 1rem 2rem 1rem;
    grid-column: 1/1;
    grid-row: 1/2;
  }
  .Contact-baseclass .contact-form {
    padding: 3rem 1rem 2rem 1rem;
    grid-column: 1/1;
    grid-row: 2/2;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .Contact-baseclass {
    /* html {
         font-size: 15px;
     }*/
    grid-template-rows: repeat(3, auto);
    grid-template-columns: 100%;
  }
  .Contact-baseclass .LeftSide {
    padding: 3rem 1rem 2rem 1rem;
    grid-column: 1/1;
    grid-row: 1/2;
  }
  .Contact-baseclass .contact-form {
    padding: 3rem 1rem 2rem 1rem;
    grid-column: 1/1;
    grid-row: 2/2;
  }
}
@media (min-width: 769px) and (max-width: 1024px) and (orientation: landscape) {
  .Contact-baseclass {
    /*html {
        font-size: 10px;
    }*/
    grid-template-columns: 50% 50%;
  }
  .Contact-baseclass .LeftSide {
    padding: 3rem 1rem 2rem 1rem;
    grid-column: 1/2;
    grid-row: 2/2;
  }
  .Contact-baseclass .contact-form {
    padding: 3rem 1rem 2rem 1rem;
    grid-column: 2/2;
    grid-row: 2/2;
  }
}

.Terms .LeftSide {
  width: 80%;
  margin: 0 auto;
}
.Terms .LeftSide p {
  max-width: 100%;
  color: #113046;
  text-align: justify;
  margin: 1.5em 0 1.5em 0 !important;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 3rem;
}

.Privacy-baseclass > .LeftSide {
  /*position: absolute !important;
  left: -100% !important;*/
}
.Privacy-baseclass > .LeftSide > .value h5 {
  font-size: xx-large;
}
.Privacy-baseclass > .LeftSide > .value * li {
  font-size: 15px;
}

label[for=Main_ctl00_lstPageSizeMainPager] {
  font-size: 20px;
}

.terms-of-use-base {
  width: 80%;
  margin: 30px auto;
}

.Privacy {
  width: 80%;
  margin: 30px auto;
}
.Privacy * h3 ~ div {
  margin: 0.5em 0 1.5em 0 !important;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px;
}
.carousel-item img {
  /*width: 100rem!important;
  height: 500px !important;*/
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next,
  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6%;
  color: #fff;
  text-align: center;
  opacity: 1;
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  background: transparent no-repeat center center;
  background-size: contain;
}

.carousel-control-prev-icon {
  background-image: url("/App_Templates/OnePage/img/left.png");
}

.carousel-control-next-icon {
  background-image: url("/App_Templates/OnePage/img/right.png");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15vw;
  margin-left: 15vw;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.carousel-control-prev,
.carousel-control-next {
  width: 15vw;
}

@media (min-width: 1025px) and (max-width: 1800px) {
  /*  html {
        font-size: 10px;
    }*/
  .gallery {
    width: 55%;
  }
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 3.5rem;
    height: 3.5rem;
  }
  .carousel-control-prev {
    left: -12vw;
  }
  .carousel-control-next {
    right: -12vw;
  }
}
@media (min-width: 1801px) and (max-width: 2442px) {
  /* html {
       font-size: 14px;
   }*/
  .gallery {
    width: 55%;
  }
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 3.5rem;
    height: 3.5rem;
  }
  .carousel-control-prev {
    left: -12vw;
  }
  .carousel-control-next {
    right: -12vw;
  }
}
@media (min-width: 2443px) {
  /* html {
       font-size: 22px;
   }*/
  .gallery {
    width: 55%;
  }
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 3.5rem;
    height: 3.5rem;
  }
  .carousel-control-prev {
    left: -12vw;
  }
  .carousel-control-next {
    right: -12vw;
  }
}
@media (max-width: 440px) {
  /*  html {
        font-size: 8px;
    }*/
  .gallery {
    width: 80%;
  }
  .carousel-control-prev {
    left: -14vw;
  }
  .carousel-control-next {
    right: -14vw;
  }
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 2rem;
    height: 2rem;
  }
}
@media (min-width: 441px) and (max-width: 768px) {
  /*html {
      font-size: 10px;
  }*/
  .gallery {
    width: 75%;
  }
  .carousel-control-prev {
    left: -14vw;
  }
  .carousel-control-next {
    right: -14vw;
  }
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 2rem;
    height: 2rem;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  /* html {
       font-size: 15px;
   }*/
  .gallery {
    width: 70%;
  }
  .carousel-control-prev {
    left: -13vw;
  }
  .carousel-control-next {
    right: -13vw;
  }
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 2rem;
    height: 2rem;
  }
}
@media (min-width: 769px) and (max-width: 1024px) and (orientation: landscape) {
  /*html {
      font-size: 10px;
  }*/
  .gallery {
    width: 75%;
  }
  .carousel-control-prev {
    left: -13vw;
  }
  .carousel-control-next {
    right: -13vw;
  }
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
  }
}
[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos] {
  pointer-events: none;
}

[data-aos].aos-animate {
  pointer-events: auto;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@media screen {
  html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }
  html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
  html:not(.no-js) [data-aos=fade-up] {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-down] {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
  html:not(.no-js) [data-aos=fade-right] {
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
  html:not(.no-js) [data-aos=fade-left] {
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  html:not(.no-js) [data-aos=fade-up-right] {
    -webkit-transform: translate3d(-100px, 100px, 0);
    transform: translate3d(-100px, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-up-left] {
    -webkit-transform: translate3d(100px, 100px, 0);
    transform: translate3d(100px, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-down-right] {
    -webkit-transform: translate3d(-100px, -100px, 0);
    transform: translate3d(-100px, -100px, 0);
  }
  html:not(.no-js) [data-aos=fade-down-left] {
    -webkit-transform: translate3d(100px, -100px, 0);
    transform: translate3d(100px, -100px, 0);
  }
  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }
  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
  }
  html:not(.no-js) [data-aos=zoom-in] {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-up] {
    -webkit-transform: translate3d(0, 100px, 0) scale(0.6);
    transform: translate3d(0, 100px, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-down] {
    -webkit-transform: translate3d(0, -100px, 0) scale(0.6);
    transform: translate3d(0, -100px, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-right] {
    -webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
    transform: translate3d(-100px, 0, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-left] {
    -webkit-transform: translate3d(100px, 0, 0) scale(0.6);
    transform: translate3d(100px, 0, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-out] {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-up] {
    -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
    transform: translate3d(0, 100px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-down] {
    -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
    transform: translate3d(0, -100px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-right] {
    -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
    transform: translate3d(-100px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-left] {
    -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
    transform: translate3d(100px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos^=slide][data-aos^=slide] {
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    visibility: hidden;
  }
  html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate {
    visibility: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  html:not(.no-js) [data-aos=slide-up] {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  html:not(.no-js) [data-aos=slide-down] {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  html:not(.no-js) [data-aos=slide-right] {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  html:not(.no-js) [data-aos=slide-left] {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  html:not(.no-js) [data-aos^=flip][data-aos^=flip] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  html:not(.no-js) [data-aos=flip-left] {
    -webkit-transform: perspective(2500px) rotateY(-100deg);
    transform: perspective(2500px) rotateY(-100deg);
  }
  html:not(.no-js) [data-aos=flip-left].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) [data-aos=flip-right] {
    -webkit-transform: perspective(2500px) rotateY(100deg);
    transform: perspective(2500px) rotateY(100deg);
  }
  html:not(.no-js) [data-aos=flip-right].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) [data-aos=flip-up] {
    -webkit-transform: perspective(2500px) rotateX(-100deg);
    transform: perspective(2500px) rotateX(-100deg);
  }
  html:not(.no-js) [data-aos=flip-up].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0);
  }
  html:not(.no-js) [data-aos=flip-down] {
    -webkit-transform: perspective(2500px) rotateX(100deg);
    transform: perspective(2500px) rotateX(100deg);
  }
  html:not(.no-js) [data-aos=flip-down].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0);
  }
}
/*.form {
    text-align: left;
    padding: 5px;
    font-size: 1.7rem;

    .item-body {
        label {
            display: inline-block;
            margin-bottom: .5rem;
            //color: $label-color;
            font-size: 1.5rem;
            color: black;
        }

        .input {
            .textbox {
                display: block;
                width: 100%;
                height: 2.5em;
                padding: .375rem .75rem;
                font-size: 1.6rem;
                font-weight: 400;
                line-height: 1.5;
                color: #495057;
                //background-color: #fff;
                //background-clip: padding-box;
                //border: 1px solid #ced4da;
                //border-radius: 0.5rem;
                transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;

                background: #FFFFFF 0% 0% no-repeat padding-box;
                border: 1px solid #BFBFBF;
            }

            textarea {
                min-height: 6em;
            }

            select {
                width: 100%;
                height: 2.5em;
                padding: .375rem .75rem;
                font-size: 1.7rem;
                font-weight: 400;
                line-height: 1.5;
                color: #495057;
                background-color: #fff;
                background-clip: padding-box;
                border: 1px solid #ced4da;
                border-radius: 0.5rem;
                transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
            }
        }
    }

    .item {
        padding: .5em 0em;
    }

    .required-item {
        .input {
            position: relative;

            .textbox + span, .textbox + span + span {
                position: absolute;
                right: 0px;
            }
        }
    }



    .inline-control {
        .label {
            display: inline-block;
        }

        .input {
            display: inline-block;
        }
    }

    .inline-control > * {
        vertical-align: middle;
    }
}*/
.grid {
  width: 100%;
  margin-top: 2em;
  /*tr.header-row {
          background: #D8DDE8;
          color: #113046;
          text-align: left;
          font-size: 1.9rem;
          font-weight: bold;

          a {
              font-size: 1.9rem;
              font-weight: bold;
              color: #113046;
          }
      }
  */
  /*th {
      //padding: .7em 2em;
      padding-top: 0.7em;
      padding-bottom: 0.7em;
      //background: #D8DDE8;
  }*/
  /*
      tbody {
          font-size: 1.5rem;
      }*/
}
.grid th:first-child {
  border-top-left-radius: 10px;
}
.grid th:last-child {
  border-top-right-radius: 10px;
}
.grid th.actions {
  text-align: left;
}
.grid td.actions {
  text-align: right;
}
.grid tr:not(.header-row) {
  /*border: #D8DDE8 1px solid;*/
  border-radius: 0.4em;
}
.grid tr:nth-child(odd) {
  background: #FFF;
}
.grid td {
  padding-top: 0.7em;
  padding-bottom: 0.7em;
  border-bottom: 1px solid #D8DDE8;
  border-top: 1px solid #D8DDE8;
}
.grid td > * {
  vertical-align: middle;
}
.grid .name-col {
  display: block;
  color: #33334F;
}
.grid .sub-heading {
  color: #9EB5C5;
}
.grid .sub-heading img {
  width: 18px;
}
.grid .td-middle-center a {
  margin: 0em 1em;
  display: inline-block;
}
.grid .td-middle-center .divide {
  display: inline-block;
  height: 40px;
  border-right: 1px solid #D8DDE8;
}
.grid .td-middle-center img {
  width: 35px;
}

/*.view-body {
    .item {
        font-size: 1.5rem;
        line-height: 3.5rem;

        .label {
            min-width: 15rem;
            display: inline-block;
            color: Black;

        }

        .value {
            display: inline-block;
            //font-weight: bold;
            letter-spacing: 0.48px;
            color: #000000;
        }
    }

    .buttons {
        text-align: right;
    }
}*/
/*.box-container {
    .buttons {
        text-align: right;

        .btn {
            margin-left: 1rem;
        }
    }
}*/
/*.SendBtnForNewSkin{
    //position: absolute;
    width: 165px;
    height: 46px;
    //top: 90%;
    //left: 70%;
    padding: 0;
    border: none;
}
*/
/*.view-page {
    h5 {
        color: #33334F;
        font-weight: bold;
        font-size: 3.5rem;
    }

    h3, h2, h1 {
        color: #33334F;

        &:before {
            width: 0;
            height: 0;
        }
    }

    h2 {
        font-weight: 800;
        font-size: 4rem;
        line-height: 5rem;
        letter-spacing: 0px;
        color: #000000;
        font-family: MuseoSansCnd-700;
    }

    p {
        max-width: 100%;
        color: #113046;
        text-align: justify;
        margin: 0.5em 0 1.5em 0 !important;
        font-weight: 100;
        font-size: 1.5rem;
        line-height: 3rem;
        font-family: MuseoSansCnd-300;
    }

    * h3 ~ div {
        max-width: 100%;
        color: #113046;
        text-align: justify;
        margin: 1.5em 0 1.5em 0 !important;
        font-weight: 700;
        font-size: 1.5rem;
        line-height: 3rem;
    }

    strong {
        font-weight: 700;
        font-family: MuseoSansCnd-700;
    }

    ul {
        max-width: 100%;
        color: #113046;
        text-align: justify;
        margin: 1.5em 0 1.5em 0 !important;
        font-weight: 100;
        font-size: 1.5rem;
        line-height: 3rem;
        padding-left: 2rem;
        font-family: MuseoSansCnd-300;

        p {
            margin-bottom: 0 !important;
        }
    }

    a {
        color: #767EAD;

        &:hover {
            color: $p-red;
        }
    }
}

.contact-us-page {
    padding-top: 40px;
    padding-top: 40px;
}

*/
/*! =======================================================
                      VERSION  11.0.2              
========================================================= */
/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
 *
 * bootstrap-slider is released under the MIT License
 * Copyright (c) 2019 Kyle Kemp, Rohit Kalkur, and contributors
 * 
 * Permission is hereby granted, free of charge, to any person
 * obtaining a copy of this software and associated documentation
 * files (the "Software"), to deal in the Software without
 * restriction, including without limitation the rights to use,
 * copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following
 * conditions:
 * 
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 * OTHER DEALINGS IN THE SOFTWARE.
 *
 * ========================================================= */
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.slider.slider-horizontal {
  width: 330px;
  height: 20px;
}

.slider.slider-horizontal .slider-track {
  height: 15px;
  width: 100%;
  margin-top: -10px;
  top: 50%;
  left: 0;
}

.slider.slider-horizontal .slider-selection, .slider.slider-horizontal .slider-track-low, .slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}

.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
}

.slider.slider-horizontal .slider-tick.triangle, .slider.slider-horizontal .slider-handle.triangle {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #036fa5;
  margin-top: 0;
}

.slider.slider-horizontal .slider-tick-container {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px;
}

.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  display: inline-block;
  text-align: center;
}

.slider.slider-horizontal.slider-rtl .slider-track {
  left: initial;
  right: 0;
}

.slider.slider-horizontal.slider-rtl .slider-tick, .slider.slider-horizontal.slider-rtl .slider-handle {
  margin-left: initial;
  margin-right: -10px;
}

.slider.slider-horizontal.slider-rtl .slider-tick-container {
  left: initial;
  right: 0;
}

.slider.slider-vertical {
  height: 210px;
  width: 20px;
}

.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  left: 25%;
  top: 0;
}

.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}

.slider.slider-vertical .slider-track-low, .slider.slider-vertical .slider-track-high {
  width: 100%;
  left: 0;
  right: 0;
}

.slider.slider-vertical .slider-tick, .slider.slider-vertical .slider-handle {
  margin-top: -10px;
}

.slider.slider-vertical .slider-tick.triangle, .slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #036fa5;
  margin-left: 0;
}

.slider.slider-vertical .slider-tick-label-container {
  white-space: nowrap;
}

.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
  padding-left: 4px;
}

.slider.slider-vertical.slider-rtl .slider-track {
  left: initial;
  right: 25%;
}

.slider.slider-vertical.slider-rtl .slider-selection {
  left: initial;
  right: 0;
}

.slider.slider-vertical.slider-rtl .slider-tick.triangle, .slider.slider-vertical.slider-rtl .slider-handle.triangle {
  border-width: 10px 10px 10px 0;
}

.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label {
  padding-left: initial;
  padding-right: 4px;
}

.slider.slider-disabled .slider-handle {
  background-color: #cfcfcf;
  background-image: -moz-linear-gradient(top, #DFDFDF, #BEBEBE);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#DFDFDF), to(#BEBEBE));
  background-image: -webkit-linear-gradient(top, #DFDFDF, #BEBEBE);
  background-image: -o-linear-gradient(top, #DFDFDF, #BEBEBE);
  background-image: linear-gradient(to bottom, #DFDFDF, #BEBEBE);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#DFDFDF", endColorstr="#BEBEBE",GradientType=0);
}

.slider.slider-disabled .slider-track {
  background-color: #e7e7e7;
  background-image: -moz-linear-gradient(top, #E5E5E5, #E9E9E9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#E5E5E5), to(#E9E9E9));
  background-image: -webkit-linear-gradient(top, #E5E5E5, #E9E9E9);
  background-image: -o-linear-gradient(top, #E5E5E5, #E9E9E9);
  background-image: linear-gradient(to bottom, #E5E5E5, #E9E9E9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#E5E5E5", endColorstr="#E9E9E9",GradientType=0);
  cursor: not-allowed;
}

.slider input {
  display: none;
}

.slider .tooltip-inner {
  white-space: nowrap;
  max-width: none;
}

.slider .bs-tooltip-top .tooltip-inner, .slider .bs-tooltip-bottom .tooltip-inner {
  position: relative;
  left: -50%;
}

.slider.bs-tooltip-left .tooltip-inner, .slider.bs-tooltip-right .tooltip-inner {
  position: relative;
  top: -100%;
}

.slider .tooltip {
  pointer-events: none;
  opacity: 0;
}

.slider .tooltip.bs-tooltip-top .arrow, .slider .tooltip.bs-tooltip-bottom .arrow {
  left: -0.4rem;
}

.slider .tooltip.bs-tooltip-top {
  margin-top: -44px;
}

.slider .tooltip.bs-tooltip-bottom {
  margin-top: 2px;
}

.slider .tooltip.bs-tooltip-left, .slider .tooltip.bs-tooltip-right {
  margin-top: -14px;
}

.slider .tooltip.bs-tooltip-left .arrow, .slider .tooltip.bs-tooltip-right .arrow {
  top: 8px;
}

.slider .hide {
  display: none;
}

.slider-track {
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #F9F9F9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#F9F9F9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #F9F9F9);
  background-image: -o-linear-gradient(top, #f5f5f5, #F9F9F9);
  background-image: linear-gradient(to bottom, #f5f5f5, #F9F9F9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5f5f5", endColorstr="#F9F9F9",GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  cursor: pointer;
}

.slider-selection {
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #F9F9F9, #f5f5f5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F9F9F9), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #F9F9F9, #f5f5f5);
  background-image: -o-linear-gradient(top, #F9F9F9, #f5f5f5);
  background-image: linear-gradient(to bottom, #F9F9F9, #f5f5f5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F9F9F9", endColorstr="#f5f5f5",GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
}

.slider-selection.tick-slider-selection {
  background-color: #2988c8;
  background-image: -moz-linear-gradient(top, #2988c8, #2988c8);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2988c8), to(#2988c8));
  background-image: -webkit-linear-gradient(top, #2988c8, #2988c8);
  background-image: -o-linear-gradient(top, #2988c8, #2988c8);
  background-image: linear-gradient(to bottom, #2988c8, #2988c8);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2988c8", endColorstr="#2988c8",GradientType=0);
}

.slider-track-low, .slider-track-high {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  background: transparent;
}

.slider-handle {
  background-color: #0478b2;
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
  background-image: -o-linear-gradient(top, #ffffff, #ffffff);
  background-image: linear-gradient(to bottom, #ffffff, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0480BE", endColorstr="#036fa5",GradientType=0);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 0;
  /*width: 20px;
  height: 20px;*/
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  border: 0px solid transparent;
}

.slider-handle:hover {
  cursor: pointer;
}

.slider-handle.round {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.slider-handle.triangle {
  background: transparent none;
}

.slider-handle.custom {
  background: transparent none;
}

.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: "★";
  color: #726204;
}

.slider-tick {
  background-color: #2988c8;
  background-image: -moz-linear-gradient(top, #2988c8, #2988c8);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2988c8), to(#2988c8));
  background-image: -webkit-linear-gradient(top, #2988c8, #2988c8);
  background-image: -o-linear-gradient(top, #2988c8, #2988c8);
  background-image: linear-gradient(to bottom, #2988c8, #2988c8);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2988c8", endColorstr="#2988c8",GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  cursor: pointer;
  /*width: 20px;
  height: 20px;*/
  width: 1px;
  height: 14px;
  filter: none;
  opacity: 0.2;
  border: 0px solid transparent;
}
.slider-tick:first-child, .slider-tick:last-child {
  display: none;
}

.slider-tick.round {
  border-radius: 50%;
}

.slider-tick.triangle {
  background: transparent none;
}

.slider-tick.custom {
  background: transparent none;
}

.slider-tick.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: "★";
  color: #726204;
}

.slider-tick.in-selection {
  background-color: #2988ca;
  background-image: -moz-linear-gradient(top, #2988ca, #2988ca);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2988ca), to(#2988ca));
  background-image: -webkit-linear-gradient(top, #2988ca, #2988ca);
  background-image: -o-linear-gradient(top, #2988ca, #2988ca);
  background-image: linear-gradient(to bottom, #2988ca, #2988ca);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2988ca", endColorstr="#2988ca",GradientType=0);
  opacity: 1;
}

.slider-image {
  width: 20px;
  height: 20px;
}

.slider-data {
  margin-left: 20px;
}
.slider-data .slider-image {
  margin-left: 5px;
}

.text-center {
  text-align: center;
}
.text-center .input {
  text-align: center;
}

.thank-you-image img {
  width: 50px;
}

.d-none {
  display: none;
}

/*# sourceMappingURL=bootstrap-slider.min.css.map */
/*.header {
    overflow: hidden;
    background-color: #000000;
    position: fixed;
    top: 0;
    width: 100%;
    grid-row: 1/2;    
    z-index: 104;

    nav {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        height: 100%;

        .btn {
            margin-left: 0.3rem;
        }
    }


    .logo-wrapper {
        margin: auto 0;        
    }

    .link-wrapper {
        display: none;
        padding: 5px;
        vertical-align: middle;
        margin-bottom: 30px;
        margin-left: 50px;

        a {
            letter-spacing: 0;
            color: #9EB5C5;
            padding: 5px 10px 5px 10px;

            &.active {
                color: #2988C8;
                font-weight: 500;
            }
        }
    }

    .button-row {
        display: none;
    }



}

nav.responsive-header {
    display: block;
    position: fixed;
    top: 5rem;
    right: 38px;
    z-index: 105;
    -webkit-user-select: none;
    user-select: none;

    a {
        text-decoration: none;
        color: #fff;
        transition: color 0.3s ease;
    }

    a:hover, a.active {
        color: tomato;
    }

    #menuToggle {
    }

    #menuToggle input {
        display: block;
        width: 40px;
        height: 32px;
        position: absolute;
        top: -7px;
        left: -5px;
        cursor: pointer;
        opacity: 0;*/ /* hide this */
/*z-index: 2;*/ /* and place it over the hamburger */
/*-webkit-touch-callout: none;
}*/
/*
* Just a quick hamburger
*/
/*#menuToggle span {
    display: block;
    width: 3.5rem;//33px;
    height: 0.4rem;//4px;
    margin-bottom: 0.6rem;//5px;
    position: relative;
    background: #5ddcf6;
    border-radius: 3px;
    z-index: 105;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
}

#menuToggle span:first-child {
    transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}*/
/* 
* Transform all the slices of hamburger
* into a crossmark.
*/
/*#menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #000000;
}*/
/*
* But let's hide the middle one.
*/
/*#menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}*/
/*
* Ohyeah and the last one should go the other direction
*/
/*#menuToggle input:checked ~ span:nth-last-child(2) {
    opacity: 1;
    transform: rotate(-45deg) translate(0, -1px);
}*/
/*
* Make this absolute positioned
* at the top left of the screen
*/
/*#menu {
    position: fixed;
    width: 80%;
    margin: -100px 0 0 0;
    padding: 50px;
    padding-top: 125px;
    right: -100px;
    background: #479ad6;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;*/
/* to stop flickering of text in safari */
/*transform-origin: 0% 0%;
    transform: translate(100%, 0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    height: 100vh;
}

#menu li {
    padding: 2px 0;
    //font-size: 2rem !important;
}*/
/*
* And let's fade it in from the left
*/
/*#menuToggle input:checked ~ ul {
        transform: scale(1.0, 1.0);
        opacity: 1;
    }
}





@include for-desktop() {
    .header {
        height: 12.1rem;
        padding-left: 3.5rem;
        padding-right: 2rem;
        padding-top: 0;

        .logo-wrapper {

            a {
                img {
                    height: 7rem;
                }
            }
        }


        .button-row {
            display: block;
            margin: auto 0;
        }
    }

    nav.responsive-header {
        display: none;
    }
}

@include for-big-desktop() {
    .header {
        height: 14.1rem;
        padding-left: 5.5rem;
        padding-right: 3rem;
        padding-top: 0;

        .logo-wrapper {

            a {
                img {
                    height: 7.5rem;
                }
            }
        }


        .button-row {
            display: block;
            margin: auto 0;
        }
    }

    nav.responsive-header {
        display: none;
    }
}

@include for-biggest-desktop() {
    .header {
        height: 15.1rem;
        padding-left: 6.5rem;
        padding-right: 4rem;
        padding-top: 0;

        .logo-wrapper {

            a {
                img {
                    height: 8.5rem;
                }
            }
        }


        .button-row {
            display: block;
            margin: auto 0;
        }
    }

    nav.responsive-header {
        display: none;
    }
}

@include for-phone() {
    .header {
        height: 13.1rem;
        padding-left: 3rem;
        padding-right: 5rem;
        padding-top: 0;

        .logo-wrapper {

            a {
                img {
                    height: 7rem;
                }
            }
        }
    }
}

@include for-tablet() {
    .header {
        height: 11.1rem;
        padding-left: 4rem;
        padding-right: 5rem;
        padding-top: 0;

        .logo-wrapper {

            a {
                img {
                    height: 6rem;
                }
            }
        }
    }
}

@include for-tablet-portrait() {
    .header {
        height: 12.1rem;
        padding-left: 4rem;
        padding-right: 1rem;
        padding-top: 0;

        .logo-wrapper {

            a {
                img {
                    height: 6.2rem;
                }
            }
        }
    }
}

@include for-tablet-landscape() {
    .header {
        height: 10.1rem;
        padding-left: 4rem;
        padding-right: 3rem;
        padding-top: 0;

        .logo-wrapper {

            a {
                img {
                    height: 6.5rem;
                }
            }
        }

        .button-row {
            display: block;
            margin: auto 0;
        }
    }

    nav.responsive-header {
        display: none;
    }
}*/
.footer {
  /*grid-row: 5;*/
  /* font-size: 1.3rem;
   padding: 2rem;
   text-align: center;
   background-color: #000; // $p-indigo;*/
  /*position: absolute;*/
  /*width: 100%;*/
  /*bottom: 0;*/
  /*margin-bottom: -35em;*/
  /* p {
       color: #7a7a7a;
       font-weight: 300;
       display: inline-block;
       //font-size: 13px;
       max-width: 32em;
       margin: 0;
       font-size: 1rem;

       a {
           color: #7a7a7a;
           font-size: 1rem;
       }
   }*/
}

.footer-logo ul, .footer-links ul {
  list-style: none;
}
.footer-logo ul li, .footer-links ul li {
  /*  display: inline;
              padding: 0 20px 0 20px;
  */
  /*  img {
        width: 23%;
    }*/
}
.footer-logo ul li a, .footer-links ul li a {
  /* font-weight: 100;
   color: #bdbdbd;
   //font-size: 13px;

   &:hover {
       color: #4EB7FE;
   }*/
}

.footer-links {
  /*margin: 40px 0 20px 0;*/
}
.footer-links li {
  /* padding: 0 5px 0 5px !important;*/
  /*
          &:last-child {
              border-right: 0px;
          }*/
}

@media (max-width: 440px) {
  /*  html {
        font-size: 8px;
    }*/
  .footer {
    /*margin-bottom: -23em;*/
  }
  .footer-logo ul li, .footer-links ul li {
    /*  img {
          width: 23%;
      }*/
  }
}
@media (min-width: 441px) and (max-width: 768px) {
  /*html {
      font-size: 10px;
  }*/
  .footer {
    /*margin-bottom: -23em;*/
  }
  .footer-logo ul li, .footer-links ul li {
    /*  img {
          width: 23%;
      }*/
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  /* html {
       font-size: 15px;
   }*/
  .footer {
    /*margin-bottom: -23em;*/
  }
  .footer-logo ul li, .footer-links ul li {
    /*
                    img {
                        width: 23%;
                    }*/
  }
}
@media (min-width: 769px) and (max-width: 1024px) and (orientation: landscape) {
  /*html {
      font-size: 10px;
  }*/
  .footer {
    /*margin-bottom: -23em;*/
  }
  .footer-logo ul li, .footer-links ul li {
    /* img {
         width: 10%;
     }*/
  }
  /* .footer-links {
       li {
           padding: 8px 5rem 8px 5rem !important;
       }
   }*/
}
@media (min-width: 1025px) and (max-width: 1800px) {
  /*  html {
        font-size: 10px;
    }*/
  .footer {
    /*margin-bottom: -23em;*/
  }
  .footer-logo ul li, .footer-links ul li {
    /* img {
         width: 10%;
     }*/
  }
  /* .footer-links {
       li {
           padding: 8px 5rem 8px 5rem !important;
       }
   }*/
}
@media (min-width: 1801px) and (max-width: 2442px) {
  /* html {
       font-size: 14px;
   }*/
  .footer {
    /*margin-bottom: -23em;*/
  }
  .footer-logo ul li, .footer-links ul li {
    /* img {
         width: 10%;
     }*/
  }
  /*
      .footer-links {
          li {
              padding: 8px 5rem 8px 5rem !important;
          }
      }*/
}
@media (min-width: 2443px) {
  /* html {
       font-size: 22px;
   }*/
  .footer {
    /*margin-bottom: -23em;*/
  }
  .footer-logo ul li, .footer-links ul li {
    /*    img {
            width: 10%;
        }*/
  }
  /*
      .footer-links {
          li {
              padding: 8px 5rem 8px 5rem !important;
          }
      }*/
}
.cookie {
  position: fixed;
  bottom: 0px;
  width: 100%;
  display: inline-block;
  z-index: 102;
  background: #000;
  padding: 20px 20px 20px 20px;
}
.cookie h4 {
  font-size: 20pt;
}
.cookie .container {
  color: white;
  float: none !important;
  max-width: 1200px;
  margin: 0 auto;
  display: block;
}
.cookie .container .policy {
  width: 70%;
  line-height: 24px;
  font-size: 15px;
  float: left;
}
.cookie .container .link {
  width: 30%;
  float: right;
  text-align: right;
  font-size: 15pt;
}
.cookie .container .link a {
  color: #bdbdbd;
  cursor: pointer;
}

.feature-first {
  margin-bottom: 4rem;
}
.feature-first.first-section {
  background-repeat: no-repeat;
}
.feature-first.first-section .first-h-title-main {
  text-align: center;
  color: #FAB000;
  font-weight: bolder;
  font-family: MuseoSansCnd-700;
}
.feature-first.first-section .first-h-title-second {
  width: 100vw;
}
.feature-first.first-section .first-h-title-second-content {
  text-align: left;
  color: #FFFFFF;
  font-family: MuseoSansCnd-300;
  font-weight: lighter;
}
.feature-first.first-section .first-h-title-people {
  float: right;
}
.feature-first.first-section .first-h-title-people-content {
  text-align: left;
  color: #000000;
  font-family: MuseoSansCnd-700;
  font-weight: bold;
}
.feature-first.first-section .first-h-title-second {
  width: 100vw;
}
.feature-first.first-section .first-h-title-succeeded-content {
  text-align: center;
  color: #000000;
  font-family: MuseoSansCnd-300;
}
@media (min-width: 1025px) and (max-width: 1800px) {
  .feature-first {
    /*  html {
          font-size: 10px;
      }*/
  }
  .feature-first.first-section {
    background-image: url("/App_Templates/OnePage/img/v6/background@2x.png");
    background-repeat: no-repeat;
    width: 100vw;
    background-size: 100vw 43rem;
  }
  .feature-first.first-section .first-h-title-main {
    font-size: 6rem;
    padding-top: 4rem;
  }
  .feature-first.first-section .first-h-title-second-content {
    font-size: 2rem;
    width: 35rem;
    margin: auto;
    padding-top: 2rem;
  }
  .feature-first.first-section .first-h-title-people-content {
    font-size: 3rem;
    width: 40rem;
    padding-top: 8rem;
  }
  .feature-first.first-section .first-h-title-succeeded-content {
    font-size: 1.8rem;
    width: 40rem;
    margin: auto;
    padding-top: 15rem;
  }
}
@media (min-width: 1801px) and (max-width: 2442px) {
  .feature-first {
    /* html {
         font-size: 14px;
     }*/
  }
  .feature-first.first-section {
    background-image: url("/App_Templates/OnePage/img/v6/background@2x.png");
    background-repeat: no-repeat;
    width: 100vw;
    background-size: 100vw 50rem;
  }
  .feature-first.first-section .first-h-title-main {
    font-size: 9rem;
    padding-top: 4rem;
  }
  .feature-first.first-section .first-h-title-second-content {
    font-size: 2rem;
    width: 35rem;
    margin: auto;
    padding-top: 2rem;
  }
  .feature-first.first-section .first-h-title-people-content {
    font-size: 4.5rem;
    width: 45rem;
    padding-top: 8rem;
  }
  .feature-first.first-section .first-h-title-succeeded-content {
    font-size: 1.8rem;
    width: 42rem;
    margin: auto;
    padding-top: 17rem;
  }
}
@media (min-width: 2443px) {
  .feature-first {
    /* html {
         font-size: 22px;
     }*/
  }
  .feature-first.first-section {
    background-image: url("/App_Templates/OnePage/img/v6/background@2x.png");
    background-repeat: no-repeat;
    width: 100vw;
    background-size: 100vw 50rem;
  }
  .feature-first.first-section .first-h-title-main {
    font-size: 10rem;
    padding-top: 1rem;
  }
  .feature-first.first-section .first-h-title-second-content {
    font-size: 2.4rem;
    width: 42rem;
    margin: auto;
    padding-top: 2rem;
  }
  .feature-first.first-section .first-h-title-people-content {
    font-size: 4.5rem;
    width: 45rem;
    padding-top: 8rem;
  }
  .feature-first.first-section .first-h-title-succeeded-content {
    font-size: 1.8rem;
    width: 44rem;
    margin: auto;
    padding-top: 15rem;
  }
}
@media (max-width: 440px) {
  .feature-first {
    /*  html {
          font-size: 8px;
      }*/
  }
  .feature-first.first-section {
    background-image: url("/App_Templates/OnePage/img/v6/background-mobile@2x.png");
    background-repeat: no-repeat;
    width: 100vw;
    background-size: 100vw 78rem;
  }
  .feature-first.first-section .first-h-title-main {
    font-size: 5rem;
    padding-top: 8rem;
  }
  .feature-first.first-section .first-h-title-second-content {
    font-size: 2.5rem;
    width: 38rem;
    margin: auto;
    padding-top: 2rem;
    text-align: center;
    color: #bcb9b9;
  }
  .feature-first.first-section .first-h-title-people-content {
    font-size: 4.2rem;
    width: 35rem;
    padding-top: 12rem;
  }
  .feature-first.first-section .first-h-title-succeeded-content {
    font-size: 1.5rem;
    width: 34rem;
    margin: auto;
    padding-top: 42rem;
  }
}
@media (min-width: 441px) and (max-width: 768px) {
  .feature-first {
    /*html {
        font-size: 10px;
    }*/
  }
  .feature-first.first-section {
    background-image: url("/App_Templates/OnePage/img/v6/background@2x-m.png");
    background-repeat: no-repeat;
    width: 100vw;
    background-size: 100vw 44rem;
  }
  .feature-first.first-section .first-h-title-main {
    font-size: 3.7rem;
    padding-top: 1rem;
  }
  .feature-first.first-section .first-h-title-second-content {
    font-size: 2rem;
    width: 45rem;
    margin: auto;
    padding-top: 2rem;
    text-align: center;
    color: #d3d1d1;
  }
  .feature-first.first-section .first-h-title-people-content {
    font-size: 2.8rem;
    width: 25rem;
    padding-top: 10rem;
  }
  .feature-first.first-section .first-h-title-succeeded-content {
    font-size: 1.7rem;
    width: 38rem;
    margin: auto;
    padding-top: 30rem;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .feature-first {
    /* html {
         font-size: 15px;
     }*/
  }
  .feature-first.first-section {
    background-image: url("/App_Templates/OnePage/img/v6/background@2x-m.png");
    background-repeat: no-repeat;
    width: 100vw;
    background-size: 100vw 44rem;
  }
  .feature-first.first-section .first-h-title-main {
    font-size: 4rem;
    padding-top: 1rem;
  }
  .feature-first.first-section .first-h-title-second-content {
    font-size: 2rem;
    width: 45rem;
    margin: auto;
    padding-top: 2rem;
    text-align: center;
    color: #d3d1d1;
  }
  .feature-first.first-section .first-h-title-people-content {
    font-size: 3.2rem;
    width: 28rem;
    padding-top: 9rem;
  }
  .feature-first.first-section .first-h-title-succeeded-content {
    font-size: 1.8rem;
    width: 40rem;
    margin: auto;
    padding-top: 28rem;
  }
}
@media (min-width: 769px) and (max-width: 1024px) and (orientation: landscape) {
  .feature-first {
    /*html {
        font-size: 10px;
    }*/
  }
  .feature-first.first-section {
    background-image: url("/App_Templates/OnePage/img/v6/background@2x-m.png");
    background-repeat: no-repeat;
    width: 100vw;
    background-size: 100vw 43rem;
  }
  .feature-first.first-section .first-h-title-main {
    font-size: 5rem;
    padding-top: 3rem;
  }
  .feature-first.first-section .first-h-title-second-content {
    font-size: 2rem;
    width: 35rem;
    margin: auto;
    padding-top: 1rem;
  }
  .feature-first.first-section .first-h-title-people-content {
    font-size: 3rem;
    width: 30rem;
    padding-top: 7rem;
  }
  .feature-first.first-section .first-h-title-succeeded-content {
    font-size: 1.6rem;
    width: 35rem;
    margin: auto;
    padding-top: 22rem;
  }
}

.feature-container {
  width: 85vw;
  margin: auto auto 2rem auto;
}
@media (min-width: 1025px) and (max-width: 1800px) {
  .feature-container {
    /*  html {
          font-size: 10px;
      }*/
    width: 85vw;
  }
}
@media (min-width: 1801px) and (max-width: 2442px) {
  .feature-container {
    /* html {
         font-size: 14px;
     }*/
    width: 90vw;
  }
}
@media (min-width: 2443px) {
  .feature-container {
    /* html {
         font-size: 22px;
     }*/
    width: 85vw;
  }
}
@media (max-width: 440px) {
  .feature-container {
    /*  html {
          font-size: 8px;
      }*/
    width: 90vw;
  }
}
@media (min-width: 441px) and (max-width: 768px) {
  .feature-container {
    /*html {
        font-size: 10px;
    }*/
    width: 90vw;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .feature-container {
    /* html {
         font-size: 15px;
     }*/
    width: 90vw;
  }
}
@media (min-width: 769px) and (max-width: 1024px) and (orientation: landscape) {
  .feature-container {
    /*html {
        font-size: 10px;
    }*/
    width: 90vw;
  }
}

.feature {
  display: grid;
  grid-column: 100vw;
  max-width: 100vw;
  justify-items: left;
}
.feature .img-wrapper {
  grid-row: 1/1;
  width: 85%;
  margin: 0 auto;
  align-self: center;
}
.feature .img-wrapper img {
  object-fit: contain;
}
.feature .h-title {
  font-family: MuseoSansCnd-700;
  font-size: 3.5rem;
  font-weight: 700;
  justify-self: left;
  padding-bottom: 2.5rem;
}
.feature .text-wrapper {
  grid-row: 1/1;
  width: 85%;
  margin: 0 auto;
}
.feature .text-wrapper p {
  font-size: 1.75rem;
  font-weight: 300;
}
.feature img {
  width: 100%;
  object-fit: contain;
}
.feature .video-wrapper {
  position: relative;
  width: 85%;
  margin: 0 auto;
  align-self: center;
}
.feature .video-wrapper video {
  object-fit: contain;
}
.feature .video-wrapper .video {
  border-radius: 5rem;
  width: 100%;
  cursor: pointer;
  -webkit-box-shadow: 0px 5px 11px -3px rgba(0, 0, 0, 0.44);
  -moz-box-shadow: 0px 5px 11px -3px rgba(0, 0, 0, 0.44);
  box-shadow: 0px 5px 11px -3px rgba(0, 0, 0, 0.44);
  object-fit: inherit;
}
.feature .video-wrapper #play-pause {
  border: none;
  width: 8rem;
  height: 8rem;
  border-radius: 5rem;
  position: absolute;
  top: 50%;
  margin-top: -4rem;
  left: 50%;
  margin-left: -4rem;
  cursor: pointer;
  background: url("../img/video-play-icon.svg") no-repeat center center;
  max-width: 100%;
}
.feature .video-wrapper #play-pause:active, .feature .video-wrapper #play-pause:focus {
  outline: none;
}
.feature .img-wrapper-logo {
  margin-bottom: 2rem;
}
@media (min-width: 1025px) and (max-width: 1800px) {
  .feature {
    /*  html {
          font-size: 10px;
      }*/
    grid-template-columns: 50% 50%;
    justify-items: left;
    margin-top: 5rem;
  }
  .feature .img-wrapper,
  .feature .video-wrapper {
    grid-row: 1/1;
  }
  .feature .text-wrapper {
    justify-self: left;
    grid-row: 1/1;
  }
  .feature img {
    width: 100%;
  }
  .feature.right-context-align .h-title {
    line-height: 5.8rem;
  }
  .feature.right-context-align h3.h-title {
    line-height: 3.5rem !important;
  }
  .feature.right-context-align .text-wrapper {
    grid-column: 1/2;
  }
  .feature.right-context-align .img-wrapper {
    grid-column: 2/2;
  }
  .feature.right-context-align .video-wrapper {
    grid-column: 2/2;
  }
  .feature.right-context-align .video-wrapper .video {
    border-radius: 5rem;
    cursor: pointer;
  }
  .feature.right-context-align .video-wrapper #play-pause {
    left: 52% !important;
  }
  .feature.left-context-align .h-title {
    line-height: 5.8rem;
  }
  .feature.left-context-align .text-wrapper {
    grid-column: 2/2;
  }
  .feature.left-context-align .img-wrapper {
    grid-column: 1/2;
  }
  .feature.software-logos .h-title {
    grid-row: 1;
  }
  .feature.software-logos .img-wrapper {
    grid-row: 1;
  }
  .feature.center-context-align {
    grid-template-columns: unset;
    justify-items: center;
  }
  .feature.center-context-align .h-title {
    justify-self: center;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .feature.center-context-align h3:before {
    margin: 0 auto 3rem;
  }
  .feature.first-section .h-title {
    font-size: 5rem;
    max-width: 15em;
  }
}
@media (min-width: 1801px) and (max-width: 2442px) {
  .feature {
    /* html {
         font-size: 14px;
     }*/
    grid-template-columns: 50% 50%;
    justify-items: left;
    margin-top: 5rem;
  }
  .feature .img-wrapper,
  .feature .video-wrapper {
    grid-row: 1/1;
  }
  .feature .text-wrapper {
    justify-self: left;
    grid-row: 1/1;
  }
  .feature img {
    width: 100%;
  }
  .feature.right-context-align .h-title {
    line-height: 5.8rem;
  }
  .feature.right-context-align h3.h-title {
    line-height: 3.5rem !important;
  }
  .feature.right-context-align .text-wrapper {
    grid-column: 1/2;
  }
  .feature.right-context-align .img-wrapper {
    grid-column: 2/2;
  }
  .feature.right-context-align .video-wrapper {
    grid-column: 2/2;
  }
  .feature.right-context-align .video-wrapper .video {
    border-radius: 5rem;
    cursor: pointer;
  }
  .feature.right-context-align .video-wrapper #play-pause {
    left: 52% !important;
  }
  .feature.left-context-align .h-title {
    line-height: 5.8rem;
  }
  .feature.left-context-align .text-wrapper {
    grid-column: 2/2;
  }
  .feature.left-context-align .img-wrapper {
    grid-column: 1/2;
  }
  .feature.software-logos .h-title {
    grid-row: 1;
  }
  .feature.software-logos .img-wrapper {
    grid-row: 1;
  }
  .feature.center-context-align {
    grid-template-columns: unset;
    justify-items: center;
  }
  .feature.center-context-align .h-title {
    justify-self: center;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .feature.center-context-align h3:before {
    margin: 0 auto 3rem;
  }
  .feature.first-section .h-title {
    font-size: 5rem;
    max-width: 15em;
  }
}
@media (min-width: 2443px) {
  .feature {
    /* html {
         font-size: 22px;
     }*/
    grid-template-columns: 50% 50%;
    justify-items: left;
    margin-top: 5rem;
  }
  .feature .img-wrapper,
  .feature .video-wrapper {
    grid-row: 1/1;
  }
  .feature .text-wrapper {
    justify-self: left;
    grid-row: 1/1;
  }
  .feature img {
    width: 100%;
  }
  .feature.right-context-align .h-title {
    line-height: 5.8rem;
  }
  .feature.right-context-align h3.h-title {
    line-height: 3.5rem !important;
  }
  .feature.right-context-align .text-wrapper {
    grid-column: 1/2;
  }
  .feature.right-context-align .img-wrapper {
    grid-column: 2/2;
  }
  .feature.right-context-align .video-wrapper {
    grid-column: 2/2;
  }
  .feature.right-context-align .video-wrapper .video {
    border-radius: 5rem;
    cursor: pointer;
  }
  .feature.right-context-align .video-wrapper #play-pause {
    left: 52% !important;
  }
  .feature.left-context-align .h-title {
    line-height: 5.8rem;
  }
  .feature.left-context-align .text-wrapper {
    grid-column: 2/2;
  }
  .feature.left-context-align .img-wrapper {
    grid-column: 1/2;
  }
  .feature.software-logos .h-title {
    grid-row: 1;
  }
  .feature.software-logos .img-wrapper {
    grid-row: 1;
  }
  .feature.center-context-align {
    grid-template-columns: unset;
    justify-items: center;
  }
  .feature.center-context-align .h-title {
    justify-self: center;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .feature.center-context-align h3:before {
    margin: 0 auto 3rem;
  }
  .feature.first-section .h-title {
    font-size: 5rem;
    max-width: 15em;
  }
}
@media (max-width: 440px) {
  .feature {
    /*  html {
          font-size: 8px;
      }*/
    grid-template-rows: repeat(3, auto);
    justify-items: center;
  }
  .feature .h-title {
    justify-self: center;
  }
  .feature .img-wrapper {
    grid-row: 1/2;
  }
  .feature .video-wrapper {
    grid-row: 1/2;
    margin-bottom: 3rem;
    max-width: 90vw;
  }
  .feature .text-wrapper {
    grid-row: 2/2;
  }
}
@media (min-width: 441px) and (max-width: 768px) {
  .feature {
    /*html {
        font-size: 10px;
    }*/
    grid-template-rows: repeat(3, auto);
    justify-items: center;
  }
  .feature .h-title {
    justify-self: center;
  }
  .feature .img-wrapper {
    grid-row: 1/2;
  }
  .feature .video-wrapper {
    grid-row: 1/2;
    margin-bottom: 3rem;
    max-width: 90vw;
  }
  .feature .text-wrapper {
    grid-row: 2/2;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .feature {
    /* html {
         font-size: 15px;
     }*/
    grid-template-rows: repeat(3, auto);
    justify-items: center;
  }
  .feature .h-title {
    justify-self: center;
  }
  .feature .img-wrapper {
    grid-row: 1/2;
  }
  .feature .video-wrapper {
    grid-row: 1/2;
    margin-bottom: 3rem;
    max-width: 90vw;
  }
  .feature .text-wrapper {
    grid-row: 2/2;
  }
}
@media (min-width: 769px) and (max-width: 1024px) and (orientation: landscape) {
  .feature {
    /*html {
        font-size: 10px;
    }*/
    grid-template-columns: 50% 50%;
    justify-items: left;
  }
  .feature .img-wrapper,
  .feature .video-wrapper {
    grid-row: 1/1;
  }
  .feature .text-wrapper {
    justify-self: left;
    grid-row: 1/1;
  }
  .feature img {
    width: 100%;
  }
  .feature.right-context-align .h-title {
    line-height: 5.8rem;
  }
  .feature.right-context-align h3.h-title {
    line-height: 3.5rem !important;
  }
  .feature.right-context-align .text-wrapper {
    grid-column: 1/2;
  }
  .feature.right-context-align .img-wrapper {
    grid-column: 2/2;
  }
  .feature.right-context-align .video-wrapper {
    grid-column: 2/2;
  }
  .feature.right-context-align .video-wrapper .video {
    border-radius: 5rem;
    cursor: pointer;
  }
  .feature.right-context-align .video-wrapper #play-pause {
    left: 52% !important;
  }
  .feature.left-context-align .h-title {
    line-height: 5.8rem;
  }
  .feature.left-context-align .text-wrapper {
    grid-column: 2/2;
  }
  .feature.left-context-align .img-wrapper {
    grid-column: 1/2;
  }
  .feature.software-logos .h-title {
    grid-row: 1;
  }
  .feature.software-logos .img-wrapper {
    grid-row: 1;
  }
  .feature.center-context-align {
    grid-template-columns: unset;
    justify-items: center;
  }
  .feature.center-context-align .h-title {
    justify-self: center;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .feature.center-context-align h3:before {
    margin: 0 auto 3rem;
  }
  .feature.first-section .h-title {
    font-size: 5rem;
    max-width: 15em;
  }
}

.header-one-logo {
  width: 94%;
  margin-top: 1rem;
}

/* Modal */
.modal-cover {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background: #000;
  z-index: 80000;
  left: 0px;
  top: 0;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  display: none;
}

.defaultModal {
  z-index: 100000;
  position: absolute;
  width: 100vw;
  height: 100vh;
}

.defaultModal iframe {
  vertical-align: middle;
  position: absolute;
  border-radius: 22px;
}

@media (max-width: 440px) {
  /*  html {
        font-size: 8px;
    }*/
  .defaultModal iframe {
    width: 80vw !important;
    left: 10vw !important;
  }
}
@media (min-width: 441px) and (max-width: 768px) {
  /*html {
      font-size: 10px;
  }*/
  .defaultModal iframe {
    width: 80vw !important;
    left: 10vw !important;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  /* html {
       font-size: 15px;
   }*/
  .defaultModal iframe {
    width: 70vw !important;
    left: 15vw !important;
  }
}
@media (min-width: 769px) and (max-width: 1024px) and (orientation: landscape) {
  /*html {
      font-size: 10px;
  }*/
  .defaultModal iframe {
    width: 65vw !important;
    left: 17.5vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1800px) {
  /*  html {
        font-size: 10px;
    }*/
  .defaultModal iframe {
    width: 65vw !important;
    left: 17.5vw !important;
  }
}
@media (min-width: 1801px) and (max-width: 2442px) {
  /* html {
       font-size: 14px;
   }*/
  .defaultModal iframe {
    width: 65vw !important;
    left: 17.5vw !important;
  }
}
@media (min-width: 2443px) {
  /* html {
       font-size: 22px;
   }*/
  .defaultModal iframe {
    width: 65vw !important;
    left: 17.5vw !important;
  }
}
/*.modal-body-main {
    display: block !important;
    position: fixed !important;
    right: 0 !important;
    bottom: 2rem !important;
    left: 0 !important;
    top: 6rem !important;
}*/
.modal-body {
  /*  .main {
        padding: 0;
        width: 95vw;
    }*/
}
.modal-body .buttons {
  /*text-align: right;*/
  /*.btn {
      //font-size: 1.5rem;
      //font-weight: 600;
      margin-left: 1rem;
      letter-spacing: 0px;
      color: #FFFFFF;
      margin-top: 10px;
  }*/
}
.modal-body .item-right {
  text-align: right;
}

.top-bar {
  /* h2 {
       float: none;
       clear: none;
       display: block;
       text-align: left;
       margin: 5px;
       font-size: 2.75rem;
       text-transform: capitalize;
       font-weight: 600;
       //line-height: 40px;
       letter-spacing: 0px;
       color: #000000;
   }*/
}
.top-bar {
  display: block;
  padding: 1rem 2.5vw 0rem 2.5vw;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 6rem;
  z-index: 999;
}
.top-bar .close-button {
  display: inline-block;
  float: right;
  width: 20px;
  height: 20px;
  margin: 10px 5px 5px 5px;
  background: url(/App_Templates/OnePage/img/close.svg) no-repeat;
  background-position: top;
  background-size: 20px 20px;
  filter: brightness(0);
}

.footer-bar {
  display: block;
  position: fixed;
  height: 2rem;
  width: 100%;
  z-index: 999;
  bottom: 0rem;
}

input[type=checkbox].handled {
  /*  opacity: 0;
      position: absolute;
  */
  /* &:focus + .checkbox-helper {
       box-shadow: 0 0 0 0 #fff, 0 0 0 0.2rem rgba(0,123,255,.25);
       border: 1px solid #D8DDE8;
   }*/
}
input[type=checkbox].handled:checked + .checkbox-helper {
  /* background: #57B5E2 0% 0% no-repeat padding-box;
   opacity: 1;*/
  /*&:before {
      outline: none;
      content: '\2714';
      font-size: 26px;
      position: absolute;
      top: -11px;
      color: $primary;
      font-family: initial;
  }*/
  /* &:after {
       display: block;
       content: "";
       background: url(/App_Templates/OnePage/img/checkbox-active.png) no-repeat;
       height: 100%;
       width: 100%;
       position: absolute;
       left: 5px;
       top: 5px;
   }*/
}

.check-box input[type=checkbox].handled {
  /*.checkbox-helper {
      display: inline-block;
      width: $check-box-size;
      height: $check-box-size;
      border: 1px solid #BFBFBF;
      //border-radius: 4px;
      border-radius: 0px;
      background-color: #fff;
      opacity: 0.53;
  }
  */
  /*
  .inline-control {
      .input {
          display: inline-block;
          vertical-align: middle;
      }

      .label {
          display: inline-block;
          vertical-align: middle;
          margin-left: 1.5rem;
      }

      label {
          margin-bottom: -0.5rem !important;
      }*/
}

/*input[type='radio'].handled {
    opacity: 0;
    position: absolute;

    &:focus + .radio-helper {
        box-shadow: 0 0 0 0 #fff, 0 0 0 0.2rem rgba(0,123,255,.25);
        border: 0.2em solid #D8DDE8;
    }

    &:checked + .radio-helper {

        &:before {
            outline: none;
            display: inline-block;
            height: calc(2em - 0.4em);
            width: calc(2em - 0.4em);
            border-radius: 50%;
            content: '';
            position: absolute;
            background-color: $color-primary;
        }
    }

    & + .radio-helper + label {
        font-size: 1.5rem;
        vertical-align: text-bottom;
        margin-bottom: 1.5rem;
        margin-left: 1rem;
        margin-right: 1rem;
    }
}
*/
/*.radio-helper {
    display: inline-block;
    width: $check-box-size;
    height: $check-box-size;
    border: 0.2em solid #D8DDE8;
    border-radius: 50%;
    background-color: #fff;
}
*/
.login-page {
  /* display: grid;
   text-align: center;*/
  /*
      .buttons {
          text-align: center;
      }*/
  /* .user-input {
       .buttons {
           text-align: right;
           clear: both;
       }
   }*/
  /* .remember-me {
       float: none;

       .label, .input {
           display: inline-block;
       }

       label {
           margin-bottom: 0 !important;
       }
   }

   .forgot-password {
       float: none;

       a {
           color: #767EAD;

           &:hover {
               color: $p-red;
           }
       }
   }*/
  /*.login-page-background {
          background: url(/App_Templates/OnePage/img/v6/login.png) no-repeat;
          background-position: center;
          background-size: contain;
          height: 50rem;
      }
  */
}
.login-page .login-form {
  /*   text-align: center;
     background-color: $form-background-color;
     border-radius: 2rem;*/
}
.login-page .error-form {
  text-align: center;
  background-color: rgba(252, 219, 142, 0.1607843137);
  border-radius: 5rem;
  /*
          h1 {
              color: #FF655F;
          }

          h2 {
              color: #33334F;
          }*/
}
.login-page .error-page-background {
  background: url(/App_Templates/OnePage/img/error.png) no-repeat;
  background-position: center;
  background-size: contain;
  height: 50rem;
}
.login-page .textbox + span, .login-page .textbox + span + span {
  position: absolute;
  right: 0px;
}
.login-page #ReCaptchContainer {
  text-align: right;
}
.login-page #ReCaptchContainer div:first-child {
  width: 100% !important;
}

.forgot-pass-message {
  margin-top: 20px;
  font-size: 1.7rem;
  font-weight: normal;
}

.forgot-password-header {
  margin: 6px 0 0 0 !important;
}

.more-padding {
  /*.login-form {
      padding-top: 9rem !important;
      padding-bottom: 9rem !important;
  }*/
}

.footer-login {
  text-align: center;
}
.footer-login p {
  max-width: 100%;
  margin: 0;
  font-size: 1.2rem;
}
.footer-login p a {
  color: #0791e2;
  text-decoration: underline;
  font-size: 1.3rem;
}

.footer-register {
  text-align: left;
}
.footer-register p {
  max-width: 100%;
  margin: 0;
  font-size: 1.1rem;
}
.footer-register p a {
  color: #D9524D;
  text-decoration: underline;
  font-size: 1.3rem;
}

.user-input h2 {
  font-weight: 800;
  font-size: 4rem;
  line-height: 5rem;
  letter-spacing: 0px;
  color: #000000;
  font-family: MuseoSansCnd-700;
}

@media (min-width: 1025px) and (max-width: 1800px) {
  /*  html {
        font-size: 10px;
    }*/
  .login-page {
    /* grid-template-rows: 90% 10%;
     grid-template-columns: 10% 45% 35% 10%;
     margin-top: 3em;

     picture {
         grid-area: 1/1/2/3;
         width: 90%;
         margin: 0 auto;
     }

     .login-form {
         grid-column: 3/4;
         grid-row: 1/2;
         display: flex;
         justify-content: center;
         align-items: center;
         align-self: center;
         padding: 2rem 0rem;
     }*/
    /*
            .login-div {
                width: 85%;
            }

            .login-form + span.module {
                grid-column: 3/4;
                grid-row: 2/2;
                display: block;
            }

            .forgot-password {
                float: right;
            }

            .remember-me {
                float: left;
            }*/
  }
  .login-page .error-form {
    grid-column: 3/4;
    grid-row: 1/2;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    padding: 2rem 0rem;
  }
  /* .footer-login {
       margin-top: 1rem;
       margin-bottom: 4rem;
   }

   .footer-register {
       margin-top: 0rem;
       margin-bottom: 4rem;
   }*/
}
@media (min-width: 1801px) and (max-width: 2442px) {
  /* html {
       font-size: 14px;
   }*/
  .login-page {
    /*  grid-template-rows: 90% 10%;
      grid-template-columns: 10% 45% 35% 10%;
      margin-top: 3em;*/
    /* picture {
                grid-area: 1/1/2/3;
                width: 90%;
                margin: 0 auto;
            }

            .login-form {
                grid-column: 3/4;
                grid-row: 1/2;
                display: flex;
                justify-content: center;
                align-items: center;
                align-self: center;
                padding: 2rem 0rem;
            }
    */
    /*  .login-div {
          width: 85%;
      }

      .login-form + span.module {
          grid-column: 3/4;
          grid-row: 2/2;
          display: block;
      }

      .forgot-password {
          float: right;
      }

      .remember-me {
          float: left;
      }*/
  }
  .login-page .error-form {
    grid-column: 3/4;
    grid-row: 1/2;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    padding: 2rem 0rem;
  }
  /*
      .footer-login {
          margin-top: 1rem;
          margin-bottom: 4rem;
      }

      .footer-register {
          margin-top: 0rem;
          margin-bottom: 4rem;
      }*/
}
@media (min-width: 2443px) {
  /* html {
       font-size: 22px;
   }*/
  .login-page {
    /* grid-template-rows: 90% 10%;
            grid-template-columns: 10% 45% 35% 10%;
            margin-top: 3em;

            picture {
                grid-area: 1/1/2/3;
                width: 90%;
                margin: 0 auto;
            }

            .login-form {
                grid-column: 3/4;
                grid-row: 1/2;
                display: flex;
                justify-content: center;
                align-items: center;
                align-self: center;
                padding: 2rem 0rem;
            }
    */
    /*
            .login-div {
                width: 85%;
            }

            .login-form + span.module {
                grid-column: 3/4;
                grid-row: 2/2;
                display: block;
            }

            .forgot-password {
                float: right;
            }

            .remember-me {
                float: left;
            }*/
  }
  .login-page .error-form {
    grid-column: 3/4;
    grid-row: 1/2;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    padding: 2rem 0rem;
  }
  /*  .footer-login {
        margin-top: 1rem;
        margin-bottom: 4rem;
    }

    .footer-register {
        margin-top: 0rem;
        margin-bottom: 4rem;
    }*/
}
@media (max-width: 440px) {
  /*  html {
        font-size: 8px;
    }*/
  .login-page {
    /*  grid-template-rows: 90% 10%;
            grid-template-columns: 10% 80% 10%;
            margin-top: 3em;

            picture {
                display:none;            
            }

            .login-form {
                grid-column: 2/3;
                grid-row: 1/2;
                display: flex;
                justify-content: center;
                align-items: center;
                align-self: center;
                padding: 2rem 0rem;
            }
    */
    /*
            .login-div {
                width: 85%;
            }

            .login-form + span.module {
                grid-column: 2/3;
                grid-row: 2/2;
                display: block;
                padding-top:15px;
            }

            .forgot-password {
                float: right;
            }

            .remember-me {
                float: left;
            }*/
  }
  .login-page .error-form {
    grid-column: 2/3;
    grid-row: 1/2;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    padding: 2rem 0rem;
  }
}
@media (min-width: 441px) and (max-width: 768px) {
  /*html {
      font-size: 10px;
  }*/
  .login-page {
    /*grid-template-rows: 90% 10%;
    grid-template-columns: 10% 80% 10%;
    margin-top: 3em;

    picture {
        display: none;
    }

    .login-form {
        grid-column: 2/3;
        grid-row: 1/2;
        display: flex;
        justify-content: center;
        align-items: center;
        align-self: center;
        padding: 2rem 0rem;
    }*/
    /*
            .login-div {
                width: 85%;
            }

            .login-form + span.module {
                grid-column: 2/3;
                grid-row: 2/2;
                display: block;
                padding-top: 15px;
            }

            .forgot-password {
                float: right;
            }

            .remember-me {
                float: left;
            }*/
  }
  .login-page .error-form {
    grid-column: 2/3;
    grid-row: 1/2;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    padding: 2rem 0rem;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  /* html {
       font-size: 15px;
   }*/
  .login-page {
    /* grid-template-rows: 90% 10%;
     grid-template-columns: 15% 70% 15%;
     margin-top: 3em;

     picture {
         display: none;
     }

     .login-form {
         grid-column: 2/3;
         grid-row: 1/2;
         display: flex;
         justify-content: center;
         align-items: center;
         align-self: center;
         padding: 2rem 0rem;
     }*/
    /*
            .login-div {
                width: 85%;
            }

            .login-form + span.module {
                grid-column: 2/3;
                grid-row: 2/2;
                display: block;
                padding-top: 15px;
            }

            .forgot-password {
                float: right;
            }

            .remember-me {
                float: left;
            }*/
  }
  .login-page .error-form {
    grid-column: 2/3;
    grid-row: 1/2;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    padding: 2rem 0rem;
  }
}
@media (min-width: 769px) and (max-width: 1024px) and (orientation: landscape) {
  /*html {
      font-size: 10px;
  }*/
  login-page {
    /*  grid-template-rows: 90% 10%;
      grid-template-columns: 10% 45% 35% 10%;
      margin-top: 3em;

      picture {
          grid-area: 1/1/2/3;
          width: 90%;
          margin: 0 auto;
      }*/
    /*
            .error-form {
                grid-column: 3/4;
                grid-row: 1/2;
                display: flex;
                justify-content: center;
                align-items: center;
                align-self: center;
                padding: 2rem 0rem;
            }

            .login-div {
                width: 85%;
            }

            .login-form + span.module {
                grid-column: 3/4;
                grid-row: 2/2;
                display: block;
            }

            .forgot-password {
                float: right;
            }

            .remember-me {
                float: left;
            }*/
  }
  login-page .login-form {
    grid-column: 3/4;
    grid-row: 1/2;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    padding: 2rem 0rem;
  }
  /*
      .footer-login {
          margin-top: 1rem;
          margin-bottom: 4rem;
      }

      .footer-register {
          margin-top: 0rem;
          margin-bottom: 4rem;
      }*/
}
.my-projects-list {
  /*width: 100%;*/
  /* tr.pager td {
       padding: 5px 10px;
       vertical-align: top;
   }

   tr.pager a {
       color: #76ad00;
       cursor: pointer;
       text-decoration: none;
       font-family: Segoe UI, Calibri, Gill Sans, Futura-Medium, Helvetica, Garuda, Arial, sans-serif;
   }

   tr.pager span {
       font-size: 16px;
   }

   tr.pager a:hover {
       color: #67872c;
   }*/
}
.my-projects-list .empty-template td {
  font-size: 2rem;
}

.my-projects {
  /* @include for-desktop() {
          padding: 2rem 10rem 1rem 10rem;
      }

      @include for-big-desktop() {
          padding: 2rem 10rem 1rem 10rem;
      }

      @include for-biggest-desktop() {
          padding: 2rem 10rem 1rem 10rem;
      }

      @include for-phone() {
          padding: 2rem 1rem 2rem 1rem;
      }

      @include for-tablet() {
          padding: 2rem 1rem 2rem 1rem;
      }

      @include for-tablet-portrait() {
          padding: 2rem 1rem 2rem 1rem;
      }

      @include for-tablet-landscape() {
          padding: 2rem 1rem 2rem 1rem;
      }
  */
  /* .search {
       background: #000;
       color: white;
       border-radius: 7px;
       padding: 1em;
       padding-bottom: 5rem;

       .search-body {
           width: 100%;
           display: block;

           @include for-phone() {
               height: 14rem;
           }
       }

       .item {
           margin: 0 0 1em 0;
       }

       .item-right {
           float: right;
       }

       .list {
           padding-top: 3rem;
       }

       .input {
           .textbox, .txt {
               display: block;
               width: 100%;
               height: 2.5em;
               padding: .375rem .75rem;
               //font-size: 14px;
               font-weight: 400;
               line-height: 1.5;
               color: #495057;
               background-color: #fff;
               background-clip: padding-box;
               border: 1px solid #ced4da;
               border-radius: 0.5rem;
               transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
           }

           select {
               padding: 1em;
               border-radius: 5px;
               margin-right: 1em;
           }

           table {
               display: inline-block;
               vertical-align: middle;
               margin-bottom: 1rem;
               width: 100%;

               &:after {
                   content: '';
                   clear: both;
               }
           }

           table + .btn {
               float: right;
               margin-top: 1.5rem;
               margin-left: 1.5rem;
           }
       }

       .search-input {
           .txt {
               background: #fff url(/App_Templates/OnePage/img/search-icon.svg) no-repeat scroll 15px 10px;
               background-size: 19px 19px;
               padding: 1.5em 1em 1.5em 3em;
           }
       }
   }*/
}
.my-projects .list-item-wrapper {
  /*background: #F8F8F8;*/
  /*border: #D8DDE8 1px solid;*/
  /*border-radius: 0.4em;*/
  /* margin: 8px 0;*/
  /* display: grid;
   grid-template-columns: repeat(2, 1fr);
   grid-template-rows: repeat(2, auto);
   grid-template-areas: "header button" "footer footer ";*/
  /* .name-col {
       grid-area: header;
   }*/
  /*
          .item-user {
              grid-area: footer;
              display: none;
          }
  */
  /* .item-right {
       display: inline-block;
       text-align: right;
       vertical-align: middle;
       grid-area: button;
       margin-top: 1em;

       a {
           margin: 0.5em 1em;
           display: inline-block;
       }

       img, input[type='image'] {
           width: 24px;
       }
   }*/
  /* .divide {
       grid-area: button;
       vertical-align: middle;
       display: inline-block;
       height: 31px;
       border-right: 1px solid #D8DDE8;
       margin-top: 1.25em;
   }*/
  /* .launch {
              margin-right: 9em;
              margin-top: 0.2em;
              z-index: 102;
          }
  */
  /* .launch-divide {
       margin-right: 10em;
   }*/
  /*
          .management {
              cursor: pointer;
              margin-right: 5em;
              z-index: 101;
          }*/
  /*
          .management-divide {
              margin-right: 5em;
          }*/
  /*.setting {
      margin-right: 0em;
  }*/
}
.my-projects .list-item-wrapper .item {
  /* padding: 0.5em 1em;*/
  /* .name-col {
       display: block;
       color: #33334F;
       font-size: 1.65rem;
       font-weight: 700;
       margin-bottom:5px;
   }*/
  /* .sub-heading {
       color: #9EB5C5;
       font-size: 1.25rem;

       img {
           width: 18px;
       }
   }*/
}
.my-projects .project-user-list {
  background: white;
  border-radius: 5px;
  border: 1px solid #D8DDE8;
}
.my-projects .project-user-list .user-header h2 {
  display: inline-block;
  font-weight: bold;
}
.my-projects .project-user-list .user-header .button-right {
  display: inline;
  float: right;
}
.my-projects .project-user-list .list {
  overflow-x: auto;
  width: 100%;
}
.my-projects .project-user-list .actions {
  width: 19px;
}

/*
.project-user-list {
    margin: 5rem 5px 50px 5px
}*/
.project-migration-list {
  width: 630px;
}

@media (max-width: 440px) {
  /*  html {
        font-size: 8px;
    }*/
  .my-projects {
    min-width: 300px;
    /*    .search {
                padding-bottom: 1rem;

                .item {
                    display: inline-block;
                    //margin: 0 1rem 1rem 0;
                    width: 100%;
                }

                .item-right {
                    display: inline-block;
                    //margin-top: 0.5rem;
                    .btn-orange {
                        width: 10rem;
                        text-align: center;
                        float: right !important;
                        margin-top: 0rem !important;
                    }
                }

                .list {
                    padding-top: 3rem;
                }
            }
    */
    /*
            .search-input {
                width: 100%;
            }*/
    /* .list-item-wrapper {
         .item-right {
             img, input[type='image'] {
                 width: 30px;
             }
         }

         .divide {
             height: 35px;
         }
     }*/
  }
  .my-projects .input table {
    margin-bottom: 0 !important;
    width: auto !important;
  }
  .my-projects .input table + .btn {
    width: 10rem;
    text-align: center;
    float: right !important;
    margin-top: 0rem !important;
    margin-left: 1.5rem !important;
  }
  .project-migration-list {
    width: 630px;
  }
}
@media (min-width: 441px) and (max-width: 768px) {
  /*html {
      font-size: 10px;
  }*/
  .my-projects {
    min-width: 394px;
    /* .search {
         padding-bottom: 1rem;

         .item {
             display: inline-block;
             margin: 0 1rem 1rem 0;
         }

         .item-right {
             float: right;
             //margin-top: 0.5rem;
         }

         .list {
             padding-top: 3rem;
         }
     }*/
    /*.input {
        table {
            margin-bottom: 0 !important;
            width: auto !important;
        }


        table + .btn {
            float: none !important;
            margin-top: 0rem !important;
            margin-left: 1.5rem !important;
        }
    }*/
  }
  .my-projects .search-input {
    width: 100%;
  }
  .my-projects .list-item-wrapper .item-right img, .my-projects .list-item-wrapper .item-right input[type=image] {
    width: 30px;
  }
  .my-projects .list-item-wrapper .divide {
    height: 35px;
  }
  .project-migration-list {
    width: 630px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  /* html {
       font-size: 15px;
   }*/
  .my-projects {
    /* .search {
         padding-bottom: 1rem;

         .item {
             display: inline-block;
             margin: 0 1rem 1rem 0;
         }

         .item-right {
             float: right;
             //margin-top: 0.5rem;
         }

         .list {
             padding-top: 3rem;
         }
     }

     .input {
         table {
             margin-bottom: 0 !important;
             width: auto !important;
         }


         table + .btn {
             float: none !important;
             margin-top: 0rem !important;
             margin-left: 1.5rem !important;
         }
     }

     .search-input {
         width: 100%;
     }

     .list-item-wrapper {
         .item-right {
             img, input[type='image'] {
                 width: 30px;
             }
         }

         .divide {
             height: 35px;
         }
     }*/
  }
  .project-migration-list {
    width: 630px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) and (orientation: landscape) {
  /*html {
      font-size: 10px;
  }*/
  .my-projects {
    /* .search {
         padding-bottom: 1rem;

         .item {
             display: inline-block;
             margin: 0 1rem 1rem 0;
         }

         .item-right {
             float: right;
             padding-top: 0.5em;
         }

         .list {
             padding-top: 3rem;
         }
     }

     .input {
         table {
             margin-bottom: 0 !important;
             width: auto !important;
         }


         table + .btn {
             float: none !important;
             margin-top: 0rem !important;
             margin-left: 1.5rem !important;
         }
     }

     .search-input {
         width: 34%;
     }

     .list-item-wrapper {
         .item-right {
             img, input[type='image'] {
                 width: 30px;
             }
         }

         .divide {
             height: 35px;
         }
     }*/
  }
  .project-migration-list {
    width: 630px;
  }
}
@media (min-width: 1025px) and (max-width: 1800px) {
  /*  html {
        font-size: 10px;
    }*/
  .my-projects {
    /* .search {
         padding-bottom: 1rem;

         .item {
             display: inline-block;
             margin: 0 1rem 1rem 0;
         }

         .item-right {
             float: right;
             padding-top: 0.5em;
         }

         .list {
             padding-top: 3rem;
         }
     }

     .input {
         table {
             margin-bottom: 0 !important;
             width: auto !important;
         }


         table + .btn {
             float: none !important;
             margin-top: 0rem !important;
             margin-left: 1.5rem !important;
         }
     }

     .search-input {
         width: 34%;
     }

     .list-item-wrapper {
         .item-right {
             img, input[type='image'] {
                 width: 30px;
             }
         }

         .divide {
             height: 35px;
         }
     }*/
  }
  .project-migration-list {
    width: 630px;
  }
}
@media (min-width: 1801px) and (max-width: 2442px) {
  /* html {
       font-size: 14px;
   }*/
  .my-projects {
    /* .search {
         padding-bottom: 1rem;

         .item {
             display: inline-block;
             margin: 0 1rem 1rem 0;
         }

         .item-right {
             float: right;
             padding-top: 0.5em;
         }

         .list {
             padding-top: 3rem;
         }
     }

     .input {
         table {
             margin-bottom: 0 !important;
             width: auto !important;
         }


         table + .btn {
             float: none !important;
             margin-top: 0rem !important;
             margin-left: 1.5rem !important;
         }
     }

     .search-input {
         width: 34%;
     }

     .list-item-wrapper {
         .item-right {
             img, input[type='image'] {
                 width: 30px;
             }
         }

         .divide {
             height: 35px;
         }
     }*/
  }
  .project-migration-list {
    width: 630px;
  }
}
@media (min-width: 2443px) {
  /* html {
       font-size: 22px;
   }*/
  .my-projects {
    /* .search {
         padding-bottom: 1rem;

         .item {
             display: inline-block;
             margin: 0 1rem 1rem 0;
         }

         .item-right {
             float: right;
             padding-top: 0.5em;
         }

         .list {
             padding-top: 3rem;
         }
     }

     .input {
         table {
             margin-bottom: 0 !important;
             width: auto !important;
         }


         table + .btn {
             float: none !important;
             margin-top: 0rem !important;
             margin-left: 1.5rem !important;
         }
     }

     .search-input {
         width: 34%;
     }

     .list-item-wrapper {
         .item-right {
             img, input[type='image'] {
                 width: 30px;
             }
         }

         .divide {
             height: 35px;
         }
     }*/
  }
  .project-migration-list {
    width: 630px;
  }
}
