/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

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

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

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

a {
  background-color: transparent
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

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

small {
  font-size: 80%
}

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

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0
}

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details {
  display: block
}

summary {
  display: list-item
}

template {
  display: none
}

[hidden] {
  display: none
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}

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

body {
  line-height: 1
}

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none
}

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

.tns-outer {
  padding: 0 !important
}

.tns-outer [hidden] {
  display: none !important
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer
}

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s
}

.tns-slider>.tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap
}

.tns-horizontal.tns-subpixel>.tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal
}

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both
}

.tns-horizontal.tns-no-subpixel>.tns-item {
  float: left
}

.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item {
  margin-right: -100%
}

.tns-no-calc {
  position: relative;
  left: 0
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px
}

.tns-gallery>.tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s
}

.tns-gallery>.tns-slide-active {
  position: relative;
  left: auto !important
}

.tns-gallery>.tns-moving {
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  transition: all .25s
}

.tns-autowidth {
  display: inline-block
}

.tns-lazy-img {
  -webkit-transition: opacity .6s;
  -moz-transition: opacity .6s;
  transition: opacity .6s;
  opacity: .6
}

.tns-lazy-img.tns-complete {
  opacity: 1
}

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s
}

.tns-ovh {
  overflow: hidden
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em
}

.tns-transparent {
  opacity: 0;
  visibility: hidden
}

.tns-fadeIn {
  opacity: 1;
  z-index: 0
}

.tns-fadeOut,
.tns-normal {
  opacity: 0;
  z-index: -1
}

.tns-vpfix {
  white-space: nowrap
}

.tns-vpfix>div,
.tns-vpfix>li {
  display: inline-block
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden
}

.tns-t-ct {
  width: 2333.3333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0
}

.tns-t-ct:after {
  content: '';
  display: table;
  clear: both
}

.tns-t-ct>div {
  width: 1.4285714%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: calc(100% / 70);
  height: 10px;
  float: left
}

body:before {
  display: none;
  content: "small"
}

@media screen and (min-width:40em) {
  body:before {
    display: none;
    content: "medium"
  }
}

@media screen and (min-width:64em) {
  body:before {
    display: none;
    content: "large"
  }
}

@media screen and (min-width:76.875em) {
  body:before {
    display: none;
    content: "container"
  }
}

@media screen and (min-width:81.25em) {
  body:before {
    display: none;
    content: "xlarge"
  }
}

@font-face {
  font-family: Flaticon;
  src: url("../fonts/flaticon/Flaticon.eot");
  src: url("../fonts/flaticon/Flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/flaticon/Flaticon.woff2") format("woff2"), url("../fonts/flaticon/Flaticon.woff") format("woff"), url("../fonts/flaticon/Flaticon.ttf") format("truetype"), url("../fonts/flaticon/Flaticon.svg#Flaticon") format("svg");
  font-weight: 400;
  font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: Flaticon;
    src: url("../fonts/flaticon/Flaticon.svg#Flaticon") format("svg")
  }
}

.fi:before {
  display: inline-block;
  font-family: Flaticon;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased
}

.flaticon-search:before,
.navigation__submit_search:after,
.responsive_navigation__submit_search:after {
  content: "\f100"
}

.flaticon-facebook:before {
  content: "\f101"
}

.flaticon-linkedin:before {
  content: "\f102"
}

.flaticon-instagram:before {
  content: "\f103"
}

.accordion__heading:before,
.block_3_columns_grid__cell--link .block_3_columns_grid__cell_inner:after,
.block_helpful_links__link:before,
.block_image_and_text_with_sublinks__link_inner:after,
.block_image_heading_and_link__link_inner:after,
.block_library .library_entry__download:after,
.block_library__category:before,
.block_main_contacts__accordion_heading:before,
.bordered_list__item:before,
.button:after,
.flaticon-chevron-right:before,
.link_alternative:after,
.select_wrapper:after,
.sidebar_subnav__link:before {
  content: "\f104"
}

.flaticon-chevron-left:before {
  content: "\f105"
}

.flaticon-degree:before,
.icon_entry:before {
  content: "\f106"
}

.flaticon-user-circles:before {
  content: "\f107"
}

.flaticon-people-pyramid:before {
  content: "\f108"
}

.flaticon-insert-coin:before {
  content: "\f109"
}

.flaticon-papers:before {
  content: "\f10a"
}

.flaticon-icons-bubbles:before {
  content: "\f10b"
}

.flaticon-people:before {
  content: "\f10c"
}

.flaticon-circle:before {
  content: "\f10d"
}

.flaticon-degree-hat:before {
  content: "\f10e"
}

.flaticon-euro:before {
  content: "\f10f"
}

.flaticon-buildings-bubbles:before {
  content: "\f110"
}

.flaticon-play-button:before {
  content: "\f111"
}

.flaticon-play:before {
  content: "\f112"
}

.flaticon-buildings:before {
  content: "\f113"
}

.flaticon-twitter:before {
  content: "\f114"
}

.flaticon-youtube:before {
  content: "\f115"
}

.flaticon-vimeo:before {
  content: "\f116"
}

.block_careers .block_helpful_links__heading,
.block_library .library_entry__category,
.block_refernet_detail__content_wrapper h2,
.block_refernet_detail__content_wrapper h3,
.block_refernet_detail__content_wrapper h4,
.block_refernet_detail__content_wrapper h5,
.heading--h1,
.heading--h2,
.heading--h3,
.heading--h4,
.heading--h5,
.heading--h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #010000;
  font-family: Raleway;
  font-weight: 700;
  line-height: 1.2125;
  margin-bottom: .22em
}

@media screen and (max-width:39.9375em) {

  .block_careers .block_helpful_links__heading,
  .block_library .library_entry__category,
  .block_refernet_detail__content_wrapper h2,
  .block_refernet_detail__content_wrapper h3,
  .block_refernet_detail__content_wrapper h4,
  .block_refernet_detail__content_wrapper h5,
  .heading--h1,
  .heading--h2,
  .heading--h3,
  .heading--h4,
  .heading--h5,
  .heading--h6,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: .6rem
  }
}

.heading--h1,
h1 {
  font-size: 2.8125rem
}

@media screen and (max-width:39.9375em) {

  .heading--h1,
  h1 {
    font-size: 1rem
  }
}

.heading--h2,
h2 {
  font-size: 2.5rem
}

@media screen and (max-width:39.9375em) {

  .heading--h2,
  h2 {
    font-size: 2.1rem
  }
}

.heading--h3,
h3 {
  font-size: 2rem
}

@media screen and (max-width:39.9375em) {

  .heading--h3,
  h3 {
    font-size: 1.8rem
  }
}

.heading--h4,
h4 {
  font-size: 1.85rem
}

@media screen and (max-width:39.9375em) {

  .heading--h4,
  h4 {
    font-size: 1.7rem
  }
}

.block_careers .block_helpful_links__heading,
.block_library .library_entry__category,
.heading--h5,
h5 {
  font-size: 1.668125rem
}

@media screen and (max-width:39.9375em) {

  .block_careers .block_helpful_links__heading,
  .block_library .library_entry__category,
  .heading--h5,
  h5 {
    font-size: 1.55rem
  }
}

.block_refernet_detail__content_wrapper h2,
.block_refernet_detail__content_wrapper h3,
.block_refernet_detail__content_wrapper h4,
.block_refernet_detail__content_wrapper h5,
.heading--h6,
h6 {
  font-size: 1.5rem
}

@media screen and (max-width:39.9375em) {

  .block_refernet_detail__content_wrapper h2,
  .block_refernet_detail__content_wrapper h3,
  .block_refernet_detail__content_wrapper h4,
  .block_refernet_detail__content_wrapper h5,
  .heading--h6,
  h6 {
    font-size: 1.4rem
  }
}

blockquote,
dd,
div,
dl,
dt,
form,
li,
ol,
pre,
td,
th,
ul {
  color: #000101;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5
}

@media screen and (max-width:39.9375em) {

  blockquote,
  dd,
  div,
  dl,
  dt,
  form,
  li,
  ol,
  pre,
  td,
  th,
  ul {
    font-size: 1.125rem
  }
}

.p,
p {
  color: #000101;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 2.2rem
}

@media screen and (max-width:39.9375em) {

  .p,
  p {
    font-size: 1.125rem
  }
}

b,
bold,
strong {
  color: #000101;
  font-weight: 700
}

em,
i {
  font-style: italic
}

img {
  display: block
}

.text--small,
.text--small * {
  display: inline-block;
  font-size: 1.125rem
}

.text--spacing_left {
  display: block;
  padding-left: 30px
}

.text--medium {
  font-weight: 500
}

::selection {
  background: #fff09d
}

::-moz-selection {
  background: #fff09d
}

.wysiwyg :last-child {
  margin-bottom: 0
}

button {
  background: 0 0;
  border: none;
  -webkit-appearance: none !important
}

.button {
  align-items: center;
  background-color: #000101;
  border-radius: 3px;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 1.5rem;
  font-weight: 700;
  justify-content: center;
  min-width: 180px;
  padding: 14px 55px 14px 25px;
  position: relative;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}

.button:after {
  color: #fff;
  display: block;
  font-family: flaticon;
  font-size: 1.8rem;
  font-weight: 400;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%)
}

@media screen and (max-width:39.9375em) {
  .button:after {
    font-size: 1.3rem
  }
}

@media screen and (max-width:39.9375em) {
  .button {
    font-size: 1.1875rem;
    padding: 10px 45px 10px 20px
  }
}

.button:hover {
  background-color: #acacac
}

@media screen and (min-width:40em) {
  .button+.button {
    margin-left: 42px
  }
}

.button--secondary {
  background-color: #ee8ba5
}

.button--secondary:hover {
  background-color: #e75f82
}

.button--white {
  background-color: #fff;
  color: #44b5e5
}

.button--white:hover {
  background-color: #44b5e5;
  color: #fff
}

a {
  color: inherit;
  line-height: inherit;
  text-decoration: none
}

p a {
  text-decoration: underline;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}

a.video:before {
  background-color: red;
  color: #000;
  content: 'VIDEO CONTAINERS SHOULD NOT BE ANCHORS. Use divs instead.';
  display: block;
  font-size: 2rem;
  width: 300px
}

a[data-lightbox-video]:before,
a[data-lightbox]:before {
  background-color: red;
  color: #000;
  content: 'LIGHTBOX TRIGGERS SHOULD NOT BE ANCHORS. Use a span or a button instead.';
  display: block;
  font-size: 2rem;
  width: 300px
}

.link_alternative {
  color: #000101;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25;
  padding-right: 1.6em;
  position: relative;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}

@media screen and (max-width:39.9375em) {
  .link_alternative {
    font-size: .9375rem
  }
}

.link_alternative:after {
  color: inherit;
  font-family: flaticon;
  font-size: 1.18em;
  position: absolute;
  right: 0;
  top: -.05em
}

@media screen and (min-width:40em) {

  .active .link_alternative,
  .link_alternative:hover,
  .link_alternative__parent:hover .link_alternative {
    color: #acacac
  }
}

ul:not(.unstyled) {
  margin-left: 20px;
  margin-bottom: 2.2rem
}

ul:not(.unstyled) li {
  color: #000101;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5;
  list-style-type: none;
  margin-bottom: 10px;
  position: relative
}

@media screen and (max-width:39.9375em) {
  ul:not(.unstyled) li {
    font-size: 1.125rem
  }
}

ul:not(.unstyled) li::before {
  background: #000101;
  border-radius: 100%;
  content: "";
  display: inline-block;
  height: 7px;
  position: absolute;
  left: -20px;
  top: 13px;
  width: 7px
}

ul:not(.unstyled) li :last-child {
  margin-bottom: 0
}

ol:not(.unstyled) {
  counter-reset: ol-counter;
  list-style: none;
  margin-bottom: 2.2rem;
  margin-left: 30px
}

ol:not(.unstyled) li {
  counter-increment: ol-counter;
  font-size: 1.5rem;
  line-height: 1.5;
  list-style-type: none;
  margin-bottom: 11px;
  position: relative
}

ol:not(.unstyled) li::before {
  color: #000101;
  content: counter(ol-counter) ". ";
  display: inline-block;
  font-weight: 700;
  font-size: 1.125rem;
  position: absolute;
  left: -30px;
  top: 2px
}

blockquote:not(.unstyled) {
  border: 1px solid #959595;
  font-style: italic;
  font-size: .70833rem;
  padding: 30px 25px
}

blockquote:not(.unstyled) cite {
  font-weight: 700;
  font-size: .70833rem;
  color: #010000;
  margin-top: 12px
}

blockquote:not(.unstyled) cite::before {
  font-family: Icomoon;
  font-style: normal;
  font-weight: 400;
  color: #ee8ba5;
  content: '\e1a0';
  margin-right: 10px;
  font-size: 1.2rem
}

.cover_image {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%
}

.cover_image img {
  display: block;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  width: 100%
}

.cover_image .img {
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}

.cover_image--link:hover img,
a:hover .cover_image img {
  cursor: pointer;
  transform: scale(1.1)
}

.contain_image {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%
}

.contain_image img {
  height: 100%;
  object-fit: contain;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  width: 100%
}

.contain_image .img {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}

.contain_image--link:hover img,
a:hover .contain_image img {
  cursor: pointer;
  transform: scale(1.1)
}

@media screen and (min-width:40em) {
  .main_container img[width] {
    float: right;
    height: auto !important;
    margin: 20px 0 20px 20px;
    max-width: 100%;
    width: 50% !important
  }
}

@media screen and (max-width:39.9375em) {
  .main_container img[width] {
    height: 100% !important;
    max-width: 100%;
    margin: 20px 0;
    width: 100% !important
  }
}

table {
  border-radius: 2px;
  margin-bottom: 40px;
  margin-top: 40px;
  overflow: hidden;
  width: 100%
}

table thead {
  background-color: #44b5e5
}

table tbody tr {
  background-color: #fff
}

table tbody tr:nth-child(2n) {
  background-color: #f2f2f2
}

table th {
  color: #fff;
  font-weight: 700;
  font-size: 1.125rem;
  min-height: 45px;
  padding-bottom: 12px;
  padding-top: 12px;
  padding-right: 20px;
  text-align: left;
  white-space: pre
}

table th:first-child {
  padding-left: 25px
}

table td {
  color: #000101;
  font-size: 1rem;
  font-weight: 300;
  padding: 8px 20px 8px 0
}

@media screen and (max-width:39.9375em) {
  table td {
    padding-left: 25px
  }
}

table td:first-child {
  padding-left: 25px
}

@media screen and (max-width:39.9375em) {

  table table,
  table tbody,
  table td,
  table th,
  table thead {
    display: block
  }

  table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px
  }

  table tbody tr:nth-child(2n) {
    background-color: rgba(149, 149, 149, .4)
  }

  table tr {
    border: 1px solid #959595;
    display: flex;
    flex-direction: column
  }

  table td {
    border: none;
    border-bottom: 1px solid #959595;
    position: relative
  }

  table td::before {
    content: attr(data-name);
    display: block;
    font-weight: 500
  }
}

.video {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1rem;
  position: relative
}

.video.video--autoplay .video__container {
  position: relative
}

.video.video--autoplay .video__container:before {
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 4
}

.video:not(.video--playing)>div>div>div>div:before {
  content: "";
  width: 62px;
  height: 62px;
  background-color: #fff;
  border-radius: 50%;
  background-image: url("/assets/images/design/icons/play-button.svg");
  background-repeat: no-repeat;
  background-position: center;
  align-items: center;
  color: #fff;
  display: inline-flex;
  font-size: 10rem;
  font-weight: 400;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 14;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}

@media screen and (max-width:39.9375em) {
  .video:not(.video--playing)>div>div>div>div:before {
    font-size: 6em
  }
}

.video:not(.video--playing)>div>div>div>div:after {
  background-color: #000101;
  content: '';
  height: 100%;
  left: 0;
  opacity: .2;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 7
}

.video:not(.video--playing)>div>div>div>div:hover {
  cursor: pointer
}

.video:not(.video--playing)>div>div>div>div:hover img {
  transform: scale(1.1)
}

.video:not(.video--playing)>div>div>div>div:hover:before {
  transform: translate(-50%, -50%) scale(1.1)
}

.video:not(.video--playing):not(.unstyled) {
  align-items: center;
  display: flex;
  justify-content: center;
  overflow: hidden
}

.video .video__video_tag {
  display: block;
  position: relative;
  width: 100%;
  z-index: 3
}

.video.video--iframe .video__container {
  width: 100%
}

.video.video--iframe .video__container>div>div {
  padding-bottom: 52.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  position: relative;
  width: 100%
}

.video.video--iframe .video__container iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2
}

.video.video--lightbox .video__container {
  width: 100%
}

.video.video--lightbox .video__container>div>div>div {
  position: relative;
  overflow: hidden
}

.video__image {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  position: relative
}

.video__image img {
  height: auto;
  max-width: 100%;
  transition: ease-in-out .3s all
}

.video--cover>div>div {
  overflow: hidden
}

.video--cover>div>div .video__image,
.video--cover>div>div .video__image img {
  height: 100%;
  width: 100%
}

.video--cover>div>div .video__image img {
  object-fit: cover
}

.video--iframe .video__image {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10
}

.sidebar__heading {
  align-items: center;
  color: #000101;
  display: flex;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 10px;
  text-transform: uppercase
}

@media screen and (min-width:64em) {
  .sidebar .container {
    padding-left: 0;
    padding-right: 0
  }
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
  .block--global_spacings {
    padding-bottom: 30px;
    padding-top: 30px
  }
}

@media screen and (max-width:39.9375em) {
  .block--global_spacings {
    padding-bottom: 20px;
    padding-top: 20px
  }
}

input {
  padding: 0
}

input[type=email],
input[type=search],
input[type=text],
select,
textarea {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  color: #000101;
  height: 56px;
  margin-bottom: 15px;
  padding: 5px;
  width: 100%
}

input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #a1a1a1
}

input[type=email]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=text]:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  color: #a1a1a1
}

input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=text]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #a1a1a1
}

input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #a1a1a1
}

input[type=email]::-ms-input-placeholder,
input[type=search]::-ms-input-placeholder,
input[type=text]::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #a1a1a1
}

textarea {
  min-height: 120px;
  resize: none
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 0;
  border: transparent;
  outline: 0
}

select::-ms-expand {
  display: none
}

.select_wrapper {
  border: 1px solid rgba(149, 149, 149, .6);
  max-width: 256px;
  position: relative;
  width: 100%
}

@media screen and (min-width:40em) {
  .select_wrapper+.select_wrapper {
    margin-left: -1px
  }
}

@media screen and (max-width:39.9375em) {
  .select_wrapper+.select_wrapper {
    margin-top: -1px
  }
}

.select_wrapper__label {
  color: #44b5e5;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center
}

.select_wrapper:after {
  background-color: #fff;
  color: rgba(149, 149, 149, .6);
  display: block;
  font-family: flaticon;
  font-size: .5rem;
  font-weight: 400;
  height: 30px;
  line-height: 30px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  text-align: center;
  transform: translate3D(0, -50%, 0) rotate(90deg);
  width: 30px
}

.select_wrapper select {
  background-color: transparent;
  border: none;
  color: #010000;
  font-size: .9375rem;
  font-weight: 600;
  height: 54px;
  margin-bottom: 0;
  padding: 0 48px 0 28px;
  width: 100%
}

.select_wrapper select option {
  background-color: transparent
}

.background--blue .select_wrapper,
.block_library .library_entry .select_wrapper,
.select_wrapper.select_wrapper--alternative {
  border-color: #40405b
}

.background--blue .select_wrapper:after,
.block_library .library_entry .select_wrapper:after,
.select_wrapper.select_wrapper--alternative:after {
  background-color: #010000
}

.background--blue .select_wrapper select,
.block_library .library_entry .select_wrapper select,
.select_wrapper.select_wrapper--alternative select {
  color: #fff
}

.form {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column
}

.form--centered {
  justify-content: center;
  text-align: center
}

.form--centered .form__container {
  justify-content: center;
  text-align: center
}

.form__container {
  display: flex;
  flex-wrap: wrap
}

.form__thank_you_message {
  display: none
}

.form__error {
  color: red;
  display: none
}

.form__field_wrapper {
  width: 100%
}

.form__field_wrapper--width-1 {
  width: 100%
}

@media screen and (min-width:40em) {
  .form__field_wrapper--width-1-2 {
    width: calc(50% - 10px)
  }

  .form__field_wrapper--width-1-2+.form__field_wrapper--width-1-2 {
    margin-left: 20px
  }
}

@media screen and (min-width:40em) {
  .form__field_wrapper--width-1-3 {
    width: calc((100% / 3) - 13.33333px)
  }

  .form__field_wrapper--width-1-3+.form__field_wrapper--width-1-3 {
    margin-left: 20px
  }
}

.form__field_wrapper--checkbox {
  width: 100%
}

.form__field_wrapper--checkbox .form__label {
  margin-bottom: 0
}

.form__field--checkbox {
  margin-top: 8px
}

.form__checkbox_wrapper {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  margin-bottom: 15px;
  position: relative
}

.form__checkbox_wrapper input {
  opacity: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  top: 0
}

.form__visible_checkbox {
  background: 0 0;
  border: 1px solid #d9d9d9;
  flex-shrink: 0;
  height: 14px;
  margin-right: 13px;
  position: relative;
  top: 8px;
  width: 14px
}

.form__visible_checkbox:after {
  background-color: #44b5e5;
  content: '';
  display: none;
  font-family: flaticon;
  font-size: .68rem;
  height: 10px;
  left: .5px;
  position: absolute;
  top: 1px;
  width: 10px
}

.form__checkbox_wrapper input:checked~.form__visible_checkbox:after {
  display: block
}

.form__label {
  font-size: .875rem
}

.form--boxed {
  background-color: #daefe6;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  padding: 37px 40px 50px
}

html {
  overflow-x: hidden
}

body {
  width: 100%;
  display: block !important;
  font-family: Raleway, Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #000101;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

body.loading::before {
  content: "";
  display: block;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .7)
}

body.loading:after {
  content: "";
  -webkit-animation: .75s all infinite;
  -moz-animation: .75s all infinite;
  -ms-animation: 0.75s all infinite;
  -o-animation: .75s all infinite;
  animation: .75s all infinite;
  animation-name: u6fd6e69e;
  height: 30px;
  width: 30px;
  border: 3px solid #44b5e5;
  border-right-color: transparent;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: fixed;
  z-index: 100
}

@keyframes u6fd6e69e {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

body.dev-environment .cc_dialog {
  display: none
}

body #__ba_panel {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999
}

body #__ba_panel>div {
  width: fit-content !important
}

*,
:after,
:before {
  box-sizing: border-box;
  outline: 0
}

#instantclick-bar {
  background: #44b5e5
}

.main_container {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
  z-index: 3
}

.main_container__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
  margin-bottom: 50px
}

.main_container--with_sidebar .main_container__inner.container {
  display: flex
}

@media screen and (min-width:64em) {
  .main_container--with_sidebar .main_container__inner.container .main_container__content {
    order: 2;
    width: calc(100% - 180px - 48px)
  }
}

@media screen and (min-width:64em) {
  .main_container--with_sidebar .main_container__inner.container .main_container__sidebar {
    order: 1;
    width: 180px
  }
}

@media screen and (max-width:63.9375em) {
  .main_container--with_sidebar .main_container__inner.container .main_container__sidebar {
    display: none
  }
}

.main_container__content--bottom {
  width: 100%
}

.main_container__sidebar--mobile {
  margin-top: 40px
}

@media screen and (min-width:64em) {
  .main_container__sidebar--mobile {
    display: none !important
  }
}

.container {
  display: block;
  max-width: 1280px;
  padding-left: 25px;
  padding-right: 25px;
  margin-right: auto;
  margin-left: auto
}

@media screen and (max-width:63.9375em) {
  .container {
    max-width: 800px
  }
}

.container--medium {
  max-width: 1230px;
  padding-left: 25px;
  padding-right: 25px;
  margin-right: auto;
  margin-left: auto
}

@media screen and (max-width:63.9375em) {
  .container--medium {
    max-width: 800px
  }
}

.container--small {
  max-width: 940px;
  padding-left: 25px;
  padding-right: 25px;
  margin-right: auto;
  margin-left: auto
}

@media screen and (max-width:63.9375em) {
  .container--small {
    max-width: 800px
  }
}

.link-box {
  position: relative
}

.link-box a,
.link-box button {
  outline: 0;
  z-index: 1;
  display: inline-flex
}

.link-box a:after,
.link-box button:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: ""
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0
}

.lightbox {
  align-items: center;
  background: rgba(0, 1, 1, .45);
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  opacity: 0;
  padding: 30px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2147483647;
  white-space: nowrap;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s
}

@media screen and (max-width:39.9375em) {
  .lightbox {
    padding: 30px 10px
  }
}

.lightbox__content {
  background-color: rgba(0, 1, 1, .95);
  box-shadow: 0 2px 37px 0 rgba(0, 0, 0, .15);
  margin: 0 5%;
  max-height: 95%;
  max-width: 1040px;
  position: relative;
  text-align: left;
  width: 80%
}

@media screen and (min-width:64em) {
  .lightbox__content {
    min-width: 500px
  }
}

@media screen and (max-width:39.9375em) {
  .lightbox__content {
    margin: 0;
    width: 100%
  }
}

.lightbox__content_inner {
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll
}

.lightbox__close {
  cursor: pointer;
  height: .9375em;
  font-size: 16px;
  position: absolute;
  right: -1.25em;
  top: -1.25em;
  transform: rotate(45deg);
  width: .9375em
}

@media screen and (max-width:39.9375em) {
  .lightbox__close {
    right: 8px;
    top: -2.25em
  }
}

.lightbox__close:hover:after,
.lightbox__close:hover:before {
  opacity: 1
}

.lightbox__close:after,
.lightbox__close:before {
  background-color: #fff;
  content: '';
  display: block;
  font-size: inherit;
  height: 1.1875em;
  left: 50%;
  opacity: .9;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}

.lightbox__close:before {
  height: 2px;
  width: 1.1875em
}

.lightbox__url {
  height: 0;
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%
}

.lightbox__url_iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.lightbox__video {
  height: 0;
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%
}

.lightbox__video_iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.lightbox__image {
  display: block;
  width: 100%
}

.pagination_block {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 50px;
  text-align: center
}

.pagination_block__inner {
  display: flex;
  list-style-type: none;
  padding: 8px 10px
}

.pagination_block__item {
  align-items: center;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  color: #010000;
  display: inline-flex;
  font-size: 16px;
  font-weight: 700;
  height: 2.3625rem;
  justify-content: center;
  line-height: 2.3625rem;
  margin: 0 2.5px;
  overflow: hidden;
  width: 2.3625rem;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}

.pagination_block__item.current {
  background-color: #000101;
  border-color: #e4e4e4;
  color: #fff
}

.pagination_block__link {
  color: #010000;
  height: 100%;
  width: 100%;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}

.pagination_block__link:hover {
  background-color: #756969
}

.pagination_block__arrow {
  align-items: center;
  display: inline-flex;
  font-size: 16px;
  height: 2.3625rem;
  justify-content: center;
  line-height: 2.3625rem
}

.pagination_block__arrow:after {
  color: #000101;
  display: block;
  height: 100%;
  width: 100%;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}

.pagination_block__arrow:hover:after {
  color: #44b5e5
}

.pagination_block__arrow_link {
  padding: 0 .28125rem
}

.pagination_block__arrow--next {
  margin-left: 9px
}

.pagination_block__arrow--next:after {
  content: "Next"
}

.pagination_block__arrow--previous {
  margin-right: 9px
}

.pagination_block__arrow--previous:after {
  content: "Prev"
}

.cookie_bar {
  background: #fff;
  bottom: 0;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, .08);
  position: fixed;
  left: 0;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  width: 100%;
  z-index: 30
}

.cookie_bar .container {
  position: relative
}

.cookie_bar__inner {
  padding: 15px 35px;
  position: relative;
  display: flex;
  justify-content: center
}

.cookie_bar__info {
  align-items: center;
  display: flex
}

@media screen and (max-width:63.9375em) {
  .cookie_bar__info {
    flex-direction: column
  }
}

.cookie_bar__message {
  font-size: .8875rem;
  display: block
}

.cookie_bar__message a {
  color: #44b5e5;
  text-decoration: underline;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}

.cookie_bar__message a:hover {
  opacity: .5
}

.cookie_bar__close_icon {
  color: #fff;
  font-size: .7em;
  right: 10px;
  position: absolute;
  top: 10px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}

.cookie_bar__close_icon:hover {
  opacity: .5
}

.cookie_bar--no_opt_out .cookie_bar__close_icon {
  display: none
}

.cookie_bar .button {
  cursor: pointer;
  font-size: .7rem;
  flex-shrink: 0;
  margin-left: 15px;
  min-height: 30px;
  min-width: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  transform: scale(.8)
}

@media screen and (max-width:63.9375em) {
  .cookie_bar .button {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px
  }
}

ul.cc_cp_m_menu li:before {
  display: none !important
}

input.checkbox_cookie_consent {
  display: none
}

[data-tab-accordion-content] {
  display: none
}

@media screen and (min-width:64em) {
  [data-tab-accordion-content] {
    display: block !important
  }
}

@media screen and (min-width:64em) {
  [data-tab-accordion-trigger] {
    display: none !important
  }
}

@media screen and (max-width:63.9375em) {
  [data-tab-accordion] {
    display: block !important
  }
}

.background--yellow,
.block_library .library_entry:nth-child(6n+5) {
  background-color: #ffd904
}

.background--yellow.background--link,
.background--yellow[href],
.block_library .background--link.library_entry:nth-child(6n+5),
.block_library .library_entry[href]:nth-child(6n+5) {
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}

.background--yellow.background--link:hover,
.background--yellow[href]:hover,
.block_library .background--link.library_entry:hover:nth-child(6n+5),
.block_library .library_entry[href]:hover:nth-child(6n+5) {
  background-color: #eac600
}

.background--orange,
.block_library .library_entry:nth-child(6n+6) {
  background-color: #f06c15
}

.background--orange.background--link,
.background--orange[href],
.block_library .background--link.library_entry:nth-child(6n+6),
.block_library .library_entry[href]:nth-child(6n+6) {
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}

.background--orange.background--link:hover,
.background--orange[href]:hover,
.block_library .background--link.library_entry:hover:nth-child(6n+6),
.block_library .library_entry[href]:hover:nth-child(6n+6) {
  background-color: #dd600e
}

.background--green,
.block_library .library_entry:nth-child(6n+4) {
  background-color: #74af26
}

.background--green.background--link,
.background--green[href],
.block_library .background--link.library_entry:nth-child(6n+4),
.block_library .library_entry[href]:nth-child(6n+4) {
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}

.background--green.background--link:hover,
.background--green[href]:hover,
.block_library .background--link.library_entry:hover:nth-child(6n+4),
.block_library .library_entry[href]:hover:nth-child(6n+4) {
  background-color: #669a21
}

.background--pink {
  background-color: #f313ac
}

.background--pink.background--link,
.background--pink[href] {
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}

.background--pink.background--link:hover,
.background--pink[href]:hover {
  background-color: #e10b9d
}

.background--blue,
.block_library .library_entry {
  background-color: #6cb3f6
}

.background--blue.background--link,
.background--blue[href],
.block_library .background--link.library_entry,
.block_library .library_entry[href] {
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}

.background--blue.background--link:hover,
.background--blue[href]:hover,
.block_library .background--link.library_entry:hover,
.block_library .library_entry[href]:hover {
  background-color: #54a7f5
}

.background--red,
.block_library .library_entry:nth-child(6n+3) {
  background-color: #f01515
}

.background--red.background--link,
.background--red[href],
.block_library .background--link.library_entry:nth-child(6n+3),
.block_library .library_entry[href]:nth-child(6n+3) {
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}

.background--red.background--link:hover,
.background--red[href]:hover,
.block_library .background--link.library_entry:hover:nth-child(6n+3),
.block_library .library_entry[href]:hover:nth-child(6n+3) {
  background-color: #dd0e0e
}

.background--light-purple,
.block_library .library_entry:nth-child(6n+2) {
  background-color: #e891e3
}

.background--light-purple.background--link,
.background--light-purple[href],
.block_library .background--link.library_entry:nth-child(6n+2),
.block_library .library_entry[href]:nth-child(6n+2) {
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}

.background--light-purple.background--link:hover,
.background--light-purple[href]:hover,
.block_library .background--link.library_entry:hover:nth-child(6n+2),
.block_library .library_entry[href]:hover:nth-child(6n+2) {
  background-color: #e47cde
}

.background--light-blue {
  background-color: #acd5fe
}

.background--light-blue.background--link,
.background--light-blue[href] {
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}

.background--light-blue.background--link:hover,
.background--light-blue[href]:hover {
  background-color: #93c8fe
}

.accordion {
  border-bottom: 1px solid #959595;
  display: block;
  width: 100%
}

.accordion:first-child {
  border-top: 1px solid #959595
}

.accordion__input[type=text] {
  border: none;
  height: 65px;
  margin-bottom: 0;
  padding: 11px 15px 16px;
  color: #231f20;
  font-size: 1.5rem;
  font-weight: 300
}

.accordion__input[type=text]::-webkit-input-placeholder {
  color: #231f20;
  font-size: 1.5rem;
  font-weight: 300
}

.accordion__input[type=text]:-moz-placeholder {
  color: #231f20;
  font-size: 1.5rem;
  font-weight: 300
}

.accordion__input[type=text]::-moz-placeholder {
  color: #231f20;
  font-size: 1.5rem;
  font-weight: 300
}

.accordion__input[type=text]:-ms-input-placeholder {
  color: #231f20;
  font-size: 1.5rem;
  font-weight: 300
}

.accordion__input[type=text]::-ms-input-placeholder {
  color: #231f20;
  font-size: 1.5rem;
  font-weight: 300
}

.accordion__heading {
  color: #231f20;
  cursor: pointer;
  display: block;
  font-size: 1.5rem;
  font-weight: 300;
  padding: 16px 15px 11px;
  position: relative;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}

.accordion__heading:before {
  font-family: flaticon;
  font-size: 1.3rem;
  left: 14px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 19px;
  width: 0
}

.accordion__heading:hover {
  font-weight: 700
}

.accordion--open .accordion__heading,
.accordion__heading:hover {
  font-weight: 700;
  padding-left: 56px
}

.accordion--open .accordion__heading:before,
.accordion__heading:hover:before {
  opacity: 1;
  width: 30px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}

.accordion__content {
  display: none;
  width: 100%
}

.accordion__content_wrapper {
  padding-left: 56px;
  width: 100%
}

.accordion__content_inner {
  padding-bottom: 30px;
  padding-top: 16px;
  width: 100%
}

.accordion__content_inner:after {
  content: '';
  display: block;
  width: 100%
}

@media screen and (min-width:64em) {
  .accordion__content_inner--2cols {
    display: flex;
    flex-wrap: wrap
  }
}

@media screen and (min-width:64em) {
  .accordion__content_inner--2cols>* {
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(50% - 35px);
    margin-right: 70px;
    margin-top: 70px
  }

  .accordion__content_inner--2cols>:nth-child(-n+2) {
    margin-top: 0
  }

  .accordion__content_inner--2cols>:nth-child(2n+2) {
    margin-right: 0
  }

  .accordion__content_inner--2cols>:last-child {
    margin-right: 0
  }
}

@media screen and (max-width:63.9375em) {
  .accordion__content_inner--2cols {
    display: flex;
    flex-wrap: wrap
  }
}

@media screen and (max-width:63.9375em) {
  .accordion__content_inner--2cols>* {
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(100% - 0px);
    margin-right: 60px;
    margin-top: 60px
  }

  .accordion__content_inner--2cols>:nth-child(-n+1) {
    margin-top: 0
  }

  .accordion__content_inner--2cols>:nth-child(1n+1) {
    margin-right: 0
  }

  .accordion__content_inner--2cols>:last-child {
    margin-right: 0
  }
}

.social_icons {
  display: flex
}

@media screen and (max-width:39.9375em) {
  .social_icons {
    justify-content: center
  }
}

.social_icons__item {
  display: block;
  justify-content: center;
  line-height: 1;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}

.social_icons__item:not(:first-child) {
  margin-left: 8px
}

.social_icons__item:hover:before {
  opacity: 1
}

.social_icons__item:before {
  color: #fff;
  font-family: flaticon;
  font-size: .9rem;
  opacity: .9;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}

.slider__arrows {
  display: flex;
  font-size: 1rem;
  justify-content: space-between;
  right: 0;
  position: absolute;
  width: 100%;
  z-index: 2
}

@media screen and (min-width:75.0625em) {
  .slider__arrows {
    top: 50%;
    transform: translateY(-50%)
  }
}

@media screen and (min-width:31.3125em) and (max-width:75em) {
  .slider__arrows {
    font-size: .5rem;
    right: 25px;
    top: -60px;
    width: 70px
  }
}

@media screen and (max-width:31.25em) {
  .slider__arrows {
    font-size: .5rem;
    margin-top: 35px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    top: 15px
  }
}

.slider__arrow {
  border: 4px solid #000101;
  border-right: none;
  border-top: none;
  cursor: pointer;
  font-size: inherit;
  height: 1.6875em;
  position: relative;
  width: 1.6875em;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}

@media screen and (min-width:75.0625em) {
  .slider__arrow {
    border-width: 8px;
    margin-left: -1.75em
  }
}

.slider__arrow--prev {
  transform: rotate(46deg)
}

.slider__arrow--next {
  transform: rotate(226deg)
}

@media screen and (min-width:75.0625em) {
  .slider__arrow--next {
    margin-left: 0;
    margin-right: -1.75em
  }
}

.icon_entries:not(.icon_entries--no_grid) {
  max-width: 1100px;
  padding-left: 0;
  padding-right: 0;
  margin-right: auto;
  margin-left: auto
}

@media screen and (min-width:64em) {
  .icon_entries:not(.icon_entries--no_grid) {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
  }
}

@media screen and (min-width:64em) {
  .icon_entries:not(.icon_entries--no_grid)>* {
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(33.33333% - 0px);
    margin-right: 0;
    margin-top: 60px
  }

  .icon_entries:not(.icon_entries--no_grid)>:nth-child(-n+3) {
    margin-top: 0
  }

  .icon_entries:not(.icon_entries--no_grid)>:nth-child(3n+3) {
    margin-right: 0
  }

  .icon_entries:not(.icon_entries--no_grid)>:last-child {
    margin-right: 0
  }
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
  .icon_entries:not(.icon_entries--no_grid) {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
  }
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
  .icon_entries:not(.icon_entries--no_grid)>* {
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(50% - .5px);
    margin-right: 1px;
    margin-top: 60px
  }

  .icon_entries:not(.icon_entries--no_grid)>:nth-child(-n+2) {
    margin-top: 0
  }

  .icon_entries:not(.icon_entries--no_grid)>:nth-child(2n+2) {
    margin-right: 0
  }

  .icon_entries:not(.icon_entries--no_grid)>:last-child {
    margin-right: 0
  }
}

@media screen and (max-width:39.9375em) {
  .icon_entries:not(.icon_entries--no_grid) {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
  }
}

@media screen and (max-width:39.9375em) {
  .icon_entries:not(.icon_entries--no_grid)>* {
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(100% - 0px);
    margin-right: 0;
    margin-top: 40px
  }

  .icon_entries:not(.icon_entries--no_grid)>:nth-child(-n+1) {
    margin-top: 0
  }

  .icon_entries:not(.icon_entries--no_grid)>:nth-child(1n+1) {
    margin-right: 0
  }

  .icon_entries:not(.icon_entries--no_grid)>:last-child {
    margin-right: 0
  }
}

@media screen and (max-width:63.9375em) {
  .icon_entries:not(.icon_entries--no_grid) {
    max-width: 800px
  }
}

.icon_entries--no_grid {
  display: flex;
  justify-content: space-between
}

@media screen and (max-width:43.75em) {
  .icon_entries--no_grid {
    align-items: center;
    flex-direction: column
  }
}

@media screen and (max-width:43.75em) {
  .icon_entries--no_grid .icon_entry:not(:last-child) {
    margin-bottom: 60px
  }
}

.icon_entries--with_notes+.icon_entries--with_notes {
  margin-top: 30px
}

@media screen and (max-width:63.9375em) {
  .icon_entries--with_notes+.icon_entries--with_notes {
    margin-top: 60px
  }
}

@media screen and (max-width:39.9375em) {
  .icon_entries--with_notes+.icon_entries--with_notes {
    margin-top: 40px
  }
}

.icon_entry {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 0 15px;
  text-align: center
}

.icon_entry:before {
  color: #000101;
  display: block;
  font-family: flaticon;
  font-size: 9rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 30px
}

@media screen and (max-width:39.9375em) {
  .icon_entry:before {
    font-size: 6rem;
    margin-bottom: 20px
  }
}

@media screen and (max-width:39.9375em) {
  .icon_entry:before {
    font-size: 5rem;
    margin-bottom: 15px
  }
}

.icon_entry__figure {
  display: block;
  font-family: Rawline;
  font-size: 5rem;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 11px
}

@media screen and (max-width:39.9375em) {
  .icon_entry__figure {
    font-size: 3rem
  }
}

.icon_entry__heading {
  display: block;
  font-family: Rawline;
  font-size: 1.125rem;
  font-weight: 400
}

.icon_entry__heading>* {
  font-family: Rawline;
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 0
}

@media screen and (max-width:39.9375em) {
  .icon_entry__heading {
    font-size: 1rem
  }
}

.icon_entries--with_headings .icon_entry:before {
  margin-bottom: 34px
}

.icon_entries--with_headings .icon_entry__heading {
  font-size: 1rem;
  font-family: Raleway;
  font-weight: 700;
  margin-bottom: 7px
}

.icon_entries--with_headings .icon_entry__description {
  font-size: 1rem;
  font-family: Raleway;
  font-weight: 400;
  max-width: 235px
}

.icon_entries--with_notes .icon_entry:before {
  margin-bottom: 14px
}

.icon_entries--with_notes .icon_entry__heading {
  font-size: 1.5rem;
  font-weight: 300;
  max-width: 190px
}

.bordered_list__item {
  border-bottom: 1px solid #959595;
  color: #000101;
  cursor: pointer;
  display: block;
  font-size: 1.5rem;
  font-weight: 300;
  padding: 16px 15px 11px;
  position: relative;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}

.bordered_list__item:first-child {
  border-top: 1px solid #959595
}

.bordered_list__item:before {
  font-family: flaticon;
  font-size: 1.3rem;
  left: 14px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 19px;
  width: 0
}

.bordered_list__item:hover {
  font-weight: 700;
  padding-left: 47px
}

.bordered_list__item:hover:before {
  opacity: 1;
  width: 30px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}

.bordered_list__item_date {
  display: inline-block;
  margin-right: 10px
}

.template_newsletter {
  padding-top: 70px
}

.template_newsletter__title {
  text-align: center
}

.template_newsletter__wrap {
  width: 100%
}

@media screen and (min-width:64em) {
  .template_newsletter__wrap {
    display: flex;
    flex-wrap: wrap
  }
}

@media screen and (min-width:64em) {
  .template_newsletter__wrap>* {
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(50% - 35px);
    margin-right: 70px;
    margin-top: 70px
  }

  .template_newsletter__wrap>:nth-child(1n+1) {
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(100% - 450px - 0% - 70px)
  }

  .template_newsletter__wrap>:nth-child(2n+2) {
    flex-grow: 0;
    flex-shrink: 0;
    width: 450px
  }

  .template_newsletter__wrap>:nth-child(3n+3) {
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(100% - 450px - 0% - 70px)
  }

  .template_newsletter__wrap>:nth-child(-n+2) {
    margin-top: 0
  }

  .template_newsletter__wrap>:nth-child(2n+2) {
    margin-right: 0
  }

  .template_newsletter__wrap>:last-child {
    margin-right: 0
  }
}

@media screen and (max-width:63.9375em) {
  .template_newsletter__wrap {
    display: flex;
    flex-wrap: wrap
  }
}

@media screen and (max-width:63.9375em) {
  .template_newsletter__wrap>* {
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(100% - 0px);
    margin-right: 50px;
    margin-top: 50px
  }

  .template_newsletter__wrap>:nth-child(-n+1) {
    margin-top: 0
  }

  .template_newsletter__wrap>:nth-child(1n+1) {
    margin-right: 0
  }

  .template_newsletter__wrap>:last-child {
    margin-right: 0
  }
}

.template_contact>* {
  position: relative;
  z-index: 5
}

.template_contact__container {
  position: relative;
  z-index: 2
}

.template_contact__illustration {
  bottom: 150px;
  left: 0;
  position: absolute;
  transform: translateX(-50%);
  width: 540px;
  z-index: 2
}

@media screen and (max-width:39.9375em) {
  .template_contact__illustration {
    width: 300px
  }
}

.template_contact__illustration path {
  fill: #ffd904
}

.template_accordion .block_accordions {
  max-width: 960px;
  padding-left: 0;
  padding-right: 0;
  margin-right: auto;
  margin-left: auto
}

@media screen and (max-width:63.9375em) {
  .template_accordion .block_accordions {
    max-width: 800px
  }
}

.sidebar_subnav {
  padding-top: 5px
}

@media screen and (max-width:63.9375em) {
  .sidebar_subnav {
    padding-top: 0
  }
}

@media screen and (max-width:63.9375em) {
  .sidebar_subnav__heading {
    display: none
  }
}

@media screen and (max-width:63.9375em) {
  .sidebar_subnav__list {
    display: none
  }
}

.sidebar_subnav__list_item {
  line-height: 1.4
}

.sidebar_subnav__list_item:not(:last-child) {
  margin-bottom: 18px
}

.sidebar_subnav__link {
  color: #000101;
  display: block;
  font-weight: 400;
  font-size: 1.0625rem;
  padding-left: 0;
  position: relative;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}

.sidebar_subnav__link:before {
  font-family: flaticon;
  font-size: .9rem;
  font-weight: 400;
  left: -1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 1px;
  width: 0
}

.sidebar_subnav__link.active,
.sidebar_subnav__link:hover {
  font-weight: 700;
  padding-left: 20px
}

.sidebar_subnav__link.active:before,
.sidebar_subnav__link:hover:before {
  font-weight: 400;
  opacity: 1;
  width: 12px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}

@media screen and (min-width:64em) {
  .sidebar_subnav__dropdown {
    display: none
  }
}

.sidebar_subnav__dropdown .select_wrapper {
  margin-left: 0
}

.sidebar_image_heading_text_and_link .button {
  font-size: .875rem;
  margin-bottom: 0;
  min-height: 41px;
  padding: 12px 6px
}

.sidebar_image_heading_text_and_link__image {
  height: 128px;
  width: 100%
}

.sidebar_image_heading_text_and_link__image+.sidebar_image_heading_text_and_link__heading {
  margin-top: 22px
}

.layer_video__caption {
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  margin-top: 17px;
  margin-bottom: 0
}

.video.layer_video {
  margin-bottom: 38px;
  margin-left: auto;
  margin-right: auto;
  width: 50%
}

@media screen and (max-width:31.1875em) {
  .video.layer_video {
    margin-bottom: 25px;
    width: 100%
  }
}

.video.layer_video .video--cover {
  width: 100%
}

.video.layer_video .video--cover>div>div {
  position: relative;
  height: 536px
}

@media screen and (max-width:39.9375em) {
  .video.layer_video .video--cover {
    height: auto !important
  }

  .video.layer_video .video--cover>div>div {
    height: auto
  }
}

.video.layer_video--noUrl>div>div>div>div {
  position: relative
}

.video.layer_video--noUrl>div>div>div>div::after,
.video.layer_video--noUrl>div>div>div>div::before {
  content: none
}

.video.layer_video--noUrl>div>div>div>div:hover {
  cursor: default
}

.video.layer_video--noUrl>div>div>div>div:hover img {
  transform: scale(1)
}

.video.layer_video:not(.layer_video--contain):not(.video--iframe) .video__container {
  height: 100%
}

@media screen and (max-width:39.9375em) {
  .video.layer_video:not(.layer_video--contain):not(.video--iframe) .video__container {
    height: 180px
  }
}

@media screen and (min-width:31.25em) {
  .video.layer_video--left {
    float: left;
    margin: 10px 38px 30px 0
  }
}

@media screen and (min-width:31.25em) {
  .video.layer_video--right {
    float: right;
    margin: 10px 0 30px 38px
  }
}

@media screen and (min-width:31.25em) {
  .video.layer_video--width_10 {
    width: 10%
  }
}

@media screen and (min-width:31.25em) {
  .video.layer_video--width_25 {
    width: 25%
  }
}

@media screen and (min-width:31.25em) {
  .video.layer_video--width_35 {
    width: 35%
  }
}

@media screen and (min-width:31.25em) {
  .video.layer_video--width_50 {
    width: 50%
  }
}

@media screen and (min-width:31.25em) {
  .video.layer_video--width_75 {
    width: 75%
  }
}

@media screen and (min-width:31.25em) {
  .video.layer_video--width_100 {
    width: 100%
  }
}

.layer_text {
  margin-bottom: 2.2rem
}

.layer_text--size_small {
  font-size: 1.35rem
}

.layer_text--size_small sup {
  font-size: 1.05rem
}

.layer_text--size_large {
  font-size: 1.65rem
}

.layer_text--size_large sup {
  font-size: 1.35rem
}

.layer_text.text--center {
  text-align: center
}

.layer_text.text--left {
  text-align: left
}

.layer_text.text--right {
  text-align: right
}

.layer_text sup {
  font-size: 1.2rem;
  color: #000101
}

.column_table {
  border-radius: 2px;
  display: flex;
  padding-bottom: 50px
}

@media screen and (max-width:39.9375em) {
  .column_table {
    flex-direction: column
  }
}

.column_table__column {
  flex-grow: 1
}

@media screen and (max-width:39.9375em) {
  .column_table__column {
    width: 100%
  }
}

.column_table__column:first-child .column_table__heading {
  border-top-left-radius: 2px
}

@media screen and (max-width:39.9375em) {
  .column_table__column:first-child .column_table__heading {
    border-top-right-radius: 2px
  }
}

@media screen and (max-width:39.9375em) {
  .column_table__column:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    overflow: hidden
  }
}

.column_table__column:last-child .column_table__heading {
  border-top-right-radius: 2px
}

@media screen and (max-width:39.9375em) {
  .column_table__column:last-child .column_table__heading {
    border-top-right-radius: 0
  }
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
  .column_table[data-columns="4"] .column_table__column {
    width: 50%
  }
}

.column_table__heading {
  background-color: #44b5e5;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.125rem;
  margin-bottom: 0;
  padding: 12px 20px
}

@media screen and (max-width:39.9375em) {
  .column_table__heading {
    padding: 20px 25px
  }
}

.column_table__description {
  font-size: 1rem;
  padding-bottom: 8px;
  padding: 8px 25px
}

@media screen and (max-width:39.9375em) {
  .column_table__description {
    padding: 15px 25px
  }
}

.column_table__description:nth-child(2n) {
  background-color: #959595
}

@media screen and (max-width:39.9375em) {
  .column_table__description--empty {
    display: none
  }
}

.layer_spacing {
  display: flex
}

.layer_spacing--size_small {
  height: 30px
}

.layer_spacing--size_medium {
  height: 50px
}

.layer_spacing--size_large {
  height: 90px
}

.layer_spacing--line:before {
  align-self: center;
  background-color: #ebebeb;
  content: '';
  display: inline-block;
  height: 2px;
  margin: 20px 0;
  text-align: center;
  width: 100%
}

.content_image {
  margin-bottom: 38px;
  margin-left: auto;
  margin-right: auto;
  width: 100%
}

@media screen and (max-width:37.4375em) {
  .content_image {
    margin-bottom: 25px
  }
}

.content_image__image {
  border-radius: 0;
  height: auto;
  width: 100%
}

@media screen and (max-width:39.9375em) {
  .content_image__inner {
    max-height: 410px
  }
}

@media screen and (min-width:37.5em) {
  .content_image--left {
    float: left;
    margin: 10px 38px 30px 0
  }
}

@media screen and (min-width:37.5em) {
  .content_image--right {
    float: right;
    margin: 10px 0 30px 38px
  }
}

.content_image--cover .content_image__inner {
  height: 449px
}

@media screen and (max-width:39.9375em) {
  .content_image--cover .content_image__inner {
    height: 200px
  }
}

.content_image--contain .content_image__inner {
  height: auto !important
}

@media screen and (min-width:37.5em) {
  .content_image--width-10 {
    width: 10%
  }
}

@media screen and (min-width:37.5em) {
  .content_image--width-25 {
    width: 25%
  }
}

@media screen and (min-width:37.5em) {
  .content_image--width-35 {
    width: 35%
  }
}

@media screen and (min-width:37.5em) {
  .content_image--width-50 {
    width: 50%
  }
}

@media screen and (min-width:37.5em) {
  .content_image--width-75 {
    width: 75%
  }
}

@media screen and (min-width:37.5em) {
  .content_image--width-100 {
    width: 100%
  }
}

.content_image__description {
  font-size: .85em;
  text-align: center !important;
  width: 95%;
  margin: auto;
  font-style: italic;
  margin-bottom: 6px;
  margin-top: 15px
}

.block_news_detail__body .content_image {
  margin-top: 35px
}

.layer_embed {
  align-items: center;
  display: flex;
  justify-content: center
}

.layer_link {
  margin-bottom: 50px
}

@media screen and (max-width:39.9375em) {
  .layer_link {
    margin-right: 30px
  }
}

.layer_link__form {
  display: none
}

.button--read-more {
  margin-top: 25px
}

.button--read-more .read_less_text {
  display: none
}

.button--read-more.open .read_more_text {
  display: none
}

.button--read-more.open .read_less_text {
  display: block
}

.read_more_container {
  overflow: hidden;
  position: relative;
  transition: .4s cubic-bezier(.62, .34, .34, .96) 0s
}

.read_more_container--open {
  transition-delay: 0s
}

.read_more_container--open:after {
  display: none
}

.read_more_container:not(.read_more_container--open) {
  max-height: 300px !important
}

.read_more_container:after {
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0, #fff 100%);
  background: -o-linear-gradient(rgba(255, 255, 255, 0) 0, #fff 100%);
  background: linear-gradient(rgba(255, 255, 255, 0) 0, #fff 100%);
  bottom: 0;
  content: '';
  display: block;
  height: 25px;
  left: 0;
  position: absolute;
  width: 100%
}

.layer_single_column_table__item_heading {
  background-color: #ebebeb;
  border-bottom: 1px solid #959595;
  border-top: 1px solid #959595;
  font-size: 1.5rem;
  font-weight: 300;
  padding: 18px 39px
}

.layer_single_column_table__item_content {
  padding-bottom: 44px;
  padding-top: 16px
}

@media screen and (min-width:40em) {
  .layer_single_column_table__item--2 .layer_single_column_table__item_content {
    column-count: 2;
    column-gap: 40px
  }
}

.fieldtype_submit {
  margin-top: 13px
}

.fieldtype_submit--align_center {
  text-align: center;
  width: 100%
}

.core_header {
  position: relative;
  z-index: 11
}

.core_header__logo {
  display: block;
  height: 62px;
  max-width: 100%
}

@media screen and (max-width:39.9375em) {
  .core_header__logo {
    height: 50px
  }
}

.core_header__logo_image {
  display: block;
  height: 100%
}

.core_header__container {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  padding-top: 20px;
  position: relative
}

.core_header__secondary_navigation {
  align-items: baseline;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 22px;
  padding-top: 44px
}

@media screen and (max-width:39.9375em) {
  .core_header__secondary_navigation {
    padding-bottom: 0;
    padding-top: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center
  }
}

.core_header__partners_wrapper {
  display: flex
}

.core_header__partners {
  height: 45px
}

.core_header__partners:not(:last-child) {
  margin-right: 5px
}

.core_header__languages {
  display: flex;
  margin-right: 45px
}

@media screen and (max-width:39.9375em) {
  .core_header__languages {
    display: none
  }
}

.core_header__language {
  color: #7a6e6e;
  font-size: 1rem;
  font-weight: 700;
  position: relative
}

.core_header__language.active {
  color: #000101
}

.core_header__language:not(:first-child) {
  padding-left: 14px
}

.core_header__language:not(:first-child):before {
  background-color: #000101;
  content: "";
  display: block;
  left: 6px;
  height: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2px
}

.banner {
  align-items: center;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 79px 0;
  position: relative;
  text-align: center;
  z-index: 2
}

@media screen and (max-width:39.9375em) {
  .banner {
    padding: 40px 0
  }
}

.banner:before {
  background-color: #0a0806;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: .2;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2
}

.banner>* {
  position: relative;
  z-index: 5
}

.banner .container {
  width: 100%
}

.banner__heading {
  color: #fff
}

.navigation {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  position: relative;
  top: -6px
}

@media screen and (max-width:63.9375em) {
  .navigation {
    display: none
  }
}

.navigation__item {
  all: unset;
  display: flex;
  align-items: center;
  color: #000101;
  cursor: pointer;
  font-weight: 700;
  font-size: 1rem;
  position: relative
}

.navigation__item:not(:last-child) {
  margin-right: 36px
}

.navigation__item:not(.navigation__item--no_link):after {
  background-color: #000101;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}

.navigation__item:not(.navigation__item--no_link).active:after,
.navigation__item:not(.navigation__item--no_link).open:after,
.navigation__item:not(.navigation__item--no_link):hover:after {
  color: #000101;
  opacity: 1
}

.navigation__item_label {
  color: #000101
}

.navigation__item--button {
  margin-bottom: 0
}

.navigation__item--button.active,
.navigation__item--button:hover {
  color: #fff
}

.navigation__dropdown {
  left: 0;
  position: absolute;
  min-width: 290px;
  top: 36px;
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease
}

.navigation__dropdown--contact {
  right: 0;
  left: auto
}

.navigation__dropdown__is_open {
  left: 0;
  opacity: 1;
  pointer-events: auto
}

.navigation__dropdown_inner {
  align-items: flex-start;
  background-color: #000101;
  display: flex;
  flex-direction: column;
  min-width: 210px;
  padding: 32px 30px 103px;
  position: relative;
  text-align: left;
  width: 100%
}

.navigation__dropdown_inner--contact {
  padding-bottom: 60px
}

.navigation__dropdown_item {
  border-bottom: 1px solid #000101;
  color: #fff;
  display: block;
  font-size: 1.3rem;
  font-weight: 700;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}

@media screen and (max-width:63.9375em) {
  .navigation__dropdown_item {
    font-size: 1rem;
    font-weight: 300;
    text-decoration: none;
    margin: 6px 0 0 !important
  }
}

.navigation__dropdown_item:not(:last-child) {
  margin-bottom: 17px
}

.navigation__dropdown_item.active,
.navigation__dropdown_item:focus,
.navigation__dropdown_item:hover {
  border-color: #fff
}

.navigation__dropdown_email {
  font-size: .8em;
  display: block
}

.navigation__dropdown_item--sub {
  margin-left: 20px
}

.navigation__search[type=search] {
  border: none;
  display: block;
  font-size: 1rem;
  line-height: 1rem;
  height: 18px;
  margin-bottom: 2px;
  outline: 0;
  padding: 0 20px 0 0;
  position: relative;
  width: 232px
}

@media screen and (max-width:70.625em) {
  .navigation__search[type=search] {
    width: 90px
  }
}

.navigation__search[type=search]::-webkit-input-placeholder {
  color: #000101;
  font-weight: 300
}

.navigation__search[type=search]:-moz-placeholder {
  color: #000101;
  font-weight: 300
}

.navigation__search[type=search]::-moz-placeholder {
  color: #000101;
  font-weight: 300
}

.navigation__search[type=search]:-ms-input-placeholder {
  color: #000101;
  font-weight: 300
}

.navigation__search[type=search]::-ms-input-placeholder {
  color: #000101;
  font-weight: 300
}

.navigation__search_wrapper {
  border-bottom: 1px solid #000101;
  height: 100%;
  padding-right: 30px;
  position: relative;
  top: -5px
}

@media screen and (max-width:39.9375em) {
  .navigation__search_wrapper {
    width: 80%;
    align-self: center;
    margin-bottom: 10px
  }
}

@media screen and (min-width:40em) {
  .navigation__search_wrapper--mobile {
    display: none
  }
}

.navigation__submit_search {
  background: 0 0;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: -3px
}

.navigation__submit_search:after {
  display: block;
  font-family: flaticon;
  font-size: .9rem;
  color: #000101
}

.responsive_menu {
  height: 100%;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  transform: translate3D(0, 0, 0);
  transition: width .35s;
  z-index: 99;
  width: 0
}

.responsive_menu:before {
  background-color: #000101;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transition: width .35s;
  z-index: 70;
  width: 0
}

.responsive_menu__inner_wrapper {
  display: flex;
  height: 100%;
  justify-content: flex-end;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 85;
  width: 100vw
}

.responsive_menu__inner {
  align-items: center;
  display: flex;
  height: 100%;
  align-items: center;
  overflow: scroll;
  overflow-x: hidden;
  width: 0
}

.responsive_menu__close_icon {
  cursor: pointer;
  font-size: 1.5rem;
  opacity: .8;
  position: absolute;
  right: 26px;
  top: 38px;
  transform: rotate(45deg);
  z-index: 86
}

.responsive_menu__close_icon:hover {
  opacity: 1
}

.responsive_menu__close_icon:after,
.responsive_menu__close_icon:before {
  background-color: #fff;
  content: "";
  display: block;
  font-size: inherit;
  height: 1.0875em;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 4px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}

.responsive_menu__close_icon:before {
  height: 4px;
  width: 1.0875em
}

.responsive_menu--in {
  width: 100%
}

.responsive_menu--in:before {
  width: 260px
}

.responsive_menu--in .responsive_menu__inner_wrapper {
  visibility: visible
}

.responsive_menu--in .responsive_menu__inner {
  width: 260px
}

.responsive_menu--in .responsive_menu__close_icon {
  opacity: 1
}

.responsive_menu--in .responsive_menu__close_icon:after,
.responsive_menu--in .responsive_menu__close_icon:before {
  transform: translate(-50%, -50%) rotate(0)
}

.responsive_navigation {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 75px 10px 80px;
  text-align: center;
  width: 100%
}

.responsive_navigation__item {
  border-bottom: 1px solid #000101;
  color: #fff;
  font-weight: 300;
  font-size: 1.2375rem;
  letter-spacing: .43px;
  margin-bottom: 10px;
  opacity: 0;
  position: relative;
  transform: translateY(-5px);
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}

.responsive_menu--in .responsive_navigation__item {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.2s, transform .25s
}

.responsive_navigation__item:nth-child(2) {
  transition-delay: 0.1s
}

.responsive_navigation__item:nth-child(3) {
  transition-delay: 0.2s
}

.responsive_navigation__item:nth-child(4) {
  transition-delay: 0.3s
}

.responsive_navigation__item:nth-child(5) {
  transition-delay: 0.4s
}

.responsive_navigation__item:nth-child(6) {
  transition-delay: 0.5s
}

.responsive_navigation__item:nth-child(7) {
  transition-delay: 0.6s
}

.responsive_navigation__item:nth-child(8) {
  transition-delay: 0.7s
}

.responsive_navigation__item:nth-child(9) {
  transition-delay: 0.8s
}

.responsive_navigation__item:nth-child(10) {
  transition-delay: 0.9s
}

.responsive_navigation__item.active,
.responsive_navigation__item:focus,
.responsive_navigation__item:hover {
  border-color: #fff
}

.responsive_navigation__item--button {
  color: #fff
}

.responsive_navigation__dropdown_item {
  border-bottom: 1px solid #000101;
  color: #fff;
  display: block;
  font-size: 1rem;
  font-weight: 300;
  margin-top: 6px
}

.responsive_navigation__dropdown_item.active,
.responsive_navigation__dropdown_item:focus,
.responsive_navigation__dropdown_item:hover {
  border-color: #fff;
  color: #fff
}

.responsive_navigation__dropdown_item:focus-visible {
  border-color: #fff
}

.responsive_navigation__dropdown_email {
  display: block;
  font-size: .9em
}

.responsive_navigation__item--dropdown {
  border: none
}

.responsive_navigation__item_label {
  color: #fff
}

.responsive_navigation__dropdown_inner {
  align-items: center;
  display: flex;
  flex-direction: column
}

.responsive_navigation__search[type=search] {
  background-color: transparent;
  border: none;
  color: #fff;
  display: block;
  font-size: 1rem;
  line-height: 1rem;
  height: 18px;
  margin-bottom: 2px;
  outline: 0;
  padding: 0 20px 0 0;
  position: relative;
  width: 200px
}

.responsive_navigation__search[type=search]::-webkit-input-placeholder {
  color: #fff;
  font-weight: 300
}

.responsive_navigation__search[type=search]:-moz-placeholder {
  color: #fff;
  font-weight: 300
}

.responsive_navigation__search[type=search]::-moz-placeholder {
  color: #fff;
  font-weight: 300
}

.responsive_navigation__search[type=search]:-ms-input-placeholder {
  color: #fff;
  font-weight: 300
}

.responsive_navigation__search[type=search]::-ms-input-placeholder {
  color: #fff;
  font-weight: 300
}

.responsive_navigation__search_wrapper {
  border-bottom: 1px solid #fff;
  margin-top: 25px;
  margin-bottom: 80px;
  position: relative
}

.responsive_navigation__submit_search {
  position: absolute;
  right: 0;
  top: -3px
}

.responsive_navigation__submit_search:after {
  display: block;
  font-family: flaticon;
  font-size: .9rem;
  color: #fff
}

.responsive_navigation__languages {
  background-color: #000101;
  bottom: 0;
  display: flex;
  justify-content: center;
  margin-right: 45px;
  opacity: 0;
  padding: 10px 0 17px;
  position: absolute;
  right: -45px;
  transform: translateX(100%);
  width: 260px
}

@media screen and (max-width:39.9375em) {
  .responsive_navigation__languages {
    display: none
  }
}

.responsive_menu--in .responsive_navigation__languages {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 1.2s, transform .45s
}

.responsive_navigation__language {
  color: #7a6e6e;
  font-size: 1rem;
  font-weight: 700;
  position: relative
}

.responsive_navigation__language.active {
  color: #fff
}

.responsive_navigation__language:not(:first-child) {
  padding-left: 14px
}

.responsive_navigation__language:not(:first-child):before {
  background-color: #fff;
  content: "";
  display: block;
  left: 6px;
  height: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2px
}

.burger {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}

@media screen and (min-width:64em) {
  .burger {
    display: none !important
  }
}

.burger__line {
  background-color: #000101;
  display: block;
  height: 3px;
  width: 30px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}

.burger__line:not(:last-child) {
  margin-bottom: 7px
}

.burger__line:nth-child(2) {
  width: 23px
}

.burger__line:nth-child(2) {
  width: 26px
}

.burger:focus .burger__line,
.burger:hover .burger__line {
  background-color: #44b5e5;
  outline: 0
}

.back_to_top {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-bottom: 47px;
  padding-top: 57px
}

.back_to_top:before {
  content: "";
  border-top: 2px solid #000101;
  border-right: 2px solid #000101;
  color: #231f20;
  display: block;
  height: 27px;
  transform: rotate(-45deg);
  width: 27px
}

.back_to_top:after {
  color: #231f20;
  content: "Back to top";
  display: block;
  font-size: .9375rem;
  font-weight: 700
}

.core_footer {
  background-color: #000
}

.core_footer__social_icons {
  margin-bottom: 20px;
  display: flex;
  gap: 5px
}

.core_footer__social_icons li {
  position: unset !important
}

.core_footer__social_icons li::before {
  content: ""
}

.core_footer__top_container {
  align-items: top;
  display: flex;
  justify-content: space-between;
  padding-bottom: 56px;
  padding-top: 29px
}

@media screen and (max-width:63.9375em) {
  .core_footer__top_container {
    flex-wrap: wrap
  }
}

@media screen and (max-width:39.9375em) {
  .core_footer__top_container {
    align-items: center;
    flex-direction: column;
    padding-bottom: 33px;
    padding-top: 42px;
    text-align: center
  }
}

.core_footer__column {
  display: flex;
  flex-direction: column;
  gap: 5px
}

@media screen and (max-width:39.9375em) {
  .core_footer__column {
    align-items: center
  }
}

@media screen and (max-width:39.9375em) {
  .core_footer__column:not(:last-child) {
    margin-bottom: 32px
  }
}

@media screen and (max-width:63.9375em) {

  .core_footer__column:nth-child(2),
  .core_footer__column:nth-child(3),
  .core_footer__column:nth-child(4),
  .core_footer__column:nth-child(5) {
    order: 3;
    width: 25%
  }
}

@media screen and (max-width:39.9375em) {

  .core_footer__column:nth-child(2),
  .core_footer__column:nth-child(3),
  .core_footer__column:nth-child(4),
  .core_footer__column:nth-child(5) {
    width: 100%
  }
}

@media screen and (min-width:64em) {
  .core_footer__column:first-child {
    max-width: 255px;
    margin-right: 80px
  }
}

@media screen and (max-width:63.9375em) {
  .core_footer__column:first-child {
    order: 6;
    padding-top: 40px;
    width: 100%
  }
}

@media screen and (max-width:39.9375em) {
  .core_footer__column:first-child {
    margin-bottom: 32px;
    padding-top: 0
  }
}

.core_footer__column:first-child p {
  margin-bottom: 18px
}

@media screen and (min-width:64em) {
  .core_footer__column:last-child {
    margin-left: 80px
  }
}

@media screen and (max-width:63.9375em) {
  .core_footer__column:last-child {
    order: 7;
    padding-top: 30px;
    width: 100%
  }
}

@media screen and (max-width:39.9375em) {
  .core_footer__column:last-child {
    padding-top: 0
  }
}

.core_footer__heading {
  border-bottom: 1px solid #000101;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}

.core_footer__heading.active,
.core_footer__heading:hover[href] {
  border-color: #fff
}

.core_footer__heading a {
  text-decoration: none
}

.core_footer__links {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 10px
}

@media screen and (max-width:39.9375em) {
  .core_footer__links {
    align-items: center
  }
}

.core_footer__link {
  border-bottom: 1px solid #000101;
  color: #fff;
  display: block;
  font-size: 1rem;
  font-weight: 300;
  opacity: .9
}

.core_footer__link:not(:last-child) {
  margin-bottom: 10px
}

.core_footer__link.active,
.core_footer__link:hover {
  border-color: #fff;
  opacity: 1
}

.core_footer__description,
.core_footer__description p {
  color: #fff;
  font-weight: 400;
  font-size: 1rem;
  margin-bottom: 0
}

.core_footer__button {
  color: #fff;
  font-weight: 700;
  font-size: .9375rem;
  min-height: 44px;
  padding-left: 21px;
  padding-right: 21px
}

.core_404 {
  padding: 40px 0 180px;
  text-align: center
}

.block_testimonials_slider {
  background-color: #ebebeb;
  padding-bottom: 145px;
  padding-top: 128px
}

@media screen and (max-width:39.9375em) {
  .block_testimonials_slider {
    padding-bottom: 80px;
    padding-top: 110px
  }
}

.block_testimonials_slider__container {
  position: relative
}

.block_testimonials_slider__card_quote {
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0;
  text-align: center
}

.block_testimonials_slider__card_quote:before {
  content: '\201C'
}

.block_testimonials_slider__card_quote:after {
  content: '\201D'
}

.block_testimonials_slider__card_position {
  font-weight: 300;
  margin-bottom: 45px;
  text-align: center
}

.block_testimonials_slider__card_image {
  max-width: 100%;
  width: 100%;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}

.block_testimonials_slider__card_video {
  margin-bottom: 33px;
  overflow: hidden
}

.block_testimonials_slider__card_video.video:not(.video--playing):before {
  font-size: 3rem
}

.block_testimonials_slider__card_button {
  text-align: center
}

.block_team_listing {
  padding-bottom: 137px;
  padding-top: 156px
}

@media screen and (max-width:39.9375em) {
  .block_team_listing {
    padding-bottom: 80px;
    padding-top: 100px
  }
}

.block_team_listing__heading {
  margin-bottom: 76px
}

.block_team_listing__cards {
  display: flex;
  flex-wrap: wrap;
  max-width: 670px;
  padding-top: 44px
}

@media screen and (max-width:36.25em) {
  .block_team_listing__cards {
    flex-direction: column
  }
}

.block_team_listing__card {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
  width: 193px
}

@media screen and (max-width:36.25em) {
  .block_team_listing__card {
    margin-bottom: 45px
  }
}

.block_team_listing__card:nth-child(2n) {
  margin-left: calc(100% - 386px)
}

@media screen and (max-width:36.25em) {
  .block_team_listing__card:nth-child(2n) {
    margin-left: 0
  }
}

.block_team_listing__card_image {
  border: 1px solid #959595;
  display: block;
  flex-shrink: 0;
  margin-bottom: 31px;
  width: 100%
}

.block_team_listing__card_name {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 4px
}

.block_team_listing__card_position {
  font-size: 1.25rem;
  font-weight: 300
}

.block_standard_page_detail {
  padding-bottom: 100px;
  padding-top: 148px
}

.block_standard_page_detail>div>article>.block_newsletter_signup {
  margin-top: 50px;
  width: 100vw
}

@media screen and (max-width:63.9375em) {
  .block_standard_page_detail>div>article>.block_newsletter_signup {
    max-width: 1230px;
    width: 100%
  }
}

@media screen and (max-width:39.9375em) {
  .block_standard_page_detail {
    padding-bottom: 70px;
    padding-top: 90px
  }
}

.block_standard_page_detail__heading {
  margin-bottom: 95px
}

@media screen and (max-width:63.9375em) {
  .block_standard_page_detail__heading {
    margin-bottom: 70px
  }
}

@media screen and (max-width:39.9375em) {
  .block_standard_page_detail__heading {
    margin-bottom: 50px
  }
}

.block_standard_page_detail__content {
  display: flex;
  flex-direction: column;
  align-items: center
}

.block_standard_page_detail__content>.block_3_columns_grid {
  margin-top: 50px;
  width: 100vw
}

.block_standard_page_detail__content:after {
  clear: both;
  content: '';
  display: block;
  width: 100%
}

.block_sitemap {
  padding-bottom: 90px;
  padding-top: 150px
}

@media screen and (max-width:39.9375em) {
  .block_sitemap {
    padding-top: 20px
  }
}

.block_sitemap__heading {
  margin-bottom: 80px
}

.block_sitemap a,
.block_sitemap span.disabled_link {
  margin-bottom: 10px
}

.block_sitemap .sitemap {
  list-style-type: none;
  padding: 0;
  margin: 0
}

.block_sitemap ul {
  margin-left: 0
}

.block_sitemap ul li {
  list-style-type: none;
  position: relative;
  display: block;
  padding-left: 0
}

.block_sitemap ul li:before {
  display: none
}

.block_sitemap ul li a {
  background-color: #000101;
  color: #fff;
  display: block;
  font-size: 1.2rem;
  padding: 8px 45px 8px;
  position: relative;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}

.block_sitemap ul li a:before {
  position: absolute;
  font-family: icomoon;
  color: #fff;
  top: 11px;
  left: 20px;
  font-size: .8em
}

.block_sitemap ul li a:hover {
  color: #fff
}

.block_sitemap ul li a:hover:before {
  color: #fff
}

.block_sitemap ul li ul {
  margin: 10px 0 0 25px
}

.block_sitemap ul li ul li a {
  font-size: 1rem;
  background: #fff;
  color: #000101;
  border: 1px solid #959595;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}

.block_sitemap ul li ul li a:hover {
  background-color: #ee8ba5;
  color: #fff !important
}

.block_sitemap ul li ul li a:before {
  top: 10px !important;
  color: #000101
}

.block_sitemap ul li ul li span {
  background: #fff !important;
  color: #000101 !important;
  border: 1px solid #959595 !important
}

.block_sitemap ul li ul li span:before {
  color: #000101 !important
}

.block_sitemap ul li ul li span:hover {
  color: #fff !important;
  background: #44b5e5 !important;
  border: 1px solid #44b5e5 !important
}

.disabled_link {
  display: none
}

.block_search {
  padding-bottom: 94px;
  padding-top: 114px
}

@media screen and (max-width:39.9375em) {
  .block_search {
    padding-bottom: 70px;
    padding-top: 70px
  }
}

.block_search__heading {
  margin-bottom: 50px
}

.block_search__button {
  margin-top: 40px
}

.block_search__keyword {
  font-style: italic
}

.block_search__keyword:before {
  content: '\2018'
}

.block_search__keyword:after {
  content: '\2019'
}

.block_report_listing {
  margin-bottom: 60px;
  margin-top: 60px
}

.block_report_listing__heading {
  text-align: center;
  font-size: 40px;
  margin-bottom: 32px
}

@media screen and (max-width:39.9375em) {
  .block_report_listing__heading {
    font-size: 32px
  }
}

.block_report_listing__grid {
  display: grid;
  grid-template-columns: auto 332px;
  grid-gap: 138px
}

@media screen and (max-width:63.9375em) {
  .block_report_listing__grid {
    grid-template-columns: 100%;
    grid-gap: 70px
  }
}

.block_report_listing__left>h2 {
  font-size: 32px;
  line-height: 38px
}

@media screen and (max-width:39.9375em) {
  .block_report_listing__left>h2 {
    font-size: 25.6px
  }
}

.block_report_listing__left--report-list-item {
  display: grid;
  grid-template-columns: 142px auto;
  align-items: center;
  grid-gap: 26px;
  padding-bottom: 39px;
  border-bottom: 1px solid #000
}

.block_report_listing__left--report-list-item:nth-child(2) {
  margin-top: 45px
}

.block_report_listing__left--report-list-item:not(:last-child) {
  margin-bottom: 43px
}

@media screen and (max-width:63.9375em) {
  .block_report_listing__left--report-list-item {
    grid-template-columns: 100%
  }
}

.block_report_listing__left--report-list-item>img {
  height: auto;
  max-width: 100%
}

.block_report_listing__left--report-list-item>div>h3 {
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 13px
}

@media screen and (max-width:39.9375em) {
  .block_report_listing__left--report-list-item>div>h3 {
    font-size: 16px
  }
}

.block_report_listing__left--report-list-item>div>div>p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px
}

@media screen and (max-width:39.9375em) {
  .block_report_listing__left--report-list-item>div>div>p {
    font-size: 16px
  }
}

.block_report_listing__left--report-list-item>div>a {
  font-size: 16px
}

.block_report_listing__right>h2 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 36px
}

.block_report_listing__right>a {
  width: 100%;
  font-size: 15px;
  line-height: 36px
}

.block_refernet_detail {
  padding-bottom: 98px;
  padding-top: 85px
}

@media screen and (max-width:39.9375em) {
  .block_refernet_detail {
    padding-bottom: 60px;
    padding-top: 40px
  }
}

.block_refernet_detail__logo {
  height: 70px;
  width: auto
}

@media screen and (max-width:39.9375em) {
  .block_refernet_detail__logo {
    height: 50px
  }
}

.block_refernet_detail__content_wrapper {
  padding-top: 83px
}

@media screen and (min-width:64em) {
  .block_refernet_detail__content_wrapper {
    display: flex;
    flex-wrap: wrap
  }
}

@media screen and (min-width:64em) {
  .block_refernet_detail__content_wrapper>* {
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(50% - 35.5px);
    margin-right: 71px;
    margin-top: 71px
  }

  .block_refernet_detail__content_wrapper>:nth-child(1n+1) {
    flex-grow: 0;
    flex-shrink: 0;
    width: 210px
  }

  .block_refernet_detail__content_wrapper>:nth-child(2n+2) {
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(100% - 210px - 0% - 71px)
  }

  .block_refernet_detail__content_wrapper>:nth-child(3n+3) {
    flex-grow: 0;
    flex-shrink: 0;
    width: 210px
  }

  .block_refernet_detail__content_wrapper>:nth-child(-n+2) {
    margin-top: 0
  }

  .block_refernet_detail__content_wrapper>:nth-child(2n+2) {
    margin-right: 0
  }

  .block_refernet_detail__content_wrapper>:last-child {
    margin-right: 0
  }
}

.block_refernet_detail__content_wrapper h2,
.block_refernet_detail__content_wrapper h3,
.block_refernet_detail__content_wrapper h4,
.block_refernet_detail__content_wrapper h5 {
  margin-bottom: 13px
}

.block_refernet_detail__content {
  padding-top: 6px
}

@media screen and (max-width:63.9375em) {
  .block_refernet_detail__content {
    padding-top: 50px
  }
}

.block_refernet_detail__footer_logo {
  padding-top: 108px;
  margin-left: auto;
  width: 137px
}

@media screen and (max-width:39.9375em) {
  .block_refernet_detail__footer_logo {
    padding-top: 70px
  }
}

.block_programmes_module_green_banner {
  background-color: #2a685b;
  overflow: hidden
}

.block_programmes_module_green_banner__container {
  display: flex;
  flex-direction: column;
  height: 450px;
  justify-content: center;
  position: relative
}

@media screen and (max-width:63.9375em) {
  .block_programmes_module_green_banner__container {
    height: 400px
  }
}

@media screen and (max-width:39.9375em) {
  .block_programmes_module_green_banner__container {
    height: 300px
  }
}

.block_programmes_module_green_banner__container>* {
  position: relative;
  z-index: 5
}

.block_programmes_module_green_banner__container:before {
  background-image: url("/assets/images/blocks/block_programmes_module_green_banner/vertical_lines.svg");
  background-repeat: repeat-y;
  background-size: 100%;
  content: '';
  display: block;
  height: 100%;
  left: -143px;
  position: absolute;
  top: 0;
  width: 36px;
  z-index: 1
}

@media screen and (max-width:76.875em) {
  .block_programmes_module_green_banner__container:before {
    left: -28px
  }
}

.block_programmes_module_green_banner__container:after {
  background-image: url("/assets/images/blocks/block_programmes_module_green_banner/round_lines.svg");
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  content: '';
  display: block;
  height: 225px;
  right: calc(268px - 50vw);
  position: absolute;
  width: 50vw;
  z-index: 1
}

@media screen and (max-width:63.9375em) {
  .block_programmes_module_green_banner__container:after {
    height: 180px;
    right: calc(168px - 50vw)
  }
}

@media screen and (max-width:39.9375em) {
  .block_programmes_module_green_banner__container:after {
    bottom: -100px
  }
}

.block_programmes_module_green_banner__heading {
  color: #fff;
  font-size: 4.5rem;
  line-height: 1.1;
  margin-bottom: 0
}

@media screen and (max-width:63.9375em) {
  .block_programmes_module_green_banner__heading {
    font-size: 3.8rem;
    margin-bottom: 10px
  }
}

@media screen and (max-width:63.9375em) {
  .block_programmes_module_green_banner__heading {
    font-size: 3.2rem
  }
}

.block_programmes_module_green_banner__subheading {
  color: #99cfb8;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0
}

@media screen and (max-width:63.9375em) {
  .block_programmes_module_green_banner__subheading {
    font-size: 2.3rem
  }
}

@media screen and (max-width:63.9375em) {
  .block_programmes_module_green_banner__subheading {
    font-size: 2rem
  }
}

.block_programmes_detail .block_accordions {
  max-width: 960px;
  padding-left: 0;
  padding-right: 0;
  margin-right: auto;
  margin-left: auto
}

@media screen and (max-width:63.9375em) {
  .block_programmes_detail .block_accordions {
    max-width: 800px
  }
}

.block_programmes_detail .block_full_width_video {
  margin-bottom: 0;
  margin-top: 0
}

.block_programmes_detail__microqualifications .layer_text:not(:first-of-type) {
  margin-top: 80px
}

.block_programmes_detail__microqualifications .layer_text h2,
.block_programmes_detail__microqualifications .layer_text h3,
.block_programmes_detail__microqualifications .layer_text h4 {
  margin-bottom: 12px
}

.block_programmes_detail__microqualifications .layer_text p+h3,
.block_programmes_detail__microqualifications .layer_text ul+h3 {
  margin-top: 64px
}

.block_programmes_detail__microqualifications .layer_text p a:hover {
  text-decoration: none
}

.block_programmes_module_blue_banner {
  background-color: #264a5f
}

.block_programmes_module_blue_banner__container {
  align-items: center;
  display: flex;
  height: 500px
}

@media screen and (max-width:63.9375em) {
  .block_programmes_module_blue_banner__container {
    height: 400px
  }
}

@media screen and (max-width:39.9375em) {
  .block_programmes_module_blue_banner__container {
    height: 300px
  }
}

.block_programmes_module_blue_banner__image {
  max-width: 634px;
  width: 100%
}

.block_pdfs_grid .pdf_item {
  background-color: #e891e3;
  overflow: hidden;
  position: relative
}

.block_pdfs_grid .pdf_item>* {
  position: relative;
  z-index: 4
}

@media screen and (min-width:64em) {
  .block_pdfs_grid .pdf_item:nth-child(odd) .pdf_item__container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse
  }
}

@media screen and (min-width:64em) {
  .block_pdfs_grid .pdf_item:nth-child(odd) .pdf_item__container>* {
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(50% - 0px);
    margin-right: 0;
    margin-top: 0
  }

  .block_pdfs_grid .pdf_item:nth-child(odd) .pdf_item__container>:nth-child(-n+2) {
    margin-top: 0
  }

  .block_pdfs_grid .pdf_item:nth-child(odd) .pdf_item__container>:nth-child(3n+3) {
    margin-right: 0
  }

  .block_pdfs_grid .pdf_item:nth-child(odd) .pdf_item__container>:first-child {
    margin-right: 0
  }
}

@media screen and (min-width:64em) and (max-width:73.75em) {
  .block_pdfs_grid .pdf_item:nth-child(odd) .pdf_item__container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse
  }
}

@media screen and (min-width:64em) and (max-width:73.75em) {
  .block_pdfs_grid .pdf_item:nth-child(odd) .pdf_item__container>* {
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(50% - 0px);
    margin-right: 0;
    margin-top: 0
  }

  .block_pdfs_grid .pdf_item:nth-child(odd) .pdf_item__container>:nth-child(-n+2) {
    margin-top: 0
  }

  .block_pdfs_grid .pdf_item:nth-child(odd) .pdf_item__container>:nth-child(3n+3) {
    margin-right: 0
  }

  .block_pdfs_grid .pdf_item:nth-child(odd) .pdf_item__container>:first-child {
    margin-right: 0
  }
}

@media screen and (min-width:64em) {
  .block_pdfs_grid .pdf_item:nth-child(odd) .pdf_item__image {
    left: auto;
    right: 0
  }
}

@media screen and (min-width:64em) {
  .block_pdfs_grid .pdf_item:nth-child(odd) .pdf_item__text {
    padding-right: 110px
  }
}

@media screen and (min-width:64em) {
  .block_pdfs_grid .pdf_item:nth-child(odd) .pdf_item__image_wrapper:after {
    left: 0
  }
}

@media screen and (min-width:73.75em) {
  .block_pdfs_grid .pdf_item:nth-child(2n) .pdf_item__container {
    display: flex;
    flex-wrap: wrap
  }
}

@media screen and (min-width:73.75em) {
  .block_pdfs_grid .pdf_item:nth-child(2n) .pdf_item__container>* {
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(50% - 0px);
    margin-right: 0;
    margin-top: 0
  }

  .block_pdfs_grid .pdf_item:nth-child(2n) .pdf_item__container>:nth-child(-n+2) {
    margin-top: 0
  }

  .block_pdfs_grid .pdf_item:nth-child(2n) .pdf_item__container>:nth-child(2n+2) {
    margin-right: 0
  }

  .block_pdfs_grid .pdf_item:nth-child(2n) .pdf_item__container>:last-child {
    margin-right: 0
  }
}

@media screen and (min-width:64em) and (max-width:73.75em) {
  .block_pdfs_grid .pdf_item:nth-child(2n) .pdf_item__container {
    display: flex;
    flex-wrap: wrap
  }
}

@media screen and (min-width:64em) and (max-width:73.75em) {
  .block_pdfs_grid .pdf_item:nth-child(2n) .pdf_item__container>* {
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(50% - 0px);
    margin-right: 0;
    margin-top: 0
  }

  .block_pdfs_grid .pdf_item:nth-child(2n) .pdf_item__container>:nth-child(-n+2) {
    margin-top: 0
  }

  .block_pdfs_grid .pdf_item:nth-child(2n) .pdf_item__container>:nth-child(2n+2) {
    margin-right: 0
  }

  .block_pdfs_grid .pdf_item:nth-child(2n) .pdf_item__container>:last-child {
    margin-right: 0
  }
}

@media screen and (min-width:64em) {
  .block_pdfs_grid .pdf_item:nth-child(2n) .pdf_item__text {
    padding-left: 110px
  }
}

@media screen and (min-width:64em) {
  .block_pdfs_grid .pdf_item:nth-child(2n) .pdf_item__image_wrapper:after {
    right: 0
  }
}

.block_pdfs_grid .pdf_item:nth-child(2n+2) {
  background-color: #ffd904
}

.block_pdfs_grid .pdf_item:nth-child(3n+3) {
  background-color: #6cb3f6
}

.block_pdfs_grid .pdf_item:nth-child(4n+4) {
  background-color: #f06c15
}

.block_pdfs_grid .pdf_item__container {
  max-width: 1280px;
  padding-left: 25px;
  padding-right: 25px;
  margin-right: auto;
  margin-left: auto
}

@media screen and (max-width:63.9375em) {
  .block_pdfs_grid .pdf_item__container {
    max-width: 800px
  }
}

.block_pdfs_grid .pdf_item__image_wrapper {
  align-items: center;
  background-color: #525659;
  display: flex;
  justify-content: center;
  padding: 118px 30px 110px;
  position: relative
}

@media screen and (max-width:63.9375em) {
  .block_pdfs_grid .pdf_item__image_wrapper {
    padding: 80px 30px 80px
  }
}

@media screen and (max-width:39.9375em) {
  .block_pdfs_grid .pdf_item__image_wrapper {
    padding: 60px 30px 60px
  }
}

.block_pdfs_grid .pdf_item__image_wrapper:after {
  background-color: #525659;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 50vw;
  z-index: 1
}

@media screen and (max-width:63.9375em) {
  .block_pdfs_grid .pdf_item__image_wrapper:after {
    left: calc((100vw - 750px)/ -2);
    width: 100vw
  }
}

@media screen and (max-width:46.875em) {
  .block_pdfs_grid .pdf_item__image_wrapper:after {
    left: -25px
  }
}

.block_pdfs_grid .pdf_item__image {
  height: 495px;
  position: relative;
  z-index: 4
}

@media screen and (max-width:63.9375em) {
  .block_pdfs_grid .pdf_item__image {
    height: 350px
  }
}

@media screen and (max-width:39.9375em) {
  .block_pdfs_grid .pdf_item__image {
    height: 280px
  }
}

.block_pdfs_grid .pdf_item__text {
  display: flex;
  flex-direction: column;
  padding-bottom: 111px;
  padding-top: 82px
}

.block_pdfs_grid .pdf_item__heading {
  max-width: 280px;
  margin-bottom: 47px
}

@media screen and (max-width:39.9375em) {
  .block_pdfs_grid .pdf_item__heading {
    margin-bottom: 20px
  }
}

.block_pdfs_grid .pdf_item__description {
  margin-bottom: 50px
}

.block_pdfs_grid .pdf_item__description>* {
  font-weight: 500
}

.block_pdfs_grid .pdf_item__link {
  font-size: 1.875rem;
  margin-left: auto;
  margin-top: auto
}

.block_pdfs_grid .pdf_item__link:hover {
  color: #003434
}

.block_pdfs_grid__heading {
  margin-bottom: 45px
}

@media screen and (max-width:39.9375em) {
  .block_pdfs_grid__heading {
    margin-bottom: 20px
  }
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
  .block_pdfs_grid__description {
    margin-top: 20px
  }
}

@media screen and (max-width:39.9375em) {
  .block_pdfs_grid__description {
    margin-top: 16px
  }
}

.block_pdfs_grid__button {
  margin-top: 40px
}

@media screen and (max-width:39.9375em) {
  .block_pdfs_grid__button {
    margin-top: 30px
  }
}

.block_pdfs_grid__text {
  padding-bottom: 250px;
  padding-top: 80px
}

@media screen and (max-width:63.9375em) {
  .block_pdfs_grid__text {
    padding-bottom: 130px;
    padding-top: 50px
  }
}

@media screen and (max-width:39.9375em) {
  .block_pdfs_grid__text {
    padding-bottom: 40px;
    padding-top: 20px
  }
}

.block_pdf_horizontal_listing {
  margin-bottom: 60px;
  margin-top: 60px
}

.block_pdf_horizontal_listing__heading {
  text-align: center;
  font-size: 40px;
  margin-bottom: 32px
}

@media screen and (max-width:39.9375em) {
  .block_pdf_horizontal_listing__heading {
    font-size: 32px
  }
}

.block_pdf_horizontal_listing__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 60px
}

@media screen and (max-width:63.9375em) {
  .block_pdf_horizontal_listing__grid {
    grid-template-columns: 100%;
    grid-gap: 70px
  }
}

.block_pdf_horizontal_listing--report-list-item {
  display: grid;
  grid-template-columns: 142px auto;
  align-items: center;
  grid-gap: 26px;
  padding-bottom: 39px;
  border-bottom: 1px solid #000
}

@media screen and (max-width:39.9375em) {
  .block_pdf_horizontal_listing--report-list-item {
    grid-template-columns: 100%
  }
}

.block_pdf_horizontal_listing--report-list-item>img {
  width: 100%
}

.block_pdf_horizontal_listing--report-list-item>div>h3 {
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 13px
}

@media screen and (max-width:39.9375em) {
  .block_pdf_horizontal_listing--report-list-item>div>h3 {
    font-size: 16px
  }
}

.block_pdf_horizontal_listing--report-list-item>div>div>p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px
}

@media screen and (max-width:39.9375em) {
  .block_pdf_horizontal_listing--report-list-item>div>div>p {
    font-size: 16px
  }
}

.block_pdf_horizontal_listing--report-list-item>div>a {
  font-size: 16px
}

.block_overview {
  margin-bottom: 92px;
  margin-top: 86px
}

@media screen and (max-width:63.9375em) {
  .block_overview {
    margin-bottom: 60px;
    margin-top: 30px
  }
}

@media screen and (max-width:50em) {
  .block_overview {
    margin-top: 20px
  }
}

.block_overview__container {
  align-items: center;
  background-image: url("/assets/images/blocks/block_overview/polygon.svg");
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  height: 670px;
  padding-bottom: 38px;
  position: relative
}

@media screen and (max-width:53.125em) {
  .block_overview__container {
    background-position: 60vw center
  }
}

@media screen and (max-width:39.9375em) {
  .block_overview__container {
    padding-top: 70px
  }
}

@media screen and (max-width:34.375em) {
  .block_overview__container {
    background-position: right top;
    background-size: 70vw
  }
}

.block_overview__text {
  position: relative
}

.block_overview__heading {
  font-size: 2.5rem;
  font-weight: 300;
  max-width: 890px;
  margin-bottom: 0
}

@media screen and (max-width:63.9375em) {
  .block_overview__heading {
    font-size: 1.8rem
  }
}

@media screen and (max-width:39.9375em) {
  .block_overview__heading {
    font-size: 1.6rem
  }
}

.block_overview__link {
  font-size: 1.5rem
}

@media screen and (min-width:40em) {
  .block_overview__link {
    bottom: -117px;
    left: 0;
    position: absolute
  }
}

@media screen and (max-width:39.9375em) {
  .block_overview__link {
    font-size: 1.4rem;
    margin-top: 50px
  }
}

.block_overview_text {
  padding-bottom: 60px;
  padding-top: 20px
}

@media screen and (max-width:39.9375em) {
  .block_overview_text {
    padding-bottom: 40px
  }
}

.block_overview_text--grey {
  background-color: #ebebeb;
  padding-bottom: 103px;
  padding-top: 77px
}

@media screen and (max-width:39.9375em) {
  .block_overview_text--grey {
    padding-bottom: 60px;
    padding-top: 60px
  }
}

.block_overview_text__heading {
  margin-bottom: 96px
}

.block_overview_text__description>* {
  font-size: 1.5rem
}

@media screen and (max-width:39.9375em) {
  .block_overview_text__description>* {
    font-size: 1.1rem
  }
}

.block_newsletter_form {
  padding-bottom: 50px;
  padding-top: 70px
}

@media screen and (max-width:63.9375em) {
  .block_newsletter_form {
    padding-top: 50px
  }
}

.block_newsletter_form__heading {
  margin-bottom: 60px;
  text-align: center
}

@media screen and (max-width:39.9375em) {
  .block_newsletter_form__heading {
    margin-bottom: 60px
  }
}

.block_newsletter_form__subheading {
  text-align: center;
  font-size: 1.25rem
}

.block_newsletter_form__description {
  max-width: 892px;
  margin-left: auto;
  margin-right: auto;
  width: 100%
}

.block_newsletter_form__description>* {
  font-size: 1.0625rem
}

.block_newsletter_form__iframe {
  background-color: #daefe6;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  padding: 37px 40px 40px
}

.block_newsletter_form__form {
  margin-bottom: 50px
}

@media screen and (max-width:39.9375em) {
  .block_newsletter_form__form {
    margin-bottom: 70px
  }
}

.block_newsletter_cta {
  padding-bottom: 103px
}

@media screen and (max-width:39.9375em) {
  .block_newsletter_cta {
    padding-bottom: 80px
  }
}

.block_newsletter_cta__container {
  max-width: 960px;
  padding-left: 25px;
  padding-right: 25px;
  margin-right: auto;
  margin-left: auto
}

@media screen and (max-width:63.9375em) {
  .block_newsletter_cta__container {
    max-width: 800px
  }
}

.block_newsletter_cta__container:before {
  content: '';
  border-top: 1px solid #000101;
  display: block;
  margin-bottom: 89px;
  width: 100%
}

@media screen and (max-width:39.9375em) {
  .block_newsletter_cta__container:before {
    margin-bottom: 70px
  }
}

.block_newsletter_cta__heading {
  margin-bottom: 25px
}

.block_news_listing {
  padding-bottom: 120px;
  padding-top: 47px
}

.block_news_listing__heading {
  margin-bottom: 69px
}

.block_newsletter_archive {
  padding-top: 70px
}

@media screen and (max-width:63.9375em) {
  .block_newsletter_archive {
    padding-top: 50px
  }
}

@media screen and (min-width:64em) {
  .block_newsletter_archive__listing {
    display: flex;
    flex-wrap: wrap
  }
}

@media screen and (min-width:64em) {
  .block_newsletter_archive__listing>* {
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(100% - 0px);
    margin-right: 50px;
    margin-top: 25px
  }

  .block_newsletter_archive__listing>:nth-child(-n+1) {
    margin-top: 0
  }

  .block_newsletter_archive__listing>:nth-child(1n+1) {
    margin-right: 0
  }

  .block_newsletter_archive__listing>:last-child {
    margin-right: 0
  }
}

.block_newsletter_archive__title {
  margin-bottom: 30px
}

@media screen and (max-width:63.9375em) {
  .block_newsletter_archive__title {
    margin-bottom: 0
  }
}

.block_newsletter_archive__item {
  border-bottom: 1px solid #959595;
  padding-top: 15px;
  padding-bottom: 40px
}

@media screen and (min-width:64em) {
  .block_newsletter_archive__item {
    display: flex;
    flex-wrap: wrap
  }
}

@media screen and (min-width:64em) {
  .block_newsletter_archive__item>* {
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(50% - 12.5px);
    margin-right: 25px;
    margin-top: 25px
  }

  .block_newsletter_archive__item>:nth-child(1n+1) {
    flex-grow: 0;
    flex-shrink: 0;
    width: 200px
  }

  .block_newsletter_archive__item>:nth-child(2n+2) {
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(100% - 200px - 0% - 25px)
  }

  .block_newsletter_archive__item>:nth-child(3n+3) {
    flex-grow: 0;
    flex-shrink: 0;
    width: 200px
  }

  .block_newsletter_archive__item>:nth-child(-n+2) {
    margin-top: 0
  }

  .block_newsletter_archive__item>:nth-child(2n+2) {
    margin-right: 0
  }

  .block_newsletter_archive__item>:last-child {
    margin-right: 0
  }
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
  .block_newsletter_archive__item {
    display: flex;
    flex-wrap: wrap
  }
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
  .block_newsletter_archive__item>* {
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(50% - 12.5px);
    margin-right: 25px;
    margin-top: 25px
  }

  .block_newsletter_archive__item>:nth-child(1n+1) {
    flex-grow: 0;
    flex-shrink: 0;
    width: 200px
  }

  .block_newsletter_archive__item>:nth-child(2n+2) {
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(100% - 200px - 0% - 25px)
  }

  .block_newsletter_archive__item>:nth-child(3n+3) {
    flex-grow: 0;
    flex-shrink: 0;
    width: 200px
  }

  .block_newsletter_archive__item>:nth-child(-n+2) {
    margin-top: 0
  }

  .block_newsletter_archive__item>:nth-child(2n+2) {
    margin-right: 0
  }

  .block_newsletter_archive__item>:last-child {
    margin-right: 0
  }
}

@media screen and (max-width:39.9375em) {
  .block_newsletter_archive__item {
    display: flex;
    flex-wrap: wrap
  }
}

@media screen and (max-width:39.9375em) {
  .block_newsletter_archive__item>* {
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(100% - 0px);
    margin-right: 25px;
    margin-top: 25px
  }

  .block_newsletter_archive__item>:nth-child(-n+1) {
    margin-top: 0
  }

  .block_newsletter_archive__item>:nth-child(1n+1) {
    margin-right: 0
  }

  .block_newsletter_archive__item>:last-child {
    margin-right: 0
  }
}

@media screen and (max-width:63.9375em) {
  .block_newsletter_archive__item {
    padding-top: 40px
  }
}

.block_newsletter_archive__heading {
  font-size: 1.3rem;
  margin-bottom: 10px
}

.block_newsletter_archive__content {
  display: flex;
  align-items: center
}

.block_newsletter_archive__image {
  height: 200px;
  margin-bottom: 0
}

.block_newsletter_archive__date {
  font-size: 1.25rem;
  margin: 0 0 5px
}

.block_newsletter_archive .link_alternative {
  margin-right: 20px
}

.block_news_detail {
  padding-bottom: 100px;
  padding-top: 148px
}

@media screen and (max-width:39.9375em) {
  .block_news_detail {
    padding-bottom: 70px;
    padding-top: 90px
  }
}

.block_news_detail__heading {
  margin-bottom: 95px
}

@media screen and (max-width:63.9375em) {
  .block_news_detail__heading {
    margin-bottom: 70px
  }
}

@media screen and (max-width:39.9375em) {
  .block_news_detail__heading {
    margin-bottom: 50px
  }
}

.block_news_detail__date {
  display: inline-block;
  margin-right: 10px
}

.block_map {
  height: 300px;
  width: 100%
}

.block_main_banner {
  align-items: center;
  background-position: 83% center;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  height: 587px;
  margin-bottom: 104px;
  margin-top: 55px;
  position: relative
}

@media screen and (min-width:81.25em) {
  .block_main_banner {
    background-position: calc(50% + 320px) center
  }
}

@media screen and (max-width:63.9375em) {
  .block_main_banner {
    background-position: 83% center;
    height: 500px;
    margin-bottom: 60px;
    margin-top: 30px
  }
}

@media screen and (max-width:50em) {
  .block_main_banner {
    background-position: 49vw top;
    margin-top: 20px;
    padding-bottom: 38px;
    padding-top: 70px
  }
}

.block_main_banner--pink_purple {
  background-image: url("/assets/images/blocks/block_main_banner/pink_purple.png")
}

.block_main_banner--solid_blue {
  background-image: url("/assets/images/blocks/block_main_banner/solid_blue.png")
}

.block_main_banner--solid_green {
  background-image: url("/assets/images/blocks/block_main_banner/solid_green.png")
}

.block_main_banner--green_yellow {
  background-image: url("/assets/images/blocks/block_main_banner/green_yellow.png")
}

.block_main_banner--light_blue_yellow {
  background-image: url("/assets/images/blocks/block_main_banner/light_blue_yellow.png")
}

.block_main_banner--light_blue_purple {
  background-image: url("/assets/images/blocks/block_main_banner/light_blue_purple.png")
}

.block_main_banner--light_blue_orange {
  background-image: url("/assets/images/blocks/block_main_banner/light_blue_orange.png")
}

.block_main_banner--orange_pink {
  background-image: url("/assets/images/blocks/block_main_banner/orange_pink.png")
}

.block_main_banner--pink_red {
  background-image: url("/assets/images/blocks/block_main_banner/pink_red.png")
}

.block_main_banner--purple_light_blue {
  background-image: url("/assets/images/blocks/block_main_banner/purple_light_blue.png")
}

.block_main_banner--purple_orange {
  background-image: url("/assets/images/blocks/block_main_banner/purple_orange.png")
}

.block_main_banner--red_orange {
  background-image: url("/assets/images/blocks/block_main_banner/red_orange.png")
}

.block_main_banner--yellow_green {
  background-image: url("/assets/images/blocks/block_main_banner/yellow_green.png")
}

.block_main_banner--yellow_light_blue {
  background-image: url("/assets/images/blocks/block_main_banner/yellow_light_blue.png")
}

.block_main_banner__container {
  position: relative
}

.block_main_banner__images {
  width: 1600px;
  margin: 0 auto 70px;
  max-width: 100%;
  margin-top: 55px
}

.block_main_banner__images img {
  width: 100%
}

@media screen and (max-width:39.9375em) {
  .block_main_banner__images--desktop {
    display: none
  }
}

@media screen and (min-width:40em) {
  .block_main_banner__images--mobile {
    display: none
  }
}

.block_main_banner__graphics {
  bottom: -70px;
  height: 280px;
  position: absolute;
  right: 5%;
  width: 274px
}

@media screen and (min-width:81.25em) {
  .block_main_banner__graphics {
    right: calc(50vw - 620px)
  }
}

@media screen and (max-width:63.9375em) {
  .block_main_banner__graphics {
    bottom: -50px;
    height: 180px;
    width: 180px
  }
}

@media screen and (max-width:50em) {
  .block_main_banner__graphics {
    right: 10%
  }
}

@media screen and (max-width:39.9375em) {
  .block_main_banner__graphics {
    display: none
  }
}

.block_main_banner__graphics--small {
  bottom: 24px;
  height: 210px;
  width: 210px
}

@media screen and (max-width:50em) {
  .block_main_banner__graphics--small {
    bottom: -60px
  }
}

.block_main_banner__graphics--pink path {
  fill: #f313ac
}

.block_main_banner__graphics--red path {
  fill: #f01515
}

.block_main_banner__graphics--blue path {
  fill: #6cb3f6
}

.block_main_banner__graphics--orange path {
  fill: #f06c15
}

.block_main_banner__graphics--green path {
  fill: #74af26
}

.block_main_banner__graphics--yellow path {
  fill: #ffd904
}

.block_main_banner__graphics--light-purple path {
  fill: #e891e3
}

.block_main_banner__graphics--light-blue path {
  fill: #acd5fe
}

.block_main_banner__heading {
  font-size: 2.5rem;
  font-weight: 300
}

@media screen and (max-width:63.9375em) {
  .block_main_banner__heading {
    font-size: 1.8rem
  }
}

@media screen and (max-width:39.9375em) {
  .block_main_banner__heading {
    font-size: 1.6rem
  }
}

.block_main_banner__link {
  font-size: 1.5rem;
  margin-top: 50px
}

@media screen and (min-width:50.0625em) {
  .block_main_banner__link {
    bottom: -114px;
    left: 25px;
    position: absolute
  }
}

@media screen and (max-width:39.9375em) {
  .block_main_banner__link {
    font-size: 1.4rem
  }
}

.block_main_contacts {
  margin-bottom: 200px;
  margin-top: 147px
}

.block_main_contacts__container {
  position: relative
}

.block_main_contacts__container>* {
  position: relative;
  z-index: 5
}

.block_main_contacts__heading {
  margin-bottom: 40px
}

.block_main_contacts__columns {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto
}

@media screen and (min-width:64em) {
  .block_main_contacts__columns {
    display: flex;
    flex-wrap: wrap
  }
}

@media screen and (min-width:64em) {
  .block_main_contacts__columns>* {
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(50% - 20px);
    margin-right: 40px;
    margin-top: 40px
  }

  .block_main_contacts__columns>:nth-child(1n+1) {
    flex-grow: 0;
    flex-shrink: 0;
    width: 330px
  }

  .block_main_contacts__columns>:nth-child(2n+2) {
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(100% - 330px - 0% - 40px)
  }

  .block_main_contacts__columns>:nth-child(3n+3) {
    flex-grow: 0;
    flex-shrink: 0;
    width: 330px
  }

  .block_main_contacts__columns>:nth-child(-n+2) {
    margin-top: 0
  }

  .block_main_contacts__columns>:nth-child(2n+2) {
    margin-right: 0
  }

  .block_main_contacts__columns>:last-child {
    margin-right: 0
  }
}

@media screen and (max-width:63.9375em) {
  .block_main_contacts__columns {
    display: flex;
    flex-wrap: wrap
  }
}

@media screen and (max-width:63.9375em) {
  .block_main_contacts__columns>* {
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(100% - 0px);
    margin-right: 40px;
    margin-top: 40px
  }

  .block_main_contacts__columns>:nth-child(-n+1) {
    margin-top: 0
  }

  .block_main_contacts__columns>:nth-child(1n+1) {
    margin-right: 0
  }

  .block_main_contacts__columns>:last-child {
    margin-right: 0
  }
}

@media screen and (min-width:64em) {
  .block_main_contacts__columns {
    padding-left: 25px;
    padding-right: 25px
  }
}

.block_main_contacts__accordion {
  border-bottom: 1px solid #959595;
  display: block;
  width: 100%
}

.block_main_contacts__accordion:first-child {
  border-top: 1px solid #959595
}

.block_main_contacts__accordion_heading {
  color: #231f20;
  cursor: pointer;
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 17px 15px 12px;
  position: relative;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}

@media screen and (max-width:39.9375em) {
  .block_main_contacts__accordion_heading {
    font-size: 1.1rem
  }
}

.block_main_contacts__accordion_heading:before {
  font-family: flaticon;
  font-size: 1rem;
  left: 14px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 21px;
  width: 0
}

.block_main_contacts__accordion_heading:hover {
  font-weight: 700;
  padding-left: 45px
}

.block_main_contacts__accordion_heading:hover:before {
  opacity: 1;
  width: 30px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}

.block_main_contacts__accordion_email {
  font-size: .9em;
  font-weight: 300;
  margin-left: 5px
}

@media screen and (max-width:39.9375em) {
  .block_main_contacts__accordion_email {
    margin-left: 0;
    display: block;
    margin-top: 5px
  }
}

.block_main_contacts__item {
  font-weight: 300;
  display: block
}

.block_main_contacts__item--address {
  margin-bottom: 20px
}

.block_main_contacts__item--name {
  font-weight: 700
}

.block_main_contacts__item_label {
  font-weight: 700
}

.block_main_contacts__illustration {
  bottom: -400px;
  position: absolute;
  right: -80px;
  width: 350px;
  z-index: 3
}

@media screen and (max-width:39.9375em) {
  .block_main_contacts__illustration {
    bottom: -235px;
    width: 200px
  }
}

.block_main_contacts__illustration path {
  fill: #6cb3f6
}

.block_library {
  margin-top: -30px;
  padding-bottom: 52px
}

.block_library__heading {
  margin-bottom: 38px
}

.block_library__categories {
  padding-bottom: 22px;
  padding-top: 17px
}

.block_library__category {
  color: #231f20;
  cursor: pointer;
  display: block;
  font-weight: 700;
  margin-bottom: 6px;
  position: relative
}

.block_library__category:before {
  color: #231f20;
  font-family: flaticon;
  font-size: 1.3rem;
  left: -7px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 3px;
  width: 0
}

@media screen and (max-width:39.9375em) {
  .block_library__category:before {
    font-size: 1.1rem;
    top: 0
  }
}

.block_library__category--selected {
  font-weight: 700;
  padding-left: 36px
}

.block_library__category--selected:before {
  opacity: 1;
  width: 30px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}

.block_library .accordion--open .accordion__heading {
  font-weight: 300;
  padding-left: 15px
}

.block_library .accordion--open .accordion__heading:before {
  display: none
}

.block_library .accordion__content_wrapper {
  padding-left: 0
}

.block_library .accordion__content {
  padding-left: 15px
}

.block_library__search_results {
  margin-top: 111px
}

@media screen and (min-width:64em) {
  .block_library__search_results {
    display: flex;
    flex-wrap: wrap
  }
}

@media screen and (min-width:64em) {
  .block_library__search_results>* {
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(33.33333% - 0px);
    margin-right: 0;
    margin-top: 0
  }

  .block_library__search_results>:nth-child(-n+3) {
    margin-top: 0
  }

  .block_library__search_results>:nth-child(3n+3) {
    margin-right: 0
  }

  .block_library__search_results>:last-child {
    margin-right: 0
  }
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
  .block_library__search_results {
    display: flex;
    flex-wrap: wrap
  }
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
  .block_library__search_results>* {
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(50% - 0px);
    margin-right: 0;
    margin-top: 0
  }

  .block_library__search_results>:nth-child(-n+2) {
    margin-top: 0
  }

  .block_library__search_results>:nth-child(2n+2) {
    margin-right: 0
  }

  .block_library__search_results>:last-child {
    margin-right: 0
  }
}

@media screen and (max-width:39.9375em) {
  .block_library__search_results {
    display: flex;
    flex-wrap: wrap
  }
}

@media screen and (max-width:39.9375em) {
  .block_library__search_results>* {
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(100% - 0px);
    margin-right: 0;
    margin-top: 0
  }

  .block_library__search_results>:nth-child(-n+1) {
    margin-top: 0
  }

  .block_library__search_results>:nth-child(1n+1) {
    margin-right: 0
  }

  .block_library__search_results>:last-child {
    margin-right: 0
  }
}

@media screen and (max-width:39.9375em) {
  .block_library__search_results {
    margin-top: 70px
  }
}

.block_library .library_entry {
  display: block;
  min-height: 481px;
  padding: 55px 73px 55px 63px
}

@media screen and (max-width:75em) {
  .block_library .library_entry {
    min-height: 400px
  }
}

@media screen and (max-width:63.9375em) {
  .block_library .library_entry {
    min-height: 350px
  }
}

@media screen and (max-width:39.9375em) {
  .block_library .library_entry {
    min-height: 250px;
    padding: 40px
  }
}

.block_library .library_entry__category {
  font-weight: 300;
  margin-bottom: 31px
}

.block_library .library_entry__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%
}

.block_library .library_entry__heading {
  margin-bottom: 30px
}

.block_library .library_entry__download {
  align-items: center;
  display: flex;
  font-size: 1.25rem;
  font-weight: 700;
  margin-left: auto;
  margin-top: auto;
  position: relative
}

.block_library .library_entry__download:after {
  color: #000101;
  font-family: flaticon;
  font-size: 1.65rem;
  font-weight: 400;
  margin-left: 53px
}

.block_layers {
  padding: 45px 0
}

.main_container:not(.main_container--with_sidebar) .block_layers__content {
  max-width: 960px;
  padding-left: 25px;
  padding-right: 25px;
  margin-right: auto;
  margin-left: auto
}

@media screen and (max-width:63.9375em) {
  .main_container:not(.main_container--with_sidebar) .block_layers__content {
    max-width: 800px
  }
}

.block_layers>:last-child {
  margin-bottom: 0
}

.block_layers h2,
.block_layers h3 {
  margin-bottom: 5.5rem
}

.block_layers h4,
.block_layers h5,
.block_layers h6 {
  margin-bottom: 4rem
}

.block_latest_news_listing__header {
  padding: 119px 0 69px 0;
  text-align: center
}

@media screen and (min-width:40em) {
  .block_latest_news_listing__heading {
    font-size: 40px
  }
}

.block_latest_news_listing .pagination_block {
  margin-top: 4px
}

.block_latest_news_listing__news {
  display: grid;
  gap: 60px;
  padding: 40px 0 80px 0
}

@media screen and (min-width:40em) {
  .block_latest_news_listing__news {
    grid-template-columns: repeat(2, 1fr)
  }
}

.block_latest_news_listing__news_article__image {
  overflow: hidden
}

.block_latest_news_listing__news_article__image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  transition: ease-in-out .3s all
}

.block_latest_news_listing__news_article__content {
  padding: 32px 58px 32px 32px
}

.block_latest_news_listing__news_article__title {
  font-size: 20px
}

@media screen and (min-width:40em) {
  .block_latest_news_listing__news_article__title {
    font-size: 22px
  }
}

.block_latest_news_listing__news_article__category {
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 400
}

.block_latest_news_listing__news_article:hover img {
  transform: scale(1.1)
}

.block_latest_news_detail_detail {
  padding-bottom: 100px;
  padding-top: 148px
}

@media screen and (max-width:39.9375em) {
  .block_latest_news_detail_detail {
    padding-bottom: 70px;
    padding-top: 90px
  }
}

.block_latest_news_detail_detail__header {
  margin-bottom: 95px;
  max-width: 1064px
}

@media screen and (max-width:63.9375em) {
  .block_latest_news_detail_detail__header {
    margin-bottom: 70px
  }
}

@media screen and (max-width:39.9375em) {
  .block_latest_news_detail_detail__header {
    margin-bottom: 50px
  }
}

@media screen and (min-width:40em) {
  .block_latest_news_detail_detail__heading {
    font-size: 40px
  }
}

.block_latest_news_detail_detail__category_date {
  text-transform: capitalize;
  font-size: 17px
}

.block_latest_news_detail_detail__category_date span {
  display: inline-block;
  margin: 0 10px
}

.block_latest_news_detail_detail__date {
  display: inline-block;
  margin-right: 10px
}

.block_infographic_with_notes {
  background-color: #ebebeb;
  padding-bottom: 77px;
  padding-top: 42px
}

@media screen and (max-width:39.9375em) {
  .block_infographic_with_notes {
    padding-bottom: 60px;
    padding-top: 60px
  }
}

.block_infographic_with_notes__heading {
  margin-bottom: 50px
}

.block_infographic_with_notes__description {
  margin-top: 87px;
  position: relative
}

@media screen and (max-width:39.9375em) {
  .block_infographic_with_notes__description {
    margin-top: 50px
  }
}

.block_interactive_map {
  background-color: #ebebeb;
  padding-bottom: 148px;
  padding-top: 100px
}

.block_interactive_map__text {
  max-width: 400px
}

.block_interactive_map__heading {
  margin-bottom: 46px
}

.block_interactive_map__map_wrapper {
  cursor: pointer;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -100px;
  position: relative;
  width: 100%
}

@media screen and (max-width:63.9375em) {
  .block_interactive_map__map_wrapper {
    margin-top: 10px
  }
}

@media screen and (max-width:39.9375em) {
  .block_interactive_map__map_wrapper {
    display: none
  }
}

.block_interactive_map__map_wrapper:before {
  content: '';
  display: block;
  height: 0;
  padding-bottom: 132%;
  width: 1px
}

.block_interactive_map__map {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.block_interactive_map__map_label {
  background-color: #000101;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  left: 0;
  opacity: 0;
  padding: 9px 20px;
  pointer-events: none;
  position: absolute;
  text-transform: capitalize;
  top: 0;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}

@media screen and (max-width:63.9375em) {
  .block_interactive_map__map_label {
    opacity: 1
  }
}

.block_interactive_map__map_label[data-area=border] {
  left: 47%;
  top: 21%
}

.block_interactive_map__map_label[data-area=dublin] {
  left: 83%;
  top: 45%
}

.block_interactive_map__map_label[data-area=midlands] {
  left: 48%;
  top: 44%
}

.block_interactive_map__map_label[data-area=mid_east] {
  left: 62%;
  top: 53%
}

.block_interactive_map__map_label[data-area=mid_west] {
  left: 25%;
  top: 65%
}

.block_interactive_map__map_label[data-area=west] {
  left: 3%;
  top: 38%
}

.block_interactive_map__map_label[data-area=south_east] {
  left: 67%;
  top: 75%
}

.block_interactive_map__map_label[data-area=south_west] {
  left: 10%;
  top: 83%
}

.block_interactive_map__map_label--visible {
  opacity: 1
}

.block_interactive_map__mobile_links {
  text-transform: capitalize
}

@media screen and (min-width:40em) {
  .block_interactive_map__mobile_links {
    display: none
  }
}

.block_interactive_map .block_helpful_links {
  padding-top: 10px
}

.block_infographic_with_headings {
  background-color: #ebebeb;
  margin-bottom: 60px;
  padding-bottom: 97px;
  padding-top: 82px
}

@media screen and (max-width:39.9375em) {
  .block_infographic_with_headings {
    padding-bottom: 60px;
    padding-top: 60px
  }
}

.block_infographic_with_headings__heading {
  margin-bottom: 50px
}

.block_infographic {
  background-color: #ebebeb;
  padding-bottom: 42px;
  padding-top: 92px
}

@media screen and (max-width:39.9375em) {
  .block_infographic {
    padding-bottom: 60px;
    padding-top: 60px
  }
}

.block_infographic__container {
  max-width: 990px;
  padding-left: 25px;
  padding-right: 25px;
  margin-right: auto;
  margin-left: auto
}

@media screen and (max-width:63.9375em) {
  .block_infographic__container {
    max-width: 800px
  }
}

.block_image_text {
  margin-top: 100px
}

.block_image_text__grid {
  display: grid;
  grid-template-columns: 400px auto;
  grid-gap: 80px;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px
}

@media screen and (max-width:63.9375em) {
  .block_image_text__grid {
    grid-template-columns: 100%;
    grid-gap: 40px
  }
}

.block_image_text__grid img {
  width: 100%
}

@media screen and (max-width:63.9375em) {
  .block_image_text__grid img {
    width: 100%;
    max-height: 500px;
    object-fit: contain
  }
}

@media screen and (max-width:63.9375em) {
  .block_image_text__content {
    text-align: center
  }
}

.block_image_text__content h3 {
  margin-bottom: 20px
}

.block_image_text__content a {
  font-size: 20px
}

.block_image_and_text_with_sublinks__link_wrapper {
  position: relative
}

.block_image_and_text_with_sublinks__link_wrapper:before {
  content: '';
  display: inline-block;
  float: left;
  height: 0;
  margin-left: -1px;
  padding-bottom: 100%;
  position: relative;
  width: 1px
}

.block_image_and_text_with_sublinks__link_wrapper:after {
  content: "";
  display: table;
  clear: both
}

.block_image_and_text_with_sublinks__link {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.block_image_and_text_with_sublinks__link_inner {
  height: 100%;
  position: relative;
  width: 100%
}

.block_image_and_text_with_sublinks__link_inner:after {
  bottom: 0;
  color: #000101;
  font-family: flaticon;
  font-size: 2.375rem;
  position: absolute;
  right: 0;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}

@media screen and (max-width:59.375em) {
  .block_image_and_text_with_sublinks__link_inner:after {
    font-size: 2.1rem
  }
}

@media screen and (max-width:39.9375em) {
  .block_image_and_text_with_sublinks__link_inner:after {
    font-size: 1.9rem
  }
}

.block_image_and_text_with_sublinks__link--open .block_image_and_text_with_sublinks__link_inner:after {
  transform: rotate(90deg)
}

@media screen and (min-width:64em) {
  .block_image_and_text_with_sublinks__dropdown {
    display: flex;
    flex-wrap: wrap
  }
}

@media screen and (min-width:64em) {
  .block_image_and_text_with_sublinks__dropdown>* {
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(50% - 0px);
    margin-right: 0;
    margin-top: 0
  }

  .block_image_and_text_with_sublinks__dropdown>:nth-child(-n+2) {
    margin-top: 0
  }

  .block_image_and_text_with_sublinks__dropdown>:nth-child(2n+2) {
    margin-right: 0
  }

  .block_image_and_text_with_sublinks__dropdown>:last-child {
    margin-right: 0
  }
}

@media screen and (max-width:63.9375em) {
  .block_image_and_text_with_sublinks__dropdown {
    display: flex;
    flex-direction: column-reverse
  }
}

.block_image_and_text_with_sublinks__link--big {
  cursor: pointer;
  padding: 86px 96px
}

@media screen and (max-width:75em) {
  .block_image_and_text_with_sublinks__link--big {
    padding: 40px
  }
}

@media screen and (max-width:63.9375em) {
  .block_image_and_text_with_sublinks__link--big {
    padding: 30px
  }
}

.block_image_and_text_with_sublinks__sublinks_wrapper {
  display: none;
  width: 100%
}

@media screen and (min-width:56.25em) {
  .block_image_and_text_with_sublinks__sublinks {
    display: flex;
    flex-wrap: wrap
  }
}

@media screen and (min-width:56.25em) {
  .block_image_and_text_with_sublinks__sublinks>* {
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(33.33333% - 0px);
    margin-right: 0;
    margin-top: 0
  }

  .block_image_and_text_with_sublinks__sublinks>:nth-child(-n+3) {
    margin-top: 0
  }

  .block_image_and_text_with_sublinks__sublinks>:nth-child(3n+3) {
    margin-right: 0
  }

  .block_image_and_text_with_sublinks__sublinks>:last-child {
    margin-right: 0
  }
}

@media screen and (max-width:56.1875em) {
  .block_image_and_text_with_sublinks__sublinks {
    display: flex;
    flex-wrap: wrap
  }
}

@media screen and (max-width:56.1875em) {
  .block_image_and_text_with_sublinks__sublinks>* {
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(100% - 0px);
    margin-right: 0;
    margin-top: 0
  }

  .block_image_and_text_with_sublinks__sublinks>:nth-child(-n+1) {
    margin-top: 0
  }

  .block_image_and_text_with_sublinks__sublinks>:nth-child(1n+1) {
    margin-right: 0
  }

  .block_image_and_text_with_sublinks__sublinks>:last-child {
    margin-right: 0
  }
}

.block_image_and_text_with_sublinks__link--small {
  padding: 56px 69px
}

@media screen and (max-width:75em) {
  .block_image_and_text_with_sublinks__link--small {
    padding: 40px
  }
}

@media screen and (max-width:63.9375em) {
  .block_image_and_text_with_sublinks__link--small {
    padding: 30px
  }
}

.block_image_and_text_with_sublinks__image_wrapper {
  position: relative
}

.block_image_and_text_with_sublinks__image_wrapper:before {
  content: '';
  display: inline-block;
  float: left;
  height: 0;
  margin-left: -1px;
  padding-bottom: 100%;
  position: relative;
  width: 1px
}

.block_image_and_text_with_sublinks__image_wrapper:after {
  content: "";
  display: table;
  clear: both
}

.block_image_and_text_with_sublinks__image {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

@media screen and (min-width:64em) {
  .block_image_heading_and_link__container {
    display: flex;
    flex-wrap: wrap
  }
}

@media screen and (min-width:64em) {
  .block_image_heading_and_link__container>* {
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(50% - 0px);
    margin-right: 0;
    margin-top: 0
  }

  .block_image_heading_and_link__container>:nth-child(-n+2) {
    margin-top: 0
  }

  .block_image_heading_and_link__container>:nth-child(2n+2) {
    margin-right: 0
  }

  .block_image_heading_and_link__container>:last-child {
    margin-right: 0
  }
}

.block_image_heading_and_link__image {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.block_image_heading_and_link__image_wrapper {
  position: relative
}

.block_image_heading_and_link__image_wrapper:before {
  content: '';
  display: inline-block;
  float: left;
  height: 0;
  margin-left: -1px;
  padding-bottom: 100%;
  position: relative;
  width: 1px
}

.block_image_heading_and_link__image_wrapper:after {
  content: "";
  display: table;
  clear: both
}

.block_image_heading_and_link__link_wrapper {
  position: relative
}

.block_image_heading_and_link__link_wrapper:before {
  content: '';
  display: inline-block;
  float: left;
  height: 0;
  margin-left: -1px;
  padding-bottom: 100%;
  position: relative;
  width: 1px
}

.block_image_heading_and_link__link_wrapper:after {
  content: "";
  display: table;
  clear: both
}

.block_image_heading_and_link__link {
  display: block;
  height: 100%;
  left: 0;
  padding: 86px 96px;
  position: absolute;
  top: 0;
  width: 100%
}

@media screen and (max-width:75em) {
  .block_image_heading_and_link__link {
    padding: 40px
  }
}

@media screen and (max-width:63.9375em) {
  .block_image_heading_and_link__link {
    padding: 30px
  }
}

.block_image_heading_and_link__link_inner {
  height: 100%;
  position: relative;
  width: 100%
}

.block_image_heading_and_link__link_inner:after {
  bottom: 0;
  color: #000101;
  font-family: flaticon;
  font-size: 2.375rem;
  position: absolute;
  right: 0;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}

@media screen and (max-width:59.375em) {
  .block_image_heading_and_link__link_inner:after {
    font-size: 2.1rem
  }
}

@media screen and (max-width:39.9375em) {
  .block_image_heading_and_link__link_inner:after {
    font-size: 1.9rem
  }
}

.block_home_banner {
  background-position: center;
  background-size: cover;
  padding: 140px 0;
  position: relative;
  overflow: hidden
}

@media screen and (max-width:39.9375em) {
  .block_home_banner {
    padding: 60px 0
  }
}

.block_home_banner>* {
  position: relative;
  z-index: 5
}

.block_home_banner>iframe,
.block_home_banner>video {
  height: 56.25vw;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  width: 177.77777778vh
}

.block_home_banner:after {
  background-color: rgba(52, 77, 86, .45);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 4
}

@media screen and (max-width:39.9375em) {
  .block_home_banner__container {
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center
  }
}

.block_home_banner__heading {
  color: #fff;
  text-transform: uppercase
}

.block_home_banner__description {
  color: #fff;
  max-width: 900px
}

.block_home_banner__links {
  margin-top: 20px
}

.block_helpful_links {
  display: block;
  padding-top: 50px;
  padding-bottom: 80px;
  width: 100%
}

@media screen and (max-width:39.9375em) {
  .block_helpful_links {
    padding-bottom: 60px
  }
}

.block_helpful_links__heading {
  margin-bottom: 44px
}

.block_helpful_links__links {
  max-width: 1110px;
  padding-left: 25px;
  padding-right: 25px;
  margin-right: auto;
  margin-left: auto
}

@media screen and (max-width:63.9375em) {
  .block_helpful_links__links {
    max-width: 800px
  }
}

.block_helpful_links__link {
  border-bottom: 1px solid #959595;
  color: #000101;
  cursor: pointer;
  display: block;
  font-size: 1.5rem;
  font-weight: 300;
  padding: 16px 15px 11px;
  position: relative;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}

.block_helpful_links__link:first-child {
  border-top: 1px solid #959595
}

.block_helpful_links__link:before {
  font-family: flaticon;
  font-size: 1.3rem;
  left: 14px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 19px;
  width: 0
}

.block_helpful_links__link:hover {
  font-weight: 700;
  padding-left: 47px
}

.block_helpful_links__link:hover:before {
  opacity: 1;
  width: 30px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}

.block_full_width_video {
  background-size: cover;
  margin-bottom: 70px;
  padding-top: 2px
}

.block_news_detail .block_full_width_video,
.block_standard_page_detail .block_full_width_video {
  margin-top: 102px;
  margin-bottom: 127px;
  position: relative;
  width: 100vw
}

@media screen and (max-width:63.9375em) {

  .block_news_detail .block_full_width_video,
  .block_standard_page_detail .block_full_width_video {
    margin-bottom: 70px;
    margin-top: 70px
  }
}

@media screen and (max-width:39.9375em) {

  .block_news_detail .block_full_width_video,
  .block_standard_page_detail .block_full_width_video {
    margin-bottom: 50px;
    margin-top: 50px
  }
}

.block_full_width_video--image .block_full_width_video__video_wrapper,
.block_full_width_video--url .block_full_width_video__video_wrapper {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%
}

.block_full_width_video__video {
  display: none;
  width: 100%
}

@media screen and (max-width:39.9375em) {
  .block_full_width_video__video {
    width: calc(100% + 24px);
    margin-left: -12px
  }
}

.block_full_width_video__video_wrapper {
  position: relative
}

.block_form {
  padding: 30px 0
}

.block_fetch_courses {
  padding: 20px;
  background-color: #eee
}

.block_fetch_courses .loader {
  display: flex;
  align-items: center;
  justify-content: center
}

.block_fetch_courses .courses-table {
  margin: 0
}

.block_fetch_courses .courses-table tbody tr {
  cursor: pointer
}

.block_fetch_courses .courses-table tbody tr:hover {
  background-color: #ececec
}

.block_fetch_courses .go-back {
  font-size: 1rem
}

.block_fetch_courses .go-back:hover {
  text-decoration: underline;
  text-underline-offset: 2px
}

.block_fetch_courses .course-details table {
  margin: 0
}

.block_fetch_courses .course-details h2 {
  margin-bottom: 20px;
  font-size: 2rem;
  margin-top: 20px
}

.block_fetch_courses .course-details h3 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  margin-top: 20px
}

.block_fetch_courses .course-details p {
  white-space: pre-line;
  margin-bottom: 0;
  line-height: 160%;
  font-size: 1.2rem;
  font-weight: 400
}

.block_file_redirect {
  padding-top: 100px
}

.block_events_detail {
  padding-bottom: 60px;
  padding-top: 60px;
  max-width: 800px;
  padding-left: 25px;
  padding-right: 25px;
  margin-right: auto;
  margin-left: auto
}

@media screen and (max-width:63.9375em) {
  .block_events_detail {
    max-width: 800px
  }
}

.block_core_principles {
  background-image: url("/assets/images/blocks/block_core_principles/illustration.png");
  background-position: calc(50vw - 536px) 254px;
  background-repeat: no-repeat;
  background-size: 660px;
  padding-bottom: 150px;
  padding-top: 131px
}

@media screen and (max-width:39.9375em) {
  .block_core_principles {
    padding-bottom: 40px;
    padding-top: 40px
  }
}

@media screen and (min-width:64em) {
  .block_core_principles__container {
    display: flex;
    flex-wrap: wrap
  }
}

@media screen and (min-width:64em) {
  .block_core_principles__container>* {
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(50% - 0px);
    margin-right: 0;
    margin-top: 0
  }

  .block_core_principles__container>:nth-child(-n+2) {
    margin-top: 0
  }

  .block_core_principles__container>:nth-child(2n+2) {
    margin-right: 0
  }

  .block_core_principles__container>:last-child {
    margin-right: 0
  }
}

.block_core_principles__description {
  margin-bottom: 33px
}

.block_core_principles__description>* {
  font-size: 2.5rem
}

.block_core_principles__entry {
  margin-bottom: 48px
}

.block_core_principles__entry_heading {
  margin-bottom: 8px
}

.block_events_listing {
  padding-bottom: 80px
}

.block_events_listing__cards {
  margin-bottom: 60px
}

@media screen and (min-width:64em) {
  .block_events_listing__cards {
    display: flex;
    flex-wrap: wrap
  }
}

@media screen and (min-width:64em) {
  .block_events_listing__cards>* {
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(33.33333% - 52.66667px);
    margin-right: 79px;
    margin-top: 50px
  }

  .block_events_listing__cards>:nth-child(-n+3) {
    margin-top: 0
  }

  .block_events_listing__cards>:nth-child(3n+3) {
    margin-right: 0
  }

  .block_events_listing__cards>:last-child {
    margin-right: 0
  }
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
  .block_events_listing__cards {
    display: flex;
    flex-wrap: wrap
  }
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
  .block_events_listing__cards>* {
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(50% - 39.5px);
    margin-right: 79px;
    margin-top: 50px
  }

  .block_events_listing__cards>:nth-child(-n+2) {
    margin-top: 0
  }

  .block_events_listing__cards>:nth-child(2n+2) {
    margin-right: 0
  }

  .block_events_listing__cards>:last-child {
    margin-right: 0
  }
}

@media screen and (max-width:39.9375em) {
  .block_events_listing__cards {
    display: flex;
    flex-direction: column
  }
}

.block_events_listing__intro {
  margin: 52px auto 50px;
  max-width: 933px;
  text-align: center
}

.block_events_listing__card {
  display: block
}

@media screen and (max-width:63.9375em) {
  .block_events_listing__card {
    margin-bottom: 70px
  }
}

@media screen and (max-width:39.9375em) {
  .block_events_listing__card {
    margin-bottom: 36px
  }
}

.block_events_listing__card:last-child {
  margin-bottom: 0
}

.block_events_listing__image {
  height: 200px;
  margin-bottom: 10px
}

.block_events_listing__date {
  color: #44b5e5;
  display: block;
  font-weight: 300;
  font-size: 1.0625rem;
  margin-bottom: 10px;
  text-transform: uppercase
}

.block_events_listing__heading {
  margin-bottom: 14px
}

.block_events_listing_description {
  margin-bottom: 17px
}

.block_contacts {
  padding-bottom: 80px;
  padding-top: 56px
}

@media screen and (max-width:39.9375em) {
  .block_contacts {
    padding-top: 40px
  }
}

.template_news_and_media .block_contacts {
  max-width: 960px;
  padding-left: 0;
  padding-right: 0;
  margin-right: auto;
  margin-left: auto
}

@media screen and (min-width:40em) {
  .template_news_and_media .block_contacts {
    padding-top: 143px
  }
}

@media screen and (min-width:64em) {
  .template_news_and_media .block_contacts .block_contacts__contacts {
    margin-left: 14%
  }
}

.block_contacts__heading {
  color: #231f20;
  margin-bottom: 40px
}

.block_contacts__contacts {
  margin-left: 29%;
  max-width: 830px
}

@media screen and (min-width:64em) {
  .block_contacts__contacts {
    display: flex;
    flex-wrap: wrap
  }
}

@media screen and (min-width:64em) {
  .block_contacts__contacts>* {
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(50% - 50px);
    margin-right: 100px;
    margin-top: 100px
  }

  .block_contacts__contacts>:nth-child(-n+2) {
    margin-top: 0
  }

  .block_contacts__contacts>:nth-child(2n+2) {
    margin-right: 0
  }

  .block_contacts__contacts>:last-child {
    margin-right: 0
  }
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
  .block_contacts__contacts {
    display: flex;
    flex-wrap: wrap
  }
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
  .block_contacts__contacts>* {
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(50% - 20px);
    margin-right: 40px;
    margin-top: 40px
  }

  .block_contacts__contacts>:nth-child(-n+2) {
    margin-top: 0
  }

  .block_contacts__contacts>:nth-child(2n+2) {
    margin-right: 0
  }

  .block_contacts__contacts>:last-child {
    margin-right: 0
  }
}

@media screen and (max-width:39.9375em) {
  .block_contacts__contacts {
    display: flex;
    flex-wrap: wrap
  }
}

@media screen and (max-width:39.9375em) {
  .block_contacts__contacts>* {
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(100% - 0px);
    margin-right: 40px;
    margin-top: 40px
  }

  .block_contacts__contacts>:nth-child(-n+1) {
    margin-top: 0
  }

  .block_contacts__contacts>:nth-child(1n+1) {
    margin-right: 0
  }

  .block_contacts__contacts>:last-child {
    margin-right: 0
  }
}

@media screen and (max-width:63.9375em) {
  .block_contacts__contacts {
    margin-left: 0
  }
}

.block_contacts__contact * {
  color: #231f20;
  font-weight: 400
}

.block_contacts__contact>* {
  display: block
}

.block_contacts__contact_name {
  font-weight: 700
}

.block_contacts__contact_position {
  font-style: italic
}

.block_contacts__contact_link_label {
  font-weight: 700
}

.block_careers {
  margin-bottom: 170px
}

@media screen and (max-width:39.9375em) {
  .block_careers {
    margin-bottom: 90px
  }
}

.block_careers__heading {
  margin-bottom: 92px
}

.block_careers__bottom_text {
  font-size: 1.1rem
}

.block_careers .block_helpful_links {
  padding-bottom: 50px;
  padding-top: 106px
}

@media screen and (max-width:39.9375em) {
  .block_careers .block_helpful_links {
    padding-top: 70px
  }
}

.block_careers .block_helpful_links__container {
  padding: 0
}

.block_careers .block_helpful_links__links {
  padding: 0
}

.block_careers .block_helpful_links__heading {
  margin-bottom: 55px
}

.block_alternating_panels__panel_container {
  max-width: 1280px;
  padding-left: 25px;
  padding-right: 25px;
  margin-right: auto;
  margin-left: auto
}

@media screen and (max-width:63.9375em) {
  .block_alternating_panels__panel_container {
    max-width: 800px
  }
}

.block_alternating_panels__panel {
  position: relative
}

@media screen and (min-width:73.75em) {
  .block_alternating_panels__panel:nth-child(2n) .block_alternating_panels__panel_container {
    display: flex;
    flex-wrap: wrap
  }
}

@media screen and (min-width:73.75em) {
  .block_alternating_panels__panel:nth-child(2n) .block_alternating_panels__panel_container>* {
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(50% - 0px);
    margin-right: 0;
    margin-top: 0
  }

  .block_alternating_panels__panel:nth-child(2n) .block_alternating_panels__panel_container>:nth-child(-n+2) {
    margin-top: 0
  }

  .block_alternating_panels__panel:nth-child(2n) .block_alternating_panels__panel_container>:nth-child(2n+2) {
    margin-right: 0
  }

  .block_alternating_panels__panel:nth-child(2n) .block_alternating_panels__panel_container>:last-child {
    margin-right: 0
  }
}

@media screen and (min-width:64em) and (max-width:73.75em) {
  .block_alternating_panels__panel:nth-child(2n) .block_alternating_panels__panel_container {
    display: flex;
    flex-wrap: wrap
  }
}

@media screen and (min-width:64em) and (max-width:73.75em) {
  .block_alternating_panels__panel:nth-child(2n) .block_alternating_panels__panel_container>* {
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(50% - 0px);
    margin-right: 0;
    margin-top: 0
  }

  .block_alternating_panels__panel:nth-child(2n) .block_alternating_panels__panel_container>:nth-child(-n+2) {
    margin-top: 0
  }

  .block_alternating_panels__panel:nth-child(2n) .block_alternating_panels__panel_container>:nth-child(2n+2) {
    margin-right: 0
  }

  .block_alternating_panels__panel:nth-child(2n) .block_alternating_panels__panel_container>:last-child {
    margin-right: 0
  }
}

@media screen and (min-width:64em) {
  .block_alternating_panels__panel:nth-child(2n) .block_alternating_panels__image {
    left: auto;
    right: 0
  }
}

@media screen and (min-width:64em) {
  .block_alternating_panels__panel:nth-child(2n) .block_alternating_panels__text {
    padding-left: 110px
  }
}

@media screen and (min-width:64em) {
  .block_alternating_panels__panel:nth-child(odd) .block_alternating_panels__panel_container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse
  }
}

@media screen and (min-width:64em) {
  .block_alternating_panels__panel:nth-child(odd) .block_alternating_panels__panel_container>* {
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(50% - 0px);
    margin-right: 0;
    margin-top: 0
  }

  .block_alternating_panels__panel:nth-child(odd) .block_alternating_panels__panel_container>:nth-child(-n+2) {
    margin-top: 0
  }

  .block_alternating_panels__panel:nth-child(odd) .block_alternating_panels__panel_container>:nth-child(3n+3) {
    margin-right: 0
  }

  .block_alternating_panels__panel:nth-child(odd) .block_alternating_panels__panel_container>:first-child {
    margin-right: 0
  }
}

@media screen and (min-width:64em) and (max-width:73.75em) {
  .block_alternating_panels__panel:nth-child(odd) .block_alternating_panels__panel_container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse
  }
}

@media screen and (min-width:64em) and (max-width:73.75em) {
  .block_alternating_panels__panel:nth-child(odd) .block_alternating_panels__panel_container>* {
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(50% - 0px);
    margin-right: 0;
    margin-top: 0
  }

  .block_alternating_panels__panel:nth-child(odd) .block_alternating_panels__panel_container>:nth-child(-n+2) {
    margin-top: 0
  }

  .block_alternating_panels__panel:nth-child(odd) .block_alternating_panels__panel_container>:nth-child(3n+3) {
    margin-right: 0
  }

  .block_alternating_panels__panel:nth-child(odd) .block_alternating_panels__panel_container>:first-child {
    margin-right: 0
  }
}

@media screen and (min-width:64em) {
  .block_alternating_panels__panel:nth-child(odd) .block_alternating_panels__text {
    padding-right: 110px
  }
}

.block_alternating_panels__panel:nth-child(5n+1) {
  background-color: #e891e3
}

.block_alternating_panels__panel:nth-child(2n+2) {
  background-color: #ffd904
}

.block_alternating_panels__panel:nth-child(3n+3) {
  background-color: #6cb3f6
}

.block_alternating_panels__panel:nth-child(4n+4) {
  background-color: #f06c15
}

.block_alternating_panels__illustration {
  background-size: cover;
  top: -200px;
  content: '';
  display: block;
  position: absolute;
  right: 5vw;
  width: 304px;
  z-index: 8
}

@media screen and (max-width:63.9375em) {
  .block_alternating_panels__illustration {
    top: -100px;
    width: 250px
  }
}

@media screen and (max-width:39.9375em) {
  .block_alternating_panels__illustration {
    top: -30px;
    width: 150px
  }
}

.block_alternating_panels__illustration path {
  fill: #fac305
}

.block_alternating_panels__heading {
  margin-bottom: 45px
}

@media screen and (max-width:39.9375em) {
  .block_alternating_panels__heading {
    margin-bottom: 20px
  }
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
  .block_alternating_panels__description {
    margin-top: 20px
  }
}

@media screen and (max-width:39.9375em) {
  .block_alternating_panels__description {
    margin-top: 16px
  }
}

.block_alternating_panels__button {
  margin-top: 40px
}

@media screen and (max-width:39.9375em) {
  .block_alternating_panels__button {
    margin-top: 30px
  }
}

.block_alternating_panels__text {
  padding-bottom: 250px;
  padding-top: 80px
}

@media screen and (max-width:63.9375em) {
  .block_alternating_panels__text {
    padding-bottom: 130px;
    padding-top: 50px
  }
}

@media screen and (max-width:39.9375em) {
  .block_alternating_panels__text {
    padding-bottom: 40px;
    padding-top: 20px
  }
}

.block_alternating_panels__image_wrapper {
  height: 724px;
  position: relative
}

@media screen and (max-width:63.9375em) {
  .block_alternating_panels__image_wrapper {
    display: block;
    height: 350px;
    left: calc((100vw - 750px)/ -2);
    margin-bottom: 30px;
    max-width: 100vw;
    width: 100vw
  }
}

@media screen and (max-width:50em) {
  .block_alternating_panels__image_wrapper {
    left: -25px
  }
}

@media screen and (max-width:39.9375em) {
  .block_alternating_panels__image_wrapper {
    height: 280px
  }
}

.block_alternating_panels__image {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 50vw
}

@media screen and (max-width:63.9375em) {
  .block_alternating_panels__image {
    width: 100%
  }
}

.block_accordions {
  padding-bottom: 90px;
  padding-top: 50px
}

@media screen and (max-width:39.9375em) {
  .block_accordions {
    padding-bottom: 60px
  }
}

.block_accordions__container {
  max-width: 1110px;
  padding-left: 25px;
  padding-right: 25px;
  margin-right: auto;
  margin-left: auto
}

@media screen and (max-width:63.9375em) {
  .block_accordions__container {
    max-width: 800px
  }
}

.block_accordions__heading {
  margin-bottom: 97px
}

.block_3_columns_grid {
  position: relative
}

@media screen and (min-width:56.25em) {
  .block_3_columns_grid__grid {
    display: flex;
    flex-wrap: wrap
  }
}

@media screen and (min-width:56.25em) {
  .block_3_columns_grid__grid>* {
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(33.33333% - 0px);
    margin-right: 0;
    margin-top: 0
  }

  .block_3_columns_grid__grid>:nth-child(-n+3) {
    margin-top: 0
  }

  .block_3_columns_grid__grid>:nth-child(3n+3) {
    margin-right: 0
  }

  .block_3_columns_grid__grid>:last-child {
    margin-right: 0
  }
}

@media screen and (min-width:34.375em) and (max-width:56.1875em) {
  .block_3_columns_grid__grid {
    display: flex;
    flex-wrap: wrap
  }
}

@media screen and (min-width:34.375em) and (max-width:56.1875em) {
  .block_3_columns_grid__grid>* {
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(50% - 0px);
    margin-right: 0;
    margin-top: 0
  }

  .block_3_columns_grid__grid>:nth-child(-n+2) {
    margin-top: 0
  }

  .block_3_columns_grid__grid>:nth-child(2n+2) {
    margin-right: 0
  }

  .block_3_columns_grid__grid>:last-child {
    margin-right: 0
  }
}

@media screen and (max-width:28.0625em) {
  .block_3_columns_grid__grid {
    display: flex;
    flex-wrap: wrap
  }
}

@media screen and (max-width:28.0625em) {
  .block_3_columns_grid__grid>* {
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(100% - 0px);
    margin-right: 0;
    margin-top: 0
  }

  .block_3_columns_grid__grid>:nth-child(-n+1) {
    margin-top: 0
  }

  .block_3_columns_grid__grid>:nth-child(1n+1) {
    margin-right: 0
  }

  .block_3_columns_grid__grid>:last-child {
    margin-right: 0
  }
}

.block_3_columns_grid__cell {
  display: block;
  height: 481px
}

@media screen and (max-width:75em) {
  .block_3_columns_grid__cell {
    height: 400px
  }
}

@media screen and (max-width:63.9375em) {
  .block_3_columns_grid__cell {
    height: 350px
  }
}

@media screen and (max-width:39.9375em) {
  .block_3_columns_grid__cell {
    height: 250px
  }
}

.block_3_columns_grid__cell--link {
  padding: 66px
}

@media screen and (max-width:75em) {
  .block_3_columns_grid__cell--link {
    padding: 40px
  }
}

@media screen and (max-width:63.9375em) {
  .block_3_columns_grid__cell--link {
    padding: 30px
  }
}

.block_3_columns_grid__cell--link .block_3_columns_grid__cell_inner:after {
  bottom: 0;
  color: #000101;
  font-family: flaticon;
  font-size: 2.375rem;
  position: absolute;
  right: 0
}

@media screen and (max-width:59.375em) {
  .block_3_columns_grid__cell--link .block_3_columns_grid__cell_inner:after {
    font-size: 2.1rem
  }
}

@media screen and (max-width:39.9375em) {
  .block_3_columns_grid__cell--link .block_3_columns_grid__cell_inner:after {
    font-size: 1.9rem
  }
}

.block_3_columns_grid__cell_inner {
  height: 100%;
  position: relative;
  width: 100%
}

.block_3_columns_grid__cell_image_wrapper {
  height: 100%;
  width: 100%
}

.block_3_columns_grid__cell_heading {
  font-size: 2.5rem
}

@media screen and (max-width:59.375em) {
  .block_3_columns_grid__cell_heading {
    font-size: 2.2rem
  }
}

@media screen and (max-width:39.9375em) {
  .block_3_columns_grid__cell_heading {
    font-size: 1.8rem
  }
}

.block_3_columns_grid__illustration_1 {
  position: absolute;
  right: 25px;
  top: -109px;
  width: 284px
}

@media screen and (max-width:56.1875em) {
  .block_3_columns_grid__illustration_1 {
    display: none
  }
}

.block_3_columns_grid__illustration_1 path {
  fill: #3086d7
}

.block_3_columns_grid__illustration_2 {
  bottom: -170px;
  position: absolute;
  left: -25px;
  width: 344px
}

@media screen and (max-width:56.1875em) {
  .block_3_columns_grid__illustration_2 {
    display: none
  }
}

.block_3_columns_grid__illustration_2 path {
  fill: #f313ac
}