@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVc.ttf) format('truetype');
}
/*** FONT SIZES ***/
/*** COLOURS ***/
/*** SIZES ***/
/*** DOTDOTDOT ***/
/*** FONTS ***/
.cursor {
  height: 90px;
  left: auto;
  position: fixed;
  top: 0;
  width: 90px;
  line-height: 90px;
  color: #fff;
  z-index: 99;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-out 0s;
  -moz-transition: opacity 0.3s ease-out 0s;
  -o-transition: opacity 0.3s ease-out 0s;
  transition: opacity 0.3s ease-out 0s;
}
.cursor:after {
  content: '';
  animation: rotate 30s linear infinite;
  border: 1px dashed #fff;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  border-radius: 50%;
}
.cursor.visible {
  opacity: 1;
}
.teamSliderBlock {
  background: #004D71;
  color: #fff;
  padding: 120px 0;
}
.teamSliderBlock .intro .col {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}
.teamSliderBlock .intro .col:last-child {
  text-align: right;
}
.teamSliderBlock .intro .col .textLink {
  color: #fff;
}
.teamSliderBlock .intro .col .textLink i {
  color: #fff;
}
.teamSliderBlock .intro .subtitle {
  color: #fff;
  margin-top: 20px;
}
.teamSliderBlock .intro .linkWrapper .link {
  padding-bottom: 10px;
}
.teamSliderBlock .imageSlider {
  white-space: nowrap;
  margin-left: -7.5px;
  margin-top: 40px;
  width: calc(100% + 30px / 2);
}
.teamSliderBlock .imageSlider .slide {
  cursor: pointer;
  display: inline-block;
  margin: 0 7.5px;
  position: relative;
  white-space: normal;
  width: 180px;
  height: 474px;
  opacity: 0.3;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.teamSliderBlock .imageSlider .slide.active {
  cursor: grab;
  opacity: 1;
  width: 376px;
}
.teamSliderBlock .imageSlider .slide.active:after {
  width: 100%;
  transition-delay: 0.15s;
}
.teamSliderBlock .imageSlider .slide:after {
  content: '';
  background: #B2864A;
  height: 2px;
  left: 0;
  position: absolute;
  top: auto;
  width: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.teamSliderBlock .imageSlider .slide img {
  pointer-events: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.teamSliderBlock .bottom {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 40px;
  border-bottom: 1px dashed #D8D8D8;
  margin-top: 20px;
  position: relative;
}
.teamSliderBlock .bottom .navigation {
  padding-right: 15px;
  height: auto;
  left: auto;
  position: absolute;
  top: 50%;
  width: auto;
  right: 0;
  text-align: right;
}
.teamSliderBlock .bottom .infoSlider {
  cursor: grab;
  display: inline-block;
  height: 100px;
  position: relative;
  vertical-align: top;
  width: 100%;
}
.teamSliderBlock .bottom .infoSlider .infoSlide {
  white-space: normal;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -o-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.teamSliderBlock .bottom .infoSlider .infoSlide.active {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 0.3s;
}
.teamSliderBlock .bottom .infoSlider .infoSlide.active .quote {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 0.45s;
}
.teamSliderBlock .bottom .infoSlider .infoSlide .col {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.teamSliderBlock .bottom .infoSlider .infoSlide .col:last-child {
  text-align: right;
}
.teamSliderBlock .bottom .infoSlider .infoSlide .col .link {
  padding-bottom: 10px;
}
.teamSliderBlock .bottom .infoSlider .infoSlide .quote {
  color: #fff;
  font-style: italic;
  margin-top: 50px;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -o-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.teamSliderBlock .sliderButton {
  width: 60px;
  height: 60px;
  display: inline-block;
  text-align: center;
  line-height: 60px;
  background: transparent;
  border-radius: 50%;
  border: 1px solid #D8D8D8;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.teamSliderBlock .sliderButton.next {
  margin-left: 10px;
}
.teamSliderBlock .sliderButton.next i {
  margin-right: -2px;
  margin-left: 0;
}
.teamSliderBlock .sliderButton:hover {
  background: rgba(255, 255, 255, 0.1);
}
.teamSliderBlock .sliderButton i {
  margin-left: -2px;
  margin-top: 1px;
}
.teamSliderBlock .sliderButton.hidden {
  display: none;
}
.teamSliderBlock .sliderButton.next,
.teamSliderBlock .sliderButton.prev {
  right: 0;
  z-index: 2;
}
.teamSliderBlock .sliderButton.next.disabled,
.teamSliderBlock .sliderButton.prev.disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
.teamSliderBlock .sliderButton.prev {
  left: 0;
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media all and (max-width: 1200px) {
  .cursor {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .teamSliderBlock .intro .col {
    vertical-align: top;
  }
  .teamSliderBlock .bottom .infoSlider .infoSlide .col {
    display: block;
    width: 100%;
  }
  .teamSliderBlock .bottom .infoSlider .infoSlide .col:last-child {
    margin: 20px 0;
    text-align: left;
  }
  .teamSliderBlock .bottom .navigation {
    padding-right: 0;
    margin-top: 20px;
    position: relative;
    top: 0;
    text-align: left;
  }
}
@media all and (max-width: 450px) {
  .teamSliderBlock .intro .col {
    width: 100%;
  }
  .teamSliderBlock .intro .col:last-child {
    margin-top: 20px;
    text-align: left;
  }
  .teamSliderBlock .imageSlider .slide {
    height: 0;
    padding-bottom: 100%;
    margin: 0 30px / 4;
    width: calc(100% - 30px / 2);
  }
  .teamSliderBlock .bottom {
    margin-top: 10px;
  }
  .teamSliderBlock .bottom .infoSlider .infoSlide .col {
    display: block;
    width: 100%;
  }
  .teamSliderBlock .bottom .infoSlider .infoSlide .col:last-child {
    text-align: left;
  }
  .teamSliderBlock .bottom .infoSlider .infoSlide .quote {
    margin-top: 10px;
  }
}
