/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@font-face {
  font-family: 'SourceSansProRegular';
  src: url("../fonts/SourceSansProRegular.eot");
  src: url("../fonts/SourceSansProRegular.eot") format("embedded-opentype"), url("../fonts/SourceSansProRegular.woff2") format("woff2"), url("../fonts/SourceSansProRegular.woff") format("woff"), url("../fonts/SourceSansProRegular.ttf") format("truetype"), url("../fonts/SourceSansProRegular.svg#SourceSansProRegular") format("svg");
  font-display: swap;
}

@font-face {
  font-family: 'SourceSansProExtraLight';
  src: url("../fonts/SourceSansProExtraLight.eot");
  src: url("../fonts/SourceSansProExtraLight.eot") format("embedded-opentype"), url("../fonts/SourceSansProExtraLight.woff2") format("woff2"), url("../fonts/SourceSansProExtraLight.woff") format("woff"), url("../fonts/SourceSansProExtraLight.ttf") format("truetype"), url("../fonts/SourceSansProExtraLight.svg#SourceSansProExtraLight") format("svg");
  font-display: swap;
}

@font-face {
  font-family: 'SourceSansProBlack';
  src: url("../fonts/SourceSansProBlack.eot");
  src: url("../fonts/SourceSansProBlack.eot") format("embedded-opentype"), url("../fonts/SourceSansProBlack.woff2") format("woff2"), url("../fonts/SourceSansProBlack.woff") format("woff"), url("../fonts/SourceSansProBlack.ttf") format("truetype"), url("../sfonts/SourceSansProBlack.svg#SourceSansProBlack") format("svg");
  font-display: swap;
}

html,
body {
  min-height: 100vh;
  min-width: 1300px;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  scroll-behavior: smooth;
  position: relative;
}

main {
  -ms-flex: 1;
  flex: 1;
}

body {
  font: 18px/23px "SourceSansProRegular", arial, verdana, sans-serif;
}

img {
  max-width: 100%;
}

h1 {
  font: 60px/78px "SourceSansProRegular", arial, verdana, sans-serif;
  margin: 0;
  padding: 0 0 24px 0;
}

h1.title,
h2 {
  font: 48px/57px "SourceSansProRegular", arial, verdana, sans-serif;
  margin: 0;
  padding: 0px 0 14px 0;
  text-indent: 0;
}

h3 {
  font: 30px/39px "SourceSansProRegular", arial, verdana, sans-serif;
  margin: 0;
  padding: 0 0 10px 0;
}

h6 {
  font: 16px/20px "SourceSansProRegular", arial, verdana, sans-serif;
  margin: 0;
  padding: 0 0 5px 0;
}

p {
  font: 18px/27px "SourceSansProRegular", arial, verdana, sans-serif;
  padding: 0 0 0 0;
  margin: 0;
  text-indent: 0;
}

a {
  font-size: 16px;
  color: #31886C;
  font-weight: 500;
  line-height: 20px;
}

a:hover {
  text-decoration: none;
  color: #000000 !important;
}

footer {
  background: #000000;
}

.button {
  background: #31886C;
  color: #FFFFFF;
  font: 18px/23px "SourceSansProRegular", arial, verdana, sans-serif;
  border: none;
  border-radius: 4px;
  padding: 18.5px 60px;
  text-decoration: none;
  display: inline-block;
}

.button:hover {
  color: #FFFFFF !important;
}

.mce-item-table img {
  height: fit-content !important;
  object-fit: contain;
}

.screen-overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: black;
  z-index: 39;
  opacity: 0.7;
  display: none;
}

.screen-overlay.active {
  display: block;
}

.wrapper {
  max-width: 1325px;
  padding: 0 50px;
  margin: 0 auto;
}

.wrapper.service-wrapper {
  max-width: 900px;
}

.clear {
  clear: both;
}

#map {
  position: initial !important;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.fixed-position {
  overflow: hidden;
}

@media only screen and (max-width: 1199px) {
  html,
  body {
    min-height: 100%;
    min-width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  h1 {
    font: 60px/40px "SourceSansProRegular", arial, verdana, sans-serif;
    margin: 0;
    padding: 0 0 24px 0;
  }
}

.all-pages {
  padding-bottom: 40px;
}

.all-pages .main-header {
  min-height: 240px;
  width: 100%;
  background-image: linear-gradient(90deg, #F0F8F5 29.97%, rgba(240, 248, 245, 0) 81.02%), url("/public/img/new/header-bg.png");
  background-size: cover;
  margin-bottom: 60px;
}

@media only screen and (max-width: 479px) {
  .all-pages .main-header {
    min-height: auto;
    margin-bottom: 15px;
  }
}

.all-pages .main-header .all-page-title {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 65px;
}

@media only screen and (max-width: 860px) {
  .all-pages .main-header .all-page-title {
    font-size: 40px;
  }
}

@media only screen and (max-width: 600px) {
  .all-pages .main-header .all-page-title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 479px) {
  .all-pages .main-header .all-page-title {
    font-size: 25px;
    line-height: 25px;
    padding-top: 30px;
    padding-left: 5px;
  }
}

.all-pages .main-header .breadcrumbs ul {
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.all-pages .main-header .breadcrumbs ul li {
  font-size: 14px;
  color: #31886C;
  position: relative;
}

.all-pages .main-header .breadcrumbs ul li:after {
  background: url("/public/img/new/right_arrow.svg") 0 0 no-repeat;
  content: "";
  background-size: 100%;
  width: 5px;
  height: 8px;
  display: inline-block;
  position: absolute;
  top: 16px;
}

.all-pages .main-header .breadcrumbs ul li:last-of-type:after {
  content: '';
  background: none;
}

.all-pages .main-header .breadcrumbs ul li a {
  font-size: 14px;
  padding-right: 5px;
}

.all-pages .main-header .breadcrumbs ul li:before {
  content: '';
}

.all-pages .pagination li {
  text-indent: 0;
  padding: 0;
}

.all-pages .pagination li.active a {
  background: #F0F8F5;
  border: solid 1px #31886C;
}

.all-pages .pagination li.active a:hover {
  background: #31886C;
}

.all-pages .pagination li a {
  color: #31886C;
  margin-right: 10px;
}

.all-pages .pagination li:before {
  content: '';
}

.all-pages p {
  margin: 0;
  padding: 0 0 24px 0;
}

.all-pages p a {
  font-size: inherit;
  font-weight: inherit;
}

.all-pages ul {
  margin: 0;
  padding: 0 0 10px 1em;
  list-style-type: none;
  list-style-position: outside;
}

.all-pages ul li {
  padding: 8px 0 8px 1em;
  text-indent: -1.2em;
}

.all-pages ul li a {
  font-size: inherit;
}

.all-pages ul li:before {
  content: url("/public/img/new/bullet_green.svg");
  padding-right: 12px;
}

.all-pages ul li::marker {
  display: none;
  content: ' ';
}

.all-pages .news-block .news-block__container {
  padding: 0 0 40px 0;
}

.all-pages .news-block .news-block__container .news-block__holder .news-block__item .news-block__item--image {
  width: 290px;
}

.page-title {
  padding: 25px 0;
  text-align: center;
}

.call-to-action {
  padding: 20px 30px;
  margin: 0 0 20px 0;
  border: 10px solid #31886C;
}

.qoute {
  padding: 20px 0px;
  margin: 0;
  color: #31886C;
}

.position-relative {
  position: relative;
}

.mce-item-table img {
  height: 100%;
}

@media only screen and (max-width: 479px) {
  .all-pages h1.title {
    font-size: 25px;
    line-height: 25px;
  }

  .wrapper {
    padding: 0 25px;
  }
}

.sticky nav {
  position: sticky;
  z-index: 9998;
  top: 0;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(28, 8, 0, 0.02), 0px 6px 12px rgba(28, 8, 0, 0.02), 0px 12px 24px rgba(28, 8, 0, 0.02);
}

nav {
  transition: all 0.2s ease-in;
}

.social-links.mobile {
  display: none;
}

.dropdownmenu.mobile {
  display: none;
}

.fixed-position .dropdownmenu {
  display: none;
}

@media screen and (max-width: 1199px) {
  .fixed-position .dropdownmenu.mobile {
    display: block;
    z-index: 10000;
    top: 86vh;
    right: unset;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .fixed-position .dropdownmenu.mobile ul,
  .fixed-position .dropdownmenu.mobile li {
    margin: 0;
    padding: 0;
  }

  .fixed-position .dropdownmenu.mobile ul {
    list-style: none;
    width: 100%;
  }

  .fixed-position .dropdownmenu.mobile li {
    float: left;
    position: relative;
    width: auto;
  }

  .fixed-position .dropdownmenu.mobile a {
    color: #000000;
    display: block;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    transition: all .25s ease;
    font-weight: bold;
  }

  .fixed-position .dropdownmenu.mobile #submenu {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 35px;
    visibility: hidden;
    z-index: 1;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05), 0 10px 20px rgba(0, 0, 0, 0.05), 0 20px 40px rgba(0, 0, 0, 0.05);
    background: #FFFFFF;
    border-radius: 4px;
  }

  .fixed-position .dropdownmenu.mobile li:hover ul#submenu {
    opacity: 1;
    top: 0;
    /* adjust this as per top nav padding top & bottom comes */
    visibility: visible;
  }

  .fixed-position .dropdownmenu.mobile #submenu li {
    float: none;
    background: #FFFFFF;
    width: 100%;
    border-radius: 4px;
  }

  .fixed-position .dropdownmenu.mobile #submenu a:hover {
    background: #d1e8e0;
    border-radius: 4px;
  }

  .fixed-position .dropdownmenu.mobile #submenu a {
    color: #000000;
  }

  .fixed-position .dropdownmenu.mobile #submenu a:before {
    content: '';
  }

  .fixed-position .dropdownmenu.mobile #submenu a:after {
    content: '';
  }
}

.fixed-position .social-links {
  display: none;
}

@media screen and (max-width: 1199px) {
  .fixed-position .social-links.mobile {
    display: block;
    position: absolute;
    top: 79vh;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10000;
  }

  .fixed-position .social-links.mobile a {
    display: inline-block;
    margin: 0 5px;
  }

  .fixed-position .social-links.mobile a img {
    width: 30px;
  }
}

.fixed-position .mobile-divider {
  display: none;
}

@media screen and (max-width: 1199px) {
  .fixed-position .mobile-divider {
    display: block;
    width: 80%;
    height: 3px;
    background: #31886C;
    z-index: 10000;
    position: absolute;
    top: 85vh;
    left: 50%;
    transform: translateX(-50%);
  }
}

.mobile-divider {
  display: none;
}

.nav-bar {
  height: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  position: relative;
}

@media screen and (max-width: 1399px) {
  .nav-bar {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.nav-bar .social-links {
  gap: 8px;
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  right: -28px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 1399px) {
  .nav-bar .social-links {
    right: 20px;
  }
}

@media screen and (max-width: 1365px) {
  .nav-bar .social-links {
    right: 33px;
  }
}

@media screen and (max-width: 1199px) {
  .nav-bar .social-links {
    display: none;
  }
}

.nav-bar .social-links a {
  width: 24px;
}

.nav-bar .nav-bar__links {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

@media screen and (max-width: 1365px) {
  .nav-bar .nav-bar__links {
    padding-left: 0;
  }
}

.nav-bar .nav-bar__links li {
  margin: auto 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  max-width: 135px;
  height: 100%;
  text-align: center;
  padding: 0 20px;
  border-right: solid 1px #EEEEEE;
}

.nav-bar .nav-bar__links li.active a {
  color: #31886C;
}

.nav-bar .nav-bar__links li a {
  font-size: 18px;
  color: #000000;
}

.nav-bar .nav-bar__links li a:hover {
  color: #31886C !important;
}

.nav-bar .nav-bar__links li:last-child {
  border-right: none;
}

.nav-bar .nav-bar__logo {
  display: inline;
  max-width: 200px;
  max-height: 65px;
  padding: 10px;
}

.nav-bar .nav-bar__logo.en {
  max-width: 230px;
  max-height: 70px;
  padding: 0 10px 10px 0;
}

@media screen and (max-width: 1320px) {
  .nav-bar .nav-bar__logo {
    padding-left: 10px;
  }
}

@media screen and (max-width: 1199px) {
  .nav-bar .nav-bar__logo {
    padding: 0 10px 10px 10px;
  }
}

@media screen and (max-width: 479px) {
  .nav-bar .nav-bar__logo {
    max-width: 162px;
    padding: 10px;
  }
}

.nav-bar .dropdownmenu {
  margin: auto 0;
}

@media screen and (max-width: 1199px) {
  .nav-bar .dropdownmenu {
    display: none;
  }
}

.nav-bar .dropdownmenu ul,
.nav-bar .dropdownmenu li {
  margin: 0;
  padding: 0;
}

.nav-bar .dropdownmenu ul {
  list-style: none;
  width: 100%;
}

.nav-bar .dropdownmenu li {
  float: left;
  position: relative;
  width: auto;
}

.nav-bar .dropdownmenu a {
  color: #000000;
  display: block;
  padding: 10px 35px;
  text-align: center;
  text-decoration: none;
  transition: all .25s ease;
}

.nav-bar .dropdownmenu a:before {
  content: url("/public/img/new/globe_black.svg");
  position: absolute;
  left: 6px;
  top: 12px;
}

.nav-bar .dropdownmenu a:after {
  content: url("/public/img/new/hover_triangle_black.svg");
  position: absolute;
  right: 15px;
  top: 8px;
}

.nav-bar #submenu {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 35px;
  visibility: hidden;
  z-index: 1;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05), 0 10px 20px rgba(0, 0, 0, 0.05), 0 20px 40px rgba(0, 0, 0, 0.05);
  background: #FFFFFF;
  border-radius: 4px;
}

.nav-bar #submenu .current-lang:before {
  content: url("/public/img/new/globe_black.svg");
  position: absolute;
  left: 6px;
  top: 12px;
}

.nav-bar #submenu .current-lang:after {
  content: url("/public/img/new/hover_triangle_black.svg");
  position: absolute;
  right: 15px;
  top: 8px;
}

.nav-bar li:hover ul#submenu {
  opacity: 1;
  top: 0;
  /* adjust this as per top nav padding top & bottom comes */
  visibility: visible;
}

.nav-bar #submenu li {
  float: none;
  background: #FFFFFF;
  width: 100%;
  border-radius: 4px;
}

.nav-bar #submenu a:hover {
  background: #d1e8e0;
  border-radius: 4px;
}

.nav-bar #submenu a {
  color: #000000;
}

.nav-bar #submenu a:before {
  content: '';
}

.nav-bar #submenu a:after {
  content: '';
}

.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
}

.nav-bar-footer {
  height: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-bar-footer .nav-bar__links {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-left: -50px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 541px) {
  .nav-bar-footer .nav-bar__links {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.nav-bar-footer .nav-bar__links li {
  margin: auto 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  max-width: 135px;
  height: 100%;
  text-align: center;
  padding: 0 20px;
  border-right: solid 1px #666666;
}

.nav-bar-footer .nav-bar__links li a {
  color: #EEEEEE;
  font-size: 18px;
}

.nav-bar-footer .nav-bar__links li a:hover {
  color: #EEEEEE !important;
}

.nav-bar-footer .nav-bar__links li:last-child {
  border-right: none;
}

.nav-bar-footer .nav-bar__logo {
  display: inline;
  max-width: 200px;
  max-height: 65px;
  padding: 10px;
  position: relative;
}

@media screen and (max-width: 1320px) {
  .nav-bar-footer .nav-bar__logo {
    padding-left: 10px;
  }
}

@media screen and (max-width: 541px) {
  .nav-bar-footer .nav-bar__logo {
    display: none;
  }
}

.nav-bar-footer .dropdownmenu {
  margin: auto 0;
}

.nav-bar-footer .dropdownmenu ul,
.nav-bar-footer .dropdownmenu li {
  margin: 0;
  padding: 0;
}

.nav-bar-footer .dropdownmenu ul {
  list-style: none;
  width: 100%;
}

.nav-bar-footer .dropdownmenu li {
  float: left;
  position: relative;
  width: auto;
}

.nav-bar-footer .dropdownmenu a {
  color: #000000;
  display: block;
  padding: 10px 35px;
  text-align: center;
  text-decoration: none;
  transition: all .25s ease;
}

.nav-bar-footer .dropdownmenu a:before {
  content: url("/public/img/new/globe_black.svg");
  position: absolute;
  left: 6px;
  top: 12px;
}

.nav-bar-footer .dropdownmenu a:after {
  content: url("/public/img/new/hover_triangle_black.svg");
  position: absolute;
  right: 15px;
  top: 8px;
}

.nav-bar-footer #submenu {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 35px;
  visibility: hidden;
  z-index: 1;
}

.nav-bar-footer li:hover ul#submenu {
  opacity: 1;
  top: 40px;
  /* adjust this as per top nav padding top & bottom comes */
  visibility: visible;
}

.nav-bar-footer #submenu li {
  float: none;
  background: #FFFFFF;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05), 0 10px 20px rgba(0, 0, 0, 0.05), 0 20px 40px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}

.nav-bar-footer #submenu a:hover {
  background: #d1e8e0;
  border-radius: 4px;
}

.nav-bar-footer #submenu a {
  color: #000000;
}

.nav-bar-footer #submenu a:before {
  content: '';
}

.nav-bar-footer #submenu a:after {
  content: '';
}

@media only screen and (max-width: 1199px) {
  .nav-bar-footer .nav-bar__links li {
    width: 134px;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 5px;
  }

  .nav-bar-footer .nav-bar__links li:last-child {
    border-right: solid 1px #666666;
  }

  .nav-bar {
    position: relative;
  }

  .nav-mobile {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 42px;
    height: unset;
  }

  .nav-mobile #nav-toggle.active {
    display: inline-block;
    width: 100%;
    padding: 19px 0 15px 0;
  }

  .nav-mobile #nav-toggle.active span {
    margin: -5px 0;
  }

  .nav-mobile #nav-toggle.active span:first-child {
    transform: rotate(45deg);
  }

  .nav-mobile #nav-toggle.active span:nth-child(2) {
    opacity: 0;
  }

  .nav-mobile #nav-toggle.active span:nth-child(3) {
    transform: rotate(-45deg);
  }

  .nav-mobile span {
    width: 100%;
    height: 5px;
    display: block;
    background: black;
    margin: 7px 0;
    transition: all 300ms ease-in-out;
  }

  .dropdownmenu {
    z-index: 1;
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
  }

  .nav-bar .nav-bar__links {
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 9996;
    position: absolute;
    left: 0;
    right: 0;
    top: 65px;
    background: white;
    margin: 0;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.2s ease-in-out;
  }

  .nav-bar .nav-bar__links li {
    display: block;
    height: 42px;
    margin: auto;
    max-width: unset;
    border: none;
  }

  .nav-bar .nav-bar__links.active {
    display: block;
    height: 100vh;
    padding-top: calc((50vh / 2) - 55px);
    padding-left: 0;
  }
}

@media only screen and (max-width: 399px) {
  .nav-bar .nav-bar__links.active {
    padding-top: calc((50vh / 2) - 100px);
  }
}

.slider-block {
  position: relative;
  clear: both;
}

.slider-block .bx-wrapper {
  margin: 0 auto 0 !important;
  overflow: hidden;
}

.slider-block .bx-wrapper .bx-viewport {
  border: none;
  box-shadow: none;
  left: 0;
  background: none;
  width: 100%;
  max-height: 800px;
}

@media screen and (max-width: 1920px) {
  .slider-block .bx-wrapper .bx-viewport {
    max-height: 700px;
  }
}

.slider-block .bx-wrapper .bx-pager {
  display: none;
}

.slider-block .bx-wrapper .bx-next {
  z-index: 9995;
  background: url("/public/img/new/slider_arrow_right.svg") no-repeat 100% 0;
}

.slider-block .bx-wrapper .bx-next:hover {
  background: url("/public/img/new/slider_arrow_right_hover.svg") no-repeat 100% 0;
}

.slider-block .bx-wrapper .bx-prev {
  z-index: 9995;
  left: 28px;
  background: url("/public/img/new/slider_arrow_left.svg") no-repeat 0 0;
}

.slider-block .bx-wrapper .bx-prev:hover {
  background: url("/public/img/new/slider_arrow_left_hover.svg") no-repeat 0 0;
}

.slider-block ul {
  padding: 0;
  max-height: 700px;
}

.slider-block ul li {
  list-style: none;
  position: relative;
  background: none;
  width: 100%;
  max-height: 800px;
}

@media screen and (max-width: 1920px) {
  .slider-block ul li {
    max-height: 700px;
  }
}

@media screen and (max-width: 680px) {
  .slider-block ul li {
    height: 350px;
  }
}

@media screen and (max-width: 479px) {
  .slider-block ul li h5 {
    text-align: center;
  }
}

.slider-block img {
  margin: 0;
  width: 100%;
  /* or any custom size */
  height: 100%;
  object-fit: cover;
}

.slider-block .text {
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  left: 50%;
  width: 1325px;
  height: 100%;
  z-index: 20;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 35px;
}

@media screen and (max-width: 599px) {
  .slider-block .text .button {
    padding: 8.5px 50px;
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .slider-block .text .button {
    padding: 6.5px 35px;
    font-size: 14px;
  }
}

@media screen and (max-width: 1415px) {
  .slider-block .text {
    transform: translateX(0);
    left: 50px;
    width: unset;
    padding-left: 10px;
  }
}

@media screen and (max-width: 991px) {
  .slider-block .text {
    padding-bottom: 10px;
  }
}

.slider-block .text .text__container {
  max-width: 700px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .slider-block .text .text__container h1 {
    font-size: 46px;
    padding: 0 40px 0 0;
    line-height: 45px;
  }
}

@media screen and (max-width: 767px) {
  .slider-block .text .text__container h1 {
    font-size: 42px;
    padding: 0 45px 5px 0;
  }
}

@media screen and (max-width: 599px) {
  .slider-block .text .text__container h1 {
    font-size: 36px;
  }
}

@media screen and (max-width: 500px) {
  .slider-block .text .text__container h1 {
    padding: 0 0 5px 0;
    line-height: 32px;
    font-size: 34px;
  }
}

@media screen and (max-width: 479px) {
  .slider-block .text .text__container h1 {
    height: 62px;
    margin: 0 0 0 0;
    line-height: 25px;
    font-size: 26px;
    padding: 0 0 5px 0;
  }
}

.slider-block .text .text__container h3 {
  color: #31886C;
}

@media screen and (max-width: 991px) {
  .slider-block .text .text__container h3 {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .slider-block .text .text__container h3 {
    font-size: 26px;
    padding: 0 0 0 0;
  }
}

@media screen and (max-width: 500px) {
  .slider-block .text .text__container h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 479px) {
  .slider-block .text .text__container h3 {
    font-size: 21px;
    padding: 0 0 0 0;
  }
}

.slider-block .text .text__container p {
  max-width: 80%;
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .slider-block .text .text__container p {
    font-size: 16px;
    padding: 0 0 5px 0;
    max-width: 95%;
    line-height: 17px;
  }
}

@media screen and (max-width: 599px) {
  .slider-block .text .text__container p {
    font: 15px/17px "SourceSansProRegular", arial, verdana, sans-serif;
  }
}

@media screen and (max-width: 500px) {
  .slider-block .text .text__container p {
    max-width: 90%;
  }
}

@media screen and (max-width: 479px) {
  .slider-block .text .text__container p {
    font-size: 12px;
    padding: 0;
  }
}

.slider-block .text .parent {
  position: relative;
}

.slider-block .text .slider-logo {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 10;
  bottom: 240px;
  max-width: 150px;
  width: 11vw;
  left: 1.5vw;
}

@media screen and (max-width: 1199px) {
  .slider-block .text .slider-logo {
    bottom: 220px;
    left: 3.5vw;
  }
}

@media screen and (max-width: 991px) {
  .slider-block .text .slider-logo {
    width: 15vw;
    left: 4vw;
  }
}

@media screen and (max-width: 767px) {
  .slider-block .text .slider-logo {
    bottom: 180px;
    left: 5vw;
  }
}

@media screen and (max-width: 599px) {
  .slider-block .text .slider-logo {
    bottom: 160px;
    left: 7vw;
  }
}

@media screen and (max-width: 479px) {
  .slider-block .text .slider-logo {
    bottom: 140px;
    left: 8vw;
  }
}

@media screen and (max-width: 380px) {
  .slider-block .text .slider-logo {
    bottom: 135px;
    left: 12vw;
  }
}

.slider-block .arrow {
  position: absolute;
  bottom: 0;
  right: 100px;
  z-index: 10;
  float: right;
}

.news-block {
  min-height: unset;
  width: 100%;
}

.news-block .news-block__container {
  padding: 80px 0;
}

.news-block .news-block__container .news-block__title {
  text-transform: capitalize;
}

.news-block .news-block__container .news-block__holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news-block .news-block__container .news-block__holder .news-block__item {
  -ms-flex: 0 24%;
  flex: 0 24%;
  padding-bottom: 25px;
  margin-right: 7px;
}

.news-block .news-block__container .news-block__holder .news-block__item .news-block__item--image {
  height: 200px;
  width: 290px;
}

.news-block .news-block__container .news-block__holder .news-block__item .news-block__item--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-block .news-block__container .news-block__item--upper-text {
  display: -ms-flexbox;
  display: flex;
  padding: 20px 50px 0 0;
}

.news-block .news-block__container .news-block__item--upper-text .news-block__item--date {
  text-align: center;
}

.news-block .news-block__container .news-block__item--upper-text .news-block__item--date span {
  color: #A7D0C3;
}

.news-block .news-block__container .news-block__item--upper-text .news-block__item--date span:first-child {
  font-size: 18px;
}

.news-block .news-block__container .news-block__item--upper-text .news-block__item--date span:nth-child(3) {
  font-size: 29px;
}

.news-block .news-block__container .news-block__item--upper-text .news-block__item--date span:nth-child(5) {
  font-size: 16px;
}

.news-block .news-block__container .news-block__item--upper-text h4 {
  font: 20px/28px "SourceSansProRegular", arial, verdana, sans-serif;
  padding: 0 0 10px 20px;
  margin: 0;
}

.news-block .news-block__container .learning-register p {
  padding: 0;
}

.news-block .news-block__container .learning-register .btn-default {
  margin-top: 1rem;
}

.news-block .news-block__container p {
  color: #666666;
  font: 16px/24px "SourceSansProRegular", arial, verdana, sans-serif;
  padding: 0 50px;
}

.learning-content {
  padding-top: 0;
}

.learning-content p {
  padding: 0 0 24px 0 !important;
}

.news-header {
  width: 100%;
  max-height: 350px;
  height: auto;
  overflow: hidden;
  aspect-ratio: 20 / 8;
}

.news-header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.news-block__container .news-block__bottom-box p {
  max-width: 290px;
  font: 18px/27px "SourceSansProRegular", arial, verdana, sans-serif;
  color: #000000;
  padding: 0 10px 0 0;
}

.news-block__bottom-box {
  min-height: 170px;
  width: 100%;
  border: none;
  border-radius: 4px;
  margin-top: 40px;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 20px 0 90px;
  background: #F0F8F5 url("/public/img/new/mail_bg_icon.svg") 20px 50% no-repeat;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.news-block__bottom-box form {
  width: 50%;
}

.news-block__bottom-box form .msg {
  display: none;
  font: 16px/23px "SourceSansProRegular", arial, verdana, sans-serif;
  color: red;
}

.news-block__bottom-box h3 {
  font: 29px/38px "SourceSansProRegular", arial, verdana, sans-serif;
  color: #000000;
  max-width: 220px;
  padding-right: 20px;
}

.news-block__bottom-box p {
  max-width: 290px;
  font: 18px/27px "SourceSansProRegular", arial, verdana, sans-serif;
  color: #000000;
  padding: 0 10px 0 0;
}

.news-block__bottom-box .subscribe--btn {
  color: #FFFFFF;
  font-size: 16px;
  position: relative;
  background: #31886C;
  border: none;
  border-radius: 4px 0 0 4px;
  padding: 20px 65px;
}

.news-block__bottom-box .subscribe--btn .subscribe {
  position: relative;
}

.news-block__bottom-box .subscribe--btn .subscribe:before {
  content: url("/public/img/new/mail_icon_white.svg");
  position: absolute;
  left: -27px;
  top: 1px;
}

.news-block__bottom-box .subscribe--btn .subscribe:after {
  content: url("/public/img/new/i_icon_white.svg");
  position: absolute;
  right: -23px;
  top: 1px;
}

.news-block__bottom-box a {
  display: inline-block;
  margin: auto 0;
}

.news-block__bottom-box a .all-news-button {
  margin: auto 80px;
  position: relative;
}

.news-block__bottom-box a .all-news-button:after {
  content: url("/public/img/new/link_arrow_right.svg");
  position: absolute;
  top: 2px;
  right: -60px;
}

.form-ctrl {
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #D3EAE3;
  border-radius: 4px;
  background: #F0F8F5;
}

.form-ctrl.email {
  background: #D3EAE3;
  border: 1px solid #A7D0C3;
  display: inline-block;
  height: 60px;
  margin-right: 10px;
  padding-left: 50px;
}

.form-ctrl.email:-ms-input-placeholder {
  color: #000000;
}

.form-ctrl.email::placeholder {
  color: #000000;
}

.news-pagging nav {
  z-index: 50;
}

.custom-checkbox {
  display: -ms-flexbox;
  display: flex;
}

.custom-checkbox.mobile {
  display: none;
}

.custom-checkbox span {
  font: 14px/21px "SourceSansProRegular", arial, verdana, sans-serif;
  color: #666666;
}

.custom-checkbox span p {
  font: 14px/21px "SourceSansProRegular", arial, verdana, sans-serif !important;
  color: #666666 !important;
}

.custom-checkbox span a {
  color: #31886C;
  font: 14px/21px "SourceSansProRegular", arial, verdana, sans-serif;
}

.custom-checkbox > input {
  height: 20px;
  min-width: 20px;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #A7D0C3;
  border-radius: 4px;
  outline: none;
  background-color: #D3EAE3;
  cursor: pointer;
  margin: 0 5px 0 0;
}

.custom-checkbox > input:checked + span {
  position: relative;
}

.custom-checkbox > input:checked + span::before {
  content: url("/public/img/new/checkbox_check.svg");
  display: block;
  text-align: center;
  position: absolute;
  left: -21px;
  top: 1px;
}

.checkbox-err {
  display: none;
  font: 16px/23px "SourceSansProRegular", arial, verdana, sans-serif;
  color: red;
}

.btn-group {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 5px;
}

.btn-group:after {
  content: url("/public/img/new/mail_icon.svg");
  position: absolute;
  left: 20px;
  top: 20px;
}

@media only screen and (max-width: 1199px) {
  .news-block__bottom-box {
    padding: 40px 20px 0 115px;
  }
}

@media only screen and (max-width: 1175px) {
  .news-block__bottom-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .news-block__bottom-box form {
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .news-block .news-block__container {
    padding: 40px 0;
  }

  .page-summary-block .page-summary-block__item {
    padding: 40px 0 50px 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .news-block .news-block__container .news-block__holder {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .news-block__bottom-box h3 {
    max-width: unset;
    width: 100%;
  }

  .news-block__bottom-box p {
    max-width: unset;
    width: 100%;
  }
}

@media only screen and (max-width: 650px) {
  .btn-group {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .btn-group .form-ctrl.email {
    margin-right: unset;
    margin-bottom: 10px;
  }

  .btn-group .button {
    width: 100%;
  }

  .news-block__bottom-box {
    background: #F0F8F5;
    padding: 40px;
  }

  .news-block__bottom-box .custom-checkbox {
    display: none;
  }

  .news-block__bottom-box .custom-checkbox.mobile {
    display: -ms-flexbox;
    display: flex;
  }

  .news-block .news-block__container h3 {
    padding: 0 50px 0 0;
  }

  .news-block .news-block__container p {
    max-width: unset;
    width: 100%;
  }

  .news-block .news-block__container .news-block__bottom-box .subscribe--btn {
    border-radius: 0 0 4px 4px;
  }

  .news-block .news-block__container .news-block__bottom-box a .all-news-button {
    padding: 20px 0;
    margin: auto 39px;
  }

  .news-block .news-block__container .news-block__bottom-box a .all-news-button:after {
    top: 21px;
    right: 0;
  }
}

@media only screen and (max-width: 479px) {
  .all-pages .news-block .news-block__container .news-block__holder .news-block__item .news-block__item--image {
    width: 100%;
  }

  .news-block .news-block__container .news-block__holder .news-block__item {
    -ms-flex: unset;
    flex: unset;
    margin-right: 0;
  }

  .news-block .news-block__container .news-block__holder .news-block__item .news-block__item--image {
    width: 100%;
    height: 240px;
  }

  .news-block .news-block__container h3 {
    font-size: 25px;
    padding-bottom: 0.5em;
    line-height: 30px;
  }

  .news-block .news-block__container p {
    font-size: 15px;
    padding-bottom: 1em;
    line-height: 20px;
  }

  .news-block__bottom-box {
    padding: 25px;
  }
}

@media only screen and (max-width: 410px) {
  .btn-group .form-ctrl.email {
    font-size: 15px;
  }
}

footer {
  padding: 80px 0;
}

footer .nav-bar .nav-bar__logo {
  position: relative;
}

footer .nav-bar .nav-bar__logo span {
  position: absolute;
  right: 9px;
  bottom: -5px;
  color: #FFFFFF;
  font: 14.8px/1.3 "SourceSansProExtraLight", arial, verdana, sans-serif;
}

footer .nav-bar .nav-bar__links li {
  border-right: 1px solid #666666;
}

footer .nav-bar .nav-bar__links li a {
  color: #EEEEEE;
}

footer .footer__bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-top: 50px;
}

@media screen and (max-width: 541px) {
  footer .footer__bottom {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 150px;
  }
}

footer .footer__bottom .footer__bottom--newsletter .free-newsletter .checkbox-err {
  font: 14px/21px "SourceSansProRegular", arial, verdana, sans-serif;
  display: none;
  color: red;
}

@media screen and (max-width: 541px) {
  footer .footer__bottom .footer__bottom--newsletter .free-newsletter {
    padding-bottom: 25px;
  }
}

footer .footer__bottom .footer__bottom--newsletter .free-newsletter .checkbox-label {
  padding-top: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
  align-items: baseline;
  font: 14px/21px "SourceSansProRegular", arial, verdana, sans-serif;
  color: #999999;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

footer .footer__bottom .footer__bottom--newsletter .free-newsletter .checkbox-label a {
  font: 14px/21px "SourceSansProRegular", arial, verdana, sans-serif;
  color: #999999;
  text-decoration: underline;
}

footer .footer__bottom .footer__bottom--newsletter .free-newsletter .checkbox-label a:hover {
  color: #999999 !important;
}

footer .footer__bottom .footer__bottom--newsletter .scs {
  color: #FFFFFF;
  font-size: 42px;
}

footer .footer__bottom .footer__bottom--newsletter h6 {
  color: #FFFFFF;
  font-size: 18px;
}

footer .footer__bottom .footer__bottom--newsletter form {
  padding-top: 8px;
}

footer .footer__bottom .footer__bottom--newsletter form .newsletter-button {
  background: rgba(49, 136, 108, 0.8);
  border: none;
  border-radius: 4px;
  width: 160px;
  height: 40px;
  text-align: inherit;
  padding-left: 15px;
  color: #FFFFFF;
  font-size: 16px;
  font-family: "SourceSansProRegular", arial, verdana, sans-serif;
  position: relative;
}

footer .footer__bottom .footer__bottom--newsletter form .newsletter-button.on-mobile {
  display: none;
}

footer .footer__bottom .footer__bottom--newsletter form .newsletter-button:after {
  content: url("/public/img/new/button_arrow_white.svg");
  position: absolute;
  right: 15px;
  top: 9px;
}

footer .footer__bottom .footer__bottom--newsletter form .input {
  display: inline-block;
  position: relative;
}

footer .footer__bottom .footer__bottom--newsletter form .input.err .msg {
  display: block;
  color: red;
  position: absolute;
  left: 0;
  top: 65px;
  font-size: 14px;
  width: 400px;
}

@media only screen and (max-width: 699px) {
  footer .footer__bottom .footer__bottom--newsletter form .input.err .msg {
    top: 114px;
  }
}

@media only screen and (max-width: 541px) {
  footer .footer__bottom .footer__bottom--newsletter form .input.err .msg {
    top: 69px;
  }
}

@media only screen and (max-width: 449px) {
  footer .footer__bottom .footer__bottom--newsletter form .input.err .msg {
    top: 109px;
  }
}

footer .footer__bottom .footer__bottom--newsletter form input {
  background: rgba(102, 102, 102, 0.6);
  border: none;
  border-radius: 4px;
  padding: 8.5px 0 8.5px 15px;
  color: #FFFFFF;
  margin: 0 5px 5px 0;
}

footer .footer__bottom .footer__bottom--newsletter form input:-ms-input-placeholder {
  color: #EEEEEE;
  font-family: "SourceSansProRegular", arial, verdana, sans-serif;
  font-size: 16px;
}

footer .footer__bottom .footer__bottom--newsletter form input::placeholder {
  color: #EEEEEE;
  font-family: "SourceSansProRegular", arial, verdana, sans-serif;
  font-size: 16px;
}

footer .footer__bottom .footer__bottom--newsletter form .msg {
  display: none;
}

footer .footer__bottom .footer__bottom--newsletter form .msg.err {
  display: block;
  color: #FFFFFF;
}

footer .footer__bottom .privacy-policy.mobile {
  font: 14px/21px "SourceSansProRegular", arial, verdana, sans-serif;
  color: #999999;
  text-decoration: underline;
  margin-right: 35px;
  text-align: center;
  width: 100%;
  padding-bottom: 25px;
  padding-top: 10px;
  display: none;
}

@media screen and (max-width: 541px) {
  footer .footer__bottom .privacy-policy.mobile {
    display: block;
  }
}

footer .footer__bottom .footer__bottom--solution {
  font: 14px/21px "SourceSansProRegular", arial, verdana, sans-serif;
  color: #999999;
}

footer .footer__bottom .footer__bottom--solution .privacy-policy {
  font: 14px/21px "SourceSansProRegular", arial, verdana, sans-serif;
  color: #999999;
  text-decoration: underline;
  margin-right: 35px;
}

footer .footer__bottom .footer__bottom--solution .privacy-policy:hover {
  color: #999999 !important;
}

@media screen and (max-width: 599px) {
  footer .footer__bottom .footer__bottom--solution .privacy-policy {
    padding-bottom: 28px;
  }
}

footer .footer__bottom .footer__bottom--solution .privacy-policy.mobile {
  display: none;
}

@media screen and (max-width: 541px) {
  footer .footer__bottom .footer__bottom--solution .privacy-policy {
    display: none;
  }
}

footer .footer__bottom .footer__bottom--solution span a:after {
  content: url("/public/img/new/logo/cp_logo.svg");
}

@media only screen and (max-width: 991px) {
  footer .footer__bottom .footer__bottom--solution {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 812px) {
  footer .footer__bottom .footer__bottom--newsletter form .newsletter-button.on-desktop {
    display: none;
  }

  footer .footer__bottom .footer__bottom--newsletter form .newsletter-button.on-mobile {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  footer .footer__bottom {
    padding-top: 170px;
  }

  footer .footer__bottom .footer__bottom--solution .privacy-policy {
    margin-right: 0;
  }
}

@media only screen and (max-width: 491px) {
  .nav-bar-footer .nav-bar__links li {
    border-right: none;
  }

  .nav-bar-footer .nav-bar__links li:last-child {
    border-right: none;
  }
}

.contacts-block {
  width: 100%;
  min-height: 560px;
  background: #F0F8F5;
  padding: 80px 0 100px 0;
  position: relative;
  overflow: hidden;
}

.contacts-block .contacts-block__info {
  width: 55%;
  height: 100%;
}

.contacts-block .contacts-block__info .contacts-block__info--columns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contacts-block .contacts-block__info .contacts-block__info--columns .contacts-block__info--item-left h4 {
  font: 20px/24px "SourceSansProRegular", arial, verdana, sans-serif;
}

.contacts-block .contacts-block__info .contacts-block__info--columns .contacts-block__info--item-left h3 {
  font: 30px/39px "SourceSansProRegular", arial, verdana, sans-serif;
  color: #31886C;
  padding-top: 5px;
  min-width: 200px;
}

.contacts-block .contacts-block__info .contacts-block__info--columns .contacts-block__info--item-left .contacts-block__requisites {
  padding-top: 30px;
}

.contacts-block .contacts-block__info .contacts-block__info--columns .contacts-block__info--item-left .contacts-block__requisites table {
  font: 16px/24px "SourceSansProRegular", arial, verdana, sans-serif;
}

.contacts-block .contacts-block__info .contacts-block__info--columns .contacts-block__info--item-left .contacts-block__requisites span {
  font: 16px/24px "SourceSansProRegular", arial, verdana, sans-serif;
}

.contacts-block .contacts-block__info .contacts-block__info--columns .contacts-block__info--item-left .contacts-block__requisites span#address {
  display: block;
  padding-bottom: 10px;
}

.contacts-block .contacts-block__info .contacts-block__info--columns .contacts-block__info--item-left .contacts-block__requisites span#phone-2 {
  padding-left: 31px;
}

.contacts-block .contacts-block__info .contacts-block__info--columns .contacts-block__info--item-left .contacts-block__requisites a {
  color: #31886C;
}

.contacts-block .contacts-block__info .contacts-block__info--columns .contacts-block__info--item-right {
  padding-right: 15px;
}

.contacts-block .contacts-block__info .contacts-block__info--columns .contacts-block__info--item-right h4 {
  font: 20px/28px "SourceSansProRegular", arial, verdana, sans-serif;
}

.contacts-block .contacts-block__info .contacts-block__info--columns .contacts-block__info--item-right .partners-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 10px;
}

.contacts-block .contacts-block__info .contacts-block__info--columns .contacts-block__info--item-right .partners-block h4 {
  -ms-flex: 100%;
  flex: 100%;
  margin-bottom: -5px;
}

.contacts-block .contacts-block__info .contacts-block__info--columns .contacts-block__info--item-right .partners-block #logo-wco {
  background-image: url("/public/img/wco_academy.svg");
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0 30px 0 0;
  text-indent: -9999px;
  width: 71px;
  height: 63px;
  background-size: 71px;
}

.contacts-block .contacts-block__info .contacts-block__info--columns .contacts-block__info--item-right .partners-block #logo-wco:hover {
  background-image: url("/public/img/wco_academy_color.svg");
}

.contacts-block .contacts-block__info .contacts-block__info--columns .contacts-block__info--item-right .partners-block #logo-cc {
  background-image: url("/public/img/logo_cc.svg");
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0 0 0 0;
  text-indent: -9999px;
  width: 145px;
  height: 26px;
  background-size: 145px;
}

.contacts-block .contacts-block__info .contacts-block__info--columns .contacts-block__info--item-right .partners-block #logo-cc:hover {
  background-image: url("/public/img/logo_cc_color.svg");
}

.contacts-block .contacts-block__info .contacts-block__info--columns .contacts-block__info--item-right .partners-block #logo-cargo {
  background-image: url("/public/img/carg_stream_gray.svg");
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0 30px 0 0;
  text-indent: -9999px;
  width: 50px;
  height: 66px;
  background-size: 50px;
}

.contacts-block .contacts-block__info .contacts-block__info--columns .contacts-block__info--item-right .partners-block #logo-cargo:hover {
  background-image: url("/public/img/cargo_stream_color.svg");
}

.contacts-block .contacts-block__info .contacts-block__info--columns .contacts-block__info--item-right .members-block #logo-ifcba {
  background-image: url("/public/img/ifcba.svg");
  background-repeat: no-repeat;
  display: inline-block;
  margin: 5px 44px 0 0;
  text-indent: -9999px;
  width: 57px;
  height: 60px;
  background-size: 57px;
}

.contacts-block .contacts-block__info .contacts-block__info--columns .contacts-block__info--item-right .members-block #logo-ifcba:hover {
  background-image: url("/public/img/ifcba_color.svg");
}

.contacts-block .contacts-block__info .contacts-block__info--columns .contacts-block__info--item-right .members-block #logo-mpa {
  background-image: url("/public/img/logo_mpa.svg");
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0 auto;
  text-indent: -9999px;
  width: 136px;
  height: 60px;
  background-size: 136px;
}

.contacts-block .contacts-block__info .contacts-block__info--columns .contacts-block__info--item-right .members-block #logo-mpa:hover {
  background-image: url("/public/img/logo_mpa_color.svg");
}

.maps-holder {
  height: 100%;
  width: 45%;
  position: absolute;
  right: 0;
  top: 0;
  left: 55%;
  overflow: hidden;
}

.maps-holder .map {
  height: 100%;
}

.maps-holder .map #map {
  height: 100%;
}

.contact-card-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
}

.contact-card-holder .contact-card {
  height: auto;
  width: 307px;
  background: #EFEFEF;
  margin-right: 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 625px) {
  .contact-card-holder .contact-card {
    width: 100%;
    margin-right: 0;
  }
}

.contact-card-holder .contact-card .contact-img-holder {
  width: 100%;
}

.contact-card-holder .contact-card .contact-img-holder img {
  margin: 0;
  padding: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 625px) {
  .contact-card-holder .contact-card .contact-img-holder img {
    display: block;
    margin: auto;
    width: 100%;
  }
}

.contact-card-holder .contact-card .contact-info {
  padding: 0 20px 20px;
  word-wrap: break-word;
}

.contact-card-holder .contact-card .contact-info .contact-name {
  font: 24px "SourceSansProRegular", arial, verdana, sans-serif;
  font-weight: 400;
  color: #333333;
  line-height: 36px;
  padding: 0;
}

.contact-card-holder .contact-card .contact-info .contact-position {
  font: 18px "SourceSansProRegular", arial, verdana, sans-serif;
  color: #333333;
  line-height: 25.2px;
}

.contact-card-holder .contact-card .contact-info .contact-email {
  font: 18px "SourceSansProRegular", arial, verdana, sans-serif;
  font-weight: 400;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.contact-card-holder .contact-card .contact-info .contact-phone {
  font: 18px "SourceSansProRegular", arial, verdana, sans-serif;
  font-weight: 400;
  color: #333333;
  line-height: 23.4px;
  margin-top: 5px;
}

.how-to-find-us {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 0;
}

.contacts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  min-height: 131px;
  margin-bottom: 40px;
}

.contacts p {
  font: 18px "SourceSansProRegular", arial, verdana, sans-serif;
  padding: 0;
  margin: 0;
  color: #333333;
  font-weight: 400;
}

.contacts .contacts-box {
  width: 278px;
  background: #368169;
  padding: 30px 30px 30px 30px;
  margin-right: 40px;
}

@media screen and (max-width: 400px) {
  .contacts .contacts-box {
    width: 100%;
    margin-right: 0;
  }
}

.contacts .contacts-box p:first-child {
  font-size: 24px;
  line-height: 36px;
  padding-bottom: 5px;
  color: white;
}

.contacts .contacts-box p:nth-child(2) a {
  line-height: 25.2px;
  font-weight: 400;
  color: white;
}

.contacts .contacts-listing {
  margin: auto 0;
  display: block;
}

.contacts .contacts-listing p:first-child {
  font-size: 24px;
  line-height: 36px;
}

.contacts .contacts-listing p:nth-child(2) {
  line-height: 25.2px;
  padding: 5px 0;
}

.contacts .contacts-listing p:nth-child(3) {
  padding: 5px 0;
}

.contacts .contacts-listing a {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

@media only screen and (max-width: 930px) {
  .maps-holder {
    position: relative;
    right: 0;
    left: 0;
    width: 100%;
  }

  .contacts-block {
    height: 1130px;
  }

  .contacts-block .contacts-block__info {
    margin-bottom: 3rem;
    width: 70%;
  }
}

@media only screen and (max-width: 850px) {
  .contacts-block .contacts-block__info {
    width: 100%;
  }

  .contacts-block .contacts-block__info .contacts-block__info--columns {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .contacts-block .contacts-block__info .contacts-block__info--columns .contacts-block__info--item-right {
    padding-left: 15px;
  }

  .contacts-block .contacts-block__map {
    width: 100%;
    height: 100%;
  }
}

@media only screen and (max-width: 599px) {
  .contacts-block .contacts-block__map {
    position: relative;
  }
}

@media only screen and (max-width: 570px) {
  .contacts-block__map {
    transform: translateY(-160px);
  }
}

@media only screen and (max-width: 500px) {
  .contacts-block .contacts-block__info .contacts-block__info--columns {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contacts-block .contacts-block__info .contacts-block__info--columns .contacts-block__info--item-right {
    padding-left: 0;
  }
}

@media only screen and (max-width: 479px) {
  .contacts-box {
    margin-top: 3px;
    margin-bottom: 11px;
  }
}

.page-summary-block .about-divider {
  display: block;
}

.page-summary-block.inside .page-summary-block__item {
  padding: 20px 0 70px 0;
  background: none;
  min-height: unset;
}

.page-summary-block.inside .page-summary-block__item .bg_arrow_down {
  background: none;
  display: none;
}

.page-summary-block.inside .page-summary-block__item .bg_arrow_up {
  background: none;
  display: none;
}

.page-summary-block .divider-right {
  z-index: 5;
}

.page-summary-block .additional-info {
  width: fit-content;
}

.page-summary-block .additional-info.additional-info-about {
  display: none;
}

.page-summary-block .additional-info img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}

.page-summary-block .additional-info__text {
  text-align: center;
}

.page-summary-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-summary-block ul li {
  padding: 8px 0;
  font-size: inherit;
  overflow: hidden;
}

.page-summary-block ul li:before {
  content: url("/img/new/bullet_green.svg");
  padding-right: 12px;
}

.page-summary-block .page-summary-block__item {
  position: relative;
  padding: 80px 0 100px 0;
  min-height: 650px;
  width: 100%;
  background: #F5F5F5;
}

.page-summary-block .page-summary-block__item .subscribe-to-btn {
  display: inline-block;
  padding: 18px 44px;
  background: #31886C;
  border-radius: 4px;
  border: 2px solid #31886C;
  color: #FFFFFF;
  font-size: 16px;
}

.page-summary-block .page-summary-block__item .subscribe-to-btn.not-home {
  display: none;
}

.page-summary-block .page-summary-block__item .read-more-button {
  border: 2px solid #31886C;
  border-radius: 4px;
  padding: 18px 101px 18px 23px;
  display: inline-block;
  position: relative;
  font-size: 16px;
  margin: 0 5px 5px 0;
  transition: background-color 0.1s;
}

.page-summary-block .page-summary-block__item .read-more-button:hover {
  background: #31886C;
  color: #FFFFFF;
}

.page-summary-block .page-summary-block__item .read-more-button:hover:after {
  content: url("/img/new/link_arrow_right-white.svg");
}

.page-summary-block .page-summary-block__item .read-more-button.not-home {
  display: none;
}

.page-summary-block .page-summary-block__item .read-more-button:after {
  content: url("/img/new/link_arrow_right.svg");
  position: absolute;
  top: 53%;
  transform: translateY(-50%);
  right: 23px;
}

.page-summary-block .page-summary-block__item .collapsibles {
  padding: 20px 0 25px 32px;
  font: 20px/28px "SourceSansProRegular", arial, verdana, sans-serif;
  cursor: pointer;
}

.page-summary-block .page-summary-block__item .collapsibles .accordion-content {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
  overflow-wrap: break-word;
}

.page-summary-block .page-summary-block__item .collapsibles .accordion-content p {
  margin: 0;
  padding: 0 0 24px 0;
}

.page-summary-block .page-summary-block__item .collapsibles button.accordion {
  position: relative;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  padding: 15px 0;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.2s linear;
  background: inherit;
}

.page-summary-block .page-summary-block__item .collapsibles button.accordion.is-open:before {
  background-image: url("/img/new/tick_down.png");
  background-size: 20px 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  left: -34px;
  top: 20px;
  transform: rotate(180deg);
}

.page-summary-block .page-summary-block__item .collapsibles button.accordion:before {
  background-image: url("/img/new/tick_down.png");
  background-size: 20px 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  left: -34px;
  top: 20px;
  transition: transform 0.1s;
}

.page-summary-block .page-summary-block__item .bg_arrow_down {
  width: 570px;
  height: 500px;
  background: url("/img/new/bg_arrow_down.png") 0 0 no-repeat;
  position: absolute;
  bottom: 0;
  right: 140px;
}

.page-summary-block .page-summary-block__item .bg_arrow_up {
  width: 570px;
  height: 500px;
  background: url("/img/new/bg_arrow_up.png") 0 0 no-repeat;
  position: absolute;
  top: 0;
  right: 493px;
  pointer-events: none;
}

.page-summary-block .page-summary-block__item:nth-of-type(even) {
  background: #FFFFFF;
}

.page-summary-block .page-summary-block__item:nth-of-type(even) .bg_arrow_up {
  display: none;
}

.page-summary-block .page-summary-block__item:nth-of-type(even) .bg_arrow_down {
  display: none;
}

.page-summary-block .page-summary-block__item h2 {
  font: 48px/57px "SourceSansProRegular", arial, verdana, sans-serif;
}

.page-summary-block .page-summary-block__item .page-summary-block__item--divider {
  display: grid;
  grid-template-columns: 46% 46%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
}

.page-summary-block .page-summary-block__item .page-summary-block__item--divider.learning-page-divider {
  grid-template-columns: 48% 44%;
}

.page-summary-block .page-summary-block__item .page-summary-block__item--divider .divider-left {
  padding-right: 0;
  margin-top: 0;
  z-index: 50;
}

.feedback-title {
  padding-bottom: 0;
  margin-bottom: -10px;
}

@media only screen and (max-width: 479px) {
  .feedback-title {
    text-align: center;
  }
}

.all-pages .bx-wrapper ul li {
  text-indent: 0;
}

.feedbacks_and_contacts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.feedbacks_and_contacts .feedback-block {
  width: 45%;
}

.feedbacks_and_contacts .feedback-block .bx-wrapper .bx-viewport ul li .profile-card .profile-card__image {
  margin-right: 30px;
}

.divider-left .feedback-block .bx-wrapper .bx-viewport ul li .profile-card .profile-card__image {
  margin-right: 30px;
}

.divider-right .feedback-block .bx-wrapper .bx-viewport ul li .profile-card .profile-card__image {
  margin-right: 30px;
}

.feedback-block {
  padding-bottom: 1rem;
}

.feedback-block .bx-wrapper .bx-controls-direction a {
  top: 66px;
  z-index: 9997;
}

.feedback-block .bx-wrapper .bx-pager {
  display: none;
}

.feedback-block .bx-wrapper .bx-next {
  right: 250px;
  background: url("/img/new/slider_arrow_right.svg") no-repeat 100% 0;
}

.feedback-block .bx-wrapper .bx-next:hover {
  background: url("/img/new/slider_arrow_right_hover.svg") no-repeat 100% 0;
}

.feedback-block .bx-wrapper .bx-prev {
  left: -45px;
  background: url("/img/new/slider_arrow_left.svg") no-repeat 0 0;
}

.feedback-block .bx-wrapper .bx-prev:hover {
  background: url("/img/new/slider_arrow_left_hover.svg") no-repeat 0 0;
}

.feedback-block .bx-wrapper .bx-viewport {
  border: none;
  box-shadow: none;
  left: 0;
  background: none;
  width: 100%;
}

.feedback-block .bx-wrapper .bx-viewport ul {
  list-style: none;
}

.feedback-block .bx-wrapper .bx-viewport ul li:before {
  content: '';
}

.feedback-block .bx-wrapper .bx-viewport ul li p {
  font: 14px/21px "SourceSansProRegular", arial, verdana, sans-serif;
  padding-top: 15px;
}

.feedback-block .bx-wrapper .bx-viewport ul li .profile-card-about {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.feedback-block .bx-wrapper .bx-viewport ul li .profile-card-about .profile-card__image-about {
  width: 160px;
  height: 200px;
}

.feedback-block .bx-wrapper .bx-viewport ul li .profile-card-about .profile-card__image-about img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feedback-block .bx-wrapper .bx-viewport ul li .profile-card-about .profile-text-about {
  -ms-flex: 60%;
  flex: 60%;
  padding-left: 20px;
}

.feedback-block .bx-wrapper .bx-viewport ul li .profile-card-about .profile-text-about span {
  font-size: 14px;
}

.feedback-block .bx-wrapper .bx-viewport ul li .profile-card {
  max-width: 100%;
}

.feedback-block .bx-wrapper .bx-viewport ul li .profile-card.not-home h6 {
  margin-left: 20px;
}

.feedback-block .bx-wrapper .bx-viewport ul li .profile-card.not-home span {
  margin-left: 20px;
}

.feedback-block .bx-wrapper .bx-viewport ul li .profile-card .text__container {
  max-width: 100%;
}

.feedback-block .bx-wrapper .bx-viewport ul li .profile-card .profile-card__image {
  float: left;
  margin-right: 20px;
  width: 80px;
  height: 80px;
}

.feedback-block .bx-wrapper .bx-viewport ul li .profile-card .profile-card__image img {
  border-radius: 50%;
  width: 100%;
  /* or any custom size */
  height: 100%;
  object-fit: cover;
}

.feedback-block .bx-wrapper .bx-viewport ul li .profile-card h6 {
  font: 16px/20px "SourceSansProRegular", arial, verdana, sans-serif;
  padding: 14px 0 1px 0;
}

.feedback-block .bx-wrapper .bx-viewport ul li .profile-card span {
  font: 14px/21px "SourceSansProRegular", arial, verdana, sans-serif;
  display: block;
  margin-top: 12px;
}

@media only screen and (max-width: 1366px) {
  .page-summary-block .page-summary-block__item .bg_arrow_up {
    right: 393px;
  }

  .page-summary-block .page-summary-block__item .bg_arrow_down {
    right: 40px;
  }

  .page-summary-block .page-summary-block__item .feedbacks_and_contacts .feedback-block:first-of-type .bx-prev {
    left: -20px;
  }
}

@media only screen and (max-width: 1199px) {
  .feedback-block .bx-wrapper .bx-controls-direction a {
    right: 0;
  }
}

@media only screen and (max-width: 1165px) {
  .feedbacks_and_contacts {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .feedbacks_and_contacts .feedback-block {
    width: 100%;
  }

  .feedbacks_and_contacts .feedback-block .bx-prev {
    left: -20px;
  }
}

@media only screen and (max-width: 991px) {
  .page-summary-block .page-summary-block__item h2 {
    font: 48px/48px "SourceSansProRegular", arial, verdana, sans-serif;
  }

  .page-summary-block .about-divider {
    display: none;
  }

  .page-summary-block .additional-info.additional-info-about {
    display: block;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 987px) {
  .page-summary-block .page-summary-block__item .bg_arrow_up {
    left: 0;
  }

  .page-summary-block .page-summary-block__item .bg_arrow_down {
    right: 0;
  }
}

@media only screen and (max-width: 899px) {
  .page-summary-block .page-summary-block__item .read-more-button {
    margin: 0 5px 20px 0;
  }

  .feedbacks_and_contacts .feedback-block .bx-wrapper .bx-viewport ul li .profile-card .profile-card__image {
    margin: auto;
  }

  .divider-left .feedback-block .bx-wrapper .bx-viewport ul li .profile-card .profile-card__image {
    margin: auto;
  }

  .divider-right .feedback-block .bx-wrapper .bx-viewport ul li .profile-card .profile-card__image {
    margin: auto;
  }

  .page-summary-block .page-summary-block__item .bg_arrow_up {
    display: none;
  }

  .page-summary-block .page-summary-block__item .bg_arrow_down {
    display: none;
  }

  .feedback-block .bx-wrapper .bx-viewport ul li .profile-card .profile-card__image {
    margin: auto;
    float: none;
  }

  .feedback-block .bx-wrapper .bx-viewport ul li .profile-card h6 {
    text-align: center;
  }

  .feedback-block .bx-wrapper .bx-viewport ul li .profile-card span {
    display: block;
    text-align: center;
  }

  .feedback-block .bx-wrapper .bx-prev {
    left: 0 !important;
  }

  .feedback-block .bx-wrapper .bx-next {
    right: -15px;
  }

  .page-summary-block .page-summary-block__item .page-summary-block__item--divider {
    display: block;
  }

  .page-summary-block .page-summary-block__item .page-summary-block__item--divider .divider-left {
    padding-right: 1em;
  }

  .bx-wrapper img {
    margin: auto;
  }
}

.trainings-list:last-of-type {
  padding-bottom: 15px;
}

.trainings-list .training-item {
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1rem;
}

.trainings-list .training-item__date {
  width: 120px;
}

.trainings-list .training-item .training-item__title {
  padding-bottom: 0.5rem;
}

.trainings-list .training-item .training-item__title a {
  color: #31886C;
  font-size: inherit;
}

.trainings-list .training-item .training-item__title a:hover {
  color: #000000;
}

.trainings-list .training-item__content {
  -ms-flex: 0 100%;
  flex: 0 100%;
}

.trainings-list .training-item .training-item__summary {
  font: 16px/19px "SourceSansProRegular", arial, verdana, sans-serif;
  color: #666666;
}

@media only screen and (max-width: 650px) {
  .feedback-block .bx-wrapper .bx-viewport ul li .profile-card-about .profile-text-about {
    -ms-flex: 60%;
    flex: 60%;
  }

  .page-summary-block .page-summary-block__item .collapsibles.not-home {
    padding: 20px 0 25px 0;
    margin-left: -15px;
    margin-right: -65px;
  }
}

@media only screen and (max-width: 530px) {
  .read-more-button {
    width: 100%;
  }

  .subscribe-to-btn {
    width: 100%;
    text-align: center;
  }
}

@media only screen and (max-width: 479px) {
  .feedback-block .bx-wrapper .bx-viewport ul li p {
    text-align: center;
  }

  .feedback-block ul li h5,
  .feedback-block ul li p {
    text-align: center !important;
  }
}

.subscribe__modal {
  width: 400px;
  min-height: 305px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  padding: 40px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 10px 20px rgba(0, 0, 0, 0.15), 0 20px 40px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  display: none;
  z-index: 40;
}

.subscribe__modal .scs {
  font-size: 34px;
}

.subscribe__modal .msg {
  display: none;
  color: red;
  font-size: 14px;
}

.subscribe__modal #free-new-newsletter.err .msg {
  display: block;
}

.subscribe__modal.active {
  display: block;
}

.subscribe__modal #modal-dismiss {
  position: absolute;
  right: 20px;
  top: 20px;
}

.subscribe__modal #modal-dismiss:after {
  content: url("/public/img/new/close_button.svg");
}

.subscribe__modal #modal-dismiss:hover:after {
  content: url("/public/img/new/close_button_hover.svg");
}

.subscribe__modal h4 {
  font: 22px/28px "SourceSansProRegular", arial, verdana, sans-serif;
  margin-bottom: 20px;
  margin-top: 0;
}

.subscribe__modal label {
  display: block;
  font: 16px/21px "SourceSansProRegular", arial, verdana, sans-serif;
}

.subscribe__modal .custom-checkbox {
  cursor: pointer;
  position: relative;
  padding-top: 9px;
}

.subscribe__modal .custom-checkbox span {
  font: 13px/18px "SourceSansProRegular", arial, verdana, sans-serif;
  vertical-align: super;
}

.subscribe__modal .custom-checkbox a {
  font: 13px/18px "SourceSansProRegular", arial, verdana, sans-serif;
  color: #31886C;
}

.subscribe__modal .custom-checkbox .checkbox-err {
  display: none;
  color: red;
}

.subscribe__modal .custom-checkbox > span {
  color: #34495E;
  padding: 0.5rem 0.25rem;
}

.subscribe__modal .custom-checkbox > input {
  height: 20px;
  width: 20px;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #A7D0C3;
  border-radius: 4px;
  outline: none;
  transition-duration: 0.3s;
  background-color: #F0F8F5;
  cursor: pointer;
}

.subscribe__modal .custom-checkbox > input:checked + span {
  position: relative;
}

.subscribe__modal .custom-checkbox > input:checked + span::before {
  content: url("/public/img/new/checkbox_check.svg");
  display: block;
  text-align: center;
  position: absolute;
  left: -21px;
  top: 1px;
}

.modal {
  z-index: 10000;
}

.modal .modal-dialog {
  position: relative;
  width: 90vw;
  height: 90vh;
}

.modal .modal-content {
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
  height: auto;
}

.modal .modal-body {
  padding: 0;
  height: 100%;
}

.modal .modal-body .err input {
  border: 1px solid #c30009;
}

.modal .modal-body .err span.msg {
  color: #c30009;
}

.modal .modal-body label {
  font: 16px/24px "SourceSansProRegular", arial, verdana, sans-serif;
}

.modal .modal-body span.msg {
  display: none;
  font: 14px/20px "SourceSansProRegular", arial, verdana, sans-serif;
}

.modal .modal-body .btn-default {
  background: none;
  border: 1px solid #31886C;
  width: 150px;
  border-radius: 0px;
  color: #31886C;
  font: 16px/24px "SourceSansProBlack", arial, verdana, sans-serif;
  text-transform: uppercase;
}

.modal .modal-body .btn-default:hover {
  color: #c30009;
  border: 1px solid #c30009;
}

.register-btn-holder .register {
  margin: 0 0 15px 20px;
}

.register {
  display: inline-block;
  background: #31886C;
  color: white;
  padding: 5px 10px;
  text-decoration: none;
  border-radius: 4px;
  margin-top: 10px;
  margin-left: 50px;
}

.register:active,
.register:hover,
.register:focus,
.register.visited {
  background: #31886C;
  color: white;
  text-decoration: none;
}

.learning-form-holder {
  padding: 15px;
}

.learning-form-holder p {
  padding: 0 0 10px 0;
}

.learning-form-holder .checkboxes p {
  padding: 4px 0 10px 0;
}

.learning-form-holder .checkboxes p input {
  vertical-align: top;
  margin: 7px 6px 0 0;
  float: left;
}

.learning-form-holder .inputs input {
  width: 100%;
  padding: 5px 10px;
  margin-bottom: 10px;
}

.learning-form-holder .inputs textarea {
  width: 100%;
  height: 100px;
  min-height: 100px;
  min-width: 100%;
  max-width: 100%;
  padding: 5px 10px;
}

@media only screen and (max-width: 767px) {
  .modal .modal-content {
    position: absolute;
    left: 0;
    top: 55px;
    width: 100%;
    height: auto;
  }

  .modal .modal-dialog {
    margin: 0 auto;
  }
}

.video-card-category {
  font: 27px/42px "SourceSansProRegular", arial, verdana, sans-serif;
}

.video-card-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

.video-card-holder .video-card {
  position: relative;
  background: #EFEFEF;
  width: 307px;
  height: 272px;
  border-radius: 4px;
  margin-bottom: 25px;
  margin-right: 10px;
}

@media screen and (max-width: 400px) {
  .video-card-holder .video-card {
    width: 100%;
  }
}

.video-card-holder .video-card .video-card-lang {
  position: absolute;
  left: 20px;
  top: -5px;
  padding: 0 10px 2px;
  background: #368169;
  color: #FFFFFF;
  font: 14px "SourceSansProRegular", arial, verdana, sans-serif;
  font-weight: 400;
  line-height: 18.2px;
  border-radius: 4px;
}

.video-card-holder .video-card .video-card-title {
  font: 18px "SourceSansProRegular", arial, verdana, sans-serif;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.015em;
  padding: 23px 20px;
  color: #333333;
}

.video-card-holder .video-card .video-card-image {
  position: absolute;
  height: 160px;
  bottom: 0;
  width: 100%;
  padding: 10px;
}

.video-card-holder .video-card .video-card-image img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 10px auto;
  max-width: 93%;
  display: block;
}

@media screen and (max-width: 400px) {
  .video-card-holder .video-card .video-card-image img {
    max-width: 100%;
    max-height: 150px;
  }
}

.news-list-holder {
  border-bottom: 1px solid #FFFFFF;
}

.news-list-holder .news-list {
  padding: 10px 0 0px 0;
  margin: 0;
}

.news-list-holder .news-list ul {
  padding: 0;
}

.news-list-holder .news-list ul li {
  display: inline-block;
  width: 24%;
  vertical-align: top;
  padding: 0 3% 40px 0;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 22px;
}

.news-list-holder .news-list ul li:before {
  content: '';
}

.news-list-holder .news-list ul li h2 {
  line-height: 32px;
  padding-bottom: 22px;
}

.news-list-holder .news-list ul li h2 a {
  font: 27px/10px "SourceSansProRegular", arial, verdana, sans-serif;
  color: #31886C;
}

.news-list-holder .news-list ul li h2 a span.locked {
  width: 21px;
  height: 30px;
  background: url("../img/bg_locked.png") 0 0px no-repeat;
  float: left;
  margin: -6px 10px 0 0;
}

.news-list-holder .news-list ul li h2 a:hover {
  color: #d1e8e0;
}

.news-list-holder .news-list ul li h2 a:hover span.locked {
  background: url("../img/bg_locked.png") 0 -30px no-repeat;
}

.news-list-holder .news-list ul li p {
  padding: 0 0 10px 0;
  text-indent: 0;
}

.news-list-holder .news-list ul li span.date {
  color: #EEEEEE;
  float: left;
  margin: 4px 10px 0 0;
  font: 13px/16px "SourceSansProBlack", arial, verdana, sans-serif;
}

.news-list-holder .news-list ul li span.date span.day {
  font: 34px/16px "SourceSansProBlack", arial, verdana, sans-serif;
}

.news-list-holder .news-list ul li p.date {
  color: #EEEEEE;
  margin: 0;
  font: 13px/16px "SourceSansProBlack", arial, verdana, sans-serif;
}

.news-list-holder .news-list ul li p.author {
  float: left;
  padding: 0 10px 5px 0;
  color: #EEEEEE;
  font: 12px/16px "SourceSansProBlack", arial, verdana, sans-serif;
  text-transform: uppercase;
  max-width: 105px;
  margin: 0px 8px 0 0px;
  background: url("../img/bg_author.gif") right center no-repeat;
}

.news-list-holder .news-list ul li .news-type {
  margin: 0px 0 0 0px;
  float: left;
  padding: 0;
  color: #EEEEEE;
  font: 12px/16px "SourceSansProRegular", arial, verdana, sans-serif;
  text-transform: uppercase;
  vertical-align: top;
}

.news-list-holder .news-list ul li .news-type img {
  margin: -16px 0 -16px 0px;
}

.news-list-holder .news-list ul li span.category {
  margin: 0px 7px 0 0px;
}

.news-list-holder .news-list ul li a.more,
.news-list-holder .news-list ul li a.register {
  background: #FFFFFF;
  padding: 3px 8px;
  margin: 0 5px 0px 0;
}

@media only screen and (max-width: 1050px) {
  .news-list-holder .news-list ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .news-list-holder .news-list ul li {
    width: 100%;
    padding: 0 0 40px 0;
  }
}

.services-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.services-holder__item {
  -ms-flex: 0 24%;
  flex: 0 24%;
  padding-bottom: 25px;
  margin-right: 8px;
}

.services-holder__item--image {
  height: 200px;
  width: 290px;
}

.services-holder__item--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services-holder__item p {
  color: #666666;
  font: 16px/24px "SourceSansProRegular", arial, verdana, sans-serif;
  padding: 0 10px;
}

.services-holder__item--upper-text {
  padding: 10px;
  margin: 0;
}

.services-holder__item--upper-text h4 {
  font: 20px/28px "SourceSansProRegular", arial, verdana, sans-serif;
  margin-bottom: 0;
}

.mt-31p {
  margin-top: 31px;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 1rem !important;
}

.px-1 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.pt-2 {
  padding-top: 2rem !important;
}

.pt-3 {
  padding-top: 3rem !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.pb-2 {
  padding-bottom: 2rem !important;
}

.pb-3 {
  padding-bottom: 3rem !important;
}

.service-header {
  max-height: 350px;
  overflow: hidden;
  aspect-ratio: 20 / 8;
}

.service-header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.back-btn {
  position: relative;
  padding-left: 2.5rem;
}

.back-btn:hover:before {
  background: url("../img/arrow-link.svg") 0 0 no-repeat;
}

.back-btn:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 9px;
  top: 50%;
  left: 0;
  z-index: -1;
  background: url("../img/arrow-link-hover.svg") 0 0 no-repeat;
  transform: rotate(180deg) translateY(34%);
}

@media only screen and (max-width: 479px) {
  .p-0 {
    padding: 0 !important;
  }

  .services-holder__item {
    -ms-flex: unset;
    flex: unset;
    margin-right: 0;
  }

  .services-holder__item--image {
    width: 100%;
    height: 240px;
  }
}

.popup-container {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 320px;
  max-width: calc(100% - 30px);
  background-color: #fff;
  border-radius: 6px;
  padding: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), 0 30px 60px rgba(0, 0, 0, 0.25);
  z-index: 10000;
}

.popup-container .video-container {
  margin: 0;
}

.popup-container .video-container:hover {
  cursor: pointer;
}

.popup-container .video-container .video-container-banner {
  height: 180px;
  position: relative;
}

.popup-container .video-container .video-container-banner .play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 90px;
  height: 70px;
  background: url("../img/play.svg") no-repeat;
  background-size: 100%;
}

.popup-container .video-container .video-container-banner .play-button:hover {
  background: url("../img/play_w.svg") no-repeat;
  background-size: 100%;
}

.popup-container .video-container .video-text {
  padding: 20px 10px 10px;
  position: relative;
  text-align: left;
  height: calc(100% - 180px);
}

.popup-container .video-container .video-text .popup-date {
  color: #BBB;
  font: 15px "SourceSansProRegular", arial, verdana, sans-serif;
  line-height: 1.15;
  margin-bottom: 5px;
}

.popup-container .video-container .video-text .popup-title {
  color: #333;
  font: 17px "SourceSansProBlack", arial, verdana, sans-serif;
  line-height: 1.58;
}

.popup-container .video-container .close-popup::before {
  content: " ";
  position: absolute;
  right: 10px;
  top: 10px;
  width: 34px;
  height: 34px;
  background: url("../img/triangle.svg");
}

.popup-container .video-container .close-popup::after {
  content: ' ';
  position: absolute;
  right: 10px;
  top: 10px;
  width: 12px;
  height: 12px;
  background: url("../img/close.svg") no-repeat;
}

.popup-container a,
.popup-container a:hover,
.popup-container a:active,
.popup-container a:visited,
.popup-container a:focus {
  text-decoration: none;
}

.embed-container {
  height: 100%;
}

.embed-container iframe {
  width: 100%;
  height: 100%;
}

.modal .modal-content.popup {
  height: 85vh;
}