@charset "UTF-8";

/*=================================
=            VARIABLES            =
=================================*/

/* All Variables should be declared here which makes it easier to update if something changes globally */

/* Copy */

/* Colours */

/*=== Gradients ===*/

/*=====  End of VARIABLES  ======*/

/*==============================
=            MIXINS            =
==============================*/

/*----------  Responsive mixins  ----------*/

/*----------  Layout mixins  ----------*/

/*---------------------------------------------------------
  FLEX
---------------------------------------------------------*/

/*=====  End of MIXINS  ======*/

/*====================================
=            PLACEHOLDERS            =
====================================*/

/*----------  Structure  ----------*/

.form-field-group-container:after,
.l-centered-content-container:after,
.main-content:after,
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.card,
.news-card,
.fintech-header-logo,
.home-news-list-item,
.news-posts-wrapper .news-list-card:nth-child(1),
.news-posts-wrapper .news-list-card:nth-child(2) {
  -webkit-box-shadow: -1px 6px 20px 3px rgba(0, 0, 0, 0.2);
  box-shadow: -1px 6px 20px 3px rgba(0, 0, 0, 0.2);
}

/*=====  End of PLACEHOLDERS  ======*/

/*====================================
=            ISOBAR-RESET            =
====================================*/

/* Isobar custom reset using normalize v5 */

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
  font-size: 62.5%;
  /* font-size 1rem - 10px on default browser size which is 16px, all font sizes are relative to this so 2.4rem is 24px */
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  -webkit-font-smoothing: antialiased;
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/**
 * Remove margin/padding/style for list
 */

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

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

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

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

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

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/*=====  End of ISOBAR-RESET  ======*/

/*==================================
=            TYPOGRAPHY            =
==================================*/

/* Declare font face variations here - make sure to update the source url with the theme name, font name and install font files in /assets/fonts/ */

@font-face {
  font-family: 'Ubuntu-Regular';
  src: url("../fonts/Ubuntu-Regular.eot");
  src: url("../fonts/Ubuntu-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Ubuntu-Regular.woff") format("woff"), url("../fonts/Ubuntu-Regular.ttf") format("truetype"), url("../fonts/Ubuntu-Regular.svg#OpenSans-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}

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

@font-face {
  font-family: 'Ubuntu-Italic';
  src: url("../fonts/Ubuntu-Italic.eot");
  src: url("../fonts/Ubuntu-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Ubuntu-Italic.woff") format("woff"), url("../fonts/Ubuntu-Italic.ttf") format("truetype"), url("../fonts/Ubuntu-Italic.svg#OpenSans-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Ubuntu-Medium';
  src: url("../fonts/Ubuntu-Medium.eot");
  src: url("../fonts/Ubuntu-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Ubuntu-Medium.woff") format("woff"), url("../fonts/Ubuntu-Medium.ttf") format("truetype"), url("../fonts/Ubuntu-Medium.svg#OpenSans-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Ubuntu-Bold';
  src: url("../fonts/Ubuntu-Bold.eot");
  src: url("../fonts/Ubuntu-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Ubuntu-Bold.woff") format("woff"), url("../fonts/Ubuntu-Bold.ttf") format("truetype"), url("../fonts/Ubuntu-Bold.svg#OpenSans-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Declare site wide typography styles here */

body {
  font-family: "Ubuntu-Light", Arial, sans-serif;
  font-size: 16px;
  /* 16px */
  line-height: 1.5;
  /* 24px */
  color: #2D314F;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Ubuntu-Light", Arial, sans-serif;
  font-weight: normal;
}

h1 {
  font-size: 3rem;
}

@media (min-width: 47.99em) {
  h1 {
    font-size: 5rem;
  }
}

h2 {
  font-size: 2.5rem;
}

@media (min-width: 47.99em) {
  h2 {
    font-size: 4rem;
  }
}

h3 {
  font-size: 2rem;
  font-family: "Ubuntu-Medium";
}

@media (min-width: 47.99em) {
  h3 {
    font-size: 3rem;
  }
}

.secondary-title {
  color: #9958C1;
  font-size: 3rem;
  text-align: center;
}

@media (min-width: 47.99em) {
  .secondary-title {
    font-size: 4rem;
  }
}

@media (min-width: 67.5em) {
  .secondary-title {
    font-size: 5rem;
  }
}

.wp-content img,
.wp-content object,
.wp-content iframe,
.wp-content caption,
.wp-content figure,
.wp-content .wp-caption,
.wp-content embed {
  max-width: 100%;
  height: auto;
}

.wp-content .youtube-wrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.wp-content .youtube-wrap iframe,
.wp-content .youtube-wrap object,
.wp-content .youtube-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wp-content p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin-top: 0;
  margin-bottom: 1em;
}

.wp-content .wp-caption-text {
  text-transform: uppercase;
  font-family: "Ubuntu-Bold";
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.6rem;
  margin-top: 0;
  color: #2D314F;
}

.wp-content .alignright {
  float: right;
  margin-left: 24px;
  margin-bottom: 48px;
  margin-top: 24px;
}

.wp-content .alignleft {
  float: left;
  margin-right: 24px;
  margin-bottom: 48px;
  margin-top: 24px;
}

.wp-content .aligncenter {
  text-align: center;
  margin: 0 auto 48px;
  clear: both;
  display: block;
}

.wp-content .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 48px;
}

.wp-content ol {
  list-style-type: decimal;
  padding-left: 20px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.wp-content ul {
  list-style-type: square;
  padding-left: 20px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.wp-content li {
  margin-bottom: 1em;
}

.wp-content blockquote {
  margin-bottom: 3rem;
  margin-left: 0;
  margin-top: 24px;
}

@media (min-width: 47.99em) {
  .wp-content blockquote {
    padding-left: 60px;
    background-image: url("../../assets/img/bg-quote.svg");
    background-repeat: no-repeat;
    background-position: 0 -22px;
  }
}

.wp-content a {
  font-size: 1.6rem;
  text-transform: uppercase;
  text-decoration: none;
  color: #424770;
  font-family: "Ubuntu-Bold";
}

/*=====  End of TYPOGRAPHY  ======*/

/*==============================
=        Navigation            =
==============================*/

/* Hamburger Menu */

.header-primary-nav-hamburger {
  position: relative;
  width: 30px;
  height: 25px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform .5s ease-in-out;
  -o-transition: -o-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
}

.header-primary-nav-hamburger span {
  display: block;
  position: absolute;
  left: 0;
  height: 3px;
  width: 100%;
  background: #3B9CD8;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform .2s ease-in-out;
  -o-transition: -o-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
}

@media (min-width: 47.99em) {
  .header-primary-nav-hamburger {
    display: none;
  }
}

.header-primary-nav-hamburger span:nth-child(1) {
  top: 0;
}

.header-primary-nav-hamburger span:nth-child(2),
.header-primary-nav-hamburger span:nth-child(3) {
  top: 10px;
}

.header-primary-nav-hamburger span:nth-child(4) {
  top: 20px;
}

.header-primary-nav-hamburger.m-active span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}

.header-primary-nav-hamburger.m-active span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header-primary-nav-hamburger.m-active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header-primary-nav-hamburger.m-active span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
}

.primary-nav {
  display: none;
}

@media (min-width: 47.99em) {
  .primary-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 67.5em) {
  .primary-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}

.primary-nav li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media (min-width: 47.99em) {
  .primary-nav li {
    display: inline-block;
    margin: 0;
    padding: 12px;
  }
}

.primary-nav li a {
  text-decoration: none;
  color: rgba(66, 71, 112, 0.7);
  text-transform: uppercase;
  font-family: "Ubuntu-Medium";
  font-size: 1.4rem;
  cursor: pointer;
}

@media (min-width: 47.99em) {
  .primary-nav li .svg-icon {
    display: none;
  }
}

.navigation-dropdown {
  position: absolute;
  top: 36px;
  left: 0;
  display: none;
  z-index: 9000;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.navigation-dropdown .navigation-dropdown-content {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  position: relative;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  z-index: 4;
  margin-top: 12px;
}

.navigation-dropdown .navigation-dropdown-content > div {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  width: 400px;
}

.navigation-dropdown::before {
  content: '▲';
  font-size: 2em;
  line-height: .7;
  color: #ffffff;
  position: absolute;
  top: -4px;
  left: calc(50% - 16px);
  text-shadow: 0 -4px 8px rgba(0, 0, 0, 0.1);
  -webkit-transform: scaleY(0.5);
  -ms-transform: scaleY(0.5);
  -o-transform: scaleY(0.5);
  transform: scaleY(0.5);
  z-index: 5;
}

.navigation-dropdown.arrow-shifted-left::before {
  left: 20%;
}

.navigation-dropdown.arrow-shifted-right::before {
  left: auto;
  right: 20%;
}

.navigation-dropdown .dropdown-item-list,
.navigation-dropdown .dropdown-news-list {
  background-color: #EDF3F7;
  display: block;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-dropdown .dropdown-item-list li,
.navigation-dropdown .dropdown-news-list li {
  display: inline-block;
  width: 50%;
  padding: 12px;
}

.navigation-dropdown .dropdown-item-list h4,
.navigation-dropdown .dropdown-news-list h4 {
  display: block;
  font-family: "Ubuntu-Medium";
  font-size: 1.8rem;
  color: #9958C1;
  width: 100%;
  margin: 0;
  border-bottom: solid 1px #E2E9EC;
  padding: 6px 12px 6px 12px;
}

.navigation-dropdown .dropdown-item-list a,
.navigation-dropdown .dropdown-news-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  text-decoration: none;
  color: #424770;
  font-size: 1.3rem;
}

.navigation-dropdown .dropdown-item-list img,
.navigation-dropdown .dropdown-news-list img {
  display: block;
  height: 40px;
  margin-right: 12px;
}

.navigation-dropdown .dropdown-page-links {
  display: block;
  padding: 12px;
}

.navigation-dropdown .dropdown-page-links li {
  padding: 6px 12px 6px 12px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.navigation-dropdown .dropdown-page-links a {
  text-decoration: none;
  font-size: 1.6rem;
  font-family: "Ubuntu-Medium";
  color: #3B9CD8;
}

.navigation-dropdown .dropdown-page-links span {
  display: block;
  font-size: 1.4rem;
  color: #424770;
}

.navigation-dropdown .dropdown-news-list li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
}

.navigation-dropdown .dropdown-news-list li:first-of-type {
  padding-top: 12px;
}

.navigation-dropdown .dropdown-news-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: #424770;
  font-size: 1.4rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.navigation-dropdown .dropdown-news-list .link-icon {
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
}

.navigation-dropdown .highlight-link {
  background-color: #22D3ED;
  background: -webkit-radial-gradient(bottom center, circle, #22D3ED 0%, #320B35 150%);
  background: -o-radial-gradient(circle at bottom center, #22D3ED 0%, #320B35 150%);
  background: radial-gradient(circle at bottom center, #22D3ED 0%, #320B35 150%);
  padding: 12px 24px 12px 24px;
  color: #ffffff;
  text-decoration: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Ubuntu-Light";
  font-size: 1.4rem;
}

.navigation-dropdown .highlight-link .highlight-link-content {
  -webkit-box-flex: 0.9;
  -ms-flex: 0.9 0.9 auto;
  flex: 0.9 0.9 auto;
}

.navigation-dropdown .highlight-link .highlight-link-title {
  font-family: "Ubuntu-Medium";
  font-size: 1.6rem;
}

.navigation-dropdown .highlight-link .highlight-link-icon {
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0.1;
  -ms-flex: 0.1 0.1 auto;
  flex: 0.1 0.1 auto;
}

.navigation-dropdown .navigation-dropdown-content > div.multi {
  width: 500px;
}

.navigation-dropdown .navigation-dropdown-content > div.multi .dropdown-page-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.navigation-dropdown .navigation-dropdown-content > div.multi .dropdown-page-links li {
  max-width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 12px);
  flex: 0 0 calc(50% - 12px);
}

.primary-nav-container,
.primary-tablet-nav-container {
  position: relative;
}

/* Desktop only navigation */

.desktop-navigation {
  display: none;
}

@media (min-width: 67.5em) {
  .desktop-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

/* Tablet only navigation */

.tablet-navigation {
  display: none;
}

@media (min-width: 47.99em) {
  .tablet-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tablet-nav-container .tablet-navigation li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    /*&:first-child {
          text-align: left;
        }
        &:last-child {
          text-align: right;
        }*/
  }
}

@media (min-width: 67.5em) {
  .tablet-navigation {
    display: none;
  }
}

.mobile-nav-container {
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}

@media (min-width: 47.99em) {
  .mobile-nav-container {
    display: none;
  }
}

.primary-mobile-nav li,
.mobile-dropdown li,
.mobile-footer-menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.primary-mobile-nav li.dropdown .svg-icon,
.mobile-dropdown li.dropdown .svg-icon,
.mobile-footer-menu li.dropdown .svg-icon {
  height: 1em;
  fill: #E0367F;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 5%;
  flex: 0 0 5%;
}

.primary-mobile-nav a,
.mobile-dropdown a,
.mobile-footer-menu a {
  display: inline-block;
  color: #3B9CD8;
  font-family: "Ubuntu-Medium";
  text-decoration: none;
  font-size: 1.6rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 95%;
  flex: 1 0 95%;
  padding-top: 12px;
  padding-bottom: 12px;
}

.mobile-footer-menu {
  visibility: visible;
  opacity: 1;
  border-top: solid 1px #E3E3E3;
  padding-top: 12px;
}

.mobile-footer-menu a {
  color: #424770;
  font-size: 1.4rem;
}

.mobile-footer-menu.closed {
  visibility: hidden;
  opacity: 0;
}

.mobile-navigation {
  visibility: visible;
  opacity: 1;
}

.mobile-navigation.closed {
  visibility: hidden;
  opacity: 0;
}

.mobile-dropdown {
  padding: 24px;
  background-color: #F0F2F7;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
  left: 10px;
  -webkit-box-shadow: inset -4px 2px 6px -3px rgba(66, 71, 112, 0.5);
  box-shadow: inset -4px 2px 6px -3px rgba(66, 71, 112, 0.5);
  visibility: hidden;
  opacity: 0;
  padding-top: 48px;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}

.mobile-dropdown.open {
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  visibility: visible;
  opacity: 1;
  left: 0;
}

.mobile-dropdown h4,
.mobile-dropdown svg,
.mobile-dropdown img,
.mobile-dropdown .highlight-link-caption,
.mobile-dropdown .dropdown-page-links span,
.mobile-dropdown .dropdown-news-list {
  display: none;
}

.mobile-dropdown .navigation-dropdown-content > div {
  opacity: 1;
}

.mobile-dropdown svg.nav-collapse {
  height: 1em;
  display: inline-block;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  fill: #ffffff;
}

.mobile-dropdown .mobile-nav-back {
  color: #ffffff;
  background-color: #9958C1;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 12px;
  padding-left: 24px;
  text-transform: uppercase;
  cursor: pointer;
}

.mobile-nav-container {
  padding: 24px;
  padding-top: 0;
  background-color: #F0F2F7;
  position: fixed;
  width: 80%;
  height: calc(100vh - 61px);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.47, 0, 0.75, 0.72);
  -o-transition: -o-transform 0.2s cubic-bezier(0.47, 0, 0.75, 0.72);
  transition: transform 0.2s cubic-bezier(0.47, 0, 0.75, 0.72);
  z-index: 9999;
}

.mobile-nav-container.m-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-box-shadow: inset -4px 0 6px -3px rgba(66, 71, 112, 0.5);
  box-shadow: inset -4px 0 6px -3px rgba(66, 71, 112, 0.5);
}

.footer-bottom-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-bottom-menu a {
  display: block;
  color: #2D314F;
  font-family: "Ubuntu-Medium";
  text-decoration: none;
  padding: 12px 0;
}

@media (min-width: 47.99em) {
  .footer-bottom-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-bottom-menu li:not(:last-child) {
    position: relative;
  }

  .footer-bottom-menu li:not(:last-child):after {
    content: "|";
    position: absolute;
    right: 0;
    top: 10px;
  }

  .footer-bottom-menu a {
    color: #2D314F;
    font-family: "Ubuntu-Light";
    text-decoration: none;
    padding: 12px;
  }
}

.dropdown-menu {
  display: none;
}

/*=====  End of Navigation  ======*/

/*==============================
=            HEADER            =
==============================*/

.full-header-container {
  background: transparent;
  position: fixed;
  z-index: 8999;
}

@media (min-width: 47.99em) {
  .full-header-container {
    position: absolute;
  }
}

.header-info-bar-container {
  /* fallback/image non-cover color */
  background-color: #00A8E1;
  background: -webkit-gradient(linear, left top, left bottom, from(90DEG), color-stop(0%, #00A8E1), to(#8475CA));
  background: -webkit-linear-gradient(90DEG, #00A8E1 0%, #8475CA 100%);
  background: -o-linear-gradient(90DEG, #00A8E1 0%, #8475CA 100%);
  background: linear-gradient(90DEG, #00A8E1 0%, #8475CA 100%);
  min-height: 5px;
  text-align: center;
}

.header-alerts {
  display: none;
}

.header-alerts span,
.header-alerts a {
  font-family: "Ubuntu-Medium";
  color: #ffffff;
  text-decoration: none;
}

@media (min-width: 67.5em) {
  .header-alerts {
    display: inline-block;
    font-size: 1.3rem;
    color: #ffffff;
    line-height: 2;
    padding: 0 24px;
  }
}

.header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 12px;
  background-color: #ffffff;
  border-bottom: solid 1px #E3E3E3;
}

@media (min-width: 47.99em) {
  .header-container {
    background-color: transparent;
    border-bottom: 0;
  }
}

.header-nav-container {
  display: none;
}

@media (min-width: 47.99em) {
  .header-nav-container {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}

@media (min-width: 67.5em) {
  .header-nav-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}

.header-logo-container,
.header-functions-container {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.search-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 42px;
  width: 42px;
  position: relative;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .search-toggle {
    display: block;
  }
}

.header-search-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-signin-container {
  display: none;
}

@media (min-width: 47.99em) {
  .header-signin-container {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.header-signin-container:hover .avatar-dropdown {
  display: block;
}

.user-signedin-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.avatar-dropdown {
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 9000;
  min-width: 160px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  display: none;
  border-top: solid 24px transparent;
}

.avatar-dropdown::before {
  content: '▲';
  font-size: 2em;
  line-height: .7;
  color: #ffffff;
  position: absolute;
  top: -.5em;
  right: 20%;
  text-shadow: 0 -4px 8px rgba(0, 0, 0, 0.1);
  -webkit-transform: scaleY(0.5);
  -ms-transform: scaleY(0.5);
  -o-transform: scaleY(0.5);
  transform: scaleY(0.5);
}

.avatar-dropdown .avatar-dropdown-content {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}

.avatar-dropdown .avatar-dropdown-links {
  padding: 12px 24px;
}

.avatar-dropdown .avatar-dropdown-links li {
  white-space: nowrap;
}

.avatar-dropdown .avatar-dropdown-links a {
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 2.5;
  font-family: "Ubuntu-Medium";
  color: #3B9CD8;
}

.avatar-dropdown .avatar-dropdown-logout {
  display: block;
  cursor: pointer;
  background-color: #E2E9EC;
  line-height: 50px;
  color: #424770;
  font-size: 1.6rem;
  padding-left: 24px;
  font-family: "Ubuntu-Regular";
  text-decoration: none;
}

.user-avatar {
  display: block;
  width: 62%;
  height: 62%;
  margin-left: 19%;
  margin-top: 19%;
  border-radius: 100%;
}

.user-avatar-wrapper {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  overflow: hidden;
  /* fallback/image non-cover color */
  background-color: #00A8E1;
  background: -webkit-linear-gradient(315deg, #00A8E1 0%, #8475CA 100%);
  background: -o-linear-gradient(315deg, #00A8E1 0%, #8475CA 100%);
  background: linear-gradient(135deg, #00A8E1 0%, #8475CA 100%);
}

.user-greeting {
  display: block;
  text-align: right;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #424770;
  font-family: "Ubuntu-Regular";
  padding-right: 6px;
}

.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  text-decoration: none;
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
  transform: scale(0.85);
}

@media (min-width: 67.5em) {
  .header-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.header-logo .header-logo-image {
  width: 100%;
  max-width: 150px;
}

@media (min-width: 67.5em) {
  .header-logo .header-logo-image {
    max-width: 180px;
  }
}

.header-functions-container {
  position: relative;
  min-width: 30px;
  min-height: 30px;
}

.header-functions-container .svg-icon {
  opacity: 0;
  -webkit-transform: scale(0) rotate(40deg);
  -ms-transform: scale(0) rotate(40deg);
  -o-transform: scale(0) rotate(40deg);
  transform: scale(0) rotate(40deg);
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  cursor: pointer;
  top: 0;
  position: absolute;
}

.header-functions-container .svg-icon.m-active {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0);
  -ms-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}

.header-functions-container .svg-icon.search-icon {
  font-size: 2.2rem;
  height: 100%;
}

.header-functions-container .svg-icon.close-icon {
  font-size: 3.2rem;
  height: 100%;
}

@media (min-width: 67.5em) {
  .header-functions-container .svg-icon.close-icon {
    top: 0;
  }
}

@media (min-width: 47.99em) {
  .header-functions-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
  }
}

/*=====  End of HEADER  ======*/

/*==============================
=            FOOTER            =
==============================*/

.footer-full-container {
  /* fallback/image non-cover color */
  background-color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(180DEG), color-stop(0%, #ffffff), to(#F0F2F7));
  background: -webkit-linear-gradient(180DEG, #ffffff 0%, #F0F2F7 100%);
  background: -o-linear-gradient(180DEG, #ffffff 0%, #F0F2F7 100%);
  background: linear-gradient(180DEG, #ffffff 0%, #F0F2F7 100%);
}

@media (min-width: 47.99em) {
  .footer-full-container {
    border-top: solid 1px #BBD4E3;
  }
}

.footer-menu-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media (min-width: 47.99em) {
  .footer-menu-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

@media (min-width: 90em) {
  .footer-menu-container {
    max-width: 1180px;
    width: 100%;
    padding: 0 24px;
    margin: 0 auto;
  }
}

.footer-menu-item {
  display: none;
}

@media (min-width: 47.99em) {
  .footer-menu-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    display: block;
    padding-bottom: 24px;
  }
}

@media (min-width: 67.5em) {
  .footer-menu-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }
}

@media (min-width: 90em) {
  .footer-menu-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}

.footer-menu-item.social-menu-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  background-color: #E2E9EC;
}

@media (min-width: 47.99em) {
  .footer-menu-item.social-menu-container {
    padding: 0 24px;
  }
}

@media (min-width: 67.5em) {
  .footer-menu-item.social-menu-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    display: block;
    padding: 0;
    background-color: transparent;
  }
}

.footer-menu-title {
  display: none;
}

@media (min-width: 47.99em) {
  .footer-menu-title {
    display: block;
    color: #1CBAE0;
    font-family: "Ubuntu-Light";
    text-transform: uppercase;
    font-size: 1.8rem;
  }

  .social-menu-container .footer-menu-title {
    color: #424770;
  }
}

@media (min-width: 67.5em) {
  .social-menu-container .footer-menu-title {
    color: #1CBAE0;
  }
}

@media (min-width: 90em) {
  .footer-menu-title {
    font-size: 2.4rem;
  }
}

.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-menu a {
  color: #2D314F;
  font-family: "Ubuntu-Regular";
  font-size: 1.4rem;
  text-decoration: none;
  line-height: 31px;
}

@media (min-width: 67.5em) {
  .footer-menu a {
    font-size: 1.6rem;
  }
}

.social-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  padding: 24px 0;
}

@media (min-width: 47.99em) {
  .social-menu {
    padding: 0;
    width: 30%;
  }
}

@media (min-width: 67.5em) {
  .social-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: auto;
  }
}

@media (min-width: 67.5em) {
  .social-menu-item {
    margin-bottom: 24px;
  }
}

.social-menu-item-link {
  color: #2D314F;
  font-family: "Ubuntu-Regular";
  text-decoration: none;
  line-height: 31px;
}

.social-menu-item-link .social-icon {
  font-size: 3rem;
}

.social-menu-item-link .social-link-text {
  display: none;
}

@media (min-width: 67.5em) {
  .social-menu-item-link .social-link-text {
    padding-left: 12px;
    display: inline;
    font-size: 1.4rem;
  }
}

.footer-bottom-container {
  padding: 12px;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 67.5em) {
  .footer-bottom-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.footer-details-menu {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

@media (min-width: 47.99em) {
  .footer-details-menu {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}

.footer-information {
  text-align: center;
  padding: 12px;
}

@media (min-width: 47.99em) {
  .footer-information {
    text-align: left;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 100%;
  }
}

@media (min-width: 67.5em) {
  .footer-information {
    text-align: right;
    padding: 12px 0;
    max-width: 50%;
  }
}

/*----------  Cookies  ----------*/

.cookie-notice-full-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  background: #1d1d1d;
  color: #ffffff;
  font-size: 1.4rem;
  z-index: 2;
}

.cookie-notice-full-container.is-shown {
  display: block !important;
}

.cookie-notice-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 20px;
}

@media (min-width: 67.5em) {
  .cookie-notice-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (min-width: 90em) {
  .cookie-notice-container {
    padding: 0;
  }
}

.cookie-notice-link {
  color: #ffffff;
}

.cookie-notice-link:hover {
  color: #eef1f7;
  text-decoration: none;
}

.cookie-notice-content {
  padding: 0 20px;
}

@media (min-width: 67.5em) {
  .cookie-notice-content {
    padding: 0;
  }
}

.cookie-notice-cta {
  color: #ffffff;
  text-decoration: none;
  border: 2px solid #ffffff;
  border-radius: 3px;
  padding: 5px 15px;
}

.cookie-notice-cta:hover {
  color: #eef1f7;
  border: 2px solid #eef1f7;
}

.cookie-notice-cta-container {
  margin: 20px 0 0;
}

@media (min-width: 67.5em) {
  .cookie-notice-cta-container {
    margin: 0;
  }
}

/*=====  End of FOOTER  ======*/

/*==============================
=           Sidebar            =
==============================*/

/*=====  End of Sidebar  ======*/

/*=============================
=            FORMS            =
=============================*/

/*----------  Input fields  ----------*/

.form-field-group-container {
  width: 100%;
}

.form-field-container,
.form-select-container,
.form-checkbox-container,
.form-submit-container {
  position: relative;
  padding: 0 12px;
  margin-bottom: 24px;
}

@media (min-width: 47.99em) {
  .form-field-container,
  .form-select-container,
  .form-checkbox-container,
  .form-submit-container {
    padding: 0;
  }
}

input,
textarea {
  display: inline-block;
  padding: 0 12px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid rgba(66, 71, 112, 0.5);
  height: 48px;
  font-family: "Ubuntu-Light";
  font-size: 1.4rem;
  color: #2D314F;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input + label,
textarea + label {
  font-size: 1.4rem;
}

input:focus,
input.is-focused,
textarea:focus,
textarea.is-focused {
  border-color: #9958C1;
  outline: 0;
}

input.m-error,
input.wpcf7-not-valid,
textarea.m-error,
textarea.wpcf7-not-valid {
  color: #CF0A2C;
  border-color: #CF0A2C;
}

input.m-valid,
textarea.m-valid {
  border-color: #229E2F;
}

.form-select-container select::-ms-expand {
  display: none;
}

.form-select-container select {
  padding: 0 24px;
  width: 100%;
  border: 1px solid rgba(66, 71, 112, 0.5);
  border-radius: 3px;
  height: 48px;
  color: #2D314F;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ffffff;
  background-image: url("../../assets/img/svg-icons/select-icon.svg");
  background-position: 95% 50%;
  background-repeat: no-repeat;
}

.form-select-container select:focus,
.form-select-container select.is-focused {
  border-color: #3B9CD8;
  outline: 0;
}

.form-select-container select:focus + label,
.form-select-container select.is-focused + label {
  color: #3B9CD8;
}

.form-select-container select.m-invalid {
  border-color: #CF0A2C;
  color: #CF0A2C;
}

.form-select-container select.m-error {
  color: #CF0A2C;
}

.form-select-container select.m-valid {
  border-color: #229E2F;
}

input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  height: 0;
  background: none;
  opacity: 0;
  overflow: hidden;
  display: none;
  position: absolute;
  left: 0;
}

input[type="checkbox"] + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-size: 1.4rem;
  line-height: 2rem;
  height: 2rem;
  display: inline-block;
  padding-left: 28px;
  font-family: "Ubuntu-Regular";
}

@media (min-width: 67.5em) {
  input[type="checkbox"] + label {
    font-size: 1.8rem;
    line-height: 3rem;
    height: 3rem;
    padding-left: 42px;
  }
}

input[type="checkbox"] + label:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: white;
  border: 1px solid #c0c4d0;
  border-radius: 2px;
  -webkit-transition: background-color .2s ease, border .2s ease;
  -o-transition: background-color .2s ease, border .2s ease;
  transition: background-color .2s ease, border .2s ease;
}

@media (min-width: 67.5em) {
  input[type="checkbox"] + label:before {
    width: 28px;
    height: 28px;
  }
}

input[type="checkbox"]:checked + label:before {
  background: #9958C1 url("../../assets/img/svg-icons/checkmark-icon-white.svg");
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #9958C1;
}

textarea {
  padding-top: 16px;
  padding-bottom: 16px;
  max-width: 100%;
}

span.wpcf7-not-valid-tip {
  font-size: 1.4rem;
  line-height: 1.6rem;
  margin-top: 7px;
}

div.wpcf7-response-output {
  border: 0;
  background: #CF0A2C;
  color: white;
}

.intl-tel-input {
  width: 100%;
}

/*=====  End of FORMS  ======*/

/*=================================
=            STRUCTURE            =
=================================*/

.l-full-width-container {
  width: 100%;
}

.l-centered-content-container {
  width: 100%;
  padding: 0 12px;
}

@media (min-width: 47.99em) {
  .l-centered-content-container {
    padding: 0;
    margin: 0 auto;
    max-width: 90%;
  }
}

@media (min-width: 90em) {
  .l-centered-content-container {
    max-width: 1180px;
  }
}

.l-content {
  width: 100%;
  max-width: 820px;
  margin: 12px auto;
}

@media (min-width: 47.99em) {
  .l-content {
    max-width: 980px;
    margin: 24px auto;
  }
}

.main-content {
  position: relative;
}

.layout-phone-narrow,
.layout-phone,
.layout-tablet,
.layout-desktop {
  display: none;
  height: 0;
  position: absolute;
  top: -1000px;
}

@media (min-width: 34em) {
  .layout-phone-narrow {
    display: block;
  }
}

@media (min-width: 47.99em) {
  .layout-phone-narrow {
    display: none;
  }
}

@media (min-width: 67.5em) {
  .layout-phone-narrow {
    display: none;
  }
}

@media (min-width: 90em) {
  .layout-phone-narrow {
    display: none;
  }
}

@media (min-width: 34em) {
  .layout-phone {
    display: none;
  }
}

@media (min-width: 47.99em) {
  .layout-phone {
    display: block;
  }
}

@media (min-width: 67.5em) {
  .layout-phone {
    display: none;
  }
}

@media (min-width: 90em) {
  .layout-phone {
    display: none;
  }
}

@media (min-width: 34em) {
  .layout-tablet {
    display: none;
  }
}

@media (min-width: 47.99em) {
  .layout-tablet {
    display: none;
  }
}

@media (min-width: 67.5em) {
  .layout-tablet {
    display: block;
  }
}

@media (min-width: 90em) {
  .layout-tablet {
    display: none;
  }
}

@media (min-width: 34em) {
  .layout-desktop {
    display: none;
  }
}

@media (min-width: 47.99em) {
  .layout-desktop {
    display: none;
  }
}

@media (min-width: 67.5em) {
  .layout-desktop {
    display: none;
  }
}

@media (min-width: 90em) {
  .layout-desktop {
    display: block;
  }
}

/*=====  End of STRUCTURE  ======*/

/*===============================
=            BUTTONS            =
===============================*/

.btn-cta {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 50px;
  text-transform: uppercase;
  font-family: "Ubuntu-Bold";
  font-size: 1.4rem;
  text-decoration: none;
  color: #ffffff;
  background-color: transparent;
  border: none;
  position: relative;
  overflow: hidden;
  -ms-flex-item-align: center;
  align-self: center;
  min-height: 30px;
  z-index: 1;
}

.btn-cta:before {
  content: '';
  /* fallback/image non-cover color */
  background-color: #00A8E1;
  background: -webkit-gradient(linear, left top, left bottom, from(90DEG), color-stop(0%, #00A8E1), to(#8475CA));
  background: -webkit-linear-gradient(90DEG, #00A8E1 0%, #8475CA 100%);
  background: -o-linear-gradient(90DEG, #00A8E1 0%, #8475CA 100%);
  background: linear-gradient(90DEG, #00A8E1 0%, #8475CA 100%);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
}

.btn-cta:after {
  content: '';
  background: #00A8E1;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  z-index: -1;
  height: 100%;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.btn-cta:hover:after {
  width: 100%;
}

.btn-cta.m-disabled,
.btn-cta:disabled {
  pointer-events: none;
  opacity: 0.5;
}

@media (min-width: 90em) {
  .btn-cta {
    font-size: 1.4rem;
  }
}

.btn-submit {
  display: inline-block;
  padding: 6px 24px;
  border-radius: 50px;
  text-transform: uppercase;
  font-family: "Ubuntu-Bold";
  font-size: 1.2rem;
  text-decoration: none;
  color: #ffffff;
  background-color: #3B9CD8;
  border: none;
  overflow: hidden;
  -ms-flex-item-align: center;
  align-self: center;
  min-height: 30px;
}

.link {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.4rem;
  color: #2D314F;
}

.header-primary-nav-trigger {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: #ffffff;
  outline: none;
}

.btn-white {
  text-decoration: none;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  padding: 12px 24px;
  border: 1px solid rgba(66, 71, 112, 0.5);
  border-radius: 50px;
  font-family: "Ubuntu-Bold";
  font-size: 1.4rem;
  color: #3B9CD8;
  background-color: #ffffff;
  cursor: pointer;
}

/*=====  End of BUTTONS  ======*/

/*================================
=            Cards               =
================================*/

.card {
  border-radius: 20px;
  padding: 24px;
  position: relative;
}

.card-link {
  position: absolute;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.secondary-card {
  border-radius: 10px;
  background-color: #F0F2F7;
  padding: 24px;
  border: 1px solid #BBD4E3;
}

.news-card {
  border-radius: 20px;
  overflow: hidden;
}

.news-card-header {
  position: relative;
  min-height: 200px;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.news-card-header:after {
  content: '';
  /* fallback/image non-cover color */
  background-color: transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(180DEG), color-stop(0%, transparent), to(rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(180DEG, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -o-linear-gradient(180DEG, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(180DEG, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.event-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 10px;
  top: 10px;
  border-radius: 50px;
  height: 80px;
  width: 80px;
  min-height: 60px;
  min-width: 60px;
  color: #3B9CD8;
  background-color: #ffffff;
  line-height: 1;
}

.event-date .date {
  font-size: 2.6rem;
  font-family: "Ubuntu-Medium";
}

.event-date .month {
  font-size: 1.2rem;
  font-family: "Ubuntu-Light";
}

@media (min-width: 47.99em) {
  .event-date {
    position: static;
    background-color: rgba(59, 156, 216, 0.1);
    padding: 10px 20px;
    height: 80px;
    width: 80px;
    border-radius: 100px;
  }

  .event-date .date {
    font-size: 4rem;
  }

  .event-date .month {
    font-size: 1.8rem;
  }
}

@media (min-width: 90em) {
  .event-date {
    height: 100px;
    width: 100px;
    border-radius: 100px;
  }

  .event-date .date {
    font-size: 6rem;
  }

  .event-date .month {
    font-size: 2rem;
  }
}

.event-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}

.event-detail-copy {
  padding-left: 12px;
}

.news-card-title-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #ffffff;
  padding: 12px;
}

.news-card-title {
  margin: 0;
}

.news-card-content {
  padding: 24px;
}

.ff-card {
  position: relative;
  display: block;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 20px 20px -20px rgba(28, 186, 224, 0.2), 0 20px 20px -20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 20px 20px -20px rgba(28, 186, 224, 0.2), 0 20px 20px -20px rgba(0, 0, 0, 0.3);
}

@media (min-width: 67.5em) {
  .ff-card {
    padding: 24px 48px;
  }
}

.ff-sector {
  color: #3B9CD8;
  font-family: "Ubuntu-Medium";
}

.ff-logo-img {
  width: 100%;
  max-width: 100%;
}

.ff-summary {
  position: relative;
  margin: 12px 24px;
}

.ff-summary:before {
  content: '';
  position: absolute;
  left: -24px;
  width: 2px;
  height: 100%;
  background-color: #3B9CD8;
}

.event-category-card {
  border-radius: 10px;
  margin-bottom: 24px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 315px;
  flex: 1 1 315px;
  min-height: 315px;
  min-width: 300px;
  max-width: 378px;
  padding: 18px;
  text-decoration: none;
  color: #424770;
}

.event-category-card .event-category-cta-link {
  margin: auto;
  text-align: center;
  width: 100%;
  display: none;
}

@media (min-width: 47.99em) {
  .event-category-card .event-category-cta-link {
    display: inline-block;
  }
}

@media (min-width: 67.5em) {
  .event-category-card .event-category-cta-link {
    display: none;
  }
}

@media (min-width: 47.99em) {
  .event-category-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(50% - 24px / 2);
    flex: 0 1 calc(50% - 24px / 2);
    min-height: 415px;
    max-width: none;
    padding-top: 50px;
  }
}

@media all and (min-width: 47.99em) and (-ms-high-contrast: none), (min-width: 47.99em) and (-ms-high-contrast: active) {
  .event-category-card {
    max-width: calc(50% - 24px / 2);
  }
}

@media (min-width: 67.5em) {
  .event-category-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc((100% - 24px * 2) / 3);
    flex: 0 1 calc((100% - 24px * 2) / 3);
    min-height: 300px;
    padding-top: 14px;
  }
}

@media all and (min-width: 67.5em) and (-ms-high-contrast: none), (min-width: 67.5em) and (-ms-high-contrast: active) {
  .event-category-card {
    max-width: 33%;
  }
}

@media (min-width: 47.99em) {
  .event-category-card:nth-child(3) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}

.event-category-card .event-category-thumbnail {
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.event-category-card .event-category-thumbnail img {
  width: auto;
  height: 75%;
  max-width: 100%;
}

@media all and (min-width: 67.5em) and (-ms-high-contrast: none), (min-width: 67.5em) and (-ms-high-contrast: active) {
  .event-category-card .event-category-thumbnail img {
    width: inherit;
  }
}

@media (min-width: 67.5em) {
  .event-category-card .event-category-thumbnail {
    height: 148px;
  }
}

.event-category-card h3 {
  font-size: 3rem;
  line-height: 3.3rem;
  margin-bottom: 14px;
  margin-top: 0;
  text-align: center;
  color: #424770;
  font-family: "Ubuntu-Regular";
}

.event-category-card .event-category-description {
  text-align: center;
  font-size: 1.4rem;
  line-height: 2rem;
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 47.99em) {
  .event-category-card .event-category-description {
    font-size: 1.6rem;
    line-height: 2.5rem;
    margin-bottom: 26px;
  }
}

@media (min-width: 67.5em) {
  .event-category-card .event-category-description {
    margin-bottom: 0;
  }
}

.event-category-card .event-category-cta-wrapper {
  text-align: center;
  display: none;
}

@media (min-width: 47.99em) {
  .event-category-card .event-category-cta-wrapper {
    display: block;
  }
}

@media (min-width: 67.5em) {
  .event-category-card .event-category-cta-wrapper {
    display: none;
  }
}

.upcoming-event-card {
  border-radius: 10px;
  margin-bottom: 24px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 465px;
  min-width: 300px;
  max-width: 378px;
  padding-bottom: 58px;
  background: white;
  position: relative;
  border: 1px solid transparent;
}

@media (min-width: 47.99em) {
  .upcoming-event-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 48%;
    flex: 0 1 48%;
    min-height: auto;
    max-width: none;
    margin: 1%;
  }
}

@media (min-width: 67.5em) {
  .upcoming-event-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 31%;
    flex: 0 1 31%;
    min-height: auto;
    border: 1px solid #ced0da;
  }
}

.upcoming-event-card .upcoming-event-thumbnail {
  height: 200px;
  position: relative;
  background: black;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  margin-left: -1px;
  margin-right: -1px;
  margin-top: -1px;
}

@media (min-width: 67.5em) {
  .upcoming-event-card .upcoming-event-thumbnail {
    height: 235px;
  }
}

.upcoming-event-card .event-date {
  background: white;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 20px;
  top: 20px;
}

@media (min-width: 67.5em) {
  .upcoming-event-card .event-date {
    width: 68px;
    height: 68px;
    left: 8px;
    top: 8px;
  }
}

.upcoming-event-card .date {
  font-size: 2.4rem;
  line-height: 1.6rem;
  font-family: "Ubuntu-Bold";
}

@media (min-width: 67.5em) {
  .upcoming-event-card .date {
    font-size: 3rem;
    line-height: 2.2rem;
  }
}

.upcoming-event-card .month {
  font-size: 1.6rem;
  line-height: 1.6rem;
  text-transform: uppercase;
  font-family: "Ubuntu-Medium";
}

@media (min-width: 67.5em) {
  .upcoming-event-card .month {
    font-size: 1.8rem;
    line-height: 2.1rem;
  }
}

.upcoming-event-card h3 {
  width: 100%;
  position: absolute;
  bottom: 14px;
  left: 0;
  margin: 0;
  font-size: 1.6rem;
  line-height: 2rem;
  color: white;
  font-family: "Ubuntu-Medium";
  padding-left: 12px;
  padding-right: 12px;
}

@media (min-width: 67.5em) {
  .upcoming-event-card h3 {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
}

.upcoming-event-card .upcoming-event-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #3B9CD8;
  min-height: 55px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 34px;
  padding-right: 10px;
  margin-left: -1px;
  margin-right: -1px;
}

@media (min-width: 67.5em) {
  .upcoming-event-card .upcoming-event-address {
    background: #dedede;
    padding-left: 54px;
    padding-right: 20px;
  }
}

.upcoming-event-card .upcoming-event-address-text {
  color: white;
  margin: 0;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.6rem;
  text-transform: uppercase;
  font-family: "Ubuntu-Medium";
}

.upcoming-event-card .upcoming-event-address-text::after {
  position: absolute;
  left: -21px;
  top: 5px;
  width: 10px;
  content: "";
  height: 14px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: 10px 14px;
  background-size: 10px 14px;
  background-image: url("../../assets/img/svg-icons/location-icon-white.svg");
}

@media (min-width: 67.5em) {
  .upcoming-event-card .upcoming-event-address-text::after {
    width: 14px;
    height: 22px;
    left: -34px;
    top: -3px;
    -webkit-background-size: 14px 22px;
    background-size: 14px 22px;
    background-image: url("../../assets/img/svg-icons/location-icon.svg");
  }
}

@media (min-width: 67.5em) {
  .upcoming-event-card .upcoming-event-address-text {
    color: #3B9CD8;
  }
}

.upcoming-event-card .upcoming-event-description {
  padding-left: 34px;
  padding-right: 10px;
  padding-top: 26px;
  padding-bottom: 25px;
  position: relative;
}

@media (min-width: 67.5em) {
  .upcoming-event-card .upcoming-event-description {
    padding-left: 54px;
  }
}

.upcoming-event-card .upcoming-event-time {
  margin: 0;
  position: relative;
  font-size: 1.4rem;
  line-height: 2.3rem;
  font-family: "Ubuntu-Regular";
  margin-bottom: 5px;
  color: #424770;
}

@media (min-width: 67.5em) {
  .upcoming-event-card .upcoming-event-time {
    font-size: 1.6rem;
    line-height: 2.3rem;
  }
}

.upcoming-event-card .upcoming-event-time svg {
  position: absolute;
  left: -22px;
  top: 3px;
  width: 15px;
  height: 15px;
}

@media (min-width: 67.5em) {
  .upcoming-event-card .upcoming-event-time svg {
    left: -38px;
    width: 22px;
    height: 22px;
    top: 0;
  }
}

.upcoming-event-card .upcoming-event-text {
  font-size: 1.4rem;
  line-height: 2rem;
  margin: 0;
}

@media (min-width: 67.5em) {
  .upcoming-event-card .upcoming-event-text {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}

.upcoming-event-card .upcoming-event-cta-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 20px;
  text-align: center;
}

.upcoming-event-card .upcoming-event-cta-wrapper::after {
  height: 1px;
  width: 220px;
  content: "";
  position: absolute;
  background: #f8f8f8;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
}

.upcoming-event-card .upcoming-event-cta-link {
  font-size: 1.4rem;
  line-height: 1.6rem;
}

.news-list-card {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(50% - 12px / 2);
  flex: 0 1 calc(50% - 12px / 2);
  background: transparent;
  position: relative;
  height: 236px;
  margin-bottom: 12px;
  overflow: hidden;
}

@media (min-width: 47.99em) {
  .news-list-card {
    border-radius: 10px;
  }
}

@media (min-width: 67.5em) {
  .news-list-card:hover .thumbnail {
    height: 246px;
  }

  .news-list-card:hover .readmore-wrapper {
    bottom: 14px;
  }
}

.news-list-card .mobile-readmore-link {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
}

@media (min-width: 67.5em) {
  .news-list-card .mobile-readmore-link {
    display: none;
  }
}

.news-list-card .thumbnail {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-color: white;
  height: 108px;
  position: relative;
  margin-left: -1px;
  margin-right: -1px;
}

@media (min-width: 47.99em) {
  .news-list-card .thumbnail {
    height: 280px;
  }

  .news-list-card .thumbnail::after {
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    /* fallback/image non-cover color */
    background-color: transparent;
    background: -webkit-linear-gradient(270deg, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
    background: -o-linear-gradient(270deg, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  }
}

@media (min-width: 67.5em) {
  .news-list-card .thumbnail {
    -webkit-transition: all 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
    -o-transition: all 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: all 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
  }
}

.news-list-card .post-excerpt {
  display: none;
  font-size: 1.6rem;
  line-height: 2.4rem;
  padding-top: 14px;
  padding-left: 22px;
  padding-right: 22px;
  padding-bottom: 14px;
}

@media (min-width: 47.99em) {
  .news-list-card .post-excerpt {
    display: block;
  }
}

@media (min-width: 67.5em) {
  .news-list-card .post-excerpt {
    height: 118px;
    white-space: wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 15px;
  }
}

.news-list-card h2 {
  position: absolute;
  font-size: 1.4rem;
  line-height: 2rem;
  top: 116px;
  color: #424770;
  font-family: "Ubuntu-Regular";
  margin: 0;
}

@media (min-width: 47.99em) {
  .news-list-card h2 {
    bottom: 0;
    top: auto;
    left: 0;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 1.8rem;
    line-height: 2.4rem;
    color: white;
    padding-bottom: 16px;
    padding-top: 16px;
    z-index: 2;
    font-family: "Ubuntu-Regular";
  }
}

@media (min-width: 47.99em) {
  .news-list-card {
    height: 390px;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin-bottom: 24px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(50% - 24px / 2);
    flex: 0 1 calc(50% - 24px / 2);
    background-color: white;
    border: 1px solid #BBD4E3;
  }
}

@media all and (min-width: 47.99em) and (-ms-high-contrast: none), (min-width: 47.99em) and (-ms-high-contrast: active) {
  .news-list-card {
    max-width: calc(50% - 24px / 2);
  }
}

@media (min-width: 67.5em) {
  .news-list-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc((100% - 24px * 2) / 3);
    flex: 0 1 calc((100% - 24px * 2) / 3);
  }
}

@media all and (min-width: 67.5em) and (-ms-high-contrast: none), (min-width: 67.5em) and (-ms-high-contrast: active) {
  .news-list-card {
    max-width: calc((100% - 24px * 2) / 3);
  }
}

.news-list-card .readmore-wrapper {
  display: none;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  width: 100%;
  bottom: -100%;
  padding-top: 6px;
}

.news-list-card .readmore-wrapper::after {
  content: "";
  height: 1px;
  background: #BBD4E3;
  width: 206px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
}

.news-list-card .readmore-wrapper svg {
  margin-left: 5px;
}

.news-list-card .readmore-wrapper a {
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Ubuntu-Bold";
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #424770;
}

@media (min-width: 67.5em) {
  .news-list-card .readmore-wrapper {
    display: block;
  }
}

/*======  End of Cards  ========*/

/*================================
=            Search            =
================================*/

/* ==== Search ====== */

.form-search-input-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-search-input {
  display: block;
  border-radius: 50px;
  border: solid 1px #E2E9EC;
  height: 52px;
  font-family: "Ubuntu-Medium";
  margin: auto;
  width: 100%;
  color: #424770;
}

@media (min-width: 47.99em) {
  .form-search-input {
    border: none;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    padding: 0 48px;
    padding-right: 96px;
  }
}

.search-input-button {
  position: absolute;
  right: 4px;
  top: 4px;
  opacity: 0;
  display: none;
}

.search-input-button .btn-submit {
  height: 44px;
  font-size: 1.4rem;
}

@media (min-width: 47.99em) {
  .search-input-button {
    display: inline;
  }
}

.search-container {
  position: absolute;
  overflow: hidden;
  top: -1000px;
  width: 100%;
  padding-bottom: 4px;
  left: 0;
}

.search-container form {
  display: block;
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  -o-transition: opacity .3s, -o-transform .3s;
  transition: opacity .3s, transform .3s;
  opacity: 0;
  background-color: #EDF3F7;
  width: 100%;
  padding: 12px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

@media (min-width: 47.99em) {
  .search-container form {
    background-color: transparent;
    opacity: 0;
    width: 0;
    will-change: transform;
    -webkit-transition: opacity .1s ease-in, -webkit-transform .3s ease-in, width .3s ease-in;
    -o-transition: opacity .1s ease-in, -o-transform .3s ease-in, width .3s ease-in;
    transition: opacity .1s ease-in, transform .3s ease-in, width .3s ease-in;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.search-container.m-active {
  top: calc(100% + 1px);
}

@media (min-width: 47.99em) {
  .search-container.m-active {
    top: 0;
  }
}

.search-container.m-active form {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

@media (min-width: 47.99em) {
  .search-container.m-active form {
    width: 360px;
  }
}

@media (min-width: 47.99em) {
  .search-container.m-active .svg-icon.search-form-icon,
  .search-container.m-active .search-input-button {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@media (min-width: 47.99em) {
  .search-container {
    width: auto;
    right: 150px;
    top: -3px;
    left: auto;
  }
}

@media (min-width: 67.5em) {
  .search-container {
    top: 1px;
  }
}

.svg-icon.search-form-icon {
  position: absolute;
  left: 15px;
  top: 15px;
  display: none;
}

@media (min-width: 47.99em) {
  .svg-icon.search-form-icon {
    display: inline-block;
  }
}

/*=====  End of Search  ======*/

/*================================
=            CAROUSEL            =
================================*/

.ff-carousel .owl-stage,
.base-carousel .owl-stage {
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 24px;
}

.ff-carousel .owl-item,
.base-carousel .owl-item {
  padding: 10px;
}

.ff-carousel .owl-item .ff-logo-img,
.base-carousel .owl-item .ff-logo-img {
  width: auto;
  max-height: 100px;
}

.ff-carousel .owl-nav,
.ff-carousel .owl-dots,
.base-carousel .owl-nav,
.base-carousel .owl-dots {
  display: none;
}

.ff-carousel .owl-prev,
.ff-carousel .owl-next,
.base-carousel .owl-prev,
.base-carousel .owl-next {
  outline: none;
}

@media (min-width: 67.5em) {
  .ff-carousel .owl-stage,
  .base-carousel .owl-stage {
    right: 50px;
    padding: 24px 0;
  }

  .ff-carousel .owl-nav,
  .base-carousel .owl-nav {
    display: block;
    margin-left: 30px;
  }

  .ff-carousel .owl-nav .owl-next,
  .base-carousel .owl-nav .owl-next {
    margin-left: 12px;
  }
}

/*=====  End of CAROUSEL  ======*/

/*==========================================
=            DEFAULT COMPONENTS            =
==========================================*/

/*----------  Accessibility  ----------*/

.hidden {
  display: none;
}

.offscreen {
  clip: rect(1px 1px 1px 1px);
  /* IE 6/7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  /* added line */
  width: 1px;
}

@media (min-width: 47.99em) {
  .offscreen-no-mobile {
    clip: rect(1px 1px 1px 1px);
    /* IE 6/7 */
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    /* added line */
    width: 1px;
  }
}

/*----------  Skip  ----------*/

.skip {
  position: absolute;
  top: -1000px;
  left: -1000px;
  height: 1px;
  width: 1px;
  text-align: left;
  overflow: hidden;
}

.skip:active,
.skip:focus,
.skip:hover {
  left: 20px;
  top: 20px;
  padding: 10px;
  background-color: transparent;
  color: #000000;
  width: auto;
  height: auto;
  overflow: visible;
  z-index: 3;
}

/*----------  SVG icon sprite  ----------*/

.svg-sprite {
  clip: rect(1px 1px 1px 1px);
  /* IE 6/7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  /* added line */
  width: 1px;
}

.svg-icon {
  display: inline-block;
  /* Flow with text content */
  fill: currentColor;
  /* Inherit the parent text color */
  height: 1.2em;
  /* Use the parent font-size for width and height */
  width: 1.2em;
  /* Use the parent font-size for width and height */
  vertical-align: middle;
  /* Vertically align icon with adjacent text */
  position: relative;
  /* Align nicely with capital letters */
  top: -.0625em;
}

/*----------  Testing  ----------*/

test {
  font-family: "Ubuntu-Light";
}

/*=====  End of DEFAULT COMPONENTS  ======*/

.sg-typeography-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.sg-typeography-item {
  padding: 0 24px;
  margin: 0 24px 24px;
}

.sg-typeography-item {
  border-bottom: 1px solid #F0F2F7;
}

.sg-typeography-item.-p1 {
  font-size: 2rem;
  line-height: 30px;
}

.sg-typeography-item.-l1,
.sg-typeography-item.-l2 {
  text-transform: uppercase;
  font-family: "Ubuntu-Bold";
}

.sg-form {
  max-width: 400px;
  margin: 0 auto;
}

/*================================
=           Home Banner          =
================================*/

.home-banner-full-container {
  background-image: url("../../assets/img/circle-rings.svg");
  background-position: center 30%;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 150px;
  overflow-x: hidden;
}

@media (min-width: 67.5em) {
  .home-banner-full-container {
    background-position: bottom;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

.home-banner-wrapper {
  position: relative;
}

.home-banner-container {
  text-align: center;
  padding: 48px;
  margin: 24px;
  background-image: url("../../assets/img/banner-globe.svg");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  position: relative;
  z-index: 100;
}

@media (min-width: 47.99em) {
  .home-banner-container {
    width: auto;
    margin: auto;
  }
}

.home-banner-title {
  font-size: 4rem;
  line-height: 1.2;
}

.home-banner-title .home-banner-title-bold {
  font-family: "Ubuntu-Medium";
  display: block;
  max-width: 260px;
  margin: auto;
}

@media (min-width: 47.99em) {
  .home-banner-title .home-banner-title-bold {
    max-width: 100%;
  }
}

@media (min-width: 67.5em) {
  .home-banner-title .home-banner-title-bold {
    font-size: 9rem;
  }
}

@media (min-width: 67.5em) {
  .home-banner-title {
    line-height: 1;
    font-size: 8rem;
    margin: 0;
  }
}

.home-banner-intro-copy {
  display: none;
}

@media (min-width: 47.99em) {
  .home-banner-intro-copy {
    display: block;
    width: auto;
    max-width: 420px;
    margin: auto;
    padding: 24px 0;
    font-size: 2rem;
  }
}

.home-banner-info-container {
  margin-top: 96px;
  padding: 0 12px;
}

@media (min-width: 47.99em) {
  .home-banner-info-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.home-banner-info-item {
  text-align: center;
  max-width: 180px;
  margin: 0 auto 24px;
}

.home-banner-info-item svg.info-icon {
  font-size: 4rem;
}

@media (min-width: 47.99em) {
  .home-banner-info-item {
    padding: 0 12px;
  }

  .home-banner-info-item:first-child,
  .home-banner-info-item:last-child {
    -webkit-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    -o-transform: translateY(-80px);
    transform: translateY(-80px);
  }
}

@media (min-width: 90em) {
  .home-banner-info-item {
    max-width: 250px;
  }

  .home-banner-info-item:first-child,
  .home-banner-info-item:last-child {
    -webkit-transform: translateY(-120px);
    -ms-transform: translateY(-120px);
    -o-transform: translateY(-120px);
    transform: translateY(-120px);
  }
}

.info-item-title {
  font-size: 2.6rem;
  margin: 12px 0;
}

@media (min-width: 47.99em) {
  .info-item-title {
    font-size: 2rem;
  }
}

@media (min-width: 90em) {
  .info-item-title {
    font-size: 3rem;
  }
}

.info-item-text {
  margin: 0;
  font-size: 1.4rem;
}

.home-banner-shape-alpha,
.home-banner-shape-beta,
.home-banner-shape-delta {
  width: 70%;
  height: 100%;
  display: block;
  top: 0%;
  left: 15%;
  background-image: url("../../assets/img/blur1.png");
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  position: absolute;
  -webkit-animation: home-banner-shape-alpha 20s linear infinite;
  -o-animation: home-banner-shape-alpha 20s linear infinite;
  animation: home-banner-shape-alpha 20s linear infinite;
}

.home-banner-shapes {
  position: absolute;
  z-index: 99;
  height: 120%;
  width: 120%;
  left: -10%;
  top: -10%;
}

@media (min-width: 34em) {
  .home-banner-shapes {
    height: 150%;
    width: 70%;
    left: 15%;
    top: -25%;
  }
}

@media (min-width: 47.99em) {
  .home-banner-shapes {
    width: 70%;
    left: 15%;
  }
}

@media (min-width: 67.5em) {
  .home-banner-shapes {
    width: 60%;
    left: 20%;
  }
}

@media (min-width: 90em) {
  .home-banner-shapes {
    width: 50%;
    left: 25%;
  }
}

.home-banner-shape-beta {
  background-image: url("../../assets/img/blur2.png");
  -webkit-animation: home-banner-shape-beta 20s linear infinite;
  -o-animation: home-banner-shape-beta 20s linear infinite;
  animation: home-banner-shape-beta 20s linear infinite;
}

.home-banner-shape-delta {
  background-image: url("../../assets/img/blur3.png");
  -webkit-animation: home-banner-shape-alpha 20s linear infinite;
  -o-animation: home-banner-shape-alpha 20s linear infinite;
  animation: home-banner-shape-alpha 20s linear infinite;
}

@-webkit-keyframes home-banner-shape-alpha {
  0% {
    -webkit-transform: scaleX(1) rotate(0deg);
    transform: scaleX(1) rotate(0deg);
  }

  25% {
    -webkit-transform: scaleX(0.9) rotate(85deg);
    transform: scaleX(0.9) rotate(85deg);
  }

  50% {
    -webkit-transform: scaleX(1) rotate(165deg);
    transform: scaleX(1) rotate(165deg);
  }

  75% {
    -webkit-transform: scaleX(0.9) rotate(270deg);
    transform: scaleX(0.9) rotate(270deg);
  }

  100% {
    -webkit-transform: scaleX(1) rotate(359deg);
    transform: scaleX(1) rotate(359deg);
  }
}

@-o-keyframes home-banner-shape-alpha {
  0% {
    -o-transform: scaleX(1) rotate(0deg);
    transform: scaleX(1) rotate(0deg);
  }

  25% {
    -o-transform: scaleX(0.9) rotate(85deg);
    transform: scaleX(0.9) rotate(85deg);
  }

  50% {
    -o-transform: scaleX(1) rotate(165deg);
    transform: scaleX(1) rotate(165deg);
  }

  75% {
    -o-transform: scaleX(0.9) rotate(270deg);
    transform: scaleX(0.9) rotate(270deg);
  }

  100% {
    -o-transform: scaleX(1) rotate(359deg);
    transform: scaleX(1) rotate(359deg);
  }
}

@keyframes home-banner-shape-alpha {
  0% {
    -webkit-transform: scaleX(1) rotate(0deg);
    -o-transform: scaleX(1) rotate(0deg);
    transform: scaleX(1) rotate(0deg);
  }

  25% {
    -webkit-transform: scaleX(0.9) rotate(85deg);
    -o-transform: scaleX(0.9) rotate(85deg);
    transform: scaleX(0.9) rotate(85deg);
  }

  50% {
    -webkit-transform: scaleX(1) rotate(165deg);
    -o-transform: scaleX(1) rotate(165deg);
    transform: scaleX(1) rotate(165deg);
  }

  75% {
    -webkit-transform: scaleX(0.9) rotate(270deg);
    -o-transform: scaleX(0.9) rotate(270deg);
    transform: scaleX(0.9) rotate(270deg);
  }

  100% {
    -webkit-transform: scaleX(1) rotate(359deg);
    -o-transform: scaleX(1) rotate(359deg);
    transform: scaleX(1) rotate(359deg);
  }
}

@-webkit-keyframes home-banner-shape-beta {
  0% {
    -webkit-transform: scaleX(1) rotate(0deg);
    transform: scaleX(1) rotate(0deg);
  }

  25% {
    -webkit-transform: scaleX(0.9) rotate(-85deg);
    transform: scaleX(0.9) rotate(-85deg);
  }

  50% {
    -webkit-transform: scaleX(1) rotate(-165deg);
    transform: scaleX(1) rotate(-165deg);
  }

  75% {
    -webkit-transform: scaleX(0.9) rotate(-270deg);
    transform: scaleX(0.9) rotate(-270deg);
  }

  100% {
    -webkit-transform: scaleX(1) rotate(-359deg);
    transform: scaleX(1) rotate(-359deg);
  }
}

@-o-keyframes home-banner-shape-beta {
  0% {
    -o-transform: scaleX(1) rotate(0deg);
    transform: scaleX(1) rotate(0deg);
  }

  25% {
    -o-transform: scaleX(0.9) rotate(-85deg);
    transform: scaleX(0.9) rotate(-85deg);
  }

  50% {
    -o-transform: scaleX(1) rotate(-165deg);
    transform: scaleX(1) rotate(-165deg);
  }

  75% {
    -o-transform: scaleX(0.9) rotate(-270deg);
    transform: scaleX(0.9) rotate(-270deg);
  }

  100% {
    -o-transform: scaleX(1) rotate(-359deg);
    transform: scaleX(1) rotate(-359deg);
  }
}

@keyframes home-banner-shape-beta {
  0% {
    -webkit-transform: scaleX(1) rotate(0deg);
    -o-transform: scaleX(1) rotate(0deg);
    transform: scaleX(1) rotate(0deg);
  }

  25% {
    -webkit-transform: scaleX(0.9) rotate(-85deg);
    -o-transform: scaleX(0.9) rotate(-85deg);
    transform: scaleX(0.9) rotate(-85deg);
  }

  50% {
    -webkit-transform: scaleX(1) rotate(-165deg);
    -o-transform: scaleX(1) rotate(-165deg);
    transform: scaleX(1) rotate(-165deg);
  }

  75% {
    -webkit-transform: scaleX(0.9) rotate(-270deg);
    -o-transform: scaleX(0.9) rotate(-270deg);
    transform: scaleX(0.9) rotate(-270deg);
  }

  100% {
    -webkit-transform: scaleX(1) rotate(-359deg);
    -o-transform: scaleX(1) rotate(-359deg);
    transform: scaleX(1) rotate(-359deg);
  }
}

/*=====  End of Home Banner  ======*/

.last-modular-section .modular-section {
  padding-bottom: 150px;
}

.section-cta-link {
  color: #2D314F;
  text-decoration: none;
  font-family: "Ubuntu-Medium";
  font-size: 1.2rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  vertical-align: middle;
  display: inline-block;
}

.section-cta-link svg {
  margin-left: 7px;
}

@media (min-width: 47.99em) {
  .section-cta-link {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
}

.section-page-banner-full-container,
.community-page-banner-full-container,
.events-page-banner-full-container {
  height: auto;
  background-color: #EDF3F7;
  background-image: url("../../assets/img/header-mobile.svg");
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-top: 98px;
  padding-bottom: 50px;
}

@media (min-width: 47.99em) {
  .section-page-banner-full-container,
  .community-page-banner-full-container,
  .events-page-banner-full-container {
    background-image: url("../../assets/img/header.svg");
    padding-top: 180px;
  }
}

@media (min-width: 67.5em) {
  .section-page-banner-full-container,
  .community-page-banner-full-container,
  .events-page-banner-full-container {
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 186px;
    padding-bottom: 75px;
  }
}

.section-page-banner-full-container .section-title,
.community-page-banner-full-container .section-title,
.events-page-banner-full-container .section-title {
  color: #9958C1;
  font-size: 3rem;
  font-family: "Ubuntu-Light";
  text-align: center;
  line-height: 3.4rem;
  margin-top: 0;
  margin-bottom: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
}

@media (min-width: 47.99em) {
  .section-page-banner-full-container .section-title,
  .community-page-banner-full-container .section-title,
  .events-page-banner-full-container .section-title {
    font-size: 4rem;
    line-height: 4.6rem;
    text-align: left;
  }
}

@media (min-width: 67.5em) {
  .section-page-banner-full-container .section-title,
  .community-page-banner-full-container .section-title,
  .events-page-banner-full-container .section-title {
    font-size: 5rem;
    line-height: 5.7rem;
    text-align: center;
  }
}

.section-page-banner-full-container .section-pagebanner-text,
.community-page-banner-full-container .section-pagebanner-text,
.events-page-banner-full-container .section-pagebanner-text {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #424770;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
}

@media (min-width: 47.99em) {
  .section-page-banner-full-container .section-pagebanner-text,
  .community-page-banner-full-container .section-pagebanner-text,
  .events-page-banner-full-container .section-pagebanner-text {
    line-height: 3rem;
    text-align: left;
  }
}

@media (min-width: 67.5em) {
  .section-page-banner-full-container .section-pagebanner-text,
  .community-page-banner-full-container .section-pagebanner-text,
  .events-page-banner-full-container .section-pagebanner-text {
    font-size: 2rem;
    line-height: 3.5rem;
    text-align: center;
  }
}

.section-page-banner-full-container .section-pagebanner-text br,
.community-page-banner-full-container .section-pagebanner-text br,
.events-page-banner-full-container .section-pagebanner-text br {
  display: none;
}

@media (min-width: 47.99em) {
  .section-page-banner-full-container .section-pagebanner-text br,
  .community-page-banner-full-container .section-pagebanner-text br,
  .events-page-banner-full-container .section-pagebanner-text br {
    display: block;
  }
}

.section-page-banner-full-container .l-centered-content-container,
.community-page-banner-full-container .l-centered-content-container,
.events-page-banner-full-container .l-centered-content-container,
.section-page-banner-full-container .section-page-banner-container,
.community-page-banner-full-container .section-page-banner-container,
.events-page-banner-full-container .section-page-banner-container {
  height: 100%;
}

.section-page-banner-full-container .section-page-banner-container,
.community-page-banner-full-container .section-page-banner-container,
.events-page-banner-full-container .section-page-banner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-image-content-full-container {
  background-color: #EDF3F7;
  padding-bottom: 45px;
  padding-top: 40px;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  background-position: right bottom;
  margin-top: -2px;
  position: relative;
  z-index: 1;
}

@media (min-width: 47.99em) {
  .section-image-content-full-container {
    padding-top: 65px;
    padding-bottom: 110px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center bottom;
  }
}

@media (min-width: 67.5em) {
  .section-image-content-full-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.section-image-content-full-container.-has-bgimage.-content-left:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(rgba(255, 255, 255, 0.8)), color-stop(rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0.2)));
  background-image: -webkit-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.2));
  background-image: -o-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.2));
  background-image: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.2));
  z-index: -1;
}

.section-image-content-full-container .section-image-content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media (min-width: 47.99em) {
  .section-image-content-full-container .section-image-content-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.section-image-content-full-container .section-image-content-text-column {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 40px;
  z-index: 1;
}

@media (min-width: 47.99em) {
  .section-image-content-full-container .section-image-content-text-column {
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 52.9%;
    flex: 0 1 52.9%;
    padding-right: 12px;
  }
}

@media (min-width: 67.5em) {
  .section-image-content-full-container .section-image-content-text-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    padding-left: 24px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section-image-content-full-container .section-image-content-text-column {
    max-width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.section-image-content-full-container .section-image-content-image-column {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 47.99em) {
  .section-image-content-full-container .section-image-content-image-column {
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 47.1%;
    flex: 0 1 47.1%;
    padding-left: 12px;
  }
}

@media (min-width: 67.5em) {
  .section-image-content-full-container .section-image-content-image-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section-image-content-full-container .section-image-content-image-column {
    max-width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.section-image-content-full-container .image-column-picture {
  max-width: 100%;
  height: auto;
  display: block;
  min-height: 1px;
}

.section-image-content-full-container .section-image-content-title {
  color: #3B9CD8;
  margin-top: 0;
  font-size: 2rem;
  text-align: center;
  line-height: 2.6rem;
  font-family: "Ubuntu-Regular";
  margin-bottom: 1em;
}

@media (min-width: 47.99em) {
  .section-image-content-full-container .section-image-content-title {
    text-align: left;
    font-size: 2.4rem;
    line-height: 3.2rem;
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 67.5em) {
  .section-image-content-full-container .section-image-content-title {
    font-size: 3rem;
    line-height: 3.7rem;
    margin-bottom: 3rem;
  }
}

.section-image-content-full-container .intro-title {
  margin-top: 0;
  color: #424770;
  margin-bottom: .5em;
  text-transform: uppercase;
  font-family: "Ubuntu-Bold";
  font-size: 1.4rem;
  line-height: 1.6rem;
  text-align: center;
}

@media (min-width: 47.99em) {
  .section-image-content-full-container .intro-title {
    text-align: left;
  }
}

@media (min-width: 67.5em) {
  .section-image-content-full-container .intro-title {
    font-size: 2rem;
    line-height: 2.3rem;
  }
}

.section-image-content-full-container .section-image-content-subtitle {
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-family: "Ubuntu-Light";
  color: #2D314F;
  text-align: center;
  margin-top: 0;
  margin-bottom: 1em;
}

@media (min-width: 47.99em) {
  .section-image-content-full-container .section-image-content-subtitle {
    text-align: left;
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}

@media (min-width: 67.5em) {
  .section-image-content-full-container .section-image-content-subtitle {
    font-size: 2.6rem;
    line-height: 3rem;
  }
}

.section-image-content-full-container .section-image-content-text {
  text-align: center;
}

@media (min-width: 47.99em) {
  .section-image-content-full-container .section-image-content-text {
    text-align: left;
  }
}

.section-image-content-full-container .section-image-content-text p {
  margin-top: 0;
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin-bottom: 1em;
  color: #424770;
}

@media (min-width: 67.5em) {
  .section-image-content-full-container .section-image-content-text p {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}

.section-image-content-full-container .section-image-content-text a {
  color: inherit;
}

.section-image-content-full-container.-content-right .section-image-content-text-column {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-bottom: 0;
}

@media (min-width: 47.99em) {
  .section-image-content-full-container.-content-right .section-image-content-text-column {
    padding-right: 0;
    padding-left: 12px;
  }
}

@media (min-width: 67.5em) {
  .section-image-content-full-container.-content-right .section-image-content-text-column {
    padding-left: 60px;
    padding-right: 24px;
  }
}

.section-image-content-full-container.-content-right .section-image-content-image-column {
  margin-bottom: 75px;
}

@media (min-width: 47.99em) {
  .section-image-content-full-container.-content-right .section-image-content-image-column {
    padding-left: 0;
    padding-right: 12px;
  }
}

@media (min-width: 67.5em) {
  .section-image-content-full-container.-content-right .section-image-content-image-column {
    padding-right: 24px;
  }
}

.section-image-content-full-container.-inverse .section-image-content-text,
.section-image-content-full-container.-inverse .section-image-content-text p {
  color: white;
}

.section-image-content-full-container.-inverse .section-image-content-title {
  color: white;
}

.section-image-content-full-container.-inverse .section-image-content-subtitle {
  color: white;
}

.section-image-content-full-container.-inverse .section-cta-link {
  color: white;
}

.section-image-content-full-container.-inverse .intro-title {
  color: white;
}

.section-image-content-full-container.-has-bgimage,
.section-image-content-full-container.-has-bggradient {
  padding-top: 80px;
  padding-bottom: 95px;
}

@media (min-width: 47.99em) {
  .section-image-content-full-container.-has-bgimage,
  .section-image-content-full-container.-has-bggradient {
    padding-top: 90px;
    padding-bottom: 110px;
  }
}

@media (min-width: 67.5em) {
  .section-image-content-full-container.-has-bgimage,
  .section-image-content-full-container.-has-bggradient {
    padding-top: 178px;
    padding-bottom: 200px;
  }
}

@media (min-width: 67.5em) {
  .section-image-content-full-container.-has-bgimage .section-image-content-text-column,
  .section-image-content-full-container.-has-bggradient .section-image-content-text-column {
    padding-right: 60px;
  }
}

.section-image-content-full-container.-has-bgimage.-content-right .section-image-content-container {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (min-width: 67.5em) {
  .section-image-content-full-container.-has-bgimage.-content-right .section-image-content-text-column {
    padding-right: 24px;
  }
}

.section-video-content-full-container {
  padding-top: 60px;
  padding-bottom: 50px;
  background-image: url("../../assets/img/circle-rings.svg");
  background-position: center -200px;
  -webkit-background-size: 150% auto;
  background-size: 150% auto;
  background-repeat: no-repeat;
}

@media (min-width: 47.99em) {
  .section-video-content-full-container {
    background-position: center -400px;
    -webkit-background-size: 200% auto;
    background-size: 200% auto;
    padding-bottom: 80px;
  }
}

@media (min-width: 67.5em) {
  .section-video-content-full-container {
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

.section-video-content-full-container .section-video-content-title {
  color: #3B9CD8;
  text-align: center;
  font-size: 2rem;
  line-height: 2.6rem;
  font-family: "Ubuntu-Regular";
  margin-bottom: 3rem;
  margin-top: 0;
}

@media (min-width: 47.99em) {
  .section-video-content-full-container .section-video-content-title {
    font-size: 2.4rem;
    line-height: 3rem;
    margin-bottom: 3.5rem;
    text-align: left;
  }
}

@media (min-width: 67.5em) {
  .section-video-content-full-container .section-video-content-title {
    font-size: 3rem;
    text-align: center;
  }
}

.section-video-content-full-container .section-video-content-text {
  text-align: center;
  color: #424770;
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin-bottom: 50px;
}

@media (min-width: 47.99em) {
  .section-video-content-full-container .section-video-content-text {
    text-align: left;
    font-size: 1.8rem;
    line-height: 3rem;
    margin-bottom: 60px;
  }
}

@media (min-width: 67.5em) {
  .section-video-content-full-container .section-video-content-text {
    text-align: center;
  }
}

.section-video-content-full-container .section-video-content-text br {
  display: none;
}

@media (min-width: 47.99em) {
  .section-video-content-full-container .section-video-content-text br {
    display: block;
  }
}

.section-video-content-full-container .section-video-content-text p {
  margin-top: 0;
}

.section-video-content-full-container .section-video-content-secondary-title {
  color: #9958C1;
  font-size: 3rem;
  line-height: 3.4rem;
  text-align: center;
  font-family: "Ubuntu-Light";
  margin-top: 0;
  margin-bottom: 22px;
}

@media (min-width: 47.99em) {
  .section-video-content-full-container .section-video-content-secondary-title {
    font-size: 4rem;
    line-height: 4.6rem;
    margin-bottom: 3.5rem;
  }
}

@media (min-width: 67.5em) {
  .section-video-content-full-container .section-video-content-secondary-title {
    font-size: 5rem;
    line-height: 5.7rem;
    margin-bottom: 5rem;
  }
}

.section-video-content-full-container .section-video-proportional-wrapper {
  max-width: 100%;
  padding-top: 56.25%;
  position: relative;
  margin: 0 auto;
  -webkit-box-shadow: 0 40px 40px -30px rgba(28, 186, 224, 0.2), 0 40px 40px -30px rgba(0, 0, 0, 0.3);
  box-shadow: 0 40px 40px -30px rgba(28, 186, 224, 0.2), 0 40px 40px -30px rgba(0, 0, 0, 0.3);
}

@media (min-width: 67.5em) {
  .section-video-content-full-container .section-video-proportional-wrapper {
    width: 830px;
    height: 468px;
    padding-top: 0;
  }
}

.section-video-content-full-container .section-video-content-embed-wrapper {
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: black;
  -webkit-background-size: cover;
  background-size: cover;
}

.section-video-content-full-container .video-content-video-trigger {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5) url(../../assets/img/svg-icons/play-icon.svg);
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  cursor: pointer;
  border: 3px solid white;
  border-radius: 50%;
}

.section-video-content-full-container .video-content-thumbnail {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: top center;
  object-position: top center;
}

.section-video-content-full-container .video-content-embed-code {
  display: none;
}

@media (min-width: 67.5em) {
  .section-fullwidth-full-container {
    padding-bottom: 0;
  }
}

@media (min-width: 90em) {
  .section-fullwidth-full-container {
    padding-top: 0;
  }
}

.section-fullwidth-full-container .section-fullwidth-container {
  background: white;
  padding-top: 20px;
}

@media (min-width: 47.99em) {
  .section-fullwidth-full-container .section-fullwidth-container {
    padding-top: 50px;
  }
}

@media (min-width: 67.5em) {
  .section-fullwidth-full-container .section-fullwidth-container {
    padding-top: 60px;
  }
}

.section-fullwidth-full-container .section-title {
  text-align: center;
  color: #3B9CD8;
  margin-bottom: 1.8rem;
  font-size: 3rem;
  line-height: 3.4rem;
  margin-top: 0;
}

@media (min-width: 67.5em) {
  .section-fullwidth-full-container .section-title {
    font-size: 4rem;
    line-height: 4.6rem;
  }
}

.section-fullwidth-full-container .section-fullwidth-text {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #424770;
}

.section-fullwidth-full-container .section-fullwidth-text p {
  margin-top: 0;
}

.section-fullwidth-full-container .section-fullwidth-text p:last-child {
  margin-bottom: 0;
}

.section-fullwidth-full-container .section-fullwidth-text a {
  color: inherit;
}

@media (min-width: 47.99em) {
  .section-fullwidth-full-container .section-fullwidth-text {
    line-height: 3rem;
  }
}

@media (min-width: 67.5em) {
  .section-fullwidth-full-container .section-fullwidth-text {
    font-size: 2rem;
    line-height: 3.2rem;
  }
}

.section-fullwidth-full-container .section-fullwidth-cta-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 20px;
}

.section-fullwidth-full-container .section-fullwidth-cta-link {
  min-width: 145px;
  padding: 12px 40px;
}

.section-horizontal-bulletpoints-full-container .horizontal-bulletpoints-middle-part {
  background: white;
  padding-top: 80px;
}

.section-horizontal-bulletpoints-full-container .section-horizontal-bulletpoints-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 47.99em) {
  .section-horizontal-bulletpoints-full-container .section-horizontal-bulletpoints-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (min-width: 67.5em) {
  .section-horizontal-bulletpoints-full-container .section-horizontal-bulletpoints-container {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.section-horizontal-bulletpoints-full-container .section-horizontal-bulletpoints-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}

@media (min-width: 47.99em) {
  .section-horizontal-bulletpoints-full-container .section-horizontal-bulletpoints-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-bottom: 70px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .section-horizontal-bulletpoints-full-container .section-horizontal-bulletpoints-item:nth-child(2) {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  .section-horizontal-bulletpoints-full-container .section-horizontal-bulletpoints-item:nth-child(4) {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

@media all and (min-width: 47.99em) and (-ms-high-contrast: none), (min-width: 47.99em) and (-ms-high-contrast: active) {
  .section-horizontal-bulletpoints-full-container .section-horizontal-bulletpoints-item {
    max-width: 50%;
  }
}

@media (min-width: 67.5em) {
  .section-horizontal-bulletpoints-full-container .section-horizontal-bulletpoints-item {
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
  }

  .section-horizontal-bulletpoints-full-container .section-horizontal-bulletpoints-item:nth-child(3) {
    -webkit-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    -o-transform: translateY(-60px);
    transform: translateY(-60px);
  }

  .section-horizontal-bulletpoints-full-container .section-horizontal-bulletpoints-item:nth-child(4) {
    -webkit-transform: translateY(-90px);
    -ms-transform: translateY(-90px);
    -o-transform: translateY(-90px);
    transform: translateY(-90px);
  }
}

@media all and (min-width: 67.5em) and (-ms-high-contrast: none), (min-width: 67.5em) and (-ms-high-contrast: active) {
  .section-horizontal-bulletpoints-full-container .section-horizontal-bulletpoints-item {
    max-width: 25%;
  }
}

.section-horizontal-bulletpoints-full-container .info-item-title {
  font-size: 2.6rem;
  line-height: 3rem;
  color: #424770;
  margin-top: 1.8rem;
  margin-bottom: 4px;
}

@media (min-width: 47.99em) {
  .section-horizontal-bulletpoints-full-container .info-item-title {
    font-size: 3rem;
    line-height: 3.4rem;
  }
}

.section-horizontal-bulletpoints-full-container .info-item-text {
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #424770;
}

@media (min-width: 47.99em) {
  .section-horizontal-bulletpoints-full-container .info-item-text {
    font-size: 1.8rem;
    line-height: 2.1rem;
  }
}

.section-horizontal-bulletpoints-full-container .svg-icon {
  width: 46px;
  height: 46px;
}

.section-bulletpoint-block-full-container {
  background-color: #EDF3F7;
  padding-top: 45px;
  padding-bottom: 45px;
}

@media (min-width: 47.99em) {
  .section-bulletpoint-block-full-container .section-cta-link {
    margin-left: 46px;
  }
}

.section-bulletpoint-block-full-container.-img-alignment-left .section-bulletpoint-block-second-column {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.section-bulletpoint-block-full-container.-img-alignment-left .section-bulletpoint-block-first-column {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.section-bulletpoint-block-full-container.-has-image-column .section-bulletpoint-block-first-column {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media (min-width: 47.99em) {
  .section-bulletpoint-block-full-container.-has-image-column .section-bulletpoint-block-first-column {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }
}

@media (min-width: 67.5em) {
  .section-bulletpoint-block-full-container.-has-image-column .section-bulletpoint-block-first-column {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

.section-bulletpoint-block-full-container.-has-image-column .section-bulletpoint-block-second-column {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 70px;
  padding-left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 47.99em) {
  .section-bulletpoint-block-full-container.-has-image-column .section-bulletpoint-block-second-column {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 0;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
}

@media (min-width: 67.5em) {
  .section-bulletpoint-block-full-container.-has-image-column .section-bulletpoint-block-second-column {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section-bulletpoint-block-full-container.-has-image-column .section-bulletpoint-block-second-column {
    max-width: 50%;
  }

  .section-bulletpoint-block-full-container.-has-image-column .section-bulletpoint-block-second-column img {
    min-height: 1px;
  }
}

@media (min-width: 47.99em) {
  .section-bulletpoint-block-full-container.-has-image-column.-img-alignment-left .section-bulletpoint-block-first-column {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media (min-width: 47.99em) {
  .section-bulletpoint-block-full-container.-has-image-column.-img-alignment-left .section-bulletpoint-block-second-column {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (min-width: 47.99em) {
  .section-bulletpoint-block-full-container.-has-image-column .section-bulletpoint-block-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }
}

.section-bulletpoint-block-full-container.-has-image-column .bulletpoint-block-item:last-of-type::after {
  height: 12px;
}

.section-bulletpoint-block-full-container .section-title {
  text-align: center;
  color: #3B9CD8;
  font-size: 3rem;
  line-height: 3.3rem;
  margin-top: 0;
  margin-bottom: 1.8rem;
}

@media (min-width: 47.99em) {
  .section-bulletpoint-block-full-container .section-title {
    line-height: 3.4rem;
  }
}

.section-bulletpoint-block-full-container .section-bulletpoint-block-text {
  text-align: center;
  color: #2D314F;
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin-top: 0;
  margin-bottom: 3rem;
}

@media (min-width: 47.99em) {
  .section-bulletpoint-block-full-container .section-bulletpoint-block-text {
    font-size: 2.4rem;
    margin-bottom: 6rem;
  }
}

.section-bulletpoint-block-full-container .section-bulletpoint-block-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media (min-width: 67.5em) {
  .section-bulletpoint-block-full-container .section-bulletpoint-block-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (min-width: 67.5em) {
  .section-bulletpoint-block-full-container .bulletpoint-block-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}

.section-bulletpoint-block-full-container .bulletpoint-block-column img {
  max-width: 100%;
  height: auto;
}

.section-bulletpoint-block-full-container .bulletpoint-block-item {
  position: relative;
  padding-left: 46px;
  padding-bottom: 38px;
  padding-right: 12px;
}

.section-bulletpoint-block-full-container .bulletpoint-block-item::after {
  content: "";
  width: 1px;
  height: 120%;
  background: #E0367F;
  position: absolute;
  left: 18px;
  top: 0;
}

@media (min-width: 67.5em) {
  .section-bulletpoint-block-full-container .bulletpoint-block-item {
    padding-left: 58px;
    padding-bottom: 20px;
  }
}

.section-bulletpoint-block-full-container .section-bulletpoint-block-first-column .bulletpoint-block-item:first-of-type::after {
  top: 8px;
}

@media (min-width: 67.5em) {
  .section-bulletpoint-block-full-container .section-bulletpoint-block-first-column .bulletpoint-block-item:last-of-type::after {
    height: 12px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section-bulletpoint-block-full-container .section-bulletpoint-block-first-column {
    max-width: 50%;
  }
}

@media (min-width: 67.5em) {
  .section-bulletpoint-block-full-container .section-bulletpoint-block-second-column .bulletpoint-block-item:first-of-type::after {
    top: 8px;
  }
}

.section-bulletpoint-block-full-container .section-bulletpoint-block-second-column .bulletpoint-block-item:last-of-type::after {
  height: 12px;
}

.section-bulletpoint-block-full-container .bulletpoint-block-item-icon {
  position: absolute;
  left: 2px;
  top: -5px;
  z-index: 5;
}

@media (min-width: 67.5em) {
  .section-bulletpoint-block-full-container .bulletpoint-block-item-icon {
    left: -4px;
    top: -10px;
  }
}

.section-bulletpoint-block-full-container .bulletpoint-block-icon {
  width: 34px;
  height: 34px;
}

@media (min-width: 67.5em) {
  .section-bulletpoint-block-full-container .bulletpoint-block-icon {
    width: 46px;
    height: 46px;
  }
}

.section-bulletpoint-block-full-container .bulletpoint-block-item-title {
  color: #2D314F;
  font-family: "Ubuntu-Medium";
  margin-top: 0;
  line-height: 2.1rem;
  font-size: 1.8rem;
}

@media (min-width: 67.5em) {
  .section-bulletpoint-block-full-container .bulletpoint-block-item-title {
    font-size: 2rem;
    line-height: 2.3rem;
  }
}

.section-bulletpoint-block-full-container .bulletpoint-block-item-content {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 2.3rem;
}

@media (min-width: 67.5em) {
  .section-bulletpoint-block-full-container .bulletpoint-block-item-content {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}

.section-bulletpoint-block-full-container .column-intro-title {
  color: #2D314F;
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-family: "Ubuntu-Bold";
  margin-bottom: 10px;
  margin-top: 0;
}

@media (min-width: 67.5em) {
  .section-bulletpoint-block-full-container .column-intro-title {
    font-size: 2rem;
    line-height: 2.3rem;
  }
}

.section-bulletpoint-block-full-container .column-title {
  margin-top: 0;
  color: #3B9CD8;
  font-size: 3rem;
  line-height: 3.3rem;
  font-family: "Ubuntu-Light";
  margin-bottom: 2.4rem;
}

@media (min-width: 67.5em) {
  .section-bulletpoint-block-full-container .column-title {
    font-size: 4rem;
    line-height: 4.6rem;
    margin-bottom: 4rem;
  }
}

.section-icon-cards-container {
  padding-top: 24px;
}

.section-icon-cards-full-container {
  background-color: #F0F2F7;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  padding: 24px 0;
}

.section-icon-cards-full-container.section-icon-cards-background {
  background-image: url("../../assets/img/blue-bottom-mobile.svg");
  padding-top: 30vw;
}

@media (min-width: 47.99em) {
  .section-icon-cards-full-container.section-icon-cards-background {
    background-image: url("../../assets/img/blue-bottom.svg");
    padding-top: 24vw;
    padding-bottom: 48px;
  }
}

.section-icon-cards-full-container .section-title {
  color: #9958C1;
  font-size: 2rem;
  line-height: 2.4rem;
  text-align: center;
  font-family: "Ubuntu-Light";
  margin-top: 0;
  margin-bottom: 2.8rem;
}

@media (min-width: 47.99em) {
  .section-icon-cards-full-container .section-title {
    font-size: 2.7rem;
    line-height: 3.3rem;
    margin-bottom: 3rem;
  }
}

@media (min-width: 67.5em) {
  .section-icon-cards-full-container .section-title {
    font-size: 3.7rem;
    line-height: 4.4rem;
    margin-bottom: 4.4rem;
  }
}

.section-icon-cards-full-container .section-icon-cards-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-icon-cards-full-container .icon-line-break {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  display: none;
}

@media (min-width: 47.99em) {
  .section-icon-cards-full-container .icon-line-break {
    display: block;
  }
}

.section-icon-cards-full-container .icon-card-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  padding: 3px;
  margin-bottom: 15px;
}

@media (min-width: 47.99em) {
  .section-icon-cards-full-container .icon-card-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.33%;
    flex: 0 1 33.33%;
    padding: 6px;
  }
}

@media (min-width: 67.5em) {
  .section-icon-cards-full-container .icon-card-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: 8px;
    padding: 16px;
    min-width: 25%;
    max-width: 33.33%;
  }
}

.section-icon-cards-full-container .icon-card-wrapper img {
  max-width: 100%;
  height: auto;
  min-height: 1px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section-icon-cards-full-container .icon-card-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}

.section-icon-cards-full-container .icon-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: auto;
  height: auto;
  border-radius: 10px;
  min-height: 176px;
}

.section-icon-cards-full-container .icon-card-title {
  color: #2D314F;
  font-size: 2rem;
  line-height: 2.6rem;
  text-align: center;
  font-family: "Ubuntu-Regular";
  margin-top: 18px;
  margin-bottom: 0;
}

.section-icon-cards-full-container .icon-card-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.section-casestudies-full-container {
  background-color: #EDF3F7;
  padding-top: 35px;
  padding-bottom: 30px;
}

@media (min-width: 47.99em) {
  .section-casestudies-full-container {
    padding-top: 0;
  }
}

@media (min-width: 67.5em) {
  .section-casestudies-full-container {
    padding-bottom: 60px;
  }
}

.section-casestudies-full-container .section-title {
  color: #9958C1;
  font-size: 3rem;
  line-height: 3.4rem;
  margin-bottom: 2rem;
  margin-top: 0;
  text-align: center;
  font-family: "Ubuntu-Light";
}

@media (min-width: 47.99em) {
  .section-casestudies-full-container .section-title {
    font-size: 4rem;
    line-height: 4.6rem;
    margin-bottom: 3rem;
  }
}

@media (min-width: 67.5em) {
  .section-casestudies-full-container .section-title {
    font-size: 5rem;
    line-height: 5.7rem;
    margin-bottom: 4.5rem;
  }
}

.section-casestudies-full-container .section-casestudies-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media (min-width: 47.99em) {
  .section-casestudies-full-container .section-casestudies-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.section-casestudies-full-container .section-casestudies-item-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-bottom: 10px;
}

@media (min-width: 47.99em) {
  .section-casestudies-full-container .section-casestudies-item-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    margin-bottom: 0;
  }

  .section-casestudies-full-container .section-casestudies-item-wrapper:first-child {
    padding-right: 12px;
  }

  .section-casestudies-full-container .section-casestudies-item-wrapper:last-child {
    padding-left: 12px;
  }
}

@media all and (min-width: 47.99em) and (-ms-high-contrast: none), (min-width: 47.99em) and (-ms-high-contrast: active) {
  .section-casestudies-full-container .section-casestudies-item-wrapper {
    max-width: 50%;
  }
}

.section-casestudies-full-container .section-casestudies-item-wrapper:last-child {
  margin-bottom: 0;
}

.section-casestudies-full-container .case-study-video-proportional-wrapper {
  max-width: 100%;
  padding-top: 56.25%;
  position: relative;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-shadow: 0 40px 40px -30px rgba(28, 186, 224, 0.2), 0 40px 40px -30px rgba(0, 0, 0, 0.3);
  box-shadow: 0 40px 40px -30px rgba(28, 186, 224, 0.2), 0 40px 40px -30px rgba(0, 0, 0, 0.3);
}

.section-casestudies-full-container .case-study-video-content-embed-wrapper {
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: #000000;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.section-casestudies-full-container .case-study-thumbnail {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center center;
  object-position: center center;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section-casestudies-full-container .case-study-thumbnail {
    height: auto;
    min-height: 1px;
  }
}

.section-casestudies-full-container .case-study-video-trigger {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5) url(../../assets/img/svg-icons/play-icon.svg);
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  cursor: pointer;
  border: 3px solid white;
  border-radius: 50%;
}

.section-casestudies-full-container .video-content-embed-code {
  display: none;
}

.section-casestudies-full-container .case-study-title {
  font-size: 1.6rem;
  line-height: 1.8rem;
  text-align: center;
  color: #424770;
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
  font-family: "Ubuntu-Regular";
}

@media (min-width: 47.99em) {
  .section-casestudies-full-container .case-study-title {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 67.5em) {
  .section-casestudies-full-container .case-study-title {
    font-size: 1.8rem;
    line-height: 2.1rem;
  }
}

.section-casestudies-full-container .section-casestudies-cta-wrapper {
  text-align: center;
}

.section-casestudies-full-container .text-case-study {
  margin-bottom: 40px;
}

@media (min-width: 47.99em) {
  .section-casestudies-full-container .text-case-study {
    margin-bottom: 0;
  }
}

.section-casestudies-full-container .text-case-study:nth-child(2) {
  margin-bottom: 0;
}

.section-casestudies-full-container .text-case-study .case-study-title {
  color: #3B9CD8;
  text-align: center;
  font-size: 2rem;
  line-height: 2.6rem;
  font-family: "Ubuntu-Regular";
  margin-bottom: 3rem;
  margin-top: 0;
}

@media (min-width: 47.99em) {
  .section-casestudies-full-container .text-case-study .case-study-title {
    font-size: 2.4rem;
    line-height: 3rem;
    margin-bottom: 3.5rem;
  }
}

@media (min-width: 67.5em) {
  .section-casestudies-full-container .text-case-study .case-study-title {
    font-size: 3rem;
  }
}

.section-casestudies-full-container .text-case-study .case-study-text {
  text-align: center;
  color: #424770;
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin-bottom: 2rem;
  margin-top: 0;
}

@media (min-width: 47.99em) {
  .section-casestudies-full-container .text-case-study .case-study-text {
    font-size: 1.8rem;
    line-height: 3rem;
    margin-bottom: 60px;
  }
}

.section-casestudies-full-container .text-case-study .case-study-text br {
  display: none;
}

@media (min-width: 47.99em) {
  .section-casestudies-full-container .text-case-study .case-study-text br {
    display: block;
  }
}

.modular-section-top {
  background-color: #edf3f7;
  padding-top: 27.81%;
  background-image: url("../../assets/img/bg-fullwidth-top-mobile.svg");
  -webkit-background-size: 101% auto;
  background-size: 101% auto;
  background-position: center top;
  margin-bottom: -1px;
  background-repeat: no-repeat;
}

@media (min-width: 47.99em) {
  .modular-section-top {
    padding-top: 20.35%;
    background-image: url("../../assets/img/bg-fullwidth-top.svg");
  }
}

.modular-section-bottom {
  background-color: #edf3f7;
  background-image: url("../../assets/img/bg-fullwidth-bottom-mobile.svg");
  -webkit-background-size: 101% auto;
  background-size: 101% auto;
  background-position: center bottom;
  margin-top: -1px;
  background-repeat: no-repeat;
  padding-top: 28.13%;
}

@media (min-width: 47.99em) {
  .modular-section-bottom {
    padding-top: 24%;
    background-image: url("../../assets/img/bg-fullwidth-bottom.svg");
  }
}

.flexible-video-container {
  position: relative;
  height: 100%;
}

.flexible-video-container .play-button,
.flexible-video-container .video-embed-iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flexible-video-container .video-embed-iframe {
  display: none;
}

.flexible-video-container .play-icon {
  font-size: 5rem;
}

.flexible-video-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  cursor: pointer;
}

/*================================
=      Newsletter signup         =
================================*/

.newsletter-full-container {
  position: relative;
  z-index: 6000;
}

.newsletter-signup-wrapper {
  position: relative;
  z-index: 6000;
  background-color: #ffffff;
}

.newsletter-signup-header {
  position: relative;
  height: 0;
  z-index: 5000;
}

.newsletter-signup-header .newsletter-curve,
.newsletter-signup-header .newsletter-curve-mobile {
  width: 100%;
  position: relative;
  border-bottom: solid 2px #ffffff;
  overflow: hidden;
}

.newsletter-signup-header .newsletter-curve img,
.newsletter-signup-header .newsletter-curve-mobile img {
  display: block;
  width: 100%;
}

.newsletter-signup-header .newsletter-curve-mobile {
  display: block;
  top: calc(100vw*-.109375);
}

@media (min-width: 47.99em) {
  .newsletter-signup-header .newsletter-curve-mobile {
    display: none;
  }
}

.newsletter-signup-header .newsletter-curve {
  display: none;
}

@media (min-width: 47.99em) {
  .newsletter-signup-header .newsletter-curve {
    display: block;
    top: calc(100vw*-.063);
  }
}

.svg-icon.newsletter-icon {
  display: block;
  width: 32px;
  height: 32px;
  margin: auto;
  position: relative;
  top: -16px;
}

@media (min-width: 47.99em) {
  .svg-icon.newsletter-icon {
    width: 48px;
    height: 48px;
    margin: auto;
    position: relative;
    top: -24px;
  }
}

.newsletter-signup-form {
  padding: 24px;
}

@media (min-width: 47.99em) {
  .newsletter-signup-form {
    border-bottom: solid 1px rgba(66, 71, 112, 0.37);
  }
}

.newsletter-signup-form p {
  display: none;
  color: #424770;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 47.99em) {
  .newsletter-signup-form p {
    display: block;
    max-width: 360px;
  }
}

@media (min-width: 67.5em) {
  .newsletter-signup-form p {
    font-size: 2rem;
    max-width: 100%;
  }
}

.newsletter-signup-form-title {
  color: #9958C1;
  text-align: center;
  display: block;
  width: 90%;
  margin: auto;
  font-size: 3rem;
  line-height: 1.2;
  max-width: 280px;
}

@media (min-width: 47.99em) {
  .newsletter-signup-form-title {
    font-size: 2.4rem;
    max-width: 100%;
  }
}

@media (min-width: 67.5em) {
  .newsletter-signup-form-title {
    font-size: 4rem;
    max-width: 360px;
  }
}

.newsletter-signup-form fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.newsletter-signup-form-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 90%;
  max-width: 360px;
  padding: 12px;
  margin: auto;
}

@media (min-width: 47.99em) {
  .newsletter-signup-form-fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 720px;
  }
}

.newsletter-signup-form-fields input {
  font-family: "Ubuntu-Light";
  font-size: 1.4rem;
  outline: none;
}

.newsletter-signup-form-fields input:focus,
.newsletter-signup-form-fields input.is-focused {
  border-color: rgba(66, 71, 112, 0.5);
}

@media (min-width: 67.5em) {
  .newsletter-signup-form-fields input {
    font-size: 1.6rem;
  }
}

.newsletter-signup-form-fields input.newsletter-form-fullname {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

@media (min-width: 47.99em) {
  .newsletter-signup-form-fields input.newsletter-form-fullname {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 40%;
    flex: 1 0 40%;
    border-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
}

@media all and (min-width: 47.99em) and (-ms-high-contrast: none), (min-width: 47.99em) and (-ms-high-contrast: active) {
  .newsletter-signup-form-fields input.newsletter-form-fullname {
    max-width: 40%;
  }
}

.newsletter-signup-form-fields input.newsletter-form-email {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 0;
}

@media (min-width: 47.99em) {
  .newsletter-signup-form-fields input.newsletter-form-email {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 40%;
    flex: 1 0 40%;
    border-top: solid 1px rgba(66, 71, 112, 0.5);
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }
}

@media all and (min-width: 47.99em) and (-ms-high-contrast: none), (min-width: 47.99em) and (-ms-high-contrast: active) {
  .newsletter-signup-form-fields input.newsletter-form-email {
    max-width: 40%;
  }
}

.newsletter-signup-form-fields .btn-cta {
  cursor: pointer;
  margin-top: 12px;
  line-height: 1;
}

@media (min-width: 47.99em) {
  .newsletter-signup-form-fields .btn-cta {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 20%;
    flex: 1 0 20%;
    border: 1px solid rgba(66, 71, 112, 0.5);
    border-left: 0;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 48px;
    line-height: 48px;
    text-align: right;
    padding: 0 12px;
    font-family: "Ubuntu-Medium";
    text-transform: uppercase;
    color: #2D314F;
    margin-top: 0;
  }

  .newsletter-signup-form-fields .btn-cta::before,
  .newsletter-signup-form-fields .btn-cta::after {
    display: none;
  }
}

@media all and (min-width: 47.99em) and (-ms-high-contrast: none), (min-width: 47.99em) and (-ms-high-contrast: active) {
  .newsletter-signup-form-fields .btn-cta {
    max-width: 20%;
  }
}

/*=====  End of Newsletter signup  ======*/

.fintech-header {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: relative;
  background-color: white;
  height: 400px;
}

@media (min-width: 67.5em) {
  .fintech-header {
    height: 444px;
  }
}

.fintech-header .l-centered-content-container {
  height: 100%;
}

.fintech-header-overlay {
  height: 100%;
  /* fallback/image non-cover color */
  background-color: rgba(0, 168, 255, 0.637);
  background: -webkit-linear-gradient(0deg, rgba(0, 168, 255, 0.637) 0%, rgba(0, 178, 154, 0.637) 100%);
  background: -o-linear-gradient(0deg, rgba(0, 168, 255, 0.637) 0%, rgba(0, 178, 154, 0.637) 100%);
  background: linear-gradient(90deg, rgba(0, 168, 255, 0.637) 0%, rgba(0, 178, 154, 0.637) 100%);
}

.fintech-header-content-wrapper {
  height: 100%;
  padding-top: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media (min-width: 47.99em) {
  .fintech-header-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding-bottom: 24px;
  }
}

@media (min-width: 67.5em) {
  .fintech-header-content-wrapper {
    padding-right: 366px;
    padding-top: 0;
  }
}

.fintech-header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 47.99em) {
  .fintech-header-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.fintech-labels {
  padding-top: 25px;
}

@media (min-width: 47.99em) {
  .fintech-labels {
    padding-top: 110px;
  }
}

@media (min-width: 67.5em) {
  .fintech-labels {
    padding-top: 50px;
  }
}

.fintech-labels .label {
  font-family: "Ubuntu-Medium";
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #3B9CD8;
  display: inline-block;
  background: white;
  padding: 10px 20px;
  min-width: 204px;
  border-radius: 18px;
  text-align: center;
}

.fintech-title {
  color: white;
  font-size: 4rem;
  line-height: 4.6rem;
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 67.5em) {
  .fintech-title {
    font-size: 6rem;
    line-height: 6.9rem;
  }
}

.fintech-location {
  color: white;
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-family: "Ubuntu-Medium";
}

.fintech-location svg {
  margin-right: 10px;
}

@media (min-width: 67.5em) {
  .fintech-location {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
}

.fintech-name-location {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media (min-width: 47.99em) {
  .fintech-name-location {
    margin-right: auto;
    padding-top: 60px;
  }
}

@media (min-width: 67.5em) {
  .fintech-name-location {
    padding-right: 24px;
    padding-top: 26px;
  }
}

.fintech-header-logo {
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 13px;
  background-color: white;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}

@media (min-width: 47.99em) {
  .fintech-header-logo {
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    height: 160px;
    margin-right: 26px;
  }
}

@media (min-width: 67.5em) {
  .fintech-header-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 148px;
    flex: 0 0 148px;
    height: 148px;
  }
}

.fintech-header-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
  display: block;
}

.fintech-tabs {
  background: white;
  border-bottom: 1px solid #dce1e4;
}

.fintech-tabs-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 67.5em) {
  .fintech-tabs-wrapper {
    padding-right: 420px;
  }
}

.fintech-tab-trigger {
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 2px;
  font-size: 1.4rem;
  line-height: 4.9rem;
  font-family: "Ubuntu-Medium";
  color: #424770;
  cursor: pointer;
  text-transform: uppercase;
}

.fintech-tab-trigger.-active {
  color: #3B9CD8;
}

.fintech-tab-trigger.-active::after {
  height: 3px;
  width: 100%;
  content: "";
  /* fallback/image non-cover color */
  background-color: #35b5bf;
  background: -webkit-linear-gradient(0deg, #35b5bf 0%, #209eef 100%);
  background: -o-linear-gradient(0deg, #35b5bf 0%, #209eef 100%);
  background: linear-gradient(90deg, #35b5bf 0%, #209eef 100%);
  bottom: 0;
  left: 0;
  position: absolute;
}

@media (min-width: 47.99em) {
  .fintech-tab-trigger {
    padding-left: 46px;
    padding-right: 46px;
  }
}

@media (min-width: 67.5em) {
  .fintech-tab-trigger {
    line-height: 5.4rem;
    font-size: 1.6rem;
    padding-left: 33px;
    padding-right: 33px;
  }
}

.fintech-sidebar {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media (min-width: 47.99em) {
  .fintech-sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding-bottom: 60px;
  }
}

@media (min-width: 67.5em) {
  .fintech-sidebar {
    display: block;
    -webkit-transform: translateY(-214px);
    -ms-transform: translateY(-214px);
    -o-transform: translateY(-214px);
    transform: translateY(-214px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 350px;
    flex: 0 0 350px;
    width: 350px;
  }
}

.fintech-sidebar .ff-card {
  padding: 34px 20px;
}

@media (min-width: 47.99em) {
  .fintech-sidebar .ff-card {
    padding: 34px 24px;
  }
}

.fintech-sidebar-box {
  background: white;
  border-radius: 10px;
  margin-bottom: 24px;
  border: 1px solid #E2E9EC;
}

@media (min-width: 67.5em) {
  .fintech-sidebar-box {
    margin-bottom: 42px;
    border: 0;
  }
}

.fintech-sidebar-box:last-child {
  margin-bottom: 0;
}

.fintech-sidebar-box h2 {
  font-size: 1.8rem;
  line-height: 2.1rem;
  color: #9958C1;
  font-family: "Ubuntu-Medium";
  margin-top: 0;
  margin-bottom: 1.6rem;
}

@media (min-width: 47.99em) {
  .fintech-overview-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(50% - 24px / 2);
    flex: 0 1 calc(50% - 24px / 2);
  }
}

@media (min-width: 67.5em) {
  .fintech-overview-box {
    margin-right: 0;
    display: block;
  }
}

@media (min-width: 47.99em) {
  .fintech-relatednews-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(50% - 24px / 2);
    flex: 0 1 calc(50% - 24px / 2);
  }
}

@media (min-width: 67.5em) {
  .fintech-relatednews-box {
    margin-left: 0;
    display: block;
  }
}

.overview-info-list {
  margin-bottom: 42px;
}

.overview-info-item {
  font-size: 1.8rem;
  line-height: 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #E3E3E3;
}

.overview-info-item:last-child {
  border: 0;
}

.overview-info-item .label {
  font-family: "Ubuntu-Regular";
}

.fintech-getintouch-list {
  padding-top: 5px;
}

.fintech-getintouch-item {
  line-height: 4rem;
  margin-bottom: 2.3rem;
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fintech-getintouch-item svg {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
}

.fintech-getintouch-item a {
  text-decoration: none;
  color: #424770;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fintech-related-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 30px;
  padding-top: 10px;
}

.fintech-related-post:last-child {
  margin-bottom: 0;
}

.fintech-related-post .thumbnail {
  width: 100px;
  height: 90px;
  background: black;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  margin-right: 14px;
}

.fintech-related-post .thumbnail img {
  max-width: 100%;
  height: auto;
}

.fintech-related-post .related-post-text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.fintech-related-post .related-post-title {
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-family: "Ubuntu-Bold";
  margin-top: 0;
  margin-bottom: 2px;
  text-transform: uppercase;
}

.fintech-related-post .related-post-title a {
  text-decoration: none;
  color: #3B9CD8;
}

.fintech-related-post .related-post-excerpt {
  font-size: 1.4rem;
  line-height: 2rem;
}

.fintech-related-post .related-post-excerpt p {
  margin-top: 0;
}

.fintech-related-post .related-post-excerpt p:last-child {
  margin-bottom: 0;
}

.fintech-card {
  position: relative;
  text-decoration: none;
  padding: 1%;
  width: 100%;
  height: 250px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media (min-width: 34em) {
  .fintech-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    height: 300px;
  }
}

@media (min-width: 67.5em) {
  .fintech-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    height: 350px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fintech-card {
    max-width: 33.3%;
  }
}

.fintech-card .fintech-card-wrapper {
  background: white;
  border: 1px solid #d2d8e3;
  border-radius: 10px;
  position: relative;
  height: 100%;
}

.fintech-card a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.fintech-card .location-label {
  position: absolute;
  right: 0;
  top: 0;
  background: white;
  padding: 7px 16px;
  border-radius: 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-family: "Ubuntu-Bold";
  color: #3B9CD8;
}

.fintech-card .fintech-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 15%;
}

.fintech-card .fintech-category p {
  font-size: 1rem;
  line-height: 1.1rem;
  font-family: "Ubuntu-Medium";
  text-align: center;
  text-transform: uppercase;
  color: #3B9CD8;
  margin: 0;
}

@media (min-width: 47.99em) {
  .fintech-card .fintech-category p {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
}

.fintech-card h3 {
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
  color: #2D314F;
  font-family: "Ubuntu-Light";
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 47.99em) {
  .fintech-card h3 {
    font-size: 3rem;
  }
}

.fintech-card-thumbnail {
  height: 60%;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  border: 15px solid transparent;
}

.fintech-card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 25%;
  padding: 0 12px;
}

.other-fintechs-title {
  text-align: center;
  color: #3B9CD8;
  margin-top: 0;
  margin-bottom: 3rem;
  font-size: 3rem;
  line-height: 3.4rem;
}

@media (min-width: 67.5em) {
  .other-fintechs-title {
    font-size: 4rem;
    line-height: 4.6rem;
  }
}

.other-fintechs-wrapper {
  border-top: 1px solid #d2d8e3;
  padding-top: 3rem;
  margin-bottom: 1.5rem;
  display: none;
}

@media (min-width: 47.99em) {
  .other-fintechs-wrapper {
    display: block;
  }
}

.other-fintech-item:nth-child(3) {
  margin-right: 0;
}

@media (min-width: 47.99em) {
  .other-fintech-item:nth-child(3) {
    display: none;
  }
}

@media (min-width: 67.5em) {
  .other-fintech-item:nth-child(3) {
    display: block;
  }
}

.other-fintechs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 40px;
}

.other-fintechs-cta-wrapper {
  text-align: center;
}

.other-fintechs-cta-wrapper .section-cta-link {
  font-size: 1.6rem;
  line-height: 1.8rem;
}

body.m-popup-active {
  overflow: hidden;
}

@media (min-width: 67.5em) {
  body.m-popup-active {
    overflow: visible;
  }
}

.community-filters-popup {
  position: relative;
  left: 100%;
  z-index: 2;
  width: 100%;
  background: rgba(255, 255, 255, 0.975);
  opacity: 0;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  top: 0;
  height: 100%;
  overflow-y: auto;
}

@media (min-width: 67.5em) {
  .community-filters-popup {
    top: 1px;
    height: auto;
    overflow-y: visible;
  }
}

.community-filters-popup-wrapper {
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
  z-index: 9000;
  height: 100%;
}

@media (min-width: 67.5em) {
  .community-filters-popup-wrapper {
    position: absolute;
    width: 60%;
    z-index: 5000;
    height: auto;
  }
}

.community-filters-popup-wrapper.m-active {
  visibility: visible;
}

.community-filters-popup-wrapper.m-active .community-filters-popup {
  left: 0;
  opacity: 1;
}

.community-filters-popup-top {
  padding: 24px;
  border-bottom: 1px solid #f1f1f1;
  display: none;
}

@media (min-width: 47.99em) {
  .community-filters-popup-top {
    padding: 24px;
  }
}

@media (min-width: 67.5em) {
  .community-filters-popup-top {
    padding: 24px 36px;
    padding-top: 0;
    border: 0;
  }
}

.community-filters-popup-top.m-active {
  display: block;
}

.community-filters-top-controls {
  padding: 24px;
  border-bottom: 1px solid #f1f1f1;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 24px;
}

@media (min-width: 67.5em) {
  .community-filters-top-controls {
    border-bottom: 0;
    padding: 24px 36px;
  }
}

.filters-top-clear {
  padding-left: 18px;
  padding-right: 18px;
  font-size: 1.4rem;
  font-family: "Ubuntu-Medium";
  background: #edf3f7;
  height: 28px;
  line-height: 2.8rem;
  border-radius: 2px;
  cursor: pointer;
}

@media (min-width: 67.5em) {
  .filters-top-clear {
    display: none;
  }
}

.filters-top-back {
  font-size: 1.6rem;
  font-family: "Ubuntu-Medium";
  line-height: 2.8rem;
  cursor: pointer;
}

.filters-top-back svg {
  width: 8px;
  height: 14px;
  margin-right: 7px;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

@media (min-width: 67.5em) {
  .filters-top-back {
    display: none;
  }
}

.filters-popup-close {
  cursor: pointer;
  font-family: "Ubuntu-Medium";
  margin-left: auto;
  display: none;
  line-height: 26px;
}

@media (min-width: 67.5em) {
  .filters-popup-close {
    display: block;
  }
}

.filters-popup-close svg {
  width: 26px;
  height: 26px;
}

.filteredby-heading {
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #9958C1;
  font-family: "Ubuntu-Medium";
  margin-top: 0;
  margin-bottom: 10px;
}

@media (min-width: 47.99em) {
  .filteredby-heading {
    font-size: 1.8rem;
    line-height: 2.1rem;
    margin-bottom: 16px;
  }
}

.active-filters-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
}

@media (min-width: 47.99em) {
  .active-filters-wrapper {
    padding-bottom: 0;
  }
}

.active-filter-category {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: none;
}

@media (min-width: 47.99em) {
  .active-filter-category {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}

.active-filter-category.m-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 6px 0;
}

.active-filter-category-name {
  font-size: 1.4rem;
  line-height: 3rem;
  font-family: "Ubuntu-Regular";
  color: #424770;
  margin-right: 8px;
  min-width: 106px;
}

@media (min-width: 47.99em) {
  .active-filter-category-name {
    font-size: 1.8rem;
    min-width: 0;
  }
}

.active-filter {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  background: #3B9CD8;
  color: white;
  text-align: center;
  padding-left: 20px;
  height: 3rem;
  line-height: 3rem;
  padding-right: 8px;
  border-radius: 15px;
  margin-right: 4px;
  font-size: 1.4rem;
  font-family: "Ubuntu-Bold";
  margin-bottom: 6px;
}

.remove-filter {
  margin-left: 10px;
  cursor: pointer;
}

.community-clear-filters {
  text-decoration: underline;
  text-align: right;
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 1.6rem;
  line-height: 1.8rem;
  display: none;
}

@media (min-width: 67.5em) {
  .community-clear-filters {
    display: block;
  }
}

.community-clear-filters span {
  cursor: pointer;
}

.filter-selection-category {
  display: none;
  background: #F0F2F7;
  padding: 48px 24px 24px 24px;
  position: relative;
  -webkit-transition: height 3s;
  -o-transition: height 3s;
  transition: height 3s;
}

@media (min-width: 67.5em) {
  .filter-selection-category {
    padding: 24px 36px;
  }
}

.filter-selection-category.m-active {
  display: block;
}

.clear-filter-category-options {
  position: absolute;
  right: 10px;
  top: 0;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 1.2rem;
  color: #B2B2B2;
  font-family: "Ubuntu-Medium";
  line-height: 40px;
}

@media (min-width: 47.99em) {
  .clear-filter-category-options {
    font-size: 1.4rem;
    right: 20px;
    top: 0;
  }
}

@media (min-width: 67.5em) {
  .clear-filter-category-options {
    display: none;
  }
}

.filter-selection-category-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.filter-selection-checkbox {
  padding-right: 16px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  margin-top: 12px;
  margin-bottom: 12px;
}

@media (min-width: 47.99em) {
  .filter-selection-checkbox {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33%;
    flex: 0 1 33%;
  }
}

@media (min-width: 67.5em) {
  .filter-selection-checkbox {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .filter-selection-checkbox {
    max-width: 50%;
  }
}

.filter-selection-heading {
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 50px;
  font-family: "Ubuntu-Medium";
  border-bottom: 1px solid #f1f1f1;
  color: #424770;
  padding-right: 50px;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  padding-left: 24px;
}

@media (min-width: 47.99em) {
  .filter-selection-heading {
    padding-left: 24px;
    padding-right: 48px;
    font-size: 1.6rem;
  }
}

@media (min-width: 67.5em) {
  .filter-selection-heading {
    font-size: 2rem;
    padding-left: 0;
    margin-left: 36px;
    margin-right: 36px;
  }
}

.filter-selection-heading::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 10px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../../assets/img/svg-icons/filter-category-title-arrow-down.svg");
}

.filter-selection-heading.m-active {
  border-bottom: 1px solid transparent;
}

.filter-selection-heading.m-active::after {
  background: url("../../assets/img/svg-icons/filter-category-title-arrow-up.svg");
}

.community-filters-bottom-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding-bottom: 24px;
}

@media (min-width: 47.99em) {
  .community-filters-bottom-controls {
    padding: 12px 24px;
    border-bottom: 1px solid #f1f1f1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 67.5em) {
  .community-filters-bottom-controls {
    padding: 12px 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border: 0;
  }
}

.queried-fintechs-counter {
  font-size: 1.4rem;
  margin: 0;
  line-height: 5rem;
  border-bottom: 1px solid #f1f1f1;
  text-align: center;
  color: #3B9CD8;
}

@media (min-width: 47.99em) {
  .queried-fintechs-counter {
    border: 0;
  }
}

@media (min-width: 67.5em) {
  .queried-fintechs-counter {
    font-size: 1.8rem;
    color: #424770;
    text-align: left;
  }
}

.popup-filter-cta-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 24px;
}

@media (min-width: 47.99em) {
  .popup-filter-cta-wrapper {
    padding-top: 0;
  }
}

.preview-fintechs-container,
.preview-partners-container {
  background-color: #EDF3F7;
  padding-bottom: 96px;
  overflow-x: visible;
  overflow-y: hidden;
}

.preview-fintechs-list {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 0;
  height: calc(250px * 1.05);
}

@media (min-width: 34em) {
  .preview-fintechs-list {
    height: calc(300px * 1.05);
  }
}

@media (min-width: 67.5em) {
  .preview-fintechs-list {
    height: calc(350px * 1.05);
  }
}

.preview-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-overflow-scrolling: touch;
  overflow-x: scroll;
}

@media (min-width: 67.5em) {
  .preview-carousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.preview-carousel .fintech-card {
  padding: 2%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
}

@media (min-width: 34em) {
  .preview-carousel .fintech-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
  }
}

@media (min-width: 67.5em) {
  .preview-carousel .fintech-card {
    padding: 1%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31%;
    flex: 0 0 31%;
  }
}

.preview-partners-list {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 0;
  height: 170px;
}

.preview-partners-list .preview-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (min-width: 67.5em) {
  .preview-partners-list .preview-carousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.preview-partners-list .preview-carousel li {
  padding: 2%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
}

@media (min-width: 34em) {
  .preview-partners-list .preview-carousel li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
  }
}

@media (min-width: 47.99em) {
  .preview-partners-list .preview-carousel li {
    padding: 1%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31%;
    flex: 0 0 31%;
  }
}

@media (min-width: 67.5em) {
  .preview-partners-list .preview-carousel li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
  }
}

.no-touch .preview-carousel {
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding-bottom: 30px;
  height: 100%;
}

@media (min-width: 67.5em) {
  .no-touch .preview-carousel {
    overflow: visible;
  }
}

.preview-header-blue {
  color: #3B9CD8;
  font-size: 2.4rem;
  font-family: "Ubuntu-Light";
  text-align: center;
  margin: auto;
  margin-bottom: 24px;
  width: 70%;
}

@media (min-width: 47.99em) {
  .preview-header-blue {
    font-size: 3rem;
    width: 100%;
  }
}

@media (min-width: 67.5em) {
  .preview-header-blue {
    font-size: 4rem;
  }
}

.preview-header-purple {
  color: #9958C1;
  font-size: 3rem;
  font-family: "Ubuntu-Light";
  text-align: center;
  margin: auto;
  margin-bottom: 24px;
}

@media (min-width: 47.99em) {
  .preview-header-purple {
    font-size: 4rem;
  }
}

@media (min-width: 67.5em) {
  .preview-header-purple {
    font-size: 5rem;
  }
}

.preview-explore-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
  line-height: 40px;
  color: #424770;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Ubuntu-Medium";
  font-size: 1.6rem;
}

.preview-explore-link .svg-icon.link-icon {
  margin-left: 6px;
  height: 40px;
}

.single-post-sidebar .ff-card {
  padding: 34px 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (min-width: 67.5em) {
  .single-post-sidebar .ff-card {
    padding: 34px 24px;
    -webkit-box-shadow: -1px 6px 20px 3px rgba(0, 0, 0, 0.2);
    box-shadow: -1px 6px 20px 3px rgba(0, 0, 0, 0.2);
  }
}

.post-sidebar-box {
  background: none;
  border: 0;
}

@media (min-width: 67.5em) {
  .post-sidebar-box {
    background: white;
    border-radius: 10px;
    margin-bottom: 24px;
    border: 1px solid #E2E9EC;
  }
}

@media (min-width: 67.5em) {
  .post-sidebar-box {
    margin-bottom: 42px;
    border: 0;
  }
}

.post-sidebar-box:last-child {
  margin-bottom: 0;
}

.post-sidebar-box h2 {
  color: #3B9CD8;
  margin-top: 0;
  font-size: 3rem;
  line-height: 3.4rem;
  margin-bottom: 24px;
}

@media (min-width: 67.5em) {
  .post-sidebar-box h2 {
    font-size: 1.8rem;
    line-height: 2.1rem;
    color: #9958C1;
    font-family: "Ubuntu-Medium";
    margin-bottom: 1.6rem;
  }
}

.latest-post-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 30px;
  padding-top: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(50% - 7px);
  flex: 0 1 calc(50% - 7px);
  position: relative;
}

@media (min-width: 47.99em) {
  .latest-post-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    padding-top: 0;
    margin-bottom: 20px;
  }
}

@media (min-width: 67.5em) {
  .latest-post-item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}

.latest-post-item:last-child {
  margin-bottom: 0;
}

.latest-post-item .latest-post-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.latest-post-item .thumbnail {
  background-color: black;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  height: 108px;
  margin-bottom: 10px;
}

@media (min-width: 47.99em) {
  .latest-post-item .thumbnail {
    margin-right: 25px;
    width: 182px;
    height: 100px;
    margin-bottom: 0;
  }
}

@media (min-width: 67.5em) {
  .latest-post-item .thumbnail {
    margin-right: 14px;
    width: 100px;
    height: 90px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
  }
}

.latest-post-item .latest-post-text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.latest-post-item .latest-post-date {
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-family: "Ubuntu-Bold";
  margin-top: 0;
  margin-bottom: 2px;
  text-transform: uppercase;
  display: none;
  color: #3B9CD8;
}

@media (min-width: 67.5em) {
  .latest-post-item .latest-post-date {
    display: block;
  }
}

.latest-post-item .latest-post-title {
  font-size: 1.4rem;
  line-height: 2rem;
  margin-top: 0;
}

@media (min-width: 47.99em) {
  .latest-post-item .latest-post-title {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}

@media (min-width: 67.5em) {
  .latest-post-item .latest-post-title {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

.post-latest-news-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (min-width: 47.99em) {
  .post-latest-news-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.latestnews-cta-wrapper {
  padding-top: 15px;
  text-align: right;
}

@media (min-width: 67.5em) {
  .latestnews-cta-wrapper {
    text-align: left;
  }
}

.latestnews-cta-wrapper a {
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #424770;
  text-decoration: none;
  font-family: "Ubuntu-Medium";
}

.latestnews-cta-wrapper svg {
  margin-left: 7px;
}

.simple-lists-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (min-width: 67.5em) {
  .simple-lists-wrapper {
    padding: 0;
  }
}

@media (min-width: 47.99em) {
  .simple-lists-wrapper .category-list {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(33% - (24px / 2));
    flex: 0 1 calc(33% - (24px / 2));
  }
}

@media (min-width: 67.5em) {
  .simple-lists-wrapper .category-list {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}

@media (min-width: 47.99em) {
  .simple-lists-wrapper .archive-list {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(66% - (24px / 2));
    flex: 0 1 calc(66% - (24px / 2));
  }
}

@media (min-width: 67.5em) {
  .simple-lists-wrapper .archive-list {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}

@media (min-width: 47.99em) {
  .simple-lists-wrapper .archive-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (min-width: 47.99em) {
  .simple-lists-wrapper .archive-list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}

@media (min-width: 67.5em) {
  .simple-lists-wrapper .archive-list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}

.sidebar-simple-list {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(50% - 7px);
  flex: 0 1 calc(50% - 7px);
}

@media (min-width: 67.5em) {
  .sidebar-simple-list {
    margin-bottom: 25px;
  }
}

.sidebar-simple-list h2 {
  font-size: 1.8rem;
  line-height: 2.1rem;
  color: #9958C1;
  font-family: "Ubuntu-Medium";
  margin-bottom: 2.2rem;
}

@media (min-width: 47.99em) {
  .sidebar-simple-list h2 {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
}

@media (min-width: 67.5em) {
  .sidebar-simple-list h2 {
    font-size: 1.8rem;
    line-height: 2.1rem;
    margin-bottom: 1.6rem;
  }
}

.sidebar-simple-list li {
  line-height: 3rem;
}

@media (min-width: 67.5em) {
  .sidebar-simple-list li {
    line-height: 3.3rem;
  }
}

.sidebar-simple-list li a {
  font-size: 1.4rem;
  text-decoration: none;
  color: #424770;
  text-transform: uppercase;
  font-family: "Ubuntu-Regular";
}

@media (min-width: 47.99em) {
  .sidebar-simple-list li a {
    font-family: "Ubuntu-Medium";
  }
}

@media (min-width: 67.5em) {
  .sidebar-simple-list li a {
    font-family: "Ubuntu-Regular";
  }
}

@media (min-width: 67.5em) {
  .sidebar-simple-list {
    padding-left: 24px;
  }
}

/*============================
=            HOME            =
============================*/

.homepage-gradient-wrap {
  /* fallback/image non-cover color */
  background-color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(180DEG), color-stop(0%, #ffffff), to(#F0F2F7));
  background: -webkit-linear-gradient(180DEG, #ffffff 0%, #F0F2F7 100%);
  background: -o-linear-gradient(180DEG, #ffffff 0%, #F0F2F7 100%);
  background: linear-gradient(180DEG, #ffffff 0%, #F0F2F7 100%);
}

.f-fintechs-full-container {
  background-image: url("../../assets/img/magenta-top-mobile.svg");
  background-position: bottom center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

@media (min-width: 67.5em) {
  .f-fintechs-full-container {
    padding-bottom: 200px;
    background-image: url("../../assets/img/magenta-top.svg");
    margin-top: 100px;
  }
}

.f-fintechs-title {
  color: #9958C1;
}

.f-fintechs-content-container {
  padding: 0 12px;
}

@media (min-width: 67.5em) {
  .f-fintechs-content-container {
    width: 30%;
    padding: 0 3% 0 7%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
  }
}

@media (min-width: 67.5em) {
  .f-fintechs-carousel-container {
    width: 70%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

@media (min-width: 67.5em) {
  .f-fintechs-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.f-fintechs-content {
  display: none;
}

@media (min-width: 67.5em) {
  .f-fintechs-content {
    display: block;
  }
}

/* === Partner Section === */

.home-partner-content {
  display: none;
}

@media (min-width: 47.99em) {
  .home-partner-content {
    display: block;
    font-size: 2rem;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 48px;
  }
}

.home-partner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center stretch;
  -ms-flex-pack: center stretch;
  justify-content: center stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 67.5em) {
  .home-partner-container {
    width: 100%;
    margin: auto;
  }
}

.home-partner-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin-bottom: 12px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .home-partner-item {
    max-width: 50%;
  }
}

@media (min-width: 47.99em) {
  .home-partner-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12%;
    flex: 0 0 12%;
  }
}

@media all and (min-width: 47.99em) and (-ms-high-contrast: none), (min-width: 47.99em) and (-ms-high-contrast: active) {
  .home-partner-item {
    max-width: 15%;
  }
}

.partners-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 82px;
}

.partner-logo {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}

/* === News & Events === */

.home-news-events-container {
  background-image: url("../../assets/img/blue-bottom-white-top-mobile.svg");
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-color: #edf3f7;
  padding: calc(100vw*.34) 0 50px;
}

@media (min-width: 67.5em) {
  .home-news-events-container {
    padding-top: 500px;
    background-image: url("../../assets/img/blue-bottom-white-top.svg");
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: calc(100vw*.314) 0 50px;
  }
}

@media (min-width: 47.99em) {
  .news-event-mobile-container {
    display: none;
  }
}

.news-event-desktop-container {
  display: none;
}

@media (min-width: 47.99em) {
  .news-event-desktop-container {
    display: block;
  }
}

@media (min-width: 67.5em) {
  .home-news-events-item {
    padding: 0 48px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
  }
}

@media all and (min-width: 67.5em) and (-ms-high-contrast: none), (min-width: 67.5em) and (-ms-high-contrast: active) {
  .home-news-events-item {
    max-width: 45%;
  }
}

@media (min-width: 67.5em) {
  .home-events-container {
    -webkit-transform: translateY(-150px);
    -ms-transform: translateY(-150px);
    -o-transform: translateY(-150px);
    transform: translateY(-150px);
  }
}

.home-news-title {
  text-align: center;
}

.home-news-title .svg-icon.info-icon {
  font-size: 4rem;
}

.home-news-title .secondary-title {
  margin: 0;
}

@media (min-width: 47.99em) {
  .home-news-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .home-news-title .secondary-title {
    padding-left: 24px;
  }

  .home-news-title .svg-icon.info-icon {
    font-size: 6rem;
  }
}

.home-news-list-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  margin: 24px 38px;
}

.home-news-list-container:before {
  content: '';
  position: absolute;
  left: -2px;
  top: -30px;
  bottom: 24px;
  width: 2px;
  background-color: #9958C1;
}

.home-news-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 24px;
  margin-bottom: 24px;
  position: relative;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #ffffff;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .home-news-list-item {
    min-height: 233px;
    height: auto;
  }
}

.home-news-list-item:before {
  content: '';
  position: absolute;
  left: -6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #3B9CD8;
  height: 10px;
  width: 10px;
  border-radius: 50px;
}

.news-list-cta {
  position: absolute;
  bottom: -50px;
  width: 100%;
  margin: 24px 0;
  text-align: center;
}

.home-events-container .home-news-list-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 67.5em) {
  .home-events-container .news-list-media {
    position: relative;
  }

  .home-events-container .news-list-media:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(66, 71, 112, 0.2);
    width: 1px;
    height: 100%;
  }
}

.news-list-media {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center;
}

.news-list-media .news-list-media-image {
  width: 100%;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .news-list-media {
    max-width: 25%;
  }
}

.news-list-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-list-title {
  display: block;
  text-decoration: none;
  font-family: "Ubuntu-Medium";
  font-size: 2rem;
  color: #2D314F;
  margin: 12px 0;
}

.news-list-title:hover,
.news-list-title:focus {
  color: #1CBAE0;
}

.news-list-title-container {
  font-family: "Ubuntu-Medium";
  font-size: 2rem;
  color: #2D314F;
}

.news-list-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 70%;
  flex: 0 1 70%;
  padding: 0 24px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .news-list-content {
    max-width: 70%;
  }
}

@media (min-width: 47.99em) {
  .news-carousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* === Discover Community === */

.last-modular-section .home-community-container {
  padding-bottom: 0;
}

.home-community-container .community-background-mobile {
  display: block;
  width: 100%;
}

@media (min-width: 47.99em) {
  .home-community-container .community-background-mobile {
    display: none;
  }
}

.home-community-container .community-background {
  display: none;
  width: 100%;
}

@media (min-width: 47.99em) {
  .home-community-container .community-background {
    display: block;
  }
}

.home-community-container .community-pins-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #EDF3F7;
}

@-webkit-keyframes community-flow-alpha {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-o-keyframes community-flow-alpha {
  0% {
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes community-flow-alpha {
  0% {
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes community-flow-beta {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-o-keyframes community-flow-beta {
  0% {
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes community-flow-beta {
  0% {
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes community-pin-alpha {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }

  25% {
    -webkit-transform: translateX(-5%) translateY(-5%);
    transform: translateX(-5%) translateY(-5%);
  }

  50% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }

  75% {
    -webkit-transform: translateX(5%) translateY(5%);
    transform: translateX(5%) translateY(5%);
  }

  100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}

@-o-keyframes community-pin-alpha {
  0% {
    -o-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }

  25% {
    -o-transform: translateX(-5%) translateY(-5%);
    transform: translateX(-5%) translateY(-5%);
  }

  50% {
    -o-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }

  75% {
    -o-transform: translateX(5%) translateY(5%);
    transform: translateX(5%) translateY(5%);
  }

  100% {
    -o-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}

@keyframes community-pin-alpha {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    -o-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }

  25% {
    -webkit-transform: translateX(-5%) translateY(-5%);
    -o-transform: translateX(-5%) translateY(-5%);
    transform: translateX(-5%) translateY(-5%);
  }

  50% {
    -webkit-transform: translateX(0) translateY(0);
    -o-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }

  75% {
    -webkit-transform: translateX(5%) translateY(5%);
    -o-transform: translateX(5%) translateY(5%);
    transform: translateX(5%) translateY(5%);
  }

  100% {
    -webkit-transform: translateX(0) translateY(0);
    -o-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}

@-webkit-keyframes community-pin-beta {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }

  25% {
    -webkit-transform: translateX(-5%) translateY(5%);
    transform: translateX(-5%) translateY(5%);
  }

  50% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }

  75% {
    -webkit-transform: translateX(5%) translateY(-5%);
    transform: translateX(5%) translateY(-5%);
  }

  100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}

@-o-keyframes community-pin-beta {
  0% {
    -o-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }

  25% {
    -o-transform: translateX(-5%) translateY(5%);
    transform: translateX(-5%) translateY(5%);
  }

  50% {
    -o-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }

  75% {
    -o-transform: translateX(5%) translateY(-5%);
    transform: translateX(5%) translateY(-5%);
  }

  100% {
    -o-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}

@keyframes community-pin-beta {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    -o-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }

  25% {
    -webkit-transform: translateX(-5%) translateY(5%);
    -o-transform: translateX(-5%) translateY(5%);
    transform: translateX(-5%) translateY(5%);
  }

  50% {
    -webkit-transform: translateX(0) translateY(0);
    -o-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }

  75% {
    -webkit-transform: translateX(5%) translateY(-5%);
    -o-transform: translateX(5%) translateY(-5%);
    transform: translateX(5%) translateY(-5%);
  }

  100% {
    -webkit-transform: translateX(0) translateY(0);
    -o-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}

.home-community-container .community-content {
  position: absolute;
  width: 80%;
  height: 100%;
  top: 0;
  left: 10%;
  color: #ffffff;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 47.99em) {
  .home-community-container .community-content {
    top: 55%;
    left: 12.5%;
    width: 75%;
    height: 33%;
  }
}

@media (min-width: 67.5em) {
  .home-community-container .community-content {
    left: 17.5%;
    width: 65%;
  }
}

.home-community-container .svg-icon.community-icon {
  width: 48px;
  height: 48px;
}

@media (min-width: 34em) {
  .home-community-container .svg-icon.community-icon {
    margin-bottom: 12px;
  }
}

@media (min-width: 47.99em) {
  .home-community-container .svg-icon.community-icon {
    display: none;
  }
}

.home-community-container h1 {
  font-size: 4rem;
  line-height: 1;
  margin: 0;
}

@media (min-width: 47.99em) {
  .home-community-container h1 {
    font-size: 3rem;
  }
}

@media (min-width: 67.5em) {
  .home-community-container h1 {
    font-size: 6rem;
  }
}

.home-community-container p {
  font-size: 1.6rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

@media (min-width: 47.99em) {
  .home-community-container p {
    width: 65%;
  }
}

@media (min-width: 67.5em) {
  .home-community-container p {
    font-size: 2rem;
  }
}

.home-community-container .community-pins {
  display: none;
  list-style-type: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 60%;
}

@media (min-width: 47.99em) {
  .home-community-container .community-pins {
    display: block;
  }

  .home-community-container .community-pins.alpha {
    -webkit-animation: community-flow-alpha 60s linear infinite;
    -o-animation: community-flow-alpha 60s linear infinite;
    animation: community-flow-alpha 60s linear infinite;
  }

  .home-community-container .community-pins.beta {
    -webkit-animation: community-flow-beta 60s linear infinite;
    -o-animation: community-flow-beta 60s linear infinite;
    animation: community-flow-beta 60s linear infinite;
  }
}

.home-community-container .community-pins .fintech-pin-label {
  display: block;
  opacity: 0;
  position: absolute;
  width: 100%;
  text-align: center;
}

.home-community-container .community-pins .fintech-pin-label span {
  display: inline-block;
  padding: 6px;
  font-size: 1.2rem;
  background-color: #ffffff;
  color: #424770;
  border-radius: 24px;
  max-width: 12vw;
  -webkit-box-shadow: 0 2px 9px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 9px rgba(0, 0, 0, 0.2);
}

@media (min-width: 67.5em) {
  .home-community-container .community-pins .fintech-pin-label span {
    font-size: 1.4rem;
  }
}

.home-community-container .community-pins .fintech-pin-wrapper {
  display: block;
  width: 12vw;
  height: 12vw;
  overflow: hidden;
  border-radius: 100%;
  -webkit-box-shadow: 0 2px 9px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 9px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-community-container .community-pins .fintech-pin-wrapper img {
  display: block;
  width: 100%;
}

.home-community-container .community-pins li {
  position: absolute;
  text-align: center;
  z-index: 500;
}

.home-community-container .community-pins li:hover {
  z-index: 501;
}

.home-community-container .community-pins li:hover .fintech-pin-label {
  -webkit-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s;
  opacity: 1;
}

.home-community-container .community-pins li:nth-child(1) {
  left: -5%;
  top: 25%;
}

.home-community-container .community-pins li:nth-child(1) .fintech-pin-wrapper {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}

.home-community-container .community-pins li:nth-child(1) .fintech-pin-label {
  top: 68%;
}

.home-community-container .community-pins li:nth-child(2) {
  left: 2%;
  top: 1%;
}

.home-community-container .community-pins li:nth-child(2) .fintech-pin-wrapper {
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
}

.home-community-container .community-pins li:nth-child(2) .fintech-pin-label {
  top: 73%;
}

.home-community-container .community-pins li:nth-child(3) {
  left: 6%;
  top: 31%;
}

.home-community-container .community-pins li:nth-child(3) .fintech-pin-wrapper {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}

.home-community-container .community-pins li:nth-child(3) .fintech-pin-label {
  top: 68%;
}

.home-community-container .community-pins li:nth-child(4) {
  left: 5%;
  top: 63%;
}

.home-community-container .community-pins li:nth-child(4) .fintech-pin-wrapper {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}

.home-community-container .community-pins li:nth-child(4) .fintech-pin-label {
  top: 88%;
}

.home-community-container .community-pins li:nth-child(5) {
  left: 18%;
  top: 8%;
}

.home-community-container .community-pins li:nth-child(5) .fintech-pin-wrapper {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.home-community-container .community-pins li:nth-child(5) .fintech-pin-label {
  top: 95%;
}

.home-community-container .community-pins li:nth-child(6) {
  left: 20%;
  top: 42%;
}

.home-community-container .community-pins li:nth-child(6) .fintech-pin-wrapper {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.home-community-container .community-pins li:nth-child(6) .fintech-pin-label {
  top: 85%;
}

.home-community-container .community-pins li:nth-child(7) {
  left: 29%;
  top: 22%;
}

.home-community-container .community-pins li:nth-child(7) .fintech-pin-wrapper {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}

.home-community-container .community-pins li:nth-child(7) .fintech-pin-label {
  top: 68%;
}

.home-community-container .community-pins li:nth-child(8) {
  left: 36%;
  top: 6%;
}

.home-community-container .community-pins li:nth-child(8) .fintech-pin-wrapper {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
}

.home-community-container .community-pins li:nth-child(8) .fintech-pin-label {
  top: 77%;
}

.home-community-container .community-pins li:nth-child(9) {
  left: 36%;
  top: 45%;
}

.home-community-container .community-pins li:nth-child(9) .fintech-pin-wrapper {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.home-community-container .community-pins li:nth-child(9) .fintech-pin-label {
  top: 85%;
}

.home-community-container .community-pins li:nth-child(10) {
  left: 48%;
  top: 22%;
}

.home-community-container .community-pins li:nth-child(10) .fintech-pin-wrapper {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.home-community-container .community-pins li:nth-child(10) .fintech-pin-label {
  top: 85%;
}

.home-community-container .community-pins li:nth-child(11) {
  left: 55%;
  top: 0%;
}

.home-community-container .community-pins li:nth-child(11) .fintech-pin-wrapper {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}

.home-community-container .community-pins li:nth-child(11) .fintech-pin-label {
  top: 68%;
}

.home-community-container .community-pins li:nth-child(12) {
  left: 60%;
  top: 22%;
}

.home-community-container .community-pins li:nth-child(12) .fintech-pin-wrapper {
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
}

.home-community-container .community-pins li:nth-child(12) .fintech-pin-label {
  top: 73%;
}

.home-community-container .community-pins li:nth-child(13) {
  left: 57%;
  top: 55%;
}

.home-community-container .community-pins li:nth-child(13) .fintech-pin-wrapper {
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
}

.home-community-container .community-pins li:nth-child(13) .fintech-pin-label {
  top: 73%;
}

.home-community-container .community-pins li:nth-child(14) {
  left: 73%;
  top: 12%;
}

.home-community-container .community-pins li:nth-child(14) .fintech-pin-wrapper {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.home-community-container .community-pins li:nth-child(14) .fintech-pin-label {
  top: 85%;
}

.home-community-container .community-pins li:nth-child(15) {
  left: 72%;
  top: 38%;
}

.home-community-container .community-pins li:nth-child(15) .fintech-pin-wrapper {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}

.home-community-container .community-pins li:nth-child(15) .fintech-pin-label {
  top: 68%;
}

.home-community-container .community-pins li:nth-child(16) {
  left: 77%;
  top: 62%;
}

.home-community-container .community-pins li:nth-child(16) .fintech-pin-wrapper {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.home-community-container .community-pins li:nth-child(16) .fintech-pin-label {
  top: 85%;
}

.home-community-container .community-pins li:nth-child(17) {
  left: 86%;
  top: 19%;
}

.home-community-container .community-pins li:nth-child(17) .fintech-pin-wrapper {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
}

.home-community-container .community-pins li:nth-child(17) .fintech-pin-label {
  top: 77%;
}

.home-community-container .community-pins li:nth-child(18) {
  left: 86%;
  top: 42%;
}

.home-community-container .community-pins li:nth-child(18) .fintech-pin-wrapper {
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
}

.home-community-container .community-pins li:nth-child(18) .fintech-pin-label {
  top: 73%;
}

.home-community-container .community-pins li:nth-child(odd) {
  -webkit-animation: community-pin-alpha 10s linear infinite;
  -o-animation: community-pin-alpha 10s linear infinite;
  animation: community-pin-alpha 10s linear infinite;
}

.home-community-container .community-pins li:nth-child(even) {
  -webkit-animation: community-pin-beta 10s linear infinite;
  -o-animation: community-pin-beta 10s linear infinite;
  animation: community-pin-beta 10s linear infinite;
}

.home-community-container .community-pins.beta {
  left: 100%;
}

/*=====  End of HOME  ======*/

/*===============================
=            CONTACT            =
===============================*/

.contact-full-container {
  background-color: #EDF3F7;
  background-image: url("../../assets/img/header-mobile.svg");
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  padding-top: 95px;
  padding-bottom: 105px;
}

@media (min-width: 47.99em) {
  .contact-full-container {
    background-image: url("../../assets/img/header.svg");
    padding-top: 170px;
    padding-bottom: 134px;
  }
}

@media (min-width: 67.5em) {
  .contact-full-container {
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 135px;
    padding-bottom: 210px;
  }
}

.contact-banner-icon-wrapper {
  text-align: center;
  margin-bottom: 20px;
}

.contact-banner-icon {
  width: 50px;
  height: 50px;
}

.contact-page-banner-full-container .section-title {
  font-size: 3rem;
  line-height: 3.4rem;
  text-align: center;
  color: #9958C1;
  margin-bottom: 2rem;
  margin-top: 0;
}

@media (min-width: 47.99em) {
  .contact-page-banner-full-container .section-title {
    font-size: 4rem;
    line-height: 4.6rem;
  }
}

@media (min-width: 67.5em) {
  .contact-page-banner-full-container .section-title {
    font-size: 5rem;
    line-height: 5.7rem;
  }
}

.contact-page-banner-full-container .section-pagebanner-text {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #424770;
}

@media (min-width: 67.5em) {
  .contact-page-banner-full-container .section-pagebanner-text {
    font-size: 2rem;
    line-height: 3.2rem;
  }
}

.contact-page-banner-full-container .section-pagebanner-text br {
  display: none;
}

@media (min-width: 47.99em) {
  .contact-page-banner-full-container .section-pagebanner-text br {
    display: block;
  }
}

.contact-content-wrapper {
  max-width: 534px;
  margin: 0 auto;
}

@media (min-width: 67.5em) {
  .contact-content-wrapper {
    max-width: 846px;
  }
}

.contact-form-wrapper {
  padding-top: 40px;
}

@media (min-width: 47.99em) {
  .contact-form-wrapper {
    padding-top: 50px;
  }
}

@media (min-width: 67.5em) {
  .contact-form-wrapper {
    padding-top: 60px;
  }
}

.contact-form-row {
  margin-bottom: 16px;
}

@media (min-width: 67.5em) {
  .contact-form-row {
    margin-bottom: 30px;
  }
}

@media (min-width: 67.5em) {
  .contact-form-row.two-inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.contact-form-row.two-inputs .wpcf7-form-control-wrap:first-child {
  margin-bottom: 16px;
}

@media (min-width: 67.5em) {
  .contact-form-row.two-inputs .wpcf7-form-control-wrap:first-child {
    margin-bottom: 0;
  }
}

@media (min-width: 47.99em) {
  .contact-form-row.two-inputs .wpcf7-form-control-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(50% - 30px);
    flex: 0 1 calc(50% - 30px);
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 47.99em), (-ms-high-contrast: active) and (min-width: 47.99em) {
  .contact-form-row.two-inputs .wpcf7-form-control-wrap {
    min-width: calc(50% - 24px);
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 67.5em), (-ms-high-contrast: active) and (min-width: 67.5em) {
  .contact-form-row.two-inputs .wpcf7-form-control-wrap {
    max-width: calc(50% - 24px);
  }
}

.contact-form-row .wpcf7-form-control-wrap {
  display: block;
}

.contact-form-row textarea {
  height: 140px;
  min-width: 100%;
  max-width: 100%;
  min-height: 14rem;
}

.contact-form-row.contact-checkbox-row {
  display: block;
}

.contact-form-row.contact-checkbox-row .wpcf7-list-item {
  margin-left: 0;
  display: block;
  margin-bottom: 22px;
}

@media (min-width: 67.5em) {
  .contact-form-row.contact-checkbox-row .wpcf7-list-item {
    margin-left: 8px;
    margin-bottom: 0;
  }
}

.contact-form-row.contact-checkbox-row .wpcf7-form-control,
.contact-form-row.contact-checkbox-row label {
  display: block;
}

.contact-form-row.contact-checkbox-row input[type="checkbox"] + .wpcf7-list-item-label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-size: 1.4rem;
  line-height: 2rem;
  min-height: 40px;
  height: auto;
  padding-left: 42px;
  display: block;
  font-family: "Ubuntu-Regular";
}

@media (min-width: 67.5em) {
  .contact-form-row.contact-checkbox-row input[type="checkbox"] + .wpcf7-list-item-label {
    font-size: 1.8rem;
    line-height: 3rem;
    height: 3rem;
    padding-left: 42px;
  }
}

.contact-form-row.contact-checkbox-row input[type="checkbox"] + .wpcf7-list-item-label:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 30px;
  height: 30px;
  background: white;
  border: 1px solid #c0c4d0;
  border-radius: 2px;
  -webkit-transition: background-color .2s ease, border .2s ease;
  -o-transition: background-color .2s ease, border .2s ease;
  transition: background-color .2s ease, border .2s ease;
}

@media (min-width: 47.99em) {
  .contact-form-row.contact-checkbox-row input[type="checkbox"] + .wpcf7-list-item-label:before {
    top: 1px;
  }
}

@media (min-width: 67.5em) {
  .contact-form-row.contact-checkbox-row input[type="checkbox"] + .wpcf7-list-item-label:before {
    width: 28px;
    height: 28px;
  }
}

.contact-form-row.contact-checkbox-row input[type="checkbox"]:checked + .wpcf7-list-item-label:before {
  background: #9958C1 url("../../assets/img/svg-icons/checkmark-icon-white.svg");
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #9958C1;
}

.contact-form-submit {
  /* fallback/image non-cover color */
  background-color: #00A8E1;
  background: -webkit-linear-gradient(0deg, #00A8E1 0%, #8475CA 100%);
  background: -o-linear-gradient(0deg, #00A8E1 0%, #8475CA 100%);
  background: linear-gradient(90deg, #00A8E1 0%, #8475CA 100%);
  margin-top: 24px;
}

@media (min-width: 67.5em) {
  .contact-form-submit {
    width: 250px;
    margin-top: 0;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .contact-form-submit {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

.contact-form-submit-and-captcha-row {
  position: relative;
}

@media (min-width: 67.5em) {
  .contact-form-submit-and-captcha-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.contact-form-submit-and-captcha-row .captcha {
  background: rgba(0, 0, 0, 0.2);
  max-width: 100%;
  margin-bottom: 56px;
}

@media (min-width: 47.99em) {
  .contact-form-submit-and-captcha-row .captcha {
    margin-bottom: 34px;
  }
}

@media (min-width: 67.5em) {
  .contact-form-submit-and-captcha-row .captcha {
    margin-bottom: 0;
  }
}

.contact-form-submit-and-captcha-row .ajax-loader {
  margin-top: 24px;
}

@media (min-width: 67.5em) {
  .contact-form-submit-and-captcha-row .ajax-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 0;
  }
}

/*=====  End of CONTACT  ======*/

/*===============================
=            PARTNERS           =
===============================*/

.partners-container {
  background-color: #EDF3F7;
  padding-bottom: 24px;
}

.partners-navigation-wrapper {
  overflow: hidden;
  position: relative;
  border-top: solid 1px #E2E9EC;
  border-bottom: solid 1px #E2E9EC;
}

.partners-navigation-wrapper::before {
  position: absolute;
  content: '';
  height: calc(100% - 2px);
  top: 1px;
  right: 0;
  width: 30px;
  z-index: 101;
  /* fallback/image non-cover color */
  background-color: rgba(255, 255, 255, 0);
  background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -o-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
}

.no-touch .partners-navigation-wrapper {
  height: 52px;
}

@media (min-width: 47.99em) {
  .no-touch .partners-navigation-wrapper {
    height: 64px;
  }
}

.no-touch .partners-navigation {
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 64px;
  padding-bottom: 30px;
}

.partners-navigation {
  display: block;
  width: 100%;
  background-color: #ffffff;
  position: relative;
  z-index: 100;
  white-space: nowrap;
  text-align: center;
  -webkit-overflow-scrolling: touch;
  overflow-x: scroll;
}

@media (min-width: 67.5em) {
  .partners-navigation {
    background-color: rgba(255, 255, 255, 0.5);
    overflow-x: hidden;
  }
}

.partners-navigation li {
  display: inline-block;
  -webkit-transition: -webkit-transform .3s;
  -o-transition: -o-transform .3s;
  transition: transform .3s;
}

.partners-navigation a,
.partners-navigation .partners-categories-loading {
  display: block;
  font-size: 1.2rem;
  color: #424770;
  font-family: "Ubuntu-Medium";
  text-transform: uppercase;
  padding: 20px;
  cursor: pointer;
  line-height: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
}

@media (min-width: 47.99em) {
  .partners-navigation a,
  .partners-navigation .partners-categories-loading {
    padding: 26px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.partners-navigation .partners-categories-loading {
  display: block;
  text-align: center;
  width: 100%;
}

.partners-navigation li.selected a {
  color: #3B9CD8;
  -webkit-box-shadow: inset 0 -6px 0 #3B9CD8;
  box-shadow: inset 0 -6px 0 #3B9CD8;
}

.partners-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 12px;
  min-height: 300px;
}

.partners-list .svg-icon.partners-loader {
  width: 48px;
  height: 48px;
  display: none;
  color: #3B9CD8;
}

.partners-list.partners-loading .svg-icon.partners-loader {
  display: inline-block;
}

@media (min-width: 47.99em) {
  .partners-list {
    padding: 24px;
  }
}

.partners-list li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin: 1% 0;
  -webkit-transition: opacity 1.2s;
  -o-transition: opacity 1.2s;
  transition: opacity 1.2s;
}

@media (min-width: 34em) {
  .partners-list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    margin: 1%;
  }
}

@media (min-width: 47.99em) {
  .partners-list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    margin: 1%;
  }
}

.partners-list img {
  margin: auto;
}

.partners-list img.partner-portrait-logo {
  height: 100%;
}

.partners-list img.partner-landscape-logo {
  height: 100%;
}

.partners-card.white-background {
  background-color: #ffffff;
}

/*=====  End of PARTNERS  ======*/

.single-fintech .header-container,
.single-fintech .tablet-nav-container {
  background: white;
}

.single-fintech-full-container {
  background: #EDF3F7;
  padding-bottom: 150px;
}

.fintech-entry-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding-top: 2px;
}

@media (min-width: 47.99em) {
  .fintech-entry-content {
    padding: 24px 0 48px;
  }
}

@media (min-width: 67.5em) {
  .fintech-entry-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.fintech-main-content {
  background: white;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 12px;
  margin-bottom: 24px;
  margin-left: -12px;
  margin-right: -12px;
}

@media (min-width: 47.99em) {
  .fintech-main-content {
    margin-right: 0;
    margin-left: 0;
    border: 1px solid #E2E9EC;
    border-radius: 4px;
    padding: 34px 24px;
  }
}

@media (min-width: 67.5em) {
  .fintech-main-content {
    margin-left: 0;
    margin-right: 30px;
    margin-bottom: 0;
    padding: 38px 50px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fintech-main-content {
    width: calc(100% - 380px);
  }
}

.fintech-tab-content {
  display: none;
}

.fintech-tab-content.-active-tab {
  display: block;
}

.community-page-banner-full-container {
  min-height: 350px;
}

@media (min-width: 47.99em) {
  .community-page-banner-full-container {
    min-height: 405px;
  }
}

.community-page-banner-full-container .community-page-banner-container {
  height: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.community-top-filter-container {
  background: white;
  border-top: 1px solid #cdd0d9;
  border-bottom: 1px solid #cdd0d9;
  padding-top: 5px;
  padding-bottom: 5px;
}

@media (min-width: 47.99em) {
  .community-top-filter-container {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

@media (min-width: 67.5em) {
  .community-top-filter-container {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.community-top-filter-items-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 52px;
}

@media (min-width: 47.99em) {
  .community-top-filter-items-wrapper {
    height: auto;
  }
}

.community-page-full-container {
  background: #EDF3F7;
  overflow: hidden;
  padding-bottom: 160px;
}

.community-filter-posts-container {
  padding-top: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 34em) {
  .community-filter-posts-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (min-width: 67.5em) {
  .community-filter-posts-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 700px;
  }
}

.community-filter-posts-container .fintech-card {
  opacity: 1;
  -webkit-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s;
}

.community-filter-posts-container .fintech-card.m-faded {
  opacity: 0;
}

.community-filter-posts-container p {
  margin: auto;
  text-align: center;
}

.fintech-counter {
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-family: "Ubuntu-Bold";
  color: #424770;
}

@media (min-width: 47.99em) {
  .fintech-counter {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
}

@media (min-width: 67.5em) {
  .fintech-counter {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
}

.fintech-filter-search {
  display: none;
}

.fintech-filter-search input {
  background: url("../../assets/img/svg-icons/search-icon.svg");
  background-position: 17px center;
  background-repeat: no-repeat;
  padding-left: 65px;
}

@media (min-width: 47.99em) {
  .fintech-filter-search {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 400px;
    flex: 0 1 400px;
  }
}

@media (min-width: 67.5em) {
  .fintech-filter-search {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 584px;
    flex: 0 1 584px;
  }
}

.filter-trigger {
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1.6rem;
  text-transform: uppercase;
  font-family: "Ubuntu-Bold";
  color: #424770;
}

.filter-trigger svg {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}

@media (min-width: 67.5em) {
  .filter-trigger svg {
    width: 24px;
    height: 24px;
  }
}

@media (min-width: 47.99em) {
  .filter-trigger {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
}

.community-load-more-container {
  text-align: center;
  margin-top: 24px;
}

.community-load-more-container.m-loading {
  padding: 24px 0;
}

.community-load-more {
  border: 1px solid #d2d8e3;
  min-width: 230px;
  color: #424770;
}

.community-load-more.m-hidden {
  display: none;
}

.community-load-more svg {
  margin-left: 12px;
}

.svg-icon.fintech-loader {
  width: 40px;
  height: 40px;
  color: #3B9CD8;
  display: none;
}

.svg-icon.fintech-loader.m-active {
  display: inline-block;
}

.events-page-banner-full-container {
  min-height: 350px;
}

@media (min-width: 47.99em) {
  .events-page-banner-full-container {
    min-height: 405px;
  }
}

.events-page-banner-full-container .events-page-banner-container {
  height: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.events-page-browse-full-container {
  padding-top: 20px;
  background: #EDF3F7;
  padding-bottom: 40px;
}

@media (min-width: 47.99em) {
  .events-page-browse-full-container {
    padding-bottom: 60px;
  }
}

@media (min-width: 67.5em) {
  .events-page-browse-full-container {
    padding-bottom: 80px;
  }
}

.events-page-browse-full-container .section-title {
  margin-top: 0;
  font-size: 2.4rem;
  line-height: 3.7rem;
  text-align: center;
  color: #3B9CD8;
  margin-bottom: 22px;
}

@media (min-width: 47.99em) {
  .events-page-browse-full-container .section-title {
    font-size: 3rem;
    margin-bottom: 30px;
    line-height: 3.7rem;
  }
}

@media (min-width: 67.5em) {
  .events-page-browse-full-container .section-title {
    font-size: 4rem;
    line-height: 3.7rem;
  }
}

.events-page-browse-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*
  &::after {
    content: "";
    flex: 0 1 calc(50% - 24px / 2);
    min-height: 415px;
    min-width: 300px;
    display: none;
    order: 3;
    background: url('../../assets/img/bg-mountains.svg');
    background-repeat: no-repeat;
    background-position: 30px 174px;

    @include media-query(phone) {
      display: block;
    }

    @include media-query(tablet) {
      display: none;
    }
  }*/
}

@media (min-width: 47.99em) {
  .events-page-browse-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (min-width: 67.5em) {
  .events-page-browse-cards {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.events-page-listyourevents-full-container {
  background: url("../../assets/img/list-events-bg-mobile.svg");
  background-position: top center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 24px 80px 24px;
}

@media (min-width: 47.99em) {
  .events-page-listyourevents-full-container {
    background-image: url("../../assets/img/list-events-bg.svg");
    padding-top: 75px;
    padding-bottom: 125px;
  }
}

@media (min-width: 67.5em) {
  .events-page-listyourevents-full-container {
    padding-bottom: 150px;
  }
}

.events-page-listyourevents-full-container h2 {
  font-size: 3rem;
  line-height: 3.4rem;
  text-align: center;
  color: white;
  margin-bottom: 3.2rem;
  margin-top: 0;
}

@media (min-width: 47.99em) {
  .events-page-listyourevents-full-container h2 {
    font-size: 4rem;
    line-height: 4.6rem;
  }
}

@media (min-width: 67.5em) {
  .events-page-listyourevents-full-container h2 {
    font-size: 6rem;
    line-height: 7rem;
  }
}

.events-page-listyourevents-full-container .listyourevents-text {
  text-align: center;
  font-size: 1.4rem;
  line-height: 2.4rem;
}

@media (min-width: 47.99em) {
  .events-page-listyourevents-full-container .listyourevents-text {
    font-size: 1.6rem;
  }
}

@media (min-width: 67.5em) {
  .events-page-listyourevents-full-container .listyourevents-text {
    font-size: 2rem;
    line-height: 3.2rem;
  }
}

.events-page-listyourevents-full-container .listyourevents-text br {
  display: none;
}

@media (min-width: 47.99em) {
  .events-page-listyourevents-full-container .listyourevents-text br {
    display: block;
  }
}

.events-page-listyourevents-full-container .listyourevents-text p {
  margin-top: 0;
  color: white;
  margin-bottom: 1em;
}

.events-page-listyourevents-full-container .listyourevents-text p:last-child {
  margin-bottom: 0;
}

.events-page-listyourevents-full-container .listyourevents-text a {
  color: white;
  font-family: "Ubuntu-Bold";
  text-decoration: none;
}

.events-page-upcoming-full-container {
  background: #EDF3F7;
  padding-bottom: 24px;
}

@media (min-width: 47.99em) {
  .events-page-upcoming-full-container {
    padding-bottom: 54px;
  }
}

@media (min-width: 67.5em) {
  .events-page-upcoming-full-container {
    padding-bottom: 106px;
  }
}

.events-page-upcoming-full-container .section-title {
  margin-top: 0;
  text-align: center;
  font-size: 2.6rem;
  line-height: 3rem;
  color: #3B9CD8;
  margin-bottom: 34px;
}

@media (min-width: 47.99em) {
  .events-page-upcoming-full-container .section-title {
    font-size: 3rem;
    line-height: 3.4rem;
    margin-bottom: 50px;
  }
}

@media (min-width: 67.5em) {
  .events-page-upcoming-full-container .section-title {
    font-size: 4rem;
    line-height: 4.2rem;
    margin-bottom: 45px;
  }
}

.events-page-upcoming-events-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 47.99em) {
  .events-page-upcoming-events-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.default-page-full-container {
  padding-top: 170px;
  padding-bottom: 170px;
  background: #F0F2F7;
}

.default-page-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #d6d9e2;
  margin-bottom: 35px;
}

.default-page-header h1 {
  font-size: 4rem;
  line-height: 4.6rem;
  margin-top: 0;
  margin-bottom: 0;
  color: #9958C1;
}

.single-post-full-container {
  padding-top: 115px;
  background: #f9fbfc;
}

@media (min-width: 47.99em) {
  .single-post-full-container {
    padding-top: 185px;
  }
}

@media (min-width: 67.5em) {
  .single-post-full-container {
    padding-top: 150px;
  }
}

.single-post-full-container .single-post-title {
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: #3B9CD8;
  margin-top: 0;
  margin-bottom: 2.6rem;
}

@media (min-width: 47.99em) {
  .single-post-full-container .single-post-title {
    font-size: 3rem;
    line-height: 3.4rem;
    margin-bottom: 3.5rem;
  }
}

@media (min-width: 67.5em) {
  .single-post-full-container .single-post-title {
    line-height: 3.7rem;
    margin-bottom: 3rem;
    padding-right: 496px;
  }
}

.single-post-full-container .banner-image {
  background: white;
  overflow: hidden;
  height: 168px;
  margin-bottom: 20px;
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

@media (min-width: 47.99em) {
  .single-post-full-container .banner-image {
    height: 400px;
  }
}

@media (min-width: 67.5em) {
  .single-post-full-container .banner-image {
    margin-bottom: 5px;
  }
}

.single-post-full-container .post-intro {
  padding-bottom: 12px;
  border-bottom: 1px solid #eceeef;
  margin-bottom: 20px;
  position: relative;
}

@media (min-width: 67.5em) {
  .single-post-full-container .post-intro {
    padding-bottom: 0;
    border: 0;
    margin-bottom: 26px;
  }
}

.single-post-full-container .social-share-wrapper {
  height: 60px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 47.99em) {
  .single-post-full-container .social-share-wrapper {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media (min-width: 67.5em) {
  .single-post-full-container .social-share-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.single-post-full-container .social-share-wrapper .social-icon {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin-left: 6px;
  margin-right: 6px;
}

@media (min-width: 47.99em) {
  .single-post-full-container .social-share-wrapper .social-icon {
    margin-right: 4px;
    margin-left: 4px;
    width: 40px;
    height: 40px;
  }
}

@media (min-width: 67.5em) {
  .single-post-full-container .social-share-wrapper .social-icon {
    margin-bottom: 12px;
    width: 40px;
    height: 40px;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 47.99em) {
  .single-post-full-container .social-share-wrapper {
    position: absolute;
    right: 0;
    bottom: 20px;
    width: 244px;
  }
}

@media (min-width: 67.5em) {
  .single-post-full-container .social-share-wrapper {
    bottom: auto;
    top: 0;
    width: 60px;
    height: 244px;
    right: -75px;
  }
}

.single-post-full-container .post-meta {
  color: #424770;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (min-width: 47.99em) {
  .single-post-full-container .post-meta {
    padding-right: 266px;
  }
}

@media (min-width: 67.5em) {
  .single-post-full-container .post-meta {
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.single-post-full-container .writtenby {
  font-size: 1.6rem;
  line-height: 1.8rem;
  font-family: "Ubuntu-Medium";
  color: #424770;
  margin-bottom: 6px;
}

@media (min-width: 47.99em) {
  .single-post-full-container .writtenby {
    font-size: 1.8rem;
    line-height: 2.1rem;
  }
}

@media (min-width: 67.5em) {
  .single-post-full-container .writtenby {
    text-transform: uppercase;
    margin-bottom: 0;
  }
}

.single-post-full-container .published {
  font-size: 1.4rem;
  line-height: 1.6rem;
  text-transform: uppercase;
}

.single-post-full-container .post-tags-wrapper {
  padding-left: 30px;
  background-image: url("../../assets/img/svg-icons/icon-category-label.svg");
  background-repeat: no-repeat;
  background-position: 3px 5px;
  -webkit-background-size: 20px 16px;
  background-size: 20px 16px;
  padding-bottom: 20px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.single-post-full-container .post-tag {
  background: white;
  text-decoration: none;
  height: 25px;
  line-height: 25px;
  text-align: center;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 20px;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 10px;
  font-size: 1.4rem;
  color: #3B9CD8;
  font-family: "Ubuntu-Bold";
}

.related-posts-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.related-posts-wrapper .news-list-card {
  border-radius: 10px;
  height: 390px;
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  margin-bottom: 24px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background-color: white;
  border: 1px solid #BBD4E3;
}

.related-posts-wrapper .news-list-card:nth-child(3) {
  display: none;
}

@media (min-width: 47.99em) {
  .related-posts-wrapper .news-list-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(50% - 24px / 2);
    flex: 0 1 calc(50% - 24px / 2);
  }
}

@media (min-width: 67.5em) {
  .related-posts-wrapper .news-list-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc((100% - 24px * 2) / 3);
    flex: 0 1 calc((100% - 24px * 2) / 3);
  }

  .related-posts-wrapper .news-list-card:hover .thumbnail {
    height: 246px;
  }

  .related-posts-wrapper .news-list-card:hover .readmore-wrapper {
    bottom: 14px;
  }

  .related-posts-wrapper .news-list-card:nth-child(3) {
    display: block;
  }
}

.related-posts-wrapper .news-list-card .thumbnail {
  height: 280px;
}

.related-posts-wrapper .news-list-card .thumbnail::after {
  height: 100%;
  width: 100%;
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  /* fallback/image non-cover color */
  background-color: transparent;
  background: -webkit-linear-gradient(270deg, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -o-linear-gradient(270deg, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
}

.related-posts-wrapper .news-list-card .post-excerpt {
  display: block;
}

.related-posts-wrapper .news-list-card h2 {
  bottom: 0;
  top: auto;
  left: 0;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: white;
  padding-bottom: 16px;
  padding-top: 16px;
  z-index: 2;
  font-family: "Ubuntu-Regular";
}

.related-posts-title {
  font-size: 3rem;
  line-height: 3.4rem;
  color: #3B9CD8;
  margin-top: 0;
  margin-bottom: 3rem;
}

@media (min-width: 47.99em) {
  .related-posts-title {
    margin-bottom: 3.5rem;
  }
}

@media (min-width: 67.5em) {
  .related-posts-title {
    font-size: 4rem;
    line-height: 4.6rem;
    margin-bottom: 2.2rem;
  }
}

.single-post-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .single-post-columns {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.single-post-columns .single-post-main-content {
  position: relative;
  margin-bottom: 40px;
}

@media (min-width: 47.99em) {
  .single-post-columns .single-post-main-content {
    margin-bottom: 60px;
  }
}

@media (min-width: 67.5em) {
  .single-post-columns .single-post-main-content {
    padding-right: 90px;
    border-right: 1px solid #cbcfdb;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(100% - 406px);
    flex: 0 1 calc(100% - 406px);
    margin-bottom: 90px;
  }
}

@media all and (min-width: 67.5em) and (-ms-high-contrast: none), (min-width: 67.5em) and (-ms-high-contrast: active) {
  .single-post-columns .single-post-main-content {
    max-width: calc(100% - 498px);
  }
}

.single-post-columns .single-post-text {
  padding-bottom: 40px;
  border-bottom: 1px solid #9a9eb5;
  margin-bottom: 20px;
}

@media (min-width: 47.99em) {
  .single-post-columns .single-post-text {
    margin-bottom: 42px;
    padding-bottom: 54px;
  }
}

@media (min-width: 67.5em) {
  .single-post-columns .single-post-text {
    padding-bottom: 40px;
    margin-bottom: 31px;
  }
}

.single-post-columns .single-post-sidebar {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  /* fallback/image non-cover color */
  background-color: #fdfefe;
  background: -webkit-linear-gradient(270deg, #fdfefe 0%, #edf3f7 100%);
  background: -o-linear-gradient(270deg, #fdfefe 0%, #edf3f7 100%);
  background: linear-gradient(180deg, #fdfefe 0%, #edf3f7 100%);
  margin-left: -12px;
  margin-right: -12px;
  font-size: 30px;
  color: black;
  padding-bottom: 88px;
}

@media (min-width: 47.99em) {
  .single-post-columns .single-post-sidebar {
    margin-left: -5%;
    margin-right: -5%;
    padding-bottom: 100px;
  }
}

@media (min-width: 67.5em) {
  .single-post-columns .single-post-sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 406px;
    flex: 0 0 406px;
    padding-left: 22px;
    padding-top: 14px;
    background: none;
    padding-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

@media all and (min-width: 67.5em) and (-ms-high-contrast: none), (min-width: 67.5em) and (-ms-high-contrast: active) {
  .single-post-columns .single-post-sidebar {
    max-width: 428px;
  }
}

.single-post-related-articles {
  padding-top: 45px;
  padding-bottom: 70px;
  /* fallback/image non-cover color */
  background-color: #fdfefe;
  background: -webkit-linear-gradient(270deg, #fdfefe 0%, #edf3f7 100%);
  background: -o-linear-gradient(270deg, #fdfefe 0%, #edf3f7 100%);
  background: linear-gradient(180deg, #fdfefe 0%, #edf3f7 100%);
}

@media (min-width: 47.99em) {
  .single-post-related-articles {
    padding-bottom: 83px;
    padding-top: 55px;
  }
}

@media (min-width: 67.5em) {
  .single-post-related-articles {
    background: #F0F2F7;
    padding-top: 40px;
    padding-bottom: 150px;
  }
}

.ws-plugin--s2member-pro-login-widget-lost-password,
.ws-plugin--s2member-pro-login-widget-submit input,
.ws-plugin--s2member-pro-login-widget-username label,
.ws-plugin--s2member-pro-login-widget-password label,
div.s2member-pro-paypal-form-div label span,
.s2member-pro-paypal-form-last-name-div,
.s2member-pro-paypal-form-section-title,
.s2member-pro-paypal-form-description-div {
  display: none;
}

.s2member-pro-paypal-form-submit-div {
  float: none !important;
  width: 100% !important;
  text-align: center !important;
}

@media (min-width: 67.5em) {
  #ws-plugin--s2member-profile {
    max-width: 720px;
  }
}

div.s2member-pro-paypal-form-section > div.s2member-pro-paypal-form-div.s2member-pro-paypal-form-custom-reg-field-updates-accept-div label,
div.s2member-pro-paypal-form-section > div.s2member-pro-paypal-form-div.s2member-pro-paypal-form-custom-reg-field-terms-accept-div label {
  display: block;
  height: auto;
  line-height: 1.2;
}

div.s2member-pro-paypal-form-custom-reg-field-best-description-div label span {
  display: inline;
}

button.ws-plugin--s2member-animate-processing:after {
  display: none !important;
}

.s2member-pro-paypal-form-first-name-div label:last-child {
  display: block !important;
  margin-top: 15px;
}

@media (min-width: 47.99em) {
  .s2member-pro-paypal-form-first-name-div label:last-child {
    margin-top: 0;
  }
}

.page-template-signin-template .header-nav-container,
.page-template-signin-template .header-functions-container,
.page-template-signin-template .newsletter-full-container,
.page-template-signin-template .tablet-nav-container,
.page-template-signin-template .footer-menu-container {
  display: none;
}

.sign-in-full-container {
  background: #F0F2F7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  min-height: 100vh;
}

.sign-in-text-wrapper {
  padding-top: 150px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-bottom: 60px;
  padding-left: 140px;
  padding-right: 140px;
  background-image: url("../../assets/img/header.svg");
  background-position: left top;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  display: none;
}

@media (min-width: 67.5em) {
  .sign-in-text-wrapper {
    display: block;
    padding-left: calc((100% - 1180px) / 2);
  }
}

.sign-in-text-wrapper .bulletpoint-block-item {
  position: relative;
  padding-left: 60px;
  padding-bottom: 30px;
  padding-right: 0;
}

.sign-in-text-wrapper .bulletpoint-block-item::after {
  width: 1px;
  height: 100%;
  content: "";
  background: #E0367F;
  position: absolute;
  left: 18px;
  top: 0;
}

@media (min-width: 67.5em) {
  .sign-in-text-wrapper .bulletpoint-block-item:first-of-type::after {
    top: 8px;
  }
}

.sign-in-text-wrapper .bulletpoint-block-item:last-of-type::after {
  height: 12px;
}

.sign-in-text-wrapper .bulletpoint-block-item-icon {
  position: absolute;
  left: -4px;
  top: -6px;
  z-index: 5;
}

.sign-in-text-wrapper .bulletpoint-block-icon {
  width: 46px;
  height: 46px;
}

.sign-in-text-wrapper .bulletpoint-block-item-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.8rem;
  line-height: 3rem;
  font-family: "Ubuntu-Medium";
  color: #2D314F;
}

.sign-in-text-wrapper h1 {
  font-size: 6rem;
  line-height: 6.9rem;
  margin-top: 0;
  margin-bottom: 5.5rem;
  color: #9958C1;
}

.sign-in-text-wrapper .bulletpoint-block-item-content {
  margin-top: 0;
  margin-bottom: 0;
  color: #2D314F;
  font-size: 1.8rem;
  line-height: 2.8rem;
}

.sign-in-form-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  /* fallback/image non-cover color */
  background-color: #ffffff;
  background: -webkit-linear-gradient(270deg, #ffffff 0%, #edf3f7 100%);
  background: -o-linear-gradient(270deg, #ffffff 0%, #edf3f7 100%);
  background: linear-gradient(180deg, #ffffff 0%, #edf3f7 100%);
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 90px;
}

@media (min-width: 67.5em) {
  .sign-in-form-wrapper {
    background-image: url("../../assets/img/signin-form-bg.svg");
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 588px;
    flex: 0 0 588px;
    padding-right: 90px;
    padding-left: 90px;
  }
}

.sign-in-form-wrapper .form-tab {
  visibility: hidden;
  height: 0;
  -webkit-transition: all .8s ease, padding-top 0s;
  -o-transition: all .8s ease, padding-top 0s;
  transition: all .8s ease, padding-top 0s;
  opacity: 0;
  overflow: hidden;
}

.sign-in-form-wrapper .form-tab.m-active {
  visibility: visible;
  opacity: 1;
  height: auto;
}

.sign-in-form-wrapper .form-triggers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sign-in-form-wrapper .form-triggers .form-trigger {
  color: #9294a4;
  font-size: 1.6rem;
  line-height: 4rem;
  text-transform: uppercase;
  font-family: "Ubuntu-Regular";
  padding-bottom: 3px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

@media (min-width: 67.5em) {
  .sign-in-form-wrapper .form-triggers .form-trigger {
    color: #99a0b3;
    font-size: 2.4rem;
    line-height: 4.5rem;
  }
}

.sign-in-form-wrapper .form-triggers .form-trigger::after {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  content: "";
  height: 3px;
  width: 60px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: transparent;
}

.sign-in-form-wrapper .form-triggers .form-trigger.m-active {
  color: #3B9CD8;
}

@media (min-width: 67.5em) {
  .sign-in-form-wrapper .form-triggers .form-trigger.m-active {
    color: white;
  }
}

.sign-in-form-wrapper .form-triggers .form-trigger.m-active::after {
  background: #9958C1;
}

.sign-in-form-wrapper .form-triggers .signin-trigger {
  margin-right: 26px;
}

.sign-in-form-wrapper .form-triggers .join-trigger {
  margin-left: 26px;
}

.sign-in-form-wrapper .form-content-wrapper {
  max-width: 406px;
  margin: 0 auto;
}

@media (min-width: 67.5em) {
  .sign-in-form-wrapper .form-content-wrapper {
    max-width: none;
  }
}

.sign-in-form-wrapper h2 {
  margin-top: 0;
  color: #424770;
  text-align: center;
  font-size: 2.4rem;
  line-height: 2.8rem;
  margin-bottom: .4rem;
}

@media (min-width: 47.99em) {
  .sign-in-form-wrapper h2 {
    text-align: left;
    font-size: 3rem;
    line-height: 3.4rem;
    margin-bottom: .8rem;
  }
}

@media (min-width: 67.5em) {
  .sign-in-form-wrapper h2 {
    color: white;
    font-size: 4rem;
    line-height: 4.6rem;
    margin-bottom: 1rem;
  }
}

.sign-in-form-wrapper .form-lead-text {
  margin-top: 0;
  color: #424770;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.6rem;
  margin-bottom: 1.4rem;
}

@media (min-width: 47.99em) {
  .sign-in-form-wrapper .form-lead-text {
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.8rem;
    margin-bottom: 3rem;
  }
}

@media (min-width: 67.5em) {
  .sign-in-form-wrapper .form-lead-text {
    color: white;
    margin-bottom: 2.2rem;
  }
}

.sign-in-form-wrapper .form-lead-text span {
  cursor: pointer;
  color: #3B9CD8;
}

@media (min-width: 67.5em) {
  .sign-in-form-wrapper .form-lead-text span {
    color: white;
    font-family: "Ubuntu-Bold";
  }
}

.sign-in-form-wrapper .signin-form-tab.m-active {
  padding-top: 30px;
}

@media (min-width: 67.5em) {
  .sign-in-form-wrapper .signin-form-tab.m-active {
    padding-top: 120px;
  }
}

.sign-in-form-wrapper .signin-form-tab h3 {
  display: none;
}

.sign-in-form-wrapper .join-form-tab.m-active {
  padding-top: 30px;
}

@media (min-width: 67.5em) {
  .sign-in-form-wrapper .join-form-tab.m-active {
    padding-top: 42px;
  }
}

.sign-in-form-wrapper .join-form-tab .form-lead-text {
  margin-bottom: 14px;
}

@media (min-width: 47.99em) {
  .sign-in-form-wrapper .join-form-tab .form-lead-text {
    margin-bottom: 30px;
  }
}

@media (min-width: 67.5em) {
  .sign-in-form-wrapper .join-form-tab .form-lead-text {
    margin-bottom: 42px;
  }
}

.sign-in-form-wrapper .account-form-row {
  margin-bottom: 10px;
}

@media (min-width: 47.99em) {
  .sign-in-form-wrapper .account-form-row {
    margin-bottom: 20px;
  }
}

@media (min-width: 67.5em) {
  .sign-in-form-wrapper .account-form-row {
    margin-bottom: 10px;
  }
}

@media (min-width: 47.99em) {
  .sign-in-form-wrapper .two-inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.sign-in-form-wrapper .two-inputs input:first-child,
.sign-in-form-wrapper .two-inputs label:first-child {
  margin-bottom: 10px;
}

@media (min-width: 47.99em) {
  .sign-in-form-wrapper .two-inputs input:first-child,
  .sign-in-form-wrapper .two-inputs label:first-child {
    margin-bottom: 0;
  }
}

@media (min-width: 47.99em) {
  .sign-in-form-wrapper .two-inputs input,
  .sign-in-form-wrapper .two-inputs label {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(50% - 5px);
    flex: 0 1 calc(50% - 5px);
  }
}

@media all and (min-width: 47.99em) and (-ms-high-contrast: none), (min-width: 47.99em) and (-ms-high-contrast: active) {
  .sign-in-form-wrapper .two-inputs input,
  .sign-in-form-wrapper .two-inputs label {
    width: calc(50% - 5px);
  }
}

@media (min-width: 67.5em) {
  .sign-in-form-wrapper label {
    color: white;
  }
}

.sign-in-form-wrapper .remember-me-row {
  padding-top: 10px;
  margin-bottom: 30px;
}

@media (min-width: 47.99em) {
  .sign-in-form-wrapper .remember-me-row {
    margin-bottom: 50px;
  }
}

@media (min-width: 67.5em) {
  .sign-in-form-wrapper .remember-me-row {
    margin-bottom: 64px;
  }
}

.sign-in-form-wrapper .form-submit-wrapper {
  text-align: center;
  margin-bottom: 22px;
}

.sign-in-form-wrapper .form-submit-wrapper input {
  display: none;
}

.sign-in-form-wrapper .signin-form-submit,
.sign-in-form-wrapper .join-form-submit {
  font-size: 1.6rem;
  line-height: 1.8rem;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (min-width: 67.5em) {
  .sign-in-form-wrapper .signin-form-submit,
  .sign-in-form-wrapper .join-form-submit {
    background: white;
    color: #3B9CD8;
    width: 280px;
  }

  .sign-in-form-wrapper .signin-form-submit::after,
  .sign-in-form-wrapper .signin-form-submit::before,
  .sign-in-form-wrapper .join-form-submit::after,
  .sign-in-form-wrapper .join-form-submit::before {
    display: none;
  }
}

.sign-in-form-wrapper .forgot-password-trigger {
  cursor: pointer;
}

.sign-in-form-wrapper .join-password-row {
  margin-bottom: 14px;
}

@media (min-width: 67.5em) {
  .sign-in-form-wrapper .join-password-row {
    margin-bottom: 40px;
  }
}

.sign-in-form-wrapper .join-describe-row {
  margin-bottom: 32px;
}

@media (min-width: 67.5em) {
  .sign-in-form-wrapper .join-describe-row {
    margin-bottom: 0;
  }
}

.sign-in-form-wrapper .join-describe-row label {
  display: block;
  margin-bottom: 14px;
}

@media (min-width: 67.5em) {
  .sign-in-form-wrapper .join-describe-row label {
    margin-bottom: 6px;
  }
}

.sign-in-form-wrapper .join-describe-row .form-select-container {
  padding-left: 0;
  padding-right: 0;
}

.sign-in-form-wrapper .join-checkbox-row {
  margin-bottom: 18px;
}

.sign-in-form-wrapper .join-checkbox-row label {
  font-size: 1.6rem;
  line-height: 2.3rem;
  padding-left: 36px;
}

@media (min-width: 67.5em) {
  .sign-in-form-wrapper .join-checkbox-row label {
    padding-left: 48px;
  }
}

.sign-in-form-wrapper .join-checkbox-row label::before {
  top: 6px;
}

.sign-in-form-wrapper .join-form-submit-wrapper {
  padding-top: 10px;
}

@media (min-width: 47.99em) {
  .sign-in-form-wrapper .join-form-submit-wrapper {
    padding-top: 32px;
  }
}

@media (min-width: 67.5em) {
  .sign-in-form-wrapper .join-form-submit-wrapper {
    padding-top: 48px;
  }
}

.forgot-password-row {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.3rem;
  font-family: "Ubuntu-Light";
  margin-bottom: 0;
}

.forgot-password-row a {
  text-decoration: none;
  color: #2D314F;
}

@media (min-width: 47.99em) {
  .forgot-password-row {
    text-align: left;
  }
}

@media (min-width: 67.5em) {
  .forgot-password-row {
    text-align: center;
  }

  .forgot-password-row a {
    color: white;
  }
}

.news-full-container {
  background-color: #EDF3F7;
  background-image: url("../../assets/img/header-mobile.svg");
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  padding-top: 100px;
  padding-bottom: 120px;
}

@media (min-width: 47.99em) {
  .news-full-container {
    background-image: url("../../assets/img/header.svg");
    padding-top: 190px;
    padding-bottom: 150px;
  }
}

@media (min-width: 67.5em) {
  .news-full-container {
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 160px;
    padding-bottom: 170px;
  }
}

.news-page-banner-container {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media (min-width: 47.99em) {
  .news-page-banner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
  }
}

@media (min-width: 67.5em) {
  .news-page-banner-container {
    margin-bottom: 40px;
    padding-bottom: 25px;
    border-bottom: 1px solid #dfe7ed;
  }
}

.news-page-banner-container .form-select-container {
  margin-bottom: 0;
  min-width: 280px;
}

.news-page-banner-container .section-title {
  font-size: 3rem;
  line-height: 3.4rem;
  text-align: center;
  color: #9958C1;
  margin-bottom: 4.7rem;
  margin-top: 0;
}

@media (min-width: 47.99em) {
  .news-page-banner-container .section-title {
    font-size: 4rem;
    line-height: 4.6rem;
    text-align: left;
    margin-bottom: 0;
  }
}

@media (min-width: 67.5em) {
  .news-page-banner-container .section-title {
    font-size: 6rem;
    line-height: 6.9rem;
  }
}

.news-posts-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media (min-width: 47.99em) {
  .news-posts-wrapper::after {
    content: "";
    height: 1px;
    background: #dfe7ed;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-bottom: 48px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

.news-posts-wrapper .news-list-card:nth-child(1),
.news-posts-wrapper .news-list-card:nth-child(2) {
  border-radius: 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  height: 390px;
  margin-bottom: 24px;
  background-color: white;
  border: 1px solid #BBD4E3;
}

.news-posts-wrapper .news-list-card:nth-child(1) .thumbnail,
.news-posts-wrapper .news-list-card:nth-child(2) .thumbnail {
  height: 280px;
}

.news-posts-wrapper .news-list-card:nth-child(1) .thumbnail::after,
.news-posts-wrapper .news-list-card:nth-child(2) .thumbnail::after {
  height: 100%;
  width: 100%;
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  /* fallback/image non-cover color */
  background-color: transparent;
  background: -webkit-linear-gradient(270deg, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -o-linear-gradient(270deg, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
}

@media (min-width: 67.5em) {
  .news-posts-wrapper .news-list-card:nth-child(1) .thumbnail,
  .news-posts-wrapper .news-list-card:nth-child(2) .thumbnail {
    height: 350px;
  }
}

.news-posts-wrapper .news-list-card:nth-child(1) .post-excerpt,
.news-posts-wrapper .news-list-card:nth-child(2) .post-excerpt {
  display: block;
}

@media (min-width: 67.5em) {
  .news-posts-wrapper .news-list-card:nth-child(1) .post-excerpt,
  .news-posts-wrapper .news-list-card:nth-child(2) .post-excerpt {
    font-size: 1.6rem;
    line-height: 2.3rem;
    padding-left: 46px;
    padding-right: 46px;
    padding-top: 16px;
    height: 83px;
    white-space: wrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.news-posts-wrapper .news-list-card:nth-child(1) .readmore-wrapper::after,
.news-posts-wrapper .news-list-card:nth-child(2) .readmore-wrapper::after {
  display: none;
}

.news-posts-wrapper .news-list-card:nth-child(1) h2,
.news-posts-wrapper .news-list-card:nth-child(2) h2 {
  bottom: 0;
  top: auto;
  left: 0;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: white;
  padding-bottom: 16px;
  padding-top: 16px;
  z-index: 2;
  font-family: "Ubuntu-Regular";
}

@media (min-width: 67.5em) {
  .news-posts-wrapper .news-list-card:nth-child(1) h2,
  .news-posts-wrapper .news-list-card:nth-child(2) h2 {
    font-size: 2.4rem;
    line-height: 2.6rem;
    padding-left: 46px;
    padding-right: 46px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

@media (min-width: 67.5em) {
  .news-posts-wrapper .news-list-card:nth-child(1),
  .news-posts-wrapper .news-list-card:nth-child(2) {
    height: 440px;
  }

  .news-posts-wrapper .news-list-card:nth-child(1):hover .thumbnail,
  .news-posts-wrapper .news-list-card:nth-child(2):hover .thumbnail {
    height: 315px;
  }

  .news-posts-wrapper .news-list-card:nth-child(1):hover .readmore-wrapper,
  .news-posts-wrapper .news-list-card:nth-child(2):hover .readmore-wrapper {
    bottom: 20px;
  }
}

.news-posts-wrapper .news-list-card:nth-child(2) {
  margin-bottom: 48px;
}

@media (min-width: 47.99em) {
  .news-posts-wrapper .news-list-card:nth-child(1),
  .news-posts-wrapper .news-list-card:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(50% - 24px / 2);
    flex: 0 1 calc(50% - 24px / 2);
    margin-bottom: 48px;
  }
}

@media all and (min-width: 47.99em) and (-ms-high-contrast: none), (min-width: 47.99em) and (-ms-high-contrast: active) {
  .news-posts-wrapper .news-list-card:nth-child(1),
  .news-posts-wrapper .news-list-card:nth-child(2) {
    max-width: calc(50% - 24px / 2);
  }
}

@media (min-width: 47.99em) {
  .news-posts-wrapper .news-list-card:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .news-posts-wrapper .news-list-card:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.pagination-wrapper {
  text-align: center;
  margin-top: 24px;
}

.pagination-wrapper .dots {
  font-size: 2rem;
  font-family: "Ubuntu-Bold";
  color: #424770;
  margin-right: 10px;
  margin-left: 10px;
}

@media (min-width: 67.5em) {
  .pagination-wrapper .dots {
    font-size: 2.6rem;
    margin-left: 18px;
    margin-right: 18px;
  }
}

.pagination-wrapper .current {
  font-size: 2rem;
  display: inline-block;
  width: 38px;
  height: 38px;
  background: #E0367F;
  border-radius: 24px;
  text-align: center;
  line-height: 38px;
  color: white;
  font-family: "Ubuntu-Bold";
  margin-right: 10px;
  margin-left: 10px;
}

@media (min-width: 47.99em) {
  .pagination-wrapper .current {
    margin-left: 18px;
    margin-right: 18px;
  }
}

@media (min-width: 67.5em) {
  .pagination-wrapper .current {
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 2.6rem;
  }
}

.pagination-wrapper a {
  text-decoration: none;
  font-size: 2rem;
  display: inline-block;
  width: 38px;
  height: 38px;
  background: #e2e9ec;
  border-radius: 24px;
  text-align: center;
  line-height: 38px;
  color: #424770;
  font-family: "Ubuntu-Bold";
  margin-left: 10px;
  margin-right: 10px;
}

@media (min-width: 47.99em) {
  .pagination-wrapper a {
    margin-left: 18px;
    margin-right: 18px;
  }
}

@media (min-width: 67.5em) {
  .pagination-wrapper a {
    width: 48px;
    height: 48px;
    font-size: 2.6rem;
    line-height: 48px;
  }
}

.pagination-wrapper .next-posts {
  width: 10px;
  height: 17px;
}

.pagination-wrapper .prev-posts {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  width: 10px;
  height: 17px;
}

.pagination-wrapper .prev {
  margin-left: 0;
}

.pagination-wrapper .next {
  margin-right: 0;
}

.search-result-hit {
  margin-bottom: 40px;
}

.search-result-hit h2 {
  margin-top: 0;
  color: #3B9CD8;
  margin-bottom: 1rem;
}

.search-result-hit .readmore-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

.search-result-hit .readmore-cta-link {
  color: #2D314F;
  text-decoration: none;
  font-family: "Ubuntu-Medium";
  font-size: 1.2rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  vertical-align: middle;
  display: inline-block;
}

@media (min-width: 47.99em) {
  .search-result-hit .readmore-cta-link {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
}

.search-result-hit .readmore-cta-link svg {
  margin-left: 7px;
}

.sitemap-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sitemap-content h3 {
  color: #9958C1;
  font-family: "Ubuntu-Medium";
}

.sitemap-content li a {
  color: #2D314F;
}

.sitemap-content-column {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

@media (min-width: 47.99em) {
  .sitemap-content-column {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }
}

.dashboard-wrapper {
  position: relative;
  /* fallback/image non-cover color */
  background-color: #ffffff;
  background: -webkit-linear-gradient(270deg, #ffffff 0%, #EDF3F7 100%);
  background: -o-linear-gradient(270deg, #ffffff 0%, #EDF3F7 100%);
  background: linear-gradient(180deg, #ffffff 0%, #EDF3F7 100%);
  padding-top: 90px;
}

@media (min-width: 47.99em) {
  .dashboard-wrapper {
    padding-top: 140px;
  }
}

@media (min-width: 67.5em) {
  .dashboard-wrapper {
    padding-top: 0;
  }
}

.dashboard-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (min-width: 47.99em) {
  .dashboard-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-top: solid 1px #BBD4E3;
  }
}

.dashboard-navigation-container {
  position: relative;
  width: 100%;
}

@media (min-width: 47.99em) {
  .dashboard-navigation-container {
    width: 210px;
    background-color: #ffffff;
    border-bottom: solid 1px #BBD4E3;
    border-right: solid 1px #BBD4E3;
    min-height: 70vh;
    overflow: hidden;
    position: absolute;
  }
}

@media (min-width: 67.5em) {
  .dashboard-navigation-container {
    padding-top: 90px;
    height: 100%;
  }
}

.dashboard-content-container {
  width: 100%;
  padding: 12px;
}

@media (min-width: 47.99em) {
  .dashboard-content-container {
    width: calc(100% - 220px);
    margin-left: 210px;
    padding: 24px;
    min-height: 70vh;
  }
}

@media (min-width: 67.5em) {
  .dashboard-content-container {
    padding: 48px 24px;
    padding-top: 90px;
  }
}

@media (min-width: 90em) {
  .dashboard-content-container {
    width: 60%;
    margin: auto;
    max-width: 900px;
  }
}

.dashboard-content-container h1 {
  border-bottom: solid 1px rgba(66, 71, 112, 0.12);
  color: #9958C1;
  font-size: 3rem;
}

@media (min-width: 67.5em) {
  .dashboard-content-container h1 {
    font-size: 4rem;
  }
}

.dashboard-content-container p {
  font-size: 1.6rem;
  color: #424770;
}

@media (min-width: 47.99em) {
  .dashboard-nav-mobile {
    display: none;
  }
}

.dashboard-nav {
  display: none;
  font-family: "Ubuntu-Medium";
  font-size: 1.8rem;
  padding: 24px 12px;
}

.dashboard-nav a {
  display: block;
  text-align: left;
  text-decoration: none;
  color: #424770;
  line-height: 1.2;
}

.dashboard-nav li {
  min-height: 6rem;
}

.dashboard-nav li.current-nav-item a::after {
  display: block;
  content: '';
  width: 20px;
  margin-top: 3px;
  height: 3px;
  background-color: #E0367F;
}

@media (min-width: 47.99em) {
  .dashboard-nav {
    display: block;
  }
}

.dashboard-tiles-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (min-width: 67.5em) {
  .dashboard-tiles-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.dashboard-tile-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  text-decoration: none;
}

@media (min-width: 67.5em) {
  .dashboard-tile-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
  }
}

.dashboard-tile {
  display: block;
  background-color: #ffffff;
  margin: 12px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-shadow: 0 40px 40px -30px rgba(28, 186, 224, 0.2), 0 40px 40px -30px rgba(0, 0, 0, 0.3);
  box-shadow: 0 40px 40px -30px rgba(28, 186, 224, 0.2), 0 40px 40px -30px rgba(0, 0, 0, 0.3);
}

@media (min-width: 47.99em) {
  .dashboard-tile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 67.5em) {
  .dashboard-tile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.tile-image-container,
.tile-content-container {
  display: block;
  text-align: center;
}

@media (min-width: 47.99em) {
  .tile-image-container,
  .tile-content-container {
    text-align: left;
  }
}

@media (min-width: 67.5em) {
  .tile-image-container,
  .tile-content-container {
    text-align: center;
  }
}

.tile-image-container {
  width: 100%;
  min-height: 180px;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tile-image-container img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

@media (min-width: 47.99em) {
  .tile-image-container {
    width: 30%;
  }
}

@media (min-width: 67.5em) {
  .tile-image-container {
    width: 100%;
  }
}

.tile-content-container {
  padding: 12px;
  width: 100%;
}

.tile-content-container h4 {
  font-size: 2.4rem;
  margin: 0;
  color: #2D314F;
}

.tile-content-container p {
  margin: 0;
  font-size: 1.4rem;
}

@media (min-width: 47.99em) {
  .tile-content-container {
    width: 70%;
    padding: 24px 12px;
  }
}

@media (min-width: 67.5em) {
  .tile-content-container {
    width: 100%;
  }
}

.dashboard-library-container {
  padding: 24px 0;
}

.dashboard-library-container li {
  display: block;
  border-bottom: solid 1px rgba(66, 71, 112, 0.12);
  min-height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dashboard-library-container span {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 60%;
  flex: 1 0 60%;
  font-size: 2rem;
  font-family: "Ubuntu-Medium";
  color: #424770;
  line-height: 1.2;
  padding-right: 24px;
}

.dashboard-library-container a {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: block;
  font-size: 1.5rem;
  line-height: 5rem;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Ubuntu-Medium";
  color: #424770;
}

.dashboard-library-container .svg-icon.link-icon {
  margin-left: 6px;
}

/*==================
=      #PRINT      =
==================*/

/*
* inlined to avoid required HTTP connection www.phpied.com/delay-loading-your-print-css/
*/

@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

/*=====  End of PRINT  ======*/