<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html {
  height: 100%;
}

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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body, body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

.nowrap {
  color: inherit;
  font-size: 1em;
  font-family: inherit;
  font-weight: inherit;
  white-space: nowrap;
}

.responsive-table {
  max-width: 100%;
  overflow-x: scroll;
}

* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
*:active, *:focus {
  outline: none;
}

a {
  color: inherit;
  font-size: 1em;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.clr-1 {
  color: #26326F !important;
}

.clr-2 {
  color: #FFA500 !important;
}

.clr-3 {
  color: #FAB500 !important;
}

.bold {
  font-weight: bold;
}

[class*=hint--] {
  position: relative;
  display: inline-block;
}

[class*=hint--]:after, [class*=hint--]:before {
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

[class*=hint--]:hover:after, [class*=hint--]:hover:before {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

[class*=hint--]:before {
  content: "";
  position: absolute;
  background: 0 0;
  border: 6px solid transparent;
  z-index: 1000001;
}

[class*=hint--]:after {
  background: #383838;
  color: #fff;
  padding: 8px 10px;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 12px;
  white-space: nowrap;
  text-shadow: 0 -1px 0 #000;
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}

[class*=hint--][aria-label]:after {
  content: attr(aria-label);
}

[class*=hint--][data-hint]:after {
  content: attr(data-hint);
}

[aria-label=""]:after, [aria-label=""]:before, [data-hint=""]:after, [data-hint=""]:before {
  display: none !important;
}

.hint--top-left:before, .hint--top-right:before, .hint--top:before {
  border-top-color: #383838;
}

.hint--bottom-left:before, .hint--bottom-right:before, .hint--bottom:before {
  border-bottom-color: #383838;
}

.hint--top:after, .hint--top:before {
  bottom: 100%;
  left: 50%;
}

.hint--top:before {
  margin-bottom: -11px;
  left: calc(50% - 6px);
}

.hint--top:after {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hint--top:hover:before {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--top:hover:after {
  -webkit-transform: translateX(-50%) translateY(-8px);
  transform: translateX(-50%) translateY(-8px);
}

.hint--bottom:after, .hint--bottom:before {
  top: 100%;
  left: 50%;
}

.hint--bottom:before {
  margin-top: -11px;
  left: calc(50% - 6px);
}

.hint--bottom:after {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hint--bottom:hover:before {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--bottom:hover:after {
  -webkit-transform: translateX(-50%) translateY(8px);
  transform: translateX(-50%) translateY(8px);
}

.hint--right:before {
  border-right-color: #383838;
  margin-left: -11px;
  margin-bottom: -6px;
}

.hint--right:after {
  margin-bottom: -14px;
}

.hint--right:after, .hint--right:before {
  left: 100%;
  bottom: 50%;
}

.hint--right:hover:after, .hint--right:hover:before {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

.hint--left:before {
  border-left-color: #383838;
  margin-right: -11px;
  margin-bottom: -6px;
}

.hint--left:after {
  margin-bottom: -14px;
}

.hint--left:after, .hint--left:before {
  right: 100%;
  bottom: 50%;
}

.hint--left:hover:after, .hint--left:hover:before {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}

.hint--top-left:after, .hint--top-left:before {
  bottom: 100%;
  left: 50%;
}

.hint--top-left:before {
  margin-bottom: -11px;
  left: calc(50% - 6px);
}

.hint--top-left:after {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  margin-left: 12px;
}

.hint--top-left:hover:before {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--top-left:hover:after {
  -webkit-transform: translateX(-100%) translateY(-8px);
  transform: translateX(-100%) translateY(-8px);
}

.hint--top-right:after, .hint--top-right:before {
  bottom: 100%;
  left: 50%;
}

.hint--top-right:before {
  margin-bottom: -11px;
  left: calc(50% - 6px);
}

.hint--top-right:after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  margin-left: -12px;
}

.hint--top-right:hover:after, .hint--top-right:hover:before {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--bottom-left:after, .hint--bottom-left:before {
  top: 100%;
  left: 50%;
}

.hint--bottom-left:before {
  margin-top: -11px;
  left: calc(50% - 6px);
}

.hint--bottom-left:after {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  margin-left: 12px;
}

.hint--bottom-left:hover:before {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--bottom-left:hover:after {
  -webkit-transform: translateX(-100%) translateY(8px);
  transform: translateX(-100%) translateY(8px);
}

.hint--bottom-right:after, .hint--bottom-right:before {
  top: 100%;
  left: 50%;
}

.hint--bottom-right:before {
  margin-top: -11px;
  left: calc(50% - 6px);
}

.hint--bottom-right:after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  margin-left: -12px;
}

.hint--bottom-right:hover:after, .hint--bottom-right:hover:before {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--large:after, .hint--medium:after, .hint--small:after {
  white-space: normal;
  line-height: 1.4em;
  word-wrap: break-word;
}

.hint--small:after {
  width: 80px;
}

.hint--medium:after {
  width: 150px;
}

.hint--large:after {
  width: 300px;
}

.hint--error:after {
  background-color: #b34e4d;
  text-shadow: 0 -1px 0 #592726;
}

.hint--error.hint--top-left:before, .hint--error.hint--top-right:before, .hint--error.hint--top:before {
  border-top-color: #b34e4d;
}

.hint--error.hint--bottom-left:before, .hint--error.hint--bottom-right:before, .hint--error.hint--bottom:before {
  border-bottom-color: #b34e4d;
}

.hint--error.hint--left:before {
  border-left-color: #b34e4d;
}

.hint--error.hint--right:before {
  border-right-color: #b34e4d;
}

.hint--warning:after {
  background-color: #c09854;
  text-shadow: 0 -1px 0 #6c5328;
}

.hint--warning.hint--top-left:before, .hint--warning.hint--top-right:before, .hint--warning.hint--top:before {
  border-top-color: #c09854;
}

.hint--warning.hint--bottom-left:before, .hint--warning.hint--bottom-right:before, .hint--warning.hint--bottom:before {
  border-bottom-color: #c09854;
}

.hint--warning.hint--left:before {
  border-left-color: #c09854;
}

.hint--warning.hint--right:before {
  border-right-color: #c09854;
}

.hint--info:after {
  background-color: #3986ac;
  text-shadow: 0 -1px 0 #1a3c4d;
}

.hint--info.hint--top-left:before, .hint--info.hint--top-right:before, .hint--info.hint--top:before {
  border-top-color: #3986ac;
}

.hint--info.hint--bottom-left:before, .hint--info.hint--bottom-right:before, .hint--info.hint--bottom:before {
  border-bottom-color: #3986ac;
}

.hint--info.hint--left:before {
  border-left-color: #3986ac;
}

.hint--info.hint--right:before {
  border-right-color: #3986ac;
}

.hint--success:after {
  background-color: #458746;
  text-shadow: 0 -1px 0 #1a321a;
}

.hint--success.hint--top-left:before, .hint--success.hint--top-right:before, .hint--success.hint--top:before {
  border-top-color: #458746;
}

.hint--success.hint--bottom-left:before, .hint--success.hint--bottom-right:before, .hint--success.hint--bottom:before {
  border-bottom-color: #458746;
}

.hint--success.hint--left:before {
  border-left-color: #458746;
}

.hint--success.hint--right:before {
  border-right-color: #458746;
}

.hint--always:after, .hint--always:before {
  opacity: 1;
  visibility: visible;
}

.hint--always.hint--top:before {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--always.hint--top:after {
  -webkit-transform: translateX(-50%) translateY(-8px);
  transform: translateX(-50%) translateY(-8px);
}

.hint--always.hint--top-left:before {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--always.hint--top-left:after {
  -webkit-transform: translateX(-100%) translateY(-8px);
  transform: translateX(-100%) translateY(-8px);
}

.hint--always.hint--top-right:after, .hint--always.hint--top-right:before {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--always.hint--bottom:before {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--always.hint--bottom:after {
  -webkit-transform: translateX(-50%) translateY(8px);
  transform: translateX(-50%) translateY(8px);
}

.hint--always.hint--bottom-left:before {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--always.hint--bottom-left:after {
  -webkit-transform: translateX(-100%) translateY(8px);
  transform: translateX(-100%) translateY(8px);
}

.hint--always.hint--bottom-right:after, .hint--always.hint--bottom-right:before {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--always.hint--left:after, .hint--always.hint--left:before {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}

.hint--always.hint--right:after, .hint--always.hint--right:before {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

.hint--rounded:after {
  border-radius: 4px;
}

.hint--no-animate:after, .hint--no-animate:before {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.hint--bounce:after, .hint--bounce:before {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}

.clear {
  clear: both;
}

.clearfix:before, ol#breadcrumbs:before,
ol#breadcrumbs-mob:before,
.clearfix:after,
ol#breadcrumbs:after,
ol#breadcrumbs-mob:after {
  content: " ";
  display: table;
  width: 0;
  height: 0;
}

.clearfix:after, ol#breadcrumbs:after,
ol#breadcrumbs-mob:after,
.row:after,
.container:after {
  clear: both;
}

.clearfix, ol#breadcrumbs,
ol#breadcrumbs-mob,
.row,
.container {
  *zoom: 1; /* ie6/7 only */
}

.v-cloak {
  display: none !important;
}

.hidden-dev {
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
}
@media (max-width: 1360px) {
  .hidden-dev {
    display: none;
  }
}

.hidden-mob {
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
}
@media (max-width: 767px) {
  .hidden-mob {
    display: none;
  }
}

@media (min-width: 768px) {
  .mobile-only {
    display: none;
  }
}

.hidden-port {
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
}
@media (max-width: 479px) {
  .hidden-port {
    display: none;
  }
}

.fixed-bg {
  background-attachment: fixed;
  height: 100vh;
  width: 100%;
}

.incomplete {
  background-color: yellow;
  color: #222;
}

img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 767px) {
  img {
    height: auto;
  }
}

img[align=left],
img[style*="float: left"],
img[style*="float:left"] {
  margin: 5px 40px 30px 0px;
}
@media (max-width: 767px) {
  img[align=left],
img[style*="float: left"],
img[style*="float:left"] {
    float: none;
    width: 100%;
    margin: 0 0 30px;
  }
}

img[align=right],
img[style*="float: right"],
img[style*="float:right"] {
  margin: 5px 0px 30px 40px;
}
@media (max-width: 767px) {
  img[align=right],
img[style*="float: right"],
img[style*="float:right"] {
    float: none;
    width: 100%;
    margin: 0 0 30px;
  }
}

.small {
  font-size: 0.7em;
  font-family: inherit;
}
.small .clr1 {
  color: #26326F;
  display: inline-block;
  margin-bottom: 15px;
}

.disabled {
  opacity: 0.4;
}
.disabled input,
.disabled .btn,
.disabled ul.nav li a[href^="/contact"],
ul.nav li .disabled a[href^="/contact"],
.disabled ul.nav li a[href^="/cy/contact"],
ul.nav li .disabled a[href^="/cy/contact"],
.disabled i,
.disabled select {
  cursor: not-allowed;
}

.responsive-embed {
  overflow: hidden;
  position: relative;
  margin: 40px auto 50px;
  width: 100%;
}
@media (max-width: 767px) {
  .responsive-embed {
    margin: 30px auto;
  }
}
.responsive-embed:after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.letterbox .responsive-embed:after {
  padding-bottom: 30%;
}

.circle-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.circle-image:after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}

/* COOKIE BAR */
.cookie-bar-overlay {
  background: rgba(38, 50, 111, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 999999999998;
}
.cookie-bar-overlay .cookie-bar {
  background: #fff;
  max-width: 550px;
  padding: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  z-index: 999999999999;
}
@media (max-width: 767px) {
  .cookie-bar-overlay .cookie-bar {
    margin: 0;
    max-width: 96vw;
  }
}
.cookie-bar-overlay .cookie-bar .top {
  text-align: center;
}
.cookie-bar-overlay .cookie-bar .top img {
  margin: 0 0 10px 0;
  width: 200px;
}
.cookie-bar-overlay .cookie-bar .top p {
  color: #26326F;
}
.cookie-bar-overlay .cookie-bar .bottom {
  margin: 30px 0 0;
  text-align: center;
}

/* BACKGROUND IMAGE DIV */
.img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  position: relative;
  width: 100%;
}
.img.contain {
  background-size: contain;
}
.img:after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 80%;
}
.img.letterbox:after {
  padding-bottom: 30%;
}
.img[class*="16-9"]:after {
  padding-bottom: 56.25%;
}
.img[class*="4-3"]:after {
  padding-bottom: 70%;
}
.img[class*="1-1"]:after, .img.square:after {
  padding-bottom: 100%;
}
.img.circle {
  border-radius: 50%;
  overflow: hidden;
}
.img.circle:after {
  padding-bottom: 100%;
}
.img.portrait:after {
  padding-bottom: 120%;
}
.img.letterbox {
  background-position: top -50px center;
}
.img.letterbox:after {
  padding-bottom: 29%;
}

/* LOADING */
.overlay {
  background: rgba(244, 244, 244, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
.overlay .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

ol#breadcrumbs,
ol#breadcrumbs-mob {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  list-style: none;
  white-space: nowrap;
}
@media (max-width: 1360px) {
  ol#breadcrumbs,
ol#breadcrumbs-mob {
    display: none;
    white-space: normal;
  }
}
@media (max-width: 767px) {
  ol#breadcrumbs,
ol#breadcrumbs-mob {
    margin-top: 10px;
    margin-bottom: 3px;
  }
}
ol#breadcrumbs li,
ol#breadcrumbs-mob li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  ol#breadcrumbs li,
ol#breadcrumbs-mob li {
    float: none;
    display: inline-block;
    line-height: 1;
  }
}
ol#breadcrumbs li:before,
ol#breadcrumbs-mob li:before {
  display: none;
}
ol#breadcrumbs li a,
ol#breadcrumbs-mob li a {
  color: #fff;
  font-size: 19px;
  font-weight: 400 !important;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
}
@media (max-width: 991px) {
  ol#breadcrumbs li a,
ol#breadcrumbs-mob li a {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  ol#breadcrumbs li a,
ol#breadcrumbs-mob li a {
    font-size: 16px;
  }
}
ol#breadcrumbs li a *,
ol#breadcrumbs-mob li a * {
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
}
ol#breadcrumbs li a:hover,
ol#breadcrumbs-mob li a:hover {
  opacity: 0.6 !important;
  text-decoration: none;
}
ol#breadcrumbs li a img,
ol#breadcrumbs-mob li a img {
  height: 15.19px;
  position: relative;
  top: 2px;
  width: 18px;
}
ol#breadcrumbs li.separator,
ol#breadcrumbs-mob li.separator {
  color: #fff;
  display: inline-block;
  font-size: 1em;
  padding: 0 4px;
  opacity: 0.8;
}
ol#breadcrumbs li:last-of-type a,
ol#breadcrumbs-mob li:last-of-type a {
  color: #fff;
}
ol#breadcrumbs li:last-of-type a:hover,
ol#breadcrumbs-mob li:last-of-type a:hover {
  cursor: default;
  opacity: 1 !important;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -20px;
}
@media (max-width: 600px) {
  .flex {
    margin-right: 10px;
  }
}
.flex &gt; .cell {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  margin-right: 20px;
}
.flex &gt; .cell.min {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 0px;
          flex: 0 1 0;
}
.flex &gt; .cell.min-10 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 10px;
          flex: 1 0 10px;
}
@media (max-width: 10px) {
  .flex &gt; .cell.min-10 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex &gt; .cell.min-20 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 20px;
          flex: 1 0 20px;
}
@media (max-width: 20px) {
  .flex &gt; .cell.min-20 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex &gt; .cell.min-30 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 30px;
          flex: 1 0 30px;
}
@media (max-width: 30px) {
  .flex &gt; .cell.min-30 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex &gt; .cell.min-40 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 40px;
          flex: 1 0 40px;
}
@media (max-width: 40px) {
  .flex &gt; .cell.min-40 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex &gt; .cell.min-50 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50px;
          flex: 1 0 50px;
}
@media (max-width: 50px) {
  .flex &gt; .cell.min-50 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex &gt; .cell.min-60 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 60px;
          flex: 1 0 60px;
}
@media (max-width: 60px) {
  .flex &gt; .cell.min-60 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex &gt; .cell.min-70 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 70px;
          flex: 1 0 70px;
}
@media (max-width: 70px) {
  .flex &gt; .cell.min-70 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex &gt; .cell.min-80 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 80px;
          flex: 1 0 80px;
}
@media (max-width: 80px) {
  .flex &gt; .cell.min-80 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex &gt; .cell.min-90 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 90px;
          flex: 1 0 90px;
}
@media (max-width: 90px) {
  .flex &gt; .cell.min-90 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex &gt; .cell.min-100 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100px;
          flex: 1 0 100px;
}
@media (max-width: 100px) {
  .flex &gt; .cell.min-100 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex &gt; .cell.min-110 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 110px;
          flex: 1 0 110px;
}
@media (max-width: 110px) {
  .flex &gt; .cell.min-110 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex &gt; .cell.min-120 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 120px;
          flex: 1 0 120px;
}
@media (max-width: 120px) {
  .flex &gt; .cell.min-120 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex &gt; .cell.min-130 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 130px;
          flex: 1 0 130px;
}
@media (max-width: 130px) {
  .flex &gt; .cell.min-130 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex &gt; .cell.min-140 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 140px;
          flex: 1 0 140px;
}
@media (max-width: 140px) {
  .flex &gt; .cell.min-140 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex &gt; .cell.min-150 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 150px;
          flex: 1 0 150px;
}
@media (max-width: 150px) {
  .flex &gt; .cell.min-150 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex &gt; .cell.min-160 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 160px;
          flex: 1 0 160px;
}
@media (max-width: 160px) {
  .flex &gt; .cell.min-160 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex &gt; .cell.min-170 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 170px;
          flex: 1 0 170px;
}
@media (max-width: 170px) {
  .flex &gt; .cell.min-170 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex &gt; .cell.min-180 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 180px;
          flex: 1 0 180px;
}
@media (max-width: 180px) {
  .flex &gt; .cell.min-180 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex &gt; .cell.min-190 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 190px;
          flex: 1 0 190px;
}
@media (max-width: 190px) {
  .flex &gt; .cell.min-190 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex &gt; .cell.min-200 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 200px;
          flex: 1 0 200px;
}
@media (max-width: 200px) {
  .flex &gt; .cell.min-200 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex &gt; .cell.min-210 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 210px;
          flex: 1 0 210px;
}
@media (max-width: 210px) {
  .flex &gt; .cell.min-210 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex &gt; .cell.min-220 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 220px;
          flex: 1 0 220px;
}
@media (max-width: 220px) {
  .flex &gt; .cell.min-220 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex &gt; .cell.min-230 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 230px;
          flex: 1 0 230px;
}
@media (max-width: 230px) {
  .flex &gt; .cell.min-230 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex &gt; .cell.min-240 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 240px;
          flex: 1 0 240px;
}
@media (max-width: 240px) {
  .flex &gt; .cell.min-240 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex &gt; .cell.min-250 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 250px;
          flex: 1 0 250px;
}
@media (max-width: 250px) {
  .flex &gt; .cell.min-250 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex &gt; .cell.min-260 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 260px;
          flex: 1 0 260px;
}
@media (max-width: 260px) {
  .flex &gt; .cell.min-260 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex &gt; .cell.min-270 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 270px;
          flex: 1 0 270px;
}
@media (max-width: 270px) {
  .flex &gt; .cell.min-270 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex &gt; .cell.min-280 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 280px;
          flex: 1 0 280px;
}
@media (max-width: 280px) {
  .flex &gt; .cell.min-280 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex &gt; .cell.min-290 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 290px;
          flex: 1 0 290px;
}
@media (max-width: 290px) {
  .flex &gt; .cell.min-290 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex &gt; .cell.min-300 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 300px;
          flex: 1 0 300px;
}
@media (max-width: 300px) {
  .flex &gt; .cell.min-300 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex &gt; .cell.min-310 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 310px;
          flex: 1 0 310px;
}
@media (max-width: 310px) {
  .flex &gt; .cell.min-310 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex &gt; .cell.min-320 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 320px;
          flex: 1 0 320px;
}
@media (max-width: 320px) {
  .flex &gt; .cell.min-320 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex &gt; .cell.min-330 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 330px;
          flex: 1 0 330px;
}
@media (max-width: 330px) {
  .flex &gt; .cell.min-330 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex &gt; .cell.min-340 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 340px;
          flex: 1 0 340px;
}
@media (max-width: 340px) {
  .flex &gt; .cell.min-340 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex &gt; .cell.min-350 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 350px;
          flex: 1 0 350px;
}
@media (max-width: 350px) {
  .flex &gt; .cell.min-350 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex &gt; .cell.min-360 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 360px;
          flex: 1 0 360px;
}
@media (max-width: 360px) {
  .flex &gt; .cell.min-360 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex &gt; .cell.min-370 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 370px;
          flex: 1 0 370px;
}
@media (max-width: 370px) {
  .flex &gt; .cell.min-370 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex &gt; .cell.min-380 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 380px;
          flex: 1 0 380px;
}
@media (max-width: 380px) {
  .flex &gt; .cell.min-380 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex &gt; .cell.min-390 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 390px;
          flex: 1 0 390px;
}
@media (max-width: 390px) {
  .flex &gt; .cell.min-390 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex &gt; .cell.min-400 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 400px;
          flex: 1 0 400px;
}
@media (max-width: 400px) {
  .flex &gt; .cell.min-400 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex &gt; .cell.min-410 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 410px;
          flex: 1 0 410px;
}
@media (max-width: 410px) {
  .flex &gt; .cell.min-410 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex &gt; .cell.min-420 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 420px;
          flex: 1 0 420px;
}
@media (max-width: 420px) {
  .flex &gt; .cell.min-420 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex &gt; .cell.min-430 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 430px;
          flex: 1 0 430px;
}
@media (max-width: 430px) {
  .flex &gt; .cell.min-430 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex &gt; .cell.min-440 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 440px;
          flex: 1 0 440px;
}
@media (max-width: 440px) {
  .flex &gt; .cell.min-440 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex &gt; .cell.min-450 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 450px;
          flex: 1 0 450px;
}
@media (max-width: 450px) {
  .flex &gt; .cell.min-450 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex &gt; .cell.min-460 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 460px;
          flex: 1 0 460px;
}
@media (max-width: 460px) {
  .flex &gt; .cell.min-460 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex &gt; .cell.min-470 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 470px;
          flex: 1 0 470px;
}
@media (max-width: 470px) {
  .flex &gt; .cell.min-470 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex &gt; .cell.min-480 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 480px;
          flex: 1 0 480px;
}
@media (max-width: 480px) {
  .flex &gt; .cell.min-480 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex &gt; .cell.min-490 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 490px;
          flex: 1 0 490px;
}
@media (max-width: 490px) {
  .flex &gt; .cell.min-490 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex &gt; .cell.min-500 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 500px;
          flex: 1 0 500px;
}
@media (max-width: 500px) {
  .flex &gt; .cell.min-500 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex &gt; .cell.min-510 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 510px;
          flex: 1 0 510px;
}
@media (max-width: 510px) {
  .flex &gt; .cell.min-510 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex &gt; .cell.min-520 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 520px;
          flex: 1 0 520px;
}
@media (max-width: 520px) {
  .flex &gt; .cell.min-520 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex &gt; .cell.min-530 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 530px;
          flex: 1 0 530px;
}
@media (max-width: 530px) {
  .flex &gt; .cell.min-530 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex &gt; .cell.min-540 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 540px;
          flex: 1 0 540px;
}
@media (max-width: 540px) {
  .flex &gt; .cell.min-540 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex &gt; .cell.min-550 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 550px;
          flex: 1 0 550px;
}
@media (max-width: 550px) {
  .flex &gt; .cell.min-550 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex &gt; .cell.min-560 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 560px;
          flex: 1 0 560px;
}
@media (max-width: 560px) {
  .flex &gt; .cell.min-560 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex &gt; .cell.min-570 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 570px;
          flex: 1 0 570px;
}
@media (max-width: 570px) {
  .flex &gt; .cell.min-570 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex &gt; .cell.min-580 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 580px;
          flex: 1 0 580px;
}
@media (max-width: 580px) {
  .flex &gt; .cell.min-580 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex &gt; .cell.min-590 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 590px;
          flex: 1 0 590px;
}
@media (max-width: 590px) {
  .flex &gt; .cell.min-590 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex &gt; .cell.min-600 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 600px;
          flex: 1 0 600px;
}
@media (max-width: 600px) {
  .flex &gt; .cell.min-600 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex &gt; .cell.min-610 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 610px;
          flex: 1 0 610px;
}
@media (max-width: 610px) {
  .flex &gt; .cell.min-610 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex &gt; .cell.min-620 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 620px;
          flex: 1 0 620px;
}
@media (max-width: 620px) {
  .flex &gt; .cell.min-620 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex &gt; .cell.min-630 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 630px;
          flex: 1 0 630px;
}
@media (max-width: 630px) {
  .flex &gt; .cell.min-630 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex &gt; .cell.min-640 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 640px;
          flex: 1 0 640px;
}
@media (max-width: 640px) {
  .flex &gt; .cell.min-640 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex &gt; .cell.min-650 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 650px;
          flex: 1 0 650px;
}
@media (max-width: 650px) {
  .flex &gt; .cell.min-650 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex &gt; .cell.min-660 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 660px;
          flex: 1 0 660px;
}
@media (max-width: 660px) {
  .flex &gt; .cell.min-660 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex &gt; .cell.min-670 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 670px;
          flex: 1 0 670px;
}
@media (max-width: 670px) {
  .flex &gt; .cell.min-670 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex &gt; .cell.min-680 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 680px;
          flex: 1 0 680px;
}
@media (max-width: 680px) {
  .flex &gt; .cell.min-680 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex &gt; .cell.min-690 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 690px;
          flex: 1 0 690px;
}
@media (max-width: 690px) {
  .flex &gt; .cell.min-690 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex &gt; .cell.min-700 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 700px;
          flex: 1 0 700px;
}
@media (max-width: 700px) {
  .flex &gt; .cell.min-700 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex &gt; .cell.min-710 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 710px;
          flex: 1 0 710px;
}
@media (max-width: 710px) {
  .flex &gt; .cell.min-710 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex &gt; .cell.min-720 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 720px;
          flex: 1 0 720px;
}
@media (max-width: 720px) {
  .flex &gt; .cell.min-720 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex &gt; .cell.min-730 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 730px;
          flex: 1 0 730px;
}
@media (max-width: 730px) {
  .flex &gt; .cell.min-730 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex &gt; .cell.min-740 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 740px;
          flex: 1 0 740px;
}
@media (max-width: 740px) {
  .flex &gt; .cell.min-740 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex &gt; .cell.min-750 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 750px;
          flex: 1 0 750px;
}
@media (max-width: 750px) {
  .flex &gt; .cell.min-750 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex &gt; .cell.min-760 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 760px;
          flex: 1 0 760px;
}
@media (max-width: 760px) {
  .flex &gt; .cell.min-760 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex &gt; .cell.min-770 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 770px;
          flex: 1 0 770px;
}
@media (max-width: 770px) {
  .flex &gt; .cell.min-770 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex &gt; .cell.min-780 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 780px;
          flex: 1 0 780px;
}
@media (max-width: 780px) {
  .flex &gt; .cell.min-780 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex &gt; .cell.min-790 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 790px;
          flex: 1 0 790px;
}
@media (max-width: 790px) {
  .flex &gt; .cell.min-790 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex &gt; .cell.min-800 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 800px;
          flex: 1 0 800px;
}
@media (max-width: 800px) {
  .flex &gt; .cell.min-800 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex &gt; .cell.fixed-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10px;
          flex: 0 0 10px;
}
@media (max-width: 600px) {
  .flex &gt; .cell.fixed-10 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex &gt; .cell.fixed-20 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
}
@media (max-width: 600px) {
  .flex &gt; .cell.fixed-20 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex &gt; .cell.fixed-30 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
}
@media (max-width: 600px) {
  .flex &gt; .cell.fixed-30 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex &gt; .cell.fixed-40 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
}
@media (max-width: 600px) {
  .flex &gt; .cell.fixed-40 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex &gt; .cell.fixed-50 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
}
@media (max-width: 600px) {
  .flex &gt; .cell.fixed-50 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex &gt; .cell.fixed-60 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
}
@media (max-width: 600px) {
  .flex &gt; .cell.fixed-60 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex &gt; .cell.fixed-70 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
}
@media (max-width: 600px) {
  .flex &gt; .cell.fixed-70 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex &gt; .cell.fixed-80 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
}
@media (max-width: 600px) {
  .flex &gt; .cell.fixed-80 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex &gt; .cell.fixed-90 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
}
@media (max-width: 600px) {
  .flex &gt; .cell.fixed-90 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex &gt; .cell.fixed-100 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
}
@media (max-width: 600px) {
  .flex &gt; .cell.fixed-100 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex &gt; .cell.fixed-110 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 110px;
          flex: 0 0 110px;
}
@media (max-width: 600px) {
  .flex &gt; .cell.fixed-110 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex &gt; .cell.fixed-120 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
}
@media (max-width: 600px) {
  .flex &gt; .cell.fixed-120 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex &gt; .cell.fixed-130 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 130px;
          flex: 0 0 130px;
}
@media (max-width: 600px) {
  .flex &gt; .cell.fixed-130 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex &gt; .cell.fixed-140 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
}
@media (max-width: 600px) {
  .flex &gt; .cell.fixed-140 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex &gt; .cell.fixed-150 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
}
@media (max-width: 600px) {
  .flex &gt; .cell.fixed-150 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex &gt; .cell.fixed-160 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
}
@media (max-width: 600px) {
  .flex &gt; .cell.fixed-160 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex &gt; .cell.fixed-170 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 170px;
          flex: 0 0 170px;
}
@media (max-width: 600px) {
  .flex &gt; .cell.fixed-170 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex &gt; .cell.fixed-180 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
}
@media (max-width: 600px) {
  .flex &gt; .cell.fixed-180 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex &gt; .cell.fixed-190 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 190px;
          flex: 0 0 190px;
}
@media (max-width: 600px) {
  .flex &gt; .cell.fixed-190 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex &gt; .cell.fixed-200 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
}
@media (max-width: 600px) {
  .flex &gt; .cell.fixed-200 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex &gt; .cell.fixed-210 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 210px;
          flex: 0 0 210px;
}
@media (max-width: 600px) {
  .flex &gt; .cell.fixed-210 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex &gt; .cell.fixed-220 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 220px;
          flex: 0 0 220px;
}
@media (max-width: 600px) {
  .flex &gt; .cell.fixed-220 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex &gt; .cell.fixed-230 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 230px;
          flex: 0 0 230px;
}
@media (max-width: 600px) {
  .flex &gt; .cell.fixed-230 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex &gt; .cell.fixed-240 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 240px;
          flex: 0 0 240px;
}
@media (max-width: 600px) {
  .flex &gt; .cell.fixed-240 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex &gt; .cell.fixed-250 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 250px;
          flex: 0 0 250px;
}
@media (max-width: 600px) {
  .flex &gt; .cell.fixed-250 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex &gt; .cell.fixed-260 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 260px;
          flex: 0 0 260px;
}
@media (max-width: 600px) {
  .flex &gt; .cell.fixed-260 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex &gt; .cell.fixed-270 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 270px;
          flex: 0 0 270px;
}
@media (max-width: 600px) {
  .flex &gt; .cell.fixed-270 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex &gt; .cell.fixed-280 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 280px;
          flex: 0 0 280px;
}
@media (max-width: 600px) {
  .flex &gt; .cell.fixed-280 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex &gt; .cell.fixed-290 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 290px;
          flex: 0 0 290px;
}
@media (max-width: 600px) {
  .flex &gt; .cell.fixed-290 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex &gt; .cell.fixed-300 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
}
@media (max-width: 600px) {
  .flex &gt; .cell.fixed-300 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex &gt; .cell.fixed-310 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 310px;
          flex: 0 0 310px;
}
@media (max-width: 600px) {
  .flex &gt; .cell.fixed-310 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex &gt; .cell.fixed-320 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 320px;
          flex: 0 0 320px;
}
@media (max-width: 600px) {
  .flex &gt; .cell.fixed-320 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex &gt; .cell.fixed-330 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 330px;
          flex: 0 0 330px;
}
@media (max-width: 600px) {
  .flex &gt; .cell.fixed-330 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex &gt; .cell.fixed-340 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 340px;
          flex: 0 0 340px;
}
@media (max-width: 600px) {
  .flex &gt; .cell.fixed-340 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex &gt; .cell.fixed-350 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 350px;
          flex: 0 0 350px;
}
@media (max-width: 600px) {
  .flex &gt; .cell.fixed-350 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex &gt; .cell.fixed-360 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 360px;
          flex: 0 0 360px;
}
@media (max-width: 600px) {
  .flex &gt; .cell.fixed-360 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex &gt; .cell.fixed-370 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 370px;
          flex: 0 0 370px;
}
@media (max-width: 600px) {
  .flex &gt; .cell.fixed-370 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex &gt; .cell.fixed-380 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 380px;
          flex: 0 0 380px;
}
@media (max-width: 600px) {
  .flex &gt; .cell.fixed-380 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex &gt; .cell.fixed-390 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 390px;
          flex: 0 0 390px;
}
@media (max-width: 600px) {
  .flex &gt; .cell.fixed-390 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex &gt; .cell.fixed-400 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 400px;
          flex: 0 0 400px;
}
@media (max-width: 600px) {
  .flex &gt; .cell.fixed-400 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex &gt; .cell.fixed-410 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 410px;
          flex: 0 0 410px;
}
@media (max-width: 600px) {
  .flex &gt; .cell.fixed-410 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex &gt; .cell.fixed-420 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 420px;
          flex: 0 0 420px;
}
@media (max-width: 600px) {
  .flex &gt; .cell.fixed-420 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex &gt; .cell.fixed-430 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 430px;
          flex: 0 0 430px;
}
@media (max-width: 600px) {
  .flex &gt; .cell.fixed-430 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex &gt; .cell.fixed-440 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 440px;
          flex: 0 0 440px;
}
@media (max-width: 600px) {
  .flex &gt; .cell.fixed-440 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex &gt; .cell.fixed-450 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 450px;
          flex: 0 0 450px;
}
@media (max-width: 600px) {
  .flex &gt; .cell.fixed-450 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex &gt; .cell.fixed-460 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 460px;
          flex: 0 0 460px;
}
@media (max-width: 600px) {
  .flex &gt; .cell.fixed-460 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex &gt; .cell.fixed-470 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 470px;
          flex: 0 0 470px;
}
@media (max-width: 600px) {
  .flex &gt; .cell.fixed-470 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex &gt; .cell.fixed-480 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 480px;
          flex: 0 0 480px;
}
@media (max-width: 600px) {
  .flex &gt; .cell.fixed-480 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex &gt; .cell.fixed-490 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 490px;
          flex: 0 0 490px;
}
@media (max-width: 600px) {
  .flex &gt; .cell.fixed-490 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex &gt; .cell.fixed-500 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 500px;
          flex: 0 0 500px;
}
@media (max-width: 600px) {
  .flex &gt; .cell.fixed-500 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex &gt; .cell.fixed-510 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 510px;
          flex: 0 0 510px;
}
@media (max-width: 600px) {
  .flex &gt; .cell.fixed-510 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex &gt; .cell.fixed-520 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 520px;
          flex: 0 0 520px;
}
@media (max-width: 600px) {
  .flex &gt; .cell.fixed-520 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex &gt; .cell.fixed-530 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 530px;
          flex: 0 0 530px;
}
@media (max-width: 600px) {
  .flex &gt; .cell.fixed-530 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex &gt; .cell.fixed-540 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 540px;
          flex: 0 0 540px;
}
@media (max-width: 600px) {
  .flex &gt; .cell.fixed-540 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex &gt; .cell.fixed-550 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 550px;
          flex: 0 0 550px;
}
@media (max-width: 600px) {
  .flex &gt; .cell.fixed-550 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex &gt; .cell.fixed-560 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 560px;
          flex: 0 0 560px;
}
@media (max-width: 600px) {
  .flex &gt; .cell.fixed-560 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex &gt; .cell.fixed-570 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 570px;
          flex: 0 0 570px;
}
@media (max-width: 600px) {
  .flex &gt; .cell.fixed-570 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex &gt; .cell.fixed-580 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 580px;
          flex: 0 0 580px;
}
@media (max-width: 600px) {
  .flex &gt; .cell.fixed-580 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex &gt; .cell.fixed-590 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 590px;
          flex: 0 0 590px;
}
@media (max-width: 600px) {
  .flex &gt; .cell.fixed-590 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex &gt; .cell.fixed-600 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 600px;
          flex: 0 0 600px;
}
@media (max-width: 600px) {
  .flex &gt; .cell.fixed-600 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex &gt; .cell.fixed-610 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 610px;
          flex: 0 0 610px;
}
@media (max-width: 600px) {
  .flex &gt; .cell.fixed-610 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex &gt; .cell.fixed-620 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 620px;
          flex: 0 0 620px;
}
@media (max-width: 600px) {
  .flex &gt; .cell.fixed-620 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex &gt; .cell.fixed-630 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 630px;
          flex: 0 0 630px;
}
@media (max-width: 600px) {
  .flex &gt; .cell.fixed-630 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex &gt; .cell.fixed-640 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 640px;
          flex: 0 0 640px;
}
@media (max-width: 600px) {
  .flex &gt; .cell.fixed-640 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex &gt; .cell.fixed-650 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 650px;
          flex: 0 0 650px;
}
@media (max-width: 600px) {
  .flex &gt; .cell.fixed-650 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex &gt; .cell.fixed-660 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 660px;
          flex: 0 0 660px;
}
@media (max-width: 600px) {
  .flex &gt; .cell.fixed-660 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex &gt; .cell.fixed-670 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 670px;
          flex: 0 0 670px;
}
@media (max-width: 600px) {
  .flex &gt; .cell.fixed-670 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex &gt; .cell.fixed-680 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 680px;
          flex: 0 0 680px;
}
@media (max-width: 600px) {
  .flex &gt; .cell.fixed-680 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex &gt; .cell.fixed-690 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 690px;
          flex: 0 0 690px;
}
@media (max-width: 600px) {
  .flex &gt; .cell.fixed-690 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex &gt; .cell.fixed-700 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 700px;
          flex: 0 0 700px;
}
@media (max-width: 600px) {
  .flex &gt; .cell.fixed-700 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex &gt; .cell.no-wrap {
  white-space: nowrap;
}
.flex &gt; .cell.no-wrap * {
  white-space: nowrap;
}
.flex &gt; .cell.block {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}
.flex.gap-0 {
  margin-right: -0px;
}
.flex.gap-0 &gt; .cell {
  margin-right: 0px;
}
@media (max-width: 600px) {
  .flex.gap-0 {
    margin-right: 0;
  }
  .flex.gap-0 &gt; .cell {
    margin-right: 0;
  }
}
.flex.gap-10 {
  margin-right: -10px;
}
.flex.gap-10 &gt; .cell {
  margin-right: 10px;
}
@media (max-width: 600px) {
  .flex.gap-10 {
    margin-right: 0;
  }
  .flex.gap-10 &gt; .cell {
    margin-right: 0;
  }
}
.flex.gap-20 {
  margin-right: -20px;
}
.flex.gap-20 &gt; .cell {
  margin-right: 20px;
}
@media (max-width: 600px) {
  .flex.gap-20 {
    margin-right: 0;
  }
  .flex.gap-20 &gt; .cell {
    margin-right: 0;
  }
}
.flex.gap-30 {
  margin-right: -30px;
}
.flex.gap-30 &gt; .cell {
  margin-right: 30px;
}
@media (max-width: 600px) {
  .flex.gap-30 {
    margin-right: 0;
  }
  .flex.gap-30 &gt; .cell {
    margin-right: 0;
  }
}
.flex.gap-40 {
  margin-right: -40px;
}
.flex.gap-40 &gt; .cell {
  margin-right: 40px;
}
@media (max-width: 600px) {
  .flex.gap-40 {
    margin-right: 0;
  }
  .flex.gap-40 &gt; .cell {
    margin-right: 0;
  }
}
.flex.gap-50 {
  margin-right: -50px;
}
.flex.gap-50 &gt; .cell {
  margin-right: 50px;
}
@media (max-width: 600px) {
  .flex.gap-50 {
    margin-right: 0;
  }
  .flex.gap-50 &gt; .cell {
    margin-right: 0;
  }
}
.flex.gap-60 {
  margin-right: -60px;
}
.flex.gap-60 &gt; .cell {
  margin-right: 60px;
}
@media (max-width: 600px) {
  .flex.gap-60 {
    margin-right: 0;
  }
  .flex.gap-60 &gt; .cell {
    margin-right: 0;
  }
}
.flex.gap-70 {
  margin-right: -70px;
}
.flex.gap-70 &gt; .cell {
  margin-right: 70px;
}
@media (max-width: 600px) {
  .flex.gap-70 {
    margin-right: 0;
  }
  .flex.gap-70 &gt; .cell {
    margin-right: 0;
  }
}
.flex.gap-80 {
  margin-right: -80px;
}
.flex.gap-80 &gt; .cell {
  margin-right: 80px;
}
@media (max-width: 600px) {
  .flex.gap-80 {
    margin-right: 0;
  }
  .flex.gap-80 &gt; .cell {
    margin-right: 0;
  }
}
.flex.gap-90 {
  margin-right: -90px;
}
.flex.gap-90 &gt; .cell {
  margin-right: 90px;
}
@media (max-width: 600px) {
  .flex.gap-90 {
    margin-right: 0;
  }
  .flex.gap-90 &gt; .cell {
    margin-right: 0;
  }
}
.flex.gap-100 {
  margin-right: -100px;
}
.flex.gap-100 &gt; .cell {
  margin-right: 100px;
}
@media (max-width: 600px) {
  .flex.gap-100 {
    margin-right: 0;
  }
  .flex.gap-100 &gt; .cell {
    margin-right: 0;
  }
}
.flex.gap-110 {
  margin-right: -110px;
}
.flex.gap-110 &gt; .cell {
  margin-right: 110px;
}
@media (max-width: 600px) {
  .flex.gap-110 {
    margin-right: 0;
  }
  .flex.gap-110 &gt; .cell {
    margin-right: 0;
  }
}
.flex.gap-120 {
  margin-right: -120px;
}
.flex.gap-120 &gt; .cell {
  margin-right: 120px;
}
@media (max-width: 600px) {
  .flex.gap-120 {
    margin-right: 0;
  }
  .flex.gap-120 &gt; .cell {
    margin-right: 0;
  }
}
.flex.gap-130 {
  margin-right: -130px;
}
.flex.gap-130 &gt; .cell {
  margin-right: 130px;
}
@media (max-width: 600px) {
  .flex.gap-130 {
    margin-right: 0;
  }
  .flex.gap-130 &gt; .cell {
    margin-right: 0;
  }
}
.flex.vgap-0 {
  margin-top: -0px;
}
.flex.vgap-0 &gt; .cell {
  margin-top: 0px;
}
.flex.vgap-5 {
  margin-top: -5px;
}
.flex.vgap-5 &gt; .cell {
  margin-top: 5px;
}
.flex.vgap-10 {
  margin-top: -10px;
}
.flex.vgap-10 &gt; .cell {
  margin-top: 10px;
}
.flex.vgap-15 {
  margin-top: -15px;
}
.flex.vgap-15 &gt; .cell {
  margin-top: 15px;
}
.flex.vgap-20 {
  margin-top: -20px;
}
.flex.vgap-20 &gt; .cell {
  margin-top: 20px;
}
.flex.vgap-25 {
  margin-top: -25px;
}
.flex.vgap-25 &gt; .cell {
  margin-top: 25px;
}
.flex.vgap-30 {
  margin-top: -30px;
}
.flex.vgap-30 &gt; .cell {
  margin-top: 30px;
}
.flex.vgap-35 {
  margin-top: -35px;
}
.flex.vgap-35 &gt; .cell {
  margin-top: 35px;
}
.flex.vgap-40 {
  margin-top: -40px;
}
.flex.vgap-40 &gt; .cell {
  margin-top: 40px;
}
.flex.vgap-45 {
  margin-top: -45px;
}
.flex.vgap-45 &gt; .cell {
  margin-top: 45px;
}
.flex.vgap-50 {
  margin-top: -50px;
}
.flex.vgap-50 &gt; .cell {
  margin-top: 50px;
}
.flex.vgap-55 {
  margin-top: -55px;
}
.flex.vgap-55 &gt; .cell {
  margin-top: 55px;
}
.flex.vgap-60 {
  margin-top: -60px;
}
.flex.vgap-60 &gt; .cell {
  margin-top: 60px;
}
.flex.vgap-65 {
  margin-top: -65px;
}
.flex.vgap-65 &gt; .cell {
  margin-top: 65px;
}
.flex.vgap-70 {
  margin-top: -70px;
}
.flex.vgap-70 &gt; .cell {
  margin-top: 70px;
}
.flex.vgap-75 {
  margin-top: -75px;
}
.flex.vgap-75 &gt; .cell {
  margin-top: 75px;
}
.flex.vgap-80 {
  margin-top: -80px;
}
.flex.vgap-80 &gt; .cell {
  margin-top: 80px;
}
.flex.vgap-85 {
  margin-top: -85px;
}
.flex.vgap-85 &gt; .cell {
  margin-top: 85px;
}
.flex.vgap-90 {
  margin-top: -90px;
}
.flex.vgap-90 &gt; .cell {
  margin-top: 90px;
}
.flex.vgap-95 {
  margin-top: -95px;
}
.flex.vgap-95 &gt; .cell {
  margin-top: 95px;
}
.flex.vgap-100 {
  margin-top: -100px;
}
.flex.vgap-100 &gt; .cell {
  margin-top: 100px;
}
.flex.vgap-105 {
  margin-top: -105px;
}
.flex.vgap-105 &gt; .cell {
  margin-top: 105px;
}
.flex.vgap-110 {
  margin-top: -110px;
}
.flex.vgap-110 &gt; .cell {
  margin-top: 110px;
}
.flex.vgap-115 {
  margin-top: -115px;
}
.flex.vgap-115 &gt; .cell {
  margin-top: 115px;
}
.flex.vgap-120 {
  margin-top: -120px;
}
.flex.vgap-120 &gt; .cell {
  margin-top: 120px;
}
.flex.vgap-125 {
  margin-top: -125px;
}
.flex.vgap-125 &gt; .cell {
  margin-top: 125px;
}
.flex.vgap-130 {
  margin-top: -130px;
}
.flex.vgap-130 &gt; .cell {
  margin-top: 130px;
}
.flex.inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (max-width: 600px) {
  .flex.inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 600px) {
  .flex.inline &gt; .cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.flex.middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .flex .cell {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}

.box {
  background: #FFA500;
  border-radius: 25px;
  padding: 20px 33px 30px;
}
@media (max-width: 767px) {
  .box {
    border-radius: 10px;
    padding: 15px 24px 20px;
  }
}
.box ul {
  margin: 20px 0;
}

body {
  color: #26326F;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

body * {
  color: #26326F;
  font-size: 1em;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.5;
}

strong {
  font-weight: 700;
  color: inherit;
  text-transform: inherit;
}

span {
  color: inherit;
  font-size: 1em;
  font-weight: inherit;
}

em {
  font-style: italic;
}

h1 {
  color: #26326F;
  font-size: 54px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 25px;
}
@media (max-width: 1500px) {
  h1 {
    font-size: 45px;
  }
}
@media (max-width: 1100px) {
  h1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 33px;
  }
}

h2 {
  color: #26326F;
  font-size: 35px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 25px;
}
@media (max-width: 1500px) {
  h2 {
    font-size: 26px;
  }
}
@media (max-width: 1100px) {
  h2 {
    font-size: 25px;
  }
}

h2:first-child {
  margin-top: 0;
}

.homepage h1 + h2 {
  margin-top: -25px;
}

h3 {
  color: #26326F;
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 15px;
}
@media (max-width: 1500px) {
  h3 {
    font-size: 22px;
  }
}
@media (max-width: 1100px) {
  h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 18px;
  }
}

.page-contact h2 {
  margin-top: 30px;
}
.page-contact h2 + h3 {
  margin-top: -10px;
}

h4,
h5,
h6 {
  color: #26326F;
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 40px;
  margin-bottom: 10px;
}

p + h2, p + h3, p + h4, ol + h2, ol + h3, ol + h4, ul + h2, ul + h3, ul + h4 {
  margin-top: 60px;
}

p {
  font-weight: 500;
  margin: 0 0 1em;
}
p.small {
  font-size: 14px;
  line-height: 18px;
}

p:last-child {
  margin-bottom: 0;
}

blockquote p {
  clear: none;
  color: #000;
  font-weight: 700;
  margin-bottom: 30px;
}
blockquote p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  blockquote p:last-child {
    margin-bottom: 20px;
  }
}

a {
  color: #26326F;
  font-weight: 800;
}
a[href^=tel] {
  white-space: nowrap;
}
a:hover {
  text-decoration: underline;
}

.page a,
.page-home a {
  border-bottom: 2px dotted #26326F;
}
.page a:hover,
.page-home a:hover {
  border-bottom: 2px solid #26326F;
  text-decoration: none;
}

hr,
.hr {
  border: none;
  border-top: 1px solid #f2f2f3;
  clear: both;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  hr,
.hr {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
hr.m10,
.hr.m10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
hr.m20,
.hr.m20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
hr.m30,
.hr.m30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
hr.m40,
.hr.m40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
hr.m50,
.hr.m50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
hr.m60,
.hr.m60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
hr.m70,
.hr.m70 {
  margin-top: 70px;
  margin-bottom: 70px;
}
hr.m80,
.hr.m80 {
  margin-top: 80px;
  margin-bottom: 80px;
}
hr.m90,
.hr.m90 {
  margin-top: 90px;
  margin-bottom: 90px;
}
hr.m100,
.hr.m100 {
  margin-top: 100px;
  margin-bottom: 100px;
}
hr.m110,
.hr.m110 {
  margin-top: 110px;
  margin-bottom: 110px;
}
hr.m120,
.hr.m120 {
  margin-top: 120px;
  margin-bottom: 120px;
}
hr.m130,
.hr.m130 {
  margin-top: 130px;
  margin-bottom: 130px;
}
hr.m140,
.hr.m140 {
  margin-top: 140px;
  margin-bottom: 140px;
}
hr.m150,
.hr.m150 {
  margin-top: 150px;
  margin-bottom: 150px;
}
hr.m160,
.hr.m160 {
  margin-top: 160px;
  margin-bottom: 160px;
}
hr.m170,
.hr.m170 {
  margin-top: 170px;
  margin-bottom: 170px;
}
hr.m180,
.hr.m180 {
  margin-top: 180px;
  margin-bottom: 180px;
}
hr.m190,
.hr.m190 {
  margin-top: 190px;
  margin-bottom: 190px;
}
hr.m200,
.hr.m200 {
  margin-top: 200px;
  margin-bottom: 200px;
}
hr.m210,
.hr.m210 {
  margin-top: 210px;
  margin-bottom: 210px;
}
hr.m220,
.hr.m220 {
  margin-top: 220px;
  margin-bottom: 220px;
}
hr.m230,
.hr.m230 {
  margin-top: 230px;
  margin-bottom: 230px;
}
hr.m240,
.hr.m240 {
  margin-top: 240px;
  margin-bottom: 240px;
}
hr.m250,
.hr.m250 {
  margin-top: 250px;
  margin-bottom: 250px;
}
hr.m260,
.hr.m260 {
  margin-top: 260px;
  margin-bottom: 260px;
}
hr.m270,
.hr.m270 {
  margin-top: 270px;
  margin-bottom: 270px;
}
hr.m280,
.hr.m280 {
  margin-top: 280px;
  margin-bottom: 280px;
}
hr.m290,
.hr.m290 {
  margin-top: 290px;
  margin-bottom: 290px;
}
hr.m300,
.hr.m300 {
  margin-top: 300px;
  margin-bottom: 300px;
}
@media (max-width: 991px) {
  hr.m10,
.hr.m10 {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  hr.m20,
.hr.m20 {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  hr.m30,
.hr.m30 {
    margin-top: 18px;
    margin-bottom: 18px;
  }
  hr.m40,
.hr.m40 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  hr.m50,
.hr.m50 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  hr.m60,
.hr.m60 {
    margin-top: 36px;
    margin-bottom: 36px;
  }
  hr.m70,
.hr.m70 {
    margin-top: 42px;
    margin-bottom: 42px;
  }
  hr.m80,
.hr.m80 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  hr.m90,
.hr.m90 {
    margin-top: 54px;
    margin-bottom: 54px;
  }
  hr.m100,
.hr.m100 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  hr.m110,
.hr.m110 {
    margin-top: 66px;
    margin-bottom: 66px;
  }
  hr.m120,
.hr.m120 {
    margin-top: 72px;
    margin-bottom: 72px;
  }
  hr.m130,
.hr.m130 {
    margin-top: 78px;
    margin-bottom: 78px;
  }
  hr.m140,
.hr.m140 {
    margin-top: 84px;
    margin-bottom: 84px;
  }
  hr.m150,
.hr.m150 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  hr.m160,
.hr.m160 {
    margin-top: 96px;
    margin-bottom: 96px;
  }
  hr.m170,
.hr.m170 {
    margin-top: 102px;
    margin-bottom: 102px;
  }
  hr.m180,
.hr.m180 {
    margin-top: 108px;
    margin-bottom: 108px;
  }
  hr.m190,
.hr.m190 {
    margin-top: 114px;
    margin-bottom: 114px;
  }
  hr.m200,
.hr.m200 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  hr.m210,
.hr.m210 {
    margin-top: 126px;
    margin-bottom: 126px;
  }
  hr.m220,
.hr.m220 {
    margin-top: 132px;
    margin-bottom: 132px;
  }
  hr.m230,
.hr.m230 {
    margin-top: 138px;
    margin-bottom: 138px;
  }
  hr.m240,
.hr.m240 {
    margin-top: 144px;
    margin-bottom: 144px;
  }
  hr.m250,
.hr.m250 {
    margin-top: 150px;
    margin-bottom: 150px;
  }
  hr.m260,
.hr.m260 {
    margin-top: 156px;
    margin-bottom: 156px;
  }
  hr.m270,
.hr.m270 {
    margin-top: 162px;
    margin-bottom: 162px;
  }
  hr.m280,
.hr.m280 {
    margin-top: 168px;
    margin-bottom: 168px;
  }
  hr.m290,
.hr.m290 {
    margin-top: 174px;
    margin-bottom: 174px;
  }
  hr.m300,
.hr.m300 {
    margin-top: 180px;
    margin-bottom: 180px;
  }
}
@media (max-width: 767px) {
  hr.m10,
.hr.m10 {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  hr.m20,
.hr.m20 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  hr.m30,
.hr.m30 {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  hr.m40,
.hr.m40 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  hr.m50,
.hr.m50 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  hr.m60,
.hr.m60 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  hr.m70,
.hr.m70 {
    margin-top: 28px;
    margin-bottom: 28px;
  }
  hr.m80,
.hr.m80 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  hr.m90,
.hr.m90 {
    margin-top: 36px;
    margin-bottom: 36px;
  }
  hr.m100,
.hr.m100 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  hr.m110,
.hr.m110 {
    margin-top: 44px;
    margin-bottom: 44px;
  }
  hr.m120,
.hr.m120 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  hr.m130,
.hr.m130 {
    margin-top: 52px;
    margin-bottom: 52px;
  }
  hr.m140,
.hr.m140 {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  hr.m150,
.hr.m150 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  hr.m160,
.hr.m160 {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  hr.m170,
.hr.m170 {
    margin-top: 68px;
    margin-bottom: 68px;
  }
  hr.m180,
.hr.m180 {
    margin-top: 72px;
    margin-bottom: 72px;
  }
  hr.m190,
.hr.m190 {
    margin-top: 76px;
    margin-bottom: 76px;
  }
  hr.m200,
.hr.m200 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  hr.m210,
.hr.m210 {
    margin-top: 84px;
    margin-bottom: 84px;
  }
  hr.m220,
.hr.m220 {
    margin-top: 88px;
    margin-bottom: 88px;
  }
  hr.m230,
.hr.m230 {
    margin-top: 92px;
    margin-bottom: 92px;
  }
  hr.m240,
.hr.m240 {
    margin-top: 96px;
    margin-bottom: 96px;
  }
  hr.m250,
.hr.m250 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  hr.m260,
.hr.m260 {
    margin-top: 104px;
    margin-bottom: 104px;
  }
  hr.m270,
.hr.m270 {
    margin-top: 108px;
    margin-bottom: 108px;
  }
  hr.m280,
.hr.m280 {
    margin-top: 112px;
    margin-bottom: 112px;
  }
  hr.m290,
.hr.m290 {
    margin-top: 116px;
    margin-bottom: 116px;
  }
  hr.m300,
.hr.m300 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}

.text-center {
  text-align: center !important;
}
.text-center p,
.text-center h1,
.text-center h2,
.text-center h3,
.text-center h4,
.text-center h5,
.text-center h6 {
  text-align: center !important;
}

@media (max-width: 767px) {
  .text-center-mob {
    text-align: center;
  }
}

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

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

.small-print {
  color: #26326F;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-weight: normal;
  line-height: 1.4;
}

main ul {
  margin: 50px 0 50px 55px;
}
main ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
main ul li + li {
  margin-top: 32px;
}
main ul li:before {
  background: url("/images/chevron-circle-right-yellow.png") center/100% 100% no-repeat;
  border-radius: 50%;
  content: "";
  display: block;
  height: 28px;
  position: absolute;
  top: 4px;
  left: -42px;
  width: 28px;
}

ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0 0 30px 40px;
}
ol li + li {
  margin-top: 10px;
}
ol ol li:first-child {
  margin-top: 20px;
}

ol &gt; li {
  display: table;
  counter-increment: item;
}

ol &gt; li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}

li ol &gt; li:before {
  content: counters(item, ".") " ";
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-x: hidden;
  min-height: 100vh;
}
@media (max-width: 1360px) {
  body {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  body {
    padding-top: 60px;
  }
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1550px;
  position: relative;
  width: 100%;
}
@media (max-width: 1840px) {
  .container {
    max-width: calc(100% - 160px);
  }
}
.container.two-cols {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  gap: 40px;
}
@media (max-width: 767px) {
  .container.two-cols {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
    gap: none;
  }
}
.container.mw1700 {
  max-width: 1700px;
}
@media (max-width: 1860px) {
  .container.mw1700 {
    max-width: calc(100% - 160px);
  }
}
.container.mw1500 {
  max-width: 1500px;
}
@media (max-width: 1660px) {
  .container.mw1500 {
    max-width: calc(100% - 160px);
  }
}
.container.mw1400 {
  max-width: 1400px;
}
@media (max-width: 1560px) {
  .container.mw1400 {
    max-width: calc(100% - 160px);
  }
}
.container.mw1300 {
  max-width: 1300px;
}
@media (max-width: 1460px) {
  .container.mw1300 {
    max-width: calc(100% - 160px);
  }
}
.container.mw1200 {
  max-width: 1200px;
}
@media (max-width: 1280px) {
  .container.mw1200 {
    max-width: calc(100% - 160px);
  }
}
.container.mw1050 {
  max-width: 1050px;
}
@media (max-width: 1130px) {
  .container.mw1050 {
    max-width: calc(100% - 160px);
  }
}
.container.mw600 {
  max-width: 600px;
}
@media (max-width: 760px) {
  .container.mw600 {
    max-width: calc(100% - 160px);
  }
}
@media (max-width: 1650px) {
  .container {
    max-width: calc(100% - 120px);
  }
}
@media (max-width: 1450px) {
  .container {
    max-width: calc(100% - 90px);
  }
}
.container.mw900 {
  max-width: 900px;
}
@media (max-width: 1060px) {
  .container.mw900 {
    max-width: calc(100% - 160px);
  }
}
.container.mw800 {
  max-width: 800px;
}
@media (max-width: 960px) {
  .container.mw800 {
    max-width: calc(100% - 160px);
  }
}
@media (max-width: 991px) {
  .container {
    max-width: calc(100% - 60px) !important;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: calc(100% - 60px) !important;
  }
}
@media (max-width: 479px) {
  .container {
    max-width: calc(100% - 40px) !important;
  }
}

.container-full {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% - 160px);
  position: relative;
  width: 100%;
}
@media (max-width: 1650px) {
  .container-full {
    max-width: calc(100% - 120px) !important;
  }
}
@media (max-width: 1450px) {
  .container-full {
    max-width: calc(100% - 90px) !important;
  }
}
@media (max-width: 991px) {
  .container-full {
    max-width: calc(100% - 60px) !important;
  }
}
@media (max-width: 767px) {
  .container-full {
    max-width: calc(100% - 60px) !important;
  }
}
@media (max-width: 479px) {
  .container-full {
    max-width: calc(100% - 40px) !important;
  }
}

.page-home {
  margin: 100px 0;
  min-height: 25vh;
}
@media (max-width: 1360px) {
  .page-home {
    margin: 60px 0;
  }
}
@media (max-width: 767px) {
  .page-home {
    margin: 35px 0;
  }
}
.page-home .buttons {
  margin: 40px 0 0;
}

.page-news {
  background: url("/images/news-bg.png") top center/100% auto no-repeat;
  padding: 100px 0;
  min-height: 25vh;
}
@media (max-width: 1360px) {
  .page-news {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .page-news {
    padding: 35px 0;
  }
}

.page {
  background: #F2F3F6 url("/images/page-content-bottom-sweep.png") bottom center/100% auto no-repeat;
  margin-bottom: 50px;
  padding: 100px 0 120px;
  min-height: 25vh;
}
@media (max-width: 1360px) {
  .page {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .page {
    padding: 35px 0;
  }
}
.page .inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1360px) {
  .page .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.page .inner .left {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  margin: 0 100px 0 0;
}
@media (max-width: 1360px) {
  .page .inner .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 0 0 60px;
  }
}
.page .inner .right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 350px;
          flex: 0 0 350px;
}
@media (max-width: 1360px) {
  .page .inner .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.page .inner .right img {
  display: block;
  height: auto;
  margin: 0 auto 40px;
  max-width: 70vw;
  width: 350px;
}

.site-overlay {
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999999;
}
.site-overlay img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

.featured-img-layout {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1360px) {
  .featured-img-layout {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.featured-img-layout .left {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
@media (max-width: 991px) {
  .featured-img-layout .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.featured-img-layout .left .left-inner {
  margin: 0 100px 0 140px;
}
@media (max-width: 1360px) {
  .featured-img-layout .left .left-inner {
    margin: 0 60px 0 100px;
  }
}
@media (max-width: 991px) {
  .featured-img-layout .left .left-inner {
    margin: 0 50px 50px;
  }
}
@media (max-width: 767px) {
  .featured-img-layout .left .left-inner {
    margin: 0 30px 40px;
  }
}
@media (max-width: 479px) {
  .featured-img-layout .left .left-inner {
    margin: 0 20px 40px;
  }
}
.featured-img-layout .right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40vw;
          flex: 0 0 40vw;
}
@media (max-width: 1360px) {
  .featured-img-layout .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30vw;
            flex: 0 0 30vw;
  }
}
@media (max-width: 991px) {
  .featured-img-layout .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-left: 50px;
  }
}
.featured-img-layout .right .featured-img-frame {
  background: url("/images/page-featured-image-frame.png") center center/100% 100% no-repeat;
  position: relative;
  top: -60px;
  width: 100%;
}
@media (max-width: 1360px) {
  .featured-img-layout .right .featured-img-frame {
    top: -30px;
  }
}
@media (max-width: 991px) {
  .featured-img-layout .right .featured-img-frame {
    top: 0;
  }
}
.featured-img-layout .right .featured-img-frame:after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.featured-img-layout .right .featured-img-frame .img {
  height: calc(100% - 50px);
  position: absolute;
  top: 25px;
  left: 57px;
  width: calc(100% - 10px);
}
@media (max-width: 1150px) {
  .featured-img-layout.contact {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1150px) {
  .featured-img-layout.contact .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media (min-width: 1151px) {
  .featured-img-layout.contact .left .left-inner {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.featured-img-layout.contact .right {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  max-width: 800px;
}
@media (max-width: 1150px) {
  .featured-img-layout.contact .right {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    margin: 50px 0 0;
    max-width: none;
  }
  .featured-img-layout.contact .right * {
    min-width: 0;
  }
}
@media (max-width: 991px) {
  .featured-img-layout.contact .right {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .featured-img-layout.contact .right {
    margin: 10px 0 0;
  }
}
@media (max-width: 1150px) {
  .featured-img-layout.contact .right .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: 0 !important;
  }
}
@media (max-width: 1150px) {
  .featured-img-layout.contact .right .flex .cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-right: 0 !important;
  }
}
.featured-img-layout.contact .right .featured-img-frame {
  background: url("/images/contact-form-bg.png") center center/100% 100% no-repeat;
}
@media (max-width: 1150px) {
  .featured-img-layout.contact .right .featured-img-frame {
    background: #FFA500 !important;
    border-radius: 20px;
    top: 0;
  }
}
.featured-img-layout.contact .right .featured-img-frame:after {
  display: none;
}
.featured-img-layout.contact .right .featured-img-frame form {
  padding: 120px 110px 120px 190px;
}
@media (max-width: 1360px) {
  .featured-img-layout.contact .right .featured-img-frame form {
    padding: 110px 54px 120px 145px;
  }
}
@media (max-width: 1150px) {
  .featured-img-layout.contact .right .featured-img-frame form {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .featured-img-layout.contact .right .featured-img-frame form {
    padding: 20px;
  }
}

.btn, ul.nav li a[href^="/contact"], ul.nav li a[href^="/cy/contact"] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 20px;
  font-weight: 600;
  height: 46px;
  line-height: 1;
  padding: 0 40px;
  position: relative;
  white-space: nowrap;
}
@media (max-width: 1360px) {
  .btn, ul.nav li a[href^="/contact"], ul.nav li a[href^="/cy/contact"] {
    font-size: 18px;
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .btn, ul.nav li a[href^="/contact"], ul.nav li a[href^="/cy/contact"] {
    font-size: 18px;
    height: 50px;
  }
}
.btn.btn-primary, ul.nav li a[href^="/contact"], ul.nav li a[href^="/cy/contact"] {
  background: #FAB500;
  border-color: #FAB500;
  color: #26326F;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.btn.btn-primary:hover, ul.nav li a[href^="/contact"]:hover, ul.nav li a[href^="/cy/contact"]:hover {
  background: #ffc01a;
  border-color: #ffc01a;
  color: #26326F;
  text-decoration: none !important;
}
.btn.btn-primary:active, ul.nav li a[href^="/contact"]:active, ul.nav li a[href^="/cy/contact"]:active, .btn.btn-primary:focus, ul.nav li a[href^="/contact"]:focus, ul.nav li a[href^="/cy/contact"]:focus {
  background: #ffc838;
  border-color: #ffc838;
  color: #26326F;
  text-decoration: none !important;
}
.btn.btn-secondary, ul.nav li a.btn-secondary[href^="/contact"], ul.nav li a.btn-secondary[href^="/cy/contact"] {
  background: #26326F;
  border-color: #26326F;
  color: #fff;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.btn.btn-secondary:hover, ul.nav li a.btn-secondary[href^="/contact"]:hover, ul.nav li a.btn-secondary[href^="/cy/contact"]:hover {
  background: #2e3c86;
  border-color: #2e3c86;
  color: #fff;
  text-decoration: none !important;
}
.btn.btn-secondary:active, ul.nav li a.btn-secondary[href^="/contact"]:active, ul.nav li a.btn-secondary[href^="/cy/contact"]:active, .btn.btn-secondary:focus, ul.nav li a.btn-secondary[href^="/contact"]:focus, ul.nav li a.btn-secondary[href^="/cy/contact"]:focus {
  background: #36479d;
  border-color: #36479d;
  color: #fff;
  text-decoration: none !important;
}
.btn.btn-default, ul.nav li a.btn-default[href^="/contact"], ul.nav li a.btn-default[href^="/cy/contact"] {
  background: rgba(0, 0, 0, 0.1);
  color: #26326F;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.btn.btn-default:hover, ul.nav li a.btn-default[href^="/contact"]:hover, ul.nav li a.btn-default[href^="/cy/contact"]:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #26326F;
  text-decoration: none !important;
}
.btn.btn-default:active, ul.nav li a.btn-default[href^="/contact"]:active, ul.nav li a.btn-default[href^="/cy/contact"]:active, .btn.btn-default:focus, ul.nav li a.btn-default[href^="/contact"]:focus, ul.nav li a.btn-default[href^="/cy/contact"]:focus {
  background: rgba(0, 0, 0, 0.1);
  color: #26326F;
  text-decoration: none !important;
}
.btn.btn-lg, ul.nav li a.btn-lg[href^="/contact"], ul.nav li a.btn-lg[href^="/cy/contact"] {
  font-size: 25px;
  height: 76px;
}
@media (max-width: 1600px) {
  .btn.btn-lg, ul.nav li a.btn-lg[href^="/contact"], ul.nav li a.btn-lg[href^="/cy/contact"] {
    font-size: 22px;
    height: 64px;
  }
}
@media (max-width: 767px) {
  .btn.btn-lg, ul.nav li a.btn-lg[href^="/contact"], ul.nav li a.btn-lg[href^="/cy/contact"] {
    font-size: 19px;
    height: 55px;
  }
}

.form-button {
  background: none;
  border: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #26326F;
  border-color: #26326F;
  color: #fff;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  padding: 15px 25px;
}
.form-button:hover {
  background: #2e3c86;
  border-color: #2e3c86;
  color: #fff;
  text-decoration: none !important;
}
.form-button:active, .form-button:focus {
  background: #36479d;
  border-color: #36479d;
  color: #fff;
  text-decoration: none !important;
}
.form-button.muted {
  background: rgba(38, 50, 111, 0.7);
  border-color: rgba(38, 50, 111, 0.7);
  color: #fff;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.form-button.muted:hover {
  background: rgba(46, 60, 134, 0.7);
  border-color: rgba(46, 60, 134, 0.7);
  color: #fff;
  text-decoration: none !important;
}
.form-button.muted:active, .form-button.muted:focus {
  background: rgba(54, 71, 157, 0.7);
  border-color: rgba(54, 71, 157, 0.7);
  color: #fff;
  text-decoration: none !important;
}

.hp {
  display: none !important;
}

.form-group {
  margin: 0 0 20px;
  position: relative;
}

label {
  color: #26326F;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  display: block;
  margin: 0 0 5px;
}
label.error {
  color: red;
  font-size: 11px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

.form-control {
  background: #fff;
  border: 2px solid #fff;
  border-radius: 7px;
  color: #26326F;
  display: block;
  font-size: 18px;
  height: 55px;
  line-height: 1.4;
  outline: 0px !important;
  padding: 15px 17px;
  width: 100%;
}
.form-control::-webkit-input-placeholder {
  color: #26326F;
}
.form-control::-moz-placeholder {
  color: #26326F;
}
.form-control:-ms-input-placeholder {
  color: #26326F;
}
.form-control::-ms-input-placeholder {
  color: #26326F;
}
.form-control::placeholder {
  color: #26326F;
}
.form-control:focus {
  border: 2px solid #26326F;
  -webkit-box-shadow: 0 0 3px #ccc;
          box-shadow: 0 0 3px #ccc;
}
.form-control.error {
  border: 2px solid #CD403C;
}
.form-control.error:focus {
  border: 1px solid #CD403C;
  -webkit-box-shadow: 0 0 3px #CD403C;
          box-shadow: 0 0 3px #CD403C;
}

textarea {
  height: 100px;
  line-height: 1.64;
}

label.checkbox,
label.radio {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 !important;
  position: relative;
  width: 100%;
}
label.checkbox + .checkbox,
label.radio + .checkbox {
  margin-top: 7px;
}
label.checkbox input[type=checkbox],
label.checkbox input[type=radio],
label.radio input[type=checkbox],
label.radio input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border: 1px solid #bbb;
  border-radius: 2px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18px;
          flex: 0 0 18px;
  margin: 0 8px 0 0 !important;
  height: 18px;
  position: relative !important;
  width: 18px;
}
label.checkbox input[type=checkbox]:after,
label.checkbox input[type=radio]:after,
label.radio input[type=checkbox]:after,
label.radio input[type=radio]:after {
  background: url("/images/checkmark.svg") top center/contain no-repeat;
  content: "";
  cursor: pointer;
  height: 14px;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  width: 14px;
}
label.checkbox input[type=checkbox]:hover:after,
label.checkbox input[type=radio]:hover:after,
label.radio input[type=checkbox]:hover:after,
label.radio input[type=radio]:hover:after {
  opacity: 0.5;
}
label.checkbox input[type=checkbox]:checked:after,
label.checkbox input[type=radio]:checked:after,
label.radio input[type=checkbox]:checked:after,
label.radio input[type=radio]:checked:after {
  background: url("/images/checkmark.svg") top center/contain no-repeat;
  opacity: 1;
}
label.checkbox input[type=checkbox]:focus, label.checkbox input[type=checkbox]:active,
label.checkbox input[type=radio]:focus,
label.checkbox input[type=radio]:active,
label.radio input[type=checkbox]:focus,
label.radio input[type=checkbox]:active,
label.radio input[type=radio]:focus,
label.radio input[type=radio]:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
label.checkbox span,
label.radio span {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}

/* FANCY PLACEHOLDER LABELS */
label.fancy-label {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #FFA500;
  cursor: text;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  top: 14px;
  left: 18px;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  text-transform: none;
}
label.fancy-label.aside {
  left: 18px;
  padding: 0;
  color: #26326F;
  background: none;
  top: 7px;
  font-size: 11px;
}

#success-msg {
  background: #f1f1f1;
  border-top: 4px solid #26326F;
  padding: 20px 25px;
}
#success-msg h2 {
  margin: 0 0 10px;
}

header {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: url("/images/top-bar-bg.png") top left/auto 60px no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  padding: 0 50px 0 30px;
}
@media (max-width: 1720px) {
  header {
    background-size: 3300px 60px;
  }
}
@media (max-width: 1600px) {
  header {
    background-size: 2950px 60px;
  }
}
@media (max-width: 1480px) {
  header {
    background-size: 2900px 60px;
  }
}
@media (max-width: 1360px) {
  header {
    display: none;
  }
}
header .left {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 500px;
          flex: 0 0 500px;
}
@media (max-width: 1720px) {
  header .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 450px;
            flex: 0 0 450px;
  }
}
@media (max-width: 1600px) {
  header .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 425px;
            flex: 0 0 425px;
  }
}
@media (max-width: 1480px) {
  header .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
            flex: 0 0 400px;
  }
}
header .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
header .right .top-bar {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  gap: 40px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header .right .top-bar .language-btn {
  color: #26326F;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  height: 40px;
  padding-left: 0;
  padding-right: 15px;
  text-transform: uppercase;
}
header .right .top-bar .language-btn:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
header .right .top-bar .language-btn img {
  display: inline-block;
  height: 32px;
  margin: 4px 10px 4px 4px;
  width: 32px;
}
header .right .top-bar .contact-blocks {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (max-width: 1480px) {
  header .right .top-bar .contact-blocks {
    gap: 30px;
  }
}
header .right .top-bar .contact-blocks .contact-block {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
header .right .top-bar .contact-blocks .contact-block img {
  display: block;
}
header .right .top-bar .contact-blocks .contact-block .contact-label {
  font-size: 18px;
}
@media (max-width: 1480px) {
  header .right .top-bar .contact-blocks .contact-block .contact-label {
    display: none;
  }
}
header .right .top-bar .contact-blocks .contact-block .short-label {
  display: none;
}
@media (max-width: 1480px) {
  header .right .top-bar .contact-blocks .contact-block .short-label {
    display: block;
  }
}
header .right .top-bar .social-icons {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
header .right .top-bar .social-icons img {
  display: block;
}
header .right .top-bar .social-icons img:hover {
  opacity: 0.7;
}
header .right .menu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.mobile-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: none;
  height: 100px;
  padding: 0 20px;
  position: fixed;
  -webkit-transform: translate3d(0, -100px, 0);
          transform: translate3d(0, -100px, 0);
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  width: 100%;
  z-index: 9998;
}
@media (max-width: 1360px) {
  .mobile-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) {
  .mobile-header {
    height: 60px;
    padding: 0 10px 0 20px;
    -webkit-transform: translate3d(0, -60px, 0);
            transform: translate3d(0, -60px, 0);
  }
}
.mobile-header .left {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 0px;
          flex: 0 1 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.mobile-header .left .mobile-logo img {
  height: 80px;
  position: relative;
  top: 8px;
  max-width: none;
}
@media (max-width: 767px) {
  .mobile-header .left .mobile-logo img {
    height: 50px;
  }
}
.mobile-header .right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  gap: 40px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
}
@media (max-width: 767px) {
  .mobile-header .right {
    gap: 25px;
  }
}
.mobile-header .right .menu-button {
  cursor: pointer;
  height: 60px;
  position: relative;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  width: 40px;
}
.mobile-header .right .menu-button i {
  color: #26326F;
  font-size: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
@media (max-width: 767px) {
  .mobile-header .right .menu-button i {
    font-size: 30px;
  }
}
.mobile-header .right .menu-button i.fa-bars {
  opacity: 1;
  visibility: visible;
}
.mobile-header .right .menu-button i.fa-times {
  opacity: 0;
  visibility: hidden;
}
.mobile-header .right .phone-button {
  cursor: pointer;
  display: none;
}
@media (max-width: 1360px) {
  .mobile-header .right .phone-button {
    display: block;
  }
  .mobile-header .right .phone-button img {
    display: block;
    width: 25px;
  }
}
@media (max-width: 400px) {
  .mobile-header .right .phone-button {
    display: none;
  }
}
.mobile-header .right .email-button {
  cursor: pointer;
  display: none;
}
@media (max-width: 1360px) {
  .mobile-header .right .email-button {
    display: block;
  }
  .mobile-header .right .email-button img {
    display: block;
    width: 30px;
  }
}
@media (max-width: 479px) {
  .mobile-header .right .email-button {
    display: none;
  }
}
.mobile-header .right .language-btn {
  font-size: 12px;
  padding-left: 5px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .mobile-header .right .language-btn {
    padding-right: 0;
  }
}
.mobile-header .right .language-btn img {
  height: 40px;
  margin-right: 5px;
  width: 40px;
}
@media (max-width: 767px) {
  .mobile-header .right .language-btn .lang-label {
    display: none;
  }
}

.nav-open .mobile-header {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

body.scrolled .mobile-header {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

.nav-open .mobile-header .menu-button i.fa-bars {
  opacity: 0;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  visibility: hidden;
}
.nav-open .mobile-header .menu-button i.fa-times {
  opacity: 1;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  visibility: visible;
}

ul.nav {
  list-style: none;
  margin: 0;
  text-align: center;
}
@media (max-width: 1360px) {
  ul.nav.desktop {
    display: none;
  }
}
ul.nav.mobile {
  display: none;
  padding: 0;
}
@media (max-width: 1360px) {
  ul.nav.mobile {
    background: #fff;
    display: block;
    opacity: 0;
    padding-top: 17vw;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    overflow: auto;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    visibility: hidden;
    z-index: 99;
  }
}
@media (max-width: 479px) {
  ul.nav.mobile {
    padding-top: 130px;
  }
}
ul.nav li {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  z-index: 1;
}
ul.nav li + li {
  margin-left: 45px;
}
@media (max-width: 1480px) {
  ul.nav li + li {
    margin-left: 30px;
  }
}
@media (max-width: 1360px) {
  ul.nav li + li {
    margin-left: 0;
  }
}
ul.nav li:hover {
  z-index: 2;
}
ul.nav li:before {
  display: none;
}
@media (max-width: 1360px) {
  ul.nav li {
    display: block;
  }
}
ul.nav li:last-of-type {
  padding-right: 0;
}
ul.nav li a {
  color: #26326F;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  display: block;
  line-height: 1;
  padding: 25px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 1750px) {
  ul.nav li a {
    font-size: 22px;
  }
}
@media (max-width: 1525px) {
  ul.nav li a {
    font-size: 21px;
  }
}
@media (max-width: 1360px) {
  ul.nav li a {
    display: block;
    font-size: 22px;
    margin: 0;
    line-height: 1;
    height: auto;
    padding: 15px 25px;
    text-align: center;
  }
  ul.nav li a:after {
    display: none !important;
  }
}
ul.nav li a:active, ul.nav li a:focus {
  outline: none;
  text-decoration: none;
}
ul.nav li a:hover {
  color: #26326F;
  text-decoration: none;
}
ul.nav li a.active {
  color: #26326F;
  font-weight: 700;
  text-decoration: none;
}
ul.nav li a[href^="/contact"], ul.nav li a[href^="/cy/contact"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1360px) {
  ul.nav li a[href^="/contact"], ul.nav li a[href^="/cy/contact"] {
    font-size: 22px;
    margin-top: 10px;
  }
}
ul.nav li a &gt; i.fa-chevron-down {
  color: #26326F;
  font-size: 11px;
  position: relative;
  top: -3px;
  right: -3px;
}
@media (max-width: 1360px) {
  ul.nav li a &gt; i.fa-chevron-down {
    background: rgba(0, 0, 0, 0.16);
    border-radius: 50%;
    color: #26326F;
    font-size: 16px;
    height: 34px;
    margin-left: 10px;
    padding-top: 10px;
    top: -1px;
    width: 34px;
    z-index: 2;
    position: absolute;
    top: 50%;
    right: -30px;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
}
ul.nav li.has-submenu a:hover:after {
  display: none;
}
ul.nav li.active-submenu a:after {
  display: none;
}
ul.nav li.mobile-social-icons {
  margin-top: 20px;
  text-align: center;
}
ul.nav li.mobile-social-icons a {
  color: #26326F;
  display: inline-block;
  padding: 5px;
}
ul.nav li.mobile-social-icons a + a {
  margin-left: 2px;
}
ul.nav li.mobile-social-icons a i {
  color: #26326F;
  font-size: 1.7em;
}
ul.nav li.mobile-social-icons a:hover {
  text-decoration: none;
}
ul.nav li ul {
  background: #26326F;
  border-radius: 18px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  display: block;
  list-style: none;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  width: auto;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  z-index: 99999;
}
@media (max-width: 1360px) {
  ul.nav li ul {
    background: none;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: block;
    opacity: 1;
    visibility: visible;
    position: relative;
  }
  ul.nav li ul.open {
    display: block;
  }
}
ul.nav li ul.two-cols {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  gap: 20px;
}
ul.nav li ul:before {
  background: url("/images/nav-caret.png") center/100% 100% no-repeat;
  content: "";
  height: 11px;
  position: absolute;
  top: -11px;
  left: 50px;
  width: 14px;
}
@media (max-width: 1360px) {
  ul.nav li ul:before {
    display: none;
  }
}
ul.nav li ul:after {
  content: "";
  height: 15px;
  position: absolute;
  top: -15px;
  right: 0;
  bottom: auto;
  left: 0;
  width: 100%;
}
@media (max-width: 1360px) {
  ul.nav li ul:after {
    display: none;
  }
}
ul.nav li ul li {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}
ul.nav li ul li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.37);
}
ul.nav li ul li:before {
  display: none;
}
ul.nav li ul li:first-of-type a {
  border-radius: 18px 18px 0 0;
}
ul.nav li ul li:last-of-type a {
  border-radius: 0 0 18px 18px;
}
ul.nav li ul li a {
  color: #fff;
  display: block;
  font-size: 16px;
  margin: 0;
  line-height: 1;
  height: auto;
  padding: 20px 30px 20px 40px;
  position: relative;
  text-align: left;
  white-space: nowrap;
  -webkit-transition: none;
  transition: none;
}
@media (max-width: 1360px) {
  ul.nav li ul li a {
    color: #26326F;
    font-size: 15px;
    padding: 10px 15px;
    text-align: center;
  }
}
ul.nav li ul li a:before {
  background: url("/images/nav-bullet.svg") top center/contain no-repeat;
  content: "";
  height: 14px;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  width: 11px;
}
@media (max-width: 1360px) {
  ul.nav li ul li a:before {
    display: none;
  }
}
ul.nav li ul li a i {
  color: #fff;
  font-size: 9px;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
ul.nav li ul li a:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
}
@media (max-width: 1360px) {
  ul.nav li ul li a:hover {
    background: none;
    color: #26326F;
  }
}
ul.nav li ul li a.active {
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
  font-weight: 400;
}
ul.nav li ul li a.active:after {
  display: none;
}
ul.nav li ul li:first-of-type {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
ul.nav li ul li:last-of-type {
  border-radius: 0 0 5px 5px;
  overflow: hidden;
}
ul.nav li ul li ul {
  position: absolute;
  top: -7px;
  left: calc(100% + 7px);
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  -webkit-transform: translate3d(-10px, 0, 0);
          transform: translate3d(-10px, 0, 0);
  opacity: 0;
  visibility: hidden;
}
ul.nav li ul li ul:before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: -7px;
  width: 7px;
}
ul.nav li ul li:hover ul {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}
ul.nav li:hover &gt; ul {
  opacity: 1;
  visibility: visible;
}

.compact .main-nav ul li a:after {
  top: calc(100% - 15px) !important;
}

.compact .main-nav ul li ul {
  top: calc(100% + 5px) !important;
}

.nav-open ul.nav.mobile {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  visibility: visible;
}
.nav-open #cookie-bar-show-button {
  display: none;
}

.homepage-banner {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 45vw;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 11vw;
  position: relative;
}
@media (max-width: 1530px) {
  .homepage-banner {
    height: 49vw;
  }
}
@media (max-width: 767px) {
  .homepage-banner {
    background-position: right -20vw center;
    height: auto;
    padding: 50px 0;
  }
}
@media (max-width: 479px) {
  .homepage-banner {
    padding: 40px 0;
  }
}
.homepage-banner .mobile-overlay {
  display: none;
}
@media (max-width: 767px) {
  .homepage-banner .mobile-overlay {
    background: rgba(38, 50, 111, 0.65);
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
  }
}
.homepage-banner .grey-sweep {
  background: url("/images/homepage-banner-grey-sweep.png") right -16vw top 0/124% 100% no-repeat;
  height: 6vw;
  position: absolute;
  top: 100%;
  right: 0;
  width: 63vw;
  z-index: 3;
}
.homepage-banner .yellow-sweep {
  background: url("/images/homepage-banner-yellow-sweep.png") center/100% 100% no-repeat;
  height: 23vw;
  position: absolute;
  bottom: -6vw;
  width: 63vw;
  z-index: 3;
}
@media (max-width: 1530px) {
  .homepage-banner .yellow-sweep {
    width: 80vw;
  }
}
.homepage-banner .banner-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45vw;
          flex: 0 0 45vw;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  z-index: 4;
}
@media (max-width: 1360px) {
  .homepage-banner .banner-inner {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50vw;
            flex: 0 0 50vw;
  }
}
@media (max-width: 1200px) {
  .homepage-banner .banner-inner {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70vw;
            flex: 0 0 70vw;
  }
}
@media (max-width: 1100px) {
  .homepage-banner .banner-inner {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80vw;
            flex: 0 0 80vw;
  }
}
@media (max-width: 980px) {
  .homepage-banner .banner-inner {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90vw;
            flex: 0 0 90vw;
  }
}
.homepage-banner .banner-inner .caption-box {
  position: relative;
  top: -2.5vw;
  width: 720px;
}
@media (max-width: 1360px) {
  .homepage-banner .banner-inner .caption-box {
    margin-left: 60px;
    width: auto;
  }
}
@media (max-width: 767px) {
  .homepage-banner .banner-inner .caption-box {
    margin-left: 40px;
  }
}
@media (max-width: 479px) {
  .homepage-banner .banner-inner .caption-box {
    margin-left: 20px;
  }
}
.homepage-banner .banner-inner .caption-box .title {
  color: #fff;
  font-size: 51px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1.06;
  margin: 0 0 22px;
  text-align: right;
}
@media (max-width: 1360px) {
  .homepage-banner .banner-inner .caption-box .title {
    font-size: 40px;
    margin: 0 0 18px;
    text-align: left;
  }
}
@media (max-width: 980px) {
  .homepage-banner .banner-inner .caption-box .title {
    font-size: 30px;
  }
}
.homepage-banner .banner-inner .caption-box .subtitle {
  color: #FAB500;
  font-size: 27px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.22;
  margin: 0 0 26px;
  text-align: right;
}
@media (max-width: 1360px) {
  .homepage-banner .banner-inner .caption-box .subtitle {
    font-size: 23px;
    margin: 0 0 18px;
    text-align: left;
  }
}
@media (max-width: 980px) {
  .homepage-banner .banner-inner .caption-box .subtitle {
    font-size: 20px;
  }
}
.homepage-banner .banner-inner .caption-box .caption {
  color: #fff;
  font-size: 19px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-weight: normal;
  line-height: 1.2;
  margin: 0 0 50px;
  text-align: right;
}
@media (max-width: 1360px) {
  .homepage-banner .banner-inner .caption-box .caption {
    font-size: 18px;
    margin: 0 0 30px;
    text-align: left;
  }
}
@media (max-width: 980px) {
  .homepage-banner .banner-inner .caption-box .caption {
    font-size: 16px;
  }
}
.homepage-banner .banner-inner .caption-box .buttons {
  text-align: right;
}
@media (max-width: 1360px) {
  .homepage-banner .banner-inner .caption-box .buttons {
    text-align: left;
  }
}

.homepage-cta {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: url("/images/homepage-grey-sweep.png") center center/100% 100% no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 0 80px;
}
@media (max-width: 1360px) {
  .homepage-cta {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .homepage-cta {
    background-size: 180% 100%;
  }
}
@media (max-width: 767px) {
  .homepage-cta {
    background-size: 240% 100%;
  }
}
.homepage-cta .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40vw;
          flex: 0 0 40vw;
}
@media (max-width: 1360px) {
  .homepage-cta .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30vw;
            flex: 0 0 30vw;
  }
}
@media (max-width: 991px) {
  .homepage-cta .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-right: 50px;
  }
}
.homepage-cta .left .img-frame {
  background: url("/images/homepage-cta-image-frame.png") center center/100% 100% no-repeat;
  position: relative;
  top: -60px;
  width: 100%;
}
@media (max-width: 1360px) {
  .homepage-cta .left .img-frame {
    top: -30px;
  }
}
@media (max-width: 991px) {
  .homepage-cta .left .img-frame {
    top: -70px;
  }
}
.homepage-cta .left .img-frame:after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.homepage-cta .left .img-frame .img {
  height: calc(100% - 50px);
  position: absolute;
  top: 25px;
  right: 57px;
  width: calc(100% - 10px);
}
.homepage-cta .right {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
@media (max-width: 991px) {
  .homepage-cta .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media (max-width: 767px) {
  .homepage-cta .right {
    margin-top: -20px;
  }
}
.homepage-cta .right .right-inner {
  margin: 0 100px 0 140px;
}
@media (max-width: 1360px) {
  .homepage-cta .right .right-inner {
    margin: 0 60px 0 100px;
  }
}
@media (max-width: 991px) {
  .homepage-cta .right .right-inner {
    margin: 0 50px 50px;
  }
}
@media (max-width: 767px) {
  .homepage-cta .right .right-inner {
    margin: 0 30px 40px;
  }
}
@media (max-width: 479px) {
  .homepage-cta .right .right-inner {
    margin: 0 20px 40px;
  }
}
.homepage-cta .right .right-inner .title {
  color: #26326F;
  font-size: 38px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 20px;
}
@media (max-width: 1500px) {
  .homepage-cta .right .right-inner .title {
    font-size: 26px;
  }
}
@media (max-width: 1100px) {
  .homepage-cta .right .right-inner .title {
    font-size: 25px;
  }
}
.homepage-cta .right .right-inner .buttons {
  margin: 40px 0 0;
}
@media (max-width: 767px) {
  .homepage-cta .right .right-inner .buttons {
    text-align: center;
  }
}

.team-intro-wrap {
  max-width: 1080px;
}

.team {
  display: -ms-grid;
  display: grid;
  gap: 90px 50px;
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr 50px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 50px 0 0;
}
@media (max-width: 1360px) {
  .team {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .team {
    gap: 50px;
    -ms-grid-columns: 1fr 50px 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 479px) {
  .team {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.team a.team-member {
  border-bottom: none !important;
  max-width: 289px;
}
@media (max-width: 479px) {
  .team a.team-member {
    max-width: 100%;
  }
}
.team a.team-member .image-wrap {
  background: url("/images/team-member-listing-bg.png") center center/100% 100% no-repeat;
  position: relative;
  margin: 0 0 20px;
  width: 100%;
}
.team a.team-member .image-wrap:after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.team a.team-member .image-wrap .img {
  border-radius: 50%;
  height: calc(100% - 40px);
  overflow: hidden;
  position: absolute;
  top: 14px;
  left: 20px;
  width: calc(100% - 40px);
}
.team a.team-member .name {
  font-weight: 700;
  margin: 0 0 10px;
  text-align: center;
}
.team a.team-member .role {
  font-weight: 500;
  text-align: center;
}

.articles {
  display: -ms-grid;
  display: grid;
  gap: 80px 60px;
  -ms-grid-columns: 1fr 60px 1fr 60px 1fr;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1300px) {
  .articles {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .articles {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 40px 30px;
  }
}
.articles .article {
  background: #fff;
  border-radius: 36px;
  -webkit-box-shadow: 0 3px 22px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 22px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 23px;
}
.articles .article .image-wrap {
  border-radius: 23px;
  margin: 0 0 20px;
  overflow: hidden;
  position: relative;
}
.articles .article .image-wrap .img {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.articles .article .image-wrap .date {
  background: #26326F;
  border-bottom-left-radius: 18px;
  padding: 10px 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
}
.articles .article .image-wrap .date .year, .articles .article .image-wrap .date .month {
  color: #fff;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
.articles .article .image-wrap .date .day {
  color: #fff;
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}
.articles .article .title {
  color: #26326F;
  font-size: 27px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .articles .article .title {
    font-size: 18px;
  }
}
.articles .article .buttons {
  margin-top: auto;
  padding-top: 20px;
}
.articles .article .buttons .btn, .articles .article .buttons ul.nav li a[href^="/contact"], ul.nav li .articles .article .buttons a[href^="/contact"], .articles .article .buttons ul.nav li a[href^="/cy/contact"], ul.nav li .articles .article .buttons a[href^="/cy/contact"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.articles .article:hover {
  text-decoration: none;
}
.articles .article:hover .image-wrap .img {
  -webkit-transform: translate3d(0, 0, 0) scale(1.05);
          transform: translate3d(0, 0, 0) scale(1.05);
}

footer {
  background: #26326F;
  padding: 30px;
}
@media (max-width: 767px) {
  footer {
    padding: 30px 15px;
  }
}
footer .top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1200px) {
  footer .top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
footer .top .left {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
@media (max-width: 1200px) {
  footer .top .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: center;
  }
}
footer .top .right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 0px;
          flex: 0 1 0;
  white-space: nowrap;
}
footer .top .right * {
  color: #fff;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
@media (max-width: 1200px) {
  footer .top .right * {
    white-space: normal;
  }
}
@media (max-width: 1200px) {
  footer .top .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: center;
  }
}
footer hr {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
footer .bottom {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1200px) {
  footer .bottom {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: center;
  }
}
footer .bottom ul.footer-legal-links {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
}
@media (max-width: 1200px) {
  footer .bottom ul.footer-legal-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 30px 0 0;
  }
}
footer .bottom ul.footer-legal-links li {
  margin: 0;
  padding: 0;
}
footer .bottom ul.footer-legal-links li + li {
  margin: 0 0 0 30px;
}
@media (max-width: 1200px) {
  footer .bottom ul.footer-legal-links li + li {
    margin: 10px 0 0;
  }
}
footer .bottom ul.footer-legal-links li a {
  color: #fff;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.attribution {
  color: #26326F;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  padding: 10px 0;
  text-align: center;
}
.attribution * {
  color: #26326F;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}</pre></body></html>