html {
  font-size: 10px;
  margin: 0 !important;
}

body {
  font-family: 'filson-pro', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  padding-top: 12rem;
}

[lanim] {
  opacity: 0;
}

:root {
  --container-static-width: 146rem;
  --container-padding: 8rem;
}

.container-block {
  padding: var(--container-padding);
}
.container {}
.container-static {
  width: var(--container-static-width);
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1700px) {
  html {
    font-size: 9.5px;
  }
}

@media screen and (max-width: 1450px) {
  html {
    font-size: 8px;
  }
}

@media screen and (max-width: 1100px) {
  html {
    font-size: 7px;
  }
}

@media screen and (max-width: 991px) {
  html {
    font-size: 10px;
  }

  body {
    padding-top: 6rem;
  }

  :root {
  }
}

/* Header */

.header-block {
  height: 11.9rem;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
}
.header-block:before {
  content: '';
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 11.9rem;
  background: #002F47;
  border-bottom: 1px solid #4C6D7E;
}
.header {
  padding: 0 var(--container-padding);
  height: 11.9rem;
}
.header:after {
  content: '';
  display: block;
  clear: both;
}
.header-logo-box {
  position: relative;
  z-index: 20;
  line-height: 10rem;
  float: left;
}
.header-logo {
  width: 22rem;
  vertical-align: middle;
}
.header-mobile {
  display: none;
}
.header-search-box {
  position: relative;
  z-index: 20;
}
.header-search {}
.header-hamburger-box {}
.header-hamburger {}
.header-menu-block {
  margin-left: 22rem;
  display: flex;
  align-items: center;
  padding-top: .1rem;
  height: 11.8rem;
}
.header-menu-box {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-menu {}
.header-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.header-menu-list > li {}
.header-menu-item-box {
  position: relative;
  z-index: 20;
  height: 11.8rem;
  line-height: 11.8rem;
}
.header-menu-item {
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 500;
}
.header-submenu-block {
  position: absolute;
  z-index: 5;
  left: 0;
  width: 100%;
  top: 0;
  padding-top: 12rem;
  background: #002F47;
  transform: translate(0, -100%);
  transition: .4s all ease-in-out;
}
.header-menu-list > li:hover > .header-submenu-block {
  transform: translate(0, 0);
}
.header-submenu-box {
  padding: 0 8rem;
}
.header-submenu-box:after {
  content: '';
  display: block;
  clear: both;
}
.header-submenu-label {
  color: #FFF;
  margin: 0;
  float: left;
  width: 23%;
  padding-right: calc(2% + .8rem);
  font-size: 5.5rem;
  font-weight: 100;
}
.header-submenu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.header-submenu-list > li {
  width: calc(33.3333% - 1.2rem);
  padding-right: 1.8rem;
  float: left;
}
.header-submenu-list > li:nth-child(3n) {
  padding: 0;
}
.header-submenu-item-box {
  border-bottom: 1px solid #69CDDD;
}
.header-submenu-item {
  color: #FFF;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 400;
}
.header-subsubmenu {}
.header-subsubmenu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-subsubmenu-list > li {}
.header-subsubmenu-item {
  color: #FFF;
  text-decoration: none;
  text-align: center;
}
.header-subsubmenu-iicon-box {}
.header-subsubmenu-iicon {}
.header-subsubmenu-ilabel {
  color: #FFF;
  font-size: 1.3rem;
  font-weight: 400;
}
.header-socials-box {
  position: relative;
  z-index: 20;
}
.header-socials {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-social-link {
  color: #FFF;
  text-decoration: none;
  font-size: 0;
}
.header-social-linkedin {}
.header-social-instagram {}
.header-social-facebook {}
.header-language-block {
  position: relative;
  z-index: 20;
}
.header-language-label-box {}
.header-language-label {
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
}
.header-language-box {}
.header-language-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-language-link {
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
}
.header-bsearch-block {
  display: none;
}
.header-bsearch {}
.header-bsearch-title-box {}
.header-bsearch-title {}
.header-bsearch-form-box {}
.header-bsearch-input-block {}
.header-bsearch-input-box {}
.header-bsearch-input {}
.header-bsearch-input-label {}
.header-bsearch-submit-box {}
.header-bsearch-submit {}

@media screen and (min-width: 992px) {
  /* Hover */
}

@media screen and (max-width: 991px) {
  .header-block {}
  .header {}
  .header-logo-box {}
  .header-logo {}
  .header-mobile {}
  .header-search-box {}
  .header-search {}
  .header-hamburger-box {}
  .header-hamburger {}
  .header-menu-block {}
  .header-menu-box {}
  .header-menu {}
  .header-menu-list {}
  .header-menu-item-box {}
  .header-menu-item {}
  .header-submenu-block {}
  .header-submenu-box {}
  .header-submenu-label {}
  .header-submenu-list {}
  .header-submenu-item-box {}
  .header-submenu-item {}
  .header-subsubmenu {}
  .header-subsubmenu-list {}
  .header-subsubmenu-item {}
  .header-subsubmenu-iicon-box {}
  .header-subsubmenu-iicon {}
  .header-subsubmenu-ilabel {}
  .header-socials-box {}
  .header-socials {}
  .header-social-link {}
  .header-social-linkedin {}
  .header-social-instagram {}
  .header-social-facebook {}
  .header-language-block {}
  .header-language-label-box {}
  .header-language-label {}
  .header-language-box {}
  .header-language-list {}
  .header-language-link {}
  .header-bsearch-block {}
  .header-bsearch {}
  .header-bsearch-title-box {}
  .header-bsearch-title {}
  .header-bsearch-form-box {}
  .header-bsearch-input-block {}
  .header-bsearch-input-box {}
  .header-bsearch-input {}
  .header-bsearch-input-label {}
  .header-bsearch-submit-box {}
  .header-bsearch-submit {}
}

/* Footer */

.footer-block {
  background: #002F47;
  padding: var(--container-padding);
  position: relative;
  overflow: hidden;
}
.footer {
  color: #FFF;
  position: relative;
  z-index: 2;
}
.footer-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.footer-col {}
.footer-col-title-box {}
.footer-col-title {}
.footer-col-body {}
.footer-menu-box {}
.footer-menu {
  list-style: none;
  padding: 0;
}
.footer-col-footer {}
.footer-col-logo-box {}
.footer-col-logo {}
.footer-col-email-box {}
.footer-col-email {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  height: 4rem;
  line-height: calc(3.8rem - 4px);
  color: #FFF;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 300;
  border: 2px solid transparent;
  padding: 0 2rem 0 4.6rem;
  border-radius: 4rem;
  position: relative;
  transition: .2s all ease-in-out;
}
.footer-col-email:hover {
  border-color: #E30613;
}
.footer-col-email:before {
  content: '';
  width: 1.2rem;
  height: 1.1rem;
  background: url(../images/arrow-button-white.svg) no-repeat center / contain;
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translate(0, -50%);
  transition: .2s all ease-in-out;
}
.footer-col-email:hover:before {
  left: 2rem;
}
.footer-bottom {}
.footer-bottom:after {
  content: '';
  clear: both;
  display: block;
}
.footer-left {
  float: left;
  display: flex;
  gap: 4rem;
  align-items: center;
}
.footer-copyright {}
.footer-bottom-link-box {}
.footer-bottom-link {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  height: 4rem;
  line-height: calc(3.8rem - 4px);
  color: #FFF;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 300;
  border: 2px solid transparent;
  padding: 0 2rem 0 4.6rem;
  border-radius: 4rem;
  position: relative;
  transition: .2s all ease-in-out;
}
.footer-bottom-link:hover {
  border-color: #E30613;
}
.footer-bottom-link:before {
  content: '';
  width: 1.2rem;
  height: 1.1rem;
  background: url(../images/arrow-button-white.svg) no-repeat center / contain;
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translate(0, -50%);
  transition: .2s all ease-in-out;
}
.footer-bottom-link:hover:before {
  left: 2rem;
}
.footer-right {
  float: right;
}
.footer-socials-box {}
.footer-socials {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-social-link {}
.footer-social-linkedin {}
.footer-social-instagram {}
.footer-social-facebook {}
.footer-author-box {}
.footer-author {}

@media screen and (min-width: 992px) {
  /* Hover */
}

@media screen and (max-width: 991px) {
  .footer-block {}
  .footer {}
  .footer-box {}
  .footer-col {}
  .footer-col-title-box {}
  .footer-col-title {}
  .footer-col-body {}
  .footer-menu-box {}
  .footer-menu {}
  .footer-col-footer {}
  .footer-col-logo-box {}
  .footer-col-logo {}
  .footer-col-email-box {}
  .footer-col-email {}
  .footer-bottom {}
  .footer-left {}
  .footer-copyright {}
  .footer-bottom-link-box {}
  .footer-bottom-link {}
  .footer-right {}
  .footer-socials-box {}
  .footer-socials {}
  .footer-social-link {}
  .footer-social-linkedin {}
  .footer-social-instagram {}
  .footer-social-facebook {}
  .footer-author-box {}
  .footer-author {}
}

/* 404 */

.notfound-block {}
.notfound {}
.notfound-image-box {}
.notfound-image {}
.notfound-box {}
.notfound-title-box {}
.notfound-title {}
.notfound-desc {}
.notfound-link-box {}
.notfound-link {}

@media screen and (min-width: 992px) {
  /* Hover */
}

@media screen and (max-width: 991px) {
  .notfound-block {}
  .notfound {}
  .notfound-image-box {}
  .notfound-image {}
  .notfound-box {}
  .notfound-title-box {}
  .notfound-title {}
  .notfound-desc {}
  .notfound-link-box {}
  .notfound-link {}
}

/* Components - Main slider */

.mslider-block {
  background: #002F47;
  height: 60rem;
  position: relative;
}
.mslider {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
}
.mslider-slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  user-select: none;
  pointer-events: none;
  transition: .2s opacity ease-in-out;
}
.mslider-slide.active {
  opacity: 1;
  z-index: 2;
  user-select: auto;
  pointer-events: auto;
}
.mslider-slide-box {}
.mslider-slide-title-box {}
.mslider-slide-title {
  color: #FFF;
  margin: 0;
  font-weight: 300;
  font-size: 5.5rem;
}
.mslider-slide-title b,
.mslider-slide-title strong {
  font-weight: 700;
}
.mslider-slide-link-box {}
.mslider-slide-link {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  height: 5rem;
  line-height: calc(4.8rem - 4px);
  color: #FFF;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 300;
  border: 2px solid transparent;
  padding: 0 2rem 0 6rem;
  border-radius: 4rem;
  position: relative;
  transition: .2s all ease-in-out;
}
.mslider-slide-link:hover {
  border-color: #E30613;
}
.mslider-slide-link:before {
  content: '';
  width: 1.2rem;
  height: 1.1rem;
  background: url(../images/arrow-button-white.svg) no-repeat center / contain;
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translate(0, -50%);
  transition: .2s all ease-in-out;
}
.mslider-slide-link:hover:before {
  left: 2rem;
}
.mslider-nav {
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: 0;
}
.mslider-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mslider-nav-item-box {}
.mslider-nav-item {
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: none;
  background: none;
}
.mslider-nav-arrows {
  position: absolute;
  z-index: 10;
  bottom: 0;
  right: 0;
}
.mslider-nav-left-box {}
.mslider-nav-left {
  cursor: pointer;
  border: 2px solid transparent;
  background: none;
  box-sizing: border-box;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  position: relative;
  padding: 0;
  font-size: 0;
  transition: .2s all ease-in-out;
}
.mslider-nav-left:hover {
  border-color: #69CDDD;
}
.mslider-nav-left:before {
  content: '';
  width: 2.1rem;
  height: 1.4rem;
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translate(0, -50%);
  background: url(../images/arrow-left-white.svg) no-repeat center / contain;
  transition: .2s all ease-in-out;
}
.mslider-nav-left:hover:before {
  right: 50%;
  transform: translate(50%, -50%);
}
.mslider-nav-right-box {}
.mslider-nav-right {
  cursor: pointer;
  border: 2px solid transparent;
  background: none;
  box-sizing: border-box;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  position: relative;
  padding: 0;
  font-size: 0;
  transition: .2s all ease-in-out;
}
.mslider-nav-right:hover {
  border-color: #69CDDD;
}
.mslider-nav-right:before {
  content: '';
  width: 2.1rem;
  height: 1.4rem;
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translate(0, -50%);
  background: url(../images/arrow-right-white.svg) no-repeat center / contain;
  transition: .2s all ease-in-out;
}
.mslider-nav-right:hover:before {
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 992px) {
  /* Hover */
}

@media screen and (max-width: 991px) {
  .mslider-block {}
  .mslider {}
  .mslider-slide {}
  .mslider-slide-box {}
  .mslider-slide-title-box {}
  .mslider-slide-title {}
  .mslider-slide-link-box {}
  .mslider-slide-link {}
  .mslider-nav {}
  .mslider-nav-list {}
  .mslider-nav-item-box {}
  .mslider-nav-item {}
  .mslider-nav-arrows {}
  .mslider-nav-left-box {}
  .mslider-nav-left {}
  .mslider-nav-right-box {}
  .mslider-nav-right {}
}

/* Components - Main info */

.minfo-block {}
.minfo-block:after {
  content: '';
  clear: both;
  display: block;
}
.minfo {
  float: left;
  width: 80%;
}
.minfo-title-box {}
.minfo-title {
  color: #002F47;
  font-size: 3.5rem;
  font-weight: 300;
  margin: 0;
}
.minfo-title b,
.minfo-title strong {
  font-weight: 500;
}
.minfo-desc {
  color: #002F47;
  font-size: 1.5rem;
}
.minfo-logo-box {
  overflow: hidden;
  text-align: center;
}
.minfo-logo {
  max-width: 80%;
}

@media screen and (min-width: 992px) {
  /* Hover */
}

@media screen and (max-width: 991px) {
  .minfo {}
  .minfo-title-box {}
  .minfo-title {}
  .minfo-desc {}
  .minfo-logo-box {}
  .minfo-logo {}
}

/* Components - Offers */

.offers-background {
  background: #002F47;
}
.offers-title-box {}
.offers-title {
  color: #FFF;
  margin: 0;
  text-align: center;
  font-size: 5.5rem;
  font-weight: 300;
}
.offers-title b,
.offers-title strong {
  font-weight: 700;
}
.offers-items-box {}
.offers-items {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 2rem;
  align-items: stretch;
  flex-wrap: wrap;
}
.offers-item {
  width: calc(25% - 1.5rem);
}
.offers-item-1 {
  width: calc(25% - 1.5rem);
}
.offers-item-2 {
  width: calc(50% - 1rem);
}
.offers-item-3 {
  width: calc(75% - .5rem);
}
.offers-item-4 {
  width: 100%;
}
.offers-item-link {
  display: block;
  color: #FFF;
  text-decoration: none;
}
.offers-item-image-box {
  width: 100%;
  height: 22vw;
}
.offers-item-image {
  width: 100%;
  height: 100%;
  border-radius: 2.8rem;
  object-fit: cover;
}
.offers-item-title-box {}
.offers-item-title {
  margin: 0;
  font-weight: 300;
  font-size: 3.5rem;
}
.offers-item-desc {
  font-size: 1.4rem;
  text-transform: uppercase;
}

@media screen and (min-width: 992px) {
  /* Hover */
}

@media screen and (max-width: 991px) {
  .offers-background {}
  .offers-title-box {}
  .offers-title {}
  .offers-items-box {}
  .offers-items {}
  .offers-item {}
  .offers-item-link {}
  .offers-item-image-box {}
  .offers-item-image {}
  .offers-item-title-box {}
  .offers-item-title {}
  .offers-item-desc {}
}

/* Components - Main box */

.mbox-block {
  padding-right: 40%;
  position: relative;
  min-height: 32vw;
  display: flex;
  align-items: center;
}
.mbox {
  flex: 1;
}
.mbox-subtitle-box {}
.mbox-subtitle {
  color: #002F47;
  margin: 0;
}
.mbox-title-box {}
.mbox-title {
  color: #002F47;
}
.mbox-image-box {
  position: absolute;
  top: 50%;
  right: 0;
  width: 40%;
  transform: translate(0, -50%);
}
.mbox-image-box:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.mbox-image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  border-radius: 2.6rem;
}
.mbox-desc {
  color: #002F47;
}
.mbox-links {}
.mbox-link {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  height: 5rem;
  line-height: calc(4.8rem - 4px);
  border: 2px solid #E30613;
  padding: 0 2rem 0 6rem;
  background: #E30613;
  color: #FFF;
  text-decoration: none;
  border-radius: 4rem;
  position: relative;
  transition: .2s all ease-in-out;
}
.mbox-link:hover {
  color: #002F47;
  background-color: transparent;
}
.mbox-link:before {
  content: '';
  width: 1.2rem;
  height: 1.1rem;
  background: url(../images/arrow-button-white.svg) no-repeat center / contain;
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translate(0, -50%);
  transition: .2s all ease-in-out;
}
.mbox-link:hover:before {
  left: 3.2rem;
  background-image: url(../images/arrow-button-red.svg);
}

@media screen and (min-width: 992px) {
  /* Hover */
}

@media screen and (max-width: 991px) {
  .mbox-block {}
  .mbox {}
  .mbox-subtitle-box {}
  .mbox-subtitle {}
  .mbox-title-box {}
  .mbox-title {}
  .mbox-image-box {}
  .mbox-image {}
  .mbox-desc {}
  .mbox-links {}
  .mbox-link {}
}

/* Components - Counter */

.counter-background {
  background: #002F47;
}
.counter {
  color: #FFF;
}
.counter-header {}
.counter-title-box {}
.counter-title {
  color: #FFF;
  margin: 0;
}
.counter-main-box {}
.counter-main-number {}
.counter-main-prefix {}
.counter-main-desc {}
.counter-desc-box {}
.counter-desc {}
.counter-items {}
.counter-item {}
.counter-item-number-box {}
.counter-item-number {}
.counter-item-number-prefix {}
.counter-item-desc {}

@media screen and (min-width: 992px) {
  /* Hover */
}

@media screen and (max-width: 991px) {
  .counter {}
  .counter-header {}
  .counter-title-box {}
  .counter-title {}
  .counter-main-box {}
  .counter-main-number {}
  .counter-main-prefix {}
  .counter-main-desc {}
  .counter-desc-box {}
  .counter-desc {}
  .counter-items {}
  .counter-item {}
  .counter-item-number-box {}
  .counter-item-number {}
  .counter-item-number-prefix {}
  .counter-item-desc {}
}

/* Components - News slider */

.snews {}
.snews-title-box {}
.snews-title {
  color: #002F47;
  margin: 0;
}
.snews-slides {}
.snews-slide {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  user-select: none;
  pointer-events: none;
  transition: .2s opacity ease-in-out;
}
.snews-slide.active {
  position: relative;
  opacity: 1;
  z-index: 2;
  user-select: auto;
  pointer-events: auto;
}
.snews-slide-container {
  padding-right: 40%;
  position: relative;
  min-height: 32vw;
  display: flex;
  align-items: center;
}
.snews-slide-box {
  flex: 1;
}
.snews-slide-title-box {}
.snews-slide-title {
  color: #002F47;
}
.snews-slide-image-box {
  position: absolute;
  top: 50%;
  right: 0;
  width: 40%;
  transform: translate(0, -50%);
}
.snews-slide-image-box:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.snews-slide-image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  border-radius: 2.6rem;
}
.snews-slide-desc {
  color: #002F47;
}
.snews-slide-more-box {}
.snews-slide-more {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  height: 5rem;
  line-height: calc(4.8rem - 4px);
  border: 2px solid #E30613;
  padding: 0 2rem 0 6rem;
  background: #E30613;
  color: #FFF;
  text-decoration: none;
  border-radius: 4rem;
  position: relative;
  transition: .2s all ease-in-out;
}
.snews-slide-more:hover {
  color: #002F47;
  background-color: transparent;
}
.snews-slide-more:before {
  content: '';
  width: 1.2rem;
  height: 1.1rem;
  background: url(../images/arrow-button-white.svg) no-repeat center / contain;
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translate(0, -50%);
  transition: .2s all ease-in-out;
}
.snews-slide-more:hover:before {
  left: 3.2rem;
  background-image: url(../images/arrow-button-red.svg);
}
.snews-more {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  height: 5rem;
  line-height: calc(4.8rem - 4px);
  color: #002F47;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 300;
  border: 2px solid transparent;
  padding: 0 2rem 0 6rem;
  border-radius: 4rem;
  position: relative;
  transition: .2s all ease-in-out;
}
.snews-more:hover {
  border-color: #E30613;
}
.snews-more:before {
  content: '';
  width: 1.2rem;
  height: 1.1rem;
  background: url(../images/arrow-button.svg) no-repeat center / contain;
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translate(0, -50%);
  transition: .2s all ease-in-out;
}
.snews-more:hover:before {
  left: 2rem;
  background-image: url(../images/arrow-button-red.svg);
}
.snews-nav-box {}
.snews-nav-left-box {}
.snews-nav-left {
  cursor: pointer;
  border: 2px solid transparent;
  background: none;
  box-sizing: border-box;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  position: relative;
  padding: 0;
  font-size: 0;
  transition: .2s all ease-in-out;
}
.snews-nav-left:hover {
  border-color: #69CDDD;
}
.snews-nav-left:before {
  content: '';
  width: 2.1rem;
  height: 1.4rem;
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translate(0, -50%);
  background: url(../images/arrow-left.svg) no-repeat center / contain;
  transition: .2s all ease-in-out;
}
.snews-nav-left:hover:before {
  right: 50%;
  transform: translate(50%, -50%);
}
.snews-nav-right-box {}
.snews-nav-right {
  cursor: pointer;
  border: 2px solid transparent;
  background: none;
  box-sizing: border-box;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  position: relative;
  padding: 0;
  font-size: 0;
  transition: .2s all ease-in-out;
}
.snews-nav-right:hover {
  border-color: #69CDDD;
}
.snews-nav-right:before {
  content: '';
  width: 2.1rem;
  height: 1.4rem;
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translate(0, -50%);
  background: url(../images/arrow-right.svg) no-repeat center / contain;
  transition: .2s all ease-in-out;
}
.snews-nav-right:hover:before {
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 992px) {
  /* Hover */
}

@media screen and (max-width: 991px) {
  .snews {}
  .snews-title-box {}
  .snews-title {}
  .snews-slides {}
  .snews-slide {}
  .snews-slide-title-box {}
  .snews-slide-title {}
  .snews-slide-image-box {}
  .snews-slide-image {}
  .snews-slide-desc {}
  .snews-slide-more-box {}
  .snews-slide-more {}
  .snews-more {}
  .snews-nav-box {}
  .snews-nav-left-box {}
  .snews-nav-left {}
  .snews-nav-right-box {}
  .snews-nav-right {}
}

/* Components - Certificates slider */

.scertificates-background {
  background: #F2F4F6;
}
.scertificates {}
.scertificates-title-box {}
.scertificates-title {
  color: #002F47;
}
.scertificates-box {
  overflow: hidden;
}
.scertificates-slides-box {
  margin-right: -2.4rem;
}
.scertificates-slides {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  font-size: 0;
  white-space: nowrap;
}
.scertificates-slide {
  position: relative;
  width: calc(20% - 2.4rem);
  margin-right: 2.4rem;
  background: #FFF;
  border-radius: 2rem;
  display: inline-block;
  vertical-align: middle;
}
.scertificates-slide:before {
  content: '';
  display: block;
  padding-top: 75%;
}
.scertificates-slide-image-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  height: 50%;
  transform: translate(-50%, -50%);
}
.scertificates-slide-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.scertificates-nav {}
.scertificates-nav-left-box {}
.scertificates-nav-left {
  cursor: pointer;
  border: 2px solid transparent;
  background: none;
  box-sizing: border-box;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  position: relative;
  padding: 0;
  font-size: 0;
  transition: .2s all ease-in-out;
}
.scertificates-nav-left:hover {
  border-color: #69CDDD;
}
.scertificates-nav-left:before {
  content: '';
  width: 2.1rem;
  height: 1.4rem;
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translate(0, -50%);
  background: url(../images/arrow-left.svg) no-repeat center / contain;
  transition: .2s all ease-in-out;
}
.scertificates-nav-left:hover:before {
  right: 50%;
  transform: translate(50%, -50%);
}
.scertificates-nav-right-box {}
.scertificates-nav-right {
  cursor: pointer;
  border: 2px solid transparent;
  background: none;
  box-sizing: border-box;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  position: relative;
  padding: 0;
  font-size: 0;
  transition: .2s all ease-in-out;
}
.scertificates-nav-right:hover {
  border-color: #69CDDD;
}
.scertificates-nav-right:before {
  content: '';
  width: 2.1rem;
  height: 1.4rem;
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translate(0, -50%);
  background: url(../images/arrow-right.svg) no-repeat center / contain;
  transition: .2s all ease-in-out;
}
.scertificates-nav-right:hover:before {
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 992px) {
  /* Hover */
}

@media screen and (max-width: 991px) {
  .scertificates {}
  .scertificates-title-box {}
  .scertificates-title {}
  .scertificates-box {}
  .scertificates-slides {}
  .scertificates-slide {}
  .scertificates-slide-image-box {}
  .scertificates-slide-image {}
  .scertificates-nav {}
  .scertificates-nav-left-box {}
  .scertificates-nav-left {}
  .scertificates-nav-right-box {}
  .scertificates-nav-right {}
}

/* Components - Footer */

@media screen and (min-width: 992px) {
  /* Hover */
}

@media screen and (max-width: 991px) {
  /* Mobile */
}
