.glide{position:relative;width:100%;box-sizing:border-box}.glide *{box-sizing:inherit}.glide__track{overflow:hidden}.glide__slides{position:relative;width:100%;list-style:none;backface-visibility:hidden;transform-style:preserve-3d;touch-action:pan-Y;overflow:hidden;padding:0;white-space:nowrap;display:flex;flex-wrap:nowrap;will-change:transform}.glide__slides--dragging{user-select:none}.glide__slide{width:100%;height:100%;flex-shrink:0;white-space:normal;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.glide__slide a{user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}.glide__arrows{-webkit-touch-callout:none;user-select:none}.glide__bullets{-webkit-touch-callout:none;user-select:none}.glide--rtl{direction:rtl}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

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

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

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

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

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

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

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

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

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

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

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

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

.video-play-container{display:flex;flex-direction:column}.video-play-container .title{color:#00679c;font-size:32.2px;font-weight:normal;margin:0}.video-play-container .subtitle{line-height:1;color:#00679c;display:block;font-size:25.7px;font-weight:normal}.video-play-container .content{font-size:17px;color:#0c4a6e;margin:25px 0;max-width:554px}.video-play-container .thumb{width:100%;position:relative}.video-play-container .thumb img{border-left:6px solid #00679c;width:100%;height:195px;object-fit:cover}.video-play-container .thumb:after{position:absolute;content:"";z-index:1;top:0;right:0;width:100%;height:100%;background:rgba(0, 0, 0, 0.4)}.video-play-container .thumb .btn-clean{outline:0;position:absolute;top:50%;right:50%;z-index:2;transform:translate(50%, -50%);transition:transform 0.2s ease-out}.video-play-container .thumb .btn-clean svg{width:42px;height:42px;fill:white}.video-play-container .thumb .btn-clean:focus,.video-play-container .thumb .btn-clean:hover{transform:translate(50%, -50%) scale(1.2)}@media (min-width:768px){.video-play-container{flex-direction:row;justify-content:space-between;align-items:center}.video-play-container .thumb{width:300px}}@media (min-width:992px){.video-play-container .thumb{width:400px}.video-play-container .thumb img{height:250px}.video-play-container .thumb .play svg{width:94px;height:94px}}@media (min-width:1200px){.video-play-container .subtitle{font-size:48px}.video-play-container .content{font-size:24px}.video-play-container .thumb{width:523px}.video-play-container .thumb img{height:321px}}@media (min-width:1440px){.video-play-container .thumb{width:680px}.video-play-container .thumb img{height:418px}}.whats-new-container{background:#fafbfb;margin-top:53px;margin-bottom:53px;padding:33px 0}.whats-new-container.white{background:transparent;border:1px solid #0ea3e5}.whats-new-container .head-strip{display:flex;flex-direction:column;align-items:center}.whats-new-container .head-strip .btn{margin-bottom:1rem}.whats-new-container .title{text-align:center;font-size:32px;color:#0ea3e5;font-weight:normal;margin-bottom:25px}.whats-new-container article{flex-grow:1;flex-basis:50%;text-align:center}.whats-new-container article:not(:first-child){display:none}.whats-new-container article .thumb{margin-bottom:25px}.whats-new-container article .thumb img{width:127px;height:127px;border-radius:50%;object-fit:cover;display:inline-block}.whats-new-container article .data{display:flex;flex-direction:column;padding:0 25px;text-align:right}.whats-new-container article .data .article-title{color:#414143;font-size:26px;font-weight:bold}.whats-new-container article .data .body{color:#6b6c6e;font-size:17px;margin:0;padding:0;flex-grow:1}.whats-new-container article .data .read-more{color:#0ea3e5;font-size:18px;font-weight:bold}@media (min-width:992px){.whats-new-container{margin-top:95px;margin-bottom:95px}.whats-new-container .head-strip{flex-direction:row;align-items:flex-start;justify-content:space-between}.whats-new-container .head-strip .btn{font-size:20px;padding:10px 15px;margin-bottom:0;margin-top:1rem}.whats-new-container.white{padding-right:40px;padding-left:40px}.whats-new-container .title{font-size:50px;margin-bottom:40px}.whats-new-container .articles{display:flex;justify-content:space-between}.whats-new-container .articles:before{content:"";width:1px;margin-left:20px;background:#7e7f81;order:2}.whats-new-container .articles article:last-child:not(:only-child){order:3}.whats-new-container .articles article,.whats-new-container .articles article:not(:first-child){display:flex}.whats-new-container .articles article .thumb{flex-basis:127px;height:127px}.whats-new-container .articles article .data .body{font-size:22px;max-width:455px;min-height:130px}.whats-new-container .articles article .data .read-more{font-size:22px}}#index-thumbnail{position:relative}#index-thumbnail .thumb{width:100%;height:70vh;min-height:500px;position:relative}#index-thumbnail .thumb img{width:100%;height:100%;object-fit:cover}#index-thumbnail .data{position:absolute;z-index:1;top:0;right:0;height:100%;width:100%;overflow:hidden}#index-thumbnail .data .container{height:100%;display:flex;flex-direction:column}#index-thumbnail .data .title{margin:auto 0}#index-thumbnail .data .title h1{font-size:50px;width:60%;font-weight:700;color:#0c4a6e;margin:0}#index-thumbnail .data .title .subtitle{display:block;line-height:1;font-weight:400;font-size:24px;color:#0c4a6e;margin-top:20px}#index-thumbnail .data .title .subtitle .blue{color:#00679c}#index-thumbnail .data .title .subtitle .dark-blue{color:#033a57}#index-thumbnail .data .title .subtitle .light-blue{color:#0ea3e5}@media (min-width:768px){#index-thumbnail .data .title h1{font-size:40px;width:unset}#index-thumbnail .data .title .subtitle{font-size:32px;margin-top:0}}@media (min-width:992px){#index-thumbnail .data .title h1{font-size:70px}#index-thumbnail .data .title .subtitle{font-size:49px}}@media (min-width:1440px){#index-thumbnail .data .title h1{font-size:90px}#index-thumbnail .data .title .subtitle{font-size:59px}}#index-thumbnail .data .slider .items{list-style:none;display:flex;padding:0;margin:0;height:86px}#index-thumbnail .data .slider .items .item{position:relative;min-width:185px;width:33.33%;text-align:center;display:flex;justify-content:center;align-items:center;flex-direction:column}#index-thumbnail .data .slider .items .item strong{display:block;font-size:23.26px;font-weight:bold;color:white}#index-thumbnail .data .slider .items .item span{font-size:16.28px;font-weight:normal;color:white}#index-thumbnail .data .slider .items .item strong,#index-thumbnail .data .slider .items .item span{z-index:3;position:relative}#index-thumbnail .data .slider .glide:not(.glide__initialized) .glide__arrows{display:none}#index-thumbnail .data .slider .items-prev,#index-thumbnail .data .slider .items-next{z-index:4;position:absolute;bottom:0;right:0;width:36px;height:36px;background:#0c4a6e;box-shadow:0 0 10px rgba(0, 0, 0, 0.33);outline:0}#index-thumbnail .data .slider .items-prev svg,#index-thumbnail .data .slider .items-next svg{width:17px;height:8px;fill:white;transform:rotate(-90deg)}#index-thumbnail .data .slider .items-next{right:initial;left:0}#index-thumbnail .data .slider .items-next svg{transform:rotate(90deg)}@media (min-width:992px){#index-thumbnail .data .slider .glide:not(.glide__initialized) .items{gap:15px}#index-thumbnail .data .slider .items{height:140px}#index-thumbnail .data .slider .items .item svg{height:110px}#index-thumbnail .data .slider .items .item strong{font-size:36px}#index-thumbnail .data .slider .items .item span{font-size:24px}#index-thumbnail .data .slider .items-prev,#index-thumbnail .data .slider .items-next{width:54px;height:54px}#index-thumbnail .data .slider .items-prev svg,#index-thumbnail .data .slider .items-next svg{width:25.5px;height:12px}}@media (min-width:1200px){#index-thumbnail .data{transform:translateY(30px)}#index-thumbnail .data .slider .items-prev,#index-thumbnail .data .slider .items-next{display:none}}#announcements{background:#f3f3f3;padding:14px}#announcements .container{display:flex;flex-direction:column;justify-content:center;align-items:center}#announcements .container .title{margin:0;font-size:26px;font-weight:300;color:#0c4a6e}#announcements .container .title svg{width:32px;height:24px;fill:#0c4a6e;vertical-align:baseline}#announcements .container .body{text-align:center;color:#577280;font-size:15px;font-weight:400;margin:0;padding:5px}#announcements .container .controls button{padding:5px}#announcements .container .controls button svg{fill:#577280}#announcements .container .controls button.back svg,#announcements .container .controls button.next svg{transform:rotate(-90deg);width:17px;height:8px}#announcements .container .controls button.next svg{transform:rotate(90deg)}#announcements .container .controls button.pause svg{width:8px;height:19px}#intro-text{background:rgba(56, 189, 248, 0.08);padding-top:130px;padding-bottom:65px}#intro-text .image{position:relative;height:fit-content;width:fit-content}#intro-text .image img{object-fit:cover;width:342px;height:326px}#intro-text .image:before,#intro-text .image:after{content:"";position:absolute;left:0;bottom:-10px;background-color:#0ea3e5;z-index:-1}#intro-text .image:before{width:70%;height:20px}#intro-text .image:after{height:70%;width:20px;left:-10px}#intro-text .content .title{font-size:32px;font-weight:normal;color:#033a57;margin:0}#intro-text .content .subtitle{display:block;font-weight:bold;color:#0ea3e5;margin:50px 0 0;font-size:40px}#intro-text .content .body{color:#6b6c6e;font-size:17px;margin:0}#useful-links-section .title{font-size:32px;font-weight:normal;color:#00679c;text-align:center;margin:0;padding:35px 0}#useful-links-section .items{display:flex;flex-direction:column;padding:4px}#useful-links-section .items .big-item{width:100%;height:87vw;max-height:300px}#useful-links-section .items .big-item .item-link{color:#00679c !important}#useful-links-section .items .other-items{display:flex;flex-flow:row wrap;justify-content:space-between}#useful-links-section .items .other-items .item{width:calc(50% - 2.5px)}#useful-links-section .items .other-items .item:nth-child(1n){border-right:4px solid #00679c}#useful-links-section .items .other-items .item:nth-child(1n):hover .data{background:rgba(0, 103, 156, 0.8)}#useful-links-section .items .other-items .item:nth-child(1n):hover .item-body,#useful-links-section .items .other-items .item:nth-child(1n):hover .item-title{color:white}#useful-links-section .items .other-items .item:nth-child(2n){border-right:4px solid #eebb0a}#useful-links-section .items .other-items .item:nth-child(2n) .item-title{color:#eebb0a}#useful-links-section .items .other-items .item:nth-child(2n):hover .data{background:rgba(238, 187, 10, 0.8)}#useful-links-section .items .other-items .item:nth-child(2n):hover .item-body,#useful-links-section .items .other-items .item:nth-child(2n):hover .item-title{color:white}#useful-links-section .items .other-items .item:nth-child(3n){border-right:4px solid #033a57}#useful-links-section .items .other-items .item:nth-child(3n) .item-title{color:#033a57}#useful-links-section .items .other-items .item:nth-child(3n):hover .data{background:rgba(3, 58, 87, 0.8)}#useful-links-section .items .other-items .item:nth-child(3n):hover .item-body,#useful-links-section .items .other-items .item:nth-child(3n):hover .item-title{color:white}#useful-links-section .items .other-items .item:nth-child(4n){border-right:4px solid #0ea3e5}#useful-links-section .items .other-items .item:nth-child(4n) .item-title{color:#0ea3e5}#useful-links-section .items .other-items .item:nth-child(4n):hover .data{background:rgba(14, 163, 229, 0.8)}#useful-links-section .items .other-items .item:nth-child(4n):hover .item-body,#useful-links-section .items .other-items .item:nth-child(4n):hover .item-title{color:white}#useful-links-section .items .item{position:relative;margin-bottom:5px}#useful-links-section .items .item .thumb{width:100%;height:100%}#useful-links-section .items .item .thumb img{width:100%;height:100%;object-fit:cover}#useful-links-section .items .item .data{position:absolute;bottom:0;right:0;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;padding:10px;height:100px;width:100%;transition:background 0.2s, height 0.2s, box-shadow 0.2s;background:linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9))}#useful-links-section .items .item .data .item-title{margin:0;font-size:26px;font-weight:bold;line-height:1;color:#00679c}#useful-links-section .items .item .data .item-body{font-size:20px;line-height:1.07;text-align:center;margin:0;color:#00679c}#useful-links-section .items .item:hover .data{text-align:center;height:100%;background:rgba(255, 255, 255, 0.8);box-shadow:inset -1px 6.9px 68px 0 rgba(102, 74, 23, 0.14);justify-content:center;align-items:center}#useful-links-section .items .item:hover .data .item-body{position:initial;width:initial;height:initial;padding:15px;overflow:initial;clip:initial;white-space:initial}#useful-links-section .items .item:hover .data .item-link{color:#fff}#happy-holiday{padding-top:20px;padding-bottom:20px}#happy-holiday img{width:100%;max-height:240px;object-fit:contain}#who-are-we{margin-top:100px;margin-bottom:30px}#who-are-we .item{display:flex;flex-direction:column;gap:30px}#who-are-we .image{width:100%;height:200px;position:relative}#who-are-we .image img{width:100%;height:100%;object-fit:cover}#who-are-we .image:hover svg,#who-are-we .image:focus svg{fill:#0ea3e5;stroke:rgba(255, 255, 255, 0.5)}#who-are-we .image svg{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);height:80px;width:80px;fill:#033a57;transition:fill 0.3s ease-in-out}#who-are-we .content{padding:32px 0}#who-are-we .content .title{font-size:32px;font-weight:normal;color:#0ea3e5;margin:0}#who-are-we .content .body>*{color:#6b6c6e;font-size:17px;margin:0}#who-are-we .content .body>* li{margin-bottom:20px}@media (min-width:768px){#who-are-we .content .body>* li{margin:0}}#bottom-banners,.bottom_banners_tworow{display:flex;flex-direction:column;margin-top:30px}#bottom-banners .image,.bottom_banners_tworow .image{height:0;width:100%;margin-top:15px;position:relative;padding-top:22.25%}@media (min-width:768px){#bottom-banners .image,.bottom_banners_tworow .image{padding-top:12.25%}}#bottom-banners .image .inner,.bottom_banners_tworow .image .inner{position:absolute;top:0;left:0;width:100%;height:100%}#bottom-banners .image .inner img,.bottom_banners_tworow .image .inner img{position:absolute;top:0;left:0;min-height:100%;min-width:100%;height:100%;width:100%;object-fit:contain}@media (min-width:576px){#index-thumbnail .thumb img{height:100%}}@media (min-width:768px){#useful-links-section .items .item .data .item-title{font-size:30px}#useful-links-section .items .item.blue,#useful-links-section .items .item.yellow,#useful-links-section .items .item.light-blue,#useful-links-section .items .item.dark-blue{border-right-width:8px}#happy-holiday{padding-top:100px;padding-bottom:30px}#happy-holiday img{height:240px}#who-are-we{display:flex;gap:170px;flex-direction:column;margin-top:80px;margin-bottom:100px}#who-are-we .item{flex-direction:row;align-items:center;gap:50px}#who-are-we .item:nth-child(2n-1){flex-direction:row-reverse}#who-are-we .item:nth-child(2n) .image:after,#who-are-we .item:nth-child(2n) .image:before{content:"";position:absolute;left:0;top:-6px;background-color:#0ea3e5;z-index:-1}#who-are-we .item:nth-child(2n) .image:before{width:27%;height:6px}#who-are-we .item:nth-child(2n) .image:after{height:59%;width:6px;left:-6px}#who-are-we .image{flex:1;height:260px}#who-are-we .content{padding:0;flex:1}#bottom-banners{flex-direction:row;margin-top:130px}#bottom-banners .image:not(:last-child){margin-left:12px}#bottom-banners .image img{height:172px}.bottom_banners_tworow{flex-direction:row}.bottom_banners_tworow .image:not(:last-child){margin-left:12px}.bottom_banners_tworow .image img{height:172px}}@media (min-width:992px){#index-thumbnail .thumb{height:740px}#announcements{padding:45px 0}#announcements .container{flex-flow:row wrap}#announcements .container .title{margin-left:34px;order:1;font-size:44px}#announcements .container .title svg{width:52px;height:41px}#announcements .container .slides{order:3;width:100%}#announcements .container .body{font-size:26px}#announcements .container .controls{order:2}#intro-text .container{display:flex;align-items:flex-end}#intro-text .container .image{display:block}#intro-text .container .image img{width:335px;height:448px}#intro-text .container .content{margin-top:60px;padding-bottom:67px;padding-right:67px}#intro-text .container .content .title{font-size:60px;display:inline-block;color:#0ea3e5;font-weight:normal;padding-left:10px}#intro-text .container .content .subtitle{font-size:60px;display:inline-block;color:#0ea3e5;font-weight:normal;margin:0}#intro-text .container .content .body{padding:23px 0 12px;font-size:24px;max-width:677px;line-height:1.33}#intro-text .container .content .btn{padding:10px;min-width:189px;font-size:26px}#useful-links-section .title{font-size:70px}#useful-links-section .items{padding:0;flex-direction:row;}#useful-links-section .items .big-item{flex:1;height:100%;width:100%;max-height:initial;margin-left:5px}#useful-links-section .items .other-items{flex:1}#who-are-we .image{height:350px}#who-are-we .content .body>*{font-size:24px}#who-are-we .content .btn{font-size:26px}}@media (min-width:1200px){#announcements{padding-top:69px}#useful-links-section .items .item .data{height:200px}#useful-links-section .items .item .data .item-title{font-size:40px}#useful-links-section .items .item .data .item-body{font-size:24px}}@media (min-width:1440px){#who-are-we .image{max-width:688px;height:474px}}
