.novakButton {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.1em;
  display: block;
  text-align: center;
  text-transform: uppercase;
  padding: 15px 30px;
  outline: none;
}
.novakButton.buttonDefault {
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.2) !important;
}
.novakButton.buttonDefault:hover {
  border: 1px solid #ffffff;
  color: #ffffff !important;
}
.novakButton.buttonWhite {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.novakButton.buttonWhite:hover {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.novakButton.buttonBlue {
  border: 1px solid #024483;
  background: #024483;
  color: #ffffff;
  outline: none !important;
}
.novakButton.buttonBlue:hover {
  border: 1px solid #024483;
  background: #024483;
  color: #ffffff;
}
.h4,
h4 {
  font-family: 'Verdana', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px !important;
  line-height: 120% !important;
  letter-spacing: 0.05em;
  margin-bottom: 20px !important;
}
.h4 a,
h4 a {
  font-family: 'Verdana', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0.05em;
}
.h3,
h3 {
  font-family: 'Verdana', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 33px;
}
.h3 a,
h3 a {
  font-family: 'Verdana', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 33px;
}
.msHeadContent {
  position: absolute;
  bottom: 140px;
  left: 55px;
  z-index: 1;
  width: 50%;
}
.msHeadContent span {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 64px;
  line-height: 100%;
  color: #ffffff;
  text-shadow: 0 0 40px rgba(0, 0, 0, 0.6);
  margin-bottom: 15px;
  display: block;
}
.msHeadContent p {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  color: #ffffff;
  text-shadow: 0 0 40px rgba(0, 0, 0, 0.6);
}
.msHeadBadgeContent {
  width: 390px;
  height: 400px;
  background: rgba(41, 41, 41, 0.9);
  position: absolute;
  z-index: 1;
  right: 55px;
  bottom: 130px;
  padding: 35px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.msHeadBadgeContent * {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}
.msHeadBadgeContent h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 33px;
  text-align: center;
}
.slick-dots {
  bottom: 20px !important;
}
.slick-dots li {
  width: 60px !important;
  height: 5px !important;
  background-color: rgba(255, 255, 255, 0.6);
}
.slick-dots li.slick-active {
  background-color: #ffffff;
}
.slick-dots li button {
  display: none !important;
}
@media screen and (min-width: 1360px) {
  .container-fluid {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
  .container-fluid .row {
    margin-left: -55px !important;
    margin-right: -55px !important;
  }
}
@media screen and (min-width: 2600px) {
  .container-fluid {
    width: 2600px !important;
  }
}
@media screen and (min-width: 1024px) {
  .xl-order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
.header {
  position: fixed;
  width: 100%;
  z-index: 11;
  height: 250px;
}
.header.navActive {
  height: 100vh !important;
  background: rgba(0, 0, 0, 0.5);
}
.header .topBarWrapper {
  background-color: #024483;
  border-bottom: 1px solid rgba(2, 68, 131, 0.2);
  transition: all .3s;
}
.header .topBarWrapper .topBar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 50px;
}
.header .topBarWrapper .topBar .topBarLeft {
  display: flex;
  align-items: center;
  transition: all .3s;
}
.header .topBarWrapper .topBar .topBarLeft .topBarIcos {
  margin-right: 25px;
  color: #ffffff;
  position: relative;
  top: 3px;
}
.header .topBarWrapper .topBar .topBarLeft .topBarIcos i {
  font-size: 20px;
}
.header .topBarWrapper .topBar .topBarLeft .topBarIcos i:before {
  color: #ffffff;
}
.header .topBarWrapper .topBar .topBarRight {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  transition: all .3s;
  top: 0;
  right: 0;
}
.header .topBarWrapper .topBar .topBarRight a {
  font-family: 'Open Sans', sans-serif;
  margin-left: 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  display: flex;
  align-items: center;
  letter-spacing: 0.03em;
  font-feature-settings: 'pnum' on, 'lnum' on;
  transition: all .3s;
}
.header .topBarWrapper .topBar .topBarRight a i {
  font-size: 25px;
  margin-right: 10px;
}
.header .topBarWrapper .topBar .topBarRight a i:before {
  color: #ffffff;
  transition: all .3s;
}
.header .topBarWrapper .topBar .topBarRight a.logoNoClaim {
  width: 0;
  height: 70px;
  position: absolute;
  right: -105px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
.header .topBarWrapper .topBar .topBarRight a.logoNoClaim img {
  width: 100px;
}
.header .topBarWrapper .topBar .topBarRight a:hover {
  color: #ffffff;
}
.header .topBarWrapper .topBar .topBarRight a:hover.logoNoClaim {
  color: #ffffff;
}
.header .topBarWrapper .topBar .topBarRight a:hover.logoNoClaim i:before {
  color: #ffffff;
}
.header .topBarWrapper .topBar .topBarRight a:hover i:before {
  color: #ffffff;
}
.header .topBarWrapper .topBar .topBarRight a.weatherPart {
  position: relative;
}
.header .topBarWrapper .topBar .topBarRight a.weatherPart img {
  width: 26px;
  margin-right: 10px;
  transition: all .3s;
}
.header .topBarWrapper .topBar .topBarRight a.weatherPart img.firstWeatherIco {
  position: relative;
}
.header .topBarWrapper .topBar .topBarRight a.weatherPart img.secondWeatherIco {
  position: absolute;
  opacity: 0;
}
.header .topBarWrapper .topBar .topBarRight a.weatherPart:hover img.firstWeatherIco {
  position: absolute;
  opacity: 0;
}
.header .topBarWrapper .topBar .topBarRight a.weatherPart:hover img.secondWeatherIco {
  position: relative;
  opacity: 1;
}
.header .navBarWrapper {
  background: linear-gradient(180deg, rgba(41, 41, 41, 0.85) 0%, rgba(41, 41, 41, 0) 100%);
  height: 200px;
  transition: all .3s;
  position: relative;
  top: 0;
}
.header .navBarWrapper .mobileMenu {
  display: none;
}
.header .navBarWrapper.navActive {
  height: auto;
  opacity: 1;
  background: #024483;
}
.header .navBarWrapper.navActive .navBar ul li a {
  color: rgba(255, 255, 255, 0.2);
}
.header .navBarWrapper.navActive .navBar ul li.navActive a {
  color: #ffffff;
}
.header .navBarWrapper .navBar {
  padding-top: 52px;
  position: relative;
}
.header .navBarWrapper .navBar ul {
  padding: 0;
  display: flex;
  margin: 0;
  position: relative;
}
.header .navBarWrapper .navBar ul li {
  list-style: none;
  margin-right: 44px;
}
.header .navBarWrapper .navBar ul li a {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fafafa;
  transition: all .3s;
  display: block;
}
.header .navBarWrapper .navBar ul li:hover {
  padding-bottom: 10px;
  border-bottom: 2px solid #fafafa;
}
.header .navBarWrapper .navBar ul li.navActive {
  padding-bottom: 10px;
  border-bottom: 2px solid #fafafa;
}
.header .navBarWrapper .navBar .logoClaim {
  transition: all .3s;
  position: absolute;
  right: 0;
  top: 35px;
  pointer-events: auto;
}
.header .navBarWrapper .navBar .logoClaim img {
  width: 200px;
}
.header .navBarWrapper .navOverlay {
  display: none;
  padding: 100px 0 50px;
  margin-top: -1px;
}
.header .navBarWrapper .navOverlay.navActive {
  display: block;
}
.header .navBarWrapper .navOverlay .navWrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.header .navBarWrapper .navOverlay .navWrapper ul {
  list-style: none;
  padding: 0;
}
.header .navBarWrapper .navOverlay .navWrapper ul.navMain {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.header .navBarWrapper .navOverlay .navWrapper ul.navMain > li {
  cursor: default;
}
.header .navBarWrapper .navOverlay .navWrapper ul.navMain > li > a {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 15px;
  display: block;
}
.header .navBarWrapper .navOverlay .navWrapper ul.navMain > li > a.navMainLabel {
  pointer-events: auto;
}
.header .navBarWrapper .navOverlay .navWrapper ul.navMain > li > a.navMainLabel.hasChildren {
  pointer-events: none;
}
.header .navBarWrapper .navOverlay .navWrapper ul li a {
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  letter-spacing: 0.02em;
  line-height: 30px;
  transition: all .3s;
}
.header .navBarWrapper .navOverlay .navWrapper ul li a:hover {
  color: #ffffff;
}
.header .navBarWrapper .navOverlay .navWrapper ul li a.navIsActive {
  color: #ffffff;
}
.header.isFixed {
  background: #024483;
  height: 70px;
}
.header.isFixed .topBarWrapper {
  border: none;
}
.header.isFixed .topBarWrapper .topBar .topBarLeft {
  opacity: 0;
}
.header.isFixed .topBarWrapper .topBar .topBarRight {
  top: 10px;
  right: 80px;
}
.header.isFixed .topBarWrapper .topBar .topBarRight a.logoNoClaim {
  width: 70px;
  opacity: 1;
  pointer-events: auto;
}
.header.isFixed .navBarWrapper {
  position: relative;
  background: transparent;
  top: -75px;
  height: 70px;
}
.header.isFixed .navBarWrapper .navBar .logoClaim {
  opacity: 0;
  pointer-events: none;
}
.header.isFixed .navBarWrapper.navActive {
  height: auto;
  opacity: 1;
  background: #024483;
}
.header.isFixed .navBarWrapper.navActive .navBar ul li a {
  color: rgba(255, 255, 255, 0.2);
}
.header.isFixed .navBarWrapper.navActive .navBar ul li.navActive a {
  color: #ffffff;
}
.header.isFixed.navActive {
  height: 100vh !important;
  background: rgba(0, 0, 0, 0.5);
}
a {
  text-decoration: none !important;
}
section {
  padding: 30px 0;
  margin: 30px 0;
}
section.blue {
  background-color: #024483;
}
section.blue * {
  color: #ffffff;
}
section.blue a.ktg-button-default {
  border: 2px solid #ffffff;
  color: #ffffff;
}
section.blue a.ktg-button-default:hover {
  color: #024483;
  background: #ffffff;
}
section.firstSection {
  padding: 0 0 60px 0;
  margin: 0 0 30px;
}
section.firstSection.noHeaderElem {
  padding-top: 250px !important;
}
section.firstSection:last-of-type {
  padding: 0;
}
a.ktg-button-default {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.1em;
  display: block;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #024483;
  padding: 15px;
  color: #024483;
  font-family: 'Open Sans', sans-serif;
  transition: all .3s;
}
a.ktg-button-default:hover {
  color: #ffffff;
  background: #024483;
}
a.ktg-button-default i {
  transition: all .3s;
  color: #5f5f5f;
  font-size: 20px;
  margin-right: 15px;
}
.msVideoWrapper {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.msVideoWrapper.fullScreen {
  height: 100vh;
}
.msVideoWrapper.contentScreen {
  height: 75vh;
}
.msVideoWrapper #msVideo {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 100%;
  -webkit-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
  object-fit: cover;
}
.msVideoWrapper #msVideoPoster {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.msVideoWrapper .msHeadContent {
  position: absolute;
  bottom: 140px;
  left: 55px;
  z-index: 1;
  width: 50%;
}
.msVideoWrapper .msHeadContent span {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 64px;
  line-height: 100%;
  color: #ffffff;
  text-shadow: 0 0 40px rgba(0, 0, 0, 0.6);
  margin-bottom: 15px;
  display: block;
}
.msVideoWrapper .msHeadContent p {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  color: #ffffff;
  text-shadow: 0 0 40px rgba(0, 0, 0, 0.6);
}
.msVideoWrapper .msHeadBadgeContent {
  width: 390px;
  height: 400px;
  background: rgba(41, 41, 41, 0.9);
  position: absolute;
  z-index: 1;
  right: 55px;
  bottom: 130px;
  padding: 35px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.msVideoWrapper .msHeadBadgeContent * {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}
.msVideoWrapper .msHeadBadgeContent h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 33px;
  text-align: center;
}
.msSliderWrapper {
  width: 100%;
  height: 100%;
  position: relative;
  margin-bottom: 30px;
}
.msSliderWrapper .msSliderInit {
  margin-bottom: 0;
  width: 100%;
}
.msSliderWrapper .msSliderInit.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.msSliderWrapper.fullScreen .msSliderInit .mSlideImage {
  height: 100vh;
}
.msSliderWrapper.contentScreen .msSliderInit .mSlideImage {
  height: 80vh;
}
.msSliderWrapper .msHeadContent {
  position: absolute;
  bottom: 140px;
  left: 55px;
  z-index: 1;
  width: 50%;
}
.msSliderWrapper .msHeadContent span {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 64px;
  line-height: 100%;
  color: #ffffff;
  text-shadow: 0 0 40px rgba(0, 0, 0, 0.6);
  margin-bottom: 15px;
  display: block;
}
.msSliderWrapper .msHeadContent p {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  color: #ffffff;
  text-shadow: 0 0 40px rgba(0, 0, 0, 0.6);
}
.msSliderWrapper .msHeadBadgeContent {
  width: 390px;
  height: 400px;
  background: rgba(41, 41, 41, 0.9);
  position: absolute;
  z-index: 1;
  right: 55px;
  bottom: 130px;
  padding: 35px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.msSliderWrapper .msHeadBadgeContent * {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}
.msSliderWrapper .msHeadBadgeContent h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 33px;
  text-align: center;
}
.headline h1 {
  font-family: 'Verdana', sans-serif;
  font-weight: bold;
  font-size: 42px;
  line-height: 100%;
  text-align: center;
  margin: 30px 0;
}
.headline h2 {
  font-family: 'Verdana', sans-serif;
  font-weight: bold;
  font-size: 32px;
  line-height: 110%;
  margin: 30px 0;
}
.headline h3 {
  margin: 30px 0;
}
.headline.mosaik h2 {
  margin: 0 0 60px;
}
.textBox {
  margin: 30px 0;
}
.textBox ul {
  list-style: none;
  padding-left: 15px;
}
.textBox ul li:before {
  content: "\2022";
  color: #024483;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.textBox * {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 100;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.02em;
}
.textBox a {
  color: #024483;
}
.textImgBox.divPos-0 {
  margin: 30px 0 0;
}
.textImgBox .col-lg-6 {
  padding: 0;
}
.textImgBox .imgArea {
  height: 100%;
}
.textImgBox .imgArea iframe {
  width: 100%;
  height: 100%;
  min-height: 550px;
}
.textImgBox .imgArea img {
  width: 100%;
}
.textImgBox .imgArea.portraitModus {
  height: 600px;
}
.textImgBox .imgArea.portraitModus img {
  height: 100%;
}
.textImgBox .contentArea {
  background: #024483;
  height: 100%;
  padding: 0 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
  z-index: 1;
  font-family: 'Open Sans', sans-serif;
}
.textImgBox .contentArea * {
  position: relative;
  color: #ffffff;
}
.textImgBox .contentArea p:first-of-type {
  margin-top: 50px;
}
.textImgBox .contentArea .ktg-button-default {
  margin-top: 40px;
}
.textImgBox .contentArea .buttonDefault {
  margin-top: 50px;
}
.imgsWrapper {
  display: block;
  margin: 30px 0;
}
.imgsWrapper.msCol-12 .imgs {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: calc(33.33% - 30px);
}
.imgsWrapper.msCol-11 .imgs {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: calc(33.33% - 30px);
}
.imgsWrapper.msCol-10 .imgs {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: calc(33.33% - 30px);
}
.imgsWrapper.msCol-9 .imgs {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: calc(33.33% - 30px);
}
.imgsWrapper.msCol-8 .imgs {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: calc(33.33% - 30px);
}
.imgsWrapper.msCol-7 .imgs {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: calc(33.33% - 30px);
}
.imgsWrapper.msCol-6 .imgs {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: calc(33.33% - 30px);
}
.imgsWrapper.msCol-5 .imgs {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: calc(33.33% - 30px);
}
.imgsWrapper.msCol-4 .imgs {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: calc(50% - 30px);
}
.imgsWrapper.msCol-3 .imgs {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: calc(33.33% - 30px);
}
.imgsWrapper.msCol-2 .imgs {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: calc(50% - 30px);
}
.imgsWrapper.msCol-1 .imgs {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.imgsWrapper .imgs {
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 30px;
  overflow: hidden;
}
.imgsWrapper .imgs:hover img {
  transform: scale(1.1);
}
.imgsWrapper .imgs img {
  width: 100%;
  transform: scale(1);
  transition: all 0.3s linear;
}
.textBreaker {
  margin: 80px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.textBreaker img {
  width: 60px;
  margin: 0 30px;
}
.textBreaker .breakeBorder {
  height: 1px;
  background: #5f5f5f;
  width: 100%;
}
section.grey .textBreaker i:before {
  color: #5f5f5f;
}
section.grey .textBreaker .breakeBorder {
  background: #5f5f5f;
}
section.grey a.ktg-button-default {
  transition: all .3s;
}
section.grey a.ktg-button-default:hover {
  border: 1px solid #ffffff;
  color: #ffffff;
}
section.grey a.ktg-button-default:hover i {
  color: #ffffff;
}
.eventTiles {
  margin: 30px 0;
}
@media screen and (min-width: 1360px) {
  .eventTiles .container-fluid .row {
    margin-left: -40px !important;
    margin-right: -40px !important;
  }
}
.eventTiles a {
  text-decoration: none !important;
}
.eventTiles .eventTile {
  height: 480px;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  padding: 0 30px;
  overflow: hidden;
}
.eventTiles .eventTile:hover .eventText {
  opacity: 1;
  top: 80px;
}
.eventTiles .eventTile .eventCat {
  font-family: 'Open Sans', sans-serif;
  position: relative;
  top: 30px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.05em;
  color: #ffffff;
  text-transform: uppercase;
}
.eventTiles .eventTile .eventTitle {
  font-family: 'Open Sans', sans-serif;
  position: relative;
  top: 60px;
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 33px;
  color: #ffffff;
}
.eventTiles .eventTile .eventText {
  font-family: 'Open Sans', sans-serif;
  position: relative;
  top: -100px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  color: #ffffff;
  opacity: 0;
  transition: all .3s;
}
.eventTiles .eventTile .eventIcon {
  position: absolute;
  right: 17px;
  bottom: 50px;
  background: #024483;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.05em;
  color: #ffffff;
  border-radius: 50%;
}
.eventSliderWrapper {
  margin: 30px 0 0;
}
.eventSliderWrapper .eventSliderArea {
  height: 480px;
  text-align: center;
}
.eventSliderWrapper .eventSliderArea .eventCat {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 30px 0 10px;
  display: block;
}
.eventSliderWrapper .eventSliderArea .eventTitle {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 33px;
  text-align: center;
}
.eventSliderWrapper .slick-next {
  right: -35px;
}
.eventSliderWrapper .slick-next:before {
  content: "\e910";
  font-family: 'kaunertal' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.eventSliderWrapper .slick-prev {
  left: -35px;
}
.eventSliderWrapper .slick-prev:before {
  content: "\e90f";
  font-family: 'kaunertal' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.backToEvents {
  color: #4b4b4b;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  font-feature-settings: 'tnum' on, 'lnum' on;
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.backToEvents i {
  margin-right: 15px;
  font-weight: bold;
}
.backToEvents:hover {
  color: #4b4b4b;
}
.eventDetailRow {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 10px 0;
  border-top: 1px solid rgba(41, 41, 41, 0.2);
  border-bottom: 1px solid rgba(41, 41, 41, 0.2);
  margin-top: 50px;
}
.eventDetailRow div {
  padding-right: 30px;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  font-feature-settings: 'tnum' on, 'lnum' on;
}
.eventDetailRow div:last-of-type {
  border-right: none;
  padding-right: 0;
}
.eventDetailRow div i {
  margin-right: 15px;
  color: #024483;
  font-weight: bold !important;
}
.eventDetailRow div a {
  color: #4b4b4b;
}
.eventDetailRow div span {
  display: flex;
  align-items: center;
}
.eventDetailRow .eventDetailRowHR {
  width: 1px;
  height: 25px;
  background: rgba(41, 41, 41, 0.2);
  display: inline-block;
  padding: 0 !important;
}
.eventDetailRow .eventDetailRowHR:last-of-type {
  display: none;
}
.eventSelector {
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 90px;
}
.eventSelector .form-group {
  padding-right: 30px !important;
}
.eventSelector .form-group:last-of-type {
  padding-right: 5px;
}
.eventSelector button {
  margin-top: 15px;
}
.eventSelector .eventSelectorLabel {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 0.01em;
  color: #5f5f5f;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 12px;
}
.eventSelector .SumoSelect {
  width: 100% !important;
  margin-right: 30px;
}
.eventSelector .SumoSelect > .CaptionCont {
  background-color: #4b4b4b !important;
  border: 1px solid #ffffff !important;
  border-radius: 0 !important;
  height: 50px;
  padding: 10px 30px 10px 50px;
  display: flex;
  align-items: center;
}
.eventSelector .SumoSelect > .CaptionCont span {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.1em;
}
.eventSelector .SumoSelect > .CaptionCont > label > i {
  background-image: none !important;
  right: 10px;
}
.eventSelector .SumoSelect > .CaptionCont > label > i:before {
  font-family: 'kaunertal';
  content: "\e904";
  font-size: 15px;
}
.eventSelector .SumoSelect.sumo_eventCategory > .CaptionCont > span:before {
  font-family: 'kaunertal';
  content: "\e916";
  position: absolute;
  top: 13px;
  left: 15px;
  font-size: 20px;
}
.eventSelector .SumoSelect.sumo_eventTime > .CaptionCont > span:before {
  font-family: 'kaunertal';
  content: "\e908";
  position: absolute;
  top: 13px;
  left: 15px;
  font-size: 20px;
  font-weight: bold !important;
}
.eventSelector .SumoSelect.open .optWrapper {
  background: #4b4b4b !important;
  top: 50px !important;
  border-top: none !important;
}
.eventSelector .SumoSelect.open .optWrapper .options .opt {
  border: none !important;
  padding: 10px 0 10px 40px !important;
}
.eventSelector .SumoSelect.open .optWrapper .options .opt label {
  margin: 0 !important;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.1em;
}
.eventSelector .SumoSelect.open .optWrapper .options .opt:hover {
  background-color: #5f5f5f !important;
}
.msGridContainer {
  display: grid;
  grid-template-columns: 2fr 1fr 2fr 2fr;
  grid-template-areas: "msGrid1 msGrid2 msGrid2 msGrid3" "msGrid1 msGrid2 msGrid2 msGrid4";
  height: 500px;
  width: 100%;
}
.msGridContainer .msGrids {
  position: relative;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
  background-repeat: no-repeat;
  background-size: 100vh;
}
.msGridContainer .msGrids:hover {
  background-size: 110vh;
}
@media screen and (max-width: 1600px) {
  .msGridContainer .msGrids {
    background-size: 130vh;
  }
  .msGridContainer .msGrids:hover {
    background-size: 140vh;
  }
}
.msGridContainer .msGrids h3 {
  position: absolute;
  top: 60px;
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 33px;
  text-align: center;
  width: 100%;
  color: #ffffff;
}
.msGridContainer .msGrids .novakButton {
  position: absolute;
  bottom: 30px;
}
.msGridContainer .msGrid1 {
  grid-area: msGrid1;
}
.msGridContainer .msGrid2 {
  grid-area: msGrid2;
}
.msGridContainer .msGrid3 {
  grid-area: msGrid3;
  height: 250px;
}
.msGridContainer .msGrid3 h3 {
  top: 40px;
}
.msGridContainer .msGrid4 {
  grid-area: msGrid4;
  height: 250px;
}
.msGridContainer .msGrid4 h3 {
  top: 40px;
}
.breadcrumbArea {
  border-top: 1px solid #ffffff;
  background: #4b4b4b;
  padding: 15px;
}
.breadcrumbArea i:before {
  color: #ffffff;
}
.breadcrumbArea .breadcrumb {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}
.breadcrumbArea .breadcrumb li:first-of-type {
  display: flex;
  align-items: center;
}
.breadcrumbArea .breadcrumb li:first-of-type a {
  font-size: 0;
  margin-right: 20px;
}
.breadcrumbArea .breadcrumb li:first-of-type a:before {
  content: "\e902";
  font-family: 'novak' !important;
  speak: never;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
}
.breadcrumbArea .breadcrumb li:nth-child(2) a:before {
  display: none;
}
.breadcrumbArea .breadcrumb li:last-of-type {
  color: #ffffff;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 170%;
  letter-spacing: 0.1em;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.breadcrumbArea .breadcrumb li:last-of-type:before {
  content: "\e114";
  font-family: 'novak' !important;
  speak: never;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  margin-right: 5px;
}
.breadcrumbArea .breadcrumb li {
  margin-right: 5px;
}
.breadcrumbArea .breadcrumb li a {
  color: #ffffff;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 170%;
  letter-spacing: 0.1em;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.breadcrumbArea .breadcrumb li a:before {
  content: "\e910";
  font-family: 'kaunertal' !important;
  speak: never;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  margin-right: 5px;
}
#footer {
  background: #4b4b4b;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 60px 0 20px;
  position: relative;
}
#footer .footerContact {
  display: block;
}
#footer .footerContact p,
#footer .footerContact span,
#footer .footerContact a {
  display: block;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.02em;
  color: #ffffff;
}
#footer .footerContact .footerContactTitle {
  font-family: 'Open Sans', sans-serif;
  margin-top: 15px;
}
#footer .footerIco i {
  font-size: 360px;
  position: absolute;
  left: -7%;
  top: 0;
  color: #ffffff;
  opacity: .08;
}
#footer .footerMenuMobile {
  display: none;
}
#footer .footerMetaOne a {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.02em;
  color: #ffffff;
}
#footer h4.socialHeadlinen {
  text-align: right;
}
#footer .footerSocialBox {
  text-align: right;
}
#footer .footerSocialBox i {
  color: #ffffff;
  font-size: 25px;
  margin-right: 20px;
}
#footer .newsletterBox {
  margin-top: 50px;
}
#footer .newsletterBox form {
  display: flex;
}
#footer .newsletterBox form input {
  background: #343432;
  border: none;
  padding: 12px;
  color: #ffffff;
  outline: none;
  margin-right: 2px;
}
#footer .newsletterBox form input[type="email"] {
  width: 100%;
}
#footer h4 {
  color: #ffffff;
  cursor: default;
  pointer-events: none;
}
#footer h4 a {
  color: #ffffff;
}
#footer .footerBottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  margin-top: 80px;
}
#footer .footerBottom .footerCopyright span {
  color: rgba(255, 255, 255, 0.2);
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
  text-transform: uppercase;
  margin-right: 30px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.05em;
  font-feature-settings: 'pnum' on, 'lnum' on;
}
#footer .footerBottom .footerToTop {
  cursor: pointer;
  width: 15px;
  position: absolute;
  text-align: center;
  left: 50%;
  margin-left: -7px;
}
#footer .footerBottom .footerToTop i {
  color: #ffffff;
  font-size: 15px;
}
#footer .footerBottom .footerMetaTwo a {
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
  color: rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
  margin-right: 30px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.05em;
  font-feature-settings: 'pnum' on, 'lnum' on;
}
#footer .footerBottom .footerMetaTwo a:last-of-type {
  margin-right: 0;
}
.weatherWrapper {
  margin: 60px 0;
}
.weatherWrapper .weatherHeadline {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 33px;
  margin-bottom: 15px;
}
.weatherWrapper .weatherHeadline:first-of-type {
  font-size: 42px;
  line-height: 110%;
  margin-bottom: 30px;
}
.weatherWrapper .weatherContent {
  background-color: #5f5f5f;
  padding: 60px 30px;
  margin-bottom: 60px;
}
.weatherWrapper .weatherContent .weatherLeftTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.weatherWrapper .weatherContent .weatherLeftTop .weatherTemp {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.05em;
  font-feature-settings: 'tnum' on, 'lnum' on;
  color: #ffffff;
}
.weatherWrapper .weatherContent .weatherLeftTop .icon {
  width: 100px;
}
.weatherWrapper .weatherContent .weatherLeftBottom {
  font-family: 'Open Sans', sans-serif;
  position: absolute;
  bottom: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
}
.weatherWrapper .weatherContent .weatherLeftBottom p {
  margin: 0;
}
.weatherWrapper .weatherContent .weatherRightTop {
  display: flex;
  justify-content: space-evenly;
  align-items: baseline;
}
.weatherWrapper .weatherContent .weatherRightTop .weatherDayTime {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.weatherWrapper .weatherContent .weatherRightTop .weatherDayTime .weatherTime {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.05em;
  color: #4b4b4b;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.weatherWrapper .weatherContent .weatherRightTop .weatherDayTime .weatherDayIcon {
  width: 100px;
  margin-bottom: 30px;
}
.weatherWrapper .weatherContent .weatherRightTop .weatherDayTime .weatherDayTemp {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.05em;
  font-feature-settings: 'tnum' on, 'lnum' on;
}
.weatherWrapper .zamgCopyright {
  text-align: right;
  display: block;
  font-family: 'Open Sans', sans-serif;
  color: rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.05em;
}
.snowHightWrapper {
  padding-bottom: 60px;
}
.snowHightWrapper .snowHightContent {
  background: #5f5f5f;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}
.snowHightWrapper .snowHightContent div {
  width: 100%;
}
.snowHightWrapper .snowHightContent .snowHeightIco {
  margin-bottom: 60px;
}
.snowHightWrapper .snowHightContent .snowHeightIco img {
  width: 180px;
}
.snowHightWrapper .snowHightContent .snowHeightPlace {
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 30px;
}
.snowHightWrapper .snowHightContent .snowHeightPlace .snowHeightLabel {
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.snowHightWrapper .snowHightContent .snowHeightNewSnow {
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 30px;
}
.snowHightWrapper .snowHightContent .snowHeightPlaceName {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 33px;
  text-align: center;
  color: #ffffff;
}
.snowHightWrapper .snowHightContent .snowHeightName {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 33px;
  text-align: center;
  color: #ffffff;
}
.snowHightWrapper .snowHightContent .snowHeightLabel {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #ffffff;
}
a.ghostButton {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#accordion {
  margin: 30px 0;
}
#accordion .accordionCard {
  background-color: #024483;
  border-radius: 0;
  border: none;
  margin-bottom: 20px;
}
#accordion .accordionCard * {
  color: #ffffff;
}
#accordion .accordionHeader {
  padding: 15px 40px;
  position: relative;
}
#accordion .accordionHeader .accordionBtn {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
  outline: none;
  display: block;
  width: 100%;
  text-align: left;
}
#accordion .accordionHeader .accordionBtn .accordionTitle {
  width: 35%;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
}
#accordion .accordionHeader .accordionBtn .accordionLevel {
  color: rgba(255, 255, 255, 0.2);
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  text-transform: lowercase;
}
#accordion .accordionHeader .accordionBtn .accordionCollapseIco {
  position: absolute;
  right: 40px;
}
#accordion .accordionHeader .accordionBtn .accordionCollapseIco i {
  font-size: 14px;
  font-weight: bold !important;
}
#accordion .accordionHeader .accordionBtn.collapsed .accordionCollapseIco i:before {
  content: "\e114";
}
#accordion .accordionBody {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0 45px;
}
#accordion .accordionBody .col-sm-10 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
}
#accordion .accordionBody .textBox {
  margin: 15px 0 0;
}
.statusWrapper {
  margin-bottom: 120px;
}
.statusWrapper:first-of-type {
  margin-top: 60px;
}
.statusWrapper .tableTopBAr {
  display: flex;
  align-items: baseline;
  width: 100%;
  justify-content: space-between;
}
.statusWrapper .tableTopBAr h3 {
  margin-bottom: 60px;
}
.statusWrapper .tableTopBAr span {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 120%;
}
.statusWrapper .ktgTable .type,
.statusWrapper .ktgTable .status,
.statusWrapper .ktgTable .classification {
  text-align: center;
}
.statusWrapper .ktgTable .type i {
  font-size: 25px;
}
.statusWrapper .ktgTable .classification {
  text-transform: lowercase;
}
.statusWrapper .ktgTable td {
  border: none !important;
  vertical-align: middle !important;
}
.statusWrapper .ktgTable th {
  border: none !important;
  vertical-align: middle !important;
}
.statusWrapper .ktgTable thead th {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 17px 30px !important;
}
.statusWrapper .ktgTable tbody th {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.statusWrapper .ktgTable td {
  padding: 17px 30px !important;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.statusWrapper .ktgTable .tableDot {
  width: 20px;
  height: 20px;
  background: #43aa12;
  border-radius: 50%;
  margin: 0 auto;
}
.statusWrapper .ktgTable .tableDot.closed {
  background: #e93333;
}
.statusWrapper .ktgTable .nrColor {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin: 0 20px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-feature-settings: 'pnum' on, 'lnum' on;
}
.statusWrapper .ktgTable .nrColor.color-blue {
  background: #024483;
}
.statusWrapper .ktgTable .nrColor.color-red {
  background: #e93333;
}
.statusWrapper .ktgTable .nrColor.color-black {
  background: #000000;
}
.panoramaIframe {
  margin-bottom: 60px;
}
.ankerGhostBtns {
  margin: 60px 0;
}
.bigImg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 80vh;
  margin: 60px 0;
}
.hmtlContainer {
  margin: 60px 0;
  width: 100%;
}
.productWrapper .productImg {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.productWrapper .productImg img {
  width: 80%;
}
.productWrapper .productContent .productSubTitle {
  margin-bottom: 30px;
  font-family: 'Verdana', sans-serif;
  font-weight: bold;
}
.productWrapper .productContent .productPrimDesc {
  margin-bottom: 30px;
  font-weight: bold;
}
.productWrapper .productContent span {
  display: block;
}
.productWrapper .productContent span.caps {
  display: unset;
}
.productWrapper .productContent i {
  margin-bottom: 15px;
  font-size: 24px;
  display: inline-block;
}
.productWrapper .productContent i:before {
  color: #024483;
}
.formContent input,
.formContent select {
  height: 50px;
  border-radius: 0;
  outline: none;
  border-color: #5f5f5f;
  font-family: 'Open Sans', sans-serif;
  width: 100%;
}
.formContent input:focus,
.formContent select:focus {
  box-shadow: none;
}
.formContent textarea {
  border-radius: 0;
  outline: none;
  border-color: #5f5f5f;
  font-family: 'Open Sans', sans-serif;
}
.formContent textarea:focus {
  box-shadow: none;
}
.formContent .error {
  color: #cc0000;
}
.formContent .submitBtn {
  display: flex;
  justify-content: flex-end;
}
.formContent .submitBtn input {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  padding: 15px 30px;
  border: 1px solid #024483;
  background: #024483;
  color: #ffffff;
  outline: none;
  width: auto;
}
.formContent .submitBtn input:hover {
  border: 1px solid #024483;
  background: #024483;
  color: #ffffff;
}
