@charset "UTF-8";
/*
Theme Name: iBelong
Description: A custom, standalone theme to built out the styles and functionalities for iBelong.com
Version: 1.0
Author: Christie Wood
Author URI: http://annabelmangold.com/
*/
/**
 * SETTINGS
 * Global...............Project-specific, globally available variables.
 *
 * TOOLS
 * Functions............Global functions.
 * Mixins...............Global mixins.
 *
 * GENERIC
 * Normalize.css........Normalise browser defaults.
 * Variables............Pre-defined global settings: colors
 * Breakpoints..........Mixins and variables for responsive styles
 * Fonts................Any font files, if the project needs specific fonts.
 * Grid................Minor bootstrap-esque grid classes
 * Section................All styling options for sections
 * Reset................Reset specific elements to make them easier to style in other contexts.
 * Clearings............Clearings for the main components.
 *
 * ELEMENTS
 * Blockquote...........Default blockquote.
 * Forms................Element-level form styling.
 * Headings.............H1–H6
 * Links................Default links.
 * Lists................Default lists.
 * Logos................Cascading logo grid.
 * Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.
 * Marquee..............Animation that scrolls text across the screen
 * Toggles..............Open and close toggle styles
 *
 * BLOCKS
 * Hamburger............Specific styles for the hamburger menu.
 * Audio................Specific styles for the audio block.
 * Button...............Specific styles for the button block.
 * Code.................Specific styles for the code block.
 * Columns..............Specific styles for the columns block.
 * Cover................Specific styles for the cover block.
 * File.................Specific styles for the file block.
 * Gallery..............Specific styles for the gallery block.
 * Group................Specific styles for the group block.
 * Heading..............Specific styles for the heading block.
 * Image................Specific styles for the image block.
 * Latest comments......Specific styles for the latest comments block.
 * Latest posts.........Specific styles for the latest posts block.
 * Legacy...............Specific styles for the legacy gallery.
 * List.................Specific styles for the list block.
 * Media text...........Specific styles for the media and text block.
 * Navigation...........Specific styles for the navigation block.
 * Paragraph............Specific styles for the paragraph block.
 * Pullquote............Specific styles for the pullquote block.
 * Quote................Specific styles for the quote block.
 * Search...............Specific styles for the search block.
 * Separator............Specific styles for the separator block.
 * Spacer...............Specific styles for the spacer block.
 * Table................Specific styles for the table block.
 * Verse................Specific styles for the verse block.
 * Video................Specific styles for the video block.
 * Utilities............Block alignments.
 *
 * COMPONENTS
 * Header...............Header styles.
 * Footer...............Footer styles.
 * Login................Login form styles.
 * Account..............Account administration styles.
 * 404..................404 styles.
 * Search...............Search styles.
 * Navigation...........Navigation styles.
 * Footer Navigation....Footer Navigation styles.
 * Pagination...........Pagination styles.
 * Single...............Single page and post styles.
 * Posts and pages......Misc, sticky post styles.
 * Entry................Entry, author biography.
 * Widget...............Widget styles.
 * Editor...............Editor styles.
 *
 * SPECIFIC
 * Welcome..............Welcome page styles.
 * Success..............Success/Thank You page styles.
 * Terms................Terms of Use page styles.
 * Intro Questionnaire..Intro Questionaire Styles
 * Contact..............Contact Page for Interim
 *
 */
/* Categories 01 to 03 are the basics. */
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
@import url("https://fonts.cdnfonts.com/css/lufga");
@import url("https://use.typekit.net/hbp3xyj.css");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  height: 100%; }

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

/**
 * Remove default margin.
 */
body {
  margin: 0;
  font-size: 28px;
  line-height: 1.17em;
  height: 100%; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/**
 * Responsive Styles
 */
/**
 * Required Variables
 */
/* Our Grid is based on 10 columns, not 12 */
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }
  @media (max-width: 767px) {
    .row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .row.column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .row.align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .row.align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .row.space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .row.space-around {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  @media only screen and (min-width: 592px) {
    .row .col-2 {
      -ms-flex-preferred-size: 22%;
      flex-basis: 22%; } }
  @media only screen and (min-width: 592px) {
    .row .col-3 {
      -ms-flex-preferred-size: 29%;
      flex-basis: 29%; } }
  @media only screen and (min-width: 592px) {
    .row .col-4 {
      -ms-flex-preferred-size: 40%;
      flex-basis: 40%; } }
  @media only screen and (min-width: 592px) {
    .row .col-5 {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%; } }
  @media only screen and (min-width: 592px) {
    .row .col-6 {
      -ms-flex-preferred-size: 60%;
      flex-basis: 60%; } }
  @media only screen and (min-width: 592px) {
    .row .col-10 {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; } }

section, article > .wp-block-group {
  position: relative;
  overflow: hidden; }
  section.margins, article > .wp-block-group.margins {
    margin: 0px 4.25%; }
  section.dark, article > .wp-block-group.dark {
    color: #ffffff; }
  section.pad-small, article > .wp-block-group.pad-small {
    padding: 0% 2.25%; }
  section.pad-medium, article > .wp-block-group.pad-medium {
    padding: 0% 4.62%; }
  section.pad-large, article > .wp-block-group.pad-large {
    padding: 0px 9%; }
  section.pad-xlarge, article > .wp-block-group.pad-xlarge {
    padding: 0px 14%; }
    @media (max-width: 1199px) {
      section.pad-xlarge, article > .wp-block-group.pad-xlarge {
        padding: 0px 12%; } }
  section.ypad-2, article > .wp-block-group.ypad-2 {
    padding-top: 2em;
    padding-bottom: 2em; }
  section .row, article > .wp-block-group .row {
    position: relative; }

body.page-template-page-nofooter header + .menu-modal + section {
  min-height: calc(100% - 125px); }
  @media only screen and (max-width: 1023px) {
    body.page-template-page-nofooter header + .menu-modal + section {
      min-height: calc(100% - 100px); } }

/* CSS Document */
@media only screen and (max-width: 591px) {
  .center_mobile {
    text-align: center; } }

.wp-block-group.margins .wp-block-image .alignright {
  margin-right: 0px; }

@media (max-width: 989px) {
  .wp-block-group.margins .stackearly {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .wp-block-group.margins .stackearly .wp-block-image .alignright {
      float: none;
      margin: 0px; } }

figure.wp-block-gallery {
  max-width: 818px;
  padding: 0px 20px;
  margin: 2em auto 0px auto; }
  figure.wp-block-gallery.has-nested-images figure.wp-block-image img {
    width: 100%; }

h1.wp-block-heading {
  color: #30273b;
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 0.5em; }
  @media only screen and (max-width: 591px) {
    h1.wp-block-heading {
      font-size: 43px;
      line-height: 49px; } }
  h1.wp-block-heading strong {
    font-weight: 600; }
  h1.wp-block-heading + p {
    font-size: 25px;
    line-height: 35px;
    margin-top: 0px; }
    @media only screen and (max-width: 591px) {
      h1.wp-block-heading + p {
        font-size: 21px;
        line-height: 31px; } }

.wp-block-button .wp-element-button {
  background: #2730e2;
  background: -webkit-gradient(linear, left top, right top, from(#2730e2), to(#6426c7));
  background: -webkit-linear-gradient(left, #2730e2 0%, #6426c7 100%);
  background: -o-linear-gradient(left, #2730e2 0%, #6426c7 100%);
  background: linear-gradient(90deg, #2730e2 0%, #6426c7 100%);
  color: #fdfdfd;
  text-align: center;
  border: 0px;
  border-radius: 40px;
  margin: 0 auto;
  padding: 23px 93px;
  display: inline-block;
  line-height: 1.3;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  border: 2px #fff solid;
  font-family: "novecento-sans-wide"; }
  @media only screen and (max-width: 479px) {
    .wp-block-button .wp-element-button {
      padding-left: 58px;
      padding-right: 58px; } }

/* Elements can contain any default HTML element. */
/* -------------------------------------------------------------------------- */
/*	5. Menu Modal
/* -------------------------------------------------------------------------- */
.menu-modal {
  background: rgba(255, 255, 255, 0.95);
  display: none;
  opacity: 0;
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  bottom: 0;
  left: -99999rem;
  right: 99999rem;
  top: 0;
  -webkit-transition: opacity 0.25s ease-in, left 0s 0.25s, right 0s 0.25s;
  -o-transition: opacity 0.25s ease-in, left 0s 0.25s, right 0s 0.25s;
  transition: opacity 0.25s ease-in, left 0s 0.25s, right 0s 0.25s;
  z-index: 99; }

.admin-bar .menu-modal {
  top: 32px; }

@media (max-width: 782px) {
  .admin-bar .menu-modal {
    top: 46px; } }

.menu-modal.show-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.menu-modal.active {
  left: 0;
  opacity: 1;
  z-index: 2;
  right: 0;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out; }

.menu-modal-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  overflow: auto;
  -ms-overflow-style: auto;
  width: 100%; }

.menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding: 4% 0%;
  width: 80%;
  width: calc(91.5% - 160px);
  margin: 0 auto; }

button.close-nav-toggle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  font-weight: 500;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 3.1rem 0;
  width: 100%; }

button.close-nav-toggle svg {
  height: 1.6rem;
  width: 1.6rem; }

button.close-nav-toggle .toggle-text {
  margin-right: 1.6rem; }

.menu-modal .menu-top {
  -ms-flex-negative: 0;
  flex-shrink: 0; }

/* Main Menu --------------------------------- */
.modal-menu {
  position: relative;
  left: 0;
  margin: 0;
  padding: 0; }

.modal-menu li {
  border-color: #dedfdf;
  border-style: solid;
  border-width: 0.1rem 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0;
  line-height: 1.6em; }

.modal-menu > li > a,
.modal-menu > li > .ancestor-wrapper > a {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.0375em; }

.modal-menu > li:last-child {
  border-bottom-width: 0.1rem; }

.modal-menu .ancestor-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%; }

.modal-menu a {
  display: block;
  padding: 1.2rem 2.5rem;
  text-decoration: none;
  width: 100%; }
  .modal-menu a:active {
    color: #2F9098; }

.modal-menu a:focus,
.modal-menu a:hover,
.modal-menu li.current-menu-item > .ancestor-wrapper > a,
.modal-menu li.current_page_ancestor > .ancestor-wrapper > a {
  text-decoration: underline; }

button.sub-menu-toggle {
  border-left: 0.1rem solid #dedfdf;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 1rem 0;
  padding: 0 2.5rem; }

button.sub-menu-toggle svg {
  height: 0.9rem;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  -o-transition: transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
  width: 1.5rem; }

button.sub-menu-toggle.active svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.modal-menu ul {
  display: none;
  margin: 0;
  width: 100%; }

.modal-menu ul li {
  border-left-width: 1rem; }

.modal-menu ul li a {
  color: inherit;
  font-weight: 500; }

/* Toggles ----------------------------------- */
.toggle {
  -moz-appearance: none;
  -webkit-appearance: none;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  text-align: inherit;
  user-select: none; }

button.toggle {
  background: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400;
  letter-spacing: inherit;
  padding: 0;
  text-transform: none; }

/* Hiding and Showing ------------------------ */
.js .show-js {
  display: block !important; }

.js .hide-js {
  display: none !important; }

.no-js .show-no-js {
  display: block !important; }

.no-js .hide-no-js {
  display: none !important; }

video {
  width: 100vw;
  display: block; }
  video.background-video {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1; }

h1 {
  font-family: "Lufga", sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 55px; }
  @media only screen and (max-width: 479px) {
    h1 {
      font-size: 60px; } }

h2 {
  font-size: 40px;
  font-family: "Lufga", sans-serif;
  line-height: 1.375em;
  font-weight: normal; }
  @media only screen and (max-width: 1199px) {
    h2 {
      font-size: 32px; } }
  @media only screen and (max-width: 1023px) {
    h2 {
      font-size: 27px; } }
  h2.uppercase {
    text-transform: uppercase; }

h3 {
  font-family: "Lufga", sans-serif;
  font-size: 25px;
  font-family: "Lufga", sans-serif;
  line-height: 1.4em;
  font-weight: normal; }

h4 {
  font-family: "Lufga", sans-serif;
  font-size: 32px;
  /* Terms of Use */
  margin-bottom: 0px; }
  @media only screen and (max-width: 479px) {
    h4 {
      font-size: 28px; } }
  h4 + p {
    margin-top: 8px;
    /* Terms of Use */
    font-family: "Lufga", sans-serif;
    /* Terms of Use */
    font-size: 22px;
    /* Terms of Use */
    line-height: 40px; }
    @media only screen and (max-width: 479px) {
      h4 + p {
        line-height: 33px;
        font-size: 18px; } }

h5 {
  font-size: 28px;
  font-family: "Lufga", sans-serif;
  line-height: 1.36em;
  font-weight: 300; }

h6 {
  font-size: 20px;
  font-family: "Lufga", sans-serif;
  line-height: 1.4em;
  font-weight: 300;
  margin: 0px;
  margin-bottom: 1.4em; }

.mp_wrapper .mp-form-row {
  margin-top: 35px;
  position: relative; }

.mp_wrapper label {
  font-size: 16px;
  padding: 0px 0px 10px 30px;
  display: block !important; }
  @media only screen and (max-width: 479px) {
    .mp_wrapper label {
      padding-left: 10px; } }
  .mp_wrapper label + .cc-error {
    font-family: "abril-display", serif;
    position: absolute;
    bottom: -40px;
    text-align: right;
    width: 100%;
    right: 50px;
    font-size: 25px; }

.mp_wrapper input[type=text], .mp_wrapper input[type=password], .mp_wrapper input[type=email], .mp_wrapper .select2-container--default .select2-selection--single, .mp_wrapper input[type=tel] {
  border: 1px #707070 solid;
  line-height: 30px;
  padding: 13px 30px;
  display: block;
  border-radius: 100px; }
  @media only screen and (max-width: 479px) {
    .mp_wrapper input[type=text], .mp_wrapper input[type=password], .mp_wrapper input[type=email], .mp_wrapper .select2-container--default .select2-selection--single, .mp_wrapper input[type=tel] {
      font-size: 20px;
      padding: 15px 20px; } }

.mp_wrapper .select2-container--default {
  width: 100% !important; }
  .mp_wrapper .select2-container--default .select2-selection--single {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .mp_wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .mp_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
      background: url("assets/img/select_arrow_down.svg") center no-repeat;
      width: 31px;
      height: 19px;
      position: relative; }
      .mp_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b {
        display: none; }
  .mp_wrapper .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-radius: 100px; }
    .mp_wrapper .select2-container--default.select2-container--open.select2-container--below .select2-selection--single .select2-selection__arrow {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }

.mp_wrapper .mepr_mepr_phone_number .iti--separate-dial-code .iti__selected-flag {
  border-radius: 100px 0px 0px 100px; }

.mp_wrapper .mp-form-submit {
  padding-top: 13%; }
  .mp_wrapper .mp-form-submit input[type="submit"] {
    background: #2730e2;
    background: -webkit-gradient(linear, left top, right top, from(#2730e2), to(#6426c7));
    background: -webkit-linear-gradient(left, #2730e2 0%, #6426c7 100%);
    background: -o-linear-gradient(left, #2730e2 0%, #6426c7 100%);
    background: linear-gradient(90deg, #2730e2 0%, #6426c7 100%);
    color: #fdfdfd;
    text-align: center;
    border: 0px;
    border-radius: 40px;
    margin: 0 auto;
    padding: 23px 93px;
    display: inline-block;
    line-height: 1.3;
    text-decoration: none;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    min-width: 292px; }
    @media only screen and (max-width: 591px) {
      .mp_wrapper .mp-form-submit input[type="submit"] {
        padding: 17px 70px; } }

.mp_wrapper .mepr-signup-form {
  /* REGISTRATION FORM ONLY */
  padding-bottom: 23%;
  max-width: 680px;
  margin: 0 auto; }
  .mp_wrapper .mepr-signup-form label {
    font-weight: 600; }
  .mp_wrapper .mepr-signup-form input[type=text], .mp_wrapper .mepr-signup-form input[type=email], .mp_wrapper .mepr-signup-form input[type=password], .mp_wrapper .mepr-signup-form input[type=tel] {
    font-family: "abril-display", serif;
    color: #d424eb;
    font-size: 30px; }
  .mp_wrapper .mepr-signup-form input::-webkit-input-placeholder {
    font-size: 14px;
    text-transform: uppercase;
    color: #97939d;
    font-family: "novecento-sans-wide"; }
  .mp_wrapper .mepr-signup-form input:-ms-input-placeholder {
    font-size: 14px;
    text-transform: uppercase;
    color: #97939d;
    font-family: "novecento-sans-wide"; }
  .mp_wrapper .mepr-signup-form input::-moz-placeholder {
    line-height: revert;
    /* Reset to the value from the user-agent stylesheet. */
    font-size: 14px;
    text-transform: uppercase;
    color: #97939d;
    font-family: "novecento-sans-wide"; }
  .mp_wrapper .mepr-signup-form .mepr_mepr_phone_number input:-ms-input-placeholder {
    font-size: 20px; }
  .mp_wrapper .mepr-signup-form .mepr_mepr_phone_number input::-webkit-input-placeholder {
    font-size: 20px; }
  .mp_wrapper .mepr-signup-form .mepr_mepr_phone_number input::-moz-placeholder {
    font-size: 20px; }
  .mp_wrapper .mepr-signup-form .mp-form-row label {
    display: block !important; }
  .mp_wrapper .mepr-signup-form .mp-form-row.name-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .mp_wrapper .mepr-signup-form .mp-form-row.name-row > div {
      width: 47.194%;
      position: relative; }
  .mp_wrapper .mepr-signup-form .mp-form-row.password-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 5%; }
    .mp_wrapper .mepr-signup-form .mp-form-row.password-row > div {
      width: 47.194%;
      position: relative; }
  .mp_wrapper .mepr-signup-form .custom_fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 5%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .mp_wrapper .mepr-signup-form .custom_fields .mp-form-row {
      width: 47.194% !important; }

.mp_wrapper .mepr-login-actions {
  text-align: center;
  text-transform: uppercase; }
  .mp_wrapper .mepr-login-actions a {
    color: #6426c7;
    font-size: 16px;
    font-family: "novecento-sans-wide";
    font-weight: 700; }

.mp_wrapper #mepr_forgot_password_form .submit {
  text-align: center; }

/**
** PAYMENT PAGE BUTTONS 
**/
.signup {
  text-align: center;
  padding-top: 50px; }
  @media only screen and (max-width: 767px) {
    .signup {
      padding-top: 20px; } }
  .signup > a {
    background: #2730e2;
    background: -webkit-gradient(linear, left top, right top, from(#2730e2), to(#6426c7));
    background: -webkit-linear-gradient(left, #2730e2 0%, #6426c7 100%);
    background: -o-linear-gradient(left, #2730e2 0%, #6426c7 100%);
    background: linear-gradient(90deg, #2730e2 0%, #6426c7 100%);
    color: #fdfdfd;
    text-align: center;
    border: 0px;
    border-radius: 40px;
    margin: 0 auto;
    padding: 23px 93px;
    display: inline-block;
    line-height: 1.3;
    text-decoration: none;
    border: 2px #ffffff solid;
    text-decoration: none;
    font-size: 16px;
    background: -webkit-linear-gradient(344deg, #118084, rgba(253, 252, 252, 0.05) 97%);
    background: -o-linear-gradient(344deg, #118084, rgba(253, 252, 252, 0.05) 97%);
    background: linear-gradient(106deg, #118084, rgba(253, 252, 252, 0.05) 97%);
    padding: 21px 77px;
    margin: 20px auto; }
    .signup > a:hover {
      background: rgba(253, 252, 252, 0.05); }
    @media only screen and (max-width: 1023px) {
      .signup > a {
        padding: 21px 50px;
        width: calc(100% - 100px); } }

/**
** CONTACT FORM
**/
#speaking_form {
  margin-bottom: 0px; }
  #speaking_form .screen {
    padding: 20px 0px;
    max-width: 535px;
    margin: 0px auto; }
    #speaking_form .screen.mp_wrapper .mp-form-submit {
      padding-top: 0px; }
    #speaking_form .screen > div .contents .field {
      border-left: 9px transparent solid;
      padding-left: 14px;
      margin: 53px 0px;
      text-align: left; }
      #speaking_form .screen > div .contents .field:first-child {
        margin-top: 10px; }
      #speaking_form .screen > div .contents .field.last {
        margin-bottom: 0px; }
      #speaking_form .screen > div .contents .field.valid {
        border-left-color: #686491; }
        #speaking_form .screen > div .contents .field.valid .select {
          border: 0px; }
      #speaking_form .screen > div .contents .field .label, #speaking_form .screen > div .contents .field label {
        font-size: 14px;
        text-transform: uppercase;
        text-align: left;
        line-height: 1em;
        padding-bottom: 10px;
        font-weight: 500; }
      #speaking_form .screen > div .contents .field input, #speaking_form .screen > div .contents .field textarea {
        width: 100%;
        font-family: "novecento-sans-wide";
        line-height: 1.23em; }
      #speaking_form .screen > div .contents .field ::-webkit-input-placeholder, #speaking_form .screen > div .contents .field ::-webkit-input-placeholder {
        font-family: "novecento-sans-wide"; }
      #speaking_form .screen > div .contents .field ::placeholder, #speaking_form .screen > div .contents .field ::-webkit-input-placeholder {
        font-family: "novecento-sans-wide"; }
      @media (max-width: 767px) {
        #speaking_form .screen > div .contents .field .checkboxes {
          padding-left: 30px; } }
      #speaking_form .screen > div .contents .field .checkboxes label {
        font-weight: normal;
        text-transform: none;
        font-size: 15px;
        padding: 7px 26px 7px 5px;
        margin-bottom: 20px; }
        #speaking_form .screen > div .contents .field .checkboxes label > div {
          line-height: 1.4em;
          padding-right: 25px;
          display: none; }
          #speaking_form .screen > div .contents .field .checkboxes label > div:before {
            width: 45px;
            content: "";
            border-bottom: 1px #0f0950 solid;
            margin: 10px 0px 15px 0px;
            display: block; }
        #speaking_form .screen > div .contents .field .checkboxes label .av_font_icon {
          margin-top: -3px; }
          #speaking_form .screen > div .contents .field .checkboxes label .av_font_icon.opened {
            display: none; }
        #speaking_form .screen > div .contents .field .checkboxes label .av_font_icon.opened, #speaking_form .screen > div .contents .field .checkboxes label .av_font_icon.open {
          display: none; }
        #speaking_form .screen > div .contents .field .checkboxes label.open .av_font_icon.opened, #speaking_form .screen > div .contents .field .checkboxes label.open .av_font_icon.open {
          display: inline; }
        #speaking_form .screen > div .contents .field .checkboxes label.open .av_font_icon.closed {
          display: none; }
      #speaking_form .screen > div .contents .field.labelonly {
        margin-bottom: -14px;
        margin-top: 81px; }
      #speaking_form .screen > div .contents .field.submit .avia-button-wrap .avia-color-theme-color {
        font-weight: 600;
        padding-left: 85px;
        padding-right: 85px; }
        #speaking_form .screen > div .contents .field.submit .avia-button-wrap .avia-color-theme-color:hover {
          background-color: #7b789f; }
    #speaking_form .screen > div .contents label > span {
      font-weight: inherit;
      font-size: inherit;
      color: inherit; }
      @media (max-width: 767px) {
        #speaking_form .screen > div .contents label > span {
          position: absolute;
          right: 4px;
          top: 7px; } }
    #speaking_form .screen > div .contents .textbox input[type="text"] {
      color: #994add;
      border-color: #994add; }
    #speaking_form .screen > div .contents .checkboxes, #speaking_form .screen > div .contents .radios {
      padding-top: 15px; }
      #speaking_form .screen > div .contents .checkboxes input:checked + label:not(.error):before, #speaking_form .screen > div .contents .checkboxes input:checked + label.error + label:not(.error):before, #speaking_form .screen > div .contents .radios input:checked + label:not(.error):before, #speaking_form .screen > div .contents .radios input:checked + label.error + label:not(.error):before {
        background-color: #7b789f; }
      #speaking_form .screen > div .contents .checkboxes input.error + label, #speaking_form .screen > div .contents .radios input.error + label {
        margin-bottom: 11px; }
    #speaking_form .screen > div .contents .radios {
      padding-bottom: 0px; }
    #speaking_form .screen > div .contents .radios + .write_in {
      display: block; }
  #speaking_form input[type="text"], #speaking_form input[type="number"], #speaking_form input[type='email'], #speaking_form input[type='tel'], #speaking_form select, #speaking_form textarea {
    border: 0px;
    background: rgba(255, 255, 255, 0.38);
    font-size: 1em;
    color: #0f0950;
    padding: 12px;
    font-weight: 300; }

a.button, input.button {
  background: #2730e2;
  background: -webkit-gradient(linear, left top, right top, from(#2730e2), to(rgba(253, 252, 252, 0.0005)));
  background: -webkit-linear-gradient(left, #2730e2 0%, rgba(253, 252, 252, 0.0005) 100%);
  background: -o-linear-gradient(left, #2730e2 0%, rgba(253, 252, 252, 0.0005) 100%);
  background: linear-gradient(90deg, #2730e2 0%, rgba(253, 252, 252, 0.0005) 100%);
  border-radius: 83px;
  border: solid 2px #fdfdfd;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 15px 30px;
  font-family: "novecento-sans-wide";
  font-weight: 500; }
  @media only screen and (max-width: 1023px) {
    a.button, input.button {
      padding: 15px 27px; } }
  a.button.button-solid, input.button.button-solid {
    background: #2730e2;
    background: -webkit-gradient(linear, left top, right top, from(#2730e2), to(#6426c7));
    background: -webkit-linear-gradient(left, #2730e2 0%, #6426c7 100%);
    background: -o-linear-gradient(left, #2730e2 0%, #6426c7 100%);
    background: linear-gradient(90deg, #2730e2 0%, #6426c7 100%);
    color: #fdfdfd;
    text-align: center;
    border: 0px;
    border-radius: 40px;
    margin: 0 auto;
    padding: 23px 93px;
    display: inline-block;
    line-height: 1.3;
    text-decoration: none; }

/* CSS Document */
#waterfall {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 10%; }
  @media only screen and (max-width: 1023px) {
    #waterfall {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  #waterfall img {
    margin: 0;
    display: inline-block;
    max-width: 100%;
    height: auto;
    float: left;
    opacity: 0.1;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    width: 20%; }
    @media only screen and (max-width: 1023px) {
      #waterfall img {
        width: 25%; } }
    @media only screen and (max-width: 767px) {
      #waterfall img {
        width: 33%; } }
    @media only screen and (max-width: 591px) {
      #waterfall img {
        width: 50%; } }
    #waterfall img.start_animation {
      -webkit-animation: avia_appear 0.9s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
      animation: avia_appear 0.9s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
      opacity: 1;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }

.marquee {
  margin: 0px 4.25%;
  position: relative;
  overflow: hidden; }
  .marquee h1 {
    position: absolute;
    width: 100%;
    height: 100%;
    font-weight: bold;
    margin: 0;
    text-align: center;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-animation: cssmarquee 12s linear infinite;
    animation: cssmarquee 12s linear infinite; }

@-webkit-keyframes cssmarquee {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(-170%);
    transform: translateX(-170%); } }

@keyframes cssmarquee {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(-170%);
    transform: translateX(-170%); } }

.toggle .toggle-item, .toggle > .wp-block-group__inner-container {
  border-bottom: 1px #707070 solid;
  padding: 50px 19px 40px 0px; }
  @media only screen and (max-width: 591px) {
    .toggle .toggle-item, .toggle > .wp-block-group__inner-container {
      padding-left: 0px; } }
  @media only screen and (max-width: 479px) {
    .toggle .toggle-item, .toggle > .wp-block-group__inner-container {
      padding-right: 0px; } }
  .toggle .toggle-item h2, .toggle > .wp-block-group__inner-container h2 {
    margin: 0px; }
    @media only screen and (max-width: 591px) {
      .toggle .toggle-item h2, .toggle > .wp-block-group__inner-container h2 {
        padding-right: 20px; } }
  .toggle .toggle-item .toggler, .toggle > .wp-block-group__inner-container .toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 8px; }
    .toggle .toggle-item .toggler .icon path.plus, .toggle > .wp-block-group__inner-container .toggler .icon path.plus {
      display: none; }
    .toggle .toggle-item .toggler .icon path.minus, .toggle > .wp-block-group__inner-container .toggler .icon path.minus {
      display: inline; }
    @media only screen and (max-width: 591px) {
      .toggle .toggle-item .toggler .icon svg, .toggle > .wp-block-group__inner-container .toggler .icon svg {
        width: 33px;
        height: 33px; } }
  .toggle .toggle-item .content, .toggle > .wp-block-group__inner-container .content {
    font-size: 20px;
    line-height: 30px;
    overflow: hidden;
    text-align: left;
    max-width: 586px; }
    @media only screen and (max-width: 591px) {
      .toggle .toggle-item .content, .toggle > .wp-block-group__inner-container .content {
        font-size: 18px; } }
  .toggle .toggle-item:not(.active) .content, .toggle > .wp-block-group__inner-container:not(.active) .content {
    height: 0; }
  .toggle .toggle-item:not(.active) .toggler .icon path.minus, .toggle > .wp-block-group__inner-container:not(.active) .toggler .icon path.minus {
    display: none; }
  .toggle .toggle-item:not(.active) .toggler .icon path.plus, .toggle > .wp-block-group__inner-container:not(.active) .toggler .icon path.plus {
    display: inline; }

.toggle.wp-block-group {
  color: #ffffff; }
  .toggle.wp-block-group:nth-child(2) {
    background-color: #2730e2; }
  .toggle.wp-block-group:nth-child(3) {
    background-color: #5d62de; }
  .toggle.wp-block-group:nth-child(4) {
    background-color: #7b7ede; }
  .toggle.wp-block-group:nth-child(5) {
    background-color: #9c9eea; }
  .toggle.wp-block-group:nth-child(6) {
    background-color: #bebfef; }
  .toggle.wp-block-group:nth-child(7) {
    background-color: #cdcffc; }
  .toggle.wp-block-group:nth-child(8) {
    background-color: #3ec8ce; }
  .toggle.wp-block-group:nth-child(9) {
    background-color: #70dbe0; }
  .toggle.wp-block-group:nth-child(10) {
    background-color: #88e7eb; }
  .toggle.wp-block-group:nth-child(11) {
    background-color: #adecef; }
  .toggle.wp-block-group:nth-child(12) {
    background-color: #c3e8ea; }
  .toggle.wp-block-group:nth-child(13) {
    background-color: #333; }
  .toggle.wp-block-group:nth-child(14) {
    background-color: #333; }
  .toggle.wp-block-group .wp-block-group__inner-container {
    padding: 0px;
    border: 0px;
    margin: 2px 0px 1px 0px; }
    @media only screen and (max-width: 591px) {
      .toggle.wp-block-group .wp-block-group__inner-container {
        font-size: 20px; } }
    .toggle.wp-block-group .wp-block-group__inner-container h3 {
      font-size: 40px;
      font-style: italic;
      margin: 0px;
      font-weight: 500;
      padding: 35px 17% 34px 17%; }
      @media only screen and (max-width: 591px) {
        .toggle.wp-block-group .wp-block-group__inner-container h3 {
          font-size: 30px;
          padding-left: 8%;
          padding-right: 65px;
          padding-top: 25px;
          padding-bottom: 25px; } }
      .toggle.wp-block-group .wp-block-group__inner-container h3:after {
        content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NSIgaGVpZ2h0PSI0NSIgdmlld0JveD0iMCAwIDQ1IDQ1Ij4KICAgIDxnIGRhdGEtbmFtZT0iR3JvdXAgMzY1Ij4KICAgICAgICA8cGF0aCBkYXRhLW5hbWU9IlVuaW9uIDEiIGNsYXNzPSJwbHVzIiBkPSJNMTAuOTM3IDI1VjE0LjA2M0gwdi0zLjEyNmgxMC45MzdWMGgzLjEyNnYxMC45MzdIMjV2My4xMjVIMTQuMDYzVjI1eiIgc3R5bGU9ImZpbGw6I2ZmZmZmZiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAgMTApIi8+CiAgICAgICAgPHBhdGggY2xhc3M9Im1pbnVzIiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAxNTMyIiB0cmFuc2Zvcm09InJvdGF0ZSg5MCA3IDI4KSIgc3R5bGU9ImZpbGw6I2ZmZmZmZiIgZD0iTTAgMGgzdjI1SDB6Ii8+CiAgICAgICAgPGcgZGF0YS1uYW1lPSJFbGxpcHNlIDMxIiBzdHlsZT0ic3Ryb2tlOiNmZmZmZmY7c3Ryb2tlLXdpZHRoOjIuNXB4O2ZpbGw6bm9uZSI+CiAgICAgICAgICAgIDxjaXJjbGUgY3g9IjIyLjUiIGN5PSIyMi41IiByPSIyMi41IiBzdHlsZT0ic3Ryb2tlOm5vbmUiLz4KICAgICAgICAgICAgPGNpcmNsZSBjeD0iMjIuNSIgY3k9IjIyLjUiIHI9IjIxLjI1IiBzdHlsZT0iZmlsbDpub25lIi8+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K");
        -webkit-transform: translateX(0.3em);
        -ms-transform: translateX(0.3em);
        transform: translateX(0.3em);
        position: absolute;
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        -o-transition: transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease;
        right: calc(17% - 56px); }
        @media only screen and (max-width: 591px) {
          .toggle.wp-block-group .wp-block-group__inner-container h3:after {
            zoom: 0.8;
            right: 8%;
            top: 35px; } }
      .toggle.wp-block-group .wp-block-group__inner-container h3 + p {
        display: none;
        padding: 0px 17% 35px 17%;
        margin: 0px;
        background: #f9f8f9;
        color: #30273b;
        font-size: 24px;
        line-height: 40px;
        font-family: "Lufga", sans-serif; }
        @media only screen and (max-width: 591px) {
          .toggle.wp-block-group .wp-block-group__inner-container h3 + p {
            padding-left: 8%;
            padding-right: 8%; } }
      .toggle.wp-block-group .wp-block-group__inner-container h3.active {
        background: #f9f8f9;
        color: #30273b; }
        .toggle.wp-block-group .wp-block-group__inner-container h3.active:after {
          content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NSIgaGVpZ2h0PSI0NSIgdmlld0JveD0iMCAwIDQ1IDQ1Ij4KICAgIDxnIGRhdGEtbmFtZT0iR3JvdXAgMzY2Ij4KICAgICAgICA8cGF0aCBkYXRhLW5hbWU9IlJlY3RhbmdsZSAxNTMyIiB0cmFuc2Zvcm09InJvdGF0ZSg5MCA3IDI4KSIgc3R5bGU9ImZpbGw6IzMwMjczYiIgZD0iTTAgMGgzdjI1SDB6Ii8+CiAgICAgICAgPGcgZGF0YS1uYW1lPSJFbGxpcHNlIDMyIiBzdHlsZT0ic3Ryb2tlOiMzMDI3M2I7c3Ryb2tlLXdpZHRoOjIuNXB4O2ZpbGw6bm9uZSI+CiAgICAgICAgICAgIDxjaXJjbGUgY3g9IjIyLjUiIGN5PSIyMi41IiByPSIyMi41IiBzdHlsZT0ic3Ryb2tlOm5vbmUiLz4KICAgICAgICAgICAgPGNpcmNsZSBjeD0iMjIuNSIgY3k9IjIyLjUiIHI9IjIxLjI1IiBzdHlsZT0iZmlsbDpub25lIi8+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K"); }
        .toggle.wp-block-group .wp-block-group__inner-container h3.active + p {
          display: block; }

/* Category 05 is all about adjusting the default block styles to the given layout. I only added three blocks as examples. */
/* Header section contains all "bigger" components which contain elements of the previous two categories like header, footer, page template, single template, comments section, archives, ... */
#site-header {
  position: relative;
  width: 100%;
  height: 0px;
  z-index: 3; }

.header-titles-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 0px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  margin: 0px 4.25% 0% 0%;
  position: relative; }
  @media only screen and (max-width: 1023px) {
    .header-titles-wrapper {
      height: 100px; } }
  .header-titles-wrapper .header-logo {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: #ffffff;
    padding: 19px 20px;
    position: absolute;
    border-radius: 0px 0px 20px 0px;
    margin-top: 0px;
    left: 0px;
    z-index: 2; }
    .home .header-titles-wrapper .header-logo,
    body.showing-modal .header-titles-wrapper .header-logo {
      background-color: transparent; }
    @media only screen and (max-width: 1199px) {
      .header-titles-wrapper .header-logo {
        margin-top: 0px;
        padding: 10px; } }
    @media only screen and (max-width: 591px) {
      .header-titles-wrapper .header-logo {
        padding: 6px; } }
    .header-titles-wrapper .header-logo svg {
      width: 90px;
      height: 115px; }
      @media only screen and (max-width: 1199px) {
        .header-titles-wrapper .header-logo svg {
          height: 100px; } }
      @media only screen and (max-width: 1023px) {
        .header-titles-wrapper .header-logo svg {
          height: 70px;
          width: 69px;
          display: block; } }
      @media only screen and (max-width: 591px) {
        .header-titles-wrapper .header-logo svg {
          height: 57px;
          width: 55px; } }
      @media only screen and (max-width: 479px) {
        .header-titles-wrapper .header-logo svg {
          height: 35px;
          width: 32px; } }
      .header-titles-wrapper .header-logo svg path {
        fill: #2730e2; }
        .home .header-titles-wrapper .header-logo svg path {
          fill: #ffffff; }
  .header-titles-wrapper .register {
    font-family: "abril-display", serif;
    font-size: 15px;
    font-style: italic;
    padding-top: 47px;
    padding-right: 24px; }
    .header-titles-wrapper .register a {
      color: #949198; }
  .header-titles-wrapper .login {
    font-size: 21px;
    text-transform: uppercase;
    line-height: 1.2em;
    font-weight: 600;
    padding-top: 48px;
    margin-right: 58px;
    text-align: right;
    font-family: "novecento-sans-wide"; }
    @media only screen and (max-width: 1023px) {
      .header-titles-wrapper .login {
        padding-top: 24px; } }
    @media only screen and (max-width: 591px) {
      .header-titles-wrapper .login {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        z-index: 2; } }
    @media only screen and (max-width: 479px) {
      .header-titles-wrapper .login {
        margin-right: 19px;
        padding-top: 18px; } }
    .logged-in .header-titles-wrapper .login {
      position: relative; }
    .header-titles-wrapper .login span.welcome {
      color: #d424eb;
      font-size: 20px;
      font-weight: 700; }
      @media only screen and (max-width: 591px) {
        .header-titles-wrapper .login span.welcome {
          line-height: 15px;
          display: inline-block; } }
      @media only screen and (max-width: 479px) {
        .header-titles-wrapper .login span.welcome {
          font-size: 14px;
          line-height: 12px;
          background: white; } }
    .header-titles-wrapper .login a {
      color: #3ec8ce;
      text-decoration: none; }
      .logged-in .header-titles-wrapper .login a {
        background: rgba(62, 200, 206, 0.18);
        color: #3ec8ce;
        font-size: 17px;
        line-height: 24px;
        position: absolute;
        bottom: 10px;
        right: 0;
        padding: 4px 16px;
        font-weight: 700;
        letter-spacing: 1px; }
        @media only screen and (max-width: 479px) {
          .logged-in .header-titles-wrapper .login a {
            bottom: 20px; } }
  .header-titles-wrapper button.toggle {
    width: 46px; }
    @media only screen and (max-width: 479px) {
      .header-titles-wrapper button.toggle {
        width: 30px; } }
    .header-titles-wrapper button.toggle .toggle-inner .toggle-icon img {
      width: 46px;
      height: auto; }
    .header-titles-wrapper button.toggle .toggle-inner .toggle-icon svg {
      width: 46px;
      position: absolute;
      z-index: 100;
      top: 52px; }
      @media only screen and (max-width: 1023px) {
        .header-titles-wrapper button.toggle .toggle-inner .toggle-icon svg {
          top: 32px; } }
      @media only screen and (max-width: 591px) {
        .header-titles-wrapper button.toggle .toggle-inner .toggle-icon svg {
          top: 19px;
          width: 36px; } }
      @media only screen and (max-width: 479px) {
        .header-titles-wrapper button.toggle .toggle-inner .toggle-icon svg {
          width: 30px;
          top: 19px; } }
      .header-titles-wrapper button.toggle .toggle-inner .toggle-icon svg path {
        fill: #ccc;
        -webkit-transform-origin: bottom right;
        -ms-transform-origin: bottom right;
        transform-origin: bottom right;
        transform-box: fill-box;
        -webkit-transition: all 0.8s;
        -o-transition: all 0.8s;
        transition: all 0.8s; }
    .header-titles-wrapper button.toggle .toggle-inner .toggle-text {
      visibility: hidden;
      height: 0;
      overflow: hidden;
      display: block; }
    .header-titles-wrapper button.toggle.active .toggle-inner .toggle-icon svg path {
      fill: #000; }
    .header-titles-wrapper button.toggle.active .toggle-inner .toggle-icon svg path:first-child {
      -webkit-transform: rotate(-135deg) translateY(-27px) translateX(31px);
      -ms-transform: rotate(-135deg) translateY(-27px) translateX(31px);
      transform: rotate(-135deg) translateY(-27px) translateX(31px); }
    .header-titles-wrapper button.toggle.active .toggle-inner .toggle-icon svg path:nth-child(2) {
      -webkit-transform: rotate(-45deg) translateY(-17px) translateX(6px);
      -ms-transform: rotate(-45deg) translateY(-17px) translateX(6px);
      transform: rotate(-45deg) translateY(-17px) translateX(6px); }
    .header-titles-wrapper button.toggle.active .toggle-inner .toggle-icon svg path:last-child {
      display: none; }

footer {
  background: #30273b;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Lufga", sans-serif;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media only screen and (max-width: 767px) {
    footer {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  footer .logo {
    padding-top: 43px;
    margin-left: 4.25%; }
    footer .logo img {
      max-width: 223px; }
  footer .marquee {
    height: 69px;
    border-bottom: 1px #fff solid; }
    @media only screen and (min-width: 480px) {
      footer .marquee {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }
    footer .marquee h1 {
      font-size: 40px;
      line-height: 69px;
      color: rgba(240, 242, 248, 0.25); }
  footer nav {
    margin-left: 4.25%; }
    footer nav ul {
      list-style: none;
      margin: 0;
      padding: 28px 0px 0;
      position: relative; }
      footer nav ul li {
        list-style: none;
        padding: 10px 0px; }
        @media only screen and (min-width: 768px) {
          footer nav ul li.button {
            position: absolute;
            bottom: 24px;
            left: 165px; } }
        @media only screen and (max-width: 767px) {
          footer nav ul li.button {
            margin-top: 30px; } }
        footer nav ul li.button a {
          border: 2px #fff solid;
          border-radius: 50px;
          padding: 20px 52px;
          text-decoration: none; }
      footer nav ul a {
        color: #ffffff;
        font-size: 16px;
        text-transform: uppercase;
        font-family: "Lufga", sans-serif;
        font-weight: 500; }
  footer .side {
    margin-right: 4.25%;
    font-size: 12px;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      footer .side {
        margin-left: 4.25%;
        max-width: 100%;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end; } }
    footer .side .widget:not(#block-15) {
      max-width: 491px; }
    @media only screen and (max-width: 767px) {
      footer .side .wp-block-social-links {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }
    @media only screen and (max-width: 591px) {
      footer .side .wp-block-social-links {
        gap: 0.3em; } }
    footer .side .wp-block-social-link:hover {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    footer .side strong {
      font-weight: 600; }
    footer .side a {
      color: #ffffff; }
    footer .side .mission {
      LINE-HEIGHT: 18PX;
      FONT-WEIGHT: 600;
      padding-bottom: 30px;
      padding-top: 30px; }
      footer .side .mission h5 {
        font-size: 16px;
        font-weight: 600;
        margin: 0; }
        @media only screen and (max-width: 767px) {
          footer .side .mission h5.has-text-align-right {
            text-align: left; } }
      footer .side .mission p {
        margin-top: 0.3em; }
        @media only screen and (max-width: 767px) {
          footer .side .mission p.has-text-align-right {
            text-align: left; } }
    footer .side #block-9 .wp-block-group__inner-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      footer .side #block-9 .wp-block-group__inner-container p {
        margin: 0px; }
    @media only screen and (max-width: 767px) {
      footer .side #block-10 {
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      footer .side #block-14 {
        max-width: 322px; } }
    footer .side #block-14 > .wp-block-columns {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: end; }
      @media only screen and (max-width: 767px) {
        footer .side #block-14 > .wp-block-columns {
          -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important;
          gap: 0px;
          width: 322px; } }
    @media only screen and (max-width: 479px) {
      footer .side #block-14 .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:first-child {
        -ms-flex-preferred-size: content !important;
        flex-basis: content !important;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; } }
    @media only screen and (max-width: 479px) {
      footer .side #block-14 .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:last-child {
        -ms-flex-preferred-size: 100px !important;
        flex-basis: 100px !important; } }
  footer .widget_media_gallery .wp-block-gallery.has-nested-images.is-cropped {
    max-width: none !important;
    margin: 0px;
    padding: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end; }
    footer .widget_media_gallery .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) {
      width: auto !important;
      -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
      flex-grow: inherit;
      height: 54px; }
      footer .widget_media_gallery .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
        -o-object-fit: contain;
        object-fit: contain; }

#page-login, #page-account, #page-pricing {
  background: rgba(218, 219, 248, 0.16);
  padding: 5%; }
  #page-login .article, #page-account .article, #page-pricing .article {
    max-width: 813px;
    margin: 0 auto; }
    #page-login .article h1, #page-account .article h1, #page-pricing .article h1 {
      margin: 0;
      font-size: 80px;
      font-weight: 700; }
    #page-login .article h2, #page-account .article h2, #page-pricing .article h2 {
      font-size: 32px;
      font-weight: 600;
      line-height: 40px;
      margin-bottom: 10px; }
    #page-login .article h3, #page-account .article h3, #page-pricing .article h3 {
      font-size: 22px;
      margin: 0px; }

#page-login .article #mepr_loginform, #page-account .article #mepr_loginform, body.logged-out .article #mepr_loginform {
  margin-top: 55px; }

#page-login .article .mp_wrapper > .mepr-login-form-wrap ::-ms-input-placeholder, #page-login .article .mp_wrapper.mp_login_form ::-ms-input-placeholder, #page-account .article .mp_wrapper > .mepr-login-form-wrap ::-ms-input-placeholder, #page-account .article .mp_wrapper.mp_login_form ::-ms-input-placeholder, body.logged-out .article .mp_wrapper > .mepr-login-form-wrap ::-ms-input-placeholder, body.logged-out .article .mp_wrapper.mp_login_form ::-ms-input-placeholder {
  font-size: 14px;
  text-transform: uppercase;
  position: absolute;
  margin-top: 6px; }

#page-login .article .mp_wrapper > .mepr-login-form-wrap ::-moz-placeholder, #page-login .article .mp_wrapper.mp_login_form ::-moz-placeholder, #page-account .article .mp_wrapper > .mepr-login-form-wrap ::-moz-placeholder, #page-account .article .mp_wrapper.mp_login_form ::-moz-placeholder, body.logged-out .article .mp_wrapper > .mepr-login-form-wrap ::-moz-placeholder, body.logged-out .article .mp_wrapper.mp_login_form ::-moz-placeholder {
  font-size: 14px;
  text-transform: uppercase;
  position: absolute;
  margin-top: 6px; }

#page-login .article .mp_wrapper > .mepr-login-form-wrap ::-webkit-input-placeholder, #page-login .article .mp_wrapper.mp_login_form ::-webkit-input-placeholder, #page-account .article .mp_wrapper > .mepr-login-form-wrap ::-webkit-input-placeholder, #page-account .article .mp_wrapper.mp_login_form ::-webkit-input-placeholder, body.logged-out .article .mp_wrapper > .mepr-login-form-wrap ::-webkit-input-placeholder, body.logged-out .article .mp_wrapper.mp_login_form ::-webkit-input-placeholder {
  font-size: 14px;
  text-transform: uppercase;
  position: absolute;
  margin-top: 6px; }

#page-login .article .mp_wrapper > .mepr-login-form-wrap :-ms-input-placeholder, #page-login .article .mp_wrapper.mp_login_form :-ms-input-placeholder, #page-account .article .mp_wrapper > .mepr-login-form-wrap :-ms-input-placeholder, #page-account .article .mp_wrapper.mp_login_form :-ms-input-placeholder, body.logged-out .article .mp_wrapper > .mepr-login-form-wrap :-ms-input-placeholder, body.logged-out .article .mp_wrapper.mp_login_form :-ms-input-placeholder {
  font-size: 14px;
  text-transform: uppercase;
  position: absolute;
  margin-top: 6px; }

#page-login .article .mp_wrapper > .mepr-login-form-wrap ::placeholder, #page-login .article .mp_wrapper.mp_login_form ::placeholder, #page-account .article .mp_wrapper > .mepr-login-form-wrap ::placeholder, #page-account .article .mp_wrapper.mp_login_form ::placeholder, body.logged-out .article .mp_wrapper > .mepr-login-form-wrap ::placeholder, body.logged-out .article .mp_wrapper.mp_login_form ::placeholder {
  font-size: 14px;
  text-transform: uppercase;
  position: absolute;
  margin-top: 6px; }

#page-login .article .mp_wrapper > .mepr-login-form-wrap #wp-submit, #page-login .article .mp_wrapper.mp_login_form #wp-submit, #page-account .article .mp_wrapper > .mepr-login-form-wrap #wp-submit, #page-account .article .mp_wrapper.mp_login_form #wp-submit, body.logged-out .article .mp_wrapper > .mepr-login-form-wrap #wp-submit, body.logged-out .article .mp_wrapper.mp_login_form #wp-submit {
  background: #2730e2;
  background: -webkit-gradient(linear, left top, right top, from(#2730e2), to(#6426c7));
  background: -webkit-linear-gradient(left, #2730e2 0%, #6426c7 100%);
  background: -o-linear-gradient(left, #2730e2 0%, #6426c7 100%);
  background: linear-gradient(90deg, #2730e2 0%, #6426c7 100%);
  color: #fdfdfd;
  text-align: center;
  border: 0px;
  border-radius: 40px;
  margin: 0 auto;
  padding: 23px 93px;
  display: inline-block;
  line-height: 1.3;
  text-decoration: none;
  display: block; }
  @media only screen and (max-width: 767px) {
    #page-login .article .mp_wrapper > .mepr-login-form-wrap #wp-submit, #page-login .article .mp_wrapper.mp_login_form #wp-submit, #page-account .article .mp_wrapper > .mepr-login-form-wrap #wp-submit, #page-account .article .mp_wrapper.mp_login_form #wp-submit, body.logged-out .article .mp_wrapper > .mepr-login-form-wrap #wp-submit, body.logged-out .article .mp_wrapper.mp_login_form #wp-submit {
      padding: 17px 70px; } }

#page-login .article .mp_wrapper > .mepr-login-form-wrap .mepr-login-actions, #page-login .article .mp_wrapper.mp_login_form .mepr-login-actions, #page-account .article .mp_wrapper > .mepr-login-form-wrap .mepr-login-actions, #page-account .article .mp_wrapper.mp_login_form .mepr-login-actions, body.logged-out .article .mp_wrapper > .mepr-login-form-wrap .mepr-login-actions, body.logged-out .article .mp_wrapper.mp_login_form .mepr-login-actions {
  font-family: "novecento-sans-wide";
  padding-top: 20px;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 19px;
  color: #6426c7;
  font-weight: 600; }
  #page-login .article .mp_wrapper > .mepr-login-form-wrap .mepr-login-actions a, #page-login .article .mp_wrapper.mp_login_form .mepr-login-actions a, #page-account .article .mp_wrapper > .mepr-login-form-wrap .mepr-login-actions a, #page-account .article .mp_wrapper.mp_login_form .mepr-login-actions a, body.logged-out .article .mp_wrapper > .mepr-login-form-wrap .mepr-login-actions a, body.logged-out .article .mp_wrapper.mp_login_form .mepr-login-actions a {
    color: #6426c7; }

#page-login .article .mepr_password_reset_requested, #page-account .article .mepr_password_reset_requested, body.logged-out .article .mepr_password_reset_requested {
  padding-top: 10%;
  padding-bottom: 17%;
  text-align: center; }
  #page-login .article .mepr_password_reset_requested a.button, #page-account .article .mepr_password_reset_requested a.button, body.logged-out .article .mepr_password_reset_requested a.button {
    margin-top: 9%; }

form {
  font-family: "novecento-sans-wide"; }
  form label {
    text-transform: uppercase;
    color: #6426c7;
    line-height: 19px;
    font-weight: 700; }

/*#mepr-account-nav {
  display: none;
}*/
#mepr-account-welcome-message h1, #mepr-account-welcome-message h2 {
  text-align: center; }

body.logged-in #page-account {
  background: transparent; }
  body.logged-in #page-account > .article {
    max-width: 100%; }

#page-account section {
  border-top: 1px #707070 solid;
  margin-top: 1.4em; }
  #page-account section > .container {
    max-width: 880px;
    margin: 0px auto;
    padding-top: 0.5em; }
    #page-account section > .container h2 {
      color: #118084;
      font-weight: bold;
      margin-bottom: 0px;
      cursor: pointer; }
      #page-account section > .container h2:after {
        content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NSIgaGVpZ2h0PSI0NSIgdmlld0JveD0iMCAwIDQ1IDQ1Ij4KICAgIDxnIGRhdGEtbmFtZT0iR3JvdXAgMzY1Ij4KICAgICAgICA8cGF0aCBkYXRhLW5hbWU9IlVuaW9uIDEiIGNsYXNzPSJwbHVzIiBkPSJNMTAuOTM3IDI1VjE0LjA2M0gwdi0zLjEyNmgxMC45MzdWMGgzLjEyNnYxMC45MzdIMjV2My4xMjVIMTQuMDYzVjI1eiIgc3R5bGU9ImZpbGw6IzExODA4NCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAgMTApIi8+CiAgICAgICAgPHBhdGggY2xhc3M9Im1pbnVzIiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAxNTMyIiB0cmFuc2Zvcm09InJvdGF0ZSg5MCA3IDI4KSIgc3R5bGU9ImZpbGw6IzExODA4NCIgZD0iTTAgMGgzdjI1SDB6Ii8+CiAgICAgICAgPGcgZGF0YS1uYW1lPSJFbGxpcHNlIDMxIiBzdHlsZT0ic3Ryb2tlOiMxMTgwODQ7c3Ryb2tlLXdpZHRoOjIuNXB4O2ZpbGw6bm9uZSI+CiAgICAgICAgICAgIDxjaXJjbGUgY3g9IjIyLjUiIGN5PSIyMi41IiByPSIyMi41IiBzdHlsZT0ic3Ryb2tlOm5vbmUiLz4KICAgICAgICAgICAgPGNpcmNsZSBjeD0iMjIuNSIgY3k9IjIyLjUiIHI9IjIxLjI1IiBzdHlsZT0iZmlsbDpub25lIi8+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K");
        -webkit-transform: translateX(0.3em);
        -ms-transform: translateX(0.3em);
        transform: translateX(0.3em);
        position: absolute;
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        -o-transition: transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease;
        right: 56px;
        top: 34px; }
        @media only screen and (max-width: 591px) {
          #page-account section > .container h2:after {
            zoom: 0.8;
            right: 8%;
            top: 35px; } }
    #page-account section > .container .content {
      display: none; }
  #page-account section.active > .container h2:after {
    content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NSIgaGVpZ2h0PSI0NSIgdmlld0JveD0iMCAwIDQ1IDQ1Ij4KICAgIDxnIGRhdGEtbmFtZT0iR3JvdXAgMzY2Ij4KICAgICAgICA8cGF0aCBkYXRhLW5hbWU9IlJlY3RhbmdsZSAxNTMyIiB0cmFuc2Zvcm09InJvdGF0ZSg5MCA3IDI4KSIgc3R5bGU9ImZpbGw6IzExODA4NCIgZD0iTTAgMGgzdjI1SDB6Ii8+CiAgICAgICAgPGcgZGF0YS1uYW1lPSJFbGxpcHNlIDMyIiBzdHlsZT0ic3Ryb2tlOiMxMTgwODQ7c3Ryb2tlLXdpZHRoOjIuNXB4O2ZpbGw6bm9uZSI+CiAgICAgICAgICAgIDxjaXJjbGUgY3g9IjIyLjUiIGN5PSIyMi41IiByPSIyMi41IiBzdHlsZT0ic3Ryb2tlOm5vbmUiLz4KICAgICAgICAgICAgPGNpcmNsZSBjeD0iMjIuNSIgY3k9IjIyLjUiIHI9IjIxLjI1IiBzdHlsZT0iZmlsbDpub25lIi8+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K"); }
  #page-account section.active > .container .content {
    display: block; }

/* CSS Document */
section#page-welcome {
  background-color: #242DCC;
  color: #ffffff;
  font-size: 16px;
  padding-bottom: 50px; }
  section#page-welcome h1 {
    margin-bottom: 0.3em; }
  section#page-welcome h2 {
    text-align: center;
    font-size: 32px;
    line-height: 40px;
    font-weight: 500;
    margin-bottom: 0em; }
  section#page-welcome h3 {
    font-size: 22px;
    margin-top: 0.3em; }
  section#page-welcome .wp-block-buttons {
    padding-top: 5em;
    padding-bottom: 10em;
    width: 656px;
    margin: 0px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    section#page-welcome .wp-block-buttons .wp-element-button {
      padding: 21px;
      width: 292px; }
  section#page-welcome p > a {
    color: #ffffff;
    font-family: "novecento-sans-wide";
    font-weight: 600; }

#signup-content {
  background-color: #f9f9fe;
  color: #30273b;
  font-size: 22px;
  font-family: "Lufga", sans-serif;
  line-height: 1.81em;
  padding-bottom: 50px;
  text-align: center;
  margin: 0px 4.25%; }
  #signup-content > .wp-activate-container {
    padding: 1% 0% 5% 0%;
    max-width: 540px; }
  #signup-content h2 {
    margin-bottom: 0.1em;
    text-align: center;
    font-size: 32px;
    line-height: 40px;
    font-weight: 600; }
  #signup-content h3 {
    font-size: 22px;
    margin-top: 0.3em; }
  #signup-content p.view {
    margin-top: 0px;
    margin-bottom: 10px; }
  #signup-content a {
    color: #30273b;
    font-family: "Lufga", sans-serif;
    text-decoration: none; }
  #signup-content #signup-welcome span.h3 {
    font-size: 22px;
    font-weight: 700; }
  #signup-content #signup-welcome p {
    margin: 0px;
    padding: 0px; }
  #signup-content #signup-welcome a.button {
    background: #2730e2;
    background: -webkit-gradient(linear, left top, right top, from(#2730e2), to(#6426c7));
    background: -webkit-linear-gradient(left, #2730e2 0%, #6426c7 100%);
    background: -o-linear-gradient(left, #2730e2 0%, #6426c7 100%);
    background: linear-gradient(90deg, #2730e2 0%, #6426c7 100%);
    color: #fdfdfd;
    text-align: center;
    border: 0px;
    border-radius: 40px;
    margin: 0 auto;
    padding: 23px 93px;
    display: inline-block;
    line-height: 1.3;
    text-decoration: none;
    padding: 23px 120px;
    margin-top: 2em; }

/* CSS Document */
#page-thank-you {
  background: #f9f9fe;
  -o-animation: fadeIt 25s infinite;
  -webkit-animation: fadeIt 25s infinite;
  animation: fadeIt 25s infinite;
  font-size: 22px;
  line-height: 1.82em;
  font-family: "Lufga", sans-serif;
  min-height: 100vh;
  padding-bottom: 50px; }
  #page-thank-you h1 {
    margin-bottom: 0px; }
  #page-thank-you h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 0;
    padding-bottom: 0; }
    #page-thank-you h2 + p {
      margin-top: 0em; }
  #page-thank-you .wp-block-buttons {
    margin-bottom: 40px; }
    #page-thank-you .wp-block-buttons + p {
      line-height: 1em; }
  #page-thank-you p > a {
    color: #6426c7;
    font-family: "novecento-sans-wide";
    font-weight: 600;
    text-decoration: none;
    font-size: 16px; }

@-o-keyframes fadeIt {
  0% {
    background-color: #7B7EDE; }
  17% {
    background-color: #9C9EEA; }
  34% {
    background-color: #BEBFEF; }
  52% {
    background-color: #CDCFFC; }
  69% {
    background-color: #BEBFEF; }
  87% {
    background-color: #9C9EEA; }
  100% {
    background-color: #7B7EDE; } }

@keyframes fadeIt {
  0% {
    background-color: #7B7EDE; }
  17% {
    background-color: #9C9EEA; }
  34% {
    background-color: #BEBFEF; }
  52% {
    background-color: #CDCFFC; }
  69% {
    background-color: #BEBFEF; }
  87% {
    background-color: #9C9EEA; }
  100% {
    background-color: #7B7EDE; } }

body.page-id-173 {
  overflow-x: hidden; }

#page-terms-of-use {
  overflow: visible;
  background: #f9f9fe; }
  #page-terms-of-use .article {
    margin-right: 25%;
    margin-left: 25%;
    font-family: "Lufga", sans-serif;
    font-size: 22px;
    line-height: 40px;
    padding-bottom: 100px;
    padding-top: 48px; }
    @media only screen and (max-width: 591px) {
      #page-terms-of-use .article {
        margin-left: 10%;
        margin-right: 10%; } }
    @media only screen and (max-width: 479px) {
      #page-terms-of-use .article {
        font-size: 18px;
        line-height: 33px; } }
    #page-terms-of-use .article h1 {
      margin-top: 0px;
      line-height: 105px; }
      @media only screen and (max-width: 1023px) {
        #page-terms-of-use .article h1 {
          font-size: 53px; } }
      @media only screen and (max-width: 479px) {
        #page-terms-of-use .article h1 {
          line-height: 54px; } }
    #page-terms-of-use .article h1, #page-terms-of-use .article h4 {
      color: #30273b;
      font-weight: 500; }
    #page-terms-of-use .article:before {
      content: "";
      background: url("assets/img/terms-circle.svg") 0px 0px no-repeat;
      display: block;
      position: absolute;
      top: 200px;
      left: -9.4%;
      width: 26.3%;
      height: 100vh;
      background-size: contain; }
    #page-terms-of-use .article:after {
      content: "";
      width: 26.8%;
      height: 75vh;
      background: url("assets/img/terms-hexagon.svg") 50% 100% no-repeat;
      background-size: contain;
      display: block;
      position: absolute;
      bottom: 3%;
      right: -11%; }

#page-intro-questionnaire {
  background: #f9f9fe; }
  body.logged-out #page-intro-questionnaire {
    background: rgba(218, 219, 248, 0.16);
    padding: 5%; }
    body.logged-out #page-intro-questionnaire .article {
      max-width: 813px;
      margin: 0 auto; }
      body.logged-out #page-intro-questionnaire .article h1 {
        margin: 0;
        font-size: 80px;
        font-weight: 700; }
      body.logged-out #page-intro-questionnaire .article h2 {
        font-size: 32px;
        font-weight: 600;
        line-height: 40px;
        margin-bottom: 10px; }
      body.logged-out #page-intro-questionnaire .article h3 {
        font-size: 22px;
        margin: 0px; }
      body.logged-out #page-intro-questionnaire .article #mepr_loginform {
        margin-top: 55px; }
  #page-intro-questionnaire .gf_progressbar_wrapper {
    text-align: center;
    padding-top: 1.7%; }
    #page-intro-questionnaire .gf_progressbar_wrapper .q {
      font-size: 80px;
      line-height: 130px;
      color: #434796;
      display: block;
      padding-bottom: 10px; }
    #page-intro-questionnaire .gf_progressbar_wrapper .gf_progressbar_title {
      color: #d424eb;
      font-size: 32px;
      line-height: 40px;
      font-family: "abril-display", serif;
      font-weight: 600;
      display: none; }
    #page-intro-questionnaire .gf_progressbar_wrapper .gf_progressbar {
      display: none; }
  #page-intro-questionnaire .gfield_html .q {
    font-size: 80px;
    line-height: 130px;
    color: #434796;
    display: block;
    font-weight: 600;
    padding-bottom: 10px;
    font-family: "abril-display", serif;
    text-align: center; }
  #page-intro-questionnaire .gfield_html .progress {
    color: #d424eb;
    font-size: 32px;
    line-height: 38px;
    font-family: "abril-display", serif;
    text-align: center;
    font-weight: 600;
    padding-top: 0px;
    padding-bottom: 0px; }
  #page-intro-questionnaire .gfield_html h2 {
    text-align: center;
    color: #434796;
    font-size: 50px;
    line-height: 57px;
    font-family: "abril-display", serif;
    margin: 0;
    padding: 11px 0px 7px 0px;
    font-weight: normal; }
  #page-intro-questionnaire .gfield_html h3 {
    text-align: center;
    color: #9095e8;
    font-size: 23px;
    line-height: 40px;
    font-weight: 700;
    font-family: "novecento-sans-wide";
    max-width: 515px;
    margin: 0px auto;
    padding-top: 0px;
    padding-bottom: 10px;
    text-transform: uppercase; }
  #page-intro-questionnaire .gfield_html#field_18_7 h3 {
    max-width: 100%; }
  #page-intro-questionnaire .gfield.gfield--width-full {
    padding: 0% 15.83%;
    max-width: 1570px;
    margin: 0 auto; }
    @media only screen and (max-width: 591px) {
      #page-intro-questionnaire .gfield.gfield--width-full {
        padding: 0% 9.83%; } }
  #page-intro-questionnaire .gfield .ginput_container_radio {
    padding-top: 4%;
    padding-bottom: 9%; }
    #page-intro-questionnaire .gfield .ginput_container_radio .gfield_radio .gchoice {
      margin-bottom: 20px;
      position: relative; }
      #page-intro-questionnaire .gfield .ginput_container_radio .gfield_radio .gchoice .gfield-choice-input {
        visibility: hidden;
        position: absolute; }
      #page-intro-questionnaire .gfield .ginput_container_radio .gfield_radio .gchoice label {
        font-size: 19px;
        border-radius: 83px;
        background: #fdfcfc;
        background: -webkit-linear-gradient(rgba(200, 171, 221, 0.23) 11%, rgba(180, 99, 239, 0.4) 99%);
        background: -o-linear-gradient(rgba(200, 171, 221, 0.23) 11%, rgba(180, 99, 239, 0.4) 99%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(11%, rgba(200, 171, 221, 0.23)), color-stop(99%, rgba(180, 99, 239, 0.4)));
        background: linear-gradient(rgba(200, 171, 221, 0.23) 11%, rgba(180, 99, 239, 0.4) 99%);
        text-align: center;
        padding: 38px;
        width: 100%;
        margin: 0px;
        line-height: 32px;
        max-width: 100%;
        cursor: pointer;
        color: #434796; }
        @media only screen and (max-width: 591px) {
          #page-intro-questionnaire .gfield .ginput_container_radio .gfield_radio .gchoice label {
            padding: 35px; } }
      #page-intro-questionnaire .gfield .ginput_container_radio .gfield_radio .gchoice:hover label, #page-intro-questionnaire .gfield .ginput_container_radio .gfield_radio .gchoice .gfield-choice-input:checked + label {
        background: #6426c7;
        color: #ffffff; }
  #page-intro-questionnaire .gfield legend.gfield_label {
    text-align: center;
    color: #434796;
    font-size: 50px;
    line-height: 57px;
    font-family: "abril-display", serif;
    margin: 0;
    padding: 11px 0px 7px 0px;
    font-weight: normal; }
    #page-intro-questionnaire .gfield legend.gfield_label .gfield_required {
      display: none; }
  #page-intro-questionnaire .gform_page_footer {
    padding-bottom: 12%; }
    #page-intro-questionnaire .gform_page_footer .gform_previous_button {
      display: none; }
    #page-intro-questionnaire .gform_page_footer .gform_next_button {
      margin: 0px auto;
      background-image: -webkit-gradient(linear, left top, right top, from(#2730e2), to(#6426c7));
      background-image: -webkit-linear-gradient(left, #2730e2, #6426c7);
      background-image: -o-linear-gradient(left, #2730e2, #6426c7);
      background-image: linear-gradient(to right, #2730e2, #6426c7);
      display: block;
      padding: 21px 39px; }

#page-contact .article > .wp-block-group {
  font-family: "Lufga", sans-serif; }
  #page-contact .article > .wp-block-group a {
    text-decoration: none; }
  #page-contact .article > .wp-block-group:first-child .wp-block-cover .wp-block-cover__inner-container {
    max-width: 535px;
    margin: 0px auto; }
  #page-contact .article > .wp-block-group:last-child {
    background-color: #f9f9fe; }
  #page-contact .article > .wp-block-group .screen#contact {
    background: transparent; }
    #page-contact .article > .wp-block-group .screen#contact input[type=text], #page-contact .article > .wp-block-group .screen#contact input[type=email], #page-contact .article > .wp-block-group .screen#contact textarea {
      font-family: "abril-display", serif;
      background-color: #ffffff;
      border: 1px #707070 solid;
      border-radius: 100px;
      line-height: 27px;
      padding: 17px 30px 10px 30px; }
    #page-contact .article > .wp-block-group .screen#contact textarea {
      border-radius: 25px;
      height: 180px; }
    #page-contact .article > .wp-block-group .screen#contact > div .contents .select:after {
      display: none; }
    #page-contact .article > .wp-block-group .screen#contact > div .contents .checkboxes {
      padding-top: 0px; }
      #page-contact .article > .wp-block-group .screen#contact > div .contents .checkboxes label {
        font-size: 18px;
        padding-top: 0;
        margin-top: 0; }
        #page-contact .article > .wp-block-group .screen#contact > div .contents .checkboxes label:not(.error):before {
          border: 1px #707070 solid;
          top: 4px; }
        #page-contact .article > .wp-block-group .screen#contact > div .contents .checkboxes label > span.brand {
          font-weight: 600;
          font-family: "Lufga", sans-serif;
          position: relative;
          right: auto;
          top: auto; }
    #page-contact .article > .wp-block-group .screen#contact.mp_wrapper .select2-container--default .select2-selection--single {
      border-radius: 25px;
      font-family: "abril-display", serif;
      font-size: 23px;
      color: #000;
      padding: 15px 30px 11px 30px; }

@-o-keyframes fadeIt {
  0% {
    background-color: #9797eb; }
  25% {
    background-color: #d7d7f7; }
  50% {
    background-color: #b3b3f0; }
  100% {
    background-color: #9797eb; } }

@-webkit-keyframes fadeIt {
  0% {
    background-color: #9797eb; }
  25% {
    background-color: #d7d7f7; }
  50% {
    background-color: #b3b3f0; }
  100% {
    background-color: #9797eb; } }

@keyframes fadeIt {
  0% {
    background-color: #9797eb; }
  25% {
    background-color: #d7d7f7; }
  50% {
    background-color: #b3b3f0; }
  100% {
    background-color: #9797eb; } }
