﻿.c-white, .cb-white {
  color: #fff !important; }

.cb-white {
  border-color: #fff !important; }

.c-pale-blue {
  color: #69c !important; }

.bg-grey {
  background-color: #f4f5f6; }

.bg-purple {
  background-color: #782168; }

.bg-blue-pale {
  background-color: #69c; }

.bg-purple-span > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #782168;
  opacity: .8;
  z-index: 0; }

.bg-grey-dark {
  background-color: #323c46; }

@font-face {
  font-family: Akzidenz Grotesk Regular;
  font-style: normal;
  font-weight: 400;
  src: url("/Static/Thomas Miller/fonts/Akzidenz-Grotesk-Regular.ttf") format("truetype"); }

@font-face {
  font-family: Akzidenz Grotesk Light;
  font-style: normal;
  font-weight: 100;
  src: url("/Static/Thomas Miller/fonts/Akzidenz-Grotesk-Light.ttf") format("truetype"); }

@font-face {
  font-family: Akzidenz Grotesk Medium;
  font-style: normal;
  font-weight: 400;
  src: url("/Static/Thomas Miller/fonts/Berthold-Akzidenz-Grotesk-Medium.ttf") format("truetype"); }

@font-face {
  font-family: Akzidenz Grotesk BE Condensed;
  font-style: normal;
  font-weight: 400;
  src: url("/Static/Thomas Miller/fonts/Berthold-Akzidenz-Grotesk-BE-Condensed.ttf") format("truetype"); }

.font-large-num {
  font-size: 138px !important;
  font-family: var(--custom-font, "Akzidenz Grotesk BE Condensed");
  line-height: 138px;
  padding: 0;
  margin: 0; }

.font-med {
  font-size: 26px !important;
  line-height: 26px;
  padding: 0;
  margin: 0; }

.font-medium {
  font-family: var(--custom-font, "Akzidenz Grotesk Medium");
  color: #000; }

.font-regular {
  font-family: var(--custom-font, "Akzidenz Grotesk Regular");
  color: #000; }

.font-light {
  font-family: var(--custom-font, "Akzidenz Grotesk Light");
  color: #000; }

.font-BE {
  font-family: var(--custom-font, "Akzidenz Grotesk BE Condensed");
  color: #000; }

.hide {
  display: none; }

h1 {
  font-family: var(--custom-font, "Akzidenz Grotesk Light");
  font-weight: 100;
  font-size: 56px;
  line-height: 1em; }

h2 {
  font-weight: 400;
  font-size: 36px;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
  position: relative;
  margin: 0 0 20px;
  padding: 0;
  line-height: 1em; }

h2, h3 {
  display: block;
  font-family: var(--custom-font, "Akzidenz Grotesk Regular"); }

h3 {
  -webkit-margin-before: 1em;
  margin-block-start: 1em;
  -webkit-margin-after: 1em;
  margin-block-end: 1em; }

h4 {
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  display: block;
  margin: 0 0 12px; }

a, h4 {
  font-family: var(--custom-font, "Akzidenz Grotesk Regular"); }

a {
  text-decoration: none;
  font-weight: 100; }

p {
  line-height: 1.6em; }

p, p.fs-large {
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0; }

p.fs-large {
  font-size: 74px;
  line-height: 1em;
  font-weight: 400; }

@media (max-width: 46.24em) {
  p.fs-large {
    font-size: 54px; } }

@media (max-width: 19.99em) {
  p.fs-large {
    font-size: 34px; } }

p.no-margins {
  margin: 0; }

p.number-big {
  font-size: 40px;
  line-height: 40px;
  font-family: var(--custom-font, "Akzidenz Grotesk BE Condensed"); }

figcaption {
  margin-top: 10px; }

.number {
  font-family: var(--custom-font, "Akzidenz Grotesk BE Condensed"); }

.chev-r span:after {
  color: #b06c96;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: inline-block;
  height: 10px;
  left: 1.45em;
  position: relative;
  top: 8px;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 10px;
  left: 10px;
  transform: rotate(45deg);
  padding: 0;
  margin: 0;
  left: 2px;
  cursor: pointer; }

@media (min-width: 769px) {
  p.number-big {
    font-size: 60px;
    line-height: 60px;
    font-family: var(--custom-font, "Akzidenz Grotesk BE Condensed"); } }

@media (min-width: 1000px) {
  p.number-big {
    font-size: 140px;
    line-height: 140px;
    font-family: var(--custom-font, "Akzidenz Grotesk BE Condensed"); } }

html {
  box-sizing: border-box; }

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

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

body {
  margin: 0; }

article, aside, footer, header, nav, section {
  display: block; }

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

figcaption, figure, main {
  display: block; }

figure {
  margin: 1em 40px; }

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

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

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

b, strong {
  font-weight: inherit;
  font-weight: bolder; }

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

dfn {
  font-style: italic; }

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

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

audio, video {
  display: inline-block; }

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

img {
  border-style: none; }

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

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

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

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

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

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

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

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

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

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

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

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

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

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

details, menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

[hidden], template {
  display: none; }

blockquote, body, dd, dl, fieldset, figure, h1, h2, h3, h4, h5, h6, hr, legend, ol, p, pre, ul {
  margin: 0;
  padding: 0; }

li > ol, li > ul {
  margin-bottom: 0; }

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

fieldset {
  min-width: 0;
  border: 0; }

address, blockquote, dl, fieldset, figure, h1, h2, h3, h4, h5, h6, hr, ol, p, pre, table, ul {
  margin-bottom: 24px; }

dd, ol, ul {
  margin-left: 24px; }

ol li {
  padding: 0 0 15px 0;
  line-height: 1.4em; }

html {
  overflow-y: scroll;
  min-height: 100%;
  font-family: var(--custom-font, "Akzidenz Grotesk Regular");
  color: #323c46; }

h1 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.16667; }

h2 {
  font-size: 36px;
  line-height: 1.28571; }

h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25; }

h4 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5; }

h5 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333; }

h6 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

img {
  max-width: 100%;
  font-style: italic;
  vertical-align: middle; }

img[height], img[width] {
  max-width: none; }

a:active, a:focus, a:hover {
  color: var(--secondary, #e09041); }

a.no-hover:active, a.no-hover:focus, a.no-hover:hover {
  color: var(--primary, #144786); }

address {
  font-style: normal; }

label {
  display: block;
  font-size: 16px;
  color: #686868;
  margin-bottom: 0; }

label.required:after {
  color: red;
  content: " *"; }

input, select, textarea {
  background-color: #fff;
  border: 1px solid #97a0b0;
  padding: 12px 24px;
  color: #97a0b0;
  font-family: var(--custom-font, "Akzidenz Grotesk Regular");
  margin: 0 0 20px;
  width: 100%;
  outline: none; }

input:active, input:focus, select:active, select:focus, textarea:active, textarea:focus {
  border-color: var(--primary, #144786);
  color: #323c46; }

input:required:invalid, select:required:invalid, textarea:required:invalid {
  border-left-color: #e09041;
  border-left-width: 2px; }

input:required:valid, select:required:valid, textarea:required:valid {
  border-left-color: #63d876;
  border-left-width: 2px; }

input[type=checkbox], input[type=radio] {
  width: auto;
  margin-bottom: 12px; }

input[type=checkbox] {
  margin-left: 12px; }

input[type=radio] {
  margin-right: 12px; }

.general-enquiry {
  color: #686868; }

.general-enquiry.row {
  background-color: #f9f9f9;
  padding: 80px 0; }

.general-enquiry .o-wrapper {
  width: 70%; }

@media (max-width: 61.24em) {
  .general-enquiry .o-wrapper {
    width: 70%; } }

@media (max-width: 46.24em) {
  .general-enquiry .o-wrapper {
    width: 100%; } }

.general-enquiry .o-wrapper form select {
  margin-bottom: 20px; }

.general-enquiry .o-wrapper form .captcha {
  display: flex;
  align-items: flex-end;
  justify-content: space-between; }

.general-enquiry .o-wrapper form .captcha > div:first-child {
  display: flex;
  align-items: flex-end; }

.general-enquiry .o-wrapper form .captcha > div:first-child > div:first-child {
  margin-right: 18px; }

.general-enquiry .o-wrapper form .captcha input {
  margin-bottom: 0; }

.general-enquiry .o-wrapper form .captcha input[type=submit] {
  background-color: #40c1ac;
  border-radius: 10px;
  color: #fff;
  padding: 14px 79px 8px; }

@media (max-width: 46.24em) {
  .general-enquiry .o-wrapper form .captcha input[type=submit] {
    padding: 14px 4px 8px; } }

.o-wrapper:after {
  content: "" !important;
  display: block !important;
  clear: both !important; }

.o-list-bare {
  list-style: none; }

.o-list-bare, .o-list-bare__item {
  margin-left: 0; }

.o-list-inline {
  margin-left: 0;
  list-style: none; }

.o-list-inline__item {
  display: inline-block; }

.o-flex .o-flex__1 {
  flex: 1; }

.o-flex .o-flex__1--ie {
  flex: 1 0 auto; }

.o-flex .o-flex__2 {
  flex: 2; }

.o-flex .o-flex__2--ie {
  flex: 2 0 auto; }

.o-flex .o-flex__3 {
  flex: 3; }

.o-flex .o-flex__3--ie {
  flex: 3 0 auto; }

.o-flex .o-flex__4 {
  flex: 4; }

.o-flex .o-flex__4--ie {
  flex: 4 0 auto; }

.o-flex .o-flex__5 {
  flex: 5; }

.o-flex .o-flex__5--ie {
  flex: 5 0 auto; }

.o-flex .o-flex__6 {
  flex: 6; }

.o-flex .o-flex__6--ie {
  flex: 6 0 auto; }

.o-overlap--top {
  position: relative;
  margin-top: -48px;
  padding-top: 48px;
  z-index: -1; }

.o-article {
  display: flex; }

.o-article .o-article__main {
  flex: 2;
  margin-right: 24px; }

.o-article .o-article__sidebar {
  flex: 1; }

.o-main-text h1, .o-main-text h2, .o-main-text h3, .o-main-text h4 {
  margin-top: 48px; }

.o-main-text img {
  height: auto !important; }

button {
  position: relative;
  display: inline-block;
  z-index: 1;
  background: none;
  border-radius: 12px;
  padding: 5px 28px;
  font-size: 12px;
  margin: 0 0 20px;
  outline: none; }

button.green {
  background-color: #40c1ac;
  border-radius: 20px;
  color: #fff;
  font-size: 17px;
  padding: 6px 50px;
  margin: 0;
  border: 0;
  font-size: 15px; }

.btn.sq {
  border-radius: 0; }

.btn.full {
  width: 100%; }

.c-h1, .o-main-text h1 {
  font-weight: 400;
  color: #144786;
  font-family: var(--custom-font, "Akzidenz Grotesk Light");
  font-size: 60px; }

@media (max-width: 61.24em) {
  .c-h1, .o-main-text h1 {
    font-size: 40px; } }

@media (max-width: 46.24em) {
  .c-h1, .o-main-text h1 {
    font-size: 30px; } }

.c-h2, .o-main-text h2 {
  color: #154887;
  font-size: 36px;
  line-height: 36px; }

.c-h2, .c-h3, .o-main-text h2, .o-main-text h3 {
  font-weight: 400;
  font-family: var(--custom-font, "Akzidenz Grotesk Regular"); }

.c-h3, .o-main-text h3 {
  color: #144786;
  font-size: 28px; }

.c-h4, .o-main-text h4 {
  font-weight: 400;
  color: #154887;
  font-family: var(--custom-font, "Akzidenz Grotesk Regular");
  font-size: 20px; }

input.search-input[type=text] {
  box-sizing: border-box;
  border: 1px solid #ccc;
  font-size: 1.6rem;
  background-color: #fff;
  background-image: url("/Static/Thomas Miller/images/ic-mag-green-35.png");
  background-position: 98% 50%;
  background-repeat: no-repeat;
  margin: 0 0 22px;
  transition: width .4s ease-in-out;
  width: 100%;
  outline: none;
  background-size: 40px; }

input[type=text]:focus {
  width: 100%; }

::-webkit-input-placeholder {
  color: #c4cad4;
  opacity: 1; }

::-moz-placeholder {
  color: #c4cad4;
  opacity: 1; }

:-ms-input-placeholder {
  opacity: 1; }

::-ms-input-placeholder {
  opacity: 1; }

::placeholder {
  color: #c4cad4;
  opacity: 1; }

:-ms-input-placeholder {
  color: #c4cad4; }

::-ms-input-placeholder {
  color: #c4cad4; }

.c-button--tag {
  font-size: 14px !important;
  margin-bottom: 10px;
  margin-right: 4px;
  padding: .6em 1em .4em 2em;
  border: 1px solid #c7d0d4;
  cursor: pointer;
  position: relative;
  color: #154887;
  border-radius: 20px; }

.c-button--tag:after {
  height: .94118rem;
  width: .94118rem;
  top: .47059rem;
  border: 1px solid #cdcdcd;
  border-radius: 50%;
  content: "";
  display: inline-block;
  left: 8px;
  position: absolute; }

.row.filters-border-bottom .c-button--tag {
  background: #000;
  font-size: 14px !important;
  margin-bottom: 10px;
  margin-right: 4px;
  padding: .6em 1em .4em 2em;
  border: 1px solid #c7d0d4;
  cursor: pointer;
  position: relative;
  color: #fff;
  border-radius: 20px; }

.row.filters-border-bottom .c-button--tag:after {
  height: .94118rem;
  width: .94118rem;
  top: .47059rem;
  border: 1px solid #cdcdcd;
  border-radius: 50%;
  content: "";
  display: inline-block;
  left: 8px;
  position: absolute;
  background: #fff; }

li.flyout {
  position: relative;
  display: inline-block;
  padding: 12px 34px;
  transition-property: opacity;
  transition-duration: .2s;
  transition-timing-function: ease-in; }

li.flyout, li.flyout > div {
  transform-style: preserve-3d; }

li.flyout > div {
  position: absolute;
  top: 63px;
  left: 0;
  background-color: #313c46;
  display: flex;
  width: 613px;
  box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.6), 0 16px 20px 0 rgba(0, 0, 0, 0.6);
  opacity: 0;
  z-index: -1;
  display: none; }

li.flyout > div > div {
  display: inline-block;
  width: 50%; }

li.flyout > div > div > ul {
  border-right: 1px solid #666;
  margin-top: 31px;
  margin-bottom: 31px;
  padding-bottom: 70px; }

li.flyout > div > div > ul > li {
  padding: 0 0 0 24px; }

li.flyout > div > div > ul > li > a {
  padding: 10px 22px;
  font-family: var(--custom-font, "Akzidenz Grotesk Medium");
  font-weight: 100;
  text-align: left; }

li.flyout > div > div img {
  width: 100%;
  padding: 0;
  margin-top: 24px;
  margin-bottom: 16px; }

li.flyout > div > div p {
  font-family: var(--custom-font, "Akzidenz Grotesk Medium");
  font-size: 13px; }

li.flyout > div > div p.date {
  font-family: var(--custom-font, "Akzidenz Grotesk Light");
  font-weight: 100; }

li.flyout > div > div:last-child {
  padding: 9px 24px; }

li.flyout:nth-child(2) > div {
  left: -156px; }

li.flyout:nth-child(3) > div {
  left: -309px; }

li.flyout:nth-child(4) > div {
  left: -468px; }

.breadcrumbs {
  position: relative;
  color: #666;
  margin: 0 0 12px; }

.breadcrumbs a {
  font-family: var(--custom-font, "Akzidenz Grotesk Light");
  color: #666; }

@media (min-width: 769px) {
  .breadcrumbs {
    margin: 0 0 44px; } }

.sub-nav {
  color: #666; }

.sub-nav p {
  line-height: 1.2em;
  margin-bottom: 0; }

.sub-nav a {
  color: #666; }

.sub-nav .o-wrapper {
  padding-top: 12px; }

.sub-nav .o-wrapper > a, .sub-nav .o-wrapper > p {
  margin-right: 32px; }

.sub-nav .o-wrapper > a.active, .sub-nav .o-wrapper > a:hover {
  border-bottom: 3px solid #40c1ac; }

@media (max-width: 46.24em) {
  .sub-nav .o-wrapper {
    display: flex;
    flex-direction: column; } }

.c-mobile-nav {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: 1001; }

.c-mobile-nav .c-mobile-nav-bg {
  background-color: transparent;
  transition: all 0.15s cubic-bezier(0.785, 0.135, 0.15, 0.86); }

.c-mobile-nav .c-mobile-nav-container {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  background-color: #c8d1d5;
  height: 100vh;
  position: fixed;
  min-width: 288px;
  max-width: 320px;
  left: -368px;
  transition: all 0.15s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  top: 0; }

.c-mobile-nav .c-mobile-nav-container > ul {
  margin-top: 96px;
  display: flex;
  flex-direction: column;
  height: calc(100vh - 96px);
  overflow-y: auto;
  transition: all 1.3s ease-in-out; }

.c-mobile-nav .c-mobile-nav-container > ul > li {
  border-top: 1px solid #c4cad4;
  transition: all 1.3s ease-in-out; }

.c-mobile-nav .c-mobile-nav-container .c-mobile-nav-link {
  font-size: 16px;
  display: inline-block;
  padding: 18px 0 20px;
  margin: 12px 24px 0; }

.c-mobile-nav .c-mobile-nav-container .c-mobile-nav-social {
  margin: 12px; }

.c-mobile-nav .c-mobile-nav-container .c-mobile-nav-social a {
  padding: 12px; }

.c-mobile-nav .c-mobile-nav-container .c-mobile-nav-sub-links {
  display: flex;
  flex-direction: column;
  margin-left: 24px;
  height: 0;
  overflow: hidden;
  transition: height 1.3s ease-in-out; }

.c-mobile-nav .c-mobile-nav-container .c-mobile-nav-sub-links a {
  padding: 12px;
  display: inline-block; }

.c-mobile-nav .c-mobile-nav-container .c-mobile-nav-sub-links a, .c-mobile-nav .c-mobile-nav-container .c-mobile-nav-sub-links div {
  padding: 6px 0;
  margin: 0; }

.c-mobile-nav .c-mobile-nav-container .c-mobile-nav-sub-links .c-mobile-subnav__sub-links {
  display: flex;
  flex-direction: column;
  height: 0;
  overflow: hidden;
  transition: all 0.15s cubic-bezier(0.785, 0.135, 0.15, 0.86); }

.c-mobile-nav .c-mobile-nav-container .c-mobile-nav-sub-links .c-mobile-subnav__sub-links li {
  transition: height 1.3s ease-in-out; }

.c-mobile-nav .c-mobile-nav-container .c-mobile-nav-sub-links .c-mobile-subnav__sub-links li:before {
  color: #bdc1c7;
  border-style: solid;
  border-width: .15em .15em 0 0;
  content: "";
  display: inline-block;
  height: .35em;
  left: .15em;
  position: relative;
  top: .85em;
  transform: rotate(-45deg);
  vertical-align: top;
  width: .35em;
  margin-right: .4em;
  left: 0;
  transform: rotate(45deg); }

.c-mobile-nav .c-mobile-nav-container .c-mobile-nav-sub-links .c-mobile-subnav__sub-links li a, .c-mobile-nav .c-mobile-nav-container .c-mobile-nav-sub-links .c-mobile-subnav__sub-links li div {
  padding: 6px 0;
  margin: 0;
  text-decoration: none;
  color: #324360;
  transition: height .3s ease-in-out; }

.c-mobile-nav .c-mobile-nav-container .c-mobile-nav-sub-links .c-mobile-subnav__sub-links.active {
  height: auto; }

.c-mobile-nav .c-mobile-nav-container .c-mobile-nav-sub-links.active {
  height: auto;
  padding-bottom: 12px; }

.c-mobile-nav li.u-p-b-small {
  border: 0 !important; }

.c-mobile-nav.active {
  width: 100vw;
  height: 100vh; }

.c-mobile-nav.active .c-mobile-nav-container {
  left: 0; }

.c-mobile-nav.active .c-mobile-nav-bg {
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%; }

.drop-icon, .drop-icon1 {
  color: #bdc1c7;
  border-style: solid;
  border-width: 0 .2em .2em 0;
  content: "";
  display: inline-block;
  height: .65em;
  left: 1.45em;
  position: relative;
  top: .32em;
  transform: rotate(-45deg);
  vertical-align: top;
  width: .65em;
  left: 10px;
  transform: rotate(45deg);
  padding: 0;
  margin: 0; }

.drop-icon1.active, .drop-icon.active {
  border-width: .2em 0 0 .2em;
  margin: 40px 0 12px; }

.drop-icon {
  margin: 30px 0 12px;
  left: -12px;
  cursor: pointer; }

.c-mobile-nav_three.active > li {
  position: relative;
  display: inline-block; }

.c-mobile-nav_three.active > li > div {
  display: inline-block;
  padding: 0 !important;
  left: 12px; }

ul.disc {
  list-style-type: disc;
  margin: 0 0 10px; }

ul.disc li {
  margin: 0; }

ul.disc li p {
  margin: 0;
  padding: 0; }

ul.docs {
  list-style-type: disc;
  margin: 0 0 10px;
  background-color: #f4f5f6; }

ul.docs li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  margin: 0;
  border-bottom: 1px solid #d4dbde; }

ul.docs li p {
  font-size: 16px;
  margin: 0;
  padding: 0; }

ul.docs li p:first-child {
  flex: 6;
  padding-right: 20px; }

ul.docs li p:nth-child(2) {
  flex: 1;
  padding-right: 20px; }

ul.docs li a {
  flex: 0 0 140px;
  background-color: var(--secondary) !important;
  border-radius: 20px;
  color: #fff;
  padding: 8px 15px;
  margin: 0;
  border: 0;
  font-size: 14px;
  text-align: center; }

ul.docs li a:hover {
  opacity: 0.8; }

@media (max-width: 46.24em) {
  ul.docs li {
    display: block;
    padding: 20px; }
  ul.docs li button {
    width: 100%;
    margin-top: 10px; } }

ul.docs li.doc-list-item > p:first-child {
  font-family: var(--custom-font, "Akzidenz Grotesk Medium"); }

ul.docs li.doc-list-item > p.date {
  font-family: var(--custom-font, "Akzidenz Grotesk Light");
  color: #b5b5b5; }

body.burger-active {
  height: 100vh;
  overflow: hidden; }

.c-burger {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 1001;
  width: 32px;
  height: 32px;
  cursor: pointer; }

.c-burger:hover .c-burger__container span {
  background-color: #fff; }

.c-burger .c-burger__container span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background-color: #fff;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: all 0.15s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  margin-top: -2px; }

.c-burger .c-burger__container .b1 {
  top: 8px; }

.c-burger .c-burger__container .b2.x1, .c-burger .c-burger__container .x2 {
  top: 16px; }

.c-burger .c-burger__container .b3 {
  top: 24px; }

.c-burger.active .c-burger__container .b1 {
  width: 0;
  left: 50%;
  top: 50%; }

.c-burger.active .c-burger__container .x1 {
  transform: rotate(45deg); }

.c-burger.active .c-burger__container .x2 {
  transform: rotate(-45deg); }

.c-burger.active .c-burger__container .b3 {
  width: 0;
  left: 50%;
  top: 50%; }

@media (max-width: 61.24em) {
  .c-burger {
    display: block !important; } }

.top-nav {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 10px;
  background-color: #000;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  color: #fff;
  z-index: 2; }

.top-nav li {
  padding: 0 48px 0 0; }

.top-nav li a {
  color: #fff; }

@media (max-width: 46.24em) {
  .top-nav {
    display: none; } }

.c-header {
  flex-direction: row;
  align-items: center;
  background-color: #f4f4f4;
  background: linear-gradient(#000 10%, transparent);
  background: #000;
  background: linear-gradient(180deg, #000, #000 13%);
  display: flex;
  justify-content: space-between;
  padding-top: 3.5em;
  padding-bottom: 5em;
  background-color: transparent;
  background: linear-gradient(#000, transparent);
  position: relative;
  z-index: 1000;
  margin: 0; }

.c-header .logo {
  display: block;
  padding: 0 0 0 90px;
  z-index: 100; }

.c-header .logo a {
  text-transform: uppercase;
  text-align: center;
  display: block;
  font-size: .99em; }

@media (max-width: 81.25em) {
  .c-header .logo {
    padding: 0 0 0 24px; } }

@media (max-width: 61.24em) {
  .c-header .logo {
    padding: 0 0 0 24px; } }

@media (max-width: 46.24em) {
  .c-header .logo {
    padding: 0 0 0 24px; } }

.c-header .main-nav {
  margin-top: 5px;
  padding: 0;
  z-index: 100; }

.c-header .main-nav > li {
  padding: 12px 24px; }

.c-header .main-nav > li:last-child {
  display: inline-block;
  padding: 0 24px; }

.c-header .main-nav > li a {
  padding: 10px 15px;
  text-transform: capitalize;
  display: block;
  color: #fff;
  font-size: 1.2em;
  font-weight: 400; }

.c-header .main-nav > li a:hover {
  color: #ccc; }

.c-header .main-nav > li #burger-nav {
  display: block; }

@media (max-width: 61.24em) {
  .c-header .main-nav > li #burger-nav {
    display: block; } }

.c-header .main-nav > li .c-burger {
  position: relative;
  z-index: 1001;
  width: 32px;
  height: 32px;
  cursor: pointer; }

.c-header .main-nav > li .c-burger .c-burger__container span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background-color: #fff;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: all .3s ease-in-out;
  margin-top: -2px; }

.c-header .main-nav > li .c-burger .c-burger__container .b1 {
  top: 8px; }

.c-header .main-nav > li .c-burger .c-burger__container .b2.x1, .c-header .main-nav > li .c-burger .c-burger__container .x2 {
  top: 16px; }

.c-header .main-nav > li .c-burger .c-burger__container .b3 {
  top: 24px; }

@media (max-width: 61.24em) {
  .c-header .main-nav {
    display: none; } }

@media (max-width: 46.24em) {
  .c-header {
    padding-top: 1em; } }

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

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.c-header.c-site-header--sticky {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  padding-top: 3.5em;
  padding-bottom: 1.5em;
  background-color: #f4f4f4;
  position: fixed;
  width: 100%;
  background: linear-gradient(#000 10%, transparent);
  z-index: 3; }

.c-header.c-site-header--sticky .logo {
  display: block;
  padding: 0 0 0 90px;
  z-index: 100; }

.c-header.c-site-header--sticky .logo a {
  text-transform: uppercase;
  text-align: center;
  display: block;
  font-size: .99em; }

@media (max-width: 46.24em) {
  .c-header.c-site-header--sticky .logo {
    padding: 0 0 0 24px; } }

.c-header.c-site-header--sticky .main-nav {
  margin-top: 5px;
  padding: 0;
  z-index: 100; }

.c-header.c-site-header--sticky .main-nav > li {
  padding: 12px 24px; }

.c-header.c-site-header--sticky .main-nav > li:last-child {
  display: inline-block;
  padding: 0 24px; }

.c-header.c-site-header--sticky .main-nav > li a {
  padding: 10px 15px;
  text-transform: capitalize;
  display: block;
  color: #fff;
  font-size: 1.2em;
  font-weight: 400; }

.c-header.c-site-header--sticky .main-nav > li a:hover {
  color: #ccc; }

.c-header.c-site-header--sticky .main-nav > li #burger-nav {
  display: block; }

@media (max-width: 61.24em) {
  .c-header.c-site-header--sticky .main-nav > li #burger-nav {
    display: block; } }

.c-header.c-site-header--sticky .main-nav > li .c-burger {
  position: relative;
  z-index: 1001;
  width: 32px;
  height: 32px;
  cursor: pointer; }

.c-header.c-site-header--sticky .main-nav > li .c-burger .c-burger__container span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background-color: #fff;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: all .3s ease-in-out;
  margin-top: -2px; }

.c-header.c-site-header--sticky .main-nav > li .c-burger .c-burger__container .b1 {
  top: 8px; }

.c-header.c-site-header--sticky .main-nav > li .c-burger .c-burger__container .b2.x1, .c-header.c-site-header--sticky .main-nav > li .c-burger .c-burger__container .x2 {
  top: 16px; }

.c-header.c-site-header--sticky .main-nav > li .c-burger .c-burger__container .b3 {
  top: 24px; }

@media (max-width: 61.24em) {
  .c-header.c-site-header--sticky .main-nav {
    display: none; } }

@media (max-width: 46.24em) {
  .c-header.c-site-header--sticky {
    padding-top: 1em; } }

.hero {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #fff;
  min-height: 900px;
  align-content: space-around; }

@media (max-width: 61.24em) {
  .hero {
    min-height: 770px; } }

@media (max-width: 46.24em) {
  .hero {
    min-height: 760px; } }

.hero span.bg {
  background-image: url(/Static/images/hero-3.jpg);
  content: "" !important;
  display: block !important;
  clear: both !important;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-position: -640px -130px;
  width: 115%;
  height: 115%; }

.hero h1 {
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  margin-bottom: 10px; }

.hero h1.title-small {
  position: relative;
  display: inline-block;
  margin: 160px 0 0;
  padding: 0; }

.hero.hero-full {
  margin-top: -230px; }

@media (max-width: 46.24em) {
  .hero.hero-full {
    margin-top: -131px; } }

.hero.image-banner-small-v1 {
  min-height: 316px;
  margin-top: -226px;
  max-height: 330px;
  width: 100%;
  height: auto;
  overflow: visible; }

@media (max-width: 46.24em) {
  .hero.image-banner-small-v1 {
    margin-top: -110px; } }

.hero.image-banner-small-v1 .info {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  padding-bottom: 0;
  padding-top: 120px;
  margin-top: 0; }

.hero.image-banner-small-v1 h1 {
  font-size: 5em; }

.hero.image-banner-small-v1 h1.title {
  position: relative;
  display: inline-block;
  margin: 264px 0 0;
  padding: 0; }

.hero.image-banner-small-v1 h1.title-big-4 {
  font-size: 4em; }

.hero.image-banner-small-v1 h1.title-small-2 {
  font-size: 2em !important; }

.hero.image-banner-small-v1 span.bg {
  background-image: url(/Static/images/hero-bg2-1680.png);
  background-position: 0 -40px;
  width: 100%;
  top: 0;
  border-bottom: 1px solid #ccc; }

.hero.image-banner-small-v1 span.bg.bg-fixed {
  position: fixed;
  height: 200px; }

@media (max-width: 46.24em) {
  .hero.image-banner-small-v1 span.bg {
    background-position: 0 0; } }

.hero.image-banner-small-v1 span.bg.news {
  background-image: url(/Static/images/hero-bg2-1680.png); }

.hero.image-banner-small-v1.sticky-hero {
  height: 150px;
  min-height: 0;
  z-index: 2; }

.hero.image-banner-small-v1.sticky-hero span.bg {
  background-position: 0 -180px; }

@media (max-width: 46.24em) {
  .hero.image-banner-small-v1.sticky-hero {
    height: 100px; } }

@media (max-width: 46.24em) {
  .hero.image-banner-small-v1 {
    height: 100px;
    min-height: 100px; }
  .hero.image-banner-small-v1 h1 {
    font-size: 2em !important;
    margin-top: 70px !important; } }

.hero.image-banner-small-v2 {
  min-height: 106px;
  margin-top: -226px;
  max-height: 190px;
  width: 100%;
  height: auto;
  overflow: visible; }

@media (max-width: 46.24em) {
  .hero.image-banner-small-v2 {
    margin-top: -110px; } }

.hero.image-banner-small-v2 .info {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  padding-bottom: 0;
  padding-top: 120px;
  margin-top: 0; }

.hero.image-banner-small-v2 h1 {
  font-size: 2.4em; }

.hero.image-banner-small-v2 h1.title {
  position: relative;
  display: inline-block;
  margin: 166px 0 0;
  padding: 0; }

.hero.image-banner-small-v2 h1.title-big-4 {
  font-size: 4em; }

.hero.image-banner-small-v2 h1.title-small-2 {
  font-size: 2em !important; }

.hero.image-banner-small-v2 span.bg {
  background-image: url(/Static/images/hero-bg2-1680.png);
  background-position: 0 -40px;
  width: 100%;
  top: 0;
  border-bottom: 1px solid #ccc; }

.hero.image-banner-small-v2 span.bg.bg-fixed {
  position: fixed;
  height: 200px; }

@media (max-width: 46.24em) {
  .hero.image-banner-small-v2 span.bg {
    background-position: 0 0; } }

.hero.image-banner-small-v2 span.bg.news {
  background-image: url(/Static/images/hero-bg2-1680.png); }

.hero.image-banner-small-v2.sticky-hero {
  height: 150px;
  min-height: 0;
  z-index: 2; }

.hero.image-banner-small-v2.sticky-hero span.bg {
  background-position: 0 -180px; }

@media (max-width: 46.24em) {
  .hero.image-banner-small-v2.sticky-hero {
    height: 100px; } }

@media (max-width: 46.24em) {
  .hero.image-banner-small-v2 {
    height: 100px;
    min-height: 100px; }
  .hero.image-banner-small-v2 h1 {
    font-size: 2em !important;
    margin-top: 70px !important; } }

.hero.hero-shrink {
  min-height: 316px;
  width: 100%;
  height: auto;
  overflow: visible; }

.hero.hero-shrink .info {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  padding-bottom: 0;
  padding-top: 120px;
  margin-top: 0; }

.hero.hero-shrink h1 {
  font-size: 6em; }

.hero.hero-shrink h1.title {
  position: relative;
  display: inline-block;
  margin: 230px 0 0;
  padding: 0; }

.hero.hero-shrink h1.title-big-4 {
  font-size: 4em; }

.hero.hero-shrink h1.title-small-2 {
  font-size: 2em !important; }

.hero.hero-shrink span.bg {
  background-image: url(/Static/images/hero-bg2-1680.png);
  background-position: 0 -40px;
  width: 100%;
  top: 0;
  border-bottom: 1px solid #ccc; }

.hero.hero-shrink span.bg.bg-fixed {
  position: fixed;
  height: 200px; }

@media (max-width: 46.24em) {
  .hero.hero-shrink span.bg {
    background-position: 0 0; } }

.hero.hero-shrink span.bg.news {
  background-image: url(/Static/images/hero-bg2-1680.png); }

.hero.hero-shrink.sticky-hero {
  position: fixed;
  height: 150px;
  min-height: 0;
  z-index: 2; }

.hero.hero-shrink.sticky-hero span.bg {
  background-position: 0 -180px; }

@media (max-width: 46.24em) {
  .hero.hero-shrink.sticky-hero {
    height: 100px; } }

@media (max-width: 46.24em) {
  .hero.hero-shrink {
    height: 100px;
    min-height: 100px;
    position: fixed; }
  .hero.hero-shrink h1 {
    font-size: 2em !important;
    margin-top: 70px !important; } }

.hero.hero-shrink.image-small-v1 {
  outline: 1px solid red;
  margin-top: -255px; }

.hero .sticky {
  position: fixed;
  top: 0;
  width: 100%; }

.hero .sticky, .hero .sticky + .content {
  padding-top: 102px; }

.hero .sticky-bg {
  position: fixed;
  height: 200px;
  margin-top: -40px; }

.hero .hero-content-gradient {
  position: absolute;
  background: linear-gradient(0deg, #000, transparent);
  bottom: 0;
  display: block;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), transparent);
  padding-bottom: 200px;
  margin-top: 0; }

@media (max-width: 46.24em) {
  .hero .hero-content-gradient > div {
    padding-bottom: 11em; } }

.hero .hero-content-gradient p {
  font-size: 18px; }

@media (max-width: 46.24em) {
  .hero .hero-content-gradient {
    padding-bottom: 38px; } }

.c-hero-content {
  padding: 90px 3.52941rem;
  min-height: 200px;
  overflow: hidden;
  position: relative; }

.c-hero-content__image-container {
  position: relative;
  width: 100%;
  height: 100%;
  margin-left: 0;
  z-index: -1; }

.c-hero-content__image, .object-fit .c-hero-content__image {
  height: 100%;
  min-height: none;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 105%;
  position: relative;
  width: 100%; }

.c-hero-content__content {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-height: 600px;
  max-width: 70%;
  min-height: 400px;
  position: relative;
  z-index: 3; }

@media (min-width: 769px) {
  .hero span.bg {
    top: 40px;
    background-position: 0 0; }
  .hero h1 {
    font-size: 4em; }
  .hero.hero-shrink, .hero.hero-small-v1 {
    min-height: 316px; }
  .hero.hero-shrink span.bg, .hero.hero-small-v1 span.bg {
    background-image: url(/Static/images/hero-bg2-1680.png);
    background-position: 0 -160px; }
  .c-hero-content__image-container {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    height: 105%;
    margin-left: -2.5%;
    width: 105%;
    z-index: -1; } }

@media (min-width: 1000px) {
  .hero.hero-shrink {
    width: 100%;
    height: auto; }
  .hero.hero-shrink span.bg {
    background-image: url(/Static/images/hero-bg2-1680.png);
    background-position: 0 -82px; }
  .c-hero-content__image-container {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    height: 105%;
    margin-left: -2.5%;
    width: 105%;
    z-index: -1; } }

@media (min-width: 1300px) {
  .hero.hero-shrink {
    width: 100%;
    height: auto; }
  .hero.hero-shrink span.bg {
    background-image: url(/Static/images/hero-bg2-1680.png); }
  .c-hero-content__image-container {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    height: 105%;
    margin-left: -2.5%;
    width: 105%;
    z-index: -1; } }

.hero-row-data {
  position: relative;
  z-index: 1;
  color: #fff;
  min-height: 100px;
  overflow: hidden;
  align-content: space-around;
  margin-top: -240px;
  margin-bottom: 40px;
  display: block;
  width: 100%; }

.hero-row-data .flex-wrap {
  display: block;
  flex-direction: column;
  position: relative;
  display: flex;
  align-items: flex-end;
  flex-direction: row; }

.hero-row-data .opac-2 {
  position: absolute;
  height: 200px;
  background: #353e47; }

.hero-row-data .opac-2.minus {
  width: 800px;
  left: -800px; }

.hero-row-data .opac-2.plus {
  width: 800px;
  right: -800px; }

.hero-row-data .opac-1 {
  position: relative;
  display: inline-block;
  height: 200px;
  padding: 63px 24px 24px; }

@media (max-width: 46.24em) {
  .hero-row-data .opac-1 {
    height: auto; } }

.hero-row-data .opac-1:first-of-type {
  width: 50%; }

.hero-row-data .opac-1:first-of-type span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #353e47;
  opacity: 1;
  z-index: -1; }

.hero-row-data .opac-1:nth-of-type(2) {
  width: 25%; }

.hero-row-data .opac-1:nth-of-type(2) > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #353e47;
  opacity: 1;
  z-index: -1; }

.hero-row-data .opac-1:nth-of-type(3) {
  width: 25%; }

.hero-row-data .opac-1:nth-of-type(3) > span {
  background: #353e47; }

.hero-row-data #burger-nav {
  display: none; }

.hero-row-data .c-burger {
  top: auto;
  right: auto; }

.hero-row-data .u-transparent-bg {
  min-height: 700px; }

.hero-row-data .u-transparent-bg:after {
  top: 40px;
  background-position: 0 0; }

.hero-row-data .u-transparent-bg h1 {
  font-size: 4em; }

@media (max-width: 46.24em) {
  .hero-row-data {
    background: #353e47;
    position: relative; }
  .hero-row-data .opac-2 {
    position: absolute;
    height: 150px;
    background: #353e47;
    opacity: 1; }
  .hero-row-data .opac-2.minus {
    width: 800px;
    left: -800px; }
  .hero-row-data .opac-2.plus {
    width: 800px;
    right: -800px; }
  .hero-row-data .opac-1 {
    position: relative;
    display: inline-block;
    padding: 33px 24px; }
  .hero-row-data .opac-1:first-of-type {
    width: 100%;
    display: inline-block; }
  .hero-row-data .opac-1:first-of-type p {
    -webkit-margin-before: 0;
    margin-block-start: 0;
    -webkit-margin-after: 0;
    margin-block-end: 0; }
  .hero-row-data .opac-1:first-of-type span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #353e47;
    opacity: 1;
    z-index: -1; }
  .hero-row-data .opac-1:nth-of-type(2) {
    width: 50%;
    text-align: center;
    float: left; }
  .hero-row-data .opac-1:nth-of-type(2) > span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #353e47;
    opacity: 1;
    z-index: -1; }
  .hero-row-data .opac-1:nth-of-type(3) {
    width: 50%;
    text-align: center;
    background: none; }
  .hero-row-data .opac-1:nth-of-type(3) > span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #353e47;
    opacity: 1;
    z-index: -1; } }

.padding-top-410 {
  padding-top: 410px !important; }

@media (max-width: 46.24em) {
  .padding-top-410 {
    padding-top: 80px !important; } }

.hero-nav {
  /*outline: 1px solid red;*/
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-top: 1px solid #ccc;
  padding-top: 0;
  padding-bottom: 50px;
  margin: 20px 0 0; }

.hero-nav li {
  width: auto;
  display: flex;
  opacity: 0; }

.hero-nav li a {
  text-transform: capitalize;
  display: block;
  color: #fff;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.5em;
  width: auto; }

.hero-nav li a:hover {
  color: #ccc; }

.hero-nav li a span {
  display: block;
  font-weight: 100;
  font-size: .8em;
  float: none;
  font-family: var(--custom-font, "Akzidenz Grotesk Light"); }

.hero-nav li a span:after {
  color: #b06c96;
  border-style: solid;
  border-width: .2em .2em 0 0;
  content: "";
  display: inline-block;
  height: .6em;
  left: 1.45em;
  position: relative;
  top: .4em;
  transform: rotate(-45deg);
  vertical-align: top;
  width: .6em;
  left: 10px;
  transform: rotate(45deg);
  padding: 0;
  margin: 0;
  left: 2px;
  cursor: pointer; }

@media (max-width: 61.24em) {
  .hero-nav {
    /*outline: 1px solid #00f;*/
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-top: 1px solid #ccc;
    padding-top: 0;
    padding-bottom: 50px; }
  .hero-nav li {
    width: auto;
    display: flex; }
  .hero-nav li a {
    text-transform: capitalize;
    display: block;
    color: #fff;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.5em;
    width: auto; }
  .hero-nav li a:hover {
    color: #ccc; }
  .hero-nav li a span {
    display: block;
    font-weight: 100;
    font-size: .9em;
    float: none; } }

@media (max-width: 46.24em) {
  .hero-nav {
    /*background-color: green;*/
    align-items: flex-start;
    /*outline: 0 solid red;*/
    display: block;
    flex-direction: row;
    justify-content: space-between;
    border-top: 1px solid #ccc;
    padding: 0 0 50px; }
  .hero-nav li {
    margin: 0 0 6px;
    display: inline-block;
    width: 100%;
    opacity: 0; }
  .hero-nav li a {
    font-family: var(--custom-font, "Akzidenz Grotesk Regular");
    text-transform: capitalize;
    display: block;
    color: #fff;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.5em;
    width: 100%; }
  .hero-nav li a:hover {
    color: #ccc; }
  .hero-nav li a span {
    display: block;
    font-weight: 100;
    font-size: .9em;
    float: right;
    margin-right: 19px;
    display: inline-block;
    font-family: var(--custom-font, "Akzidenz Grotesk Light"); }
  .hero-nav li a span:after {
    color: #b06c96;
    border-style: solid;
    border-width: .2em .2em 0 0;
    content: "";
    display: inline-block;
    height: .4em;
    left: 1.45em;
    position: relative;
    top: .5em;
    transform: rotate(-45deg);
    vertical-align: top;
    width: .4em;
    left: 10px;
    transform: rotate(45deg);
    padding: 0;
    margin: 0;
    left: 2px;
    cursor: pointer; } }

.box.box-25, .box.box-50 {
  width: 100%; }

.box .info {
  padding: 28px; }

.box .info > button {
  margin: 0 0 12px;
  color: #746f6f; }

.box .info h3 {
  font-size: 20px;
  padding: 0;
  margin: 0 0 2px; }

@media (max-width: 46.24em) {
  .box .info h3 + p {
    margin-bottom: 12px; } }

.box .info p {
  color: #746f6f; }

.box .info p:last-of-type {
  margin-bottom: 0; }

.box .info p.date {
  font-size: 14px;
  margin: 0 0 18px; }

@media (max-width: 46.24em) {
  .box .info {
    padding: 24px 0; } }

@media (max-width: 46.24em) {
  .box.bg-purple {
    margin-bottom: 24px; }
  .box.bg-purple .info {
    padding: 24px; } }

.flex-inline .box {
  position: relative;
  display: inline;
  padding: 0;
  margin: 0; }

.flex-inline .box.box-25 {
  width: 100%;
  float: left; }

.flex-inline .box.box-50, .flex-inline .box.box-100 {
  width: 100%; }

@media (min-width: 426px) {
  .flex-inline .box {
    position: relative;
    display: inline;
    padding: 0;
    margin: 0; }
  .flex-inline .box.box-25 {
    width: 50%;
    float: left; }
  .flex-inline .box.box-50 {
    width: 50%; }
  .flex-inline .box.box-100 {
    width: 100%; } }

@media (min-width: 769px) {
  .box.box-25 {
    width: 25%; }
  .box.box-50 {
    width: 50%; }
  .box.box-100 {
    width: 100%; }
  .box.margin-t-44 {
    margin: 44px 0 0; }
  .box.margin-t-94 {
    margin: 94px 0 0; }
  .box .split {
    display: flex;
    flex-direction: row;
    margin: 0 0 20px; }
  .box .split div:first-child {
    width: 50%;
    padding: 0 20px 0 0;
    display: flex;
    flex-direction: column; }
  .box .split div:first-child .select-classic {
    margin-top: 60px; }
  .box .split div:first-child .select-classic select {
    font-size: 20px;
    padding: 10px 0 4px 2px; }
  .box .split div:nth-child(2) {
    width: 50%;
    padding: 0 0 0 40px; }
  .box.padding {
    padding: 44px 84px 134px 44px; }
  .flex-inline .box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0; }
  .flex-inline .box.box-25 {
    width: 25%; }
  .flex-inline .box.box-50 {
    width: 50%; }
  .flex-inline .box.box-100 {
    width: 100%; } }

.row.panel-double {
  position: relative;
  display: inline-block;
  padding: 0 0 40px;
  color: #fff; }

.row.panel-double .o-wrapper {
  position: relative; }

.row.panel-double .o-wrapper .anim-panel {
  transition-property: opacity,transform;
  transition-duration: .5s;
  transition-timing-function: linear; }

.row.panel-double .o-wrapper .panel-left {
  position: relative;
  display: block;
  width: 100%;
  z-index: 10;
  transform: scale(0); }

.row.panel-double .o-wrapper .panel-left img {
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  display: block; }

.row.panel-double .o-wrapper .panel-left .panel-left-copy {
  position: absolute;
  right: 20px;
  bottom: 20px; }

.row.panel-double .o-wrapper .panel-left .panel-left-copy p {
  font-family: var(--custom-font, "Akzidenz Grotesk Medium");
  padding: 0;
  margin: 0; }

.row.panel-double .o-wrapper .panel-left .panel-left-copy p.number-big {
  font-family: var(--custom-font, "Akzidenz Grotesk BE Condensed");
  font-size: 86px;
  line-height: 86px; }

.row.panel-double .o-wrapper .panel-right {
  position: relative;
  top: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  background-color: #782168;
  z-index: 9;
  min-height: 0;
  transform: scale(0); }

.row.panel-double .o-wrapper .panel-right .panel-right-copy {
  flex-basis: 100%;
  padding: 44px; }

.row.panel-double .o-wrapper .panel-right .panel-right-copy h3 {
  font-family: var(--custom-font, "Akzidenz Grotesk Light"); }

.row.panel-double .o-wrapper .panel-right .panel-right-copy p {
  margin-bottom: 40px; }

.row.panel-double .o-wrapper .panel-right .panel-right-copy button {
  color: #fff; }

@media (min-width: 769px) {
  .row.panel-double {
    position: relative;
    display: inline-block;
    padding: 0 0 160px; }
  .row.panel-double .o-wrapper {
    position: relative; }
  .row.panel-double .o-wrapper .panel-left {
    position: relative;
    display: inline-block;
    width: 69%;
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.6), 0 16px 20px 0 rgba(0, 0, 0, 0.6);
    z-index: 10; }
  .row.panel-double .o-wrapper .panel-left img {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    display: block; }
  .row.panel-double .o-wrapper .panel-left .panel-left-copy {
    position: absolute;
    right: 20px;
    bottom: 20px; }
  .row.panel-double .o-wrapper .panel-left .panel-left-copy p {
    font-family: var(--custom-font, "Akzidenz Grotesk Medium");
    padding: 0;
    margin: 0; }
  .row.panel-double .o-wrapper .panel-left .panel-left-copy p.number-big {
    font-family: var(--custom-font, "Akzidenz Grotesk BE Condensed");
    font-size: 86px;
    line-height: 86px; }
  .row.panel-double .o-wrapper .panel-right {
    position: absolute;
    top: 50px;
    right: 24px;
    display: flex;
    justify-content: flex-end;
    width: 90%;
    background-color: #782168;
    z-index: 9;
    min-height: 320px; }
  .row.panel-double .o-wrapper .panel-right .panel-right-copy {
    flex-basis: 30%;
    padding: 32px 24px; }
  .row.panel-double .o-wrapper .panel-right .panel-right-copy h2 {
    font-family: var(--custom-font, "Akzidenz Grotesk Light");
    font-size: 30px; }
  .row.panel-double .o-wrapper .panel-right .panel-right-copy p {
    margin-bottom: 40px; }
  .row.panel-double .o-wrapper .panel-right .panel-right-copy button {
    color: #fff; } }

@media (min-width: 1000px) {
  .row.panel-double {
    position: relative;
    display: inline-block;
    padding: 0 0 160px; }
  .row.panel-double .o-wrapper {
    position: relative; }
  .row.panel-double .o-wrapper .panel-left {
    position: relative;
    display: inline-block;
    width: 72%;
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.6), 0 16px 20px 0 rgba(0, 0, 0, 0.6);
    z-index: 10; }
  .row.panel-double .o-wrapper .panel-left img {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    display: block; }
  .row.panel-double .o-wrapper .panel-left .panel-left-copy {
    position: absolute;
    right: 20px;
    bottom: 20px; }
  .row.panel-double .o-wrapper .panel-left .panel-left-copy p {
    font-family: var(--custom-font, "Akzidenz Grotesk Medium");
    padding: 0;
    margin: 0; }
  .row.panel-double .o-wrapper .panel-left .panel-left-copy p.number-big {
    font-family: var(--custom-font, "Akzidenz Grotesk BE Condensed");
    font-size: 86px;
    line-height: 86px; }
  .row.panel-double .o-wrapper .panel-right {
    position: absolute;
    top: 50px;
    right: 24px;
    display: flex;
    justify-content: flex-end;
    width: 90%;
    background-color: #782168;
    z-index: 9;
    min-height: 320px; }
  .row.panel-double .o-wrapper .panel-right .panel-right-copy {
    flex-basis: 30%;
    padding: 84px 54px; }
  .row.panel-double .o-wrapper .panel-right .panel-right-copy h2 {
    font-family: var(--custom-font, "Akzidenz Grotesk Light");
    font-size: 30px; }
  .row.panel-double .o-wrapper .panel-right .panel-right-copy p {
    margin-bottom: 40px; }
  .row.panel-double .o-wrapper .panel-right .panel-right-copy button {
    color: #fff; } }

@media (min-width: 1200px) {
  .row.panel-double {
    position: relative;
    display: inline-block;
    padding: 0 0 160px; }
  .row.panel-double .o-wrapper {
    position: relative; }
  .row.panel-double .o-wrapper .panel-left {
    position: relative;
    display: inline-block;
    width: 75%;
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.6), 0 16px 20px 0 rgba(0, 0, 0, 0.6);
    z-index: 10; }
  .row.panel-double .o-wrapper .panel-left img {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    display: block; }
  .row.panel-double .o-wrapper .panel-left .panel-left-copy {
    position: absolute;
    right: 20px;
    bottom: 20px; }
  .row.panel-double .o-wrapper .panel-left .panel-left-copy p {
    font-family: var(--custom-font, "Akzidenz Grotesk Medium");
    padding: 0;
    margin: 0; }
  .row.panel-double .o-wrapper .panel-left .panel-left-copy p.number-big {
    font-family: var(--custom-font, "Akzidenz Grotesk BE Condensed");
    font-size: 86px;
    line-height: 86px; }
  .row.panel-double .o-wrapper .panel-right {
    position: absolute;
    top: 80px;
    right: 0;
    display: flex;
    justify-content: flex-end;
    width: 90%;
    background-color: #782168;
    z-index: 9;
    min-height: 520px; }
  .row.panel-double .o-wrapper .panel-right .panel-right-copy {
    flex-basis: 22%;
    padding: 84px 54px; }
  .row.panel-double .o-wrapper .panel-right .panel-right-copy h2 {
    font-family: var(--custom-font, "Akzidenz Grotesk Light");
    font-size: 44px; }
  .row.panel-double .o-wrapper .panel-right .panel-right-copy p {
    margin-bottom: 40px; }
  .row.panel-double .o-wrapper .panel-right .panel-right-copy button {
    color: #fff; } }

.image-bg-full {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: var(--primary, #324360);
  z-index: 1;
  color: #fff;
  align-content: space-around; }

.image-bg-full:after {
  background-image: url(/Static/images/main-01.jpg);
  content: "" !important;
  display: block !important;
  clear: both !important;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-position: 0 0; }

.image-bg-full h1 {
  font-size: 2.4em;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  opacity: 0;
  margin-bottom: 0; }

.image-bg-full.globe {
  background-color: #782168; }

.image-bg-full.globe > div > .box-50:first-child {
  width: 40%; }

.image-bg-full.globe:after {
  background-image: none;
  content: "" !important;
  display: block !important;
  clear: both !important;
  background-size: 60%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-position: 100% 0;
  background-repeat: no-repeat; }

.image-bg-full.globe .bg-full {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 60%;
  transition-property: opacity,transform;
  transition-duration: .5s;
  transition-timing-function: linear;
  transform: scale(0.8); }

.image-bg-full.globe img#bg-globe-01 {
  opacity: .4;
  transition-delay: .5s;
  transform: scale(0.4); }

.image-bg-full.globe img#bg-globe-02 {
  opacity: 0;
  transition-delay: 1.2s;
  transition-duration: .4s;
  transform: rotate(20deg) scale(1); }

.image-bg-full.globe img#bg-globe-03 {
  opacity: .4; }

.image-bg-tabs {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: var(--primary, #324360);
  z-index: 1;
  color: #fff;
  align-content: space-around; }

.image-bg-tabs:after {
  background-image: url(/Static/images/maersk-bg-2033.png);
  content: "" !important;
  display: block !important;
  clear: both !important;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-position: 0 0; }

.image-bg-tabs h1 {
  font-size: 2.4em;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  opacity: 0;
  margin-bottom: 0; }

.image-bg-tabs .o-flex > div {
  outline: 1px solid #c8d1d5;
  display: flex;
  flex-wrap: unset; }

@media (max-width: 61.24em) {
  .image-bg-tabs .o-flex > div {
    background-color: red; } }

@media (max-width: 46.24em) {
  .image-bg-tabs .o-flex > div {
    background-color: #00f; } }

.image-bg-tabs .o-flex > div > div:first-child {
  padding: 20px 20px 0 44px; }

.image-bg-tabs .o-flex > div > div:last-child {
  padding: 20px 0; }

.image-bg-tabs.red .o-wrapper {
  padding: 60px 0 120px; }

.image-bg-tabs.red .o-wrapper h2 {
  color: #e32118;
  margin-bottom: 8px; }

.image-bg-tabs.red .o-wrapper .c-button--tag {
  background-color: #e32118;
  font-size: 14px !important;
  margin-bottom: 10px;
  margin-right: 4px;
  padding: .6em 1em .4em 2em;
  border: 1px solid #c7d0d4;
  cursor: pointer;
  position: relative;
  color: #fff;
  border-radius: 20px; }

.row.footer {
  background-color: #323c46;
  padding: 70px 0;
  color: #fff;
  align-items: flex-start; }

.row.footer #logo-footer {
  margin: 0 0 26px;
  width: 90%; }

.row.footer .o-flex {
  justify-content: space-between;
  align-content: flex-start; }

.row.footer .o-flex, .row.footer .o-flex > div {
  flex-direction: column;
  align-items: flex-start; }

.row.footer .o-flex > div {
  display: flex;
  width: 100%;
  margin: 0 0 20px;
  padding: 0 24px; }

.row.footer .o-flex > div:first-child {
  padding-right: 90px; }

.row.footer .o-flex > div:first-child > div {
  width: 100%; }

.row.footer .o-flex > div > div {
  display: block;
  position: relative;
  margin: 0;
  padding: 0; }

.row.footer .o-flex > div:last-child > div:last-child {
  flex-direction: row; }

.row.footer .o-flex > div:last-child > p {
  margin: 0 0 10px; }

.row.footer .btn {
  color: #fff;
  border-color: #69c;
  font-size: 20px;
  padding: 13px;
  margin: 0 0 70px; }

.row.footer a {
  color: #fff;
  font-family: var(--custom-font, "Akzidenz Grotesk Light"); }

.row.footer h4 {
  margin: 0 0 10px;
  padding: 0; }

.row.footer ul li {
  margin: 0 0 6px; }

.row.footer ul li a {
  font-size: 14px; }

@media (min-width: 769px) {
  .row.footer .o-flex {
    flex-direction: row; }
  .row.footer .o-flex > div {
    margin: 0;
    padding: 0; } }

select {
  outline: none;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 1em 1em .3em 0;
  margin: 0;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #666; }

select.grey {
  background-image: url("/Static/Thomas Miller/images/arr-down-green-8.png"); }

select.classic, select.grey {
  background-position: calc(100% - 8px) calc(1em + 8px), calc(100% - 3px) calc(1em + 8px), 100% 0;
  background-repeat: no-repeat; }

select.classic {
  border: none;
  border-bottom: 1px solid #fff;
  background-image: url(/Static/images/arr-down-white-21.png);
  background-color: transparent; }

.footer select {
  background-color: #323c46;
  background-image: url(/Static/images/arr-down-blue-12.png);
  color: #fff; }

.o-form__dropdown select {
  font-family: Arial,sans-serif;
  font-size: 17px;
  font-size: 1rem;
  min-height: 2.70588rem;
  width: 100%;
  margin: 0;
  padding: 15px !important;
  outline: none;
  box-sizing: border-box; }

input.datepicker {
  outline: 1px solid red;
  outline: none;
  border: none;
  border-bottom: 1px solid #c4cad4;
  border-radius: 0;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 1em 1em .3em;
  margin: 0;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #666;
  background-image: url("/Static/Thomas Miller/images/icon-cal-green.png");
  background-position: right 16px;
  background-repeat: no-repeat; }

select.select-border-full-alt {
  background-image: linear-gradient(45deg, transparent 50%, #40c1ac 0), linear-gradient(135deg, #40c1ac 50%, transparent 0), linear-gradient(90deg, transparent, transparent);
  background-size: 5px 5px,5px 5px,2.5em 2.5em; }

select.select-border-full, select.select-border-full-alt {
  border: 1px solid #c7d0d4;
  background-position: calc(100% - 18px) calc(1em + 8px), calc(100% - 13px) calc(1em + 8px), 100% 0;
  background-repeat: no-repeat;
  padding: 1em 1em .3em; }

.filters-border-bottom select, select.select-border-full {
  background-image: url("/Static/Thomas Miller/images/arr-down-green-8.png"); }

.filters-border-bottom select {
  outline: none;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #c4cad4;
  border-radius: 0;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 1em 1em .3em 0;
  margin: 0;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #666;
  background-position: calc(100% - 8px) calc(1em + 8px), calc(100% - 3px) calc(1em + 8px), 100% 0;
  background-repeat: no-repeat; }

.globe select {
  width: 44%; }

.row.carousel-row {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin-bottom: 60px; }

.row.carousel-row .o-wrapper {
  margin: 0;
  padding: 0; }

.row.carousel-row img.carousel-slide {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto; }

.row.carousel-row .box-carousel {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 24px;
  background-color: #e6f2f5; }

.row.carousel-row .box-carousel p {
  font-family: var(--custom-font, "Akzidenz Grotesk Light"); }

.row.carousel-row .box-carousel p.portfolio {
  color: #666; }

.row.carousel-row .box-carousel p.number-big {
  font-size: 140px;
  line-height: 140px;
  font-family: var(--custom-font, "Akzidenz Grotesk BE Condensed"); }

.row.carousel-row .box-carousel h3 {
  font-family: var(--custom-font, "Akzidenz Grotesk Light");
  font-size: 25px;
  width: 70%;
  line-height: 25px; }

.row.carousel-row .box-carousel button {
  color: #666;
  margin-bottom: 80px; }

.row.carousel .o-wrapper {
  padding: 0; }

.carousel-pips {
  bottom: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 40px;
  left: 0;
  padding-bottom: 44px; }

.carousel-pips ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%; }

.carousel-pips ul li {
  background: #888;
  border: 2px solid #555;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 .1em;
  padding: 0;
  transform: scale(0.5);
  transition: all 0.8s cubic-bezier(0, 1, 0.3, 1);
  width: 20px; }

.carousel-pips ul li.next, .carousel-pips ul li.previous {
  background: #ccc;
  transform: scale(0.6); }

.carousel-pips ul li.current {
  background: #fff;
  cursor: default;
  transform: scale(0.7); }

.carousel-pips ul li:not(.current):hover {
  transform: scale(1); }

@media (max-width: 61.24em) {
  .carousel-pips {
    padding-bottom: 8px; } }

@media (max-width: 46.24em) {
  .carousel-pips {
    padding-bottom: 8px; } }

.carousel {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: var(--primary, #324360);
  z-index: 1;
  min-height: 0;
  margin-bottom: 44px; }

.carousel .box-carousel {
  min-height: 396px;
  position: relative;
  bottom: 0;
  display: block;
  width: 100%;
  height: auto;
  padding: 24px;
  background-color: #e6f2f5; }

.carousel .box-carousel .slide-info {
  position: absolute;
  height: auto;
  margin: 0;
  top: 0;
  left: 0;
  padding: 44px 74px;
  width: 100%;
  opacity: 0; }

.carousel .box-carousel .slide-info > p {
  margin: 0;
  padding: 0; }

.carousel .box-carousel .slide-info > p:first-child {
  margin-bottom: 10px; }

.carousel .box-carousel .slide-info > p.number-big {
  line-height: 120px; }

.carousel .box-carousel .slide-info > img.icon-slide {
  margin-bottom: 64px; }

.carousel .box-carousel .slide-info > h3 {
  font-family: var(--custom-font, "Akzidenz Grotesk Light");
  font-size: 24px;
  width: 80%;
  padding: 0;
  margin: 0 0 20px; }

.carousel .box-carousel .slide-info > div > button {
  color: #746f6f;
  font-size: 16px; }

.carousel .box-carousel .slide-info:first-child {
  opacity: 1; }

.carousel .box-carousel .slide-info .logo {
  margin-bottom: 0; }

.carousel .box-carousel .slide-info .split div:first-child {
  padding-right: 44px; }

.carousel .box-carousel .slide-info .split div:first-child h2 {
  font-size: 40px; }

.carousel .box-carousel .slide-info .split div:first-child p {
  margin-bottom: 44px; }

@media (max-width: 81.25em) {
  .carousel .box-carousel .slide-info > p {
    margin: 0;
    padding: 0; }
  .carousel .box-carousel .slide-info > p:first-child {
    margin-bottom: 10px; }
  .carousel .box-carousel .slide-info > p.number-big {
    line-height: 60px;
    font-size: 60px; }
  .carousel .box-carousel .slide-info > img.icon-slide {
    margin-bottom: 34px; } }

@media (max-width: 61.24em) {
  .carousel .box-carousel .slide-info {
    padding: 44px 24px; }
  .carousel .box-carousel .slide-info > h3 {
    font-size: 18px; } }

@media (max-width: 46.24em) {
  .carousel .box-carousel .slide-info {
    padding: 44px 24px; }
  .carousel .box-carousel .slide-info > img.icon-slide {
    margin-bottom: 24px; }
  .carousel .box-carousel .slide-info > div > button {
    color: #746f6f;
    font-size: 16px;
    width: 100%;
    padding: 14px; } }

.carousel-bg-full {
  position: relative;
  width: 100%;
  height: 100%;
  margin-left: 0;
  z-index: -1; }

.carousel-bg-full .slide {
  height: 100%;
  min-height: none;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 105%;
  position: absolute;
  width: 100%;
  opacity: 0; }

.carousel-bg-full .slide:first-child {
  opacity: 1; }

@media (min-width: 769px) {
  .row.carousel-row {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 60px; }
  .row.carousel-row .o-wrapper {
    padding-right: 24px;
    padding-left: 24px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px; }
  .row.carousel-row img.carousel-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto; }
  .row.carousel-row .box-carousel {
    width: 50%;
    padding: 24px;
    background-color: #e6f2f5; }
  .row.carousel-row .box-carousel p {
    font-family: var(--custom-font, "Akzidenz Grotesk Light"); }
  .row.carousel-row .box-carousel p.portfolio {
    color: #666; }
  .row.carousel-row .box-carousel p.number-big {
    font-size: 40px;
    line-height: 40px;
    font-family: var(--custom-font, "Akzidenz Grotesk BE Condensed"); }
  .row.carousel-row .box-carousel h3 {
    font-family: var(--custom-font, "Akzidenz Grotesk Light");
    font-size: 25px;
    width: 70%;
    line-height: 25px; }
  .row.carousel-row .box-carousel button {
    color: #666;
    margin-bottom: 80px; }
  .row.carousel-row .box-carousel .slide-info .logo {
    margin-bottom: 44px; }
  .row.carousel-row .box-carousel .slide-info .split div:first-child {
    padding-right: 44px; }
  .row.carousel-row .box-carousel .slide-info .split div:first-child h2 {
    font-size: 40px; }
  .row.carousel-row .box-carousel .slide-info .split div:first-child p {
    margin-bottom: 44px; }
  .row.carousel .o-wrapper {
    padding-right: 24px;
    padding-left: 24px; }
  .carousel {
    display: block;
    position: relative;
    overflow: hidden;
    background-color: var(--primary, #324360);
    z-index: 1; }
  .carousel .box-carousel {
    width: 50%;
    padding: 44px;
    background-color: #e6f2f5;
    min-height: 390px; }
  .carousel-bg-full {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    height: 105%;
    margin-left: -2.5%;
    width: 105%;
    z-index: -1; } }

@media (min-width: 1000px) {
  .row.carousel-row {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 60px; }
  .row.carousel-row img.carousel-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto; }
  .row.carousel-row .box-carousel {
    position: relative;
    display: block;
    height: 100%;
    padding: 24px;
    background-color: #e6f2f5;
    color: #782168; }
  .row.carousel-row .box-carousel p {
    font-family: var(--custom-font, "Akzidenz Grotesk Light"); }
  .row.carousel-row .box-carousel p.portfolio {
    color: #666; }
  .row.carousel-row .box-carousel p.number-big {
    font-size: 60px;
    line-height: 60px;
    font-family: var(--custom-font, "Akzidenz Grotesk BE Condensed"); }
  .row.carousel-row .box-carousel h3 {
    font-family: var(--custom-font, "Akzidenz Grotesk Light");
    font-size: 25px;
    width: 70%;
    line-height: 25px; }
  .row.carousel-row .box-carousel button {
    color: #666;
    margin-bottom: 80px; }
  .carousel {
    display: block;
    position: relative;
    overflow: hidden;
    background-color: var(--primary, #324360);
    z-index: 1; }
  .carousel .box-carousel {
    width: 50%;
    padding: 64px;
    background-color: #e6f2f5;
    min-height: 440px; } }

@media (min-width: 1300px) {
  .row.carousel-row {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 60px; }
  .row.carousel-row .o-wrapper {
    margin: 0;
    padding: 0; }
  .row.carousel-row img.carousel-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto; }
  .row.carousel-row .box-carousel {
    position: relative;
    display: block;
    height: 100%;
    padding: 24px;
    background-color: #e6f2f5; }
  .row.carousel-row .box-carousel p {
    font-family: var(--custom-font, "Akzidenz Grotesk Light"); }
  .row.carousel-row .box-carousel p.portfolio {
    color: #666; }
  .row.carousel-row .box-carousel p.number-big {
    font-size: 140px;
    line-height: 140px;
    font-family: var(--custom-font, "Akzidenz Grotesk BE Condensed"); }
  .row.carousel-row .box-carousel h3 {
    font-family: var(--custom-font, "Akzidenz Grotesk Light");
    font-size: 25px;
    width: 70%;
    line-height: 25px; }
  .row.carousel-row .box-carousel button {
    color: #666;
    margin-bottom: 80px; }
  .carousel {
    display: block;
    position: relative;
    overflow: hidden;
    background-color: var(--primary, #324360);
    z-index: 1; }
  .carousel .box-carousel {
    padding: 64px;
    background-color: #e6f2f5;
    min-height: 600px; }
  .row.carousel .o-wrapper {
    padding: 0; } }

@media (min-width: 1400px) {
  .row.carousel-row {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 60px; }
  .row.carousel-row img.carousel-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto; }
  .row.carousel-row .box-carousel {
    position: relative;
    display: block;
    width: 50%;
    height: 100%;
    padding: 84px 64px;
    background-color: #e6f2f5; }
  .row.carousel-row .box-carousel p {
    font-family: var(--custom-font, "Akzidenz Grotesk Light"); }
  .row.carousel-row .box-carousel p.portfolio {
    color: #666; }
  .row.carousel-row .box-carousel p.number-big {
    font-size: 140px;
    line-height: 140px;
    font-family: var(--custom-font, "Akzidenz Grotesk BE Condensed"); }
  .row.carousel-row .box-carousel h3 {
    font-family: var(--custom-font, "Akzidenz Grotesk Light");
    font-size: 25px;
    width: 70%;
    line-height: 25px; }
  .row.carousel-row .box-carousel button {
    color: #666;
    margin-bottom: 80px; }
  .carousel {
    display: block;
    position: relative;
    overflow: hidden;
    background-color: var(--primary, #324360);
    z-index: 1; }
  .carousel .box-carousel {
    padding: 64px;
    background-color: #e6f2f5; } }

@media (min-width: 1600px) {
  .carousel {
    display: block;
    position: relative;
    overflow: hidden;
    background-color: var(--primary, #324360);
    z-index: 1; }
  .carousel .box-carousel {
    padding: 64px;
    background-color: #e6f2f5; } }

.row.banner-row {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin-bottom: 60px; }

.row.banner-row .o-wrapper {
  margin: 0;
  padding: 0; }

.row.banner-row img.banner-slide {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto; }

.row.banner-row .box-banner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 24px;
  background-color: #e6f2f5; }

.row.banner-row .box-banner p {
  font-family: var(--custom-font, "Akzidenz Grotesk Light"); }

.row.banner-row .box-banner p.portfolio {
  color: #666; }

.row.banner-row .box-banner p.number-big {
  font-size: 140px;
  line-height: 140px;
  font-family: var(--custom-font, "Akzidenz Grotesk BE Condensed"); }

.row.banner-row .box-banner h3 {
  font-family: var(--custom-font, "Akzidenz Grotesk Light");
  font-size: 25px;
  width: 70%;
  line-height: 25px; }

.row.banner-row .box-banner button {
  color: #666;
  margin-bottom: 80px; }

.row.banner .o-wrapper {
  padding: 0; }

.banner-pips {
  bottom: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 40px;
  left: 0;
  padding-bottom: 44px; }

.banner-pips ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%; }

.banner-pips ul li {
  background: #888;
  border: 2px solid #555;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 .1em;
  padding: 0;
  transform: scale(0.5);
  transition: all 0.8s cubic-bezier(0, 1, 0.3, 1);
  width: 20px; }

.banner-pips ul li.next, .banner-pips ul li.previous {
  background: #ccc;
  transform: scale(0.6); }

.banner-pips ul li.current {
  background: #fff;
  cursor: default;
  transform: scale(0.7); }

.banner-pips ul li:not(.current):hover {
  transform: scale(1); }

.banner {
  overflow: hidden;
  background-color: var(--primary, #324360);
  z-index: 1;
  min-height: 0;
  margin-bottom: 44px; }

.banner, .banner .box-banner {
  display: block;
  position: relative; }

.banner .box-banner {
  min-height: 396px;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 24px;
  background-color: #e6f2f5; }

.banner .box-banner .info {
  position: absolute;
  height: auto;
  margin: 0;
  top: 0;
  left: 0;
  padding: 44px;
  width: 100%;
  opacity: 0; }

.banner .box-banner .info:first-child {
  opacity: 1; }

.banner .box-banner .info .logo {
  margin-bottom: 0; }

.banner .box-banner .info .split div:first-child {
  padding-right: 44px; }

.banner .box-banner .info .split div:first-child h2 {
  font-size: 40px; }

.banner .box-banner .info .split div:first-child p {
  margin-bottom: 44px; }

.banner-bg-full {
  position: relative;
  width: 100%;
  height: 100%;
  margin-left: 0;
  z-index: -1; }

.banner-bg-full .responsive {
  height: 100%;
  min-height: none;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 105%;
  position: absolute;
  width: 100%;
  opacity: 0; }

.banner-bg-full .responsive:first-child {
  opacity: 1; }

@media (min-width: 769px) {
  .row.banner-row {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 60px; }
  .row.banner-row .o-wrapper {
    padding-right: 24px;
    padding-left: 24px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px; }
  .row.banner-row img.banner-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto; }
  .row.banner-row .box-banner {
    width: 50%;
    padding: 24px;
    background-color: #e6f2f5; }
  .row.banner-row .box-banner p {
    font-family: var(--custom-font, "Akzidenz Grotesk Light"); }
  .row.banner-row .box-banner p.portfolio {
    color: #666; }
  .row.banner-row .box-banner p.number-big {
    font-size: 40px;
    line-height: 40px;
    font-family: var(--custom-font, "Akzidenz Grotesk BE Condensed"); }
  .row.banner-row .box-banner h3 {
    font-family: var(--custom-font, "Akzidenz Grotesk Light");
    font-size: 25px;
    width: 70%;
    line-height: 25px; }
  .row.banner-row .box-banner button {
    color: #666;
    margin-bottom: 80px; }
  .row.banner-row .box-banner .info .logo {
    margin-bottom: 44px; }
  .row.banner-row .box-banner .info .split div:first-child {
    padding-right: 44px; }
  .row.banner-row .box-banner .info .split div:first-child h2 {
    font-size: 40px; }
  .row.banner-row .box-banner .info .split div:first-child p {
    margin-bottom: 44px; }
  .row.banner .o-wrapper {
    padding-right: 24px;
    padding-left: 24px; }
  .banner {
    display: block;
    position: relative;
    overflow: hidden;
    background-color: var(--primary, #324360);
    z-index: 1; }
  .banner .box-banner {
    width: 50%;
    padding: 44px;
    background-color: #e6f2f5;
    min-height: 390px; }
  .banner-bg-full {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    height: 105%;
    margin-left: -2.5%;
    width: 105%;
    z-index: -1; } }

@media (min-width: 1000px) {
  .row.banner-row {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 60px; }
  .row.banner-row img.banner-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto; }
  .row.banner-row .box-banner {
    position: relative;
    display: block;
    height: 100%;
    padding: 24px;
    background-color: #e6f2f5;
    color: #782168; }
  .row.banner-row .box-banner p {
    font-family: var(--custom-font, "Akzidenz Grotesk Light"); }
  .row.banner-row .box-banner p.portfolio {
    color: #666; }
  .row.banner-row .box-banner p.number-big {
    font-size: 60px;
    line-height: 60px;
    font-family: var(--custom-font, "Akzidenz Grotesk BE Condensed"); }
  .row.banner-row .box-banner h3 {
    font-family: var(--custom-font, "Akzidenz Grotesk Light");
    font-size: 25px;
    width: 70%;
    line-height: 25px; }
  .row.banner-row .box-banner button {
    color: #666;
    margin-bottom: 80px; }
  .banner {
    display: block;
    position: relative;
    overflow: hidden;
    background-color: var(--primary, #324360);
    z-index: 1; }
  .banner .box-banner {
    width: 50%;
    padding: 64px;
    background-color: #e6f2f5;
    min-height: 440px; } }

@media (min-width: 1300px) {
  .row.banner-row {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 60px; }
  .row.banner-row .o-wrapper {
    margin: 0;
    padding: 0; }
  .row.banner-row img.banner-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto; }
  .row.banner-row .box-banner {
    position: relative;
    display: block;
    height: 100%;
    padding: 24px;
    background-color: #e6f2f5; }
  .row.banner-row .box-banner p {
    font-family: var(--custom-font, "Akzidenz Grotesk Light"); }
  .row.banner-row .box-banner p.portfolio {
    color: #666; }
  .row.banner-row .box-banner p.number-big {
    font-size: 140px;
    line-height: 140px;
    font-family: var(--custom-font, "Akzidenz Grotesk BE Condensed"); }
  .row.banner-row .box-banner h3 {
    font-family: var(--custom-font, "Akzidenz Grotesk Light");
    font-size: 25px;
    width: 70%;
    line-height: 25px; }
  .row.banner-row .box-banner button {
    color: #666;
    margin-bottom: 80px; }
  .banner {
    display: block;
    position: relative;
    overflow: hidden;
    background-color: var(--primary, #324360);
    z-index: 1; }
  .banner .box-banner {
    padding: 64px;
    background-color: #e6f2f5;
    min-height: 600px; }
  .row.banner .o-wrapper {
    padding: 0; } }

@media (min-width: 1400px) {
  .row.banner-row {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 60px; }
  .row.banner-row img.banner-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto; }
  .row.banner-row .box-banner {
    position: relative;
    display: block;
    width: 50%;
    height: 100%;
    padding: 84px 64px;
    background-color: #e6f2f5; }
  .row.banner-row .box-banner p {
    font-family: var(--custom-font, "Akzidenz Grotesk Light"); }
  .row.banner-row .box-banner p.portfolio {
    color: #666; }
  .row.banner-row .box-banner p.number-big {
    font-size: 140px;
    line-height: 140px;
    font-family: var(--custom-font, "Akzidenz Grotesk BE Condensed"); }
  .row.banner-row .box-banner h3 {
    font-family: var(--custom-font, "Akzidenz Grotesk Light");
    font-size: 25px;
    width: 70%;
    line-height: 25px; }
  .row.banner-row .box-banner button {
    color: #666;
    margin-bottom: 80px; }
  .banner {
    display: block;
    position: relative;
    overflow: hidden;
    background-color: var(--primary, #324360);
    z-index: 1; }
  .banner .box-banner {
    padding: 64px;
    background-color: #e6f2f5; } }

@media (min-width: 1600px) {
  .banner {
    display: block;
    position: relative;
    overflow: hidden;
    background-color: var(--primary, #324360);
    z-index: 1; }
  .banner .box-banner {
    padding: 64px;
    background-color: #e6f2f5; } }

.row.services {
  padding: 30px 0; }

@media (min-width: 769px) {
  .row.services {
    padding: 50px 0; }
  .row.services .accordian-item > h3 {
    cursor: pointer;
    font-family: var(--custom-font, "Akzidenz Grotesk Light");
    width: 100%;
    padding: 16px 0 12px;
    font-size: 32px;
    line-height: 32px; }
  .row.services .accordian-item > h3 span {
    font-size: 16px;
    position: relative;
    display: inline-block;
    margin-right: 0; }
  .row.services .accordian-item > h3 span span {
    position: relative;
    display: inline-block;
    padding: 0;
    border: 1px solid #782168;
    border-radius: 18px;
    line-height: 33px;
    width: 32px;
    height: 32px;
    font-size: 14px; }
  .row.services .accordian-list {
    flex-direction: row;
    flex-wrap: wrap; }
  .row.services .accordian-list > div {
    color: #782168;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 56px; } }

@media (min-width: 1000px) {
  .row.services {
    padding: 50px 0; }
  .row.services .accordian-list {
    flex-direction: row;
    flex-wrap: wrap; }
  .row.services .accordian-list > div {
    color: #782168;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 56px; } }

.row.products {
  color: #144786;
  background-color: #f1f1f1; }

.row.products button {
  color: #6b6b6b;
  border-color: #6b6b6b; }

.row.products h3 {
  position: relative;
  z-index: 1;
  color: #144786;
  font-weight: 100;
  font-weight: 400; }

.row.products .product-item {
  box-shadow: 3px 3px 5px 1px #ccc;
  width: 100%;
  margin: 0 0 24px; }

.row.products .product-item > div:first-child {
  background-color: #154887;
  padding: 28px;
  min-height: 116px; }

.row.products .product-item > div:first-child h3 {
  font-family: var(--custom-font, "Akzidenz Grotesk Light");
  font-size: 30px;
  line-height: 30px;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  color: #fff;
  position: relative;
  display: block; }

@media (max-width: 46.24em) {
  .row.products .product-item > div:first-child {
    padding: 24px; } }

.row.products .product-item > div:last-child {
  background-color: #fff;
  padding: 28px; }

.row.products .product-item > div:last-child p {
  color: #666;
  margin-bottom: 30px; }

.row.products .product-item > div:last-child a {
  position: relative;
  display: block;
  width: 100%;
  color: #666; }

.row.products .product-item > div:last-child a:after {
  content: url(/Static/images/arr-right-green-8.png);
  position: absolute;
  top: -7px;
  right: 0;
  border: 8px solid transparent;
  margin-top: 0;
  background: transparent;
  width: 8px; }

@media (max-width: 46.24em) {
  .row.products .product-item > div:last-child {
    padding: 24px; } }

@media (min-width: 769px) {
  .hero.hero-products {
    min-height: 480px;
    margin-bottom: 0; }
  .hero.hero-products span.bg {
    background-image: url(/Static/images/img-hero-products.jpg);
    width: 100%;
    height: 100%;
    background-position: -560px 0; }
  .hero.hero-products .full-absolute {
    background: none;
    padding-bottom: 0; }
  .row.products .product-item {
    box-shadow: 3px 3px 5px 1px #ccc;
    width: 49%;
    margin: 0 2% 24px 0; }
  .row.products .product-item:nth-child(2n) {
    margin: 0 0 24px; }
  .row.products .product-item > div:first-child {
    background-color: #154887;
    padding: 28px;
    min-height: 116px; }
  .row.products .product-item > div:first-child h3 {
    font-family: var(--custom-font, "Akzidenz Grotesk Light");
    font-size: 30px;
    line-height: 30px;
    -webkit-margin-before: 0;
    margin-block-start: 0;
    -webkit-margin-after: 0;
    margin-block-end: 0;
    color: #fff;
    position: relative;
    display: block; }
  .row.products .product-item > div:last-child {
    background-color: #fff;
    padding: 28px; }
  .row.products .product-item > div:last-child p {
    color: #666;
    margin-bottom: 30px; }
  .row.products .product-item > div:last-child a {
    width: 100%;
    color: #666; }
  .row.products .product-item > div:last-child a:after {
    content: url(/Static/images/arr-right-green-8.png);
    position: absolute;
    top: -7px;
    right: 0;
    border: 8px solid transparent;
    margin-top: 0;
    background: transparent;
    width: 8px; } }

@media (min-width: 1000px) {
  .hero.hero-products {
    min-height: 480px;
    margin-bottom: 0; }
  .hero.hero-products span.bg {
    background-image: url(/Static/images/img-hero-products.jpg);
    width: 110%;
    height: 110%;
    background-position: -560px 0; }
  .hero.hero-products .full-absolute {
    background: none;
    padding-bottom: 0; }
  .row.products .product-item {
    box-shadow: 3px 3px 5px 1px #ccc;
    width: 23%;
    flex-baSIS: 23%;
    margin: 0 2% 24px 0; }
  .row.products .product-item:nth-child(2n) {
    margin: 0 2% 24px 0; }
  .row.products .product-item:nth-child(4n+0) {
    margin: 0 0 24px; }
  .row.products .product-item > div:first-child {
    background-color: #154887;
    padding: 28px;
    min-height: 116px; }
  .row.products .product-item > div:first-child h3 {
    font-family: var(--custom-font, "Akzidenz Grotesk Light");
    font-size: 30px;
    line-height: 30px;
    -webkit-margin-before: 0;
    margin-block-start: 0;
    -webkit-margin-after: 0;
    margin-block-end: 0;
    color: #fff;
    position: relative;
    display: block; }
  .row.products .product-item > div:last-child {
    background-color: #fff;
    padding: 28px; }
  .row.products .product-item > div:last-child p {
    color: #666;
    margin-bottom: 30px; }
  .row.products .product-item > div:last-child a {
    width: 100%;
    color: #666; } }

@media (min-width: 1200px) {
  .hero.hero-products {
    min-height: 480px;
    margin-bottom: 0; }
  .hero.hero-products span.bg {
    background-image: url(/Static/images/img-hero-products.jpg);
    width: 100%;
    height: 100%;
    background-position: 0 0; }
  .hero.hero-products .full-absolute {
    background: none;
    padding-bottom: 0; }
  .row.products .product-item {
    box-shadow: 3px 3px 5px 1px #ccc;
    margin: 0 2% 24px 0; }
  .row.products .product-item > div:first-child {
    background-color: #154887;
    padding: 28px;
    min-height: 116px; }
  .row.products .product-item > div:first-child h3 {
    font-family: var(--custom-font, "Akzidenz Grotesk Light");
    font-size: 30px;
    line-height: 30px;
    -webkit-margin-before: 0;
    margin-block-start: 0;
    -webkit-margin-after: 0;
    margin-block-end: 0;
    color: #fff;
    position: relative;
    display: block; }
  .row.products .product-item > div:last-child {
    background-color: #fff;
    padding: 28px; }
  .row.products .product-item > div:last-child p {
    color: #666;
    margin-bottom: 30px; }
  .row.products .product-item > div:last-child a {
    width: 100%;
    color: #666; } }

.hero.hero-products {
  min-height: 330px;
  margin-bottom: 0; }

.hero.hero-products span.bg {
  background-image: url(/Static/images/img-hero-products.jpg);
  width: 100%;
  height: 100%;
  background-position: -610px 70px; }

.hero.hero-products .full-absolute {
  background: none;
  padding-bottom: 0; }

.row.products.col-4-theme1 {
  color: #144786;
  background-color: #fff; }

.row.products.col-4-theme1 button {
  color: #6b6b6b;
  border-color: #6b6b6b; }

.row.products.col-4-theme1 h3 {
  position: relative;
  z-index: 1;
  color: #144786;
  font-weight: 100;
  font-weight: 400; }

.row.products.col-4-theme1 .product-item {
  position: relative;
  box-shadow: none;
  border: 1px solid #97a0b0;
  width: 100%;
  margin: 0 0 3%; }

.row.products.col-4-theme1 .product-item > img.icon {
  position: absolute;
  top: 12px;
  right: 12px; }

.row.products.col-4-theme1 .product-item > div {
  padding: 59px 28px 28px; }

.row.products.col-4-theme1 .product-item > div:first-child {
  background-color: #fff;
  padding: 28px;
  min-height: 116px; }

.row.products.col-4-theme1 .product-item > div:first-child h3 {
  font-family: var(--custom-font, "Akzidenz Grotesk Light");
  font-size: 30px;
  line-height: 30px;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  color: #154887;
  position: relative;
  display: block; }

.row.products.col-4-theme1 .product-item > div:last-child {
  background-color: #fff;
  padding: 0 28px 28px; }

.row.products.col-4-theme1 .product-item > div:last-child p {
  color: #666;
  margin-bottom: 30px; }

.row.products.col-4-theme1 .product-item > div:last-child > .cta-read-more {
  position: absolute;
  bottom: 24px;
  left: 24px;
  width: 80%; }

.row.products.col-4-theme1 .product-item > div:last-child > .cta-read-more a {
  width: 100%;
  color: #666;
  display: flex;
  justify-content: space-between; }

arr-right-green-8 .row.products.col-4-theme1 .product-item > div:last-child > .cta-read-more a:after {
  content: url(/Static/images/arr-right-green-8.png);
  position: absolute;
  top: 0;
  right: 24px;
  border: 8px solid transparent;
  margin-top: 0;
  background: transparent;
  width: 6px; }

@media (min-width: 769px) {
  .hero.hero-products {
    min-height: 480px;
    margin-bottom: 0; }
  .hero.hero-products span.bg {
    background-image: url(/Static/images/img-hero-products.jpg);
    width: 100%;
    height: 100%;
    background-position: -560px 0; }
  .hero.hero-products .full-absolute {
    background: none;
    padding-bottom: 0; }
  .row.products.col-4-theme1 .product-item {
    box-shadow: none;
    border: 1px solid #97a0b0;
    width: 49%;
    margin: 0 2% 3% 0; }
  .row.products.col-4-theme1 .product-item:nth-child(2n) {
    margin: 0 0 3%; }
  .row.products.col-4-theme1 .product-item > div:first-child {
    background-color: #fff;
    padding: 28px;
    min-height: 116px; }
  .row.products.col-4-theme1 .product-item > div:first-child h3 {
    font-family: var(--custom-font, "Akzidenz Grotesk Light");
    font-size: 30px;
    line-height: 30px;
    -webkit-margin-before: 0;
    margin-block-start: 0;
    -webkit-margin-after: 0;
    margin-block-end: 0;
    color: #154887;
    position: relative;
    display: block; }
  .row.products.col-4-theme1 .product-item > div:last-child {
    background-color: #fff;
    padding: 0 28px 28px; }
  .row.products.col-4-theme1 .product-item > div:last-child p {
    color: #666;
    margin-bottom: 30px; }
  .row.products.col-4-theme1 .product-item > div:last-child > .cta-read-more {
    position: absolute;
    bottom: 24px;
    left: 24px; }
  .row.products.col-4-theme1 .product-item > div:last-child > .cta-read-more a {
    width: 100%;
    color: #666; }
  .row.products.col-4-theme1 .product-item > div:last-child > .cta-read-more a:after {
    content: url(/Static/images/arr-right-green-8.png);
    position: absolute;
    top: -7px;
    right: 0;
    border: 8px solid transparent;
    margin-top: 0;
    background: transparent;
    width: 8px; } }

@media (min-width: 1000px) {
  .hero.hero-products {
    min-height: 480px;
    margin-bottom: 0; }
  .hero.hero-products span.bg {
    background-image: url(/Static/images/img-hero-products.jpg);
    width: 110%;
    height: 110%;
    background-position: -560px 0; }
  .hero.hero-products .full-absolute {
    background: none;
    padding-bottom: 0; }
  .row.products.col-4-theme1 .product-item {
    box-shadow: none;
    border: 1px solid #97a0b0;
    width: 23%;
    margin: 0 2% 3% 0; }
  .row.products.col-4-theme1 .product-item:nth-child(2n) {
    margin: 0 2% 3% 0; }
  .row.products.col-4-theme1 .product-item:nth-child(4n+0) {
    margin: 0 0 3%; }
  .row.products.col-4-theme1 .product-item > div:first-child {
    background-color: #fff;
    padding: 28px;
    min-height: 116px; }
  .row.products.col-4-theme1 .product-item > div:first-child h3 {
    font-family: var(--custom-font, "Akzidenz Grotesk Light");
    font-size: 30px;
    line-height: 30px;
    -webkit-margin-before: 0;
    margin-block-start: 0;
    -webkit-margin-after: 0;
    margin-block-end: 0;
    color: #154887;
    position: relative;
    display: block; }
  .row.products.col-4-theme1 .product-item > div:last-child {
    background-color: #fff;
    padding: 0 28px 28px; }
  .row.products.col-4-theme1 .product-item > div:last-child p {
    color: #666;
    margin-bottom: 30px; }
  .row.products.col-4-theme1 .product-item > div:last-child > .cta-read-more {
    position: absolute;
    bottom: 24px;
    left: 24px; }
  .row.products.col-4-theme1 .product-item > div:last-child > .cta-read-more a {
    width: 100%;
    color: #666; } }

@media (min-width: 1200px) {
  .hero.hero-products {
    min-height: 480px;
    margin-bottom: 0; }
  .hero.hero-products span.bg {
    background-image: url(/Static/images/img-hero-products.jpg);
    width: 100%;
    height: 100%;
    background-position: 0 0; }
  .hero.hero-products .full-absolute {
    background: none;
    padding-bottom: 0; }
  .row.products.col-4-theme1 .product-item {
    box-shadow: none;
    border: 1px solid #97a0b0;
    width: 23%;
    margin: 0 2% 3% 0; }
  .row.products.col-4-theme1 .product-item > div:first-child {
    background-color: #fff;
    padding: 28px;
    min-height: 116px; }
  .row.products.col-4-theme1 .product-item > div:first-child h3 {
    font-family: var(--custom-font, "Akzidenz Grotesk Light");
    font-size: 30px;
    line-height: 30px;
    -webkit-margin-before: 0;
    margin-block-start: 0;
    -webkit-margin-after: 0;
    margin-block-end: 0;
    color: #154887;
    position: relative;
    display: block; }
  .row.products.col-4-theme1 .product-item > div:last-child {
    background-color: #fff;
    padding: 0 28px 28px; }
  .row.products.col-4-theme1 .product-item > div:last-child p {
    color: #666;
    margin-bottom: 30px; }
  .row.products.col-4-theme1 .product-item > div:last-child > .cta-read-more {
    position: absolute;
    bottom: 24px;
    left: 24px; }
  .row.products.col-4-theme1 .product-item > div:last-child > .cta-read-more a {
    width: 100%;
    color: #666; } }

.world-map-full {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #e3eff8;
  z-index: 1;
  min-height: 0;
  margin-bottom: 44px;
  padding-top: 28px; }

.world-map-full .o-wrapper {
  padding-bottom: 30px; }

.world-map-full .o-wrapper .map-bread {
  border-bottom: 1px solid #d1cdcd;
  color: #97a0b0;
  z-index: 1;
  margin-bottom: 34px;
  padding-bottom: 18px; }

.world-map-full .o-wrapper .map-bread a {
  color: #97a0b0;
  font-weight: 400; }

@media (max-width: 61.24em) {
  .world-map-full .o-wrapper {
    background-color: #00f; } }

@media (max-width: 46.24em) {
  .world-map-full .o-wrapper {
    background-color: red; } }

.world-map-full .o-wrapper:after {
  background-image: url(/Static/images/ocean-full-1600.png);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover; }

.world-map-full .map-inner-wrap {
  display: block;
  position: relative;
  z-index: 1; }

.world-map-full .map-inner-wrap .map-bg-wrapper {
  position: relative;
  display: block; }

.world-map-full .map-inner-wrap .map-bg-wrapper h2 {
  position: absolute;
  z-index: 1; }

.world-map-full .map-inner-wrap .map-bg-wrapper h2.america {
  top: 31%;
  left: 17%; }

.world-map-full .map-inner-wrap .map-bg-wrapper h2.europe {
  top: 31%;
  left: 47%; }

.world-map-full .map-inner-wrap .map-bg-wrapper h2.asia {
  top: 31%;
  right: 24%; }

@media (max-width: 46.24em) {
  .world-map-full .map-inner-wrap .map-bg-wrapper h2.asia {
    right: 21%;
    right: 18%; } }

@media (max-width: 61.24em) {
  .world-map-full .map-inner-wrap .map-bg-wrapper h2 {
    font-size: 23px; } }

@media (max-width: 46.24em) {
  .world-map-full .map-inner-wrap .map-bg-wrapper h2 {
    font-size: 17px; } }

.world-map-full .map-inner-wrap .map-bg-wrapper .map-bg {
  display: block;
  position: relative;
  max-width: none;
  width: 80%;
  margin-left: 10%; }

.world-map-full .map-inner-wrap h1 {
  margin: 0 0 -20px;
  padding: 0; }

.world-map-full .map-inner-wrap .cont-info-box {
  position: absolute;
  background-color: #fff;
  box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.2), 0 16px 20px 0 rgba(0, 0, 0, 0.2);
  height: 100%;
  opacity: 0;
  z-index: 0;
  overflow: hidden;
  transition: opacity .2s;
  width: 24%; }

.world-map-full .map-inner-wrap .cont-info-box.cont-us {
  top: 0;
  left: 15%; }

.world-map-full .map-inner-wrap .cont-info-box.cont-eu {
  top: 0;
  left: 35%; }

.world-map-full .map-inner-wrap .cont-info-box.cont-as {
  top: 0;
  right: 15%; }

.world-map-full .map-inner-wrap .cont-info-box.cont-active {
  z-index: 3;
  opacity: 1;
  transition: opacity .6s; }

.world-map-full .map-inner-wrap .cont-info-box header {
  background-color: #40c1ac;
  color: #fff;
  padding: 46px 60px 20px; }

.world-map-full .map-inner-wrap .cont-info-box header .cont-icon {
  position: relative;
  display: block;
  margin: 0 0 6px;
  padding: 0; }

.world-map-full .map-inner-wrap .cont-info-box header h3 {
  font-size: 32px;
  margin: 0;
  padding: 0; }

.world-map-full .map-inner-wrap .cont-info-box .cont-info {
  color: #97a0b0;
  padding: 40px 60px 80px;
  height: 100%;
  overflow-y: scroll; }

.world-map-full .map-inner-wrap .cont-info-box .cont-info p {
  margin: 0 0 6px;
  padding: 0; }

.world-map-full .map-inner-wrap .cont-info-box .cont-info p a {
  color: #97a0b0; }

@media (max-width: 46.24em) {
  .world-map-full .map-inner-wrap .cont-info-box {
    width: 100%;
    left: 0 !important; }
  .world-map-full .map-inner-wrap .cont-info-box header {
    background-color: #40c1ac;
    color: #fff;
    padding: 20px; }
  .world-map-full .map-inner-wrap .cont-info-box header .cont-icon {
    position: relative;
    display: inline-block;
    margin: 0 0 6px;
    padding: 0; }
  .world-map-full .map-inner-wrap .cont-info-box header h3 {
    font-size: 20px;
    margin: 0;
    padding: 0; }
  .world-map-full .map-inner-wrap .cont-info-box .cont-info {
    padding: 20px; }
  .world-map-full .map-inner-wrap .cont-info-box .cont-info p {
    margin: 0 0 6px;
    padding: 0; } }

.cta-close-box {
  position: absolute;
  top: 5px;
  right: 5px;
  margin: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%; }

.cta-close-box svg {
  display: block;
  width: 40px;
  height: 40px; }

.cta-close-box .close-x {
  stroke: #fff;
  fill: transparent;
  stroke-linecap: round;
  stroke-width: 5; }

.row.google-map > div > .basis-50-full > div:first-child {
  outline: 1px red; }

.row.google-map h3 {
  color: #154887;
  font-size: 34px;
  font-family: var(--custom-font, "Akzidenz Grotesk Regular");
  margin: 0;
  padding: 0; }

.row.google-map p {
  margin: 0;
  padding: 0; }

.row.google-map #map {
  height: 300px; }

.c-overlay-nav {
  -webkit-overflow-y: scroll;
  overflow-y: scroll;
  background-color: #233060;
  color: #fff;
  display: none;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  transition: opacity .15s;
  visibility: hidden;
  width: 100%;
  will-change: opacity;
  z-index: 199;
  padding: 0 20px; }

.c-overlay-nav:before {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  content: "";
  z-index: 1; }

.c-overlay-nav--active {
  min-height: 100vh;
  opacity: 1;
  visibility: visible; }

.c-overlay-nav--closing {
  opacity: 0; }

.c-overlay-nav__outer {
  height: 80%;
  opacity: 0;
  position: absolute;
  transition: opacity .45s;
  transition-delay: .1s;
  width: 100%;
  will-change: opacity;
  z-index: 2; }

.c-overlay-nav__outer--active {
  opacity: 1; }

.c-overlay-nav__footer, .c-overlay-nav__header, .c-overlay-nav__nav {
  position: absolute;
  width: 100%; }

.c-overlay-nav__header {
  height: 15%; }

.c-overlay-nav__nav {
  -webkit-overflow-y: scroll;
  overflow-y: scroll;
  height: 100%;
  overflow: auto;
  top: 18%; }

.c-overlay-nav__footer {
  align-items: flex-end;
  bottom: 0;
  display: flex;
  height: 15%;
  justify-content: center; }

.c-overlay-nav__link {
  color: #fff;
  display: inline-block;
  font-weight: 400;
  transition-duration: .3s; }

.c-overlay-nav__link .svg-icon {
  height: 11px;
  opacity: 0;
  width: 11px; }

.c-overlay-nav__link-arrow:after {
  background-color: transparent;
  background-image: url(/Static/images/svgs/chevron-icon-green.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 18px;
  position: relative;
  right: -15px;
  top: 6px;
  transform: rotate(90deg);
  width: 18px; }

.c-overlay-nav__link-toggle {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 10px;
  color: #fff;
  display: block;
  font-weight: 400;
  position: relative; }

.c-overlay-nav__link-toggle:after {
  background-color: transparent;
  background-image: url(/Static/images/svgs/chevron-icon-green.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 13px;
  position: relative;
  right: -6px;
  top: 5px;
  transform: rotate(90deg);
  width: 13px; }

.is-active.c-overlay-nav__link-arrow:after, .is-active.c-overlay-nav__link-toggle:after {
  top: 0;
  transform: rotate(-90deg); }

.c-overlay-nav__dropdown {
  transition: transform .15s; }

.c-overlay-nav__dropdown-section {
  height: auto; }

.c-overlay-nav__dropdown-link {
  color: #c3c9d0;
  display: block;
  letter-spacing: .8px;
  font-family: Akzidenz Grotesk Regular; }

.c-overlay-nav__item:first-child .c-overlay-nav__link {
  transition-delay: .12s; }

.c-overlay-nav__item:nth-child(2) .c-overlay-nav__link {
  transition-delay: .14s; }

.c-overlay-nav__item:nth-child(3) .c-overlay-nav__link {
  transition-delay: .16s; }

.c-overlay-nav__item:nth-child(4) .c-overlay-nav__link {
  transition-delay: .18s; }

.c-overlay-nav__item:nth-child(5) .c-overlay-nav__link {
  transition-delay: .2s; }

.c-overlay-nav__item:nth-child(6) .c-overlay-nav__link {
  transition-delay: .22s; }

.c-overlay-nav__item:nth-child(7) .c-overlay-nav__link {
  transition-delay: .24s; }

.c-overlay-nav__item:nth-child(8) .c-overlay-nav__link {
  transition-delay: .26s; }

.c-overlay-nav__item:nth-child(9) .c-overlay-nav__link {
  transition-delay: .28s; }

.c-overlay-nav__item:nth-child(10) .c-overlay-nav__link {
  transition-delay: .3s; }

@media (max-width: 61.24em) {
  .c-overlay-nav {
    display: block; }
  .c-overlay-nav__link {
    font-size: 20px;
    opacity: 0;
    padding: 0;
    will-change: transform;
    margin-bottom: 10px; }
  .c-overlay-nav__link--secondary {
    font-size: 15px; }
  .c-overlay-nav--active .c-overlay-nav__link {
    opacity: 1;
    transform: translateX(0);
    transition-delay: .15s; }
  .c-overlay-nav__link--active {
    border-bottom: 2px solid var(--primary, #144786);
    opacity: 1; }
  .scroll-lock {
    max-height: 100vh;
    overflow: hidden;
    position: relative; }
  .scroll-lock > .c-site-wrapper {
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%; }
  .scroll-lock .c-site-logo {
    fill: #fff; } }

@media screen and (max-height: 480px) and (orientation: landscape) {
  .c-overlay-nav__nav {
    align-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    top: 20%; }
  .c-overlay-nav__link {
    font-size: 24px; }
  .c-overlay-nav__item + .c-overlay-nav__item--secondary {
    padding-top: 0; } }

.row.find-ship .o-wrapper > div.box-grey {
  background-color: #f9f9f9;
  border: 1px solid #c8d1d5;
  padding: 20px 0; }

.row.find-ship .o-wrapper > div.box-grey > .basis-50-full > .box-50 {
  margin-bottom: 0;
  padding: 0 80px 0 40px; }

.row.find-ship .o-wrapper > div.box-grey > .basis-50-full > .box-50 > div h4 {
  margin-bottom: 0; }

.row.find-ship .o-wrapper > div.box-grey > .basis-50-full > .box-50 > div:first-child {
  margin-right: 34px; }

.row.find-ship .o-wrapper > div.box-grey > .basis-50-full > .box-50 > div:last-child {
  flex-grow: 1; }

.row.find-ship .o-wrapper > div.box-grey > .basis-50-full > .box-50 > div:last-child > div {
  display: flex; }

.row.find-ship .o-wrapper > div.box-grey > .basis-50-full > .box-50 > div:last-child > div button {
  background-color: #40c1ac;
  border-radius: 0;
  color: #fff;
  font-size: 17px;
  padding: 10px 20px 8px;
  margin-bottom: 0;
  border: 0;
  z-index: 0; }

@media (max-width: 46.24em) {
  .row.find-ship .o-wrapper > div.box-grey > .basis-50-full > .box-50 > div:last-child > div {
    display: flex; } }

@media (max-width: 19.99em) {
  .row.find-ship .o-wrapper > div.box-grey > .basis-50-full > .box-50 > div:last-child > div {
    display: flex;
    flex-direction: column; } }

.row.find-ship .o-wrapper > div.box-grey > .basis-50-full > .box-50 > div:last-child input {
  margin-bottom: 0;
  height: 43px; }

@media (max-width: 61.24em) {
  .row.find-ship .o-wrapper > div.box-grey > .basis-50-full > .box-50 > div:first-child {
    margin-right: 12px;
    flex: 1; }
  .row.find-ship .o-wrapper > div.box-grey > .basis-50-full > .box-50 > div:last-child {
    flex: 2; } }

@media (max-width: 46.24em) {
  .row.find-ship .o-wrapper > div.box-grey > .basis-50-full > .box-50 > div:first-child {
    margin-right: 12px;
    flex: none; }
  .row.find-ship .o-wrapper > div.box-grey > .basis-50-full > .box-50 > div:last-child {
    flex: none;
    flex-grow: 1; } }

.row.find-ship .o-wrapper > div.box-grey > .basis-50-full > .box-50:first-child {
  border-right: 1px solid #c8d1d5; }

@media (max-width: 46.24em) {
  .row.find-ship .o-wrapper > div.box-grey > .basis-50-full > .box-50:first-child {
    border-right: 0;
    margin-bottom: 20px; } }

@media (max-width: 81.25em) {
  .row.find-ship .o-wrapper > div.box-grey > .basis-50-full > .box-50 {
    padding: 0 20px; } }

@media (max-width: 61.24em) {
  .row.find-ship .o-wrapper > div.box-grey > .basis-50-full > .box-50 {
    padding: 0 20px; } }

@media (max-width: 46.24em) {
  .row.find-ship .o-wrapper > div.box-grey > .basis-50-full > .box-50 {
    padding: 0 20px; } }

.find-office .o-wrapper .basis-25 > div:first-child h3 {
  margin-bottom: 0; }

.find-office .o-wrapper .basis-25 > div:first-child img.map {
  width: 76%; }

.o-sidebar {
  color: #686868; }

.o-sidebar .c-sharing p {
  margin: 0 0 10px;
  color: #154887;
  font-weight: 700;
  font-family: var(--custom-font, "Akzidenz Grotesk Regular"); }

.o-sidebar .c-sharing p.small {
  color: #686868;
  font-size: 14px; }

.o-sidebar .c-sharing ul {
  margin: 0 0 20px; }

.o-sidebar .c-sharing ul > li {
  margin: 0 10px 0 0; }

.o-sidebar .c-expert-block {
  background-color: #f1f1f1; }

.o-sidebar .c-expert-block > div:first-child {
  background-color: #40c1ac; }

.o-sidebar .c-expert-block > div:first-child p {
  color: #fff;
  font-family: var(--custom-font, "Akzidenz Grotesk Regular");
  font-size: 28px;
  padding: 14px 24px 10px; }

.o-sidebar .c-expert-block > div:nth-child(2) {
  border-bottom: 1px solid #ced2d6;
  display: flex;
  padding-bottom: 24px; }

.o-sidebar .c-expert-block > div:nth-child(2) > div:first-child {
  padding: 0 0 0 24px;
  flex: 1; }

.o-sidebar .c-expert-block > div:nth-child(2) > div:first-child img {
  border-radius: 80px; }

.o-sidebar .c-expert-block > div:nth-child(2) > div:last-child {
  margin-left: 20px;
  margin-right: 24px;
  flex: 2; }

.o-sidebar .c-expert-block > div:nth-child(2) > div:last-child p {
  margin: 0; }

.o-sidebar .c-expert-block > div:nth-child(2) > div:last-child p:first-child {
  font-family: var(--custom-font, "Akzidenz Grotesk Regular");
  font-size: 26px; }

.o-sidebar .c-expert-block > div:last-child .cta {
  padding: 20px 30px 20px 24px;
  font-size: 14px;
  position: relative;
  display: block; }

.o-sidebar .c-expert-block > div:last-child .cta:after {
  content: url(/Static/images/arr-right-green-8.png);
  position: absolute;
  top: 10px;
  right: 24px;
  border: 8px solid transparent;
  margin-top: 0;
  background: transparent;
  width: 6px; }

.o-sidebar .c-contact-us-block {
  background-color: #f1f1f1; }

.o-sidebar .c-contact-us-block > div:first-child {
  background-color: #40c1ac; }

.o-sidebar .c-contact-us-block > div:first-child p {
  color: #fff;
  font-family: var(--custom-font, "Akzidenz Grotesk Light");
  font-size: 28px;
  padding: 14px 24px 10px; }

.o-sidebar .c-contact-us-block > div:nth-child(2) {
  padding: 12px 24px; }

.o-sidebar .c-contact-us-block > div:nth-child(2) p {
  color: #154887;
  font-size: 24px;
  margin: 0; }

.o-sidebar .c-contact-us-block > div:nth-child(2) p a {
  color: #154887; }

.o-sidebar .c-contact-us-block > div:last-child {
  padding: 0 24px 24px; }

.o-sidebar .c-contact-us-block > div:last-child .cta {
  padding: 18px 24px 13px 67px;
  font-size: 16px;
  position: relative;
  display: block;
  background-color: #154887;
  color: #fff;
  border-radius: 0; }

.o-sidebar .c-contact-us-block > div:last-child .cta:before {
  content: url(/Static/images/ic-phone-blue.png);
  position: absolute;
  top: 0;
  left: 14px;
  border: 8px solid transparent;
  margin-top: 0;
  background: transparent;
  width: 6px; }

.o-sidebar .c-map-block > div:first-child p {
  color: #154887;
  font-family: var(--custom-font, "Akzidenz Grotesk Light");
  font-size: 28px;
  padding: 14px 24px 0;
  margin-bottom: 10px; }

.o-sidebar .c-map-block > div:nth-child(2) {
  padding: 0 24px 12px; }

.o-sidebar .c-map-block > div:nth-child(2) p {
  color: #154887;
  font-size: 24px;
  margin: 0; }

.o-sidebar .c-map-block > div:nth-child(2) p a {
  color: #154887; }

.o-sidebar .c-map-block > div:nth-child(3) {
  padding: 0 24px 14px;
  color: #686868; }

.o-sidebar .c-map-block > div:nth-child(3) p {
  font-family: var(--custom-font, "Akzidenz Grotesk Regular");
  margin: 0; }

.o-sidebar .c-map-block > div:nth-child(3) p.time-stamp > span:first-child {
  font-family: var(--custom-font, "Akzidenz Grotesk Medium"); }

.o-sidebar .c-map-block > div:nth-child(3) .address {
  margin-bottom: 14px; }

.o-sidebar .c-map-block > div:last-child {
  padding: 0 24px; }

.o-sidebar .c-map-block > div:last-child .select {
  border: 1px solid #686868;
  padding: 0 6px 2px 42px;
  font-size: 16px;
  position: relative;
  display: block;
  background-color: transparent;
  color: #686868;
  border-radius: 0; }

.o-sidebar .c-map-block > div:last-child .select:before {
  content: url("/Static/Thomas Miller/images/globe-33.png");
  position: absolute;
  top: 0;
  left: 7px;
  border: 8px solid transparent;
  margin-top: 0;
  background: transparent;
  width: 60px; }

.o-sidebar .c-map-block > div:last-child .select select {
  border: 0;
  background-position: calc(100% - 8px) calc(1em + 8px), calc(100% - 3px) calc(1em + 8px), 100% 0;
  color: #154887; }

.contact-block .item-thumb-row {
  padding-right: 30px;
  display: flex;
  flex-direction: row; }

.contact-block .item-thumb-row > div h3 {
  margin-bottom: 0; }

.contact-block .item-thumb-row > div p {
  color: #686868;
  font-family: var(--custom-font, "Akzidenz Grotesk light");
  font-size: 16px; }

.contact-block .item-thumb-row > div p:first-of-type {
  margin: 0 0 34px; }

@media (max-width: 75em) {
  .contact-block .item-thumb-row > div p:first-of-type {
    margin-bottom: 12px; } }

.contact-block .item-thumb-row > div p:nth-of-type(2), .contact-block .item-thumb-row > div p:nth-of-type(3) {
  margin: 0 0 3px; }

.contact-block .item-thumb-row > div p > span {
  font-family: var(--custom-font, "Akzidenz Grotesk Medium"); }

.contact-block .item-thumb-row > div a {
  color: #686868;
  font-size: 16px; }

.contact-block .item-thumb-row > div:first-child {
  flex: 1;
  margin-right: 24px;
  min-width: 129px; }

.contact-block .item-thumb-row > div:first-child img {
  max-width: none;
  width: 100%; }

.contact-block .item-thumb-row > div:last-child {
  flex-grow: 1; }

@media (max-width: 46.24em) {
  .contact-block .item-thumb-row > div {
    width: 100%; } }

@media (max-width: 46.24em) {
  .contact-block .item-thumb-row .info {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0; } }

@media (max-width: 46.24em) {
  .contact-block .item-thumb-row {
    padding-right: 0;
    display: inline-block;
    flex-direction: row; }
  .contact-block .item-thumb-row > img:first-child {
    margin-right: 0;
    width: 100%; } }

@media (max-width: 46.24em) {
  .contact-block {
    margin-bottom: 24px !important; } }

@media (max-width: 19.99em) {
  .contact-block {
    margin-bottom: 24px; } }

.employee-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #c8d1d5;
  width: 100%; }

.employee-row > div {
  display: flex;
  flex: 1;
  flex-basis: 50%; }

.employee-row > div:first-child > img {
  margin-right: 24px; }

.employee-row > div:first-child > div:first-child {
  padding-right: 40px; }

@media (max-width: 46.24em) {
  .employee-row > div:first-child > div:first-child {
    padding-right: 0;
    padding-bottom: 20px; }
  .employee-row > div:first-child > div:first-child > img {
    width: 100%; } }

@media (max-width: 19.99em) {
  .employee-row > div:first-child > div:first-child {
    padding-right: 0; }
  .employee-row > div:first-child > div:first-child > img {
    width: 100%; } }

.employee-row > div:first-child > div:nth-child(2) h3 {
  margin-bottom: 0; }

.employee-row > div:first-child > div:nth-child(2) a {
  text-decoration: none;
  color: #323c46; }

@media (max-width: 46.24em) {
  .employee-row > div:first-child {
    padding-bottom: 24px;
    padding-right: 0;
    width: 100%; } }

@media (max-width: 19.99em) {
  .employee-row > div:first-child {
    padding-bottom: 24px;
    padding-right: 0;
    width: 100%; } }

.employee-row > div:last-child {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.employee-row > div:last-child > div:first-child h4 {
  color: #154887;
  font-family: var(--custom-font, "Akzidenz Grotesk Regular");
  margin-bottom: 0; }

@media (max-width: 46.24em) {
  .employee-row > div:last-child {
    width: 100%; }
  .employee-row > div:last-child > div {
    width: 100%;
    margin-bottom: 10px; }
  .employee-row > div:last-child > div > div, .employee-row > div:last-child > div > div > img {
    width: 100%; }
  .employee-row > div:last-child > div:last-child {
    margin-bottom: 0; } }

@media (max-width: 46.24em) {
  .employee-row > div {
    flex-direction: column; } }

@media (max-width: 19.99em) {
  .employee-row > div {
    flex-direction: column; } }

@media (max-width: 46.24em) {
  .employee-row {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 16px;
    padding-bottom: 16px; } }

.time-stamp {
  margin-bottom: 0; }

.time-stamp > span:first-child {
  font-family: var(--custom-font, "Akzidenz Grotesk Medium"); }

.row.pagination > .o-wrapper ul.ul-pagination {
  display: flex;
  justify-content: center; }

.row.pagination > .o-wrapper ul.ul-pagination > li > a {
  border: 1px solid #686868;
  color: #686868;
  text-decoration: none;
  border-radius: 22px;
  padding: 16px 16px 12px;
  margin-right: 10px; }

.row.pagination > .o-wrapper ul.ul-pagination > li > a.arrow {
  padding: 16px 16px 12px; }

.row.pagination > .o-wrapper ul.ul-pagination > li > a.arrow:after {
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: inline-block;
  height: 10px;
  left: .15em;
  position: relative;
  top: .15em;
  transform: rotate(-135deg);
  vertical-align: top;
  width: 10px; }

.row.pagination > .o-wrapper ul.ul-pagination > li > a.arrow.arrow-right {
  padding: 16px 21px 12px 11px; }

.row.pagination > .o-wrapper ul.ul-pagination > li > a.arrow.arrow-right:after {
  transform: rotate(45deg); }

.row.pagination > .o-wrapper ul.ul-pagination > li > a.dots {
  border: 0;
  margin: 0 0 0 -10px; }

.row.pagination > .o-wrapper ul.ul-pagination > li > a:hover {
  color: #fff;
  background-color: #686868; }

.box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 0; }

.box.box-25 {
  width: 25%; }

.box.box-50 {
  width: 50%; }

.box.box-100 {
  width: 100%; }

.box.padding {
  padding: 44px 84px 64px 44px; }

.box.padding-nrl {
  padding: 44px 0 64px; }

.box.padding1 {
  padding: 44px; }

.box p {
  position: relative;
  z-index: 1;
  font-weight: 100;
  font-size: 1em; }

.box img.main-icon {
  position: absolute;
  top: 0;
  right: 0; }

.box .video-thumb {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.box .video-thumb:after {
  content: url(/Static/images/icon-play-60.png);
  height: 100%;
  margin-top: 0;
  background: transparent;
  width: 100%;
  display: flex;
  vertical-align: middle;
  position: absolute;
  top: 0;
  align-items: center;
  text-align: center;
  justify-content: center;
  cursor: pointer; }

.box .info {
  position: relative;
  display: inline-block; }

.box .info.c-white {
  color: #fff; }

.box .info .triangle {
  position: absolute;
  top: -9px;
  left: 24px;
  width: 0;
  height: 0;
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0 9px 9px;
  -o-border-image: initial;
  border-image: initial;
  z-index: 1; }

.box .split {
  display: flex;
  flex-direction: column;
  margin: 0 0 20px; }

.box .split div:first-child {
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: column; }

.box .split div:first-child .select-classic {
  margin-top: 60px; }

.box .split div:first-child .select-classic select {
  font-size: 20px;
  padding: 10px 0 4px 2px; }

.box .split div:nth-child(2) {
  width: 100%;
  padding: 0; }

.box select {
  color: #fff;
  font-size: 24px;
  width: 54%; }

@media (max-width: 46.24em) {
  .box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 0; }
  .box.box-25, .box.box-50, .box.box-100 {
    width: 100%; }
  .box.padding {
    padding: 44px 84px 64px 44px; }
  .box.padding-nrl {
    padding: 44px 0 64px; }
  .box.padding1 {
    padding: 44px; }
  .box p {
    position: relative;
    z-index: 1;
    font-weight: 100;
    font-size: 1em; }
  .box img.main-icon {
    position: absolute;
    top: 0;
    right: 0; }
  .box .info.c-white {
    color: #fff; }
  .box .split {
    display: flex;
    flex-direction: column;
    margin: 0 0 20px; }
  .box .split div:first-child {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column; }
  .box .split div:first-child .select-classic {
    margin-top: 60px; }
  .box .split div:first-child .select-classic select {
    font-size: 20px;
    padding: 10px 0 4px 2px; }
  .box .split div:nth-child(2) {
    width: 100%;
    padding: 0; }
  .box select {
    color: #fff;
    font-size: 24px;
    width: 54%; } }

.u-hide {
  display: none; }

@media (max-width: 46.24em) {
  .u-hide-mobile {
    display: none; } }

.u-hidden {
  display: none;
  transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86); }

.u-white {
  color: #fff; }

.u-primary {
  color: var(--primary, #144786); }

.u-secondary {
  color: var(--secondary, #e09041); }

.u-grey-dark {
  color: #323c46; }

.u-grey-mid {
  color: #97a0b0; }

.u-grey-light {
  color: #c4cad4; }

.u-flex-column {
  flex-direction: column;
  align-content: space-around; }

.o-flex {
  display: flex; }

@media (max-width: 46.24em) {
  .o-flex.o-flex-m {
    display: inline; } }

.inline {
  display: inline; }

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

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

.space-between {
  justify-content: space-between; }

.space-around {
  justify-content: space-around; }

.space-evenly {
  justify-content: space-evenly; }

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

.flex-row {
  flex-direction: row; }

.flex-start {
  justify-content: start; }

.basis-25 > div {
  flex-basis: 23%;
  margin-bottom: 20px; }

.basis-25 > div .info {
  padding: 28px; }

.basis-25.p-cover > div > img {
  width: 70%; }

.basis-25.p-cover > div .info {
  padding: 28px 0; }

@media (max-width: 46.24em) {
  .basis-25 > div {
    flex-basis: 100%;
    margin-bottom: 20px; }
  .basis-25 > div .info {
    padding: 28px; }
  .basis-25.p-cover > div > img {
    width: 100%;
    margin: 0 !important; } }

.basis-25-full > div {
  flex-basis: 25%;
  margin-bottom: 20px; }

@media (max-width: 61.24em) {
  .basis-25-full > div {
    margin-bottom: 0; } }

@media (max-width: 46.24em) {
  .basis-25-full > div {
    margin-bottom: 0; } }

.basis-50 > div {
  flex-basis: 50%;
  margin-bottom: 20px; }

@media (max-width: 61.24em) {
  .basis-50 > div {
    margin-bottom: 0; } }

@media (max-width: 46.24em) {
  .basis-50 > div {
    margin-bottom: 0;
    flex-basis: 100%; } }

@media (max-width: 46.24em) {
  .basis-50 > div .info {
    padding: 28px; } }

.basis-50.box-split > div {
  display: flex; }

@media (max-width: 46.24em) {
  .basis-50.box-split > div {
    flex-direction: column; } }

.basis-50.box-split > div > div:first-child {
  flex: 1; }

.basis-50.box-split > div > div:first-child > img {
  width: 100%; }

@media (max-width: 46.24em) {
  .basis-50.box-split > div > div:first-child > img {
    margin: 0;
    width: 100%; } }

@media (max-width: 46.24em) {
  .basis-50.box-split > div > div:first-child {
    margin: 0; } }

.basis-50.box-split > div > div:last-child {
  flex: 2; }

@media (max-width: 46.24em) {
  .basis-50.box-split > div > div:last-child > img {
    margin: 14px 0; } }

@media (max-width: 46.24em) {
  .basis-50.box-split > div > div:last-child {
    margin: 0; } }

.basis-50 > div.contact-block:first-child > div {
  padding-right: 24px; }

@media (max-width: 46.24em) {
  .basis-50 > div.contact-block:first-child > div {
    padding-right: 0; } }

.basis-50-full > div {
  flex-basis: 50%;
  margin-bottom: 20px; }

@media (max-width: 46.24em) {
  .basis-50-full > div {
    flex-basis: 100%;
    margin-bottom: 20px;
    width: 100%; }
  .basis-50-full > div .info {
    padding: 28px; } }

.o-wrapper {
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px; }

.o-wrapper.border-top {
  border-top: 1px solid #666; }

.o-wrapper.p24 {
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px; }

.margin-t-44, .margin-t-94 {
  margin: 24px 0 0; }

.margin-b-44, .margin-b-64, .margin-b-94 {
  margin: 0 0 24px; }

.margin-tb-44, .margin-tb-94 {
  margin: 24px 0; }

.box.hide-769, .hide-769 {
  display: none; }

.gradient {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), transparent); }

img.responsive {
  width: 100%;
  z-index: 1; }

.col-left-main {
  outline: 1px solid green; }

.sidebar {
  outline: 1px solid red; }

@media (min-width: 769px) {
  .box.hide-769, .hide-769 {
    display: block; }
  .margin-b-44 {
    margin: 0 0 44px; }
  .margin-b-64 {
    margin: 0 0 64px; }
  .margin-b-94 {
    margin: 0 0 94px; }
  .margin-tb-44 {
    margin: 44px 0; }
  .margin-tb-94 {
    margin: 94px 0; }
  .o-flex-769.flex-inline {
    display: flex;
    flex-direction: row; }
  .o-flex-769 {
    flex-direction: row; }
  .f-j-between {
    justify-content: space-between; }
  .full-absolute {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), transparent);
    padding-bottom: 150px;
    margin-top: 0; } }

@media (min-width: 1280px) {
  .o-wrapper {
    padding-right: 0;
    padding-left: 0; } }

.u-inline-block {
  display: inline-block; }

.o-sidebar__container {
  display: flex;
  color: #686868; }

.o-sidebar__container .o-sidebar__main {
  flex: 3; }

.o-sidebar__container .o-sidebar__main .article-image-split {
  display: flex; }

.o-sidebar__container .o-sidebar__main .article-image-split .left-editorial-container {
  flex: 60%; }

.o-sidebar__container .o-sidebar__main .article-image-split .right-img-container {
  flex: 40%;
  margin-left: 40px; }

@media (max-width: 46.24em) {
  .o-sidebar__container .o-sidebar__main .article-image-split {
    display: block; }
  .o-sidebar__container .o-sidebar__main .article-image-split .right-img-container {
    flex: 100%;
    margin-left: 0; } }

.o-sidebar__container .o-sidebar {
  flex: 1;
  margin-left: 60px;
  position: relative; }

.o-sidebar__container .o-sidebar .o-sidebar__item--sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 30px; }

@media (max-width: 56.24em) {
  .o-sidebar__container {
    display: block; }
  .o-sidebar__container .o-sidebar {
    margin: 20px 0 0;
    position: relative; }
  .o-sidebar__container .o-sidebar .o-sidebar__item--sticky {
    position: relative;
    top: 0; } }

.s-editorial-container {
  max-width: 1000px; }

.o-main-text .s-editorial > h2, .o-main-text .s-editorial > h3, .s-editorial > h2.c-h2, .s-editorial > h3.c-h3 {
  margin: 0 0 10px; }

.row {
  width: 100%; }

.row.p-b {
  padding-bottom: 100px; }

.row.m-b {
  margin-bottom: 100px; }

.row.m-b-40 {
  margin-bottom: 40px; }

.row.m-b-60 {
  margin-bottom: 60px; }

@media (max-width: 46.24em) {
  .row.p-b {
    padding-bottom: 20px; }
  .row.m-b, .row.m-b-40, .row.m-b-60, .row.m-b-90 {
    margin-bottom: 20px; }
  .row.grey-light {
    padding-top: 40px;
    background-color: #f1f1f1;
    color: #666; } }

.p-b {
  padding-bottom: 100px; }

.m-b {
  margin-bottom: 100px; }

.m-b-40 {
  margin-bottom: 40px; }

.m-b-90 {
  margin-bottom: 90px; }

@media (max-width: 46.24em) {
  .m-b-90 {
    margin-bottom: 40px; } }

.m-b-60 {
  margin-bottom: 60px; }

@media (max-width: 46.24em) {
  .p-b {
    padding-bottom: 20px; }
  .m-b, .m-b-40, .m-b-60 {
    margin-bottom: 20px; }
  .grey-light {
    padding-top: 40px;
    background-color: #f1f1f1;
    color: #666; } }
