@import "bootstrap-custom-grid.css";
@font-face {
  font-family: GothamBlack;
  src: url("dependencies/fonts/GothamHTF-Black.otf") format('opentype');
}
@font-face {
  font-family: GothamBold;
  src: url("dependencies/fonts/GothamHTF-Bold.otf") format('opentype');
}
@font-face {
  font-family: GothamBook;
  src: url("dependencies/fonts/GothamHTF-Book.otf") format('opentype');
}
@font-face {
  font-family: GothamMedium;
  src: url("dependencies/fonts/GothamHTF-Medium.otf") format('opentype');
}
@font-face {
  font-family: GothamLight;
  src: url("dependencies/fonts/GothamHTF-Light.otf") format('opentype');
}
body {
  padding: 0 !important;
  margin: 0 !important;
  overflow-x: hidden !important;
  line-height: 1.42857143 !important;
}
strong,
b {
  font-family: GothamBold, sans-serif !important;
}
.margin-bottom {
  margin-bottom: 15px;
}
.dc__main_container {
  width: 100%;
  display: inline-block;
  background-color: #FFFFFF;
  float: left;
  transition: ease 0.5s;
}
.dc__main_container.left-side {
  transform: translateX(250px);
}
.dc__main_container.left-side .dc__banners--fullpage {
  position: absolute;
}
.dc__main_container.right-side {
  transform: translateX(-250px);
}
.dc__main_container.right-side .dc__banners--fullpage {
  position: absolute;
}
.dc__menu--left {
  width: 250px;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: #F0F0F0;
}
.dc__menu--left .scroller {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  float: left;
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.dc__menu--left__heading {
  width: 100%;
  display: inline-block;
  float: left;
  font-weight: bold;
  padding-bottom: 20px;
  padding-top: 20px;
  text-transform: uppercase;
  border-bottom: 3px solid #c5c5c5;
  font-size: 16px;
  margin-bottom: 10px;
}
.dc__menu--left__divider {
  width: 100%;
  display: inline-block;
  float: left;
  border-bottom: 3px solid #c5c5c5;
  margin-top: 15px;
  margin-bottom: 15px;
}
.dc__menu--left__link {
  display: inline-block;
  float: left;
  color: #333333 !important;
  font-size: 14px;
  padding-bottom: 10px;
  padding-top: 10px;
  width: 100%;
  display: block;
  text-decoration: none !important;
  text-transform: uppercase;
}
.dc__menu--left__link:hover,
.dc__menu--left__link:active,
.dc__menu--left__link:focus {
  color: #333333 !important;
  text-decoration: none !important;
}
.dc__menu--left__link.indented {
  padding-left: 20px;
}
.dc__menu--right {
  width: 250px;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: -1;
  background-color: #F0F0F0;
}
.dc__menu--right .scroller {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  float: left;
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.dc__menu--right__heading {
  width: 100%;
  display: inline-block;
  float: left;
  font-weight: bold;
  padding-bottom: 20px;
  padding-top: 20px;
  text-transform: uppercase;
  border-bottom: 3px solid #c5c5c5;
  font-size: 16px;
  margin-bottom: 10px;
}
.dc__menu--right__divider {
  width: 100%;
  display: inline-block;
  float: left;
  border-bottom: 3px solid #c5c5c5;
  margin-top: 15px;
  margin-bottom: 15px;
}
.dc__menu--right__link {
  display: inline-block;
  float: left;
  color: #333333 !important;
  font-size: 14px;
  padding-bottom: 10px;
  padding-top: 10px;
  width: 100%;
  display: block;
  text-decoration: none !important;
  text-transform: uppercase;
}
.dc__menu--right__link:hover,
.dc__menu--right__link:active,
.dc__menu--right__link:focus {
  color: #333333 !important;
  text-decoration: none !important;
}
.dc__menu--right__link.indented {
  padding-left: 20px;
}
@media screen and (max-width: 900px) {
  .dc__menu--right {
    display: none;
  }
}
.dc__header {
  width: 100%;
  float: left;
  display: block;
  position: fixed;
  z-index: 100;
}
.dc__header--blackbar {
  width: 100%;
  float: left;
  display: inline-block;
  background-color: #000000;
}
.dc__header--blackbar__container {
  float: right;
  text-align: left;
  position: relative;
}
.dc__header--blackbar__container--login {
  position: absolute;
  right: 0;
  top: 28px;
  background-color: #FFFFFF;
  width: 200px;
  display: none;
  z-index: 10;
}
.dc__header--blackbar__container--login.active {
  display: inline-block;
}
.dc__header--blackbar__container--login a {
  width: 100%;
  float: left;
  color: #ffffff;
  font-size: 11px !important;
  text-align: left;
  background-color: #3F6A8A;
  padding: 10px 20px;
  text-decoration: none;
  border-bottom: 1px solid #ffffff;
}
.dc__header--blackbar__link {
  float: left;
  padding: 5px 10px;
  display: inline-block;
  font-size: 11px;
  color: #ffffff !important;
  text-decoration: none;
  height: 28px;
}
.dc__header--blackbar__link:hover,
.dc__header--blackbar__link:focus,
.dc__header--blackbar__link:active {
  color: #ffffff !important;
  text-decoration: none;
}
.dc__header--blackbar__link--login {
  background-color: #3f6a8a;
  border: 1px solid #3f6a8a;
}
.dc__header--blackbar__link--login:hover,
.dc__header--blackbar__link--login:focus,
.dc__header--blackbar__link--login:active {
  background-color: #3f6a8a;
  border: 1px solid #3f6a8a;
}
.dc__header--blackbar__link--globe {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  height: 28px;
}
.dc__header--navigation {
  background-color: transparent;
  float: left;
  display: block;
  width: 100%;
  position: absolute;
  top: 26px;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  z-index: 1;
}
.dc__header--navigation__logo--container {
  background-color: #ffffff;
  padding: 10px 17px;
  float: left;
}
.dc__header--navigation__logo--container img {
  width: 130px;
  height: 36px;
}
.dc__header--navigation:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 62px;
  background-color: #ffffff;
  z-index: 0;
  -moz-box-shadow: 0 0 3px 1px #666666;
  -webkit-box-shadow: 0 0 3px 1px #666666;
  box-shadow: 0 0 3px 1px #666666;
}
.dc__header--navigation__links--container {
  float: right;
}
.dc__header--navigation__links--container ul li {
  float: left;
  display: inline-block;
  position: relative;
}
.dc__header--navigation__link {
  position: relative;
  display: inline-block;
  float: left;
  padding: 21px 25px;
  height: 62px;
  font-size: 11px;
  font-family: GothamLight, sans-serif;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
  color: #333 !important;
  background-color: #ffffff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.dc__header--navigation__link.active,
.dc__header--navigation__link:hover {
  border-top: 5px solid #2b669a;
  background-color: #ffffff;
  color: #2b669a !important;
  height: 70px;
}
.dc__header--navigation__link.active:before,
.dc__header--navigation__link:hover:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -moz-box-shadow: 0 0 3px 1px #666666;
  -webkit-box-shadow: 0 0 3px 1px #666666;
  box-shadow: 0 0 3px 1px #666666;
}
.dc__header--navigation__link--nohover.active,
.dc__header--navigation__link--nohover:hover {
  border-top: opx;
  background-color: #ffffff;
  color: #2b669a !important;
}
.dc__header--navigation__link--nohover.active:before,
.dc__header--navigation__link--nohover:hover:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -moz-box-shadow: 0 0 3px 1px #666666;
  -webkit-box-shadow: 0 0 3px 1px #666666;
  box-shadow: 0 0 3px 1px #666666;
}
@media screen and (max-width: 1024px) {
  .dc__header--navigation__link {
    padding: 21px 10px;
  }
}
@media screen and (max-width: 900px) {
  .dc__header--navigation__link {
    display: none;
  }
}
.dc__header--navigation__button {
  position: relative;
  display: inline-block;
  float: left;
  height: 62px;
  background-color: #ffffff;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  .dc__header--navigation__button {
    display: none;
  }
}
.dc__header--navigation__search {
  display: inline-block;
  padding: 21px;
  height: 62px;
  float: left;
  display: block;
  font-size: 12px;
  background: url(img/search.svg) center center no-repeat;
  background-size: 20px 20px;
  border-left: 1px solid #ffffff;
}
.dc__header--navigation__search-container {
  width: 100%;
  display: none;
  position: absolute;
  left: 0;
  top: 70px;
}
.dc__header--navigation__search-container.active {
  display: inline-block;
}
.dc__header--navigation__search-box {
  width: 100%;
  max-width: 300px;
  background-color: #FFFFFF;
  display: inline-block;
  padding: 15px;
  box-sizing: border-box;
}
.dc__header--navigation #nav-mobile {
  display: none;
  padding: 25px;
  height: 62px;
  float: left;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.dc__header--navigation #nav-mobile span {
  display: block;
  position: absolute;
  height: 2px;
  width: 60%;
  background: #000000;
  border-radius: none;
  opacity: 1;
  left: 20%;
  right: 5%;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.dc__header--navigation #nav-mobile span:nth-child(1) {
  top: 25px;
}
.dc__header--navigation #nav-mobile span:nth-child(2),
.dc__header--navigation #nav-mobile span:nth-child(3) {
  top: 33px;
}
.dc__header--navigation #nav-mobile span:nth-child(4) {
  top: 41px;
}
.dc__header--navigation #nav-mobile.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.dc__header--navigation #nav-mobile.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.dc__header--navigation #nav-mobile.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.dc__header--navigation #nav-mobile.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
@media screen and (max-width: 900px) {
  .dc__header--navigation #nav-mobile {
    display: inline-block;
  }
}
.dc__header--navigation__hasChildren:hover .dc__header--navigation__secondLevel {
  display: inline-block;
}
.dc__header--navigation__hasChildren--main:hover > a {
  border-top: 5px solid #2b669a;
  background-color: #ffffff;
  color: #2b669a !important;
  height: 70px;
}
.dc__header--navigation__secondLevel {
  position: absolute;
  left: 0;
  top: 62px;
  margin-left: 0;
  display: none;
  width: 200px;
}
.dc__header--navigation__secondLevel li {
  width: 100%;
  float: left;
  display: inline-block;
  position: relative;
}
.dc__header--navigation__secondLevel li a {
  width: 100%;
  display: inline-block;
  float: left;
  padding: 21px 25px;
  height: 62px;
  font-size: 11px;
  font-family: GothamLight, sans-serif;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
  color: #333 !important;
  background-color: #FFFFFF;
}
.dc__header--navigation__secondLevel li:hover > a {
  color: #FFF !important;
  background-color: #2b669a;
}
.dc__header--navigation__secondLevel li:hover .dc__header--navigation__thirdLevel {
  display: inline-block;
}
.dc__header--navigation__thirdLevel {
  position: absolute;
  left: 200px;
  top: 0;
  margin-left: 0;
  display: none;
  width: 200px;
}
.dc__header--navigation__thirdLevel li {
  width: 100%;
  float: left;
  display: inline-block;
  position: relative;
}
.dc__header--navigation__thirdLevel li a {
  width: 100%;
  display: inline-block;
  float: left;
  padding: 21px 25px;
  height: 62px;
  font-size: 11px;
  font-family: GothamLight, sans-serif;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
  color: #333 !important;
  background-color: #FFFFFF;
}
.dc__header--navigation__thirdLevel li a:hover {
  color: #FFF !important;
  background-color: #2b669a;
}
.dc__header--navigation__products {
  background-color: transparent;
  float: left;
  display: block;
  width: 100%;
  position: absolute;
  top: 26px;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  z-index: 1;
}
.dc__header--navigation__products .container {
  position: relative;
  z-index: 1;
}
.dc__header--navigation__products__logo--container {
  background-color: #ffffff;
  padding: 10px 17px;
  float: left;
}
.dc__header--navigation__products__logo--container img {
  width: 130px;
  height: 36px;
}
.dc__header--navigation__products:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 62px;
  background-color: #ffffff;
  z-index: 0;
  -moz-box-shadow: 0 0 3px 1px #666666;
  -webkit-box-shadow: 0 0 3px 1px #666666;
  box-shadow: 0 0 3px 1px #666666;
}
.dc__header--navigation__products:after {
  content: ' ';
  display: inline-block;
  right: 0;
  top: 0;
  width: 70%;
  height: 62px;
  background-color: #3F6A8A;
  position: absolute;
  z-index: 0;
}
@media screen and (max-width: 900px) {
  .dc__header--navigation__products:after {
    display: none;
  }
}
.dc__header--navigation__products__links--container {
  float: left;
}
.dc__header--navigation__products__links--container .dc__header--navigation__search {
  display: none;
}
@media screen and (max-width: 900px) {
  .dc__header--navigation__products__links--container {
    float: right;
  }
  .dc__header--navigation__products__links--container .dc__header--navigation__search {
    display: inline-block;
  }
}
.dc__header--navigation__products__link {
  position: relative;
  display: inline-block;
  float: left;
  padding: 24px 40px;
  height: 62px;
  font-size: 11px;
  font-family: GothamLight, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #3F6A8A;
  text-decoration: none !important;
}
.dc__header--navigation__products__link:active,
.dc__header--navigation__products__link:focus,
.dc__header--navigation__products__link:visited {
  background-color: #3F6A8A;
  color: #ffffff !important;
  text-decoration: none !important;
}
.dc__header--navigation__products__link:hover {
  background-color: #ffffff;
  color: #000000 !important;
  text-decoration: none !important;
}
.dc__header--navigation__products__link:hover .dc__header--navigation__products--subnav {
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .dc__header--navigation__products__link {
    padding: 24px 10px;
  }
}
@media screen and (max-width: 900px) {
  .dc__header--navigation__products__link {
    display: none;
  }
}
.dc__header--navigation__products__buttons--container {
  float: right;
}
.dc__header--navigation__products__buttons--container #nav-right {
  border-left: 1px solid #4f7895;
  border-right: 1px solid #4f7895;
  height: 62px;
  width: 51px;
  position: relative;
  padding: 20px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  float: left;
  display: block;
}
.dc__header--navigation__products__buttons--container #nav-right span {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: #ffffff;
  border-radius: none;
  opacity: 1;
  left: 25%;
  right: 5%;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.dc__header--navigation__products__buttons--container #nav-right span:nth-child(1) {
  top: 23px;
}
.dc__header--navigation__products__buttons--container #nav-right span:nth-child(2),
.dc__header--navigation__products__buttons--container #nav-right span:nth-child(3) {
  top: 30px;
}
.dc__header--navigation__products__buttons--container #nav-right span:nth-child(4) {
  top: 37px;
}
.dc__header--navigation__products__buttons--container #nav-right.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.dc__header--navigation__products__buttons--container #nav-right.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.dc__header--navigation__products__buttons--container #nav-right.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.dc__header--navigation__products__buttons--container #nav-right.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
@media screen and (max-width: 900px) {
  .dc__header--navigation__products__buttons--container #nav-right {
    display: inline-block;
  }
}
@media screen and (max-width: 900px) {
  .dc__header--navigation__products__buttons--container {
    display: none;
  }
}
.dc__header--navigation__products__button {
  position: relative;
  display: inline-block;
  float: left;
  height: 62px;
  background-color: #ffffff;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  .dc__header--navigation__products__button {
    display: none;
  }
}
.dc__header--navigation__products__search {
  display: inline-block;
  padding: 21px;
  height: 62px;
  float: left;
  display: block;
  font-size: 12px;
  background: url(img/search_white.svg) center center no-repeat;
  background-size: 15px 15px;
  border-left: 1px solid #4f7895;
}
.dc__header--navigation__products #nav-mobile {
  display: none;
  padding: 25px;
  height: 62px;
  float: left;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.dc__header--navigation__products #nav-mobile span {
  display: block;
  position: absolute;
  height: 2px;
  width: 60%;
  background: #000000;
  border-radius: none;
  opacity: 1;
  left: 20%;
  right: 5%;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.dc__header--navigation__products #nav-mobile span:nth-child(1) {
  top: 25px;
}
.dc__header--navigation__products #nav-mobile span:nth-child(2),
.dc__header--navigation__products #nav-mobile span:nth-child(3) {
  top: 33px;
}
.dc__header--navigation__products #nav-mobile span:nth-child(4) {
  top: 41px;
}
.dc__header--navigation__products #nav-mobile.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.dc__header--navigation__products #nav-mobile.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.dc__header--navigation__products #nav-mobile.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.dc__header--navigation__products #nav-mobile.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
@media screen and (max-width: 900px) {
  .dc__header--navigation__products #nav-mobile {
    display: inline-block;
  }
}
.dc__header--navigation__products--subnav {
  left: 0px;
  bottom: -45px;
  position: absolute;
  width: 99999999px;
  list-style: none;
  margin-left: 0;
  display: none;
}
.dc__header--navigation__products--subnav:before {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 9999999px;
  height: 100%;
  background-color: #ffffff;
  z-index: -1;
  opacity: 0.7;
  content: ' ';
}
.dc__header--navigation__products--subnav a {
  color: #000000;
  display: inline-block;
  padding: 15px 40px;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 1;
  text-align: center;
}
.dc__header--navigation__products--subnav a.active {
  color: #0069aa;
}
.dc__navigation--home {
  background-color: #3F6A8A;
  text-align: center;
}
.dc__navigation--home ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-style: normal;
}
.dc__navigation--home ul li {
  width: 20%;
  display: inline-block;
  position: relative;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  background-image: none;
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: inherit;
  font-style: normal;
}
.dc__navigation--home ul li:hover ul {
  display: inline-block;
}
.dc__navigation--home ul li ul {
  width: 100%;
  position: absolute;
  bottom: 62px;
  left: 0;
  display: none;
  z-index: 10;
}
.dc__navigation--home ul li ul li {
  width: 100%;
  float: left;
}
.dc__navigation--home ul li a {
  width: 100%;
  height: 62px;
  display: inline-block;
  background-color: #3F6A8A;
  color: #ffffff !important;
  font-size: 11px !important;
  text-transform: uppercase !important;
  text-align: center;
  padding: 24px 20px;
  text-decoration: none;
  font-style: normal;
  font-family: GothamBook, sans-serif;
}
.dc__navigation--home ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}
.dc__navigation--home #dc__navigation--home {
  background-color: #3F6A8A;
  text-align: center;
}
.dc__navigation--home #dc__navigation--home.sticky {
  position: fixed !important;
  top: 85px;
  left: 0;
  z-index: 10;
  moz-box-shadow: 0 0 3px 1px #666666;
  -webkit-box-shadow: 0 0 3px 1px #666666;
  box-shadow: 0 0 3px 1px #666666;
}
.dc__navigation--home #dc__navigation--home.sticky ul li ul {
  top: 62px;
}
.dc__navigation--home #dc__navigation--home.sticky ul li ul li {
  width: 100%;
  float: left;
}
@media screen and (max-width: 767px) {
  .dc__navigation--home {
    display: none !important;
  }
}
.dc__navigation--row-bluebar {
  position: absolute;
  z-index: 1000;
  margin-top: -62px;
}
.dc__fullwidth-container,
.dc__fullwidth_container {
  width: 100%;
  display: inline-block;
  float: left;
  position: relative;
}
.dc__fullwidth-container--about,
.dc__fullwidth_container--about {
  margin-top: 85px;
  z-index: 100;
}
.dc__fullwidth-container--404,
.dc__fullwidth_container--404 {
  margin-top: 98px;
}
.dc__fullwidth-container--search,
.dc__fullwidth_container--search {
  margin-top: 98px;
}
.dc__fullwidth-container--fixed,
.dc__fullwidth_container--fixed {
  margin-top: 85px;
  margin-bottom: 50px;
  z-index: 100;
  width: 100%;
  display: inline-block;
}
.dc__fullwidth-container--appcentre,
.dc__fullwidth_container--appcentre {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 400px;
}
.dc__fullwidth-container--appcentre .container,
.dc__fullwidth_container--appcentre .container {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.dc__fullwidth-container--appcentre__phone,
.dc__fullwidth_container--appcentre__phone {
  width: 100%;
  position: absolute;
  z-index: 9;
}
.dc__fullwidth-container p,
.dc__fullwidth_container p {
  padding-bottom: 0px !important;
  margin-bottom: 10px !important;
}
.dc__fullwidth-container p:empty,
.dc__fullwidth_container p:empty {
  width: 100%;
  float: left;
  display: inline-block !important;
  margin-bottom: 10px !important;
}
.dc__banners--fullpage {
  background-color: #252525;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}
.dc__banners--fullpage .swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.dc__banners--fullpage .swiper-container .dc__banner-slide {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.dc__banners--fullpage .swiper-container .dc__banner-slide__title {
  width: 100%;
  display: inline-block;
  float: left;
  font-family: GothamBook, sans-serif;
  font-size: 41px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.dc__banners--fullpage .swiper-container .dc__banner-slide__title.black {
  color: #000000;
}
@media screen and (max-width: 767px) {
  .dc__banners--fullpage .swiper-container .dc__banner-slide__title {
    font-size: 24px;
    line-height: 30px;
  }
}
.dc__banners--fullpage .swiper-container .dc__banner-slide__description {
  width: 100%;
  display: inline-block;
  float: left;
  font-family: GothamLight, sans-serif;
  font-size: 18px;
  color: #ffffff;
}
.dc__banners--fullpage .swiper-container .dc__banner-slide__description.black {
  color: #000000;
}
@media screen and (max-width: 767px) {
  .dc__banners--fullpage .swiper-container .dc__banner-slide__description {
    font-size: 14px;
    line-height: 20px;
  }
}
.dc__banners--fullpage .swiper-container .dc__banner-slide__button {
  width: 100%;
  display: inline-block;
  float: left;
  margin-top: 30px;
}
.dc__banners--fullpage .swiper-pagination {
  bottom: 100px;
}
@media screen and (max-width: 767px) {
  .dc__banners--fullpage .swiper-pagination {
    bottom: 30px;
  }
}
.dc__banners--fullpage .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid #ffffff;
  background-color: transparent !important;
  opacity: 1 !important;
}
.dc__banners--fullpage .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffffff !important;
}
.dc__banners--small {
  background-color: #252525;
  position: relative;
  width: 100%;
  float: left;
  height: 400px;
  display: inline-block;
  margin-top: 85px;
}
.dc__banners--small .swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.dc__banners--small .swiper-container .dc__banner-slide {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.dc__banners--small .swiper-container .dc__banner-slide__title {
  width: 100%;
  display: inline-block;
  float: left;
  font-family: GothamBook, sans-serif;
  font-size: 41px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.dc__banners--small .swiper-container .dc__banner-slide__title.black {
  color: #000000;
}
@media screen and (max-width: 767px) {
  .dc__banners--small .swiper-container .dc__banner-slide__title {
    font-size: 24px;
    line-height: 30px;
  }
}
.dc__banners--small .swiper-container .dc__banner-slide__description {
  width: 100%;
  display: inline-block;
  float: left;
  font-family: GothamLight, sans-serif;
  font-size: 18px;
  color: #ffffff;
}
.dc__banners--small .swiper-container .dc__banner-slide__description.black {
  color: #000000;
}
@media screen and (max-width: 767px) {
  .dc__banners--small .swiper-container .dc__banner-slide__description {
    font-size: 14px;
    line-height: 20px;
  }
}
.dc__banners--small .swiper-container .dc__banner-slide__button {
  width: 100%;
  display: inline-block;
  float: left;
  margin-top: 30px;
}
.dc__banners--small .swiper-pagination {
  bottom: 30px;
}
.dc__banners--small .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid #ffffff;
  background-color: transparent !important;
  opacity: 1 !important;
}
.dc__banners--small .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffffff !important;
}
.dc__breadcrumbs-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.dc__breadcrumbs-container a {
  color: #000000 !important;
  font-size: 13px;
  font-family: 'GothamBook', sans-serif;
  display: inline-block;
  padding-right: 10px;
  text-decoration: none;
}
.dc__breadcrumbs-container a:before {
  content: '/';
  display: inline-block;
  padding-right: 10px;
  color: #8d8d8d !important;
}
.dc__breadcrumbs-container a:first-child:before {
  display: none;
}
.dc__breadcrumbs-container a:last-child {
  color: #8d8d8d !important;
  cursor: default;
}
.dc__breadcrumbs-container a:last-child:before {
  content: '/';
  display: inline-block;
  padding-right: 10px;
  color: #8d8d8d !important;
}
.dc__breadcrumbs-container span {
  color: #8d8d8d !important;
  font-size: 13px;
  font-family: 'GothamBook', sans-serif;
  text-decoration: none;
}
.dc__fullwidth-content {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  z-index: 1;
  overflow: hidden;
  background-color: #ffffff;
  transition: ease 0.5s;
}
.dc__fullwidth-content__homepage {
  margin-top: -62px;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .dc__fullwidth-content__homepage {
    margin-top: 0px !important;
  }
}
.dc__footer-blue {
  width: 100%;
  display: inline-block;
  float: left;
  background-color: #3E6B89;
  padding-top: 30px;
  padding-bottom: 30px;
}
.dc__footer-blue__navigation {
  float: left;
}
.dc__footer-blue__navigation a {
  border: none;
  font-family: GothamLight;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  padding: 8px 20px;
  margin-right: 10px;
  float: left;
  font-size: 11px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.dc__footer-blue__navigation a.dc__footer-blue__navigation--dark {
  color: #000;
}
.dc__footer-blue__navigation a .dc__footer-blue__navigation--button {
  border: 1px solid #b6b6b6;
  padding: 10px 20px;
}
@media screen and (max-width: 992px) {
  .dc__footer-blue__navigation a {
    width: 100%;
    display: inline-block;
    text-align: center;
  }
}
.dc__footer-blue__social {
  float: right;
}
.dc__footer-blue__social a {
  border: none;
  width: 40px;
  font-size: 20px;
  background-size: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  color: #ffffff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.dc__footer-blue__social a:hover {
  color: #B6B6B6;
}
@media screen and (max-width: 1200px) {
  .dc__footer-blue__social {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 30px;
  }
}
.dc__footer-copyright {
  width: 100%;
  display: inline-block;
  float: left;
  background-color: #252525;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  color: #3c3c3c;
  font-size: 12px;
}
.dc__footer-copyright a {
  display: inline;
  margin-left: 10px;
  padding-left: 10px;
  color: #3c3c3c;
  font-size: 12px;
  border-left: 1px solid #3c3c3c;
}
.dc__button--white {
  text-align: center;
  padding: 10px;
  color: #3F6A8A;
  font-size: 12px;
  font-family: GothamBook, sans-serif;
  font-style: normal;
  padding: 10px 17px;
  text-transform: uppercase;
  border: 1px solid #3F6A8A;
  box-sizing: border-box;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
}
.dc__button--white:focus,
.dc__button--white:active,
.dc__button--white:visited {
  background-color: #ffffff;
  border: 1px solid #3F6A8A;
  color: #3F6A8A;
}
.dc__button--white:hover {
  border: 1px solid #3F6A8A;
  background-color: #3F6A8A;
  color: #ffffff;
  text-decoration: none;
}
.dc__button--blue {
  text-align: center;
  padding: 10px;
  background-color: #3F6A8A;
  color: #ffffff;
  font-size: 12px;
  font-family: GothamBook, sans-serif;
  font-style: normal;
  padding: 10px 17px;
  text-transform: uppercase;
  border: 1px solid #3F6A8A;
  box-sizing: border-box;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
}
.dc__button--blue:focus,
.dc__button--blue:active,
.dc__button--blue:visited {
  background-color: #3F6A8A;
  border: 1px solid #3F6A8A;
  color: #ffffff;
}
.dc__button--blue:hover {
  border: 1px solid #3F6A8A;
  background-color: #ffffff;
  color: #3F6A8A;
  text-decoration: none;
}
.dc__button--transparent-white {
  text-align: center;
  padding: 10px;
  color: #ffffff;
  font-size: 12px;
  font-family: GothamBook, sans-serif;
  font-style: normal;
  padding: 10px 17px;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  background-color: transparent;
  box-sizing: border-box;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
}
.dc__button--transparent-white:focus,
.dc__button--transparent-white:active,
.dc__button--transparent-white:visited {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.dc__button--transparent-white:hover {
  border: 1px solid #3F6A8A;
  background-color: #3F6A8A;
  color: #ffffff;
  text-decoration: none;
}
.dc__button--transparent-black {
  text-align: center;
  padding: 10px;
  color: #000000;
  font-size: 12px;
  font-family: GothamBook, sans-serif;
  font-style: normal;
  padding: 10px 17px;
  text-transform: uppercase;
  border: 1px solid #000000;
  background-color: transparent;
  box-sizing: border-box;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
}
.dc__button--transparent-black:focus,
.dc__button--transparent-black:active,
.dc__button--transparent-black:visited {
  background-color: transparent;
  border: 1px solid #000000;
  color: #000000;
}
.dc__button--transparent-black:hover {
  border: 1px solid #000000;
  background-color: #ffffff;
  color: #000000;
  text-decoration: none;
}
.dc__button--transparent-blue {
  text-align: center;
  padding: 10px;
  color: #3F6A8A;
  font-size: 12px;
  font-family: GothamBook, sans-serif;
  font-style: normal;
  padding: 10px 17px;
  text-transform: uppercase;
  border: 1px solid #3F6A8A;
  background-color: transparent;
  box-sizing: border-box;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
  line-height: 16px;
}
.dc__button--transparent-blue:focus,
.dc__button--transparent-blue:active,
.dc__button--transparent-blue:visited {
  background-color: transparent;
  border: 1px solid #3F6A8A;
  color: #3F6A8A;
}
.dc__button--transparent-blue:hover {
  border: 1px solid #3F6A8A;
  background-color: #3F6A8A;
  color: #ffffff;
  text-decoration: none;
}
.dc__button--transparent-blue__fixed {
  text-align: center;
  padding: 10px;
  color: #3F6A8A;
  font-size: 12px;
  font-family: GothamBook, sans-serif;
  font-style: normal;
  padding: 10px 17px;
  text-transform: uppercase;
  border: 1px solid #3F6A8A;
  background-color: transparent;
  box-sizing: border-box;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
  width: 100%;
  margin-bottom: 10px;
}
.dc__button--transparent-blue__fixed:focus,
.dc__button--transparent-blue__fixed:active,
.dc__button--transparent-blue__fixed:visited {
  background-color: transparent;
  border: 1px solid #3F6A8A;
  color: #3F6A8A;
}
.dc__button--transparent-blue__fixed:hover {
  border: 1px solid #3F6A8A;
  background-color: #3F6A8A;
  color: #ffffff;
  text-decoration: none;
}
.dc__button--transparent-blue__minwidth {
  text-align: center;
  padding: 10px;
  color: #3F6A8A;
  font-size: 12px;
  font-family: GothamBook, sans-serif;
  font-style: normal;
  padding: 10px 17px;
  text-transform: uppercase;
  border: 1px solid #3F6A8A;
  background-color: transparent;
  box-sizing: border-box;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
  min-width: 230px;
  line-height: 16px;
}
.dc__button--transparent-blue__minwidth:focus,
.dc__button--transparent-blue__minwidth:active,
.dc__button--transparent-blue__minwidth:visited {
  background-color: transparent;
  border: 1px solid #3F6A8A;
  color: #3F6A8A;
}
.dc__button--transparent-blue__minwidth:hover {
  border: 1px solid #3F6A8A;
  background-color: #3F6A8A;
  color: #ffffff;
  text-decoration: none;
}
.dc__accordion {
  width: 100%;
  float: left;
  display: inline-block;
}
.dc__accordion .card-header {
  width: 100%;
  float: left;
  display: inline-block;
  padding: 0px !important;
}
.dc__accordion--link {
  width: 100%;
  float: left;
  display: inline-block;
  text-align: left;
  font-family: GothamLight, sans-serif;
  font-size: 14px;
  color: #000000;
  text-decoration: none !important;
  border: none !important;
  padding: 15px 0px !important;
}
.dc__accordion--link:hover {
  color: #000000;
  text-decoration: none !important;
  border: none !important;
}
.dc__accordion .card-body {
  width: 100%;
  float: left;
  display: inline-block;
  font-family: 'GothamBook', sans-serif;
  font-size: 14px;
  line-height: 25px;
  font-weight: normal;
  padding: 15px 0px !important;
}
.dc__newsletter--container {
  width: 100%;
  float: left;
  display: inline-block;
  background-color: #F0F0F0;
  padding-top: 60px;
  padding-bottom: 60px;
}
.dc__newsletter--heading {
  width: 100%;
  float: left;
  display: inline-block;
  margin-bottom: 30px;
  color: #000000;
  font-size: 16px;
  text-transform: uppercase;
  font-family: GothamLight, sans-serif;
  text-align: center;
}
.dc__newsletter--heading span {
  color: #3f90c2 !important;
  font-family: GothamBold, sans-serif;
}
.dc__newsletter--form {
  width: 100%;
  float: left;
  display: inline-block;
}
.dc__newsletter--input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  font-family: GothamLight, sans-serif;
  line-height: 1.42857143;
  color: #555;
  background-color: transparent;
  background-image: none;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-radius: 0 !important;
  border: 1px solid #D1D1D1;
  box-shadow: none !important;
}
@media screen and (max-width: 767px) {
  .dc__newsletter--input {
    margin-bottom: 15px;
  }
}
.dc__newsletter--button {
  width: 100% !important;
  float: left;
  display: inline-block;
  border: 1px solid #535353 !important;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  background-color: #44688A !important;
  color: #ffffff !important;
  height: 34px;
  font-size: 14px !important;
  font-weight: 400 !important;
}
.dc__newsletter--loader {
  width: 100%;
  text-align: center;
  display: none;
  font-size: 11px;
}
.dc__strips--fullwidth-strip {
  width: 100%;
  display: inline-block;
  float: left;
  position: relative;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 30px;
}
.dc__strips--fullwidth-strip__flex {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 992px) {
  .dc__strips--fullwidth-strip__flex {
    position: relative;
    display: inline-block;
    float: left;
  }
}
.dc__strips--fullwidth-strip__left {
  width: 50%;
  float: left;
  display: inline-block;
}
.dc__strips--fullwidth-strip__left.grey-background {
  background-color: #f0f0f0;
}
@media screen and (max-width: 992px) {
  .dc__strips--fullwidth-strip__left {
    display: none;
  }
}
.dc__strips--fullwidth-strip__right {
  width: 50%;
  float: left;
  display: inline-block;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 992px) {
  .dc__strips--fullwidth-strip__right {
    width: 100%;
    height: 150px;
  }
}
.dc__strips--fullwidth-strip__right::after {
  content: ' ';
  width: 100%;
  height: 100%;
  background-image: url('../../custom_dependencies/right_arrow.png');
  background-repeat: no-repeat;
  background-position: left top 30px;
  background-size: 10px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 992px) {
  .dc__strips--fullwidth-strip__right::after {
    background-size: 20px;
    background-position: left 30px bottom;
    background-image: url('../../custom_dependencies/up_arrow.png');
  }
}
.dc__strips--fullwidth-strip__title {
  width: 100%;
  display: inline-block;
  float: left;
  font-family: GothamLight, sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.dc__strips--fullwidth-strip__description {
  width: 100%;
  display: inline-block;
  float: left;
  font-family: 'GothamBook', sans-serif;
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 25px;
}
.dc__strips--fullwidth-strip__button {
  width: 100%;
  display: inline-block;
  float: left;
}
.dc__strips--fullwidth-strip__mobile-image {
  width: 100%;
  height: 150px;
  float: left;
  display: inline-block;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.dc__strips--fullwidth-two-image {
  width: 100%;
  float: left;
  display: inline-block;
}
.dc__strips--fullwidth-two-image__left {
  width: 50%;
  height: 350px;
  padding: 15px;
  float: left;
  background-color: #CCC;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  display: flex;
  display: -ms-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .dc__strips--fullwidth-two-image__left {
    width: 100%;
  }
}
.dc__strips--fullwidth-two-image__right {
  width: 50%;
  height: 350px;
  padding: 15px;
  float: left;
  background-color: #999;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  display: flex;
  display: -ms-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .dc__strips--fullwidth-two-image__right {
    width: 100%;
  }
}
.dc__strips--fullwidth-two-image__title {
  width: 100%;
  float: left;
  display: inline-block;
  margin-bottom: 15px;
  color: #000000;
  font-size: 26px;
  line-height: 35px;
  margin-bottom: 20px;
  font-family: GothamBook, sans-serif;
}
.dc__strips--fullwidth-two-image__title.white {
  color: #ffffff;
}
.dc__strips--fullwidth-one-image {
  width: 100%;
  float: left;
  display: inline-block;
}
.dc__strips--fullwidth-one-image__left {
  width: 100%;
  height: 250px;
  padding: 15px;
  float: left;
  background-color: #CCC;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  display: flex;
  display: -ms-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .dc__strips--fullwidth-one-image__left {
    width: 100%;
  }
}
.dc__strips--fullwidth-one-image__title {
  width: 100%;
  float: left;
  display: inline-block;
  margin-bottom: 15px;
  color: #000000;
  font-size: 26px;
  line-height: 35px;
  margin-bottom: 20px;
  font-family: GothamBook, sans-serif;
}
.dc__strips--fullwidth-one-image__title.white {
  color: #ffffff;
}
.dc__strips--fullwidth-home-right {
  width: 100%;
  float: left;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .dc__strips--fullwidth-home-right .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.dc__strips--fullwidth-home-right__block {
  width: 100%;
  height: 100%;
  min-height: 150px;
  float: left;
  position: relative;
  min-height: 200px;
  background-color: #FFFFFF;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px;
}
.dc__strips--fullwidth-home-right__block .dc__strips--fullwidth-home-right__arrow {
  position: absolute;
}
.dc__strips--fullwidth-home-right__block .dc__strips--fullwidth-home-right__arrow.bottom {
  left: 15px;
  bottom: 0;
  width: 20px !important;
}
.dc__strips--fullwidth-home-right__block .dc__strips--fullwidth-home-right__arrow.right {
  right: 0px;
  top: 15px;
  width: 10px !important;
}
.dc__strips--fullwidth-home-right__block .dc__strips--fullwidth-home-right__arrow.left {
  left: 0px;
  top: 15px;
  width: 10px !important;
}
.dc__strips--fullwidth-home-right__block .dc__strips--fullwidth-home-right__arrow.top {
  right: 15px;
  top: 0px;
  width: 20px !important;
}
.dc__strips--fullwidth-home-right__block.transparent {
  background-color: transparent !important;
}
.dc__strips--fullwidth-home-right__block.first {
  padding-left: 0px;
}
.dc__strips--fullwidth-home-right__image {
  width: 100%;
  min-height: 150px;
  float: left;
  display: inline-block;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.dc__strips--fullwidth-home-right__heading {
  width: 100%;
  float: left;
  display: inline-block;
  font-family: GothamLight, sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.dc__strips--fullwidth-home-right__description {
  width: 100%;
  float: left;
  display: inline-block;
  font-family: 'GothamBook', sans-serif;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 15px;
}
.dc__strips--fullwidth-home-right__button {
  width: 100%;
  float: left;
  display: inline-block;
}
.dc__strips--fullwidth-home-right__desktop {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .dc__strips--fullwidth-home-right__desktop {
    display: none;
  }
}
.dc__strips--fullwidth-home-right .row {
  height: 100%;
}
.dc__strips--fullwidth-home-right .row .col-md-6 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.dc__strips--fullwidth-strip__image {
  width: 100%;
  display: inline-block;
  float: left;
  position: relative;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #000000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .dc__strips--fullwidth-strip__image {
    padding-top: 15px;
    padding-bottom: 30px;
  }
}
.dc__strips--fullwidth-strip__image--heading {
  width: 100%;
  display: inline-block;
  float: left;
  position: relative;
  font-family: GothamLight, sans-serif;
  font-size: 30px;
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .dc__strips--fullwidth-strip__image--heading {
    text-align: left;
  }
}
.dc__strips--fullwidth-strip__image--content {
  width: 100%;
  display: inline-block;
  float: left;
  position: relative;
  font-family: GothamLight, sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  margin-top: 30px;
  margin-bottom: 30px;
  columns: 2;
}
@media screen and (max-width: 767px) {
  .dc__strips--fullwidth-strip__image--content {
    columns: 1;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.dc__strips--fullwidth-strip__image--button {
  width: 100%;
  display: inline-block;
  float: left;
  position: relative;
  text-align: center;
}
.dc__strips--heading {
  border-top: 2px solid #000000;
  border-bottom: 1px solid #d1d1d1;
  display: block;
  float: left;
  width: 100%;
  font-family: GothamBold, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 0;
}
.dc__strips--fullwidth-about__image {
  width: 100%;
  float: left;
  display: inline-block;
}
.dc__strips--fullwidth-about__image--image {
  width: 100%;
  min-height: 315px;
  float: left;
  display: inline-block;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.dc__strips--fullwidth-about__image--content {
  width: 100%;
  float: left;
  display: inline-block;
  padding: 30px;
}
.dc__blocks--app__container {
  width: 100%;
  display: inline-block;
  float: left;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .dc__blocks--app__container {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.dc__blocks--app__block {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  float: left;
  position: relative;
  margin-bottom: 15px;
}
.dc__blocks--app__block--content {
  width: 100%;
  height: 100%;
  display: inline-block;
  float: left;
  position: relative;
  padding: 50px 50px 100px 50px;
  text-align: center;
}
.dc__blocks--app__block--heading {
  width: 100%;
  display: inline-block;
  float: left;
  position: relative;
  font-size: 18px;
  font-family: GothamLight, sans-serif;
}
.dc__blocks--app__block--icon {
  width: 100%;
  display: inline-block;
  float: left;
  position: relative;
}
.dc__blocks--app__block--description {
  width: 100%;
  display: inline-block;
  float: left;
  position: relative;
  margin-top: 20px;
  font-size: 14px;
  font-family: 'GothamBook', sans-serif;
  line-height: 30px;
  color: #333;
}
.dc__blocks--app__block--button {
  width: 100%;
  display: inline-block;
  float: left;
  position: absolute;
  bottom: 50px;
  left: 0;
}
.dc__blocks--app__block--image {
  width: 100%;
  height: 300px;
  flex: 0 0 300px;
  display: inline-block;
  float: left;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.dc__blocks--app__block--image .arrow {
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  text-align: center;
}
.dc__blocks--app__block--image .arrow img {
  top: 0;
  position: absolute;
}
.dc__blocks--app__block--apps {
  display: none;
  position: absolute;
  left: 0;
  top: 45px;
  z-index: 10;
  width: 100%;
}
.dc__blocks--app__block--apps.active {
  display: inline-block;
}
.dc__blocks--app__block--apps a {
  width: 100%;
  max-width: 80%;
  background-color: #3F6A8A;
  margin: 0 auto;
  position: relative;
  text-align: center;
  padding: 10px;
  color: #FFF;
  font-size: 12px;
  font-family: GothamBook, sans-serif;
  padding: 10px 17px;
  text-transform: uppercase;
  border: 1px solid #3F6A8A;
  box-sizing: border-box;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
  margin-bottom: 5px;
}
.dc__blocks--numbered {
  width: 100%;
  float: left;
  display: inline-block;
}
.dc__blocks--numbered--number {
  width: 100%;
  float: left;
  display: inline-block;
  font-family: GothamLight, sans-serif;
  font-size: 36px;
  color: #0069aa;
  margin-top: 20px;
  margin-bottom: 10px;
}
.dc__blocks--numbered--title {
  width: 100%;
  float: left;
  display: inline-block;
  font-family: 'GothamBook', sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 30px;
}
.dc__blocks--numbered--links {
  width: 100%;
  float: left;
  display: inline-block;
}
.dc__blocks--numbered--links a {
  width: 100%;
  float: left;
  display: inline-block;
  color: #0069aa !important;
  font-size: 15px;
  font-family: 'GothamBook', sans-serif;
  text-decoration: underline;
  padding: 10px;
  border: 1px solid #ffffff;
  background-color: #f0f0f0;
}
.dc__blocks--news__container {
  width: 100%;
  float: left;
  display: inline-block;
  font-family: 'GothamBook', sans-serif;
  font-size: 14px;
  line-height: 25px;
  font-weight: normal;
}
.dc__blocks--news__image {
  width: 100%;
  float: left;
  display: inline-block;
}
.dc__blocks--news__image img {
  width: 100% !important;
}
.dc__blocks--news__title {
  width: 100%;
  float: left;
  display: inline-block;
  font-family: 'GothamBook', sans-serif;
  font-size: 16px;
  font-weight: 700 !important;
  line-height: 25px;
  font-weight: normal;
  margin-bottom: 20px;
}
.dc__blocks--news__description {
  width: 100%;
  float: left;
  display: inline-block;
  font-family: 'GothamBook', sans-serif;
  font-size: 14px;
  line-height: 25px;
  font-weight: normal;
  margin-bottom: 20px;
}
.dc__blocks--news__button {
  width: 100%;
  float: left;
  display: inline-block;
  margin-bottom: 20px;
}
.dc__blocks--news__link {
  width: 100%;
  float: left;
  display: inline-block;
  margin-bottom: 20px;
}
.dc__blocks--product__container {
  width: 100%;
  float: left;
  display: inline-block;
}
.dc__blocks--product__image {
  width: 100%;
  float: left;
  display: inline-block;
}
.dc__blocks--product__image img {
  margin-bottom: 0px !important;
}
.dc__blocks--product__title {
  width: 100%;
  float: left;
  display: inline-block;
  font-family: GothamBold, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.1;
  font-weight: 700 !important;
  margin-bottom: 30px;
  margin-top: 30px;
}
.dc__blocks--product__intro {
  width: 100%;
  float: left;
  display: inline-block;
  font-family: 'GothamBook', sans-serif;
  margin-bottom: 10px;
}
.dc__blocks--product__description {
  width: 100%;
  float: left;
  display: inline-block;
  font-family: 'GothamBook', sans-serif;
  font-size: 14px;
  line-height: 25px;
  font-weight: normal;
  margin-bottom: 20px;
}
.dc__blocks--product__button {
  width: 100%;
  float: left;
  display: inline-block;
  margin-bottom: 20px;
}
.dc__blocks--two-buttons {
  width: 100%;
  float: left;
  display: inline-block;
  position: relative;
}
.dc__blocks--two-buttons__left,
.dc__blocks--two-buttons__right {
  width: 100%;
  float: left;
  display: inline-block;
  padding-bottom: 30px;
  padding-top: 30px;
}
.dc__blocks--two-buttons__title {
  width: 100%;
  float: left;
  display: inline-block;
  text-align: center;
  font-family: GothamBold, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
}
.dc__blocks--two-buttons__content {
  width: 100%;
  float: left;
  display: inline-block;
  text-align: center;
  color: #3f90c2 !important;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.1;
}
.dc__blocks--two-buttons__button {
  width: 100%;
  float: left;
  display: inline-block;
  text-align: center;
}
.dc__blocks--two-buttons__left--background {
  width: 50%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  float: left;
  display: inline-block;
}
.dc__blocks--two-buttons__right--background {
  width: 50%;
  height: 100%;
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  float: left;
  display: inline-block;
  background-color: #DAD8D8;
}
.dc__blocks--icon {
  width: 100%;
  float: left;
  display: inline-block;
}
.dc__blocks--icon__image {
  width: 100%;
  height: 140px;
  float: left;
  display: inline-block;
  background-position: center center;
  background-image: 60px;
  background-repeat: no-repeat;
}
.dc__blocks--icon__title {
  width: 100%;
  float: left;
  display: inline-block;
  font-family: GothamBold, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
}
.dc__blocks--icon__content {
  width: 100%;
  float: left;
  display: inline-block;
  font-family: 'GothamBook', sans-serif;
  font-size: 14px;
  line-height: 25px;
  font-weight: normal;
  margin-bottom: 20px;
  margin-top: 10px;
  text-align: center;
}
.dc__blocks--icon__button {
  width: 100%;
  float: left;
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
}
.dc__history--swiper__dates {
  width: 100%;
  float: left;
  display: inline-block;
  background-color: #000000;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
  position: relative;
}
.dc__history--swiper__dates .swiper-container-history-dates {
  position: relative;
  overflow: hidden;
  padding-bottom: 10px;
}
.dc__history--swiper__dates .swiper-container-history-dates::after {
  background-color: #858585;
  position: absolute;
  content: ' ';
  height: 1px;
  width: 100%;
  bottom: 10px;
}
.dc__history--swiper__dates .swiper-container-history-dates_date {
  font-family: GothamBook, sans-serif;
  text-transform: uppercase;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  padding-bottom: 20px;
  line-height: 20px;
  font-size: 20px;
  color: #858585;
  height: 50px;
  cursor: pointer;
  display: flex;
  transition: ease 0.2s;
}
.dc__history--swiper__dates .swiper-container-history-dates_date::after {
  background-color: #858585;
  border-radius: 50%;
  position: absolute;
  content: ' ';
  height: 10px;
  width: 10px;
  bottom: -5px;
  transition: ease 0.2s;
}
.dc__history--swiper__dates .swiper-container-history-dates_date.active {
  font-size: 48px;
  line-height: 20px;
  color: #ffffff;
}
.dc__history--swiper__dates .swiper-container-history-dates_date.active::after {
  background-color: #ffffff;
}
@media screen and (max-width: 992px) {
  .dc__history--swiper__dates .swiper-container-history-dates_date.active {
    font-size: 30px;
  }
}
.dc__history--swiper__content {
  width: 100%;
  float: left;
  display: inline-block;
  position: relative;
}
.dc__history--swiper__content .swiper-container-history-content {
  position: relative;
  overflow: hidden;
  margin-top: 50px;
  margin-bottom: 50px;
}
.dc__history--swiper__content .swiper-container-history-content__image {
  width: 100%;
  float: left;
  display: inline-block;
  position: relative;
  text-align: center;
}
.dc__history--swiper__content .swiper-container-history-content__heading {
  width: 100%;
  min-height: 200px;
  float: left;
  display: inline-block;
  position: relative;
  font-family: GothamBook, sans-serif;
  font-size: 28px;
  line-height: 35px;
  text-align: left;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .dc__history--swiper__content .swiper-container-history-content__heading {
    min-height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.dc__history--swiper__content .swiper-container-history-content__description {
  width: 100%;
  float: left;
  display: inline-block;
  position: relative;
  color: #757575;
  font-size: 14px;
  font-family: 'GothamBook', sans-serif;
}
.dc__history--swiper__content::before {
  width: 100%;
  min-height: 200px;
  content: ' ';
  float: left;
  display: inline-block;
  background-color: #d1d1d1;
  border-bottom: 1px solid #b4b4b4;
  padding-top: 30px;
  padding-bottom: 30px;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .dc__history--swiper__content::before {
    display: none;
  }
}
.dc__history--swiper__left-arrow {
  width: 50px;
  height: 200px;
  display: inline-block;
  background-image: url('img/history/left_arrow.png');
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: left center;
  cursor: pointer;
}
.dc__history--swiper__right-arrow {
  width: 50px;
  height: 200px;
  display: inline-block;
  background-image: url('img/history/right_arrow.png');
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: right center;
  cursor: pointer;
}
.dc__search--query {
  width: 100%;
  float: left;
  display: inline-block;
  margin-bottom: 15px;
}
.dc__search--query__title {
  width: 100%;
  float: left;
  display: inline-block;
  margin-bottom: 15px;
  font-family: GothamLight, sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.dc__search--query__description {
  width: 100%;
  float: left;
  display: inline-block;
  margin-bottom: 15px;
  color: #757575;
  font-size: 14px;
  font-family: 'GothamBook', sans-serif;
}
.dc__search--query__link {
  width: 100%;
  float: left;
  display: inline-block;
  margin-bottom: 15px;
  color: #757575;
  font-size: 14px;
  font-family: 'GothamBook', sans-serif;
}
.dc__tabs--vertical {
  width: 100%;
  float: left;
  display: inline-block;
  margin-bottom: 30px;
}
.dc__tabs--vertical__heading {
  width: 100%;
  float: left;
  display: inline-block;
  font-family: GothamBold, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  border-top: 2px solid #000000;
  padding-top: 20px;
  padding-bottom: 20px;
}
.dc__tabs--vertical__links {
  width: 100%;
  float: left;
  display: inline-block;
  border-bottom: 1px solid #d1d1d1;
}
.dc__tabs--vertical__links a {
  width: 100%;
  float: left;
  display: inline-block;
  font-family: GothamBook, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #333;
  text-decoration: none !important;
  padding: 10px 0px;
  background-color: transparent;
  border-top: 1px solid #d1d1d1;
  outline: none;
}
.dc__tabs--vertical__links a:focus,
.dc__tabs--vertical__links a:active,
.dc__tabs--vertical__links a:visited {
  color: #333;
  text-decoration: none !important;
}
.dc__tabs--vertical__links a:hover {
  color: #0069aa;
  text-decoration: none !important;
}
.dc__tabs--vertical__links a.active {
  color: #0069aa;
}
.dc__tabs--vertical__buttons {
  width: 100%;
  float: left;
  display: inline-block;
  margin-top: 10px;
}
.dc__tabs--vertical__buttons a {
  width: 100%;
}
.dc__tabs--vertical__content--container .dc__section {
  width: 100%;
  float: left;
  display: none;
}
.dc__tabs--vertical__content--container .dc__section.active {
  display: inline-block;
}
.dc__tabs--vertical__content--container .dc__section.hidden {
  display: none;
}
.dc__tabs--vertical__content--container .dc__section h1 {
  font-family: GothamBook, sans-serif;
  font-size: 41px;
}
.dc__tabs--vertical__content--container .dc__section h2 {
  font-family: GothamLight, sans-serif;
  font-size: 30px;
}
.dc__tabs--vertical__content--container .dc__section h3 {
  font-family: GothamBook, sans-serif;
  font-size: 28px;
  line-height: 35px;
}
.dc__tabs--vertical__content--container .dc__section h4 {
  font-family: GothamBold, sans-serif;
  font-size: 18px;
}
.dc__tabs--vertical__content--container .dc__section h5 {
  font-family: 'GothamBook', sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.dc__tabs--vertical__content--container .dc__section h6 {
  font-family: GothamLight, sans-serif;
  font-size: 16px;
}
.dc__tabs--vertical__content--container .dc__section h1,
.dc__tabs--vertical__content--container .dc__section h2,
.dc__tabs--vertical__content--container .dc__section h3,
.dc__tabs--vertical__content--container .dc__section h4,
.dc__tabs--vertical__content--container .dc__section h5,
.dc__tabs--vertical__content--container .dc__section h6 {
  margin-bottom: 10px;
}
.dc__tabs--vertical__content--container .dc__section p {
  font-weight: normal;
}
.dc__tabs--vertical__content--container .dc__section ul {
  padding-left: 0;
  margin-left: 0px;
  list-style: none;
  margin-bottom: 20px;
}
.dc__tabs--vertical__content--container .dc__section ul li {
  background-image: url(img/li.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 30px;
  list-style: none;
}
.dc__tabs--vertical__content--container .dc__section ol {
  padding-left: 0;
  margin-left: 15px;
  margin-bottom: 20px;
}
.dc__tabs--vertical__content--container .dc__section ol > li {
  margin-bottom: 20px;
}
.dc__tabs--vertical__content--container .dc__section img {
  width: 100%;
}
.dc__tabs--horizontal {
  width: 100%;
  float: left;
  display: inline-block;
}
.dc__tabs--horizontal__heading {
  width: 100%;
  float: left;
  display: inline-block;
  position: relative;
  border-top: 2px solid #000000;
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 20px;
}
.dc__tabs--horizontal__heading--text {
  font-family: GothamBold, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 0;
  margin-bottom: 0;
  float: left;
  position: relative;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dc__tabs--horizontal__heading--links {
  float: right;
}
.dc__tabs--horizontal__heading--links a {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #000000;
  background-color: transparent;
  float: left;
  text-decoration: none;
}
.dc__tabs--horizontal__heading--links a:focus,
.dc__tabs--horizontal__heading--links a:active,
.dc__tabs--horizontal__heading--links a:visited {
  color: #000000;
}
.dc__tabs--horizontal__heading--links a:hover,
.dc__tabs--horizontal__heading--links a.active {
  color: #0069aa;
}
.dc__tabs--horizontal__content {
  width: 100%;
  float: left;
  display: inline-block;
}
.dc__tabs--horizontal__content .dc__section {
  width: 100%;
  float: left;
  display: none;
}
.dc__tabs--horizontal__content .dc__section.active {
  display: inline-block;
}
.dc__tabs--horizontal__content .dc__section.hidden {
  display: none;
}
.dc__tabs--horizontal__content .dc__section h1 {
  font-family: GothamBook, sans-serif;
  font-size: 41px;
}
.dc__tabs--horizontal__content .dc__section h2 {
  font-family: GothamLight, sans-serif;
  font-size: 30px;
}
.dc__tabs--horizontal__content .dc__section h3 {
  font-family: GothamBook, sans-serif;
  font-size: 28px;
  line-height: 35px;
}
.dc__tabs--horizontal__content .dc__section h4 {
  font-family: GothamBold, sans-serif;
  font-size: 18px;
}
.dc__tabs--horizontal__content .dc__section h5 {
  font-family: 'GothamBook', sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.dc__tabs--horizontal__content .dc__section h6 {
  font-family: GothamLight, sans-serif;
  font-size: 16px;
}
.dc__tabs--horizontal__content .dc__section h1,
.dc__tabs--horizontal__content .dc__section h2,
.dc__tabs--horizontal__content .dc__section h3,
.dc__tabs--horizontal__content .dc__section h4,
.dc__tabs--horizontal__content .dc__section h5,
.dc__tabs--horizontal__content .dc__section h6 {
  margin-bottom: 10px;
}
.dc__tabs--horizontal__content .dc__section p {
  font-family: 'GothamBook', sans-serif;
  font-size: 14px;
  line-height: 25px;
  font-weight: normal;
}
.dc__tabs--horizontal__content .dc__section ul {
  padding-left: 0;
  margin-left: 0px;
  list-style: none;
  margin-bottom: 20px;
}
.dc__tabs--horizontal__content .dc__section ul li {
  font-family: 'GothamBook', sans-serif;
  font-size: 14px;
  line-height: 25px;
  font-weight: normal;
  background-image: url(img/li.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 30px;
  list-style: none;
}
.dc__tabs--horizontal__content .dc__section ol {
  padding-left: 0;
  margin-left: 15px;
  margin-bottom: 20px;
}
.dc__tabs--horizontal__content .dc__section ol > li {
  margin-bottom: 20px;
}
.dc__tabs--horizontal__content .dc__section img {
  width: 100%;
}
.dc__tabs--about {
  width: 100%;
  float: left;
  display: inline-block;
  padding-top: 100px;
  padding-bottom: 300px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.dc__tabs--about__container {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.dc__tabs--about__left {
  flex: 0 0 274px;
  background-color: #FFFFFF;
}
.dc__tabs--about__left a {
  width: 100%;
  height: 105px;
  float: left;
  padding: 20px;
  color: #000000;
  text-decoration: none;
  font-family: GothamBold;
  font-size: 14px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border-bottom: 1px solid #9e9e9e;
  text-transform: uppercase;
  transition: ease 0.2s;
}
.dc__tabs--about__left a:focus,
.dc__tabs--about__left a:active {
  display: inline-block;
  background-color: #ffffff;
  color: #000000;
}
.dc__tabs--about__left a.active {
  background-color: #3F6A8A;
  color: #FFFFFF;
}
.dc__tabs--about__left a:hover {
  border-bottom: 1px solid #ffffff;
  background-color: #9e9e9e;
  color: #000000;
  text-decoration: none;
}
.dc__tabs--about__left a:last-child {
  border-bottom: none !important;
}
.dc__tabs--about__right {
  display: flex;
  flex-grow: 1;
  background-color: #FFFFFF;
}
.dc__tabs--about__right .dc__section {
  width: 100%;
  float: left;
  display: none;
}
.dc__tabs--about__right .dc__section:first-child {
  display: inline-block;
}
.dc__tabs--about__right .dc__section.active {
  display: inline-block;
}
.dc__tabs--about__right .dc__section.hidden {
  display: none;
}
.dc__accordion {
  width: 100%;
  float: left;
  display: inline-block;
  border-top: 1px solid #DDD;
}
.dc__accordion .card-header {
  background: #FFFFFF !important;
  background-color: transparent !important;
  border: none;
}
.dc__accordion .card-header button {
  background: #FFFFFF !important;
  border: none !important;
  border-color: #DDD !important;
  padding: 15px 0px;
}
.dc__accordion .card-header button[aria-expanded=false] {
  background: url(img/plus-symbol.png) !important;
  background-size: 10px !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
}
.dc__accordion .card-header button[aria-expanded=true] {
  background: url(img/minus-symbol.png) !important;
  background-size: 10px !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
}
.dc__accordion--click {
  width: 100%;
  float: left;
  display: inline-block;
  font-family: GothamLight, sans-serif;
  font-size: 14px;
  text-decoration: none;
  text-align: left;
  outline: none !important;
}
.dc__accordion .card {
  border: none !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid #DDD !important;
}
.dc__accordion .card-body {
  padding: 0px 0px !important;
}
.dc__contact_form label {
  font-family: 'GothamBook', sans-serif;
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  max-width: 100%;
  margin-top: 5px;
  margin-bottom: 10px;
}
.dc__contact_form .blue_button {
  text-align: center !important;
  background-color: #3F6A8A !important;
  color: #ffffff !important;
  font-size: 12px !important;
  font-family: GothamBook, sans-serif !important;
  font-weight: normal;
  padding: 10px 17px !important;
  text-transform: uppercase !important;
  border: 1px solid #3F6A8A !important;
  -webkit-transition: all 0.5s ease !important;
  -moz-transition: all 0.5s ease !important;
  -o-transition: all 0.5s ease !important;
  transition: all 0.5s ease !important;
  box-sizing: border-box !important;
  display: inline-block !important;
  height: auto !important;
  min-height: auto !important;
}
.dc__contact_form .blue_button:focus,
.dc__contact_form .blue_button:active,
.dc__contact_form .blue_button:visited {
  background-color: #3F6A8A !important;
  border: 1px solid #3F6A8A !important;
  color: #ffffff !important;
}
.dc__contact_form .blue_button:hover {
  border: 1px solid #3F6A8A !important;
  background-color: #ffffff !important;
  color: #3F6A8A !important;
  text-decoration: none !important;
}
.dc__contact_form .error {
  color: #FF0000;
  font-size: 11px;
  font-family: 'GothamBook', sans-serif;
}
.dc__js-app-download {
  position: relative;
}
.dc__link {
  color: #0069aa !important;
  font-size: 15px;
  font-family: 'GothamBook', sans-serif;
  text-decoration: underline;
}
.dc__link.dc-news-block {
  text-decoration: none;
  width: 100%;
  display: inline-block;
}
.dc__pc-campaign--container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100%;
  height: 100%;
  padding: 30px;
}
.dc__pc-campaign--container__left {
  flex: 0 0 30%;
}
.dc__pc-campaign--container__right {
  flex: 0 0 40%;
}
@media screen and (max-width: 1024px) {
  .dc__pc-campaign--container {
    padding: 0px;
  }
  .dc__pc-campaign--container__left {
    flex: 0 0 50%;
  }
  .dc__pc-campaign--container__right {
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 767px) {
  .dc__pc-campaign--container {
    padding: 0px;
  }
  .dc__pc-campaign--container__left {
    flex: 0 0 100%;
  }
  .dc__pc-campaign--container__right {
    display: none;
  }
}
.dc__pc-campaign--container h2 {
  font-family: GothamBook, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .dc__pc-campaign--container h2 {
    font-size: 20px;
    line-height: 25px;
  }
}
.dc__pc-campaign--container__shariah h2 {
  color: #ffffff !important;
  font-family: GothamBlack, sens-serif;
}
.dc__pc-campaign--container__shariah p {
  color: #ffffff !important;
}
.dc__pc-campaign--container__shariah input[type=text] {
  background-color: transparent !important;
  border: 1px solid #999999 !important;
  border-radius: 0 !important;
  height: 30px;
  color: #FFFFFF;
}
.dc__pc-campaign--container__shariah input[type=submit],
.dc__pc-campaign--container__shariah .submit-btn {
  border: 1px solid #FFF !important;
  background: transparent !important;
  color: #FFF !important;
  margin-top: 10px;
}
.dc__pc-campaign--container__shariah .dc__checkbox--field span {
  font-size: 11px;
  color: #FFF;
}
.dc__pc-campaign--form__form-group {
  width: 100%;
  float: left;
  display: inline-block;
  margin-bottom: 5px;
}
.dc__pc-campaign--form__form-group input[type=text] {
  background-color: transparent !important;
  border: 1px solid #999999 !important;
  border-radius: 0 !important;
  height: 30px;
}
.dc__pc-campaign--form__form-group input[type=submit],
.dc__pc-campaign--form__form-group .submit-btn {
  border: 2px solid #000;
  background: transparent !important;
  color: #000;
  margin-top: 10px;
}
.dc__pc-campaign--form__form-group .error {
  color: #FF0000;
  font-size: 11px;
  font-family: 'GothamBook', sans-serif;
}
.dc__checkbox--field {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.dc__checkbox--field span {
  font-size: 11px;
  color: #000;
}