/* Colors */
/* BREAKPOINTS */
/* Colors */
/* BREAKPOINTS */
body {
  --color-primary: #3b85ff;
  --color-dark: #00207a;
}

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

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

html {
  box-sizing: border-box;
}

body {
  font-family: "Open sans", sans-serif;
  line-height: 1;
  background: #ffffff;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

*,
*:before,
*:after {
  box-sizing: inherit;
}

input,
textarea,
select,
button {
  font: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

/* Colors */
/* BREAKPOINTS */
/* Colors */
/* BREAKPOINTS */
body {
  --color-primary: #3b85ff;
  --color-dark: #00207a;
}

/* Colors */
/* BREAKPOINTS */
.content-text {
  line-height: 1.6;
  font-size: 14px;
}

.content-text h1, .content-text h2, .content-text h3, .content-text h4, .content-text h5, .content-text h6 {
  font-weight: 700;
  line-height: 1.2;
  margin: 30px 0px;
  max-width: 670px;
}

.content-text strong {
  font-weight: 700;
}

.content-text em {
  font-style: italic;
}

.content-text ul, .content-text ol {
  max-width: 670px;
  margin: 30px 0px;
}

.content-text ul:not([class]) li {
  display: block;
  position: relative;
  margin: 5px 0px;
  padding-left: 20px;
}

.content-text ul:not([class]) li:before {
  content: "";
  height: 4px;
  width: 4px;
  background: #212631;
  border-radius: 4px;
  position: absolute;
  left: 6px;
  top: 11px;
}

.content-text ul:not([class]) ul:not([class]) {
  padding-left: 6px;
  margin: 8px 0px;
}

.content-text ol {
  counter-reset: list;
}

.content-text ol > li {
  display: block;
  position: relative;
  margin: 5px 0px;
}

.content-text ol > li:before {
  display: inline-block;
  margin-right: 15px;
  counter-increment: list 1;
  content: counters(list, ".") ". ";
}

.content-text ol ol {
  margin: 12px 0px;
  padding-left: 25px;
  counter-reset: list2;
}

.content-text ol ol > li:before {
  counter-increment: list2 1;
  content: counters(list2, ".") ". ";
}

.content-text ol ol ol {
  margin: 12px 0px;
  padding-left: 25px;
  counter-reset: list3;
}

.content-text ol ol ol > li:before {
  counter-increment: list3 1;
  content: counters(list3, ".") ". ";
}

.content-text blockquote {
  font-style: italic;
  border-bottom: solid 2px #eeeeee;
  padding: 20px;
}

.content-text h1 {
  font-size: 36px;
}

.content-text h2 {
  font-size: 22px;
}

.content-text h3 {
  font-size: 16px;
}

.content-text h4 {
  font-size: 14px;
}

.content-text p {
  margin: 25px 0px;
  max-width: 670px;
}

.content-text a:not([class]) {
  box-shadow: #0072ce 0px -1px 0px inset;
  transition: all 0.2s;
}

.content-text a:not([class]):hover {
  text-decoration: none;
  box-shadow: rgba(0, 114, 206, 0.2) 0px -30px 0px inset;
}

.content-text .button {
  background: #0072ce;
  -webkit-animation: offbuttonblue 0.3s ease;
          animation: offbuttonblue 0.3s ease;
}

.content-text .button:hover {
  background: #eeeeee;
  -webkit-animation: onbuttonblue 0.3s ease;
          animation: onbuttonblue 0.3s ease;
}

.content-text a:not([class]) {
  color: #528ec9;
  box-shadow: none;
  transition: all 0.2s;
  cursor: pointer;
}

.content-text a:not([class]):hover {
  text-decoration: none;
  box-shadow: #528ec9 0px -1px 0px inset;
}

.content-text button {
  background: #528ec9;
  -webkit-animation: offbuttoncustom 0.3s ease;
          animation: offbuttoncustom 0.3s ease;
}

.content-text table {
  margin: 30px 0px;
}

.content-text table td, .content-text table th {
  padding: 6px 8px;
  text-align: left;
}

.content-text table th {
  font-weight: 600;
}

.content-text table td {
  border: solid 1px #eee;
}

@-webkit-keyframes onbuttonblue {
  0% {
    background: linear-gradient(to right, #0072ce 0%, #0072ce 50%, #eeeeee 50%, #eeeeee 100%) 0%;
    background-size: 202% 100%;
  }
  100% {
    background: linear-gradient(to right, #0072ce 0%, #0072ce 50%, #eeeeee 50%, #eeeeee 100%) 99%;
    background-size: 202% 100%;
  }
}

@keyframes onbuttonblue {
  0% {
    background: linear-gradient(to right, #0072ce 0%, #0072ce 50%, #eeeeee 50%, #eeeeee 100%) 0%;
    background-size: 202% 100%;
  }
  100% {
    background: linear-gradient(to right, #0072ce 0%, #0072ce 50%, #eeeeee 50%, #eeeeee 100%) 99%;
    background-size: 202% 100%;
  }
}

.aligncenter, dl.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto !important;
}

.alignleft {
  float: left;
  max-width: 60%;
  height: auto !important;
  margin: 10px 20px;
  margin-left: 0px;
}

.alignright {
  float: right;
  margin: 10px 20px;
  margin-right: 0px;
  max-width: 60%;
  height: auto !important;
}

.alignnone {
  max-width: 100%;
  height: auto !important;
}

@media (max-width: 1170px) {
  .content-text h1 {
    font-size: 32px;
  }
}

@media (max-width: 629px) {
  .content-text h1 {
    font-size: 26px;
  }
}

/* Colors */
/* BREAKPOINTS */
/* Colors */
/* BREAKPOINTS */
body {
  --color-primary: #3b85ff;
  --color-dark: #00207a;
}

/* Colors */
/* BREAKPOINTS */
.accordion {
  margin: 30px 0px;
  background: #eeeeee;
  overflow: hidden;
}

.accordion .accordion__title {
  margin: 0px;
  max-width: none;
}

.accordion__item {
  box-shadow: rgba(204, 204, 204, 0.7) 0px -1px 0px inset;
  border-bottom: solid 1px rgba(255, 255, 255, 0.8);
}

.accordion__trigger {
  display: block;
  color: #212631;
  padding: 20px 30px;
  padding-right: 60px;
  position: relative;
}

.accordion__trigger-icon {
  height: 20px;
  width: 20px;
  border: solid 2px #212631;
  display: block;
  border-radius: 4px;
  position: absolute;
  right: 30px;
  top: 20px;
  transition: all 0.3s ease;
}

.accordion__trigger:hover .accordion__trigger-icon {
  background: #212631;
}

.accordion__trigger:hover .accordion__trigger-icon:before, .accordion__trigger:hover .accordion__trigger-icon:after {
  background-color: #fff;
}

.accordion__trigger-icon:after, .accordion__trigger-icon:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background: #212631;
  border-radius: 2px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  transition: all 0.3s ease;
}

.accordion__trigger-icon:before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.js-active .accordion__trigger-icon:before {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.accordion__content {
  padding: 0px 30px;
  overflow: hidden;
  display: none;
}

.accordion__content.js-visible {
  display: block;
}

.accordion__content p:first-child {
  margin-top: 0px;
}

/* Colors */
/* BREAKPOINTS */
/* Colors */
/* BREAKPOINTS */
body {
  --color-primary: #3b85ff;
  --color-dark: #00207a;
}

/* Colors */
/* BREAKPOINTS */
.uk-button {
  border-radius: 0;
  -webkit-appearance: none;
  text-transform: uppercase !important;
  font-size: 14px;
  letter-spacing: 2px;
}

/* Colors */
/* BREAKPOINTS */
/* Colors */
/* BREAKPOINTS */
body {
  --color-primary: #3b85ff;
  --color-dark: #00207a;
}

/* Colors */
/* BREAKPOINTS */
.editor {
  /* WordPress Core */
}

.editor img {
  max-width: 100%;
  height: auto;
}

.editor .alignnone {
  margin: 5px 20px 20px 0;
}

.editor .aligncenter,
.editor div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.editor .alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.editor .alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.editor a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.editor a img.alignnone {
  margin: 5px 20px 20px 0;
}

.editor a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.editor a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.editor .wp-caption {
  padding: 5px 3px 10px;
  text-align: center;
}

.editor .wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.editor .wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.editor .wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.editor .wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}

.editor .wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Colors */
/* BREAKPOINTS */
/* Colors */
/* BREAKPOINTS */
body {
  --color-primary: #3b85ff;
  --color-dark: #00207a;
}

/* Colors */
/* BREAKPOINTS */
.flatpickr-calendar {
  background: transparent;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.inline,
.flatpickr-calendar.open {
  opacity: 1;
  visibility: visible;
  overflow: visible;
  max-height: 640px;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.hasWeeks {
  width: auto;
}

.flatpickr-calendar .hasTime .dayContainer,
.flatpickr-calendar .hasWeeks .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:after,
.flatpickr-calendar:before {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.rightMost:before {
  left: auto;
  right: 22px;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:after,
.flatpickr-calendar.arrowTop:before {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:after,
.flatpickr-calendar.arrowBottom:before {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 36px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
}

.flatpickr-next-month,
.flatpickr-prev-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  line-height: 16px;
  height: 28px;
  padding: 10px calc(3.57% - 1.5px);
  z-index: 3;
}

.flatpickr-next-month i,
.flatpickr-prev-month i {
  position: relative;
}

.flatpickr-next-month.flatpickr-prev-month,
.flatpickr-prev-month.flatpickr-prev-month {
  /*
        /*rtl:begin:ignore*/
  left: 0;
  /*
        /*rtl:end:ignore*/
}

/*
        /*rtl:begin:ignore*/
/*
        /*rtl:end:ignore*/
.flatpickr-next-month.flatpickr-next-month,
.flatpickr-prev-month.flatpickr-next-month {
  /*
        /*rtl:begin:ignore*/
  right: 0;
  /*
        /*rtl:end:ignore*/
}

/*
        /*rtl:begin:ignore*/
/*
        /*rtl:end:ignore*/
.flatpickr-next-month:hover,
.flatpickr-prev-month:hover {
  color: #959ea9;
}

.flatpickr-next-month:hover svg,
.flatpickr-prev-month:hover svg {
  fill: #f64747;
}

.flatpickr-next-month svg,
.flatpickr-prev-month svg {
  width: 14px;
}

.flatpickr-next-month svg path,
.flatpickr-prev-month svg path {
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.05);
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
  top: 33%;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 6.16px 0 0;
  line-height: 1;
  height: 28px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.flatpickr-current-month.slideLeft {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-animation: fpFadeOut 400ms ease, fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeOut 400ms ease, fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-current-month.slideLeftNew {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-animation: fpFadeIn 400ms ease, fpSlideLeftNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeIn 400ms ease, fpSlideLeftNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-current-month.slideRight {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-animation: fpFadeOut 400ms ease, fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeOut 400ms ease, fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-current-month.slideRightNew {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-animation: fpFadeIn 400ms ease, fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeIn 400ms ease, fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  box-sizing: border-box;
  color: inherit;
  cursor: default;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: initial;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 307.875px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.flatpickr-calendar.animate .dayContainer.slideLeft {
  -webkit-animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.animate .dayContainer.slideLeft,
.flatpickr-calendar.animate .dayContainer.slideLeftNew {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.flatpickr-calendar.animate .dayContainer.slideLeftNew {
  -webkit-animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.animate .dayContainer.slideRight {
  -webkit-animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.flatpickr-calendar.animate .dayContainer.slideRightNew {
  -webkit-animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
          flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day.nextMonthDay:focus,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.today.inRange,
.flatpickr-day:focus,
.flatpickr-day:hover {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.today {
  border-color: #959ea9;
}

.flatpickr-day.today:focus,
.flatpickr-day.today:hover {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

.flatpickr-day.endRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.endRange.nextMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.endRange:focus,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected,
.flatpickr-day.selected.inRange,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.selected:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.startRange:focus,
.flatpickr-day.startRange:hover {
  background: #0072ce;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.endRange.startRange,
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.endRange.endRange,
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.endRange.startRange + .endRange,
.flatpickr-day.selected.startRange + .endRange,
.flatpickr-day.startRange.startRange + .endRange {
  box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.endRange.startRange.endRange,
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
}

.flatpickr-day.disabled,
.flatpickr-day.disabled:hover {
  pointer-events: none;
}

.flatpickr-day.disabled,
.flatpickr-day.disabled:hover,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.nextMonthDay,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.prevMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.week.selected {
  border-radius: 0;
  box-shadow: -5px 0 0 #569ff7,5px 0 0 #569ff7;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  display: inline-block;
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day {
  display: block;
  width: 100%;
  max-width: none;
}

.flatpickr-innerContainer {
  display: block;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  cursor: pointer;
  color: #393939;
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-am-pm,
.flatpickr-time .flatpickr-time-separator {
  height: inherit;
  display: inline-block;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
      align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time .flatpickr-am-pm:focus,
.flatpickr-time .flatpickr-am-pm:hover {
  background: #f0f0f0;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fpSlideLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fpSlideLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@-webkit-keyframes fpSlideLeftNew {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fpSlideLeftNew {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fpSlideRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fpSlideRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@-webkit-keyframes fpSlideRightNew {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fpSlideRightNew {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fpFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fpFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes fpFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fpFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Colors */
/* BREAKPOINTS */
/* Colors */
/* BREAKPOINTS */
body {
  --color-primary: #3b85ff;
  --color-dark: #00207a;
}

/* Colors */
/* BREAKPOINTS */

/* Colors */
/* BREAKPOINTS */
/* Colors */
/* BREAKPOINTS */
body {
  --color-primary: #3b85ff;
  --color-dark: #00207a;
}

/* Colors */
/* BREAKPOINTS */

/* Colors */
/* BREAKPOINTS */
/* Colors */
/* BREAKPOINTS */
body {
  --color-primary: #3b85ff;
  --color-dark: #00207a;
}

/* Colors */
/* BREAKPOINTS */

/* Colors */
/* BREAKPOINTS */
/* Colors */
/* BREAKPOINTS */
body {
  --color-primary: #3b85ff;
  --color-dark: #00207a;
}

/* Colors */
/* BREAKPOINTS */

/* Colors */
/* BREAKPOINTS */
/* Colors */
/* BREAKPOINTS */
body {
  --color-primary: #3b85ff;
  --color-dark: #00207a;
}

/* Colors */
/* BREAKPOINTS */

/* Colors */
/* BREAKPOINTS */
/* Colors */
/* BREAKPOINTS */
body {
  --color-primary: #3b85ff;
  --color-dark: #00207a;
}

/* Colors */
/* BREAKPOINTS */

/* Colors */
/* BREAKPOINTS */
/* Colors */
/* BREAKPOINTS */
body {
  --color-primary: #3b85ff;
  --color-dark: #00207a;
}

/* Colors */
/* BREAKPOINTS */
.form-textfield, .form-choice-group {
  margin: 30px 0px;
}

.form-textfield__label, .form-choice-group__label {
  display: block;
  margin: 5px 0px;
}

.form-textfield__input, .form-choice-group__input {
  border: solid 1px #cccccc;
  padding: 8px;
  font: inherit;
  width: 100%;
  max-width: 380px;
  border-radius: 0px;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-textfield__input:focus, .form-choice-group__input:focus {
  background: #eeeeee;
  outline: none 0px;
}

textarea.form-textfield__input {
  max-width: 100%;
  height: 60px;
}

.form-radio, .form-check {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 3px 0px;
}

.form-radio input, .form-check input {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 5px;
}

.form-radio label, .form-check label {
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.form-textfield__error {
  color: red;
  font-size: 13px;
  margin: 5px 0px;
}

/* Colors */
/* BREAKPOINTS */
/* Colors */
/* BREAKPOINTS */
body {
  --color-primary: #3b85ff;
  --color-dark: #00207a;
}

/* Colors */
/* BREAKPOINTS */
.gallery {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 30px -5px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.gallery-icon {
  padding: 5px;
}

.gallery-item {
  -webkit-flex: 0 1 25%;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
}

.gallery-item:nth-child(n+9) {
  display: none;
}

.gallery-item img {
  display: block;
  width: 100%;
}

.gallery-item a {
  display: block;
}

.gallery-item a[data-more] {
  position: relative;
  overflow: hidden;
}

.gallery-item a[data-more]:after {
  content: attr(data-more);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1;
  box-shadow: rgba(255, 255, 255, 0.85) 0px 0px 0px 200px;
  border: solid 2px #212631;
  padding: 5px 10px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.85);
  font-size: 20px;
  font-weight: bold;
  color: #212631;
}

.hidden__images {
  display: none;
}

@media (max-width: 1023px) {
  .gallery-item {
    -webkit-flex-basis: 33.3%;
        -ms-flex-preferred-size: 33.3%;
            flex-basis: 33.3%;
  }
}

@media (max-width: 629px) {
  .gallery-item {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}

/* Colors */
/* BREAKPOINTS */
/* Colors */
/* BREAKPOINTS */
body {
  --color-primary: #3b85ff;
  --color-dark: #00207a;
}

/* Colors */
/* BREAKPOINTS */

/* Colors */
/* BREAKPOINTS */
/* Colors */
/* BREAKPOINTS */
body {
  --color-primary: #3b85ff;
  --color-dark: #00207a;
}

/* Colors */
/* BREAKPOINTS */
.icon {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

/* Colors */
/* BREAKPOINTS */
/* Colors */
/* BREAKPOINTS */
body {
  --color-primary: #3b85ff;
  --color-dark: #00207a;
}

/* Colors */
/* BREAKPOINTS */

/* Colors */
/* BREAKPOINTS */
/* Colors */
/* BREAKPOINTS */
body {
  --color-primary: #3b85ff;
  --color-dark: #00207a;
}

/* Colors */
/* BREAKPOINTS */

/* Colors */
/* BREAKPOINTS */
/* Colors */
/* BREAKPOINTS */
body {
  --color-primary: #3b85ff;
  --color-dark: #00207a;
}

/* Colors */
/* BREAKPOINTS */
.latest__list {
  overflow: hidden;
}

.latest__item {
  background: #eeeeee;
  position: relative;
  z-index: 1;
  padding: 25px 30px;
  box-shadow: rgba(204, 204, 204, 0.7) 0px -1px 0px inset;
  border-bottom: solid 1px rgba(255, 255, 255, 0.8);
}

.latest__meta {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #212631;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.latest__category {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: solid 2px #dddddd;
  padding-right: 15px;
  margin-right: 15px;
  margin-bottom: 5px;
}

.latest__date {
  margin-bottom: 5px;
  display: block;
}

.latest__category-icon {
  margin-right: 8px;
  max-height: 14px;
}

.latest__heading {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
  padding: 25px;
  background: #eeeeee;
  box-shadow: rgba(204, 204, 204, 0.7) 0px -1px 0px inset;
  border-bottom: solid 1px rgba(255, 255, 255, 0.8);
  text-align: center;
}

.latest__title {
  line-height: 1.2;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  color: #212631;
  padding: 5px 0px;
  font-size: 16px;
  margin: 5px 0px;
}

.latest__title a {
  color: inherit;
}

.latest__excerpt {
  font-size: 14px;
  line-height: 1.6;
  margin: 10px 0px;
}

.latest__more {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #212631;
  box-shadow: #dddddd 0px -6px 0px inset;
  transition: all 0.3s ease;
}

.latest__more:after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}

.latest__more:hover {
  text-decoration: none;
  box-shadow: #dddddd 0px -20px 0px inset;
}

.latest__all {
  color: #0072ce;
  display: block;
  padding: 20px 30px;
  font-size: 14px;
  position: relative;
}

.latest__all:before {
  content: "";
  height: 8px;
  width: 8px;
  position: absolute;
  left: 15px;
  top: 0px;
  bottom: 0px;
  border-left: solid 2px;
  border-top: solid 2px;
  border-bottom: solid 2px transparent;
  border-right: solid 2px transparent;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: auto;
  border-radius: 4px;
  border-top-left-radius: 0px;
}

/* Colors */
/* BREAKPOINTS */
/* Colors */
/* BREAKPOINTS */
body {
  --color-primary: #3b85ff;
  --color-dark: #00207a;
}

/* Colors */
/* BREAKPOINTS */

/* Colors */
/* BREAKPOINTS */
/* Colors */
/* BREAKPOINTS */
body {
  --color-primary: #3b85ff;
  --color-dark: #00207a;
}

/* Colors */
/* BREAKPOINTS */
.notification {
  position: fixed;
  z-index: 1000;
  right: 20px;
  bottom: 20px;
  background: #2b3240;
  color: #fff;
  padding: 35px 40px;
  width: 360px;
  max-width: 80vw;
  padding-top: 25px;
  display: none;
}

.notification.js-visible {
  display: block;
  -webkit-animation: fadeUp 0.4s ease;
          animation: fadeUp 0.4s ease;
}

.notification .button {
  font-size: 12px;
  margin-top: 20px;
}

@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.notification__close {
  position: absolute;
  right: -10px;
  top: -10px;
  height: 30px;
  width: 30px;
  font-size: 0px;
  border-radius: 15px;
  background: #dddddd;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 4px 10px;
  transition: all 0.3s ease;
}

.notification__close:before, .notification__close:after {
  content: "";
  position: absolute;
  margin: auto;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 2px;
  width: 14px;
  border-radius: 2px;
  background: #212631;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.notification__close:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.notification__close:hover {
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
}

.notification__title {
  font-size: 20px;
  font-weight: 700;
  margin: 15px 0px;
  line-height: 1.2;
}

.notification__desc {
  font-size: 14px;
  line-height: 1.4;
}

.notification__desc p {
  margin: 15px 0px;
}

/* Colors */
/* BREAKPOINTS */
/* Colors */
/* BREAKPOINTS */
body {
  --color-primary: #3b85ff;
  --color-dark: #00207a;
}

/* Colors */
/* BREAKPOINTS */
.pagination {
  margin: 60px 0px;
}

.pagination__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #212631;
}

.pagination__item {
  margin: 5px;
}

.pagination__link {
  color: inherit;
  padding: 6px 9px;
  display: block;
  line-height: 1;
  border: solid 2px transparent;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.pagination__link:hover {
  text-decoration: none;
  background: rgba(238, 238, 238, 0.5);
}

.pagination__item--page .pagination__link {
  border-color: #212631;
}

/* Colors */
/* BREAKPOINTS */
/* Colors */
/* BREAKPOINTS */
body {
  --color-primary: #3b85ff;
  --color-dark: #00207a;
}

/* Colors */
/* BREAKPOINTS */
.tabs__nav {
  padding: 20px;
}

.tabs__nav-item {
  display: inline-block;
}

.tabs__nav-link {
  text-decoration: none;
}

.tabs__nav-link.is-current {
  text-decoration: underline;
}

.tabs__content-item {
  display: none;
}

html.no-js .tabs__content-item, .tabs__content-item.is-open {
  display: block;
}

.tabs__content-inner {
  padding: 20px;
}

/* Colors */
/* BREAKPOINTS */
/* Colors */
/* BREAKPOINTS */
body {
  --color-primary: #3b85ff;
  --color-dark: #00207a;
}

/* Colors */
/* BREAKPOINTS */
.brands {
  background: url(../img/wave-silver.svg) no-repeat center 80%;
  margin: 40px 0;
}

.brands__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0px -20px;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
  border-top: solid 2px #eeeeee;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home .brands__list {
  border-top: none 0px;
}

.brands__item {
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin: 20px;
}

.brands__logo {
  display: block;
  transition: all 0.3s ease;
  max-width: 100%;
}

.brands__link:hover .brands__logo {
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
}

.brands__link {
  display: block;
}

/* Colors */
/* BREAKPOINTS */
/* Colors */
/* BREAKPOINTS */
body {
  --color-primary: #3b85ff;
  --color-dark: #00207a;
}

/* Colors */
/* BREAKPOINTS */
.home-calendar {
  background: #eeeeee url(../img/wave-light.svg) no-repeat center 60px;
  overflow: hidden;
  padding: 40px 0;
  margin: 40px 0;
}

.home-calendar__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 40px -10px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.home-calendar__item {
  -webkit-flex: 1 1 200px;
      -ms-flex: 1 1 200px;
          flex: 1 1 200px;
  margin: 10px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 10px;
  padding: 40px 30px;
  padding-bottom: 30px;
  position: relative;
}

.home-calendar__item--compact {
  padding-bottom: 80px;
}

.home-calendar__date {
  font-size: 12px;
  color: #212631;
  position: relative;
}

.home-calendar__date span {
  font-size: 28px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  margin-right: 6px;
}

.home-calendar__date strong {
  font-size: 14px;
  letter-spacing: 0.5px;
  padding: 5px 0px;
  display: block;
}

.home-calendar__title {
  padding: 10px 0px;
  font-size: 18px;
  color: #212631;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 20px;
  min-width: 200px;
  -webkit-font-smoothing: antialiased;
}

.home-calendar__title a {
  color: inherit;
}

.home-calendar__link {
  position: absolute;
  left: 30px;
  bottom: 30px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #212631;
  box-shadow: #eeeeee 0px -6px 0px inset;
  transition: all 0.3s ease;
  padding: 2px 0px;
}

.home-calendar__link:hover {
  text-decoration: none;
  box-shadow: #eeeeee 0px -20px 0px inset;
}

.home-calendar__meta {
  font-size: 12px;
  text-transform: uppercase;
  color: #212631;
  letter-spacing: 1px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 5px 0px;
}

.home-calendar__meta-item {
  margin-right: 20px;
  margin-bottom: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
}

.home-calendar__category-image {
  margin-right: 8px;
}

.home-calendar__more {
  text-align: center;
  font-size: 14px;
  margin: 40px 0px;
  margin-bottom: 20px;
}

/* Colors */
/* BREAKPOINTS */
/* Colors */
/* BREAKPOINTS */
body {
  --color-primary: #3b85ff;
  --color-dark: #00207a;
}

/* Colors */
/* BREAKPOINTS */
.filter {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 14px;
  line-height: 1.2;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  color: #212631;
}

.filter__item {
  margin: 10px 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.filter__inputs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.filter__find {
  border: solid 1px #dddddd;
  padding: 13px;
  width: 220px;
  max-width: 100%;
  height: 44px;
}

.filter__select {
  position: relative;
}

.filter__select-placeholder {
  width: 220px;
  max-width: 100%;
  height: 44px;
  padding: 13px;
  padding-right: 30px;
  border: solid 1px #dddddd;
  display: block;
  color: #212631;
  transition: all 0.3s ease;
}

.filter__select-placeholder:hover {
  text-decoration: none;
  background: rgba(238, 238, 238, 0.5);
}

.filter__select-placeholder:after {
  content: "";
  background: url(../img/menu-down.svg);
  position: absolute;
  width: 10px;
  height: 6px;
  top: 0px;
  bottom: 0px;
  right: 15px;
  margin: auto;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.filter__select-placeholder.js-active:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.filter__select-list {
  position: absolute;
  z-index: 50;
  top: 90%;
  left: -3%;
  min-width: 106%;
  max-width: 130%;
  padding: 10px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 10px;
  display: none;
}

.filter__select-list.js-visible {
  display: block;
  -webkit-animation: fadedown 0.3s ease;
          animation: fadedown 0.3s ease;
}

.filter__select-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.filter__select-label {
  display: block;
  padding: 15px;
  padding-left: 40px;
  position: relative;
}

.filter__select-label:hover {
  cursor: pointer;
  background: rgba(238, 238, 238, 0.5);
}

.filter__select-label:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  height: 20px;
  width: 20px;
  border: solid 1px #cccccc;
}

.filter__select-label:after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 16px;
  height: 12px;
  width: 7px;
  border-right: solid 2px #212631;
  border-bottom: solid 2px #212631;
  margin: auto;
  -webkit-transform: rotate(38deg);
      -ms-transform: rotate(38deg);
          transform: rotate(38deg);
  -webkit-transform-origin: 80% 50%;
      -ms-transform-origin: 80% 50%;
          transform-origin: 80% 50%;
  opacity: 0;
  transition: all 0.2s ease;
}

.filter__select-checkbox:checked + .filter__select-label:after {
  opacity: 1;
}

.filter__select-item + .filter__select-item {
  border-top: solid 1px #eeeeee;
}

.filter__label {
  display: block;
  margin: 5px 0px;
  margin-right: 10px;
}

.filter__date {
  border: solid 1px #dddddd;
  padding: 13px;
  max-width: 50%;
  height: 44px;
  width: 140px;
  position: relative;
  background: url(../img/calendar-silver.svg) no-repeat 90% center;
}

.filter__date-sep {
  margin: 0px 5px;
}

/* Colors */
/* BREAKPOINTS */
/* Colors */
/* BREAKPOINTS */
body {
  --color-primary: #3b85ff;
  --color-dark: #00207a;
}

/* Colors */
/* BREAKPOINTS */
.main-footer {
  background: #212631;
}

.main-footer__logo-image {
  margin: auto;
  display: block;
  border: solid 8px #fff;
  border-radius: 100px;
  background: #fff;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.main-footer__row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0px -30px;
}

.main-footer__col {
  -webkit-flex: 1 1 300px;
      -ms-flex: 1 1 300px;
          flex: 1 1 300px;
  margin: 20px 30px;
}

.main-footer__col:last-child {
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin-left: auto;
}

.main-footer__col--links {
  -webkit-flex: 2 2 300px;
      -ms-flex: 2 2 300px;
          flex: 2 2 300px;
}

.main-footer__title {
  color: #cccccc;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.5;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  margin-bottom: 30px;
}

.footer-menu {
  font-size: 14px;
  line-height: 1.2;
}

.footer-menu__link {
  color: #eeeeee;
  display: block;
  padding: 10px 0px;
}

.footer-menu__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer-menu__item {
  -webkit-flex: 1 1 180px;
      -ms-flex: 1 1 180px;
          flex: 1 1 180px;
  margin-right: 30px;
  position: relative;
}

.footer-menu__item:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0px;
  bottom: 0px;
  height: 5px;
  width: 5px;
  background: #eeeeee;
  border-radius: 5px;
  margin: auto;
  margin-right: 8px;
}

.footer-contact {
  color: #eeeeee;
  font-size: 14px;
}

.footer-contact__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-contact__caption {
  -webkit-flex: 0 0 90px;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
  font-size: 12px;
  margin-right: 20px;
}

.footer-contact__link, .footer-contact a {
  padding: 8px 0px;
  display: block;
  color: #eeeeee;
}

.footer-contact__info {
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.find {
  position: relative;
  margin-top: 46px;
}

.find__submit {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 40px;
  border: none 0px;
  background: url(../img/find.svg) no-repeat center;
  cursor: pointer;
}

.find__input {
  padding: 12px;
  padding-right: 40px;
  font: inherit;
  border: none 0px;
  font-size: 14px;
  width: 200px;
  max-width: 100%;
  background: #fbfbfb;
}

.social {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 20px 0px;
  margin-right: -5px;
}

.social__link {
  display: block;
  padding: 5px;
}

.social__link:hover img {
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
}

.social__link img {
  display: block;
  transition: all 0.3s ease;
}

.main-footer__copy {
  text-align: center;
  font-size: 12px;
  color: #cccccc;
  opacity: 0.4;
  padding: 30px;
  position: relative;
}

.wsi {
  position: absolute;
  right: 0px;
  color: rgba(248, 243, 218, 0.4);
  font-size: 11px;
  letter-spacing: 1px;
}

.main-footer {
  background: #528ec9;
}

.main-footer__row {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-contact__item {
  display: block;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin: 5px 0;
  margin-right: 30px;
  float: left;
  line-height: 1.4;
}

.footer-contact__caption {
  float: left;
  margin-right: 10px;
  font-size: 14px;
}

.footer-contact__info {
  overflow: hidden;
}

.footer-contact a {
  padding: 0;
}

@media (max-width: 767px) {
  .main-footer__row {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0px;
  }
}

/* Colors */
/* BREAKPOINTS */
/* Colors */
/* BREAKPOINTS */
body {
  --color-primary: #3b85ff;
  --color-dark: #00207a;
}

/* Colors */
/* BREAKPOINTS */
.logo {
  max-width: 26%;
}

.main-menu-trigger, .languages-trigger {
  display: none;
}

.main-header {
  background: url(../img/wave-silver.svg) no-repeat bottom;
  padding-bottom: 40px;
  position: relative;
  z-index: 10;
}

.main-header:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 40px;
  background: rgba(255, 255, 255, 0.7);
  z-index: 1;
}

.main-header__top {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
  position: relative;
  z-index: 3;
}

.languages {
  margin-right: -10px;
  margin-left: 30px;
}

.languages__close {
  display: none;
}

.languages__link {
  display: block;
  padding: 10px;
}

.languages__link:hover img {
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
}

.languages__item {
  float: left;
}

.languages__image {
  display: block;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 3px;
  transition: all 0.3s ease;
}

.main-header__bottom {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 2px #eeeeee;
  padding-bottom: 20px;
  margin-top: 20px;
  position: relative;
  z-index: 2;
}

.main-header {
  background: none;
}

.main-header__bottom {
  border-bottom: solid 2px #528ec9;
}

.main-header__shortcuts {
  position: relative;
}

.main-header__shortcuts-trigger {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
  display: block;
  padding: 10px 12px;
  border: solid 1px #eeeeee;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  transition: all 0.3s ease;
  color: #212631;
}

.main-header__shortcuts-trigger:hover, .main-header__shortcuts-trigger.js-active {
  background: #eeeeee;
  text-decoration: none;
}

.main-header__shortcuts-trigger.js-active .main-header__shortcuts-arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.main-header__shortcuts-arrow {
  fill: #cccccc;
  margin-left: 6px;
  display: block;
  height: 5px;
  width: 8px;
}

.shortcuts {
  position: absolute;
  right: 0px;
  top: 100%;
  background: #eeeeee;
  width: 210px;
  font-size: 14px;
  line-height: 1.2;
  padding: 12px;
  display: none;
  z-index: 10;
}

.shortcuts.js-visible {
  display: block;
  -webkit-animation: fadedown 0.3s ease;
          animation: fadedown 0.3s ease;
}

.shortcuts__item + .shortcuts__item {
  border-top: solid 1px #dddddd;
}

.shortcuts__link {
  display: block;
  padding: 12px;
  color: #212631;
}

.main-menu {
  margin-right: -20px;
}

.main-menu__close {
  display: none;
}

.main-menu__item {
  float: left;
  position: relative;
  transition: all 0.3s ease;
}

.main-menu__item:hover {
  background: #eeeeee;
}

.main-menu__item--haschildren > .main-menu__link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-menu__item--haschildren > .main-menu__link:after {
  content: "";
  background: url(../img/menu-down.svg) no-repeat center;
  width: 10px;
  height: 6px;
  margin-left: 6px;
}

.main-menu__link {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  display: block;
  padding: 15px 20px;
  color: #212631;
}

.is-current > .main-menu__link {
  color: #0072ce;
}

.is-current > .main-menu__link {
  color: #528ec9;
}

@media (min-width: 768px) {
  .main-menu__sublist {
    position: absolute;
    left: 0px;
    top: 100%;
    background: #eeeeee;
    padding: 10px;
    font-size: 14px;
    min-width: 100%;
    z-index: 100;
    display: none;
  }
  .main-menu__item:last-child > .main-menu__sublist, .main-menu__item:nth-last-child(2) > .main-menu__sublist {
    left: auto;
    right: 0px;
  }
  .main-menu__item:hover > .main-menu__sublist {
    display: block;
    -webkit-animation: fadedown 0.3s ease;
            animation: fadedown 0.3s ease;
  }
  .main-menu__sublink {
    font-weight: 600;
    color: #212631;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 14px 10px;
    display: block;
    line-height: 1.2;
    white-space: nowrap;
  }
  .is-current > .main-menu__sublink {
    color: #0072ce;
  }
  .main-menu__subitem {
    display: block;
  }
  .main-menu__subitem + .main-menu__subitem {
    border-top: solid 1px #dddddd;
  }
  .main-menu__sublist-trigger {
    display: none;
  }
}

@media (max-width: 1170px) {
  .main-menu__link {
    padding: 15px;
  }
  .main-menu {
    margin-right: -15px;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .main-header {
    margin-top: 20px;
  }
  .main-header .h-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 2;
  }
  .main-header__top {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin: 0px;
    padding: 10px 0px;
    border-bottom: solid 2px #eeeeee;
    z-index: auto;
  }
  .main-header__bottom {
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin: 0px;
    padding: 10px 0px;
    z-index: auto;
  }
  .logo {
    margin: 0px;
    max-width: 90%;
  }
  .logo__img {
    max-height: 40px;
  }
  .main-menu {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: auto;
    background: #eeeeee;
    z-index: 10000;
    margin: 0px;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    transition: all 0.3s ease;
    z-index: 10000;
  }
  .main-menu.js-visible {
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
  }
  .main-menu__list {
    padding: 30px 10%;
    margin-top: 30px;
  }
  .main-menu__item {
    float: none;
    display: block;
    padding: 5px 0px;
  }
  .main-menu__item + .main-menu__item {
    border-top: solid 1px #cccccc;
  }
  .languages {
    position: fixed;
    top: 0px;
    max-width: 100%;
    bottom: 0px;
    right: 0px;
    background: #eeeeee;
    padding: 0px;
    margin: 0px;
    z-index: 100;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    transition: all 0.3s ease;
  }
  .languages.js-visible {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .languages__list {
    margin-top: 30px;
    padding: 30px 20px;
  }
  .languages__item {
    float: none;
    display: block;
  }
  .languages__link {
    padding: 15px 20px;
  }
  .languages__image {
    margin: auto;
  }
  .main-menu-trigger, .languages-trigger {
    display: block;
  }
  .languages-trigger {
    height: 40px;
    width: 40px;
    font-size: 0px;
    display: block;
    background: url(../img/lang.svg) no-repeat center;
    margin-left: 20px;
  }
  .main-menu-trigger {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
    display: block;
    padding: 10px 12px;
    border: solid 1px #eeeeee;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    transition: all 0.3s ease;
    color: #212631;
    margin-right: 20px;
  }
  .main-menu-trigger:after {
    content: "";
    height: 14px;
    width: 16px;
    margin-left: 10px;
    background: linear-gradient(0deg, #212631 0px, #212631 2px, transparent 2px, transparent 6px, #212631 6px, #212631 8px, transparent 8px, transparent 12px, #212631 12px, #212631 14px);
  }
  .main-menu-trigger:hover {
    background: #eeeeee;
    text-decoration: none;
  }
  .main-menu__item--haschildren > .main-menu__link {
    display: block;
  }
  .main-menu__item--haschildren > .main-menu__link:after {
    display: none;
  }
  .main-menu__item--haschildren {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .main-menu__link {
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .main-menu__sublist-trigger {
    -webkit-flex: 0 0 30px;
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;
    width: 30px;
    border: solid 1px #cccccc;
    background: url(../img/menu-down.svg) no-repeat center;
    margin: 6px;
    margin-left: 0px;
  }
  .main-menu__sublist-trigger.js-active {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .main-menu__sublink {
    color: #212631;
    display: block;
    padding: 10px 15px;
  }
  .is-current > .main-menu__sublink {
    color: #0072ce;
  }
  .main-menu__sublist {
    display: none;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-bottom: 10px;
  }
  .main-menu__sublist.js-visible {
    display: block;
  }
  .main-menu__close, .languages__close {
    position: absolute;
    display: block;
    top: 5px;
    right: 5px;
    height: 50px;
    width: 50px;
  }
  .main-menu__close:after, .main-menu__close:before, .languages__close:after, .languages__close:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    margin: auto;
    height: 2px;
    width: 18px;
    background: #212631;
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .main-menu__close:before, .languages__close:before {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .logo {
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-right: 20px;
  }
  .main-menu-trigger {
    margin-right: 0;
  }
  .languages-trigger {
    margin-left: 10px;
  }
}

@media (max-width: 629px) {
  .main-header .h-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main-header__bottom {
    border: none 0px;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main-header__top {
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* Colors */
/* BREAKPOINTS */
/* Colors */
/* BREAKPOINTS */
body {
  --color-primary: #3b85ff;
  --color-dark: #00207a;
}

/* Colors */
/* BREAKPOINTS */
.popular {
  margin: 40px 0;
  padding-bottom: 40px;
}

.popular__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0px -20px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.popular__item {
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 10px 20px;
  text-align: center;
}

.popular__link {
  color: #212631;
  display: block;
}

.popular__link:hover {
  text-decoration: none;
}

.popular__icon {
  max-height: 60px;
  max-width: 60px;
  display: block;
  margin: 0px auto;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.popular__link:hover .popular__icon {
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
}

.popular__title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  color: inherit;
  text-align: center;
  box-shadow: #eeeeee 0px 0px 0px inset;
  transition: all 0.4s ease;
}

.popular__link:hover .popular__title {
  box-shadow: #eeeeee 0px -24px inset;
}

@media (max-width: 1023px) {
  .popular__icon {
    max-width: 40px;
    max-height: 40px;
  }
}

@media (max-width: 629px) {
  .popular__icon {
    max-height: 30px;
    max-width: 30px;
  }
}

/* Colors */
/* BREAKPOINTS */
/* Colors */
/* BREAKPOINTS */
body {
  --color-primary: #3b85ff;
  --color-dark: #00207a;
}

/* Colors */
/* BREAKPOINTS */
.events {
  margin: 40px 0;
}

.events__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -15px;
}

.events__item {
  -webkit-flex: 1 1 260px;
      -ms-flex: 1 1 260px;
          flex: 1 1 260px;
  margin: 15px;
  background: #eeeeee;
  padding: 30px;
  position: relative;
  padding-bottom: 40px;
}

.events__item--compact {
  padding-bottom: 80px;
}

.events__item:hover .events__link {
  text-decoration: none;
  box-shadow: #dddddd 0px -20px 0px inset;
}

.events__date {
  font-size: 12px;
  color: #212631;
  position: relative;
}

.events__date span {
  font-size: 28px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  margin-right: 6px;
}

.events__date em {
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 10px;
}

.events__date strong {
  font-size: 13px;
  letter-spacing: 0.5px;
  padding: 3px 0px;
  border-radius: 4px;
  display: block;
}

.events__title {
  padding: 10px 0px;
  font-size: 18px;
  color: #212631;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 20px;
  -webkit-font-smoothing: antialiased;
}

.events__title a {
  color: inherit;
}

.events__title a:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
}

.events__link {
  position: absolute;
  left: 30px;
  bottom: 30px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #212631;
  box-shadow: #dddddd 0px -6px 0px inset;
  transition: all 0.3s ease;
  padding: 2px 0px;
}

.events__link:hover {
  text-decoration: none;
  box-shadow: #dddddd 0px -20px 0px inset;
}

.events__meta {
  font-size: 12px;
  text-transform: uppercase;
  color: #212631;
  letter-spacing: 1px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 5px 0px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.events__meta-item {
  margin-right: 20px;
  margin-bottom: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
}

.events__category-image {
  margin-right: 8px;
}

.events__more {
  text-align: center;
  font-size: 14px;
  margin: 40px 0px;
  margin-bottom: 20px;
}

.fancybox-slide .events__modal {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 10px;
  max-width: 90%;
  width: 800px;
  padding: 50px;
}

.events__modal-date {
  display: block;
  font-size: 16px;
  text-align: center;
}

.events__modal-date em {
  display: inline-block;
  margin-left: 20px;
}

.events__modal-title {
  font-size: 26px;
  margin: 15px 0px;
  text-align: center;
  line-height: 1.2;
  font-weight: 700;
  color: #212631;
}

.events__meta--center {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 20px 0px;
}

.events__meta--center .events__meta-item {
  margin: 5px 10px;
}

.events__modal-text {
  font-size: 14px;
  line-height: 1.6;
  overflow: hidden;
}

.events__modal-text p, .events__modal-text h2, .events__modal-text h3, .events__modal-text h4, .events__modal-text h5, .events__modal-text h6, .events__modal-text ul, .events__modal-text ol {
  margin: 20px 0px;
}

.events__modal-text strong {
  font-weight: 700;
}

.events__modal-text em {
  font-style: italic;
}

.events__modal-text h2 {
  font-weight: 700;
  line-height: 1.2;
  font-size: 20px;
}

.events__modal-text h3 {
  font-weight: 700;
  line-height: 1.2;
  font-size: 16px;
}

.events__modal-footer {
  text-align: center;
}

.events__modal-more {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #212631;
  box-shadow: #eeeeee 0px -6px 0px inset;
  transition: all 0.3s ease;
}

.events__modal-more:hover {
  text-decoration: none;
  box-shadow: #eeeeee 0px -20px 0px inset;
}

/* Colors */
/* BREAKPOINTS */
/* Colors */
/* BREAKPOINTS */
body {
  --color-primary: #3b85ff;
  --color-dark: #00207a;
}

/* Colors */
/* BREAKPOINTS */
.home-news {
  margin: 40px 0;
  background: url(../img/wave-silver.svg) no-repeat bottom;
  padding-bottom: 30px;
}

.home-news__row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-news__row .home-news__row {
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.home-news__row + .home-news__row {
  margin-top: 20px;
}

.home-news__row--small {
  margin-left: -20px;
  margin-right: -20px;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.home-news__row--small .home-news__col {
  margin: 20px;
  position: relative;
  -webkit-flex: 1 1 250px;
      -ms-flex: 1 1 250px;
          flex: 1 1 250px;
}

.home-news__caption {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 10px;
  margin-right: -60px;
  position: relative;
  z-index: 1;
  padding: 50px;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.home-news__caption .button {
  font-size: 14px;
  margin-top: 12%;
}

.home-news__caption--small {
  padding: 25px 40px;
  padding-right: 25px;
  margin-right: 0px;
  margin-left: -10px;
}

.home-news__visual {
  -webkit-flex: 0 1 65.625%;
      -ms-flex: 0 1 65.625%;
          flex: 0 1 65.625%;
}

.home-news__visual-small {
  max-width: 30%;
  position: relative;
  z-index: 2;
  margin-top: 10px;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.home-news__image {
  max-height: 580px;
  display: block;
}

.home-news__meta {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #212631;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-news__meta--small {
  font-size: 11px;
}

.home-news__meta--small .home-news__category-icon {
  max-height: 14px;
}

.home-news__category {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: solid 2px #dddddd;
  margin: 5px 0px;
  padding-right: 10px;
  margin-right: 10px;
}

.home-news__category-icon {
  margin-right: 8px;
}

.home-news__title {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  color: #212631;
  margin: 10px 0px;
  padding: 10px 0px;
  margin-top: 12%;
}

.home-news__title a {
  color: inherit;
}

.home-news__title--small {
  font-size: 16px;
  margin: 5px 0px;
}

.home-news__excerpt {
  font-size: 14px;
  line-height: 1.6;
  margin: 10px 0px;
}

.home-news__more {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #212631;
  box-shadow: #eeeeee 0px -6px 0px inset;
  transition: all 0.3s ease;
}

.home-news__more:after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}

.home-news__more:hover {
  text-decoration: none;
  box-shadow: #eeeeee 0px -20px 0px inset;
}

@media (max-width: 1170px) {
  .home-news__row--content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .home-news__row--content .home-news__caption {
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-left: 0px;
    padding: 25px;
    padding-bottom: 20px;
  }
  .home-news__row--content .home-news__visual-small {
    margin-left: 25px;
    max-width: 35%;
    margin-bottom: -8px;
  }
}

@media (max-width: 1023px) {
  .home-news__row--big {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .home-news__row--big .home-news__caption {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-left: 25px;
    margin-right: 25px;
    margin-top: -6vw;
    padding: 30px;
  }
  .home-news__row--big .home-news__visual {
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    overflow: hidden;
    max-height: 50vh;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home-news__row--big .home-news__title {
    margin: 0px;
    font-size: 24px;
  }
  .home-news__row--big .button {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .home-news__row--small {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .home-news {
    margin-top: -10px;
    position: relative;
    z-index: 1;
  }
}

@media (max-width: 629px) {
  .home-news__row--big .home-news__caption {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
  }
  .home-news__row--big .home-news__title {
    font-size: 20px;
  }
}

/* Colors */
/* BREAKPOINTS */
/* Colors */
/* BREAKPOINTS */
body {
  --color-primary: #3b85ff;
  --color-dark: #00207a;
}

/* Colors */
/* BREAKPOINTS */
.home-news--support {
  background: none;
  padding-bottom: 0;
}

.home-news__caption--support {
  padding-left: 25px;
}

.home-news__footer {
  text-align: center;
  margin: 20px 0;
}

.hero {
  overflow: hidden;
  background: no-repeat center;
  background-size: cover;
  padding: 150px 0;
  padding: calc(6vw + 50px) 0;
  padding-bottom: calc(6vw + 100px);
  margin-top: -40px;
  margin-bottom: -100px;
  position: relative;
}

.hero:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: ;
  opacity: 0.8;
}

.hero__title {
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  margin: 40px 0;
  position: relative;
  z-index: 5;
}

.hero p {
  text-align: center;
  position: relative;
  z-index: 5;
}

.home-content {
  margin: 60px 0;
}

.home-content__text {
  max-width: 640px;
  margin: auto;
}

.home-content__footer {
  text-align: center;
}

@media (max-width: 629px) {
  .hero__title {
    font-size: 36px;
  }
}

/* Colors */
/* BREAKPOINTS */
/* Colors */
/* BREAKPOINTS */
body {
  --color-primary: #3b85ff;
  --color-dark: #00207a;
}

/* Colors */
/* BREAKPOINTS */
.content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sidebar {
  -webkit-flex: 0 1 360px;
      -ms-flex: 0 1 360px;
          flex: 0 1 360px;
  margin-right: 7%;
  max-width: 35%;
}

.content-text {
  -webkit-flex: 0 2 840px;
      -ms-flex: 0 2 840px;
          flex: 0 2 840px;
}

.content-text--small {
  -webkit-flex-basis: 670px;
      -ms-flex-preferred-size: 670px;
          flex-basis: 670px;
}

.submenu {
  background: #eeeeee;
  padding: 30px 50px;
  padding-right: 20px;
}

.submenu__item {
  position: relative;
}

.submenu__link {
  font-size: 16px;
  font-weight: 600;
  color: #212631;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.2;
  display: block;
  padding: 12px;
}

.is-current > .submenu__link {
  text-decoration: underline;
}

.submenu__sublist {
  margin: 0px 12px;
  overflow: hidden;
  box-sizing: content-box;
  max-height: 0px;
  transition: all 0.3s ease;
}

.submenu__sublist.js-visible {
  max-height: 500px;
  padding-bottom: 10px;
}

.submenu__sublist-trigger {
  height: 20px;
  width: 20px;
  border: solid 2px #212631;
  display: block;
  border-radius: 4px;
  position: absolute;
  right: 100%;
  top: 11px;
  transition: all 0.3s ease;
}

.submenu__sublist-trigger:hover {
  background: #212631;
}

.submenu__sublist-trigger:hover:before, .submenu__sublist-trigger:hover:after {
  background-color: #fff;
}

.submenu__sublist-trigger:after, .submenu__sublist-trigger:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background: #212631;
  border-radius: 2px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  transition: all 0.3s ease;
}

.submenu__sublist-trigger:before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.submenu__sublist-trigger.js-active:before {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.submenu__sublink {
  color: #212631;
  font-size: 14px;
  line-height: 1.2;
  display: block;
  padding: 6px;
  padding-left: 20px;
  position: relative;
}

.is-current > .submenu__sublink {
  text-decoration: underline;
}

.submenu__sublink:before {
  content: "";
  position: absolute;
  left: 8px;
  top: 0px;
  bottom: 0px;
  height: 4px;
  width: 4px;
  background: #212631;
  border-radius: 10px;
  margin: auto;
}

.submenu {
  background: #528ec9;
}

.submenu__sublist-trigger {
  border-color: #fff;
}

.submenu__sublist-trigger:before, .submenu__sublist-trigger:after {
  background: #fff;
}

.submenu__link, .submenu__sublink {
  color: #fff;
}

.submenu__link:before, .submenu__sublink:before {
  background: #fff;
}

@media (max-width: 1170px) {
  .submenu__link {
    font-size: 14px;
    padding: 14px 12px;
  }
  .submenu__sublink {
    font-size: 13px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

@media (max-width: 1023px) {
  .submenu {
    padding: 20px 40px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: -10px;
  }
  .content-text {
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .sidebar {
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: none;
    margin-right: 0px;
  }
  .submenu__item:not(.is-current), .submenu__item:not(.submenu__item--haschildren) {
    display: none;
  }
  .submenu__sublist-trigger {
    display: none;
  }
  .submenu {
    padding: 0px;
  }
  .submenu__item.is-current.submenu__item--haschildren {
    padding: 20px;
  }
  .submenu__sublist {
    margin: 0px;
    padding: 0px;
    max-height: none;
    display: none;
  }
  .submenu__sublist.js-visible {
    padding: 0px;
    display: block;
    max-height: none;
  }
  .submenu__subitem {
    float: left;
    margin: 0px 5px;
  }
  .submenu__sublink {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/* Colors */
/* BREAKPOINTS */
/* Colors */
/* BREAKPOINTS */
body {
  --color-primary: #3b85ff;
  --color-dark: #00207a;
}

/* Colors */
/* BREAKPOINTS */
.content__menu-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.content__menu-item {
  -webkit-flex: 0 1 25%;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
}

.content__menu-link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
  background: no-repeat center;
  border: solid 10px white;
  margin: 15px;
  box-shadow: rgba(0, 0, 0, 0.07) 0 4px 10px, rgba(255, 255, 255, 0.9) 0 0 0 300px inset;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.3s ease;
  min-height: 160px;
}

.content__menu-link:hover {
  box-shadow: rgba(0, 0, 0, 0.07) 0 4px 10px, rgba(255, 255, 255, 0) 0 0 0 300px inset;
  text-decoration: none;
}

/* Colors */
/* BREAKPOINTS */
/* Colors */
/* BREAKPOINTS */
body {
  --color-primary: #3b85ff;
  --color-dark: #00207a;
}

/* Colors */
/* BREAKPOINTS */

/* Colors */
/* BREAKPOINTS */
/* Colors */
/* BREAKPOINTS */
body {
  --color-primary: #3b85ff;
  --color-dark: #00207a;
}

/* Colors */
/* BREAKPOINTS */
.news {
  margin: 40px 0;
}

.news__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: -15px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.news__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 15px;
  -webkit-flex: 1 1 300px;
      -ms-flex: 1 1 300px;
          flex: 1 1 300px;
}

.news__caption {
  background: #eeeeee;
  margin-right: -60px;
  position: relative;
  z-index: 1;
  -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

.news__caption .button {
  font-size: 14px;
  margin-top: 12%;
}

.news__caption--small {
  padding: 25px 30px;
  padding-left: 35px;
  margin-right: 0px;
  margin-left: -10px;
}

.news__visual {
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  max-width: 65.625%;
}

.news__visual-small {
  position: relative;
  z-index: 2;
  margin-top: 10px;
  -webkit-flex: 0 1 30%;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
  max-width: 122px;
}

.news__image {
  display: block;
}

.news__meta {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #212631;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.news__meta--small {
  font-size: 11px;
}

.news__meta--small .news__category-icon {
  max-height: 14px;
}

.news__category {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: solid 2px #dddddd;
  padding-right: 15px;
  margin-right: 15px;
  margin-bottom: 5px;
}

.news__date {
  margin-bottom: 5px;
  display: block;
}

.news__category-icon {
  margin-right: 8px;
}

.news__title {
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  color: #212631;
  margin: 10px 0px;
  padding: 10px 0px;
  margin-top: 12%;
}

.news__title a {
  color: inherit;
}

.news__title--small {
  font-size: 16px;
  margin: 5px 0px;
}

.news__excerpt {
  font-size: 14px;
  line-height: 1.6;
  margin: 10px 0px;
}

.news__more {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #212631;
  box-shadow: #dddddd 0px -6px 0px inset;
  transition: all 0.3s ease;
}

.news__more:after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}

.news__more:hover {
  text-decoration: none;
  box-shadow: #dddddd 0px -20px 0px inset;
}

.no-search-result-message {
  width: 100%;
  text-align: center;
}

/* Colors */
/* BREAKPOINTS */
/* Colors */
/* BREAKPOINTS */
body {
  --color-primary: #3b85ff;
  --color-dark: #00207a;
}

/* Colors */
/* BREAKPOINTS */
.news-image {
  float: right;
  max-width: 60%;
  margin-left: 30px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.news-image__image {
  display: block;
  max-width: 100%;
}

.fb-like {
  margin: 30px 0px;
}

.news__meta--article {
  margin-top: -15px;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .news-article-sidebar {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 40px;
  }
}

@media (max-width: 1170px) {
  .news-image {
    max-width: 50%;
  }
}

@media (max-width: 629px) {
  .news-image {
    max-width: none;
    float: none;
    margin: 0px;
  }
}

/* Colors */
/* BREAKPOINTS */
/* Colors */
/* BREAKPOINTS */
body {
  --color-primary: #3b85ff;
  --color-dark: #00207a;
}

/* Colors */
/* BREAKPOINTS */
.people {
  margin: 40px 0;
}

.people__placeholder {
  fill: #dddddd;
}

.people__photo {
  position: absolute;
  left: -110px;
  width: 120px;
  border-radius: 100%;
  top: 15px;
}

.people__modal-position {
  text-align: center;
  font-size: 16px;
}

.people__meta {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 14px;
  margin-top: 30px;
}

.people__meta-item {
  padding: 6px 15px;
  position: relative;
}

.people__meta-item a {
  color: inherit;
}

.people__meta-item + .people__meta-item:before {
  content: "";
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 0;
  border-right: solid 1px;
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.people__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -15px;
}

.people__item {
  background: #eeeeee;
  -webkit-flex: 1 1 280px;
      -ms-flex: 1 1 280px;
          flex: 1 1 280px;
  max-width: calc(50% - 30px);
  padding: 25px 30px;
  margin: 15px;
  font-size: 14px;
  line-height: 1.2;
  position: relative;
  padding-bottom: 65px;
}

.people__item--photo {
  margin-left: 125px;
  max-width: calc(50% - 140px);
}

.people__item {
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.07) 0 4px 10px;
}

.people__placeholder {
  fill: #528ec9;
}

.people__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin: 10px 0px;
  margin-bottom: 3px;
}

.people__position {
  opacity: 0.7;
  font-size: 13px;
  line-height: 1.4;
}

.people__email, .people__item a {
  display: block;
  color: #212631;
  margin-top: 20px;
  margin-bottom: 5px;
}

.people__phone {
  color: #212631;
  display: block;
}

.people__bday {
  background: url(../img/cake.svg) no-repeat left bottom;
  padding-left: 26px;
  padding-top: 12px;
  line-height: 1;
  position: absolute;
  bottom: 25px;
}

.people__consult {
  margin: 10px 0px;
}

.people__consult-title {
  opacity: 0.7;
  font-size: 13px;
}

.js-loading {
  opacity: 0.25;
  transition: all 0.2s ease;
}

@media (max-width: 1023px) {
  .people__item {
    max-width: none;
  }
}

@media (max-width: 629px) {
  .people__item--photo {
    margin-left: 70px;
  }
  .people__photo {
    width: 80px;
    left: -70px;
  }
}

/* Colors */
/* BREAKPOINTS */
/* Colors */
/* BREAKPOINTS */
body {
  --color-primary: #3b85ff;
  --color-dark: #00207a;
}

/* Colors */
/* BREAKPOINTS */
.search-title {
  font-weight: 400;
  display: block;
  margin: 10px 0px;
  font-size: 0.7em;
}

.search__list {
  max-width: 760px;
  margin: 0px auto;
}

.search__title {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0px;
}

.search__text {
  margin: 10px 0px;
  line-height: 1.4;
}

.search__link {
  color: #000;
}

.search__item {
  padding: 15px 0px;
}

.search__item + .search__item {
  border-top: solid 1px #dddddd;
}

.search-more {
  text-align: center;
  margin: 40px 0px;
}

.cut-text {
  text-overflow: ellipsis;
  position: relative;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}

.cut-text:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  background: linear-gradient(to left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

/* Colors */
/* BREAKPOINTS */
/* Colors */
/* BREAKPOINTS */
body {
  --color-primary: #3b85ff;
  --color-dark: #00207a;
}

/* Colors */
/* BREAKPOINTS */
.h-wrap {
  max-width: 1340px;
  padding: 0px 30px;
  margin: auto;
}

body {
  overflow-x: hidden;
}

button {
  border: 0;
}

a {
  color: #0072ce;
  text-decoration: none;
}

a:focus {
  outline: none 0px;
}

a:hover {
  text-decoration: underline;
}

.more {
  text-transform: uppercase;
  font-weight: 700;
  color: #528ec9;
  font-size: 16px;
}

.button {
  display: inline-block;
  background: #212631;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  padding: 14px 25px;
  -webkit-font-smoothing: antialiased;
  -webkit-animation: offbutton 0.3s ease;
          animation: offbutton 0.3s ease;
  transition: all 0.3s ease;
  border: none 0px;
  -webkit-appearance: none;
  cursor: pointer;
}

.button:focus {
  outline: none 0px;
}

.button:hover {
  text-decoration: none;
  background: #eeeeee;
  background-position: 99%;
  color: #212631;
  -webkit-animation: onbutton 0.3s ease;
          animation: onbutton 0.3s ease;
  cursor: pointer;
}

.button--blue {
  background: #0072ce;
  -webkit-animation: offbuttonblue 0.3s ease;
          animation: offbuttonblue 0.3s ease;
}

.button--blue:hover {
  background: #eeeeee;
  -webkit-animation: onbuttonblue 0.3s ease;
          animation: onbuttonblue 0.3s ease;
}

.button--blue {
  background: #528ec9;
  -webkit-animation: offbuttoncustom 0.3s ease;
          animation: offbuttoncustom 0.3s ease;
}

@-webkit-keyframes onbutton {
  0% {
    background: linear-gradient(to right, #212631 0%, #212631 50%, #eeeeee 50%, #eeeeee 100%) 0%;
    background-size: 202% 100%;
  }
  100% {
    background: linear-gradient(to right, #212631 0%, #212631 50%, #eeeeee 50%, #eeeeee 100%) 99%;
    background-size: 202% 100%;
  }
}

@keyframes onbutton {
  0% {
    background: linear-gradient(to right, #212631 0%, #212631 50%, #eeeeee 50%, #eeeeee 100%) 0%;
    background-size: 202% 100%;
  }
  100% {
    background: linear-gradient(to right, #212631 0%, #212631 50%, #eeeeee 50%, #eeeeee 100%) 99%;
    background-size: 202% 100%;
  }
}

@-webkit-keyframes offbutton {
  0% {
    background: linear-gradient(to right, #eeeeee 0%, #eeeeee 50%, #212631 50%, #212631 100%) 0%;
    background-size: 202% 100%;
  }
  100% {
    background: linear-gradient(to right, #eeeeee 0%, #eeeeee 50%, #212631 50%, #212631 100%) 99%;
    background-size: 202% 100%;
  }
}

@keyframes offbutton {
  0% {
    background: linear-gradient(to right, #eeeeee 0%, #eeeeee 50%, #212631 50%, #212631 100%) 0%;
    background-size: 202% 100%;
  }
  100% {
    background: linear-gradient(to right, #eeeeee 0%, #eeeeee 50%, #212631 50%, #212631 100%) 99%;
    background-size: 202% 100%;
  }
}

@-webkit-keyframes offbuttonblue {
  0% {
    background: linear-gradient(to right, #eeeeee 0%, #eeeeee 50%, #0072ce 50%, #0072ce 100%) 0%;
    background-size: 202% 100%;
  }
  100% {
    background: linear-gradient(to right, #eeeeee 0%, #eeeeee 50%, #0072ce 50%, #0072ce 100%) 99%;
    background-size: 202% 100%;
  }
}

@keyframes offbuttonblue {
  0% {
    background: linear-gradient(to right, #eeeeee 0%, #eeeeee 50%, #0072ce 50%, #0072ce 100%) 0%;
    background-size: 202% 100%;
  }
  100% {
    background: linear-gradient(to right, #eeeeee 0%, #eeeeee 50%, #0072ce 50%, #0072ce 100%) 99%;
    background-size: 202% 100%;
  }
}

@-webkit-keyframes offbuttoncustom {
  0% {
    background: linear-gradient(to right, #eeeeee 0%, #eeeeee 50%, #528ec9 50%, #528ec9 100%) 0%;
    background-size: 202% 100%;
  }
  100% {
    background: linear-gradient(to right, #eeeeee 0%, #eeeeee 50%, #528ec9 50%, #528ec9 100%) 99%;
    background-size: 202% 100%;
  }
}

@keyframes offbuttoncustom {
  0% {
    background: linear-gradient(to right, #eeeeee 0%, #eeeeee 50%, #528ec9 50%, #528ec9 100%) 0%;
    background-size: 202% 100%;
  }
  100% {
    background: linear-gradient(to right, #eeeeee 0%, #eeeeee 50%, #528ec9 50%, #528ec9 100%) 99%;
    background-size: 202% 100%;
  }
}

@-webkit-keyframes fadedown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes fadedown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.section-title {
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 300;
  text-align: center;
  margin: 40px 0px;
  color: #212631;
  -webkit-font-smoothing: antialiased;
}

.page-title {
  font-size: 42px;
  font-weight: 700;
  padding: 20px 0px;
  margin: 2vw 0px;
  line-height: 1.2;
  color: #212631;
  text-align: center;
}

.no-search-result-message {
  margin: 50px 0px;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  text-align: center;
}

@media (max-width: 1170px) {
  .page-title {
    font-size: 36px;
  }
}

@media (max-width: 1023px) {
  .section-title {
    font-size: 24px;
  }
  .page-title {
    font-size: 32px;
  }
}

@media (max-width: 629px) {
  .h-wrap {
    padding: 0px 20px;
  }
  .button {
    padding: 12px 20px;
  }
}

/* Fancybox */
body.fancybox-active {
  overflow: hidden;
}

body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0;
}

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.fancybox-bg {
  background: #f8f8f8;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s, visibility 0s;
}

.fancybox-infobar {
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 0 10px;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  color: #ccc;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: exclusion;
}

.fancybox-toolbar {
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0);
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: visible;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000;
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  box-sizing: border-box;
}

.fancybox-slide > title,
.fancybox-slide > style,
.fancybox-slide > meta,
.fancybox-slide > link,
.fancybox-slide > script,
.fancybox-slide > base {
  display: none;
}

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 16px;
  line-height: 20px;
}

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:after {
  font-size: 35px;
  color: #aaa;
}

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
  background: transparent;
}

/* Buttons */
.fancybox-button {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #212631;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  cursor: pointer;
}

.fancybox-button[disabled] {
  cursor: default;
  opacity: 0.3;
}

.fancybox-button:hover:not([disabled]) {
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
}

.fancybox-button svg {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

.fancybox-button--play svg path:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg path:nth-child(1) {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation {
  display: none;
}

.fancybox-show-nav .fancybox-navigation {
  display: block;
}

.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  z-index: 99997;
  background: transparent;
  width: 60px;
  height: 100px;
  padding: 17px;
}

.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer;
  border-radius: 15px;
  background: #212631;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 4px 10px;
  transition: all 0.3s ease;
}

.fancybox-close-small:before, .fancybox-close-small:after {
  content: "";
  position: absolute;
  margin: auto;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 2px;
  width: 14px;
  border-radius: 2px;
  background: #eeeeee;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.fancybox-close-small:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.fancybox-close-small:hover {
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
}

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0 2vw;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
  position: relative;
  /* Fix IE11 */
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Share */
.fancybox-share {
  padding: 30px;
  border-radius: 3px;
  background: #f4f4f4;
  max-width: 90%;
}

.fancybox-share h1 {
  color: #222;
  margin: 0 0 20px 0;
  font-size: 33px;
  font-weight: 700;
  text-align: center;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
  text-align: center;
}

.fancybox-share_button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 10px 20px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #fff;
  white-space: nowrap;
  font-size: 16px;
  line-height: 23px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 140px;
  color: #888;
  transition: all .2s;
}

.fancybox-share_button:focus,
.fancybox-share_button:hover {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  color: #555;
}

.fancybox-share_button svg {
  margin-right: 5px;
  width: 23px;
  height: 23px;
  vertical-align: top;
}

/* Thumbs */
.fancybox-thumbs {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 212px;
  margin: 0;
  padding: 2px;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  box-sizing: border-box;
  z-index: 99995;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
  white-space: nowrap;
}

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 2px;
  width: 100px;
  height: 75px;
  max-width: calc(50% - 4px);
  max-height: calc(100% - 8px);
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
}

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-thumbs > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}

/* END Fancybox */

/*# sourceMappingURL=global.support.2.0.0.min.css.map */
