@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap");
body.fullPage .component:nth-child(2n+1) {
  background-color: #ffffff;
}

body.fullPage .component:nth-child(2n) {
  background-color: #ffffff;
}

body:not(.fullPage) .component {
  background-color: #ffffff;
}

.collapsible1, .collapsible2, .collapsible3 {
  background-color: #0c1941;
  color: #F8C61C;
  font-weight: 700;
  cursor: pointer;
  padding: 50px;
  width: 100%;
  border: none;
  border-color: white;
  border-bottom-style: solid;
  border-top-style: solid;
  border-width: 7px;
  text-align: center;
  outline: none;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}

.active, .collapsible1:hover, .collapsible2:hover, .collapsible3:hover {
  background-color: #0c1941;
}

/* Tooltips */
A:link {
  COLOR: #0173BC;
}

A:visited {
  COLOR: #0173BC;
}

A:active {
  COLOR: #0173BC;
}

A:hover {
  COLOR: #0c1941;
  transition: 0.3s;
  font-weight: inherit;
  text-decoration: none;
}

/* loading spinner */
.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../pics/Preloader_3.gif) center no-repeat #fff;
  background-size: 250px;
}

/* The progress bar */
.header123 {
  position: fixed;
  top: 0;
  z-index: 7;
  width: 100%;
  background-color: #0173BC !important;
}

.progress-container {
  width: 100%;
  height: 6px;
  background: #eeeeee;
}

.progress-bar {
  height: 6px;
  background-color: #1E3654 !important;
  width: 0%;
}

/* General elements */
* {
  box-sizing: border-box;
}

html,
body {
  scroll-behavior: smooth;
  margin: auto;
  padding: 0;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #0c1941;
  background-color: #FFFFFF;
}

img.fluid {
  max-width: 100%;
}

#image_full {
  height: 100vh;
  /*width: 100vw;*/
}

h1, h1 p {
  font-size: 40px;
  color: #0c1941;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  margin: 0 0 32px 0;
  text-align: center;
}

h1.mb95 {
  margin-bottom: 95px;
  font-weight: 900;
}

h2, h2 p {
  font-size: 20px;
  color: #0c1941;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin: 0 0 12px 0;
  line-height: 140%;
}

h3, h3 p {
  font-size: 30px;
  color: #0c1941;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  margin: 0 0 12px 0;
  line-height: 140%;
}

h4, h4 p {
  font-size: 42px;
  color: #0c1941;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin: 0 0 12px 0;
}

p, p p {
  font-size: 16px;
  color: #0c1941;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin: 0 0 10px 0;
  line-height: 140%;
}

/* DoTell Footer */
footer {
  height: 70px;
  background-color: #f9f9f9;
  z-index: 7;
  line-height: normal;
  position: relative;
}

footer p {
  margin: 0;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 15px;
  height: 100%;
  line-height: 72px;
  vertical-align: middle;
  color: #333;
}

footer img {
  height: 16px;
  margin: -2px 0 0 4px;
}

/* DoTell Footer END */
.container.wide {
  max-width: 1920px;
}

.full_width {
  max-width: 100%;
}

/* DoTell Header */
.dotell_line {
  height: 5vh;
  background-color: #f9f9f9;
  position: relative;
  z-index: 8;
}

.dotell_line p {
  position: absolute;
  top: 50%;
  right: 50%;
  margin-top: -1.7vh;
  margin-right: 1vh;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 2.25vh;
  height: 2vh;
  vertical-align: middle;
  color: #333;
}

.dotell_line img {
  position: absolute;
  top: 50%;
  right: 50%;
  height: 2.25vh;
  margin-top: -0.55vh;
  margin-right: -19vh;
}

/* DoTell Header END */
section.slide {
  webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
  padding: 50px 0;
}

section.height-auto {
  min-height: 0;
}

section.no-padding {
  padding: 0;
}

section.height-100vh {
  height: 100vh;
  overflow: hidden;
}

section.height-auto {
  height: auto;
}

video {
  /*height:100%;*/
  width: 100%;
  float: left;
}

#video_full {
  height: 100vh;
  width: 95vw;
  float: left;
}

.newslide {
  text-align: center;
  min-height: 100vh;
  box-sizing: border-box;
  background-size: cover;
  line-height: normal;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  -webkit-box-shadow: 0px 3px 5px -2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 3px 5px -2px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 5px -2px rgba(0, 0, 0, 0.25);
  padding: 90px 0;
  overflow-x: hidden;
}

.text {
  font-size: 23px;
  font-weight: 200;
  margin-bottom: 25px;
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}

.outro {
  height: 5vh;
}

.bottom-fade {
  -webkit-box-shadow: 0px 3px 5px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 3px 5px -2px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 3px 5px -2px rgba(0, 0, 0, 0.75);
}

.static_image {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
}

.image_shadow {
  border-radius: 5px;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.25);
}

.border_radius_5 {
  border-radius: 5px;
}

/*Sticky General Elements */
.scroll {
  position: relative;
}

.static_image {
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}

figure {
  position: -webkit-sticky;
  position: sticky;
  top: 5%;
  /*padding-left: 4vw;*/
  padding: 0 15px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background-color: transparent;
  width: 50%;
  height: 40vw;
  float: right;
}

.justify-center {
  width: 100%;
  justify-content: center;
}

.justify-center article {
  float: left;
  padding: 0;
}

.justify-center figure {
  float: none;
  margin: auto;
}

article {
  position: relative;
  width: 50%;
  padding: 0 15px;
}

article .spacer {
  height: 250px;
}

/* Sticky Elements */
.step {
  padding: 15px;
  margin-left: 4vw;
  background-color: #F5F5F5;
  border: solid 0px #3e3e3e;
  border-radius: 5px;
  opacity: 0.8;
  transition: all, 0.3s;
  margin-bottom: 250px;
  box-shadow: 8px 10px 20px 0 rgba(0, 0, 0, 0);
}

.step:last-child {
  margin-bottom: 0;
}

.step.is-active {
  opacity: 1;
}

.step p {
  font-size: 20px;
  color: #03033B;
  margin: 0;
  font-weight: 400;
}

img.height-100 {
  height: 100%;
}

/* KPIs Counters */
.wrapper {
  margin: 30px auto;
  position: relative;
}

.counter {
  padding: 20px 0;
  border-radius: 5px;
}

.count-title {
  font-size: 120px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}

.count-text {
  font-size: 18px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
  color: #4e4e4e;
}

.count-text2 {
  font-size: 18px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
  color: #4e4e4e;
}

.fa-3x {
  margin: 0 auto;
  float: none;
  display: table;
  color: #5664e1;
}

.fa-2x {
  margin: 0 auto;
  float: none;
  display: table;
  color: #5664e1;
}

/* KPIs Counter ends */
/* Color strip  */
.row-strip {
  position: relative;
  background-color: #0f0;
  padding: 20px 0;
}

.row-strip div {
  z-index: 1;
}

.row-strip:before,
.row-strip:after {
  content: "";
  width: 1200px;
  height: 100%;
  background-color: inherit;
  position: absolute;
  top: 0;
}

.row-strip:before {
  left: -960px;
}

.row-strip:after {
  right: -960px;
}

.slide-with-strip {
  overflow-x: hidden;
}

/* Color strip ends */
/* Image with hover text */
.img-text-cnt {
  position: relative;
  width: 90%;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 auto 25px;
}

.img-text-cnt img {
  display: block;
}

.img-text-cnt div {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 30px;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  overflow: hidden;
  font: bold 14px Arial, sans-serif;
  padding: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all, 0.5s;
  color: #fff;
  text-align: left;
  font-size: 15px;
  font-weight: 400;
  line-height: 140%;
  padding: 5px 15px;
}

.img-text-cnt div.open {
  height: auto;
  white-space: normal;
}

.img-text-cnt .mobile-toggle {
  display: none;
}

@media (min-width: 768px) {
  .img-text-cnt:hover div {
    height: auto;
    white-space: normal;
  }
}
/* Image with hover text - end */
/*hover image change*/
.swap img:last-child {
  display: none;
}

.swap:hover img:first-child {
  display: none;
}

.swap:hover img:last-child {
  display: inline-block;
}

/*End hover image change*/
/*floating menu*/
#menu {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  white-space: nowrap;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 6;
  background-color: rgba(0, 0, 0, 0);
}

#menu #mainitem {
  width: 50px;
  height: 50px;
  background-color: #0173BC;
  color: #eee;
  font-size: 25px;
  line-height: 50px;
  border-radius: 50%;
  transition: all 100ms ease;
  z-index: 6;
}

#menu #mainitem i {
  color: #ffffff;
}

#menu #mainitem:hover {
  background-color: #0173BC;
}

#menu #mainitem:hover {
  box-shadow: 0px 2px 10px 0 rgba(0, 0, 0, 0.75);
}

.tooltip2 {
  position: relative;
  display: inline-block;
}

.tooltip2 .tooltip2text {
  visibility: hidden;
  width: auto;
  height: 25px;
  font-size: 18px;
  font-weight: 400;
  color: #1d0241;
  text-align: center;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.9);
  /* Position the tooltip */
  position: absolute;
  z-index: 6;
  top: 12px;
  right: 135%;
}

.tooltip2:hover .tooltip2text {
  visibility: visible;
}

/*copy text*/
#myInput {
  position: absolute;
  left: -99999px;
}

/*end copy text*/
/*more info buttons*/
.button {
  background: linear-gradient(90deg, #0173BC 50%, #0173BC 100%);
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  display: inline-flex;
  height: 50px;
  width: 200px;
  border-radius: 25px;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.25);
  margin-top: 20px;
  margin-bottom: 20px;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

#button-2 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

#button-2 a {
  position: relative;
  transition: all 0.35s ease-Out;
}

#slide {
  width: 100%;
  height: 100%;
  left: -200px;
  background: linear-gradient(90deg, #e92900 50%, #ff5936 100%);
  position: absolute;
  transition: all 0.35s ease-Out;
  bottom: 0;
}

#button-2:hover #slide {
  left: 0;
}

#button-2:hover a {
  color: #0173BC;
  z-index: 7;
}

/* Dynamic Tabs */
.tabs-dynamic .tabs-cnt a {
  font-weight: 700;
  font-size: 25px;
  line-height: 100%;
  display: block;
  float: left;
  width: 17%;
  height: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 3.3%;
  color: #C6C6C6;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  background-color: #F1F1F1;
  border-bottom: 0px solid #00A5BF;
  border-radius: 5px;
  opacity: 1;
}

.tabs-dynamic .tabs-cnt a span {
  font-size: 0.7em;
}

.tabs-dynamic .tabs-cnt {
  overflow: hidden;
}

.tabs-dynamic .tabs-cnt a:hover {
  color: #ffffff;
  opacity: 1;
  box-shadow: 0px 2px 10px 0 rgba(0, 0, 0, 0.2);
}

.tabs-dynamic .tabs-cnt a:hover .fa,
.tabs-dynamic .tabs-cnt a:hover span {
  color: #ffffff;
  opacity: 1;
}

.tabs-dynamic .tabs-cnt a.selected {
  background: #F1F1F1;
  box-shadow: 0px 2px 10px 0 rgba(0, 0, 0, 0.2);
  color: #ffffff;
  opacity: 1;
}

.tabs-dynamic .tabs-cnt a.selected .fa,
.tabs-dynamic .tabs-cnt a.selected span {
  color: #ffffff;
  opacity: 1;
}

.tabs-dynamic .tabs-content-cnt > div {
  display: none;
  padding: 1px;
  height: 430px;
  width: 99.5%;
  background-color: #FBFBFB;
}

.tabs-dynamic .tabs-content-cnt > div.selected {
  display: block;
}

/* Custom2*/
.tab-sbs2.tabs-dynamic {
  width: 33.333%;
  position: relative;
  height: 100%;
}

.tab-sbs2.tabs-dynamic .tabs-cnt a {
  font-weight: 700;
  font-size: 27px;
  line-height: 115%;
  display: block;
  float: left;
  width: 95%;
  height: 60px;
  padding-top: 0;
  padding-left: 20px;
  padding-bottom: 0;
  margin: 2px;
  color: #102f3f;
  cursor: pointer;
  text-decoration: none;
  text-align: left;
  background-color: #F3F3F3;
  border: none;
  opacity: 0.7;
}

.tab-sbs2.tabs-dynamic .tabs-cnt a span {
  font-size: 0.7em;
}

.tab-sbs2.tabs-dynamic .tabs-content-cnt2 h3 {
  display: none;
}

.tab-sbs2.tabs-dynamic .tabs-cnt {
  overflow: hidden;
  width: 100%;
}

.tab-sbs2.tabs-dynamic .tabs-cnt a:hover {
  opacity: 0.7;
  box-shadow: 3px 3px 5px 3px rgba(0, 0, 0, 0.2);
}

.tab-sbs2.tabs-dynamic .tabs-cnt a:hover .fa,
.tabs-dynamic .tabs-cnt a:hover span {
  color: #ff5936;
}

.tab-sbs2.tabs-dynamic .tabs-cnt a.selected {
  color: #ff5936;
  opacity: 1;
  width: 99%;
  box-shadow: 3px 3px 5px 3px rgba(0, 0, 0, 0.2);
}

.tab-sbs2.tabs-dynamic .tabs-cnt a.selected .fa,
.tabs-dynamic .tabs-cnt a.selected span {
  color: #ff5936;
}

.tab-sbs2.tabs-dynamic .tabs-content-cnt2 > div {
  display: none;
  position: relative;
  padding: 0px 70px 0px 20px;
  height: 375px;
  width: 200%;
  background-color: rgba(255, 255, 255, 0);
  margin-left: 100%;
  margin-top: -240px;
  border-radius: 8px;
  text-align: left;
}

.tab-sbs2.tabs-dynamic .tabs-content-cnt2 > div.selected {
  display: block;
}

/*highlight*/
.highlight {
  display: inline;
  position: relative;
  background-size: 200% auto;
  background-image: linear-gradient(to right, rgba(255, 0, 0, 0) 50%, #F8C61C 50%);
  background-position: 0% 0;
  animation-duration: 1s;
  animation-delay: 0.8s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  padding-left: 0.15em;
  margin-left: -0.15em;
  white-space: pre-wrap;
  padding-right: 0.15em;
  margin-right: -0.15em;
}

.highlight.activehigh {
  animation-name: highlight;
}

@keyframes highlight {
  from {
    background-position: 0% 0;
  }
  to {
    background-position: -100% 0;
    color: #0c1941;
    font-weight: inherit;
  }
}
/*text switch*/
#text {
  color: #263238;
  animation-delay: 0s;
  animation-duration: 2s;
  animation-name: text-a;
  animation-iteration-count: infinite;
}

@keyframes text-a {
  0% {
    color: #263238;
  }
  100% {
    color: #263238;
  }
}
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
}

.centered h3 {
  text-align: center;
}

/* list animated */
ul.anim-list {
  list-style: none;
}

ul.anim-list li {
  font-size: 20px;
  opacity: 0;
  line-height: 120%;
  text-align: left;
  text-indent: -20px;
  margin-bottom: 35px;
  margin-left: 15px;
  color: #333333;
}

ul.anim-list li.selected {
  display: block;
  opacity: 1;
}

ul.anim-list li.selected i {
  color: #1bce99;
  padding-right: 10px;
}

ul.anim-list li.selected img {
  color: #1bce99;
  padding-right: 20px;
}

ul.anim-list li.blur {
  opacity: 0.7;
}

ul.anim-list li.blur i {
  color: #82FFDA;
}

.anim-list-cnt-2 ul.anim-list li {
  color: #DC3565;
  font-size: 20px;
  font-weight: 700;
  text-indent: 0;
  margin-left: -35px;
  text-align: center;
  margin-bottom: 15px;
}

.anim-list-cnt-2 ul.anim-list li.blur {
  opacity: 0.5;
}

/* changing text */
.changing-text-cnt {
  position: relative;
}

.changing-text-prev,
.changing-text-next {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: -120px;
  cursor: pointer;
  color: #03033B;
  opacity: 0.5;
  z-index: 10;
}

.changing-text-next {
  left: auto;
  right: -120px;
}

ul.changing-text {
  margin: 0;
  padding: 10px;
  list-style: none;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

ul.changing-text li {
  font-size: 22px;
  font-weight: 400;
  font-style: italic;
  color: #03033B;
  display: none;
}

ul.changing-text li.current {
  display: inline-block;
}

/* video-responsive */
.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.video-responsive iframe {
  left: 5%;
  top: 5%;
  height: 90%;
  width: 90%;
  position: absolute;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
}

div.rkpi1 p {
  margin-top: 60px;
  padding-bottom: 30px;
}

[data-start-counter-class] {
  font-size: 1.2em;
}

h3.strip p {
  color: #ffffff;
  text-align: center;
  margin: 0;
}

h3.sticky p {
  color: #ff5936;
  font-size: 28px;
  margin: 0 0 12px 0;
  font-weight: 700;
  line-height: 140%;
}

div.sticky2 p {
  color: #ffffff;
  font-size: 23px;
}

div.quote p {
  margin-top: 30px;
  padding-bottom: 10px;
}

div.subquote p {
  font-style: normal;
}

@media (max-width: 767px) {
  .newslide {
    text-align: left;
  }

  article, figure {
    width: 100%;
  }

  figure {
    height: auto;
    float: none;
  }

  article .spacer {
    height: 50vh;
  }

  .newslide {
    min-height: 0;
  }

  img.height-100 {
    height: auto;
    width: 100%;
  }

  .mobile-mb-50 {
    margin-bottom: 35px;
  }

  .mobile-mt-30 {
    margin-top: 30px;
  }

  header p {
    position: static;
    margin: 10px auto 0;
  }

  h1 {
    text-align: left;
    font-size: 30px;
  }

  h2 {
    text-align: left;
    font-size: 20px;
  }

  h3 {
    text-align: left;
    font-size: 22px;
  }

  h4 {
    text-align: left;
    font-size: 26px;
  }

  .step {
    margin-bottom: 420px;
    margin-left: 0vw;
  }

  .step p {
    font-size: 2.8vh;
  }

  .img-text-cnt div {
    font-size: 14px;
    padding: 8px 15px;
  }

  .img-text-cnt .mobile-toggle {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
  }

  .feedback {
    left: 0;
    right: 0;
    margin-bottom: 75px;
    margin-left: auto;
    margin-right: auto;
    width: 1px;
  }

  .tabs-dynamic .tabs-cnt a {
    width: 16.5%;
    height: 30px;
    font-size: 25px;
    padding: 3px;
    line-height: 90%;
    font-size: 18px;
    margin: 3.5%;
  }

  .tabs-dynamic .tabs-cnt img {
    display: none;
  }

  .tabs-dynamic .tabs-content-cnt > div {
    height: 200px;
  }

  .tab-sbs2.tabs-dynamic {
    width: 100%;
    position: relative;
    height: 100%;
  }

  .tab-sbs2.tabs-dynamic .tabs-cnt a {
    font-weight: 700;
    font-size: 25px;
    line-height: 115%;
    display: block;
    float: left;
    text-align: center;
    width: 25%;
    height: 80px;
    padding-top: 20px;
    padding-left: 5%;
    padding-bottom: 20px;
    margin: 0%;
    color: #212121;
    cursor: pointer;
    text-decoration: none;
    text-align: left;
    border: none;
    opacity: 0.5;
  }

  .tab-sbs2.tabs-dynamic .tabs-cnt a span {
    display: none;
  }

  .tab-sbs2.tabs-dynamic .tabs-cnt {
    overflow: hidden;
    width: 100%;
  }

  .tab-sbs2.tabs-dynamic .tabs-cnt a:hover {
    opacity: 0.5;
    border-bottom-style: none;
  }

  .tab-sbs2.tabs-dynamic .tabs-cnt a:hover .fa,
.tabs-dynamic .tabs-cnt2 a:hover span {
    color: #3399cc;
  }

  .tab-sbs2.tabs-dynamic .tabs-cnt a.selected {
    color: #3399cc;
    opacity: 1;
    border-bottom-style: none;
    width: 20%;
  }

  .tab-sbs2.tabs-dynamic .tabs-cnt a.selected .fa {
    color: #3399cc;
  }

  .tabs-dynamic .tabs-cnt2 a.selected span {
    display: none;
  }

  .tab-sbs2.tabs-dynamic .tabs-content-cnt2 h3 {
    display: block;
  }

  .tab-sbs2.tabs-dynamic .tabs-content-cnt2 > div {
    display: none;
    position: relative;
    padding: 20px 5px 20px 5px;
    height: 750px;
    width: 100%;
    background-color: rgba(255, 0, 0, 0);
    margin-left: 0px;
    margin-top: 0px;
  }

  .tab-sbs2.tabs-dynamic .tabs-content-cnt2 > div.selected {
    display: block;
  }

  .tooltip1 .tooltip1text {
    display: none;
  }

  .changing-text-prev,
.changing-text-next {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 60vh;
    left: -10px;
    cursor: pointer;
    color: #03033B;
    opacity: 0.3;
  }

  .changing-text-next {
    left: auto;
    right: -10px;
  }

  header video {
    left: 0;
    width: auto;
  }

  header .overlay {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    opacity: 0;
  }
}
/*Large screen media query*/
@media screen and (min-width: 1900px) {
  figure {
    top: 18vh;
    padding-left: 4vw;
    margin-left: 0vw;
    padding: 0 15px;
    width: 43%;
    height: 64vh;
  }

  .step {
    padding: 15px;
    margin-left: 12vw;
    margin-bottom: 325px;
  }

  .step p {
    font-size: 24px;
  }
}

/*# sourceMappingURL=layout.css.map */
