/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/open-sans-v34-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}
* {
  box-sizing: border-box; }

html {
  font-size: 1.000em;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  height: 100%;
  margin: 0;
  background-color: #fff;
  color: #0A3751;
  font-family: 'Open Sans', sans-serif;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

h1, h2, h3, h4, h5, h6, p, ul, ol {
  margin-top: 0;
  font-weight: normal;
  margin-bottom: 32px; }

h1 {
  font-size: 1.500em; }

h2 {
  font-size: 1.313em; }

h3 {
  font-size: 1.188em; }

h4 {
  font-size: 0.938em; }

p {
  margin-bottom: 32px;
  line-height: 32px;
  font-size: 0.938em; }
  p:last-child {
    margin-bottom: 0; }
  p a {
    color: inherit; }

img {
  display: inline-block;
  border: 0;
  max-width: 100%;
  vertical-align: top; }
*:disabled {opacity: 0.5;}
#pageBox {
  width: 100%;
  overflow: hidden; }

#pageContentTop ul, #pageContentBottom ul {
  margin-bottom: 32px;
  padding: 0; }
  #pageContentTop ul li, #pageContentBottom ul li {
    padding: 10px 0 10px 55px;
    line-height: 25px;
    background: url(../img/listItem.png) no-repeat left 6px;
    background-size: 36px;
    list-style: none;
    font-size: 0.938em;
    font-family: inherit; }

.noMargin {
  margin-bottom: 0; }

/*.bodyOverflow {
  height: 100%;
  height: 100vh;
  overflow: hidden; }
*/
.clearLine {
  position: relative;
  width: 100%;
  clear: both;
  overflow: hidden; }
  .clearLine .shadowBoxTop {
    position: absolute;
    top: -10px;
    left: -100px;
    right: -100px;
    height: 10px;
    -webkit-box-shadow: 0 0 60px 0 #999;
    box-shadow: 0 0 60px 0 #999; }
  .clearLine .shadowBoxBottom {
    position: absolute;
    bottom: -10px;
    left: -100px;
    right: -100px;
    height: 10px;
    -webkit-box-shadow: 0 0 60px 0 #999;
    box-shadow: 0 0 60px 0 #999; }

.contentWithBackground {
  color: #fff; }

.contentWithText {
  padding: 50px 0; }

.contentBox {
  position: relative;
  margin: 0 auto;
  max-width: 1290px;
  padding: 0 20px; }
  #pageFooter .contentBox {
    padding: 0; }

.zoomBox {
  position: relative;
  width: 100%;
  height: 0;
  margin: 0 0 32px 0;
  padding: 0 0 61.53% 0;
  overflow: hidden; }
  .zoomBox .zoomBoxImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out; }
    .zoomBox .zoomBoxImg:hover {
      -webkit-transform: scale(1.05);
      transform: scale(1.05); }

.textBox {
  border: 3px solid #3CA2E0;
  padding: 20px 29px;
  background: #E8EBED; }
  .textBox p:last-child {
    margin-bottom: 0; }

.borderLineDouble {
  border-top: 1px solid #3B5369;
  border-bottom: 2px solid #3B5369;
  height: 8px; }

.borderLine {
  height: 1px; }
  .borderLine.darkLine {
    border-top: 1px solid #3B5369; }
  .borderLine.hellLine {
    border-top: 1px solid #3CA2E0; }

.content3col {
  position: relative;
  float: left;
  padding: 0 20px; }
  #pageFooterBottom .content3col {
    padding-top: 70px; }
  @media only screen and (min-width: 992px) {
    .content3col {
      width: 33.33%; }
      #pageFooterTop .content3col:first-child {
        padding: 0 26px 0 149px; } }
  @media only screen and (max-width: 991px) {
    .content3col {
      width: 50%; } }
  @media only screen and (max-width: 650px) {
    .content3col {
      width: 100%; }
      #pageFooterTop .content3col:first-child {
        padding: 0 20px 70px 20px; } }
.content2-3col {
	padding: 0 20px;
	width: 66.66%;
	margin-left: 33.33%;
}
@media only screen and (max-width: 991px) {
    .content2-3col {
      width: 50%; margin-left: 50%;} }
@media only screen and (max-width: 650px) {
    .content2-3col {
      width: 100%; margin-left: 0;} }
.checkBox {position: relative; padding: 0 0 0 40px; margin-bottom: 24px; font-size: 0.938em;}
.checkBox span {position: absolute; top: 0; left: 0;  display: block; background: #F1F1F1; width: 30px; height: 30px; cursor: pointer;}
.checkBox span::before {display: none; position: absolute; top: 9px; left: 16px; width: 2px; height: 15px; background: #3CA2E0; -webkit-transform: rotate(45deg); transform: rotate(45deg); content: "";}
.checkBox span::after {display: none; position: absolute; top: 16px; left: 9px; width: 2px; height: 5px; background: #3CA2E0; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); content: "";}
.checkBox span.checked::before, .checkBox span.checked::after {display: block;}
.headerBackgroundBox {
  position: relative;
  width: 100%;
  height: 300px; }

.sliderCaption {
  position: absolute;
  bottom: -200px;
  left: 50%;
  margin: 0 0 0 -635px;
  padding: 15px 63px;
  line-height: 22px;
  background: white;
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  font-size: 1.125em;
  -webkit-transition: transform 0.3s ease-in-out 0.5s;
  transition: transform 0.3s ease-in-out 0.5s; }
  .swiper-slide-active .sliderCaption {
    -webkit-transform: translateY(-222px);
    transform: translateY(-222px); }
  @media only screen and (max-width: 1319px) {
    .sliderCaption {
      left: 20px;
      margin: 0;
      max-width: 80%;
      max-width: calc(100vw - 40px); } }

#pageHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 92px;
  background: white;
  background: rgba(255, 255, 255, 0.78);
  -webkit-box-shadow: 0 0 20px 0 #999;
  box-shadow: 0 0 20px 0 #999;
  z-index: 100; }
  @media only screen and (min-width: 1001px) {
    #pageHeader {
      -webkit-transition: height 0.3s ease-in-out;
      transition: height 0.3s ease-in-out; } }
  @media only screen and (max-width: 1000px) {
    #pageHeader {
      height: 60px; } }
  .scrolled #pageHeader {
    height: 60px; }
  #pageHeader #pageHeaderLogo {
    position: absolute;
    top: 9px;
    left: 27px;
    width: 254px;
    font-size: 0;
    z-index: 110; }
    @media only screen and (min-width: 1001px) {
      #pageHeader #pageHeaderLogo {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; } }
    @media only screen and (max-width: 1000px) {
      #pageHeader #pageHeaderLogo {
        top: 5px;
        width: 170px; } }
    .scrolled #pageHeader #pageHeaderLogo {
      top: 5px;
      width: 170px; }
  #pageHeader #pageHeaderLangauges {
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 0.875em; }
    @media only screen and (max-width: 1000px) {
      #pageHeader #pageHeaderLangauges {
        display: none; } }
    #pageHeader #pageHeaderLangauges a {
      padding: 0 7px;
      color: #98B1C9;
      text-decoration: none;
      text-transform: capitalize; }
      #pageHeader #pageHeaderLangauges a.current {
        color: #0A3751; }
  #pageHeader #mobileLanguageBox {
    display: none;
    text-align: left;
    padding: 51px 50px 58px 50px;
    font-size: 1.250em;
    color: #fff; }
    @media only screen and (max-width: 1000px) {
      #pageHeader #mobileLanguageBox {
        display: block;
        background: #3C9FDB; } }
    #pageHeader #mobileLanguageBox a {
      color: #fff;
      text-decoration: none; }
  #pageHeader #pageHeaderNavi {
    position: absolute;
    top: 25px;
    right: 20px;
    width: 100%; }
    .scrolled #pageHeader #pageHeaderNavi {
      top: 18px; }
    @media only screen and (max-width: 1000px) {
      #pageHeader #pageHeaderNavi {
        position: fixed;
        top: 60px !important;
        right: 0;
        height: 0;
        overflow: hidden;
        -webkit-transition: height 0.3s ease-in-out;
        transition: height 0.3s ease-in-out; }
        .naviOpened #pageHeader #pageHeaderNavi {
          height: 100%;
          height: calc(100vh - 60px);
          overflow: auto; } }
    #pageHeader #pageHeaderNavi nav {
      position: relative; }
      #pageHeader #pageHeaderNavi nav ul.rex-navi1 > li > a {
        -webkit-transition: color 0.3s ease-in-out;
        transition: color 0.3s ease-in-out; }
      @media only screen and (min-width: 1001px) {
        #pageHeader #pageHeaderNavi nav ul.rex-navi1 > li.rex-active > a, #pageHeader #pageHeaderNavi nav ul.rex-navi1 > li.rex-current > a, #pageHeader #pageHeaderNavi nav ul.rex-navi1 > li:hover > a {
          color: #3C9FDB; } }
      @media only screen and (max-width: 1000px) {
        #pageHeader #pageHeaderNavi nav {
          background: #3C9FDB; } }
      #pageHeader #pageHeaderNavi nav ul.rex-navi1 > li > a::before {
        position: absolute;
        bottom: 10px;
        left: 50%;
        margin: 0 0 0 -8px;
        width: 10px;
        height: 2px;
        background: #3C9FDB;
        opacity: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: opacity 0.3s ease-in-out, bottom 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out, bottom 0.3s ease-in-out;
        content: ""; }
      #pageHeader #pageHeaderNavi nav ul.rex-navi1 > li > a::after {
        position: absolute;
        bottom: 10px;
        right: 50%;
        margin: 0 -8px 0 0;
        width: 10px;
        height: 2px;
        background: #3C9FDB;
        opacity: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: opacity 0.3s ease-in-out, bottom 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out, bottom 0.3s ease-in-out;
        content: ""; }
      @media only screen and (min-width: 1001px) {
        #pageHeader #pageHeaderNavi nav ul.rex-navi1 > li.rex-active > a::before, #pageHeader #pageHeaderNavi nav ul.rex-navi1 > li.rex-active > a::after, #pageHeader #pageHeaderNavi nav ul.rex-navi1 > li.rex-current > a::before, #pageHeader #pageHeaderNavi nav ul.rex-navi1 > li.rex-current > a::after, #pageHeader #pageHeaderNavi nav ul.rex-navi1 > li:hover > a::before, #pageHeader #pageHeaderNavi nav ul.rex-navi1 > li:hover > a::after {
          opacity: 1;
          bottom: 0; } }
      @media only screen and (max-width: 1000px) {
        #pageHeader #pageHeaderNavi nav {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 100%;
          height: calc(100vh - 60px);
          background: #3C9FDB; } }
    #pageHeader #pageHeaderNavi ul {
      float: right;
      margin: 0;
      text-align: right; }
      @media only screen and (max-width: 1000px) {
        #pageHeader #pageHeaderNavi ul {
          float: none;
          margin: 0;
          padding: 22px 0 0 0;
          width: 100%;
          text-align: left; } }
      #pageHeader #pageHeaderNavi ul li {
        float: left;
        list-style: none;
        margin-left: 29px;
        height: 67px;
        -webkit-transition: height 0.3s ease-in-out;
        transition: height 0.3s ease-in-out; }
        @media only screen and (max-width: 1000px) {
          #pageHeader #pageHeaderNavi ul li {
            float: none;
            margin: 0;
            width: 100%;
            height: auto; } }
        .scrolled #pageHeader #pageHeaderNavi ul li {
          height: 42px; }
          @media only screen and (max-width: 1000px) {
            .scrolled #pageHeader #pageHeaderNavi ul li {
              height: auto; } }
        #pageHeader #pageHeaderNavi ul li.rex-article-36 > a {
          cursor: default; }
        #pageHeader #pageHeaderNavi ul li a {
          position: relative;
          display: block;
          padding: 0 7px;
          line-height: 52px;
          color: #000;
          text-decoration: none;
          -webkit-transition: line-height 0.3s ease-in-out;
          transition: line-height 0.3s ease-in-out;
          font-size: 1.063em; }
          @media only screen and (max-width: 1000px) {
            #pageHeader #pageHeaderNavi ul li a {
              padding: 0 50px;
              color: #fff;
              line-height: 45px !important;
              font-size: 1.250em; } }
          .scrolled #pageHeader #pageHeaderNavi ul li a {
            line-height: 35px; }
        #pageHeader #pageHeaderNavi ul li ul {
          height: 0;
          overflow: hidden;
          position: absolute;
          top: 67px;
          right: 0;
          width: auto;
          -webkit-transition: top 0.3s ease-in-out, height 0.3s ease-in-out;
          transition: top 0.3s ease-in-out, height 0.3s ease-in-out; }
          @media only screen and (max-width: 1000px) {
            #pageHeader #pageHeaderNavi ul li ul {
              height: auto;
              position: relative;
              top: auto !important;
              right: auto;
              padding: 0; } }
          .scrolled #pageHeader #pageHeaderNavi ul li ul {
            top: 42px; }
          #pageHeader #pageHeaderNavi ul li ul li {
            margin-left: 0;
            height: auto; }
            @media only screen and (min-width: 1001px) {
              #pageHeader #pageHeaderNavi ul li ul li.rex-current a {
                color: #fff;
                background: #3c9fdb; } }
            #pageHeader #pageHeaderNavi ul li ul li a {
              margin: 1px 0 0 1px;
              padding: 0 60px;
              background: white;
              background: rgba(255, 255, 255, 0.78);
              -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
              transition: background 0.3s ease-in-out, color 0.3s ease-in-out; }
              @media only screen and (min-width: 1001px) {
                #pageHeader #pageHeaderNavi ul li ul li a:hover {
                  color: #fff;
                  background: #3c9fdb; } }
              @media only screen and (max-width: 1000px) {
                #pageHeader #pageHeaderNavi ul li ul li a {
                  color: #9BCEED;
                  background: #3C9FDB;
                  padding: 0 90px; } }
        @media only screen and (min-width: 1001px) {
          #pageHeader #pageHeaderNavi ul li.subnaviOpened ul {
            height: 52px; }
            .scrolled #pageHeader #pageHeaderNavi ul li.subnaviOpened ul {
              height: 42px; } }
  #pageHeader #pageHeaderOpenMobileNavi {
    position: absolute;
    top: 7px;
    right: 30px;
    display: none;
    width: 46px;
    height: 46px;
    overflow: hidden;
    cursor: pointer;
    z-index: 123; }
    @media only screen and (max-width: 1000px) {
      #pageHeader #pageHeaderOpenMobileNavi {
        display: block; } }
    #pageHeader #pageHeaderOpenMobileNavi span, #pageHeader #pageHeaderOpenMobileNavi::before, #pageHeader #pageHeaderOpenMobileNavi::after {
      position: absolute;
      top: 22px;
      left: 0;
      width: 46px;
      height: 3px;
      background: #3CA2E0;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .naviOpened #pageHeader #pageHeaderOpenMobileNavi span {
      opacity: 0; }
    .no-csstransforms .naviOpened #pageHeader #pageHeaderOpenMobileNavi span {
      opacity: 1; }
    #pageHeader #pageHeaderOpenMobileNavi::before {
      top: 12px;
      content: ""; }
      .naviOpened #pageHeader #pageHeaderOpenMobileNavi::before {
        margin: 10px 0 0 0;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
    #pageHeader #pageHeaderOpenMobileNavi::after {
      top: auto;
      bottom: 11px;
      content: ""; }
      .naviOpened #pageHeader #pageHeaderOpenMobileNavi::after {
        margin: 0 0 10px 0;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }

#pageSlider {
  position: relative;
  z-index: 3; }
  #pageSlider .fullWidthSlider {
    height: 552px; }

#pageContentTop {
  width: 100%;
  padding: 0 0 60px 0;
  text-align: left; 
  background: #E8EBED;}
  #pageContentTop #pageContentTopLeft {
    position: relative;
    float: left;
    width: 66%;
    -webkit-box-shadow: 0 0 60px 0 #999;
    box-shadow: 0 0 60px 0 #999; background: #fff;
    z-index: 3; }
    /*#pageContentTop #pageContentTopLeft::after {
      position: absolute;
      left: 100%;
      top: 47px;
      bottom: 47px;
      width: 100%;
      background: #E8EBED;
      content: ""; }*/
    @media only screen and (max-width: 991px) {
      #pageContentTop #pageContentTopLeft {
        width: 100%; } }
    #pageContentTop #pageContentTopLeft .pageContentInner {
      float: right;
      width: 100%;
      max-width: 890px;
      padding: 70px 130px 50px 20px; }
      @media only screen and (max-width: 1369px) {
        #pageContentTop #pageContentTopLeft .pageContentInner {
          padding: 70px 20px 50px 20px; } }
      @media only screen and (max-width: 991px) {
        #pageContentTop #pageContentTopLeft .pageContentInner {
          float: none;
          margin: 0 auto;
          max-width: 100%;
          padding: 70px 20px 50px 20px; } }
  #pageContentTop #pageContentTopRight {
    position: relative;
    float: right;
    margin: 47px 0;
    width: 34%;
    background: #E8EBED;
    /*z-index: 5;*/ }
    @media only screen and (max-width: 991px) {
      #pageContentTop #pageContentTopRight {
        width: 100%; } }
    #pageContentTop #pageContentTopRight .pageContentInner {
      float: left;
      max-width: 400px;
      padding: 45px 20px 25px 60px; }
      @media only screen and (max-width: 1369px) {
        #pageContentTop #pageContentTopRight .pageContentInner {
          padding: 45px 20px 25px 20px; } }
      @media only screen and (max-width: 991px) {
        #pageContentTop #pageContentTopRight .pageContentInner {
          float: none;
          margin: 0 auto;
          max-width: 100%;
          padding: 45px 20px 25px 20px; } }
    #pageContentTop #pageContentTopRight img {
      border: 4px solid #fff;
      -webkit-box-shadow: 0 0 20px 0 #999;
      box-shadow: 0 0 20px 0 #999; }

.fullWidthContent {
  position: relative;
  z-index: 3; }
#contentBottom {background: #E8EBED; padding: 50px 0;}
#pageContentBottom {
  margin: 0 auto 50px auto;
  max-width: 1560px;
  padding: 90px 0 70px 0;
  background: #fff;
  -webkit-box-shadow: 0 0 60px 0 #999;
  box-shadow: 0 0 60px 0 #999;
  text-align: left; }
  @media only screen and (min-width: 1101px) {
    #pageContentBottom .clearLine3 {
      display: block !important;
      height: 60px;
      clear: both; }
    #pageContentBottom .clearLine2 {
      display: none; }
    #pageContentBottom .clearLine1 {
      display: none; } }
  @media only screen and (max-width: 1100px) {
    #pageContentBottom {
      padding: 90px 0 70px 0; }
      #pageContentBottom .clearLine3 {
        display: none; }
      #pageContentBottom .clearLine2 {
        display: block !important;
        height: 60px;
        clear: both; }
      #pageContentBottom .clearLine1 {
        display: none; } }
  @media only screen and (max-width: 650px) {
    #pageContentBottom .clearLine3 {
      display: none; }
    #pageContentBottom .clearLine2 {
      display: none; }
    #pageContentBottom .clearLine1 {
      display: block !important;
      height: 60px;
      clear: both; } }
  #pageContentBottom #pageContentBottomBox {
    margin: 0 auto;
    max-width: 1290px; }
  #pageContentBottom .contentWithIcon {
    float: left;
    width: 33.33%;
    padding: 0 27px; }
    @media only screen and (max-width: 1100px) {
      #pageContentBottom .contentWithIcon {
        width: 50%;
        padding: 0 20px; } }
    @media only screen and (max-width: 650px) {
      #pageContentBottom .contentWithIcon {
        width: 100%; } }
    #pageContentBottom .contentWithIcon h3 {
      margin-bottom: 6px;
      padding: 0 85px 0 0;
      line-height: 70px; }

.box3slider {
  position: relative;
  margin: 0 auto;
  max-width: 1560px;
  height: 240px; }
  .box3slider .galleryBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .box3slider .swiper3box {
    margin: 0 160px; }
    @media only screen and (max-width: 991px) {
      .box3slider .swiper3box {
        margin: 0 80px; } }
    .box3slider .swiper3box .swiper-button-next, .box3slider .swiper3box .swiper-button-prev {
      display: none; }
  .box3slider .swiper-slide {
    width: 33.33%;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff; }
    @media only screen and (max-width: 991px) {
      .box3slider .swiper-slide {
        width: 50%; } }
    @media only screen and (max-width: 689px) {
      .box3slider .swiper-slide {
        width: 100%; } }
  .box3slider .slider3-button-prev, .box3slider .slider3-button-next {
    position: absolute;
    top: 50%;
    width: 46px;
    height: 46px;
    margin-top: -23px;
    z-index: 10;
    cursor: pointer;
    border: 2px solid #708998;
    -moz-background-size: 28px;
    -webkit-background-size: 28px;
    background-size: 28px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-border-radius: 100%;
    border-radius: 100%; }
    .box3slider .slider3-button-prev::before, .box3slider .slider3-button-prev::after, .box3slider .slider3-button-next::before, .box3slider .slider3-button-next::after {
      width: 18px;
      height: 2px;
      background: #3CA2E0;
      position: absolute;
      content: ""; }
  .box3slider .slider3-button-prev {
    left: 20px;
    right: auto; }
    .box3slider .slider3-button-prev::before {
      left: 10px;
      top: 14px;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .box3slider .slider3-button-prev::after {
      left: 10px;
      bottom: 14px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
  .box3slider .slider3-button-next {
    right: 20px;
    left: auto; }
    .box3slider .slider3-button-next::before {
      right: 10px;
      top: 14px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .box3slider .slider3-button-next::after {
      right: 10px;
      bottom: 14px;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.accordionTitle {
  display: table;
  width: 100%;
  min-height: 60px;
  background: #E8EBED;
  cursor: pointer; }
  .accordionTitle .accordionTitleCenter {
    position: relative;
    display: table-cell;
    padding: 15px 100px 15px 31px;
    vertical-align: middle;
    font-size: 0.938em; }
    @media only screen and (max-width: 650px) {
      .accordionTitle .accordionTitleCenter {
        padding: 15px 80px 15px 15px; } }
    .accordionTitle .accordionTitleCenter a {
      position: absolute;
      top: 50%;
      right: 30px;
      margin: -24px 0 0 0;
      display: block;
      width: 48px;
      height: 48px;
      border: 2px solid #244370;
      -webkit-border-radius: 100%;
      border-radius: 100%;
      -webkit-transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out; }
      .accordionTitle .accordionTitleCenter a span {
        position: absolute;
        top: 11px;
        left: 21px;
        display: block;
        width: 2px;
        height: 20px;
        background: #244370; }
      .accordionTitle .accordionTitleCenter a::before {
        position: absolute;
        top: 20px;
        left: 21px;
        display: block;
        width: 11px;
        height: 2px;
        background: #244370;
        content: "";
        -webkit-transition: width 0.3s ease-in-out;
        transition: width 0.3s ease-in-out; }
      .accordionTitle .accordionTitleCenter a::after {
        position: absolute;
        top: 20px;
        right: 21px;
        display: block;
        width: 11px;
        height: 2px;
        background: #244370;
        content: "";
        -webkit-transition: width 0.3s ease-in-out;
        transition: width 0.3s ease-in-out; }
  .accordionTitle.accordionOpened a {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }
    .accordionTitle.accordionOpened a::before {
      width: 1px; }
    .accordionTitle.accordionOpened a::after {
      width: 1px; }

.accordionContent {
  position: relative;
  margin-bottom: 7px;
  overflow: hidden;
  height: 0;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out; }
  .accordionContent .accordionContentInn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px 48px;
    background: #F1F2F5; }
    .accordionContent .accordionContentInn p:last-child {
      margin-bottom: 0; }

#pageFooter {
  text-align: left; }
  #pageFooter input {
    border: 0;
    margin: 0 0 24px 0;
    padding: 0 10px;
    width: 100%;
    height: 41px;
    line-height: 41px;
    background: #F1F1F1;
    color: inherit;
    font-size: 0.938em;
    font-family: inherit; }
    #pageFooter input.error {
      background: #D4D4D4; }
    #pageFooter input#formSubmit {
      background: #3CA2E0;
      color: #fff;
      cursor: pointer; }
  #pageFooter textarea {
    border: 0;
    margin: 0 0 24px 0;
    padding: 10px;
    width: 100%;
    height: 236px;
    background: #F1F1F1;
    color: inherit;
    font-family: inherit;
    font-size: 0.938em;
    overflow: hidden;
    resize: none; }
    #pageFooter textarea.error {
      background: #D4D4D4; }
  #pageFooter label {
    position: absolute;
    left: -10000px; }
  #pageFooter #pageFooterTop {
    padding: 100px 0; }
    #pageFooter #pageFooterTop .content3col:first-child {
      position: relative; }
      @media only screen and (min-width: 992px) {
        #pageFooter #pageFooterTop .content3col:first-child h4 {
          position: absolute;
          top: 0;
          left: 20px; }
        #pageFooter #pageFooterTop .content3col:first-child a {
          position: absolute;
          bottom: 0;
          left: 20px; }
          #pageFooter #pageFooterTop .content3col:first-child a.imprintLink {
            bottom: 32px; } }
      #pageFooter #pageFooterTop .content3col:first-child a {
        display: block; }
  #pageFooter #pageFooterBottom {
    position: relative;
    width: 100%;
    padding: 0 0 150px 0;
    overflow: hidden; }
    #pageFooter #pageFooterBottom::before {
      position: absolute;
      top: -10px;
      left: -200px;
      right: -200px;
      height: 10px;
      -webkit-box-shadow: 0 0 120px 0 #999;
      box-shadow: 0 0 120px 0 #999;
      content: ""; }
  #pageFooter h4 {
    font-size: 1.500em; }
  #pageFooter .iconPhone, #pageFooter .iconMobile, #pageFooter .iconMail {
    display: block;
    line-height: 38px;
    padding: 0 0 0 44px; }
  #pageFooter .iconPhone {
    background: url(../img/iconPhone.png) no-repeat 0 center;
    background-size: 27px; }
  #pageFooter .iconMobile {
    background: url(../img/iconMobile.png) no-repeat 5px center;
    background-size: 17px; }
  #pageFooter .iconMail {
    background: url(../img/iconMail.png) no-repeat 2px center;
    background-size: 23px; }

/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  height: 100%;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height; }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 46px;
  height: 46px;
  margin-top: -23px;
  z-index: 10;
  cursor: pointer;
  border: 2px solid #fff;
  -moz-background-size: 28px;
  -webkit-background-size: 28px;
  background-size: 28px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-border-radius: 100%;
  border-radius: 100%; }
  @media only screen and (max-width: 780px) {
    .swiper-button-prev,
    .swiper-button-next {
      display: none; } }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 20px;
  right: auto; }

.swiper-button-prev::before, .swiper-button-prev::after, .swiper-button-next::before, .swiper-button-next::after {
  width: 18px;
  height: 2px;
  background: #3CA2E0;
  position: absolute;
  content: ""; }

.swiper-button-prev::before {
  left: 10px;
  top: 14px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.swiper-button-prev::after {
  left: 10px;
  bottom: 14px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 20px;
  left: auto; }

.swiper-button-next::before {
  right: 10px;
  top: 14px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.swiper-button-next::after {
  right: 10px;
  bottom: 14px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5); }

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff; }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000; }

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible; }

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  width: 46px;
  height: 46px;
  border: 2px solid #fff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  position: absolute;
  right: 20px;
  top: 20px;
  text-decoration: none;
  text-align: center;
  opacity: 0.65; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

button.mfp-close::before {
  right: 12px;
  top: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 18px;
  height: 2px;
  background: #3CA2E0;
  position: absolute;
  content: ""; }

button.mfp-close::after {
  right: 12px;
  bottom: 20px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 18px;
  height: 2px;
  background: #3CA2E0;
  position: absolute;
  content: ""; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -23px;
  padding: 0;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow-left {
  left: 20px; }

.mfp-arrow-left::before {
  left: 10px;
  top: 14px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 18px;
  height: 2px;
  background: #3CA2E0;
  position: absolute;
  content: ""; }

.mfp-arrow-left::after {
  left: 10px;
  bottom: 14px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 18px;
  height: 2px;
  background: #3CA2E0;
  position: absolute;
  content: ""; }

.mfp-arrow-right {
  right: 20px; }

.mfp-arrow-right::before {
  right: 10px;
  top: 14px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 18px;
  height: 2px;
  background: #3CA2E0;
  position: absolute;
  content: ""; }

.mfp-arrow-right::after {
  right: 10px;
  bottom: 14px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 18px;
  height: 2px;
  background: #3CA2E0;
  position: absolute;
  content: ""; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

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