body {
  margin: 0;
  padding: 0;
  color: #212121;
  font-family: 'Montserrat', sans-serif;
}

.mainWrapper {
  font-size: 1rem;
  overflow: hidden;
}

html {
  font-size: 16px;
}

.wrapper {
  width: 1200px;
  margin: auto;
}

@media (max-width: 1200px) {
  .wrapper {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

a {
  text-decoration: none;
  font-weight: 600;
  color: #ed0020;
}

a:hover, a:active, a:visited, a:link {
  text-decoration: none;
  color: #ed0020;
}

.hamburgerIcon, .mobilePhoneIcon, .mobileMapIcon, .mobileMailIcon, .mobileLanguageIcon {
  display: none;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  right: 1rem;
  top: 1rem;
  z-index: 100;
  border-radius: 50%;
}

@media (max-width: 1200px) {
  .hamburgerIcon, .mobilePhoneIcon, .mobileMapIcon, .mobileMailIcon, .mobileLanguageIcon {
    display: inline-block;
  }
}

.hamburgerIcon img, .mobilePhoneIcon img, .mobileMapIcon img, .mobileMailIcon img, .mobileLanguageIcon img {
  width: 36px;
  height: 36px;
  display: inline-block;
}

.mobilePhoneIcon, .mobileMapIcon, .mobileMailIcon, .mobileLanguageIcon {
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

.mobilePhoneIcon {
  right: -250px;
  left: auto;
  margin-top: 42px;
}

.mobileMapIcon {
  margin-top: 84px;
  right: -250px;
  left: auto;
}

.mobileMailIcon {
  right: -250px;
  left: auto;
  margin-top: 84px;
}

.mobileLanguageIcon {
  margin-top: 126px;
  background-color: #000;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.9;
  width: 36px;
  height: 36px;
}

.mobilePhoneContent, .mobileMapContent, .mobileMailContent {
  display: inline-block;
  background-color: #383385;
  background-color: #383385ad;
  padding: 7px 12px;
  border-radius: 4px;
  text-align: center;
  width: 250px;
  margin-left: 12px;
  color: #fff;
  font-size: 0.8rem;
}

.mobilePhoneContent a, .mobileMapContent a, .mobileMailContent a {
  color: #fff;
}

.contactActive {
  -webkit-transform: translateX(-90%);
          transform: translateX(-90%);
}

.mobileMenu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: #000000;
  z-index: 110;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 1rem;
  overflow-y: auto;
  right: -100%;
  -webkit-transition: right 0.25s ease-in-out, opacity 0.25s ease-in-out;
  transition: right 0.25s ease-in-out, opacity 0.25s ease-in-out;
  display: none;
  text-align: left;
  opacity: 0;
}

@media (max-width: 1200px) {
  .mobileMenu {
    display: block;
  }
}

.mobileMenu .facebookIcon {
  position: absolute;
  top: 1rem;
  left: 1rem;
}

.mobileMenu .closeContainer {
  padding: 1rem;
  text-align: right;
}

.mobileMenu .closeContainer .closeMenuIcon {
  width: 36px;
  height: 36px;
  display: inline-block;
}

.mobileMenu .closeContainer .closeMenuIcon img {
  width: 100%;
}

.mobileMenu .navigation {
  padding-left: 1rem;
  padding-right: 1rem;
  text-transform: uppercase;
}

.mobileMenu .navigation .dropdownParent {
  color: #fff;
  font-weight: normal;
  padding-top: 0 !important;
}

.mobileMenu .navigation .dropdownParent .dropdownChild {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

.mobileMenu .navigation .dropdownParent .dropdownChild a {
  color: #fff;
}

.mobileMenu .navigation .dropdownParent .dropdownChild li {
  margin-top: 0.5rem !important;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.mobileMenu .navigation .navLink {
  font-size: 1.25rem;
  padding-top: 0.5rem !important;
  padding-bottom: 0;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.mobileMenu .navigation .navLink a {
  color: #fff;
}

.subpageTop {
  height: 180px;
}

@media (max-width: 1200px) {
  .subpageTop {
    display: none;
  }
}

.subpageNavImage {
  width: 100%;
  height: 440px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  border-bottom: 2px solid #f36e31;
}

@media (max-width: 1200px) {
  .subpageNavImage {
    height: 250px;
  }
}

.subpageSection {
  color: #242424;
  min-height: 400px;
  padding-bottom: 3rem;
}

@media (max-width: 1200px) {
  .subpageSection {
    padding-bottom: 1.5rem;
    margin-top: 0;
  }
}

.subpageSection .subpageInnerSection {
  background-color: #fff;
  padding: 32px 12px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  position: relative;
  top: -1px;
}

@media (max-width: 1200px) {
  .subpageSection .subpageInnerSection {
    padding: 1rem;
    border-radius: 0;
    position: static;
  }
}

.subpageSection a {
  color: #ed0020;
}

.subpageSection .subpageHeader {
  margin: 0;
  margin-top: 36px;
  font-size: 1.5rem;
  font-weight: bold;
}

@media (max-width: 1200px) {
  .subpageSection .subpageHeader {
    text-align: center;
  }
}

.subpageSection .subpageContent {
  margin-bottom: 1rem;
  text-align: justify;
  font-size: 1rem;
  margin-top: 36px;
}

@media (max-width: 1200px) {
  .subpageSection .subpageContent {
    margin-top: 2rem;
  }
}

.subpageSection .subpageContent::after {
  content: '';
  display: block;
  clear: both;
}

.subpageSection .subpageImage {
  float: right;
  max-width: 50%;
  padding-left: 1rem;
  padding-bottom: 1rem;
}

@media (max-width: 997px) {
  .subpageSection .subpageImage {
    width: 70%;
    max-width: initial;
    float: none;
    padding-left: 0;
    display: block;
    margin: auto;
    text-align: center;
  }
}

.subpageSection .subpageImage img {
  max-width: 100%;
}

.subpageSection .galleryContent {
  margin-top: 2rem;
  text-align: justify;
}

.subpageSection .galleryContent .galleryHeader {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.subpageSection .galleryContent .photosContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.subpageSection .galleryContent .photosContainer .photo {
  width: 31.33%;
  margin-bottom: 1rem;
  margin-right: 1%;
  margin-left: 1%;
  height: 250px;
  overflow-y: hidden;
  border: 1px solid #635c5c;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0px;
}

.subpageSection .galleryContent .photosContainer .photo:hover {
  opacity: 0.9;
  cursor: pointer;
  border-color: #ed0020;
}

.subpageSection .galleryContent .photosContainer .photo img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  min-height: 180px;
}

@media (max-width: 800px) {
  .subpageSection .galleryContent .photosContainer .photo {
    width: 48%;
    height: 220px;
  }
}

@media (max-width: 600px) {
  .subpageSection .galleryContent .photosContainer .photo {
    width: 100%;
  }
}

.subpageSection .projectsContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0;
}

.subpageSection .projectsContainer .article {
  margin-bottom: 1rem;
}

.contactContent .flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2rem;
}

@media (max-width: 997px) {
  .contactContent .flexBox {
    display: block;
  }
}

.contactContent .flexBox .contactBox {
  width: 28%;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 1rem;
}

@media (max-width: 997px) {
  .contactContent .flexBox .contactBox {
    display: block;
    width: 100%;
  }
}

.contactContent .flexBox .contactBox .contact {
  padding: 1rem;
  background-color: #650000;
  color: #fff;
  margin-bottom: 1rem;
  border-radius: 4px;
  position: relative;
  padding-left: 64px;
}

.contactContent .flexBox .contactBox .contact img {
  position: absolute;
  left: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 36px;
}

.contactContent .flexBox .contactBox .contact:hover {
  background-color: #570000;
  color: #fff;
  cursor: pointer;
}

.contactContent .flexBox .formBox {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 997px) {
  .contactContent .flexBox .formBox {
    width: 100%;
    display: block;
  }
}

.contactContent .contactFormSmallBox {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  margin-top: 1rem;
  margin-bottom: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 800px) {
  .contactContent .contactFormSmallBox {
    width: 100%;
    margin-bottom: 0;
  }
}

.contactContent .contactFormSmallBox input {
  padding: 0.5rem;
  width: 90%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 14px;
  border: 1px solid #000;
}

@media (max-width: 800px) {
  .contactContent .contactFormSmallBox input {
    width: 100%;
  }
}

.contactContent .captcha {
  text-align: right;
  float: right;
}

@media (max-width: 800px) {
  .contactContent .captcha {
    float: none;
  }
}

.contactContent .contactFormBigBox {
  width: 70%;
  display: inline-block;
  vertical-align: top;
  margin-top: 1rem;
  margin-bottom: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 800px) {
  .contactContent .contactFormBigBox {
    width: 100%;
    margin-top: 0;
  }
}

.contactContent .contactFormBigBox textarea {
  width: 100%;
  max-width: 100%;
  padding: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #000;
}

.contactContent .contactFormLabel {
  font-size: 1.25rem;
  color: #242424;
}

.contactContent input {
  color: #000;
}

.contactContent textarea {
  color: #000;
  resize: none;
}

.contactContent .rodo {
  font-size: 0.8rem;
  text-align: justify;
  margin-bottom: 1rem;
  margin-left: 1.25rem;
}

.alertError {
  text-align: center;
  background-color: #d42323;
  color: #fff;
  position: fixed;
  top: 120px;
  z-index: 100;
  padding: 2rem;
  border-radius: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.alertError:hover {
  cursor: pointer;
  background-color: #c72020;
}

.alertError p {
  margin-bottom: 0;
}

.alertSuccess {
  text-align: center;
  background-color: #38ac21;
  color: #fff;
  position: fixed;
  top: 120px;
  z-index: 100;
  padding: 2rem;
  border-radius: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.alertSuccess:hover {
  cursor: pointer;
  background-color: #2f941b;
}

.alertSuccess p {
  margin-bottom: 0;
}

.btnContainer {
  text-align: right;
}

@media (max-width: 800px) {
  .btnContainer {
    text-align: center;
  }
}

.btnContainer .btn, .btnContainer button {
  padding: 1rem 4rem;
  color: #fff;
  background-color: #ed0020;
  text-transform: uppercase;
  border: none;
  margin-top: 1rem;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 900;
  color: #ededed;
}

.btnContainer .btn:hover, .btnContainer button:hover {
  background-color: #ce011c;
  color: #fff;
  cursor: pointer;
}

.fbContainer {
  position: fixed;
  top: 34%;
  left: -250px;
  z-index: 50;
  width: 250px;
  -webkit-transition: left 0.25s ease-in-out;
  transition: left 0.25s ease-in-out;
  background-color: #fff;
  min-height: 200px;
}

.fbContainer .fb-page {
  width: 100% !important;
}

.fbContainer .fbLogoContainer {
  position: relative;
}

.fbContainer .fbLogoContainer .fbLogo {
  position: absolute;
  right: -36px;
  width: 36px;
  height: 36px;
}

.fbContainer .fbLogoContainer .fbLogo:hover {
  cursor: pointer;
}

.fbContainer .fbLogoContainer .fbLogo img {
  width: 100%;
}

.modal {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  z-index: 1001;
  left: 0;
  top: 0;
  display: none;
  text-align: center;
}

.modal .modalClose {
  position: absolute;
  top: 1rem;
  right: 2rem;
  z-index: 1010;
}

.modal .modalClose:hover {
  cursor: pointer;
}

.modal .modalPrev {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 1rem;
  z-index: 1010;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.modal .modalPrev:hover {
  cursor: pointer;
}

.modal .modalNext {
  margin: 0;
  position: absolute;
  top: 50%;
  right: 2rem;
  z-index: 1010;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.modal .modalNext:hover {
  cursor: pointer;
}

.modal .modalContainer {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.modal .modalContainer img {
  max-width: 90vw;
  max-height: 90vh;
  display: none;
}

.paginationLinks {
  text-align: center;
}

.paginationLinks .pagination > .active > span {
  background-color: #ed0020;
  border: 1px solid #a6a6a6;
  display: inline-block;
  margin-left: 4px;
  border-radius: 0;
}

.paginationLinks .pagination > li > a, .paginationLinks .disabled {
  color: #fff;
  background-color: #444649;
  border: 1px solid #a6a6a6;
  display: inline-block;
  margin-left: 4px;
  border-radius: 0;
}

.paginationLinks .disabled {
  display: none;
}

.dropdown {
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: none;
  background-color: #000000;
  z-index: 20;
  padding: 0;
  font-size: 1rem;
  border-radius: 4px;
  left: 0%;
  text-align: left;
  white-space: nowrap;
}

.dropdown li {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem;
  color: #fff;
}

.dropdown li a {
  color: #fff !important;
}

.dropdown li:hover {
  cursor: pointer;
  border-radius: 4px;
  background-color: #1f1f1f;
}

.dropdown li:hover a {
  color: #fff !important;
}

.dropdown:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}

.dropdownParent {
  color: #fff;
  position: relative;
}

.dropdownParent:hover .dropdown {
  visibility: visible;
  display: block;
  opacity: 1;
  -webkit-animation-name: fadeInDropdown;
  -webkit-animation-duration: 0.25s;
  animation-name: fadeInDropdown;
  animation-duration: 0.25s;
}

.dropdownParent .faqContent {
  margin: 0;
}

.dropdownParent .faqContent .faqElement {
  border: none;
}

.dropdownParent .faqContent .faqCategory {
  border: none;
  position: relative;
}

.dropdownParent .faqContent .faqCategory .collapseIcons {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.dropdownParent .faqContent .faqCategory .collapseIcons img {
  width: 20px;
}

@media (max-width: 600px) {
  .dropdownParent .faqContent .faqCategory .collapseIcons {
    display: inline-block;
  }
}

.dropdownParent .faqContent .faqCategory .collapseIcons .mobileLink {
  margin-top: 0.5rem;
}

.mobileDropdownLink {
  opacity: 1 !important;
}

.confirmBox {
  padding: 1rem;
  background-color: #000000;
  color: #fff;
  position: fixed;
  left: 0;
  bottom: -100%;
  right: 0;
  z-index: 100;
  opacity: 0;
  -webkit-transition: bottom 0.5s ease-in-out, opacity 0.5s ease-in-out;
  transition: bottom 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.confirmBox .confirmText {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
  display: inline-block;
  width: 85%;
  padding-top: 0.5rem;
  color: #fff;
}

@media (max-width: 997px) {
  .confirmBox .confirmText {
    padding-top: 0;
    width: 100%;
  }
}

.confirmBox .confirmBtn {
  margin-left: 5%;
  width: 10%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
  display: inline-block;
  background-color: #fff;
  color: #000;
  text-align: center;
  padding: 0.5rem;
  border-radius: 4px;
}

@media (max-width: 997px) {
  .confirmBox .confirmBtn {
    width: 160px;
    float: right;
    display: block;
    margin-left: 0;
    margin-top: 12px;
  }
}

.confirmBox .confirmBtn:hover {
  background-color: #e0e0e0;
  cursor: pointer;
}

.loadingSection {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  text-align: center;
}

.loadingSection .logo {
  position: absolute;
  max-width: 50vw;
  left: 50vw;
  top: 50vh;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.loadingSection .logo img {
  -webkit-animation: loadingScale 1.5s linear infinite alternate;
  animation: loadingScale 1.5s linear infinite alternate;
  max-width: 300px;
}

@media (max-width: 1200px) {
  .loadingSection .logo img {
    max-width: 150px;
  }
}

.transitionSection {
  display: none;
}

.transitionSection .leftTrans {
  width: 50vw;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #000000;
  z-index: 1000;
  -webkit-transition: left 0.5s ease-in-out;
  transition: left 0.5s ease-in-out;
}

.transitionSection .rightTrans {
  width: 50vw;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000000;
  z-index: 1000;
  -webkit-transition: right 0.5s ease-in-out;
  transition: right 0.5s ease-in-out;
}

.fixedMenu {
  position: fixed;
  z-index: 25;
  left: 0;
  right: 0;
  top: -100%;
  -webkit-transition: top 0.25s ease-in-out;
  transition: top 0.25s ease-in-out;
  background-color: #000000;
  margin: auto;
}

@media (max-width: 1200px) {
  .fixedMenu {
    display: none;
  }
}

.fixedMenu .navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-transform: uppercase;
}

.fixedMenu .navigation .navLink {
  font-weight: bold !important;
}

.fixedMenu .navigation .navLink a {
  color: #fff;
  font-weight: bold !important;
}

.fixedMenu .navigation .navLink a:hover {
  color: #e6e6e6;
}

.fixedMenu .navigation .homeIcon {
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fixedMenu .navigation .homeIcon img {
  width: 24px;
  margin-top: 10px;
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.fixedMenu .navigation .homeIcon img:hover {
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}

.fixedMenu .navigation .dropdownParent {
  color: #fff;
  font-weight: normal;
}

.fixedMenu .navigation .dropdownParent .dropdown a {
  color: #fff;
}

.fixedMenu .navigation .navLink {
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  padding-left: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.fixedMenu .navigation .navLink a {
  color: #fff;
}

.hideme {
  opacity: 0;
}

@media (max-width: 1200px) {
  .hideme {
    opacity: 1;
  }
}

.fadeInEffect {
  -webkit-animation-name: fadeInDropdown;
  -webkit-animation-duration: 0.8s;
  animation-name: fadeInDropdown;
  animation-duration: 0.8s;
}

@-webkit-keyframes headerAnimation {
  0% {
    left: -100vw;
  }
  100% {
    left: 0;
  }
}

@keyframes headerAnimation {
  0% {
    left: -100vw;
  }
  100% {
    left: 0;
  }
}

@-webkit-keyframes fadeInDropdown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInDropdown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes logoScale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 1;
  }
}

@keyframes logoScale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes loadingScale /* Safari and Chrome */ {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }
}

@keyframes loadingScale {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }
}

.content-container {
  position: relative;
  min-height: 100vh;
}

@media (max-width: 1200px) {
  .content-container {
    position: static;
    min-height: auto;
  }
}

.sliderSection {
  position: relative;
  z-index: 10;
}

@media (max-width: 1200px) {
  .sliderSection {
    margin-top: 0;
  }
}

.sliderSection .carousel {
  position: relative;
}

.sliderSection .carousel .carousel-control {
  opacity: 0;
}

.sliderSection .carousel .carousel-inner {
  height: 450px;
}

@media (max-width: 1200px) {
  .sliderSection .carousel .carousel-inner {
    height: 600px;
  }
}

@media (max-width: 800px) {
  .sliderSection .carousel .carousel-inner {
    height: 500px;
  }
}

.sliderSection .carousel .carousel-inner .item {
  height: 450px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 1200px) {
  .sliderSection .carousel .carousel-inner .item {
    height: 600px;
    background-position: center;
  }
}

@media (max-width: 800px) {
  .sliderSection .carousel .carousel-inner .item {
    height: 500px;
  }
}

.sliderSection .carousel .carousel-inner .item .wrapper {
  height: 100%;
}

@media (max-width: 1200px) {
  .sliderSection .carousel .carousel-inner .item .wrapper {
    background-color: rgba(255, 255, 255, 0.25);
  }
}

.sliderSection .carousel .carousel-inner .item .wrapper .sliderWrapper {
  position: relative;
  height: 100%;
}

.sliderSection .carousel .carousel-inner .item .wrapper .sliderInner {
  padding-top: 64px;
  text-align: right;
}

@media (max-width: 1200px) {
  .sliderSection .carousel .carousel-inner .item .wrapper .sliderInner {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    padding-top: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
  }
}

.sliderSection .carousel .carousel-inner .item .wrapper .sliderInner .sliderSubheader {
  margin: 0;
  width: 700px;
  font-weight: 900;
  color: #ed0020;
  margin-left: auto;
  font-size: 2.5rem;
}

@media (max-width: 1200px) {
  .sliderSection .carousel .carousel-inner .item .wrapper .sliderInner .sliderSubheader {
    width: 100%;
    font-weight: bold;
    font-size: 1.25rem;
  }
}

@media (max-width: 600px) {
  .sliderSection .carousel .carousel-inner .item .wrapper .sliderInner .sliderSubheader {
    font-size: 1rem;
  }
}

.sliderSection .carousel .carousel-inner .item .wrapper .sliderInner .sliderHeader {
  margin: 0;
  width: 700px;
  font-weight: normal;
  font-size: 2.5rem;
  margin-left: auto;
}

@media (max-width: 1200px) {
  .sliderSection .carousel .carousel-inner .item .wrapper .sliderInner .sliderHeader {
    width: 100%;
    font-size: 1.5rem;
    margin-top: 4px;
    font-weight: 900;
  }
}

@media (max-width: 600px) {
  .sliderSection .carousel .carousel-inner .item .wrapper .sliderInner .sliderHeader {
    font-size: 1.25rem;
  }
}

.sliderSection .carousel .carousel-inner .item .wrapper .sliderInner .sliderContent {
  margin-top: 24px;
  font-size: 1.125rem;
  width: 650px;
  margin-left: auto;
}

@media (max-width: 1200px) {
  .sliderSection .carousel .carousel-inner .item .wrapper .sliderInner .sliderContent {
    width: 100%;
    font-size: 1rem;
    margin-top: 2rem;
    font-weight: 500;
  }
}

@media (max-width: 600px) {
  .sliderSection .carousel .carousel-inner .item .wrapper .sliderInner .sliderContent {
    font-size: 0.875rem;
  }
}

.sliderSection .carousel .carousel-inner .item .wrapper .sliderInner .sliderButtons {
  margin-top: 36px;
}

@media (max-width: 1200px) {
  .sliderSection .carousel .carousel-inner .item .wrapper .sliderInner .sliderButtons {
    margin-top: 1.5rem;
  }
}

.sliderSection .carousel .carousel-inner .item .wrapper .sliderInner .sliderButtons .structureBtn {
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 200px;
  font-size: 1rem;
  font-weight: 900;
  color: #e7e7e7;
  text-align: center;
  background-color: #000000;
  padding: 12px;
  border-radius: 12px;
}

.sliderSection .carousel .carousel-inner .item .wrapper .sliderInner .sliderButtons .structureBtn:hover {
  background-color: #222222;
}

@media (max-width: 1200px) {
  .sliderSection .carousel .carousel-inner .item .wrapper .sliderInner .sliderButtons .structureBtn {
    max-width: 100%;
    margin-bottom: 12px;
  }
}

.sliderSection .carousel .carousel-inner .item .wrapper .sliderInner .sliderButtons .historyBtn {
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 200px;
  font-size: 1rem;
  font-weight: 900;
  color: #e7e7e7;
  text-align: center;
  background-color: #d0011d;
  margin-left: 12px;
  padding: 12px;
  border-radius: 12px;
}

.sliderSection .carousel .carousel-inner .item .wrapper .sliderInner .sliderButtons .historyBtn:hover {
  background-color: #bd0019;
}

@media (max-width: 1200px) {
  .sliderSection .carousel .carousel-inner .item .wrapper .sliderInner .sliderButtons .historyBtn {
    max-width: 100%;
    margin-left: 0;
  }
}

.sliderSection .carousel .indicatorsWrapper {
  position: absolute;
  width: 100%;
  z-index: 100;
  height: 20px;
  bottom: 4px;
  text-align: right;
}

@media (max-width: 1200px) {
  .sliderSection .carousel .indicatorsWrapper {
    display: none;
  }
}

.sliderSection .carousel .carousel-indicators {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1200px;
  margin-left: 0;
  bottom: 0;
  text-align: right;
  padding: 0;
  margin: 0;
}

.sliderSection .carousel .carousel-indicators li {
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  background-color: #000;
  border: 1px solid #000;
  margin-left: 0px;
}

.sliderSection .carousel .carousel-indicators li:hover {
  background-color: #d0011d;
  border: 1px solid #d0011d;
}

.sliderSection .carousel .carousel-indicators .active {
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  background-color: #d0011d;
  border: 1px solid #d0011d;
  margin-left: 0px;
}

.autoSliderContainer {
  overflow-x: hidden;
  white-space: nowrap;
}

.autoSliderContainer .autoSlider {
  display: inline-block;
  min-width: 1200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.companiesContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 46px;
  padding-bottom: 46px;
}

@media (max-width: 1200px) {
  .companiesContainer {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.companiesContainer .companyElement {
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-left: 2rem;
  margin-right: 2rem;
}

.companiesContainer .companyElement img {
  max-width: 300px;
}

.headerSection {
  background-color: #000000;
  padding-top: 34px;
}

@media (max-width: 1200px) {
  .headerSection {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.headerSection .pageLogo {
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 250px;
}

@media (max-width: 1200px) {
  .headerSection .pageLogo {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 2rem;
    text-align: center;
    max-width: 100%;
  }
}

.headerSection .pageLogo img {
  max-width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

.headerSection .pageLogo img:hover {
  opacity: 0.9;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

@media (max-width: 1200px) {
  .headerSection .pageLogo img {
    max-width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.headerSection .headerContent {
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 950px;
}

@media (max-width: 1200px) {
  .headerSection .headerContent {
    display: block;
    width: 100%;
  }
}

.headerSection .headerContent .headerTopContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

@media (max-width: 1200px) {
  .headerSection .headerContent .headerTopContent {
    display: block;
  }
}

.headerSection .headerContent .headerTopContent .languages {
  width: 100px;
  text-align: right;
  padding-right: 34px;
  padding-top: 12px;
}

@media (max-width: 1200px) {
  .headerSection .headerContent .headerTopContent .languages {
    width: 100%;
    text-align: center;
    padding-right: 0;
    padding-top: 0;
  }
}

.headerSection .headerContent .headerTopContent .languages img {
  margin-left: 3px;
}

.headerSection .headerContent .headerTopContent .languages img:hover {
  opacity: 0.9;
}

@media (max-width: 1200px) {
  .headerSection .headerContent .headerTopContent .languages img {
    margin-right: 3px;
  }
}

.headerSection .headerContent .headerTopContent .wcagIcons {
  width: 250px;
  padding-top: 12px;
}

@media (max-width: 1200px) {
  .headerSection .headerContent .headerTopContent .wcagIcons {
    padding-top: 0;
    width: 100%;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.headerSection .headerContent .headerTopContent .wcagIcons img {
  max-width: 100%;
}

.headerSection .headerContent .headerTopContent .wcagIcons .wcag {
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 12px;
  padding-left: 12px;
  border-left: 1px solid #eaeaeb;
}

.headerSection .headerContent .headerTopContent .wcagIcons .wcag img:hover {
  opacity: 0.9;
  cursor: pointer;
}

.headerSection .headerContent .headerTopContent .wcagIcons .wcag img:first-of-type {
  margin-right: 12px;
}

.headerSection .headerContent .headerTopContent .headerActions {
  width: 600px;
}

@media (max-width: 1200px) {
  .headerSection .headerContent .headerTopContent .headerActions {
    width: 100%;
    text-align: center;
  }
}

.headerSection .headerContent .headerTopContent .headerActions .searchInput {
  width: 385px;
  margin-right: 35px;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 11px 24px;
  border-radius: 12px;
  border: 1px solid #e3e3e3;
  background-color: #e3e3e3;
}

@media (max-width: 1200px) {
  .headerSection .headerContent .headerTopContent .headerActions .searchInput {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 800px) {
  .headerSection .headerContent .headerTopContent .headerActions .searchInput {
    width: 100%;
  }
}

.headerSection .headerContent .headerTopContent .headerActions .searchInputBox {
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

@media (max-width: 1200px) {
  .headerSection .headerContent .headerTopContent .headerActions .searchInputBox {
    margin-bottom: 1rem;
  }
}

.headerSection .headerContent .headerTopContent .headerActions .searchInputBox input {
  padding-right: 46px;
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  .headerSection .headerContent .headerTopContent .headerActions .searchInputBox input {
    padding-right: 42px;
  }
}

.headerSection .headerContent .headerTopContent .headerActions .searchInputBox .searchIcon {
  position: absolute;
  top: 50%;
  right: 48px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 1200px) {
  .headerSection .headerContent .headerTopContent .headerActions .searchInputBox .searchIcon {
    right: 1rem;
  }
}

.headerSection .headerContent .headerTopContent .headerActions .searchInputBox .searchIcon:hover {
  cursor: pointer;
}

.headerSection .headerContent .headerTopContent .headerActions .searchInputBox .searchIcon img {
  max-width: 100%;
}

.headerSection .headerContent .headerTopContent .headerActions .searchInputBox .searchIcon img:hover {
  opacity: 0.9;
  cursor: pointer;
}

.headerSection .headerContent .headerTopContent .headerActions .loginBtn {
  min-width: 180px;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 1200px) {
  .headerSection .headerContent .headerTopContent .headerActions .loginBtn {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.headerSection .headerContent .headerTopContent .headerActions .loginBtn a {
  width: 100%;
  display: inline-block;
  background-color: #ed0020;
  text-align: center;
  padding: 12px;
  font-weight: 900;
  color: #ededed;
  border-radius: 12px;
}

.headerSection .headerContent .headerTopContent .headerActions .loginBtn a:hover {
  background-color: #cf001c;
}

@media (max-width: 1200px) {
  .headerSection .headerContent .headerTopContent .headerActions .loginBtn a {
    max-width: 100%;
  }
}

.headerSection .headerContent .headerBottomContent {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: right;
}

@media (max-width: 1200px) {
  .headerSection .headerContent .headerBottomContent {
    display: none;
  }
}

.headerSection .headerContent .headerBottomContent .navigation .navLink {
  margin-left: 12px;
  padding-left: 12px;
  border-left: 1px solid #eee;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.headerSection .headerContent .headerBottomContent .navigation .navLink:first-of-type {
  border-left: none;
}

.headerSection .headerContent .headerBottomContent .navigation .navLink a {
  font-size: 1rem;
  color: #eeeeee;
  font-weight: 900;
}

.headerSection .headerContent .headerBottomContent .navigation .navLink a:hover {
  color: #ed0020;
}

.bottomHeaderSection {
  border-top: 3px solid #fff;
  background-color: #ed0020;
  padding-top: 8px;
  padding-bottom: 8px;
}

@media (max-width: 1200px) {
  .bottomHeaderSection {
    text-align: center;
  }
}

.bottomHeaderSection .wrapper {
  position: relative;
}

.bottomHeaderSection .bottomNavigation {
  padding-right: 100px;
}

@media (max-width: 1200px) {
  .bottomHeaderSection .bottomNavigation {
    display: none;
  }
}

.bottomHeaderSection .bottomNavigation .navLink {
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 12px;
  padding-right: 12px;
  border-right: 1px solid #eee;
}

.bottomHeaderSection .bottomNavigation .navLink:last-of-type {
  border-right: none;
}

.bottomHeaderSection .bottomNavigation .navLink a {
  color: #eeeeee;
  font-weight: 900;
}

.bottomHeaderSection .bottomNavigation .navLink a:hover {
  color: #e2e2e2;
}

.bottomHeaderSection .socials {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 1200px) {
  .bottomHeaderSection .socials {
    display: block;
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.bottomHeaderSection .socials a img {
  max-width: 100%;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

.bottomHeaderSection .socials a img:hover {
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  opacity: 0.9;
  cursor: pointer;
}

.alertSection {
  border-top: 1px solid #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #000;
  color: #fff;
}

@media (max-width: 1200px) {
  .alertSection .alertBox {
    font-size: 0.75rem;
  }
}

.alertSection .alertBox b {
  font-weight: 900;
}

.abannerSection {
  padding-top: 24px;
}

@media (max-width: 1200px) {
  .abannerSection {
    padding-top: 2rem;
    padding-bottom: 0;
  }
}

.abannerSection .abannerBox {
  text-align: center;
}

.abannerSection .abannerBox img {
  max-width: 100%;
}

.topArticleSection {
  padding-top: 24px;
  padding-bottom: 52px;
}

@media (max-width: 1200px) {
  .topArticleSection {
    padding-bottom: 0;
    padding-top: 2rem;
  }
}

.topArticleSection .bigArticle {
  width: 820px;
  height: 440px;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 30px;
}

@media (max-width: 1200px) {
  .topArticleSection .bigArticle {
    width: 100%;
    height: auto;
    padding-right: 0;
  }
}

.topArticleSection .bigArticle .article {
  height: 440px;
}

@media (max-width: 1200px) {
  .topArticleSection .bigArticle .article {
    height: auto;
  }
}

.topArticleSection .smallArticle {
  width: 380px;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 1200px) {
  .topArticleSection .smallArticle {
    width: 100%;
  }
}

.topArticleSection .smallArticle .article {
  height: 210px;
}

@media (max-width: 1200px) {
  .topArticleSection .smallArticle .article {
    height: auto;
    text-align: center;
  }
}

.topArticleSection .smallArticle .article:first-of-type {
  margin-bottom: 20px;
}

@media (max-width: 1200px) {
  .topArticleSection .smallArticle .article:first-of-type {
    margin-bottom: 2rem;
  }
}

.topArticleSection .smallArticle .article .articleContent {
  top: 60px;
  margin-left: 12px;
}

@media (max-width: 1200px) {
  .topArticleSection .smallArticle .article .articleContent {
    position: static;
    margin-left: 0;
  }
}

.topArticleSection .smallArticle .article .articleContent .articleType {
  font-size: 0.688rem;
  color: #fff;
}

@media (max-width: 1200px) {
  .topArticleSection .smallArticle .article .articleContent .articleType {
    font-size: 1rem;
    background-color: transparent;
  }
}

.topArticleSection .smallArticle .article .articleContent .articleTitle {
  font-size: 1.125rem;
  padding: 8px 12px;
}

@media (max-width: 1200px) {
  .topArticleSection .smallArticle .article .articleContent .articleTitle {
    font-size: 1.5rem;
    padding: 0;
    background-color: transparent;
  }
}

.topArticleSection .smallArticle .article .articleContent .articleDate {
  font-size: 0.688rem;
}

@media (max-width: 1200px) {
  .topArticleSection .smallArticle .article .articleContent .articleDate {
    font-size: 1rem;
    background-color: transparent;
  }
}

.topArticleSection .smallArticle .article .seeMoreBtn a {
  text-transform: uppercase;
  padding: 6px 36px;
  font-size: 0.688rem;
  border-radius: 8px;
}

@media (max-width: 1200px) {
  .topArticleSection .smallArticle .article .seeMoreBtn a {
    padding: 6px 24px;
    font-size: 0.75rem;
    border-radius: 12px;
  }
}

.topArticleSection .article {
  position: relative;
  color: #e7e7e7;
}

@media (max-width: 1200px) {
  .topArticleSection .article {
    padding: 0;
    margin-bottom: 2rem;
  }
}

.topArticleSection .article .articleImage {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.topArticleSection .article .articleImage .articleImageInner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: scale(1) rotate(0);
          transform: scale(1) rotate(0);
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

.topArticleSection .article .articleImage .articleImageInner:hover {
  -webkit-transform: scale(1.5) rotate(15deg);
          transform: scale(1.5) rotate(15deg);
}

@media (max-width: 1200px) {
  .topArticleSection .article .articleImage {
    z-index: -1;
  }
}

.topArticleSection .article .articleContent {
  position: absolute;
  z-index: 1;
  top: 160px;
  max-width: 100%;
  margin-left: 36px;
}

@media (max-width: 1200px) {
  .topArticleSection .article .articleContent {
    position: static;
    margin: 0;
    padding: 36px;
    background-color: #000000b0;
  }
}

.topArticleSection .article .articleContent .articleType {
  display: inline-block;
  padding: 4px 12px;
  font-weight: bold;
  background-color: #000000;
  background-color: #000000b0;
  color: #fff;
}

@media (max-width: 1200px) {
  .topArticleSection .article .articleContent .articleType {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    background-color: initial;
    text-align: center;
    display: block;
    margin-bottom: 0.5rem;
  }
}

.topArticleSection .article .articleContent .articleTitle {
  padding: 12px 16px;
  background-color: #000000;
  background-color: #000000b0;
  font-weight: bold;
  font-size: 1.5rem;
  margin-top: 6px;
  margin-bottom: 6px;
}

@media (max-width: 1200px) {
  .topArticleSection .article .articleContent .articleTitle {
    margin: 0;
    padding: 0;
    font-size: 1.5rem;
    background-color: initial;
    text-align: center;
    display: block;
    margin-bottom: 1rem;
    border: 1px solid #d0011d;
    padding: 6px 12px;
  }
}

.topArticleSection .article .articleContent .articleDate {
  display: inline-block;
  padding: 4px 12px;
  font-size: 0.875rem;
  font-weight: bold;
  background-color: #000000;
  background-color: #000000b0;
}

@media (max-width: 1200px) {
  .topArticleSection .article .articleContent .articleDate {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    background-color: initial;
    text-align: center;
    display: block;
  }
}

.topArticleSection .article .seeMoreBtn {
  position: absolute;
  right: 16px;
  bottom: -16px;
}

@media (max-width: 1200px) {
  .topArticleSection .article .seeMoreBtn {
    position: static;
    padding-bottom: 32px;
    background-color: #000000b0;
    text-align: center;
  }
}

.topArticleSection .article .seeMoreBtn a {
  display: inline-block;
  padding: 12px 64px;
  border-radius: 12px;
  background-color: #d0011d;
  border: 3px solid #fff;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.topArticleSection .article .seeMoreBtn a:hover {
  background-color: #000;
}

@media (max-width: 1200px) {
  .topArticleSection .article .seeMoreBtn a {
    padding: 6px 24px;
    font-size: 0.75rem;
  }
}

.infoSection .infoContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
}

@media (max-width: 1200px) {
  .infoSection .infoContent {
    display: block;
  }
}

.infoSection .infoContent .calendarBox {
  width: 597px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 24px;
  background-color: #d0011d;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.infoSection .infoContent .calendarBox:nth-of-type(2) {
  display: none;
}

.infoSection .infoContent .calendarBox .seeMoreBtn {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}

@media (max-width: 1200px) {
  .infoSection .infoContent .calendarBox .seeMoreBtn {
    position: static;
  }
}

@media (max-width: 1200px) {
  .infoSection .infoContent .calendarBox {
    padding: 32px;
    width: 100%;
    margin-bottom: 2rem;
  }
}

.infoSection .infoContent .calendarBox .calendarHeader {
  margin: 0;
  font-size: 1.375rem;
  font-weight: bold;
  color: #000;
}

@media (max-width: 1200px) {
  .infoSection .infoContent .calendarBox .calendarHeader {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 1rem;
  }
}

.infoSection .infoContent .calendarBox .calendarActions {
  position: absolute;
  top: 20px;
  right: 24px;
}

@media (max-width: 1200px) {
  .infoSection .infoContent .calendarBox .calendarActions {
    display: block;
    position: static;
    text-align: center;
  }
}

.infoSection .infoContent .calendarBox .calendarActions img {
  max-width: 100%;
  position: relative;
  top: -2px;
}

.infoSection .infoContent .calendarBox .calendarActions .calendarTitle {
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 0.875rem;
  font-weight: bold;
}

.infoSection .infoContent .calendarBox .calendars {
  padding-top: 48px;
}

@media (max-width: 1200px) {
  .infoSection .infoContent .calendarBox .calendars {
    padding-top: 2rem;
  }
}

.infoSection .infoContent .calendarBox .calendars .calendar {
  padding-bottom: 12px;
  margin-bottom: 16px;
  border-bottom: 1px solid #e98996;
  margin-right: 16px;
  position: relative;
  min-height: 82px;
}

@media (max-width: 1200px) {
  .infoSection .infoContent .calendarBox .calendars .calendar {
    margin-right: 0;
  }
}

.infoSection .infoContent .calendarBox .calendars .calendar:last-of-type {
  border-bottom: none;
}

.infoSection .infoContent .calendarBox .calendars .calendar .calendarDate {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 54px;
  padding: 8px 4px;
  background-color: #000000;
  text-align: center;
}

.infoSection .infoContent .calendarBox .calendars .calendar .calendarDate .calendarDateBig {
  font-size: 1.938rem;
  margin-top: -6px;
}

.infoSection .infoContent .calendarBox .calendars .calendar .calendarDate .calendarDateSmall {
  font-size: 0.75rem;
  margin-top: -6px;
}

.infoSection .infoContent .calendarBox .calendars .calendar .calendarContent {
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 72px;
}

.infoSection .infoContent .calendarBox .calendars .calendar .calendarContent .calendarHeader {
  margin: 0;
  font-size: 0.875rem;
  padding-top: 3px;
  font-weight: bold;
}

@media (max-width: 1200px) {
  .infoSection .infoContent .calendarBox .calendars .calendar .calendarContent .calendarHeader {
    text-align: left;
  }
}

.infoSection .infoContent .calendarBox .calendars .calendar .calendarContent .calendarPlace {
  font-size: 0.875rem;
  font-weight: normal;
  margin-top: 12px;
}

.infoSection .infoContent .calendarBox .seeMoreBtn {
  text-align: right;
  text-transform: uppercase;
}

@media (max-width: 1200px) {
  .infoSection .infoContent .calendarBox .seeMoreBtn {
    text-align: center;
  }
}

.infoSection .infoContent .calendarBox .seeMoreBtn a {
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 58px;
  border-radius: 12px;
  font-weight: bold;
  font-size: 0.875rem;
  background-color: #fff;
}

.infoSection .infoContent .calendarBox .seeMoreBtn a:hover {
  background-color: #000;
  color: #fff;
}

.infoSection .infoContent .newsletterBox {
  width: 597px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #000000;
  padding: 20px 24px;
}

@media (max-width: 1200px) {
  .infoSection .infoContent .newsletterBox {
    width: 100%;
    padding: 32px;
  }
}

.infoSection .infoContent .newsletterBox .newsletterHeader {
  margin: 0;
  font-size: 1.375rem;
  font-weight: bold;
}

@media (max-width: 1200px) {
  .infoSection .infoContent .newsletterBox .newsletterHeader {
    font-size: 1.5rem;
    text-align: center;
  }
}

.infoSection .infoContent .newsletterBox .newsletterContent {
  padding-top: 26px;
  font-size: 0.875rem;
  font-weight: bold;
}

@media (max-width: 1200px) {
  .infoSection .infoContent .newsletterBox .newsletterContent {
    padding-top: 2rem;
    text-align: center;
    font-weight: normal;
  }
}

.infoSection .infoContent .newsletterBox .formBox {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1200px) {
  .infoSection .infoContent .newsletterBox .formBox {
    margin-top: 2rem;
    display: block;
  }
}

.infoSection .infoContent .newsletterBox .formBox .newsletterInput {
  width: 380px;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 12px;
  border: 1px solid #fff;
  padding-left: 12px;
  padding-right: 12px;
  color: #000;
}

@media (max-width: 1200px) {
  .infoSection .infoContent .newsletterBox .formBox .newsletterInput {
    padding: 8px 12px;
    width: 100%;
    display: block;
  }
}

.infoSection .infoContent .newsletterBox .formBox .submitBtn {
  width: 150px;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  border-radius: 12px;
  padding: 16px 6px;
  background-color: #d0011d;
  border: 1px solid #d0011d;
  font-weight: bold;
}

.infoSection .infoContent .newsletterBox .formBox .submitBtn:hover {
  background-color: #c0001a;
  border-style: #c0001a;
}

@media (max-width: 1200px) {
  .infoSection .infoContent .newsletterBox .formBox .submitBtn {
    padding: 8px 12px;
    margin-top: 1rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.infoSection .infoContent .newsletterBox .formBox .submitBtn * {
  position: absolute !important;
  z-index: -99999;
}

.infoSection .infoContent .newsletterBox .rodo {
  margin-top: 26px;
  font-size: 0.625rem;
  text-align: justify;
  padding-left: 20px;
}

.bottomArticleSection {
  margin-top: 24px;
}

@media (max-width: 1200px) {
  .bottomArticleSection {
    margin-top: 2rem;
  }
}

.bottomArticleSection .articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1200px) {
  .bottomArticleSection .articles {
    display: block;
  }
}

.bottomArticleSection .articles .article {
  width: 380px;
}

@media (max-width: 1200px) {
  .bottomArticleSection .articles .article {
    width: 100%;
    padding-bottom: 2rem;
    text-align: center;
  }
}

.bottomArticleSection .articles .article .articleImage {
  height: 256px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .bottomArticleSection .articles .article .articleImage {
    width: 350px;
    max-width: 100%;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.bottomArticleSection .articles .article .articleImage .articleImageInner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: scale(1) rotate(0);
          transform: scale(1) rotate(0);
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

.bottomArticleSection .articles .article .articleImage .articleImageInner:hover {
  -webkit-transform: scale(1.5) rotate(15deg);
          transform: scale(1.5) rotate(15deg);
}

.bottomArticleSection .articles .article .articleHeader {
  margin: 0;
  margin-top: 8px;
  font-size: 1rem;
  font-weight: bold;
}

@media (max-width: 1200px) {
  .bottomArticleSection .articles .article .articleHeader {
    margin-top: 0;
    font-size: 1.5rem;
  }
}

.bottomArticleSection .articles .article .articleDate {
  margin-top: 2px;
  font-size: 0.75rem;
  color: #d0011d;
}

.bottomArticleSection .articles .article .articleContent {
  margin-top: 20px;
  font-size: 0.875rem;
  text-align: justify;
}

@media (max-width: 1200px) {
  .bottomArticleSection .articles .article .articleContent {
    margin-top: 1rem;
  }
}

.bottomArticleSection .articles .article .articleContent a {
  color: #d0011d;
}

.bottomArticleSection .seeMoreBtn {
  margin-top: 64px;
  text-align: right;
  padding-bottom: 8px;
  border-bottom: 1px solid #d0011d;
}

@media (max-width: 1200px) {
  .bottomArticleSection .seeMoreBtn {
    margin-top: 0;
    text-align: center;
  }
}

.bottomArticleSection .seeMoreBtn a {
  color: #d0011d;
  font-size: 0.875rem;
  font-weight: bold;
}

.bottomArticleSection .seeMoreBtn a:hover {
  color: #000;
}

.bannerSection {
  padding-top: 24px;
  padding-bottom: 62px;
}

@media (max-width: 1200px) {
  .bannerSection {
    padding-top: 2rem;
    padding-bottom: 0;
  }
}

.bannerSection .bannersHeader {
  margin: 0;
  width: 430px;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  background-color: #d0011d;
  text-align: center;
}

@media (max-width: 1200px) {
  .bannerSection .bannersHeader {
    display: block;
    width: 100%;
    padding: 12px 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 1.25rem;
  }
}

.bannerSection .banners {
  padding-top: 48px;
  padding-bottom: 48px;
  text-align: center;
}

@media (max-width: 1200px) {
  .bannerSection .banners {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.bannerSection .banners img {
  margin-left: 12px;
  margin-right: 12px;
  max-width: 100%;
}

@media (max-width: 1200px) {
  .bannerSection .banners img {
    margin: 8px 12px;
  }
}

.footerSection {
  color: #fff;
  background-color: #000;
  padding-top: 36px;
  padding-bottom: 36px;
}

@media (max-width: 1200px) {
  .footerSection {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.footerSection a {
  color: #fff;
}

.footerSection .footerFixedBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1200px) {
  .footerSection .footerFixedBox {
    display: block;
    text-align: center;
  }
}

.footerSection .footerNavigation {
  width: 75%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1200px) {
  .footerSection .footerNavigation {
    width: 100%;
    display: block;
    text-align: center;
  }
}

.footerSection .footerNavigation .footerNavigationBox {
  width: calc(100%/3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.875rem;
  padding-right: 3px;
}

@media (max-width: 1200px) {
  .footerSection .footerNavigation .footerNavigationBox {
    width: 100%;
    padding-right: 0;
    margin-bottom: 1rem;
  }
}

.footerSection .footerNavigation .footerNavigationBox .navCategory {
  margin-bottom: 36px;
}

@media (max-width: 1200px) {
  .footerSection .footerNavigation .footerNavigationBox .navCategory {
    margin-bottom: 1.5rem;
  }
}

.footerSection .footerNavigation .footerNavigationBox .navCategory:last-of-type {
  margin-bottom: 0;
}

.footerSection .footerNavigation .footerNavigationBox .navCategory .navCategoryHeader {
  font-weight: bold;
  margin-bottom: 12px;
}

.footerSection .footerNavigation .footerNavigationBox .navCategory .navLinks a {
  display: block;
  color: #fff;
}

.footerSection .footerNavigation .footerNavigationBox .navCategory .navLinks a:hover {
  color: #ed0020;
}

.footerSection .footerInfo {
  width: 25%;
  text-align: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 6px;
}

@media (max-width: 1200px) {
  .footerSection .footerInfo {
    text-align: center;
    padding-left: 0;
    width: 100%;
  }
}

.footerSection .footerInfo .footerLogo {
  margin-bottom: 64px;
}

@media (max-width: 1200px) {
  .footerSection .footerInfo .footerLogo {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

.footerSection .footerInfo .footerLogo img {
  max-width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

.footerSection .footerInfo .footerLogo img:hover {
  opacity: 0.9;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.footerSection .footerInfo .contacts .contact {
  margin-bottom: 40px;
  font-size: 0.75rem;
}

@media (max-width: 1200px) {
  .footerSection .footerInfo .contacts .contact {
    margin-bottom: 2rem;
  }
  .footerSection .footerInfo .contacts .contact:last-of-type {
    margin-bottom: 0;
  }
}

.footerSection .footerInfo .contacts .contact b {
  font-size: 0.875rem;
  margin-bottom: 12px;
  display: block;
}

.footerSection .footerInfo .contacts .contact a {
  font-size: 0.75rem;
  display: block;
}

.creditSection {
  padding-top: 8px;
  padding-bottom: 8px;
}

@media (max-width: 1200px) {
  .creditSection {
    text-align: center;
  }
}

.creditSection a {
  font-size: 0.75rem;
}

.breadcrumbSection {
  padding-top: 12px;
  color: #ed0020;
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
}

@media (max-width: 1200px) {
  .breadcrumbSection {
    text-align: center;
  }
}

.breadcrumbSection a {
  color: #ed0020;
}

.breadcrumbSection a:hover {
  color: #a00015;
}

.breadcrumbSection img {
  max-width: 100%;
  position: relative;
  top: -1px;
}

.subpageSection .subpageImageBox {
  display: inline-block;
  float: right;
  text-align: right;
  max-width: 50%;
  padding-left: 36px;
  padding-bottom: 36px;
}

@media (max-width: 1200px) {
  .subpageSection .subpageImageBox {
    float: none;
    display: block;
    text-align: center;
    padding-left: 0;
    padding-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 100%;
  }
}

.subpageSection .subpageImageBox .subpageImage {
  float: none;
  max-width: none;
  margin: 0;
  padding: 0;
  max-width: 100%;
}

@media (max-width: 1200px) {
  .subpageSection .subpageImageBox .subpageImage {
    margin-left: auto;
    margin-right: auto;
  }
}

.subpageSection .subpageImageBox .subpageImageDesc {
  text-align: left;
  padding: 6px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #d5d5d5;
  margin-top: 8px;
}

@media (max-width: 1200px) {
  .subpageSection .subpageImageBox .subpageImageDesc {
    text-align: center;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}

.fileSection {
  margin-top: 1rem;
}

.fileSection .fileSearch {
  margin-bottom: 1rem;
  display: inline-block;
  position: relative;
}

@media (max-width: 1200px) {
  .fileSection .fileSearch {
    display: block;
  }
}

.fileSection .fileSearch input {
  width: 385px;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 16px;
  border: 1px solid #e3e3e3;
  background-color: #e3e3e3;
  max-width: 100%;
  padding-right: 48px;
}

@media (max-width: 1200px) {
  .fileSection .fileSearch input {
    width: 100%;
  }
}

.fileSection .fileSearch .searchIcon {
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.fileSection .fileSearch .searchIcon:hover {
  cursor: pointer;
}

.fileSection .fileSearch .searchIcon img {
  max-width: 100%;
}

.fileSection .files .file {
  padding: 8px 16px;
  background-color: #e3e3e3;
  margin-bottom: 1rem;
  position: relative;
  padding-right: 2rem;
}

.fileSection .files .file i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1rem;
  color: #000;
}

.fileSection .files .file b a {
  color: #000;
}

.fileSection .files .file b a:hover {
  color: #ed0020;
}

.fileSection .files .file:hover {
  background-color: #dadada;
}

.fileSection .files .noFiles {
  padding: 8px 16px;
  background-color: #e3e3e3;
  margin-bottom: 1rem;
}

.subpageArticleSection .articles {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.subpageArticleSection .articles .article {
  margin-bottom: 64px;
}

@media (max-width: 1200px) {
  .subpageArticleSection .articles .article {
    margin-bottom: 2rem;
  }
}

@media (max-width: 1200px) {
  .articleSubpageSection {
    text-align: center;
  }
}

.articleSubpageSection .articleSubpageDate {
  margin-top: 36px;
  font-size: 0.875rem;
  color: #e31f24;
}

.articleSubpageSection .subpageHeader {
  margin-top: 4px;
  margin-bottom: 4px;
}

.articleSubpageSection .articleSubpageCategory {
  margin-top: 0;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 8px 20px;
  color: #e7e7e7;
  display: inline-block;
  background-color: #454545;
}

.calendarSubpageSection .calendarNavigation {
  text-align: center;
  margin-top: 2rem;
  font-size: 1.5rem;
  font-weight: bold;
}

.calendarSubpageSection .calendarNavigation .navLeft {
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 1rem;
}

.calendarSubpageSection .calendarNavigation .navLeft:hover {
  cursor: pointer;
  opacity: 0.9;
  color: #ed0020;
}

.calendarSubpageSection .calendarNavigation .navRight {
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 1rem;
}

.calendarSubpageSection .calendarNavigation .navRight:hover {
  cursor: pointer;
  opacity: 0.9;
  color: #ed0020;
}

.calendarSubpageSection .calendarNavigation .calendarActualDate {
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-transform: uppercase;
}

.calendarSubpageSection .calendars {
  margin-top: 4rem;
}

.calendarSubpageSection .calendars .calendar {
  padding-bottom: 12px;
  margin-bottom: 16px;
  border-bottom: 1px solid #e98996;
  margin-right: 16px;
  position: relative;
  min-height: 82px;
}

@media (max-width: 1200px) {
  .calendarSubpageSection .calendars .calendar {
    margin-right: 0;
  }
}

.calendarSubpageSection .calendars .calendar:last-of-type {
  border-bottom: none;
}

.calendarSubpageSection .calendars .calendar .calendarDate {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 54px;
  padding: 8px 4px;
  background-color: #000000;
  text-align: center;
  color: #fff;
}

.calendarSubpageSection .calendars .calendar .calendarDate .calendarDateBig {
  font-size: 1.938rem;
  margin-top: -6px;
}

.calendarSubpageSection .calendars .calendar .calendarDate .calendarDateSmall {
  font-size: 0.75rem;
  margin-top: -6px;
}

.calendarSubpageSection .calendars .calendar .calendarContent {
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 72px;
}

.calendarSubpageSection .calendars .calendar .calendarContent .calendarHeader {
  margin: 0;
  font-size: 0.875rem;
  padding-top: 3px;
  font-weight: bold;
}

@media (max-width: 1200px) {
  .calendarSubpageSection .calendars .calendar .calendarContent .calendarHeader {
    text-align: left;
  }
}

.calendarSubpageSection .calendars .calendar .calendarContent .calendarPlace {
  font-size: 0.875rem;
  font-weight: normal;
  margin-top: 12px;
}

.dropdown {
  font-weight: normal !important;
}

.dropdown * {
  font-weight: normal !important;
}

.dropdown li {
  padding: 0.75rem;
}

.team-section .teams {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1200px) {
  .team-section .teams {
    display: block;
  }
}

.team-section .teams .team {
  width: 600px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  max-width: 100%;
  margin-bottom: 2rem;
}

@media (max-width: 1200px) {
  .team-section .teams .team {
    width: 100%;
    margin-bottom: 4rem;
  }
}

.team-section .teams .team .team-image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (max-width: 1200px) {
  .team-section .teams .team .team-image {
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media (max-width: 600px) {
  .team-section .teams .team .team-image {
    position: static;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
  }
}

.team-section .teams .team .team-info {
  width: 450px;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 2rem;
  padding-right: 3rem;
}

@media (max-width: 1200px) {
  .team-section .teams .team .team-info {
    width: 100%;
    padding-left: 180px;
    padding-right: 0;
  }
}

@media (max-width: 600px) {
  .team-section .teams .team .team-info {
    padding-left: 0;
    text-align: center;
  }
}

.team-section .teams .team .team-info .team-header {
  margin: 0;
  font-size: 1.25rem;
  color: #000;
}

.team-section .teams .team .team-info .team-content {
  margin-bottom: 1rem;
  font-size: 0.8rem;
  color: #6d6d6d;
}

.team-section .teams .team .team-info .team-contacts {
  padding-top: 1rem;
  border-top: 1px solid #ed0020;
}

.team-section .teams .team .team-info .team-contacts .team-contact {
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ed0020;
  padding: 4px 12px;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

@media (max-width: 600px) {
  .team-section .teams .team .team-info .team-contacts .team-contact {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}

.team-section .teams .team .team-info .team-contacts .team-contact:hover {
  background-color: #ed0020;
}

.team-section .teams .team .team-info .team-contacts .team-contact:hover a {
  color: #fff;
}

.dropdown2, .dropdown3 {
  z-index: -1;
}

.dropdownParentBox {
  position: relative;
}

.dropdownParentBox:hover .dropdown2 {
  opacity: 1;
  z-index: 100;
}

.dropdownParentBox .dropdown2 > .dropdownParentBox:hover .dropdown3 {
  opacity: 1;
  z-index: 100;
}

.dropdownParentBox .dropdown2, .dropdownParentBox .dropdown3 {
  padding-left: 0;
  position: absolute;
  top: 0;
  left: 100%;
  background-color: #000000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

.headerSection .headerContent .headerBottomContent .navigation > .navLink:first-of-type {
  margin-left: 0;
  padding-left: 0;
}
/*# sourceMappingURL=style.css.map */