/* Partials
================================================ */
* {
  box-sizing: border-box;
}

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

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* Font stacks
================================================ */
/* Base Typography
================================================ */
body {
  font-family: "Axiforma", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
  color: #2B2F3A;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-variant-ligatures: none;
}

@media only screen and (min-width: 1200px) {
  body {
    font-size: 20px;
  }
}

/* Links
================================================ */
a, a:visited {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

a[href=""] {
  pointer-events: none;
}

h1, h2, h3, h4, h5 {
  font-weight: 600;
  margin-bottom: 30px;
}

h1:not(:first-child), h2:not(:first-child), h3:not(:first-child), h4:not(:first-child), h5:not(:first-child) {
  margin-top: 30px;
}

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child {
  margin-bottom: 0;
}

h1 {
  font-weight: 500;
  font-size: 36px;
  line-height: 48px;
}

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

h3 {
  font-size: 28px;
  line-height: 36px;
}

h4 {
  font-size: 24px;
  line-height: 32px;
}

h5 {
  font-size: 22px;
  line-height: 26px;
}

@media only screen and (min-width: 1200px) {
  h1 {
    font-size: 42px;
    line-height: 58px;
  }
  h2 {
    font-size: 37px;
    line-height: 55px;
  }
  h3 {
    font-size: 30px;
    line-height: 48px;
  }
  h4 {
    font-size: 24px;
    line-height: 34px;
  }
  h5 {
    font-size: 20px;
    line-height: 30px;
  }
}

p {
  margin-bottom: 20px;
}

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

ul {
  list-style: disc;
  margin-bottom: 20px;
}

ul li {
  margin-bottom: 5px;
}

ul li:last-of-type {
  margin-bottom: 0;
}

ul:not(:first-child) {
  margin-top: 20px;
}

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

strong {
  font-weight: bold;
}

.body-style a {
  font-weight: bold;
}

.accent-text {
  color: #DF6074;
}

/* Font Face Imports
================================================ */
@font-face {
  font-family: 'Axiforma';
  src: url("../library/fonts/axiforma-light-webfont.woff") format("woff"), url("../library/fonts/axiforma-light-webfont.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Axiforma';
  src: url("../library/fonts/axiforma-book-webfont.woff") format("woff"), url("../library/fonts/axiforma-book-webfont.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Axiforma';
  src: url("../library/fonts/axiforma-regular-webfont.woff") format("woff"), url("../library/fonts/axiforma-regular-webfont.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Axiforma';
  src: url("../library/fonts/axiforma-medium-webfont.woff") format("woff"), url("../library/fonts/axiforma-medium-webfont.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Axiforma';
  src: url("../library/fonts/axiforma-semibold-webfont.woff") format("woff"), url("../library/fonts/axiforma-semibold-webfont.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Axiforma';
  src: url("../library/fonts/axiforma-bold-webfont.woff") format("woff"), url("../library/fonts/axiforma-bold-webfont.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}

a.btn, .news-overview .alm-btn-wrap a.alm-load-more-btn, .btn, .contact-form input[type='submit'], .news-overview .alm-btn-wrap .alm-load-more-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #DF6074;
  color: #FFF;
  border-radius: 100px;
  padding: 10px 30px;
  transition: 0.5s background cubic-bezier(0.19, 1, 0.22, 1);
  cursor: pointer;
  font-size: 18px;
  line-height: 24px;
  border: 2px solid #DF6074;
  min-width: 235px;
}

a.btn:hover, .news-overview .alm-btn-wrap a.alm-load-more-btn:hover, .btn:hover, .contact-form input:hover[type='submit'], .news-overview .alm-btn-wrap .alm-load-more-btn:hover {
  background: none;
  color: #DF6074;
}

a.btn.dark, .news-overview .alm-btn-wrap a.dark.alm-load-more-btn, .btn.dark, .contact-form input.dark[type='submit'], .news-overview .alm-btn-wrap .dark.alm-load-more-btn {
  background: #2B2F3A;
}

a.btn.dark:hover, .news-overview .alm-btn-wrap a.dark.alm-load-more-btn:hover, .btn.dark:hover, .contact-form input.dark:hover[type='submit'], .news-overview .alm-btn-wrap .dark.alm-load-more-btn:hover {
  background: #EF8048;
}

a.btn.secondary, .news-overview .alm-btn-wrap a.secondary.alm-load-more-btn, .btn.secondary, .contact-form input.secondary[type='submit'], .news-overview .alm-btn-wrap .secondary.alm-load-more-btn {
  background: #EF8048;
  border: 2px solid #EF8048;
}

a.btn.secondary:hover, .news-overview .alm-btn-wrap a.secondary.alm-load-more-btn:hover, .btn.secondary:hover, .contact-form input.secondary:hover[type='submit'], .news-overview .alm-btn-wrap .secondary.alm-load-more-btn:hover {
  background: none;
  color: #EF8048;
}

a.btn.hollow, .news-overview .alm-btn-wrap a.hollow.alm-load-more-btn, .btn.hollow, .contact-form input.hollow[type='submit'], .news-overview .alm-btn-wrap .hollow.alm-load-more-btn {
  background: none;
  border: 2px solid #DF6074;
}

a.btn.hollow:hover, .news-overview .alm-btn-wrap a.hollow.alm-load-more-btn:hover, .btn.hollow:hover, .contact-form input.hollow:hover[type='submit'], .news-overview .alm-btn-wrap .hollow.alm-load-more-btn:hover {
  color: #FFF;
  background: #DF6074;
}

a.btn.hollow.white, .news-overview .alm-btn-wrap a.hollow.white.alm-load-more-btn, .btn.hollow.white, .contact-form input.hollow.white[type='submit'], .news-overview .alm-btn-wrap .hollow.white.alm-load-more-btn {
  border-color: #FFF;
}

a.btn.hollow.white:hover, .news-overview .alm-btn-wrap a.hollow.white.alm-load-more-btn:hover, .btn.hollow.white:hover, .contact-form input.hollow.white:hover[type='submit'], .news-overview .alm-btn-wrap .hollow.white.alm-load-more-btn:hover {
  background: #FFF;
  color: #DF6074;
}

@media only screen and (min-width: 768px) {
  a.btn, .news-overview .alm-btn-wrap a.alm-load-more-btn, .btn, .contact-form input[type='submit'], .news-overview .alm-btn-wrap .alm-load-more-btn {
    padding: 15px 40px;
    font-size: 20px;
  }
}

html {
  scroll-behavior: smooth;
}

body.noscroll {
  overflow: hidden;
}

.wrap {
  max-width: 1220px;
  padding: 0 30px;
  margin: 0 auto;
  width: 100%;
}

.fadein {
  opacity: 0;
}

.fadein.animateelement {
  -webkit-animation: forwards fadeIn .75s;
          animation: forwards fadeIn .75s;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.mask-svg {
  position: absolute;
  width: 0;
  height: 0;
}

.block {
  padding: 50px 0;
}

.block.large-pd-top {
  padding-top: 100px;
}

.block.small-pd-top {
  padding-top: 25px;
}

.block.no-pd-top {
  padding-top: 0;
}

.block.large-pd-bottom {
  padding-bottom: 100px;
}

.block.small-pd-bottom {
  padding-bottom: 25px;
}

.block.no-pd-bottom {
  padding-bottom: 0;
}

.block.grey-bg {
  background: #F3F3F4;
}

.block.blue-bg {
  background: #040525;
  color: #FFF;
}

@media only screen and (min-width: 768px) {
  .block {
    padding: 100px 0;
  }
  .block.large-pd-top {
    padding-top: 150px;
  }
  .block.small-pd-top {
    padding-top: 50px;
  }
  .block.no-pd-top {
    padding-top: 0;
  }
  .block.large-pd-bottom {
    padding-bottom: 150px;
  }
  .block.small-pd-bottom {
    padding-bottom: 50px;
  }
  .block.no-pd-bottom {
    padding-bottom: 0;
  }
}

/* Blog image styling
================================================ */
img.alignright, img.alignleft, img.aligncenter, img.alignnone {
  display: block;
  max-width: 100%;
  height: auto;
}

img.alignright {
  margin: 1em 0;
}

img.alignleft {
  margin: 1em 0;
}

img.alignnone {
  margin: 1em 0;
}

img.aligncenter {
  display: block;
  margin: 1em;
}

a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

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

@media only screen and (min-width: 768px) {
  img.alignright {
    float: right;
    margin: 0 0 1em 1em;
  }
  img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
  }
  img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  a img.alignright {
    float: right;
    margin: 0 0 1em 1em;
  }
  a img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
  }
  a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .section {
    padding: 65px 0;
  }
}

/* Third Party Payload
================================================ */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Layout
================================================ */
#header {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 20px;
  z-index: 10;
  transition: 0.5s all cubic-bezier(0.19, 1, 0.22, 1);
}

#header .logo {
  position: relative;
  z-index: 8;
  display: block;
  margin-right: auto;
}

#header .logo img {
  transition: 0.5s all cubic-bezier(0.19, 1, 0.22, 1);
  display: block;
  max-width: 170px;
  width: 100%;
  height: auto;
}

#header.scrolled {
  background: #040525;
}

.single-post #header:before {
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  #header {
    padding: 40px 20px;
  }
  #header .logo img {
    max-width: 275px;
  }
  #header.scrolled .logo img {
    max-width: 170px;
  }
}

.menu-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer;
  z-index: 8;
}

.menu-toggle * {
  transition: .25s ease-in-out;
}

.menu-toggle span {
  background: #DF6074;
  display: block;
}

.menu-toggle .hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0;
}

.menu-toggle .hamburger span {
  width: 100%;
  height: 3px;
  position: relative;
}

.menu-toggle .hamburger span:first-of-type {
  margin: 0 0 5px;
}

.menu-toggle .hamburger span:last-of-type {
  margin: 5px 0 0;
}

.menu-toggle .hamburger span:nth-child(1) {
  transition-delay: .5s;
}

.menu-toggle .hamburger span:nth-child(2) {
  transition-delay: .625s;
}

.menu-toggle .hamburger span:nth-child(3) {
  transition-delay: .75s;
  width: 60%;
}

.menu-toggle .cross {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
  width: 100%;
  transform: rotate(45deg);
}

.menu-toggle .cross span:nth-child(1) {
  height: 0%;
  width: 3px;
  position: absolute;
  transition-delay: 0s;
}

.menu-toggle .cross span:nth-child(2) {
  width: 0%;
  height: 3px;
  position: absolute;
  transition-delay: .25s;
}

.menu-toggle.active .hamburger span {
  width: 0%;
}

.menu-toggle.active .hamburger span:nth-child(1) {
  transition-delay: 0s;
}

.menu-toggle.active .hamburger span:nth-child(2) {
  transition-delay: .125s;
}

.menu-toggle.active .hamburger span:nth-child(3) {
  transition-delay: .25s;
}

.menu-toggle.active .hamburger span:not(:first-of-type) {
  width: 0%;
}

.menu-toggle.active .cross span:nth-child(1) {
  height: 100%;
  transition-delay: .625s;
}

.menu-toggle.active .cross span:nth-child(2) {
  width: 100%;
  transition-delay: .375s;
}

@media only screen and (max-width: 1099px) {
  nav {
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    position: fixed;
    background: #040525;
    opacity: 0;
    transition: 0.5s all cubic-bezier(0.19, 1, 0.22, 1);
    pointer-events: none;
    right: -50px;
    color: #FFF;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 30px;
    line-height: 30px;
  }
  nav ul {
    opacity: 0;
    transform: translateX(10px);
    margin: 0 auto;
    max-width: 400px;
  }
  nav li {
    position: relative;
    list-style: none;
    margin-bottom: 30px;
  }
  nav li:last-of-type {
    margin-bottom: 0;
  }
  nav li.menu-item-has-children:after {
    position: absolute;
    right: 0;
    top: 6px;
    height: 24px;
    width: 24px;
    background: url("../library/images/white-accordion-cross.svg") center/contain no-repeat;
    content: '';
    transform: none;
  }
  nav li.menu-item-has-children .sub-menu {
    padding-top: 10px;
    display: none;
  }
  nav li.menu-item-has-children .sub-menu li {
    position: relative;
    margin-bottom: 0;
    opacity: 0.8;
    margin-bottom: 15px;
  }
  nav li.menu-item-has-children .sub-menu li:last-of-type {
    margin-bottom: 0;
  }
  nav li.menu-item-has-children li {
    font-size: 15px;
    margin-bottom: 15px;
  }
  nav li.menu-item-has-children.expanded:after {
    transform: rotate(45deg);
  }
  nav .btn, nav .contact-form input[type='submit'], .contact-form nav input[type='submit'], nav .news-overview .alm-btn-wrap .alm-load-more-btn, .news-overview .alm-btn-wrap nav .alm-load-more-btn {
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 54px;
    max-width: 190px;
    margin: 0 auto 20px auto;
  }
  nav .btn.secondary, nav .contact-form input.secondary[type='submit'], .contact-form nav input.secondary[type='submit'], nav .news-overview .alm-btn-wrap .secondary.alm-load-more-btn, .news-overview .alm-btn-wrap nav .secondary.alm-load-more-btn {
    background: #2B2F3A;
  }
  nav .btn.secondary:hover, nav .contact-form input.secondary:hover[type='submit'], .contact-form nav input.secondary:hover[type='submit'], nav .news-overview .alm-btn-wrap .secondary.alm-load-more-btn:hover, .news-overview .alm-btn-wrap nav .secondary.alm-load-more-btn:hover {
    background: #EF8048;
  }
  nav .btn:last-of-type, nav .contact-form input:last-of-type[type='submit'], .contact-form nav input:last-of-type[type='submit'], nav .news-overview .alm-btn-wrap .alm-load-more-btn:last-of-type, .news-overview .alm-btn-wrap nav .alm-load-more-btn:last-of-type {
    margin-bottom: 0;
  }
  nav.open {
    opacity: 1;
    pointer-events: auto;
    right: 0;
  }
  nav.open ul {
    opacity: 1;
    transform: translateX(0);
  }
}

@media only screen and (max-height: 666px) and (max-width: 1099px) {
  nav {
    display: block;
    padding: 105px 0 50px 0;
    overflow: auto;
  }
}

@media only screen and (min-width: 1100px) {
  .menu-toggle {
    display: none;
  }
  nav {
    color: #FFF;
  }
  nav ul {
    font-weight: 400;
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    font-size: 17px;
    line-height: 21px;
    letter-spacing: 0.3px;
  }
  nav li {
    position: relative;
    margin-right: 30px;
    margin-bottom: 0;
  }
  nav li:after {
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 1px;
    width: 100%;
    background: #DF6074;
    content: '';
    transform: scaleX(0);
    transition: .25s all ease-in-out;
    transform-origin: left;
  }
  nav li.current-menu-item:after, nav li.current-page-ancestor:after, nav li.current_page_parent:after, nav li.current-menu-ancestor:after {
    transform: scaleX(1);
  }
  nav li.btn:after, nav .news-overview .alm-btn-wrap li.alm-load-more-btn:after, .news-overview .alm-btn-wrap nav li.alm-load-more-btn:after {
    display: none;
  }
  nav li:after {
    left: 0;
    width: 100%;
  }
  nav li .menu-item-37 {
    margin-right: auto;
  }
  nav li.btn, nav .news-overview .alm-btn-wrap li.alm-load-more-btn, .news-overview .alm-btn-wrap nav li.alm-load-more-btn {
    min-width: 145px;
    font-size: 15px;
    padding: 0;
    flex-shrink: 0;
    margin-right: 0;
  }
  nav li.btn:after, nav .news-overview .alm-btn-wrap li.alm-load-more-btn:after, .news-overview .alm-btn-wrap nav li.alm-load-more-btn:after {
    display: none;
  }
  nav li.btn a, nav .news-overview .alm-btn-wrap li.alm-load-more-btn a, .news-overview .alm-btn-wrap nav li.alm-load-more-btn a {
    display: block;
    padding: 10px 25px;
    height: 100%;
    width: 100%;
  }
  nav li.btn.menu-item-381, nav .news-overview .alm-btn-wrap li.menu-item-381.alm-load-more-btn, .news-overview .alm-btn-wrap nav li.menu-item-381.alm-load-more-btn {
    margin-right: 25px;
  }
  nav li:hover:after {
    transform: scaleX(1);
  }
  nav li.menu-item-has-children {
    position: relative;
  }
  nav li.menu-item-has-children:before {
    position: absolute;
    top: 100%;
    content: '';
    width: 100%;
    height: 60px;
  }
  nav li.menu-item-has-children > .sub-menu {
    position: absolute;
    left: -100px;
    top: calc(100% + 20px);
  }
  nav li.menu-item-has-children > .sub-menu .menu-item-has-children:hover > .sub-menu {
    -webkit-animation: none;
            animation: none;
    display: none;
  }
  nav li.menu-item-has-children:hover > .sub-menu {
    display: block;
    -webkit-animation: .5s 1 fadeIn forwards;
            animation: .5s 1 fadeIn forwards;
  }
  nav li .sub-menu {
    display: none;
    border-radius: 20px;
    padding: 40px 30px;
    background: #DF6074;
    font-size: 16px;
    font-weight: 400;
    z-index: 20;
    opacity: 0;
    min-width: 280px;
  }
  nav li .sub-menu .menu-item-has-children {
    width: 100%;
    margin-right: 50px;
  }
  nav li .sub-menu .menu-item-has-children:before {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 14px;
    height: 28px;
    width: 28px;
    background: url("../library/images/blue-right-arrow.svg") center/10px 7px no-repeat;
    border: 1px solid #5C6578;
    border-radius: 50%;
    content: '';
    transition: .25s all ease-in-out;
  }
  nav li .sub-menu .menu-item-has-children.expanded:before {
    background-image: url("../library/images/white-right-arrow.svg");
    background-color: #5C6578;
    transform: rotate(90deg);
  }
  nav li .sub-menu li {
    width: 100%;
    position: relative;
    padding: 22.5px 0;
    border-bottom: 1px solid rgba(22, 34, 62, 0.1);
    opacity: 0.7;
  }
  nav li .sub-menu li a {
    position: relative;
  }
  nav li .sub-menu li a:after {
    content: none;
  }
  nav li .sub-menu li:first-of-type {
    padding-top: 0;
    border-top: 0;
  }
  nav li .sub-menu li:first-of-type:before {
    top: -10px;
  }
  nav li .sub-menu li:last-of-type {
    padding-bottom: 0;
    border-bottom: 0;
  }
  nav li .sub-menu .sub-menu {
    position: static;
    left: auto;
    bottom: auto;
    background: none;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    padding: 18px 0;
    min-width: auto;
    opacity: 1;
    -webkit-animation: none;
            animation: none;
  }
  nav li .sub-menu .sub-menu li {
    border: none;
    padding: 0;
    margin-bottom: 20px;
  }
  nav li .sub-menu .sub-menu li:last-of-type {
    margin-bottom: 0;
  }
  nav li .sub-menu .sub-menu li a {
    opacity: 1;
  }
  nav li .sub-menu .sub-menu li a:after {
    content: '';
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -4px;
    opacity: 0.5;
    width: 100%;
    transform: scaleX(0);
    transition: .25s all ease-in-out;
  }
  nav li .sub-menu .sub-menu li:hover, nav li .sub-menu .sub-menu li.current_page_item, nav li .sub-menu .sub-menu li.current-page-ancestor, nav li .sub-menu .sub-menu li.current_page_parent {
    opacity: 1;
  }
  nav li .sub-menu .sub-menu li:hover a:after, nav li .sub-menu .sub-menu li.current_page_item a:after, nav li .sub-menu .sub-menu li.current-page-ancestor a:after, nav li .sub-menu .sub-menu li.current_page_parent a:after {
    transform: scaleX(1);
  }
  .single-casestudies .menu-item-44:after {
    transform: scaleX(1);
  }
  .single-casestudies .menu-item-37:after {
    transform: scaleX(0);
  }
}

@media only screen and (min-width: 1280px) {
  nav li {
    margin-right: 45px;
  }
}

footer {
  background: #040525;
  color: #FFF;
  font-size: 16px;
  padding: 50px 0 40px 0;
}

footer .upper-row {
  width: 100%;
}

footer p {
  font-size: 14px;
  line-height: 20px;
}

footer h5 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
}

footer .right-col {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  text-align: left;
}

footer .right-col .social-container {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 40px;
}

footer .right-col .social-container a {
  margin-right: 15px;
  transition: 0.5s all cubic-bezier(0.19, 1, 0.22, 1);
  max-width: 30px;
}

footer .right-col .social-container a img {
  width: 100%;
  height: auto;
}

footer .right-col .social-container a:nth-of-type(2) {
  max-width: 25px;
}

footer .right-col .social-container a:hover {
  opacity: 0.7;
}

footer .right-col p {
  margin-bottom: 10px;
}

footer .right-col p:last-of-type {
  margin-bottom: 0;
}

footer .connectus-group {
  display: block;
  max-width: 250px;
  margin-bottom: 40px;
}

footer .connectus-group img {
  display: block;
  width: 100%;
  height: auto;
}

footer .footer-links {
  width: 100%;
  margin-bottom: 20px;
  list-style: none;
  -moz-column-count: 2;
       column-count: 2;
}

footer .footer-links li {
  margin-bottom: 15px;
}

footer .footer-links li:last-of-type {
  margin-bottom: 0;
}

footer .footer-links a {
  font-weight: 500;
  transition: 0.5s all cubic-bezier(0.19, 1, 0.22, 1);
}

footer .mom-logo {
  display: flex;
  opacity: 0.8;
  transition: .25s all ease-in-out;
  margin-top: 30px;
}

footer .mom-logo img {
  display: block;
  max-width: 150px;
}

footer .mom-logo:hover {
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  footer p {
    font-size: 16px;
  }
  footer .upper-row {
    display: flex;
    margin-bottom: 40px;
  }
  footer .footer-links {
    margin-bottom: 0;
  }
  footer .footer-links li {
    margin-bottom: 20px;
  }
  footer .right-col {
    text-align: right;
  }
  footer .right-col .social-container {
    justify-content: flex-end;
    margin-bottom: 30px;
  }
  footer .connectus-group {
    max-width: 300px;
    margin-bottom: 0;
  }
  footer .mom-logo {
    margin-top: 30px;
    margin-left: auto;
  }
}

@media only screen and (min-width: 1024px) {
  footer {
    padding: 110px 0 110px 0;
  }
  footer .wrap {
    display: flex;
    flex-wrap: wrap;
  }
  footer .right-col {
    text-align: right;
  }
  footer .right-col .social-container {
    justify-content: flex-end;
    padding-bottom: 15px;
    margin-bottom: auto;
  }
  footer .mom-logo {
    margin-top: 30px;
    margin-left: auto;
  }
  footer .footer-links {
    -moz-column-count: 3;
         column-count: 3;
  }
  footer .lower-row {
    display: flex;
    width: 100%;
  }
  footer .lower-row p {
    margin-bottom: 0;
  }
  footer .lower-row .mom-logo {
    margin-top: 0;
  }
}

/* Components Payload
================================================ */
.chat-bot-trigger {
  display: block;
  position: fixed;
  z-index: 99;
  right: 20px;
  bottom: 20px;
  width: 50px;
  transition: .25s all ease-in-out;
}

.chat-bot-trigger img {
  display: block;
  width: 100%;
  height: auto;
}

.chat-bot-trigger:hover {
  transform: scale(1.1);
}

@media only screen and (min-width: 1024px) {
  .chat-bot-trigger {
    bottom: 20px;
    width: 90px;
  }
}

.chat-bot-modal {
  position: fixed;
  z-index: 100;
  bottom: 20px;
  right: 20px;
  width: 300px;
  background: #FFF;
  box-shadow: 0px 0px 30px #00000029;
  pointer-events: none;
  opacity: 0;
  transform: translateY(10px);
  transition: .25s all ease-in-out;
}

.chat-bot-modal .close {
  position: absolute;
  top: -50px;
  right: 0;
  transform: rotate(45deg);
  display: block;
  cursor: pointer;
}

.chat-bot-modal .close img {
  max-width: 35px;
  height: auto;
}

.chat-bot-modal iframe {
  width: 100%;
  min-height: 400px;
  border-radius: 5px;
  overflow: hidden;
}

.chat-bot-modal.active {
  pointer-events: auto;
  opacity: 1;
  transform: none;
}

/* Blocks Payload
================================================ */
.homepage-masthead {
  position: relative;
  color: #FFF;
}

.homepage-masthead .inner-block {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  min-height: 667px;
  max-height: 900px;
  background: #040525;
}

.homepage-masthead .wrap {
  position: relative;
  z-index: 2;
}

.homepage-masthead .content {
  position: relative;
  font-weight: 400;
  z-index: 2;
  max-width: 595px;
}

.homepage-masthead h1 {
  margin-bottom: 10px;
}

.homepage-masthead h1 br {
  display: none;
}

.homepage-masthead p {
  opacity: 0.7;
}

.homepage-masthead p:first-of-type {
  opacity: 1;
  font-weight: 600;
}

.homepage-masthead .btn, .homepage-masthead .contact-form input[type='submit'], .contact-form .homepage-masthead input[type='submit'], .homepage-masthead .news-overview .alm-btn-wrap .alm-load-more-btn, .news-overview .alm-btn-wrap .homepage-masthead .alm-load-more-btn {
  margin-top: 10px;
  width: 235px;
}

.homepage-masthead .right-col {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.homepage-masthead .masthead-image {
  position: absolute;
  opacity: 0.1;
  width: calc(100% - 40px);
  display: block;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  max-width: 640px;
  height: auto;
  opacity: 0.2;
}

.homepage-masthead .scroll-indicator {
  display: none;
}

@media only screen and (min-width: 768px) {
  .homepage-masthead .inner-block {
    -webkit-clip-path: url(#homepage-masthead-clip);
            clip-path: url(#homepage-masthead-clip);
  }
}

@media only screen and (min-width: 1024px) {
  .homepage-masthead {
    overflow: hidden;
  }
  .homepage-masthead .wrap {
    display: flex;
    align-items: center;
  }
  .homepage-masthead .content {
    max-width: 400px;
    flex-shrink: 0;
    margin-right: 20px;
  }
  .homepage-masthead .masthead-image {
    display: block;
    position: static;
    transform: none;
    opacity: 1;
    margin-right: -100px;
  }
  .homepage-masthead .scroll-indicator {
    display: block;
    position: absolute;
    bottom: 30px;
    right: 30px;
    height: 45px;
    width: 45px;
    transition: .25s all ease-in-out;
  }
  .homepage-masthead .scroll-indicator img {
    width: 100%;
    height: 100%;
  }
  .homepage-masthead .scroll-indicator:hover {
    transform: translateY(10px);
  }
}

@media only screen and (min-width: 1280px) {
  .homepage-masthead .content {
    max-width: 595px;
  }
}

.callout-w-modules {
  padding-top: 105px;
  margin-bottom: 40px;
}

.callout-w-modules .intro-content {
  margin-bottom: 40px;
  max-width: 1030px;
}

.callout-w-modules .intro-content p {
  max-width: 875px;
}

.callout-w-modules .module {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 5px;
  background: #040525;
  color: #FFF;
  padding: 15px;
  transition: 0.5s all cubic-bezier(0.19, 1, 0.22, 1);
  margin-bottom: 20px;
  padding-bottom: 80px;
  border-radius: 30px;
}

.callout-w-modules .module:after {
  position: absolute;
  bottom: 15px;
  right: 15px;
  content: '';
  height: 50px;
  width: 50px;
  background: url("../library/images/white-chevron-circle.svg") center/contain no-repeat;
  transition: 0.25s all cubic-bezier(0.19, 1, 0.22, 1);
}

.callout-w-modules .module img {
  position: absolute;
  top: 25px;
  right: 25px;
  max-width: 80px;
}

.callout-w-modules .module .content-container {
  position: relative;
}

.callout-w-modules .module .content-container span {
  transition: 0.25s all cubic-bezier(0.19, 1, 0.22, 1);
}

.callout-w-modules .module p {
  font-size: 18px;
}

.callout-w-modules .module .hovered-content {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.callout-w-modules .module ul {
  font-size: 18px;
  line-height: 24px;
  padding-left: 20px;
  list-style: none;
}

.callout-w-modules .module ul li {
  margin-bottom: 10px;
}

.callout-w-modules .module ul li:before {
  content: '- ';
}

.callout-w-modules .module ul li:last-of-type {
  margin: 0;
}

.callout-w-modules .module h3 {
  margin-top: 70px;
  margin-bottom: 20px;
  transition: 0.5s margin cubic-bezier(0.19, 1, 0.22, 1);
}

.callout-w-modules .module:nth-of-type(2) {
  background: #f6f6f7;
  color: #2B2F3A;
}

.callout-w-modules .module:nth-of-type(2) h3 {
  color: #DF6074;
}

.callout-w-modules .module:nth-of-type(2):after {
  background-image: url(../library/images/dark-chevron-circle.svg);
}

.callout-w-modules .module:nth-of-type(3) {
  background: #DF6074;
}

@media only screen and (min-width: 768px) {
  .callout-w-modules .module {
    padding: 25px;
    padding-bottom: 100px;
  }
  .callout-w-modules .module:after {
    bottom: 25px;
    right: 25px;
    height: 60px;
    width: 60px;
  }
  .callout-w-modules .module img {
    top: 25px;
    right: 25px;
    max-width: none;
  }
}

@media only screen and (min-width: 1024px) {
  .callout-w-modules {
    margin-bottom: 80px;
  }
  .callout-w-modules .intro-content {
    margin-bottom: 65px;
  }
  .callout-w-modules .modules {
    display: flex;
    justify-content: space-between;
  }
  .callout-w-modules .module {
    margin-bottom: 0;
    margin-right: 15px;
    width: 375px;
    padding: 15px 15px 100px 15px;
  }
  .callout-w-modules .module:last-of-type {
    margin: 0;
  }
  .callout-w-modules .module img {
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .callout-w-modules .module h3 {
    margin-top: 120px;
    margin-bottom: 20px;
    transition: 0.5s margin cubic-bezier(0.19, 1, 0.22, 1);
  }
}

@media only screen and (min-width: 1280px) {
  .callout-w-modules .module {
    width: 375px;
    height: 395px;
    padding: 25px;
  }
  .callout-w-modules .module:after {
    opacity: 0;
  }
  .callout-w-modules .module:hover {
    transform: scale(1.2);
    z-index: 5;
  }
  .callout-w-modules .module:hover h3 {
    margin-top: 70px;
  }
  .callout-w-modules .module:hover:after {
    transition: 0.5s 0.1s all cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 1;
  }
  .callout-w-modules .module img {
    top: 25px;
    right: 25px;
  }
}

@media only screen and (max-width: 1023px) {
  .solution-diagram .intro-content {
    position: relative;
    padding-bottom: 60px;
  }
  .solution-diagram .diagram-container svg {
    display: none;
  }
  .solution-diagram h4 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0;
  }
  .solution-diagram .diagram-content {
    margin-bottom: 20px;
    border-radius: 10px;
  }
  .solution-diagram .diagram-content:first-of-type {
    background: #FFF;
    color: #040525;
  }
  .solution-diagram .diagram-content:nth-of-type(2) {
    background: #040525;
    color: #FFF;
  }
  .solution-diagram .diagram-content:nth-of-type(3) {
    background: #DF6074;
    color: #FFF;
  }
  .solution-diagram .diagram-content:last-of-type {
    background: #EF8048;
    color: #FFF;
    margin-bottom: 0;
  }
  .solution-diagram .inner {
    display: flex;
    align-items: center;
    padding: 30px 20px;
  }
  .solution-diagram img {
    display: block;
    margin-left: auto;
    max-width: 50px;
    max-height: 50px;
  }
  .solution-diagram .trigger {
    display: none;
  }
  .solution-diagram .revealed-content {
    display: none;
    padding: 0 20px 20px 20px;
    font-size: 18px;
  }
  .solution-diagram .revealed-content h4 {
    display: none;
  }
  .solution-diagram .revealed-content ul {
    margin: 0;
  }
  .solution-diagram .revealed-content li {
    list-style: none;
  }
  .solution-diagram .inner-diagram {
    background: #F3F3F4;
  }
}

@media only screen and (max-width: 767px) {
  .solution-diagram h4 {
    font-size: 17px;
    line-height: 22px;
  }
  .solution-diagram .inner {
    padding: 20px;
  }
  .solution-diagram .revealed-content {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1024px) {
  .solution-diagram {
    padding: 100px 0;
  }
  .solution-diagram .inner-diagram {
    background: #F3F3F4;
  }
  .solution-diagram .intro-content {
    position: relative;
    padding-bottom: 60px;
  }
  .solution-diagram .diagram-container {
    position: relative;
    max-width: 450px;
    margin: 0 auto;
  }
  .solution-diagram .diagram-container svg {
    position: relative;
    max-width: 350px;
    width: 100%;
    display: block;
    margin: 0 auto;
    height: auto;
  }
  .solution-diagram .diagram-container.animateelement .diagram-content .inner {
    opacity: 1;
  }
  .solution-diagram .diagram-container.animateelement .diagram-content:after {
    transform: scale(1);
  }
  .solution-diagram .diagram-container.animateelement .diagram-content:before {
    transform: scale(1);
  }
  .solution-diagram .diagram-content {
    position: absolute;
  }
  .solution-diagram .diagram-content:before {
    position: absolute;
    top: 50%;
    height: 1px;
    background: #040525;
    content: '';
    width: 80px;
    transition: .25s all ease-in-out;
    transform: scaleX(0);
  }
  .solution-diagram .diagram-content:after {
    content: '';
    height: 26px;
    width: 26px;
    top: calc(50% - 13px);
    right: -50px;
    position: absolute;
    background: url("../library/images/blue-diagram-indicator.svg") center/contain no-repeat;
    transition: .25s all ease-in-out;
    transform: scale(0);
  }
  .solution-diagram .diagram-content:first-of-type {
    top: 30px;
    text-align: right;
    right: calc(100% + 50px);
  }
  .solution-diagram .diagram-content:first-of-type:before {
    left: calc(100% + 50px);
    transition-delay: .2s;
  }
  .solution-diagram .diagram-content:first-of-type:after {
    transition-delay: .6s;
  }
  .solution-diagram .diagram-content:first-of-type .inner {
    transition-delay: .8s;
  }
  .solution-diagram .diagram-content:first-of-type .trigger {
    margin-left: auto;
  }
  .solution-diagram .diagram-content:first-of-type .revealed-content {
    top: -100px;
  }
  .solution-diagram .diagram-content:nth-of-type(2) {
    top: 30px;
    left: calc(100% + 50px);
  }
  .solution-diagram .diagram-content:nth-of-type(2):before {
    right: calc(100% + 50px);
    transition-delay: .5s;
  }
  .solution-diagram .diagram-content:nth-of-type(2):after {
    right: auto;
    left: -50px;
    transition-delay: 1.1s;
  }
  .solution-diagram .diagram-content:nth-of-type(2) .inner {
    transition-delay: 1.2s;
  }
  .solution-diagram .diagram-content:nth-of-type(2) .revealed-content {
    left: auto;
    right: 0;
    top: -100px;
  }
  .solution-diagram .diagram-content:nth-of-type(3) {
    left: calc(100% + 50px);
    bottom: 30px;
  }
  .solution-diagram .diagram-content:nth-of-type(3):before {
    background: #DF6074;
    right: calc(100% + 50px);
    transition-delay: .8s;
  }
  .solution-diagram .diagram-content:nth-of-type(3):after {
    right: auto;
    left: -50px;
    background: url("../library/images/pink-diagram-indicator.svg") center/contain no-repeat;
    transition-delay: 1.4s;
  }
  .solution-diagram .diagram-content:nth-of-type(3) .inner {
    transition-delay: 1.5s;
  }
  .solution-diagram .diagram-content:nth-of-type(3) .revealed-content {
    left: auto;
    right: 0;
    top: -200px;
  }
  .solution-diagram .diagram-content:nth-of-type(4) {
    right: calc(100% + 50px);
    bottom: 30px;
    text-align: right;
  }
  .solution-diagram .diagram-content:nth-of-type(4):before {
    background: #EF8048;
    left: calc(100% + 50px);
    transition-delay: 1.1s;
  }
  .solution-diagram .diagram-content:nth-of-type(4):after {
    background: url("../library/images/orange-diagram-indicator.svg") center/contain no-repeat;
    transition-delay: 1.7s;
  }
  .solution-diagram .diagram-content:nth-of-type(4) .inner {
    transition-delay: 1.9s;
  }
  .solution-diagram .diagram-content:nth-of-type(4) .trigger {
    margin-left: auto;
  }
  .solution-diagram .diagram-content:nth-of-type(4) .revealed-content {
    top: -200px;
  }
  .solution-diagram h4 {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 10px 0;
    white-space: nowrap;
  }
  .solution-diagram .inner {
    opacity: 0;
    transition: .25s all ease-in-out;
  }
  .solution-diagram .inner img {
    display: none;
  }
  .solution-diagram .trigger {
    display: block;
    cursor: pointer;
    height: 38px;
    width: 38px;
    background: url("../library/images/trigger-icon.svg") center/contain no-repeat;
  }
  .solution-diagram .revealed-content {
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    position: absolute;
    top: -50px;
    left: 0;
    background: #FFF;
    border-radius: 30px;
    z-index: 2;
    padding: 45px;
    text-align: left;
    box-shadow: 0px 0px 30px #00000029;
    min-width: 300px;
    transition: .5s all ease-in-out;
    font-size: 16px;
  }
  .solution-diagram .revealed-content h4 {
    white-space: unset;
  }
  .solution-diagram .revealed-content .close {
    display: block;
    cursor: pointer;
    height: 30px;
    width: 30px;
    transform: rotate(45deg);
    background: url("../library/images/trigger-icon.svg") center/contain no-repeat;
    position: absolute;
    right: 15px;
    top: 15px;
  }
  .solution-diagram .revealed-content ul {
    list-style: none;
  }
  .solution-diagram .revealed-content.active {
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }
}

@media only screen and (min-width: 1024px) {
  .solution-diagram {
    padding: 100px 0;
  }
  .solution-diagram .inner-diagram {
    margin-top: -50px;
  }
  .solution-diagram .intro-content {
    padding-bottom: 75px;
  }
  .solution-diagram .diagram-container {
    max-width: 550px;
  }
  .solution-diagram .diagram-container svg {
    max-width: 550px;
  }
  .solution-diagram .diagram-content:first-of-type {
    top: 80px;
    right: calc(100% + 50px);
  }
  .solution-diagram .diagram-content:first-of-type:before {
    left: calc(100% + 50px);
  }
  .solution-diagram .diagram-content:first-of-type .revealed-content {
    top: -100px;
    right: -50px;
  }
  .solution-diagram .diagram-content:nth-of-type(2) {
    top: 80px;
    left: calc(100% + 50px);
  }
  .solution-diagram .diagram-content:nth-of-type(2):before {
    right: calc(100% + 50px);
  }
  .solution-diagram .diagram-content:nth-of-type(2) .revealed-content {
    top: -100px;
    left: -50px;
  }
  .solution-diagram .diagram-content:nth-of-type(3) {
    left: calc(100% + 50px);
    bottom: 80px;
  }
  .solution-diagram .diagram-content:nth-of-type(3):before {
    right: calc(100% + 50px);
  }
  .solution-diagram .diagram-content:nth-of-type(3) .revealed-content {
    top: -200px;
    left: -50px;
  }
  .solution-diagram .diagram-content:nth-of-type(4) {
    right: calc(100% + 50px);
    bottom: 80px;
  }
  .solution-diagram .diagram-content:nth-of-type(4):before {
    left: calc(100% + 50px);
  }
  .solution-diagram .diagram-content:nth-of-type(4):after {
    transition-delay: 1.7s;
  }
  .solution-diagram .diagram-content:nth-of-type(4) .revealed-content {
    top: -200px;
    right: -50px;
  }
  .solution-diagram h4 {
    font-size: 22px;
    line-height: 28px;
  }
}

.content-w-image {
  padding: 100px 0;
}

.content-w-image .wrap {
  display: flex;
  flex-direction: column;
}

.content-w-image .content {
  order: 2;
}

.content-w-image h2 {
  margin-bottom: 25px;
}

.content-w-image .btn, .content-w-image .contact-form input[type='submit'], .contact-form .content-w-image input[type='submit'], .content-w-image .news-overview .alm-btn-wrap .alm-load-more-btn, .news-overview .alm-btn-wrap .content-w-image .alm-load-more-btn {
  margin-top: 25px;
}

.content-w-image img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 40px;
  border-radius: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (min-width: 768px) {
  .content-w-image h2 {
    margin-bottom: 50px;
  }
  .content-w-image img {
    max-width: 480px;
    margin: 0 auto 40px auto;
  }
}

@media only screen and (min-width: 1024px) {
  .content-w-image .wrap {
    flex-direction: row;
  }
  .content-w-image .content {
    order: 0;
    max-width: 560px;
    margin-right: auto;
  }
  .content-w-image img {
    margin: 0 0 auto 0;
    margin-bottom: 0;
    max-width: 480px;
  }
  .content-w-image.image-left img {
    order: 1;
  }
  .content-w-image.image-left .content {
    order: 2;
    margin: 0;
    margin-left: auto;
  }
}

@media only screen and (min-width: 1280px) {
  .content-w-image .content {
    max-width: 560px;
  }
}

.accordion-block .intro-content {
  margin-bottom: 40px;
}

.accordion-block .row {
  border-bottom: 1px solid #707070;
}

.accordion-block .row:first-of-type {
  border-top: 1px solid #707070;
}

.accordion-block .row .row-title {
  cursor: pointer;
}

.accordion-block .row .row-title.active:before {
  opacity: 0;
}

.accordion-block .row .row-title.active:after {
  opacity: 1;
}

.accordion-block .row-title {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px 30px 20px 70px;
  transition: .25s all ease-in-out;
  cursor: pointer;
}

.accordion-block .row-title h3 {
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  margin: 0;
}

.accordion-block .row-title:before, .accordion-block .row-title:after {
  font-size: 51px;
  line-height: 51px;
  color: #DF6074;
  position: absolute;
  left: 15px;
  top: 7px;
  content: '+';
  transition: .25s all ease-in-out;
}

.accordion-block .row-title:after {
  left: 0px;
  opacity: 0;
  content: '-';
}

.accordion-block .row-content {
  display: none;
  padding: 25px 10px;
}

.accordion-block .row-content .inner-content {
  opacity: 0;
}

.accordion-block .row-content.active .inner-content, .accordion-block .row-content.active .logos {
  -webkit-animation: fadeIn .25s .3s ease-in-out forwards 1;
          animation: fadeIn .25s .3s ease-in-out forwards 1;
}

.accordion-block .accordion-content {
  margin-bottom: 40px;
}

.accordion-block .accordion-content:last-child {
  margin-bottom: 0;
}

.accordion-block .logo-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 55px;
}

.accordion-block .logo-row:last-of-type {
  margin-bottom: 30px;
}

.accordion-block .logo-row img {
  display: block;
  max-width: 100px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .accordion-block {
    padding: 95px 0 85px 0;
  }
  .accordion-block .row-title {
    padding: 30px 40px 30px 70px;
  }
  .accordion-block .row-title h3 {
    font-size: 26px;
    line-height: 34px;
  }
  .accordion-block .row-title:before, .accordion-block .row-title:after {
    left: 25px;
    top: 20px;
  }
  .accordion-block .row-title:after {
    top: 15px;
  }
  .accordion-block .logo-row {
    flex-direction: row;
  }
  .accordion-block .logo-row img {
    margin-right: 55px;
    margin-bottom: 0;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.latest-news .intro-content {
  margin-bottom: 60px;
}

.latest-news .posts {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}

.latest-news .post {
  width: 100%;
  background: #040525;
  transition: .25s all ease-in-out;
  color: #FFF;
}

.latest-news .post img:not(.right-arrow) {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}

.latest-news .post .content {
  padding: 30px;
}

.latest-news .post .arrow-right {
  display: flex;
  align-items: center;
}

.latest-news .post .arrow-right img {
  display: block;
  height: 40px;
  width: 40px;
  margin-left: 15px;
  transition: .25s all ease-in-out;
}

.latest-news .post:hover {
  background: #DF6074;
}

.latest-news .post:hover .arrow-right img {
  transform: translateX(5px);
}

@media only screen and (min-width: 768px) {
  .latest-news .intro-content {
    margin-bottom: 95px;
  }
  .latest-news .posts {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .latest-news .post img:not(.right-arrow) {
    height: 200px;
  }
  .latest-news .post .content {
    padding: 20px;
  }
  .latest-news .post h4 {
    font-size: 20px;
    line-height: 26px;
  }
  .latest-news .post .arrow-right img {
    height: 30px;
    width: 30px;
  }
}

@media only screen and (min-width: 1024px) {
  .latest-news .posts {
    gap: 50px;
  }
  .latest-news .post img:not(.right-arrow) {
    height: 245px;
  }
  .latest-news .post .content {
    padding: 40px 30px 30px 30px;
  }
  .latest-news .post h4 {
    font-size: 24px;
    line-height: 32px;
  }
}

.masthead-content-w-image {
  position: relative;
  background: #040525;
  color: #FFF;
}

.masthead-content-w-image .wrap {
  padding: 100px 20px;
  display: flex;
  flex-direction: column;
}

.masthead-content-w-image .content {
  position: relative;
  z-index: 2;
}

.masthead-content-w-image img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  -o-object-fit: cover;
     object-fit: cover;
}

.masthead-content-w-image h1 {
  margin-bottom: 25px;
}

.masthead-content-w-image h1:last-child {
  margin-bottom: 0;
}

.masthead-content-w-image .btn, .masthead-content-w-image .contact-form input[type='submit'], .contact-form .masthead-content-w-image input[type='submit'], .masthead-content-w-image .news-overview .alm-btn-wrap .alm-load-more-btn, .news-overview .alm-btn-wrap .masthead-content-w-image .alm-load-more-btn {
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  .masthead-content-w-image {
    -webkit-clip-path: url(#inner-masthead-clip);
            clip-path: url(#inner-masthead-clip);
  }
  .masthead-content-w-image .wrap {
    flex-direction: row;
    align-items: center;
    min-height: 560px;
  }
  .masthead-content-w-image .btn, .masthead-content-w-image .contact-form input[type='submit'], .contact-form .masthead-content-w-image input[type='submit'], .masthead-content-w-image .news-overview .alm-btn-wrap .alm-load-more-btn, .news-overview .alm-btn-wrap .masthead-content-w-image .alm-load-more-btn {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 1024px) {
  .masthead-content-w-image:before {
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, #040525 50%, rgba(4, 5, 37, 0) 100%);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .masthead-content-w-image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 280px;
    width: 100%;
    background: linear-gradient(180deg, #040525 0%, rgba(4, 5, 37, 0) 100%);
  }
  .masthead-content-w-image .content {
    order: 0;
    max-width: 600px;
    margin-right: auto;
  }
  .masthead-content-w-image img {
    left: auto;
    right: 0;
    max-width: 1200px;
    opacity: 1;
  }
}

@media only screen and (min-width: 1280px) {
  .masthead-content-w-image .content {
    max-width: 805px;
  }
}

.two-col-content .intro-content {
  margin-bottom: 60px;
}

.two-col-content .columns {
  display: flex;
  flex-direction: column;
}

.two-col-content .col:first-of-type {
  margin-bottom: 30px;
}

.two-col-content .btn, .two-col-content .contact-form input[type='submit'], .contact-form .two-col-content input[type='submit'], .two-col-content .news-overview .alm-btn-wrap .alm-load-more-btn, .news-overview .alm-btn-wrap .two-col-content .alm-load-more-btn {
  margin-top: 15px;
}

@media only screen and (min-width: 768px) {
  .two-col-content .columns {
    flex-direction: row;
  }
  .two-col-content .col {
    max-width: 530px;
    margin-left: 20px;
  }
  .two-col-content .col:first-of-type {
    margin-bottom: 0;
    max-width: 450px;
    margin-right: auto;
    margin-left: 0;
  }
}

.timeline {
  position: relative;
  overflow: hidden;
  color: #FFF;
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-shrink: 0;
  padding-top: 0;
}

.timeline .inner-block {
  padding: 60px 0;
  background: #040525;
}

.timeline .accent {
  display: none;
}

.timeline .intro-content {
  margin-bottom: 65px;
}

.timeline .diagram-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 30px;
  cursor: -webkit-grab;
  cursor: grab;
}

.timeline .diagram-container.active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.timeline .horizontal-diagram {
  position: relative;
  padding-bottom: 5px;
  width: 100%;
}

.timeline .central-line {
  display: none;
}

.timeline .steps {
  width: 100%;
  height: 100%;
  padding-left: 25px;
  padding-top: 10px;
  padding-right: 20px;
}

.timeline .step {
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 650px;
  width: 100%;
  padding-left: 40px;
  padding-bottom: 80px;
}

.timeline .step .step-inner {
  opacity: 1;
  transition: .25s .25s all ease-in-out;
}

.timeline .step h4 {
  margin: 0 0 10px 0;
  color: #DF6074;
}

.timeline .step p {
  width: 100%;
  margin-bottom: 15px;
}

.timeline .step p:last-child {
  margin-bottom: 0;
}

.timeline .step:before {
  height: 100%;
  position: absolute;
  left: 5px;
  top: 0;
  content: '';
  width: 2px;
  background: #DF6074;
  transform-origin: top;
  transition: .5s all ease-in-out;
}

.timeline .step:last-of-type:before {
  display: none;
}

.timeline .indicator {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  height: 46px;
  width: 46px;
  top: -8px;
  left: -18px;
}

@media only screen and (min-width: 768px) {
  .timeline {
    position: relative;
  }
  .timeline .inner-block {
    padding: 0;
  }
  .timeline .accent {
    display: block;
    width: 100%;
    height: auto;
  }
  .timeline .accent.bottom {
    transform: scale(-1);
  }
  .timeline .diagram-container {
    flex-direction: row;
    flex-shrink: 0;
    overflow-x: auto;
    padding-left: 20px;
  }
  .timeline .horizontal-diagram {
    display: flex;
    height: 600px;
    flex-shrink: 0;
    width: auto;
  }
  .timeline .central-line {
    display: block;
    flex-shrink: 0;
    position: absolute;
    top: 50%;
    left: 0;
    width: calc(100% - 500px);
    background: #DF6074;
    height: 2px;
    margin-left: 25px;
  }
  .timeline .steps {
    flex-shrink: 0;
    display: flex;
    align-items: flex-start;
    padding-left: 260px;
  }
  .timeline .step {
    flex-shrink: 0;
    width: 500px;
    right: 150px;
    margin-left: -100px;
    padding-left: 30px;
    height: calc(50% + 4px);
  }
  .timeline .step:nth-of-type(2n) {
    margin-top: auto;
    padding-top: 90px;
  }
  .timeline .step:nth-of-type(2n):before {
    height: 120px;
    transform-origin: top;
  }
  .timeline .step:nth-of-type(2n):after {
    top: 120px;
    left: 0;
  }
  .timeline .step:nth-of-type(2n) .indicator {
    top: -22px;
    bottom: auto;
  }
  .timeline .step:last-of-type {
    width: auto;
    max-width: 500px;
    margin-left: 0;
  }
  .timeline .step:last-of-type:before {
    display: block;
  }
  .timeline .step:before {
    left: -1px;
    top: 0;
    transform-origin: top;
  }
  .timeline .step:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #DF6074;
    transform: translate(-50%, -50%);
    transition: .25s all ease-in-out;
    transform-origin: center;
  }
  .timeline .indicator {
    bottom: -15px;
    top: auto;
    left: -23px;
  }
  .timeline h4 {
    font-size: 22px;
    line-height: 24px;
  }
  .timeline p {
    font-size: 16px;
  }
  .timeline .step.animate .step-inner {
    opacity: 1;
    transform: translateX(0px);
  }
  .timeline .step.animate:before {
    transform: scaleY(1);
  }
  .timeline .step.animate:after {
    transition-delay: .5s;
    transform: translate(-50%, -50%) scale(1);
  }
}

.section-start {
  padding-top: 60px;
}

.section-start svg {
  display: none;
}

@media only screen and (max-width: 1209px) {
  .section-start.grey {
    background: #F3F3F4;
  }
  .section-start.blue {
    background: #040525;
  }
}

@media only screen and (min-width: 1210px) {
  .section-start {
    padding: 0;
    display: block;
    overflow: hidden;
    margin-bottom: -1px;
    padding-bottom: 0;
  }
  .section-start.hide-on-mobile {
    display: block;
  }
  .section-start svg {
    display: block;
    width: 100%;
    height: auto;
    min-width: 1440px;
  }
  .section-start.white path {
    fill: #FFF;
  }
  .section-start.grey path {
    fill: #F3F3F4;
  }
  .section-start.blue path {
    fill: #040525;
  }
  .section-start.grey-bg {
    background: #FFF;
  }
  .section-start.grey-bg {
    background: #F3F3F4;
  }
  .section-start.blue-bg {
    background: #040525;
  }
  .section-start.right-slant {
    transform: scaleX(-1);
  }
}

.section-end {
  padding-top: 60px;
}

.section-end svg {
  display: none;
}

@media only screen and (max-width: 1209px) {
  .section-end.grey {
    background: #F3F3F4;
  }
  .section-end.blue {
    background: #040525;
  }
}

@media only screen and (min-width: 1210px) {
  .section-end {
    padding: 0;
    position: relative;
    overflow: hidden;
    transform: scale(-1);
    z-index: -1;
    margin-top: -1px;
    margin-bottom: -1px;
  }
  .section-end.hide-on-mobile {
    display: block;
  }
  .section-end svg {
    position: relative;
    z-index: 10;
    display: block;
    width: 100%;
    height: auto;
    min-width: 1440px;
  }
  .section-end.grey path {
    fill: #F3F3F4;
  }
  .section-end.blue path {
    fill: #040525;
  }
  .section-end.grey-bg {
    background: #FFF;
  }
  .section-end.grey-bg {
    background: #F3F3F4;
  }
  .section-end.blue-bg {
    background: #040525;
  }
  .section-end.left-slant {
    transform: scaleY(-1);
  }
}

.partner-logos .intro-content {
  max-width: 625px;
  margin: 0 auto 75px auto;
  text-align: center;
}

.partner-logos .logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 50px 100px;
}

.partner-logos a {
  transition: .25s all ease-in-out;
}

.partner-logos a:hover {
  transform: scale(1.1);
}

.partner-logos img {
  display: block;
  max-width: 300px;
  max-height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}

.contact-bar {
  text-align: center;
}

.contact-bar .inner-bar {
  position: relative;
  background: #040525;
  color: #FFF;
  padding: 40px 0 50px 0;
  min-height: 300px;
  border-radius: 20px;
}

.contact-bar .inner-bar:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 300px;
  width: 100%;
  background: url("../library/images/ktsl-accent.svg") left center/contain no-repeat;
  opacity: 0.4;
}

.contact-bar .icons {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 60px;
  font-weight: 600;
}

.contact-bar img {
  display: block;
  max-width: 125px;
  height: auto;
  margin-bottom: 15px;
  transition: .25s all ease-in-out;
}

.contact-bar a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.contact-bar a:hover img {
  transform: scale(1.1);
}

@media only screen and (min-width: 768px) {
  .contact-bar .inner-bar {
    -webkit-clip-path: url(#contact-bar-clip);
            clip-path: url(#contact-bar-clip);
    border-radius: 0;
  }
  .contact-bar .inner-bar:before {
    top: 0;
    bottom: auto;
    left: 0;
    height: 100%;
    width: 335px;
    background: url("../library/images/ktsl-accent.svg") left center/contain no-repeat;
  }
  .contact-bar .icons {
    flex-direction: row;
    justify-content: center;
    gap: 60px;
  }
}

@media only screen and (min-width: 1024px) {
  .contact-bar .inner-bar:before {
    opacity: 1;
  }
  .contact-bar .icons {
    gap: 100px;
  }
}

.contact-masthead {
  position: relative;
  background: #040525 url("../library/images/contact-bg.jpg") center/cover;
  color: #FFF;
}

.contact-masthead .wrap {
  padding: 100px 20px;
  display: flex;
  flex-direction: column;
}

.contact-masthead .content {
  position: relative;
  z-index: 2;
  text-align: center;
  margin: 0 auto;
}

.contact-masthead img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact-masthead h1 {
  margin-bottom: 0;
}

.contact-masthead h1:last-child {
  margin-bottom: 0;
}

.contact-masthead .btn, .contact-masthead .contact-form input[type='submit'], .contact-form .contact-masthead input[type='submit'], .contact-masthead .news-overview .alm-btn-wrap .alm-load-more-btn, .news-overview .alm-btn-wrap .contact-masthead .alm-load-more-btn {
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  .contact-masthead {
    -webkit-clip-path: url(#inner-masthead-clip);
            clip-path: url(#inner-masthead-clip);
  }
  .contact-masthead .wrap {
    padding-top: 180px;
    flex-direction: row;
    min-height: 600px;
  }
  .contact-masthead .btn, .contact-masthead .contact-form input[type='submit'], .contact-form .contact-masthead input[type='submit'], .contact-masthead .news-overview .alm-btn-wrap .alm-load-more-btn, .news-overview .alm-btn-wrap .contact-masthead .alm-load-more-btn {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 1024px) {
  .contact-masthead .content {
    order: 0;
    max-width: 600px;
    margin-right: auto;
  }
  .contact-masthead img {
    left: auto;
    right: 0;
    max-width: 1200px;
    opacity: 1;
  }
}

@media only screen and (min-width: 1280px) {
  .contact-masthead .content {
    max-width: 710px;
  }
}

.contact-details {
  position: relative;
  z-index: 5;
  margin-top: -50px;
}

.contact-details .wrap {
  display: flex;
  flex-direction: column;
}

.contact-details .inner {
  display: flex;
  flex-direction: column;
  background: #FFF;
  border-radius: 20px;
  box-shadow: 0px 0px 30px #00000029;
  padding: 35px;
  max-width: 1060px;
  margin: 0 auto;
  width: 100%;
}

.contact-details .content {
  margin-bottom: 30px;
}

.contact-details strong {
  display: block;
}

.contact-details a:hover {
  text-decoration: underline;
}

.contact-details img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}

@media only screen and (min-width: 768px) {
  .contact-details {
    margin-top: -200px;
  }
  .contact-details strong {
    display: inline;
  }
}

@media only screen and (min-width: 1024px) {
  .contact-details .inner {
    flex-direction: row;
  }
  .contact-details .content {
    order: 0;
    max-width: 560px;
    margin-right: auto;
  }
  .contact-details img {
    margin: 0 0 0 50px;
    aspect-ratio: auto;
    max-width: 490px;
    height: auto;
  }
}

@media only screen and (min-width: 1280px) {
  .contact-details .content {
    max-width: 560px;
  }
}

.form-container {
  position: relative;
}

.form-container.mail-sent .wpcf7-form {
  opacity: 0;
  pointer-events: none;
}

.form-container.mail-sent .thank-you {
  transition-delay: .5s;
  opacity: 1;
}

.form-container .thank-you {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  transition: .5s all ease-in-out;
}

.form-container .thank-you h3 {
  margin: 0;
}

.form-container .thank-you p {
  margin: 0;
}

.contact-form {
  padding: 80px 0 60px 0;
}

.contact-form .wrap {
  max-width: 700px;
}

.contact-form .wpcf7 {
  position: relative;
  transition: .5s all ease-in-out;
}

.contact-form p {
  color: #6F7070;
  text-align: center;
  max-width: 300px;
  margin: 0 auto 15px auto;
}

.contact-form p.small {
  color: #2B2F3A;
  font-size: 14px;
}

.contact-form p.small a {
  text-decoration: underline;
}

.contact-form .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 35px;
  width: 100%;
}

.contact-form input:not([type='checkbox']):not([type='submit']), .contact-form textarea {
  width: 100%;
  border: 1px solid #DF6074;
  -webkit-appearance: none;
  height: 55px;
  font-family: "Axiforma", sans-serif;
  padding-left: 25px;
  font-size: 20px;
}

.contact-form textarea {
  padding-top: 25px;
  height: 190px;
  resize: none;
}

.contact-form .wpcf7-not-valid-tip {
  position: absolute;
  left: 18px;
  bottom: -25px;
  text-align: left;
  font-size: 12px;
}

.contact-form input[type='submit'] {
  -webkit-appearance: none;
  font-family: "Axiforma", sans-serif;
  font-size: 20px;
  width: 195px;
  height: 55px;
}

.contact-form .wpcf7-spinner, .contact-form .wpcf7-response-output {
  display: none;
}

.contact-form p {
  margin-top: 40px;
}

.contact-form p a {
  text-decoration: underline;
}

@media only screen and (min-width: 667px) {
  .contact-form .services {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
  }
  .contact-form .services .wpcf7-list-item {
    height: 115px;
    width: 100%;
    margin: 0;
  }
  .contact-form .services .wpcf7-list-item-label {
    font-size: 23px;
    line-height: 28px;
  }
}

@media only screen and (min-width: 1024px) {
  .contact-form p {
    text-align: left;
    max-width: none;
    margin: 30px 0 0 0;
  }
}

.news-masthead {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  height: 470px;
  padding-bottom: 60px;
  background: #040525;
  color: #FFF;
  overflow: hidden;
}

.news-masthead .content {
  margin-bottom: 40px;
}

.news-masthead .categories-container {
  display: flex;
  width: calc(100% + 20px);
  overflow: auto;
  padding-bottom: 20px;
}

.news-masthead .btn, .news-masthead .contact-form input[type='submit'], .contact-form .news-masthead input[type='submit'], .news-masthead .news-overview .alm-btn-wrap .alm-load-more-btn, .news-overview .alm-btn-wrap .news-masthead .alm-load-more-btn {
  flex-shrink: 0;
  font-weight: 400;
  margin-right: 20px;
  background: none;
  border: 2px solid #DF6074;
  font-size: 20px;
  padding-left: 40px;
  padding-right: 40px;
  min-width: auto;
}

.news-masthead .btn:last-of-type, .news-masthead .contact-form input:last-of-type[type='submit'], .contact-form .news-masthead input:last-of-type[type='submit'], .news-masthead .news-overview .alm-btn-wrap .alm-load-more-btn:last-of-type, .news-overview .alm-btn-wrap .news-masthead .alm-load-more-btn:last-of-type {
  margin-right: 0;
}

.news-masthead .btn.active, .news-masthead .contact-form input.active[type='submit'], .contact-form .news-masthead input.active[type='submit'], .news-masthead .news-overview .alm-btn-wrap .active.alm-load-more-btn, .news-overview .alm-btn-wrap .news-masthead .active.alm-load-more-btn, .news-masthead .btn:hover, .news-masthead .contact-form input:hover[type='submit'], .contact-form .news-masthead input:hover[type='submit'], .news-masthead .news-overview .alm-btn-wrap .alm-load-more-btn:hover, .news-overview .alm-btn-wrap .news-masthead .alm-load-more-btn:hover {
  border-color: #DF6074;
  background: #DF6074;
  color: #FFF;
}

.news-masthead .wrap {
  position: relative;
}

.news-masthead .wrap:after {
  position: absolute;
  top: -300px;
  right: -200px;
  content: '';
  height: 600px;
  width: 600px;
  background: url("../library/images/news-masthead-accent.png") center/contain no-repeat;
  opacity: 0.2;
  pointer-events: none;
}

@media only screen and (min-width: 768px) {
  .news-masthead {
    -webkit-clip-path: url(#inner-masthead-clip);
            clip-path: url(#inner-masthead-clip);
    height: 470px;
  }
  .news-masthead .wrap:after {
    position: absolute;
    top: -350px;
    right: 0;
    content: '';
    height: 700px;
    width: 700px;
    opacity: 0.4;
  }
  .news-masthead:before {
    z-index: 2;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 280px;
    width: 100%;
    background: linear-gradient(180deg, #040525 0%, rgba(4, 5, 37, 0) 100%);
  }
}

@media only screen and (min-width: 1024px) {
  .news-masthead .categories-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .news-masthead .btn, .news-masthead .contact-form input[type='submit'], .contact-form .news-masthead input[type='submit'], .news-masthead .news-overview .alm-btn-wrap .alm-load-more-btn, .news-overview .alm-btn-wrap .news-masthead .alm-load-more-btn {
    margin-bottom: 20px;
  }
}

.news-overview {
  position: relative;
  z-index: 5;
  padding: 90px 0;
}

.news-overview .alm-reveal {
  display: flex;
  flex-wrap: wrap;
}

.news-overview .blog-post {
  display: flex;
  flex-direction: column;
  margin: 0 0 30px 0;
  background: #2B2F3A;
  color: #FFF;
  width: 100%;
  box-shadow: 0px 0px 30px #00000029;
}

.news-overview .blog-post:nth-of-type(2n) {
  margin-right: 0;
}

.news-overview .blog-post:last-of-type {
  margin-right: 0;
}

.news-overview .post-image {
  height: 250px;
  width: 100%;
}

.news-overview img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-overview .post-content {
  padding: 20px;
  width: 100%;
  flex: 1;
}

.news-overview h4 {
  margin-bottom: 20px;
  padding-right: 25px;
  max-width: 400px;
  font-weight: 400;
}

.news-overview .btn, .news-overview .contact-form input[type='submit'], .contact-form .news-overview input[type='submit'], .news-overview .alm-btn-wrap .alm-load-more-btn {
  font-weight: 500;
  margin-left: auto;
  min-width: auto;
  flex-shrink: 0;
}

.news-overview .alm-btn-wrap {
  margin: 0;
}

.news-overview .alm-btn-wrap .alm-load-more-btn {
  margin: 0 auto;
  box-shadow: none;
  padding: 10px 35px;
  height: 54px;
  font-size: 20px;
  font-family: "Axiforma", sans-serif;
}

.news-overview .alm-btn-wrap .alm-load-more-btn.loading, .news-overview .alm-btn-wrap .alm-load-more-btn.done {
  opacity: 0 !important;
}

@media only screen and (min-width: 667px) {
  .news-overview .blog-post {
    margin: 0 20px 20px 0;
    width: calc(50%  - 10px);
  }
  .news-overview .blog-post:first-of-type {
    width: 100%;
    margin-right: 0;
  }
  .news-overview .blog-post:first-of-type .post-image {
    height: 300px;
  }
  .news-overview .blog-post:nth-of-type(3), .news-overview .blog-post:nth-of-type(5) {
    margin-right: 0;
  }
  .news-overview .blog-post:nth-of-type(2n) {
    margin-right: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .news-overview .blog-post {
    margin: 0 50px 50px 0;
    width: calc(66.6666%  - 25px);
  }
  .news-overview .blog-post .post-content {
    padding: 35px 40px;
  }
  .news-overview .blog-post:first-of-type {
    width: calc(66.6666%  - 25px);
    margin: 0 50px 50px 0;
  }
  .news-overview .blog-post:first-of-type .post-content {
    display: flex;
    align-items: flex-start;
  }
  .news-overview .blog-post:first-of-type h4 {
    margin-bottom: 0;
  }
  .news-overview .blog-post:first-of-type .btn, .news-overview .blog-post:first-of-type .contact-form input[type='submit'], .contact-form .news-overview .blog-post:first-of-type input[type='submit'], .news-overview .blog-post:first-of-type .alm-btn-wrap .alm-load-more-btn, .news-overview .alm-btn-wrap .blog-post:first-of-type .alm-load-more-btn {
    margin-top: auto;
  }
  .news-overview .blog-post:nth-of-type(2) {
    width: calc(33.3333% - 25px);
    margin-right: 0;
  }
  .news-overview .blog-post:nth-of-type(2) .post-content {
    display: block;
  }
  .news-overview .blog-post:nth-of-type(2) .post-content h4 {
    margin-bottom: 20px;
  }
  .news-overview .blog-post:nth-of-type(3) {
    width: calc(50% - 25px);
    margin-right: 50px;
  }
  .news-overview .blog-post:nth-of-type(3) .post-content {
    display: flex;
    align-items: flex-start;
  }
  .news-overview .blog-post:nth-of-type(3) h4 {
    margin-bottom: 0;
  }
  .news-overview .blog-post:nth-of-type(3) .read-more {
    margin-top: auto;
  }
  .news-overview .blog-post:nth-of-type(4) {
    width: calc(50% - 25px);
    margin-right: 0px;
  }
  .news-overview .blog-post:nth-of-type(4) .post-content {
    display: flex;
    align-items: flex-start;
  }
  .news-overview .blog-post:nth-of-type(4) h4 {
    margin-bottom: 0;
  }
  .news-overview .blog-post:nth-of-type(4) .read-more {
    margin-top: auto;
  }
  .news-overview .blog-post:nth-of-type(5), .news-overview .blog-post:nth-of-type(6) {
    margin-right: 50px;
  }
  .news-overview .blog-post:nth-of-type(5), .news-overview .blog-post:nth-of-type(6), .news-overview .blog-post:nth-of-type(7) {
    width: calc(33.333% - 34px);
  }
  .news-overview .blog-post:nth-of-type(5) .post-content, .news-overview .blog-post:nth-of-type(6) .post-content, .news-overview .blog-post:nth-of-type(7) .post-content {
    display: block;
  }
  .news-overview .blog-post:nth-of-type(5) .post-content h4, .news-overview .blog-post:nth-of-type(6) .post-content h4, .news-overview .blog-post:nth-of-type(7) .post-content h4 {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .news-overview .blog-post:last-of-type {
    margin-right: 0;
  }
  .news-overview .post-content {
    min-height: 120px;
  }
}

.related-news {
  margin-top: 100px;
}

.related-news .inner-strip {
  background: #F3F3F4;
  padding-top: 80px;
  padding-bottom: 60px;
  margin-top: -50px;
}

.related-news h2 {
  text-align: center;
  margin-bottom: 60px;
}

.related-news .blog-post {
  display: flex;
  flex-direction: column;
  margin: 0 0 50px 0;
  background: #2B2F3A;
  color: #FFF;
  width: 100%;
}

.related-news .blog-post:nth-of-type(2n) {
  margin-right: 0;
}

.related-news .blog-post:last-of-type {
  margin-right: 0;
}

.related-news .post-image {
  min-height: 200px;
  flex: 1;
  width: 100%;
}

.related-news img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.related-news .post-content {
  padding: 20px;
  width: 100%;
}

.related-news h4 {
  margin-bottom: 20px;
  padding-right: 25px;
  max-width: 400px;
}

.related-news .btn, .related-news .contact-form input[type='submit'], .contact-form .related-news input[type='submit'], .related-news .news-overview .alm-btn-wrap .alm-load-more-btn, .news-overview .alm-btn-wrap .related-news .alm-load-more-btn {
  min-width: 155px;
  height: 55px;
}

@media only screen and (min-width: 768px) {
  .related-news {
    padding-top: 0px;
  }
  .related-news .grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }
  .related-news .blog-post {
    margin-bottom: 0;
  }
  .related-news .post-content {
    padding: 35px;
  }
}

@media only screen and (min-width: 1024px) {
  .related-news .grid {
    gap: 40px;
  }
}

@media only screen and (min-width: 1280px) {
  .related-news .inner-strip {
    padding-top: 0;
  }
}

.services-masthead {
  position: relative;
  background: #040525 url("../library/images/service-masthead-bg.jpg") center bottom/cover;
  color: #FFF;
}

.services-masthead:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #040525;
  opacity: 0.5;
}

.services-masthead .wrap {
  padding: 100px 20px;
  display: flex;
  flex-direction: column;
}

.services-masthead .content {
  position: relative;
  z-index: 2;
}

.services-masthead img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  -o-object-fit: cover;
     object-fit: cover;
}

.services-masthead h1 {
  margin-bottom: 25px;
}

.services-masthead h1:last-child {
  margin-bottom: 0;
}

.services-masthead .btn, .services-masthead .contact-form input[type='submit'], .contact-form .services-masthead input[type='submit'], .services-masthead .news-overview .alm-btn-wrap .alm-load-more-btn, .news-overview .alm-btn-wrap .services-masthead .alm-load-more-btn {
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  .services-masthead {
    -webkit-clip-path: url(#inner-masthead-clip);
            clip-path: url(#inner-masthead-clip);
  }
  .services-masthead .wrap {
    flex-direction: row;
    align-items: center;
    min-height: 405px;
  }
  .services-masthead .btn, .services-masthead .contact-form input[type='submit'], .contact-form .services-masthead input[type='submit'], .services-masthead .news-overview .alm-btn-wrap .alm-load-more-btn, .news-overview .alm-btn-wrap .services-masthead .alm-load-more-btn {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 1024px) {
  .services-masthead:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 280px;
    width: 100%;
    background: linear-gradient(180deg, #040525 30%, rgba(4, 5, 37, 0) 100%);
  }
  .services-masthead .content {
    order: 0;
    max-width: 600px;
    margin-right: auto;
  }
  .services-masthead img {
    left: auto;
    right: 0;
    max-width: 1200px;
    opacity: 1;
  }
}

@media only screen and (min-width: 1280px) {
  .services-masthead .content {
    max-width: 805px;
  }
}

.module-grid {
  position: relative;
  z-index: 5;
  padding: 50px 0 0 0;
  overflow: visible;
  background: none;
}

.module-grid.padding-bottom {
  padding-bottom: 50px;
}

.module-grid .intro-content {
  margin-bottom: 60px;
}

.module-grid h3 {
  color: #DF6074;
}

.module-grid .grid-item {
  position: relative;
  box-shadow: 0px 0px 30px #00000029;
  padding: 35px 100px 35px 35px;
  border-radius: 20px;
  margin-bottom: 25px;
  background: #F3F3F4;
  min-height: 180px;
  display: flex;
  flex-direction: column;
}

.module-grid .grid-item img {
  position: absolute;
  top: 15px;
  right: 15px;
  max-width: 65px;
}

.module-grid .grid-item p {
  margin-top: auto;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
}

.module-grid .grid-item:last-of-type {
  margin-bottom: 0;
}

.module-grid.blue-bg .grid-item {
  color: #FFF;
  background: rgba(255, 255, 255, 0.1);
}

.module-grid.grey-bg .grid-item {
  background: #FFF;
}

@media only screen and (min-width: 667px) {
  .module-grid .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 20px;
  }
  .module-grid .grid-item {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .module-grid.padding-bottom {
    padding-bottom: 110px;
  }
  .module-grid .grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.centralised-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.centralised-cta .wrap {
  max-width: 1040px;
}

.centralised-cta .inner-bar {
  position: relative;
  background: #040525;
  color: #FFF;
  padding: 40px 0 50px 0;
  border-radius: 20px;
}

.centralised-cta .inner-bar:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 300px;
  width: 100%;
  background: url("../library/images/ktsl-accent.svg") left center/contain no-repeat;
  opacity: 0.4;
}

@media only screen and (min-width: 768px) {
  .centralised-cta .inner-bar {
    -webkit-clip-path: url(#contact-bar-clip);
            clip-path: url(#contact-bar-clip);
    border-radius: 0;
    padding: 65px 0 65px 0;
  }
  .centralised-cta .inner-bar:before {
    top: 0;
    bottom: auto;
    left: 0;
    height: 100%;
    width: 335px;
    background: url("../library/images/ktsl-accent.svg") left center/contain no-repeat;
  }
}

@media only screen and (min-width: 1024px) {
  .centralised-cta .inner-bar:before {
    opacity: 1;
  }
}

.cta-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.cta-bar .wrap {
  max-width: 1040px;
}

.cta-bar .inner-bar {
  position: relative;
  background: #040525;
  color: #FFF;
  padding: 40px 0 50px 0;
  border-radius: 20px;
}

.cta-bar .inner-bar:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 300px;
  width: 100%;
  background: url("../library/images/ktsl-accent.svg") left center/contain no-repeat;
  opacity: 0.4;
}

@media only screen and (min-width: 768px) {
  .cta-bar .inner-bar {
    -webkit-clip-path: url(#contact-bar-clip);
            clip-path: url(#contact-bar-clip);
    border-radius: 0;
    padding: 65px 0 65px 0;
  }
  .cta-bar .inner-bar:before {
    top: 0;
    bottom: auto;
    left: 0;
    height: 100%;
    width: 335px;
    background: url("../library/images/ktsl-accent.svg") left center/contain no-repeat;
  }
}

@media only screen and (min-width: 1024px) {
  .cta-bar .inner-bar:before {
    opacity: 1;
  }
}

.icons-w-content .intro-content {
  margin-bottom: 60px;
}

.icons-w-content .icon-block {
  margin-bottom: 40px;
}

.icons-w-content .icon-block:last-of-type {
  margin-bottom: 0px;
}

.icons-w-content img {
  max-width: 150px;
  height: auto;
  margin: 0 auto 30px auto;
  display: block;
}

.icons-w-content h5 {
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .icons-w-content .icons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 90px;
  }
  .icons-w-content .icon-block {
    margin-bottom: 0;
    font-size: 18px;
  }
  .icons-w-content .content {
    max-width: 450px;
  }
}

@media only screen and (min-width: 1024px) {
  .icons-w-content .icons {
    grid-gap: 90px 140px;
    grid-template-columns: repeat(3, 1fr);
  }
}

.video-block .intro-content {
  margin-bottom: 60px;
}

.video-block .video-container {
  position: relative;
  padding-top: 47.5%;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

.video-block iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.youtube-block {
  background: #040525;
  color: #FFF;
  overflow: hidden;
}

.youtube-block .block-header {
  display: flex;
  align-items: center;
  margin-bottom: 55px;
}

.youtube-block .intro-content {
  margin-right: auto;
}

.youtube-block .intro-content h2 {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .youtube-block .block-header {
    margin-bottom: 85px;
  }
}

/* Pages Payload
================================================ */
.error404 {
  padding-top: 130px;
}

.error404 header {
  background: #040525;
}

.error404__content {
  padding: 100px 0 150px;
  text-align: center;
}

.error404__content h1 {
  font-size: 7em;
  color: #DF6074;
  line-height: 170px;
  margin-bottom: 30px;
}

.single-post {
  padding-top: 130px;
}

.single-post header {
  background: #040525;
}

.single-post .entry-content-header {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 30px;
}

.single-post .main-content ul, .single-post .main-content ol {
  margin: 0px 0px 30px 20px;
}

.single-post .main-content ul li:not(:last-of-type), .single-post .main-content ol li:not(:last-of-type) {
  margin-bottom: 5px;
}

.single-post .main-content ul {
  list-style: disc;
}

.single-post .main-content ol {
  list-style: decimal;
}

.single-post .main-content em {
  font-style: italic;
}

.single-post .main-content .left-col {
  margin-bottom: 30px;
}

.single-post .main-content .left-col h1 {
  margin-bottom: 5px;
}

.single-post .main-content .left-col p {
  margin-bottom: 25px;
}

.single-post .main-content .featured-image {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 25px;
}

.single-post .main-content .social-container a {
  display: block;
  margin-right: 15px;
}

.single-post .main-content .longer-content {
  margin-top: 40px;
}

@media only screen and (min-width: 1024px) {
  .single-post {
    padding-top: 160px;
  }
  .single-post .main-content .columns {
    display: flex;
    overflow: visible;
    align-items: flex-start;
  }
  .single-post .main-content .left-col {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
    margin-right: auto;
    margin-bottom: 0;
  }
  .single-post .main-content .left-col p {
    margin-bottom: 45px;
  }
  .single-post .main-content .featured-image {
    margin-bottom: 45px;
  }
  .single-post .main-content .content-col {
    flex-shrink: 0;
    width: 100%;
    max-width: 500px;
    margin-left: 40px;
  }
}

@media only screen and (max-height: 800px) and (min-width: 1024px) {
  .single-post .left-col {
    position: static !important;
  }
}

@media only screen and (min-width: 1280px) {
  .single-post {
    padding-top: 260px;
  }
  .single-post .main-content .content-col {
    max-width: 670px;
    margin-left: 70px;
  }
}

/*# sourceMappingURL=style.css.map*/