@charset "UTF-8";
/*!
Theme Name: bdatacademy theme by Kreatív Vonalak
Theme URI: https://www.kreativvonalak.hu
Description: BDAT Axademy project template
Version: 0.0.1
Author: Kreatív Vonalak (Imre Tamas Boldis)
Author URI: https://www.kreativvonalak.hu
License: All right reserved!
*/
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
html {
  font-family: "Inter"; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE <10.
 * Add the correct display in Edge, IE, and Firefox for `details` or `summary`.
 * Add the correct display in IE for `main`.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * Add the correct display in IE <10.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display and remove excess height in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE <11, Safari <8, and Firefox <22.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 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;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox <40.
 * 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;
  font-size: 1em;
}

/**
 * Add the correct font style in Android <4.4.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin: 0.75em 0;
}

/**
 * Add the correct background and color in IE <10.
 */
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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE <11.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1.5em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

/* Forms
   ========================================================================== */
/**
 * Known issues:
 * - By default, Chrome on OS X and Safari on OS X allow very limited styling of
 *   select, unless a border property is set. The default font weight on
 *   optgroup elements cannot safely be changed in Chrome on OSX and Safari on
 *   OS X.
 * - It is recommended that you do not style checkbox and radio inputs as
 *   Firefox's implementation does not respect box-sizing, padding, or width.
 * - Certain font size values applied to number inputs cause the cursor style of
 *   the decrement button to change from default to text.
 * - The search input is not fully stylable by default. In Chrome and Safari on
 *   OSX/iOS you can't control font, padding, border, or background. In Chrome
 *   and Safari on Windows you can't control border properly. It will apply
 *   border-width but will only show a border color (which cannot be controlled)
 *   for the outer 1px of that border. Applying -webkit-appearance: textfield
 *   addresses these issues without removing the benefits of search inputs (e.g.
 *   showing past searches). Safari (but not Chrome) will clip the cancel button
 *   on when it has padding (and textfield appearance).
 */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 * 3. Address `font-family` inconsistency between `textarea` and other form in IE 7
 * 4. Improve appearance and consistency with IE 6/7.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 */
button {
  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 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

/**
 * 1. Add the correct box sizing in IE <11.
 * 2. Remove the padding in IE <11.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
[type=checkbox],
[type=radio] {
  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 OS X.
   */
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 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 */
}

/**
 * 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.
 * 4. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  box-sizing: border-box; /* 1 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
  color: inherit; /* 2 */
  padding: 0; /* 3 */
}

/**
 * Restore the font weight unset by a previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

@font-face {
  font-family: "New Title";
  src: url("fonts/NewTitle-Bold.eot");
  src: local("New Title Bold"), local("NewTitle-Bold"), url("fonts/NewTitle-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/NewTitle-Bold.woff2") format("woff2"), url("fonts/NewTitle-Bold.woff") format("woff"), url("fonts/NewTitle-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: inherit;
}
*::after, *::before {
  box-sizing: inherit;
}
*:focus {
  outline: none;
}
*::selection {
  color: #000000;
  background: rgba(0, 232, 219, 0.8);
}
*::-moz-selection {
  color: #000000;
  background: rgba(0, 232, 219, 0.8);
}

html {
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

@-moz-document url-prefix() {
  body {
    font-weight: lighter !important;
  }
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  background: #ffffff;
  color: #000000;
  font-family: "Inter";
  font-weight: normal;
  line-height: 1.4;
  font-size: 16px;
  font-size: 1rem;
}

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

hr {
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 2em 0;
}

a {
  text-decoration: none;
  outline: 0;
  color: #030000;
}
a:focus {
  outline: none !important;
}

/* make-grid-columns */
.container {
  width: 1344px;
  max-width: 100%;
  margin: 0 auto;
}

.text-container {
  width: 1344px;
  max-width: 100%;
  margin: 0 auto;
}

.quiz-container {
  width: 1334px;
  max-width: 100%;
  margin: 0 auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
  *zoom: 1;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col {
  position: relative;
  clear: none;
}
.col:first-child {
  margin-left: 0;
}

.col-1 {
  width: 8.3333333333%;
}

.col-2 {
  width: 16.6666666667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.3333333333%;
}

.col-5 {
  width: 41.6666666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.3333333333%;
}

.col-8 {
  width: 66.6666666667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.3333333333%;
}

.col-11 {
  width: 91.6666666667%;
}

.col-12 {
  width: 100%;
}

@media only screen and (min-width: 0px) and (max-width: 1366px) {
  .container,
  .text-container {
    padding: 0 15px;
  }
}
/* make-grid-columns */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

/* make-grid(xs) */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

/* make-grid(sm) */
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
/* make-grid(md) */
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
/* make-grid(lg) */
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
.clear {
  float: none;
  clear: none;
}
.clear::before, .clear::after {
  content: "";
  display: table;
  line-height: 0;
}
.clear::after {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

.vertical-align-top {
  vertical-align: top;
}

.vertical-align-middle {
  vertical-align: middle;
}

.vertical-align-bottom {
  vertical-align: bottom;
}

.has-colored-bg {
  padding: 100px 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .has-colored-bg {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .has-colored-bg {
    padding: 70px 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .has-colored-bg {
    padding: 90px 0;
  }
}

.bg-light_purple {
  background-color: rgba(146, 101, 255, 0.05);
}

.bg-light_turquoise {
  background-color: rgba(0, 232, 219, 0.1);
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus,
.screen-reader-text:active {
  position: static !important;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

b,
strong {
  font-weight: bold;
}

i,
em {
  font-style: italic;
}

.allcaps {
  text-transform: uppercase;
}

.section-text {
  margin: 0;
  line-height: 1.8;
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-text {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-text {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.section-text.sm {
  line-height: 1.6;
  font-size: 17px;
  font-size: 1.0625rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-text.sm {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-text.sm {
    font-size: 16px;
    font-size: 1rem;
  }
}

.entry-header {
  position: relative;
  margin: 46px auto 37px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .entry-header {
    margin: 40px auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .entry-header {
    margin: 45px auto;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .entry-header {
    margin: 55px auto;
  }
}

.entry-title {
  position: relative;
  clear: both;
  display: block;
  margin: 0;
  padding: 0;
  color: #7347E3;
  line-height: 1.3;
  font-weight: 900;
  font-family: "Inter";
  font-size: 55px;
  font-size: 3.4375rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .entry-title {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .entry-title {
    letter-spacing: -1px;
    font-size: 45px;
    font-size: 2.8125rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .entry-title {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
.entry-title + .entry-desc {
  margin-top: 50px;
}

.section-title {
  position: relative;
  clear: both;
  display: block;
  margin: 0;
  padding: 0;
  color: #7347E3;
  line-height: 1.2;
  font-weight: 900;
  font-family: "Inter";
  font-size: 55px;
  font-size: 3.4375rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-title {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-title {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}
.section-title.lg {
  font-size: 70px;
  font-size: 4.375rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-title.lg {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-title.lg {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-title.lg {
    font-size: 55px;
    font-size: 3.4375rem;
  }
}
.section-title.sm {
  font-size: 45px;
  font-size: 2.8125rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-title.sm {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-title.sm {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-title.sm {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.section-title.xs {
  font-size: 35px;
  font-size: 2.1875rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-title.xs {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-title.xs {
    font-size: 27px;
    font-size: 1.6875rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-title.xs {
    font-size: 31px;
    font-size: 1.9375rem;
  }
}

.section-subtitle {
  position: relative;
  clear: both;
  display: block;
  margin: 0;
  padding: 0;
  color: #00E8DB;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Inter";
  font-size: 24px;
  font-size: 1.5rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-subtitle {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.section-subtitle.uppecase {
  color: #3F1A9E;
  text-transform: uppercase;
}

.site_header--top-languages {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.site_header--top-languages .site_header--top-languages-list {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  list-style: none;
  padding: 0;
  margin: 0 0 17px 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .site_header--top-languages .site_header--top-languages-list {
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .site_header--top-languages .site_header--top-languages-list {
    margin-bottom: 12px;
  }
}
.site_header--top-languages .site_header--top-languages-list li {
  min-width: 0;
  flex: 0 0 auto;
}
.site_header--top-languages .site_header--top-languages-list li a,
.site_header--top-languages .site_header--top-languages-list li span {
  display: inline-block;
  padding: 9px 0;
  color: #7347E3;
  border-top: 7px solid transparent;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  font-size: 17px;
  font-size: 1.0625rem;
}
.site_header--top-languages .site_header--top-languages-list li a:hover {
  text-decoration: underline;
}
.site_header--top-languages .site_header--top-languages-list li span {
  padding-left: 7px;
  padding-right: 7px;
  border-top-color: #7347E3;
}
.site_header--top-languages .site_header--top-languages-list li + li {
  margin-left: 11px;
}

#headerMenu {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
#headerMenu > .menu-item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  list-style: none;
}
#headerMenu > .menu-item > a {
  position: relative;
  display: block;
  padding: 2px 0;
  color: #030000;
  font-weight: 500;
  line-height: 30px;
  font-size: 17px;
  font-size: 1.0625rem;
}
#headerMenu > .menu-item > a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  z-index: -1;
  display: block;
  width: 100%;
  height: 0;
  opacity: 0;
  background-color: #7347E3;
  -webkit-border-radius: 999px;
  border-radius: 999px;
  background-clip: padding-box;
  -webkit-transition: height 0.2s ease, opacity 0.2s ease;
  -moz-transition: height 0.2s ease, opacity 0.2s ease;
  -ms-transition: height 0.2s ease, opacity 0.2s ease;
  -o-transition: height 0.2s ease, opacity 0.2s ease;
  transition: height 0.2s ease, opacity 0.2s ease;
}
#headerMenu > .menu-item:hover > a::before {
  height: 7px;
  opacity: 1;
}
#headerMenu > .menu-item + .menu-item {
  position: relative;
  margin-left: 58px;
}
#headerMenu > .menu-item + .menu-item::before {
  content: "";
  position: absolute;
  left: -34px;
  top: 13px;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  background-color: #7347E3;
}
#headerMenu > .menu-item.current-menu-item > a::before, #headerMenu > .menu-item.current_page_item > a::before, #headerMenu > .menu-item.current-menu-parent > a::before, #headerMenu > .menu-item.current_page_parent > a::before, #headerMenu > .menu-item.current-menu-ancestor > a::before, #headerMenu > .menu-item.current-page-ancestor > a::before {
  height: 7px;
  opacity: 1;
}
#headerMenu > .menu-item.current-menu-item > a::after, #headerMenu > .menu-item.current_page_item > a::after, #headerMenu > .menu-item.current-menu-parent > a::after, #headerMenu > .menu-item.current_page_parent > a::after, #headerMenu > .menu-item.current-menu-ancestor > a::after, #headerMenu > .menu-item.current-page-ancestor > a::after {
  height: 7px;
  opacity: 1;
}

#footerMenu1,
#footerMenu2,
#footerMenu3 {
  padding-left: 0;
  margin: 0;
  list-style: none;
  line-height: 0;
  font-size: 0px;
  font-size: 0rem;
}
#footerMenu1 > .menu-item,
#footerMenu2 > .menu-item,
#footerMenu3 > .menu-item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding-top: 22px;
  list-style: none;
}
#footerMenu1 > .menu-item > a,
#footerMenu2 > .menu-item > a,
#footerMenu3 > .menu-item > a {
  background-image: linear-gradient(#7347E3, #7347E3);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0% 1px;
  -webkit-transition: background-size 0.25s ease 0s;
  -moz-transition: background-size 0.25s ease 0s;
  -ms-transition: background-size 0.25s ease 0s;
  -o-transition: background-size 0.25s ease 0s;
  transition: background-size 0.25s ease 0s;
  color: #432C79;
  line-height: 1.5;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #footerMenu1 > .menu-item > a,
  #footerMenu2 > .menu-item > a,
  #footerMenu3 > .menu-item > a {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
#footerMenu1 > .menu-item > a:hover,
#footerMenu2 > .menu-item > a:hover,
#footerMenu3 > .menu-item > a:hover {
  background-size: 100% 1px;
}
#footerMenu1 > .menu-item.current-menu-item > a, #footerMenu1 > .menu-item.current_page_item > a, #footerMenu1 > .menu-item.current-menu-parent > a, #footerMenu1 > .menu-item.current_page_parent > a, #footerMenu1 > .menu-item.current-menu-ancestor > a, #footerMenu1 > .menu-item.current-page-ancestor > a,
#footerMenu2 > .menu-item.current-menu-item > a,
#footerMenu2 > .menu-item.current_page_item > a,
#footerMenu2 > .menu-item.current-menu-parent > a,
#footerMenu2 > .menu-item.current_page_parent > a,
#footerMenu2 > .menu-item.current-menu-ancestor > a,
#footerMenu2 > .menu-item.current-page-ancestor > a,
#footerMenu3 > .menu-item.current-menu-item > a,
#footerMenu3 > .menu-item.current_page_item > a,
#footerMenu3 > .menu-item.current-menu-parent > a,
#footerMenu3 > .menu-item.current_page_parent > a,
#footerMenu3 > .menu-item.current-menu-ancestor > a,
#footerMenu3 > .menu-item.current-page-ancestor > a {
  background-size: 100% 1px;
}

.mobile-menu {
  position: fixed;
  z-index: 9999;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  width: 400px;
  max-width: 90%;
  background-color: #D8C6FF;
  color: #000000;
  overflow: hidden;
  font-size: 18px;
  font-size: 1.125rem;
  -moz-transform: translate3d(400px, 0, 0);
  -o-transform: translate3d(400px, 0, 0);
  -ms-transform: translate3d(400px, 0, 0);
  -webkit-transform: translate3d(400px, 0, 0);
  transform: translate3d(400px, 0, 0);
  -webkit-transition: transform 0.5s ease 0s;
  -moz-transition: transform 0.5s ease 0s;
  -ms-transition: transform 0.5s ease 0s;
  -o-transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  box-shadow: inset 14px 0px 18px -10px rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .mobile-menu {
    width: 300px;
    font-size: 16px;
    font-size: 1rem;
    -moz-transform: translate3d(300px, 0, 0);
    -o-transform: translate3d(300px, 0, 0);
    -ms-transform: translate3d(300px, 0, 0);
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
  }
}
body.mobile-menu-visible .mobile-menu {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mobile-menu .menu-close {
  position: absolute;
  z-index: 10;
  top: 0px;
  right: 0px;
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #D8C6FF;
  box-shadow: 0px 0px 20px 10px #D8C6FF;
}
.mobile-menu .menu-close::before, .mobile-menu .menu-close::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 30px;
  height: 3px;
  margin: auto;
  background-color: #000000;
}
.mobile-menu .menu-close::before {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile-menu .menu-close::after {
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mobile-menu .mobile-menu-inner {
  height: 100%;
  padding: 60px 10px 50px 40px;
  overflow-y: auto;
}
.mobile-menu .mobile-menu-inner .mobile--menu-wrapper {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 600;
  line-height: 1.2;
}
.mobile-menu .mobile-menu-inner .mobile--menu-wrapper + .mobile--menu-wrapper {
  padding-bottom: 30px;
}
.mobile-menu .mobile-menu-inner .mobile--menu-wrapper > .menu-item {
  display: block;
  padding: 8px 0;
}
.mobile-menu .mobile-menu-inner .mobile--menu-wrapper > .menu-item > a {
  display: inline-block;
  color: #000000;
}
.mobile-menu .mobile-menu-inner .mobile--menu-wrapper > .menu-item.current-menu-item > a, .mobile-menu .mobile-menu-inner .mobile--menu-wrapper > .menu-item.current_page_item > a, .mobile-menu .mobile-menu-inner .mobile--menu-wrapper > .menu-item.current-menu-parent > a, .mobile-menu .mobile-menu-inner .mobile--menu-wrapper > .menu-item.current_page_parent > a, .mobile-menu .mobile-menu-inner .mobile--menu-wrapper > .menu-item.current-menu-ancestor > a, .mobile-menu .mobile-menu-inner .mobile--menu-wrapper > .menu-item.current-page-ancestor > a {
  position: relative;
}
.mobile-menu .mobile-menu-inner .mobile--menu-wrapper > .menu-item.current-menu-item > a::before, .mobile-menu .mobile-menu-inner .mobile--menu-wrapper > .menu-item.current_page_item > a::before, .mobile-menu .mobile-menu-inner .mobile--menu-wrapper > .menu-item.current-menu-parent > a::before, .mobile-menu .mobile-menu-inner .mobile--menu-wrapper > .menu-item.current_page_parent > a::before, .mobile-menu .mobile-menu-inner .mobile--menu-wrapper > .menu-item.current-menu-ancestor > a::before, .mobile-menu .mobile-menu-inner .mobile--menu-wrapper > .menu-item.current-page-ancestor > a::before {
  content: "";
  position: absolute;
  top: 9px;
  left: -15px;
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #000000;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .mobile-menu .mobile-menu-inner .mobile--menu-wrapper > .menu-item.current-menu-item > a::before, .mobile-menu .mobile-menu-inner .mobile--menu-wrapper > .menu-item.current_page_item > a::before, .mobile-menu .mobile-menu-inner .mobile--menu-wrapper > .menu-item.current-menu-parent > a::before, .mobile-menu .mobile-menu-inner .mobile--menu-wrapper > .menu-item.current_page_parent > a::before, .mobile-menu .mobile-menu-inner .mobile--menu-wrapper > .menu-item.current-menu-ancestor > a::before, .mobile-menu .mobile-menu-inner .mobile--menu-wrapper > .menu-item.current-page-ancestor > a::before {
    top: 8px;
  }
}
.mobile-menu .mobile-menu-inner .contacts-list {
  display: block;
  margin: 0;
  padding: 15px 0 0;
  list-style: none;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.mobile-menu .mobile-menu-inner .contacts-list .contacts-item {
  display: block;
}
.mobile-menu .mobile-menu-inner .contacts-list .contacts-item .contact-label {
  display: block;
  padding: 15px 0 0;
  font-weight: 600;
}
.mobile-menu .mobile-menu-inner .contacts-list .contacts-item .contact-link {
  display: block;
  padding: 5px 0 5px 10px;
}
.mobile-menu .mobile-menu-inner .contacts-list .contacts-item .contact-link a {
  color: #000000;
  text-decoration: underline;
  font-size: 17px;
  font-size: 1.0625rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .mobile-menu .mobile-menu-inner .contacts-list .contacts-item .contact-link a {
    font-size: 16px;
    font-size: 1rem;
  }
}

embed,
iframe,
object {
  max-width: 100%;
  border: none;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container.youtube-embed {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.embed-container.youtube-embed iframe {
  z-index: 2;
}
.embed-container.shortcode__embed-googlemaps {
  height: 500px;
  max-height: 90vh;
  padding: 0;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn {
  position: relative;
  padding: 12px 50px 16px;
  border-style: solid;
  border-width: 2px;
  text-align: left;
  font-weight: 600;
  line-height: 1.3;
  cursor: pointer;
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-transition: color 0.25s ease 0s, background-color 0.25s ease 0s, border-color 0.25s ease 0s;
  -moz-transition: color 0.25s ease 0s, background-color 0.25s ease 0s, border-color 0.25s ease 0s;
  -ms-transition: color 0.25s ease 0s, background-color 0.25s ease 0s, border-color 0.25s ease 0s;
  -o-transition: color 0.25s ease 0s, background-color 0.25s ease 0s, border-color 0.25s ease 0s;
  transition: color 0.25s ease 0s, background-color 0.25s ease 0s, border-color 0.25s ease 0s;
  background-color: #7347E3;
  color: #ffffff;
  border-color: #7347E3;
  font-family: "Inter";
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .btn {
    padding: 10px 20px 14px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .btn {
    padding: 11px 30px 15px;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .btn {
    padding: 12px 40px 16px;
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.btn:hover {
  background-color: #00E8DB;
  color: #000000;
  border-color: #00E8DB;
}
.btn.btn-secondary {
  background-color: #181142;
  color: #ffffff;
  border-color: #181142;
}
.btn.btn-secondary:hover {
  background-color: #00E8DB;
  color: #000000;
  border-color: #00E8DB;
}
.btn.btn-inverse {
  background-color: #ffffff;
  color: #7347E3;
  border-color: #7347E3;
}
.btn.btn-inverse.btn-arrow-before::before {
  filter: brightness(1) invert(0);
}
.btn.btn-inverse.btn-arrow-after::after {
  filter: brightness(1) invert(0);
}
.btn.btn-inverse:hover {
  background-color: #00E8DB;
  color: #7347E3;
  border-color: #7347E3;
}
.btn.btn-semi-rounded {
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-clip: padding-box;
  background-clip: border-box;
}
.btn.btn-rounded {
  -webkit-border-radius: 999px;
  border-radius: 999px;
  background-clip: padding-box;
  background-clip: border-box;
}
.btn.btn-inlineblock {
  display: inline-block;
}
.btn.btn-block {
  display: block;
}
.btn.btn-sm {
  padding: 11px 35px 13px;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .btn.btn-sm {
    padding: 11px 15px 14px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .btn.btn-sm {
    padding: 12px 25px 15px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .btn.btn-sm {
    padding: 12px 30px 15px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.btn.btn-arrow-before {
  padding-left: 67px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .btn.btn-arrow-before {
    padding-left: 47px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .btn.btn-arrow-before {
    padding-left: 57px;
  }
}
.btn.btn-arrow-before::before {
  content: url("images/button-arrow.svg");
  position: absolute;
  top: 0;
  bottom: 0;
  left: 47px;
  display: inline-block;
  width: 14px;
  height: 23px;
  margin: auto;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  -webkit-transition: left 0.25s ease 0s;
  -moz-transition: left 0.25s ease 0s;
  -ms-transition: left 0.25s ease 0s;
  -o-transition: left 0.25s ease 0s;
  transition: left 0.25s ease 0s;
  filter: brightness(0) invert(1);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .btn.btn-arrow-before::before {
    left: 27px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .btn.btn-arrow-before::before {
    left: 37px;
  }
}
.btn.btn-arrow-before:hover::before {
  left: 37px;
  filter: brightness(1) invert(0);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .btn.btn-arrow-before:hover::before {
    left: 17px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .btn.btn-arrow-before:hover::before {
    left: 27px;
  }
}
.btn.btn-arrow-before.btn-sm {
  padding-left: 52px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .btn.btn-arrow-before.btn-sm {
    padding-left: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .btn.btn-arrow-before.btn-sm {
    padding-left: 42px;
  }
}
.btn.btn-arrow-before.btn-sm::before {
  left: 32px;
  height: 18px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .btn.btn-arrow-before.btn-sm::before {
    left: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .btn.btn-arrow-before.btn-sm::before {
    left: 22px;
  }
}
.btn.btn-arrow-before.btn-sm:hover::before {
  left: 27px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .btn.btn-arrow-before.btn-sm:hover::before {
    left: 7px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .btn.btn-arrow-before.btn-sm:hover::before {
    left: 17px;
  }
}
.btn.btn-arrow-after {
  padding-right: 67px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .btn.btn-arrow-after {
    padding-right: 47px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .btn.btn-arrow-after {
    padding-right: 57px;
  }
}
.btn.btn-arrow-after::after {
  content: url("images/button-arrow.svg");
  position: absolute;
  top: 0;
  bottom: 0;
  right: 47px;
  display: inline-block;
  width: 14px;
  height: 23px;
  margin: auto;
  filter: brightness(0) invert(1);
  -webkit-transition: right 0.25s ease 0s;
  -moz-transition: right 0.25s ease 0s;
  -ms-transition: right 0.25s ease 0s;
  -o-transition: right 0.25s ease 0s;
  transition: right 0.25s ease 0s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .btn.btn-arrow-after::after {
    right: 27px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .btn.btn-arrow-after::after {
    right: 37px;
  }
}
.btn.btn-arrow-after:hover::after {
  right: 37px;
  filter: brightness(1) invert(0);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .btn.btn-arrow-after:hover::after {
    right: 17px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .btn.btn-arrow-after:hover::after {
    right: 27px;
  }
}
.btn.btn-arrow-after.btn-sm {
  padding-right: 52px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .btn.btn-arrow-after.btn-sm {
    padding-right: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .btn.btn-arrow-after.btn-sm {
    padding-right: 42px;
  }
}
.btn.btn-arrow-after.btn-sm::after {
  right: 32px;
  height: 18px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .btn.btn-arrow-after.btn-sm::after {
    right: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .btn.btn-arrow-after.btn-sm::after {
    right: 22px;
  }
}
.btn.btn-arrow-after.btn-sm:hover::after {
  right: 27px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .btn.btn-arrow-after.btn-sm:hover::after {
    right: 7px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .btn.btn-arrow-after.btn-sm:hover::after {
    right: 17px;
  }
}

.link-with-bullet {
  position: relative;
  padding-right: 22px;
  color: #7347E3;
  font-family: "Inter";
  font-weight: 600;
  line-height: 1.3;
  background-image: linear-gradient(#7347E3, #7347E3);
  background-repeat: no-repeat;
  background-position: bottom right 13px;
  background-size: 0% 1px;
  text-decoration: none;
  -webkit-transition: background-size 0.15s ease 0s;
  -moz-transition: background-size 0.15s ease 0s;
  -ms-transition: background-size 0.15s ease 0s;
  -o-transition: background-size 0.15s ease 0s;
  transition: background-size 0.15s ease 0s;
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .link-with-bullet {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .link-with-bullet {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .link-with-bullet {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.link-with-bullet::before {
  content: "";
  position: absolute;
  bottom: 9px;
  right: 0;
  display: inline-block;
  width: 13px;
  height: 1px;
  background-color: #7347E3;
  -webkit-transition: all 0.15s ease 0.15s;
  -moz-transition: all 0.15s ease 0.15s;
  -ms-transition: all 0.15s ease 0.15s;
  -o-transition: all 0.15s ease 0.15s;
  transition: all 0.15s ease 0.15s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .link-with-bullet::before {
    bottom: 7px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .link-with-bullet::before {
    bottom: 8px;
  }
}
.link-with-bullet::after {
  content: "";
  position: absolute;
  bottom: 6px;
  right: 0;
  display: inline-block;
  width: 7px;
  height: 7px;
  border-right: 1px solid #7347E3;
  border-bottom: 1px solid #7347E3;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.15s ease 0.15s;
  -moz-transition: all 0.15s ease 0.15s;
  -ms-transition: all 0.15s ease 0.15s;
  -o-transition: all 0.15s ease 0.15s;
  transition: all 0.15s ease 0.15s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .link-with-bullet::after {
    bottom: 4px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .link-with-bullet::after {
    bottom: 5px;
  }
}
.link-with-bullet:hover {
  background-size: 100% 1px;
  -webkit-transition: background-size 0.15s ease 0.15s;
  -moz-transition: background-size 0.15s ease 0.15s;
  -ms-transition: background-size 0.15s ease 0.15s;
  -o-transition: background-size 0.15s ease 0.15s;
  transition: background-size 0.15s ease 0.15s;
}
.link-with-bullet:hover::before {
  bottom: 0px;
  -webkit-transition: all 0.15s ease 0s;
  -moz-transition: all 0.15s ease 0s;
  -ms-transition: all 0.15s ease 0s;
  -o-transition: all 0.15s ease 0s;
  transition: all 0.15s ease 0s;
}
.link-with-bullet:hover::after {
  bottom: -3px;
  -webkit-transition: all 0.15s ease 0s;
  -moz-transition: all 0.15s ease 0s;
  -ms-transition: all 0.15s ease 0s;
  -o-transition: all 0.15s ease 0s;
  transition: all 0.15s ease 0s;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}
ul li > ul,
ul li > ol, ol li > ul,
ol li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

dl dt {
  font-weight: bold;
}
dl dd {
  margin: 0 1.5em 1.5em;
}

input,
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  border: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #b1b1b1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #b1b1b1;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
  color: #b1b1b1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  color: #b1b1b1;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #b1b1b1;
}

input[type=text], input[type=number], input[type=password], input[type=tel], input[type=email], input[type=search], input[type=url], input[type=date], input[type=month], input[type=time], input[type=week], input[type=datetime], input[type=datetime-local] {
  padding: 0 25px;
  width: 100%;
  color: #000000;
  background-color: #f4efff;
  border: 1px solid rgba(146, 101, 255, 0.3);
  font-size: 20px;
  font-size: 1.25rem;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -ms-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  input[type=text], input[type=number], input[type=password], input[type=tel], input[type=email], input[type=search], input[type=url], input[type=date], input[type=month], input[type=time], input[type=week], input[type=datetime], input[type=datetime-local] {
    padding: 0 20px;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  input[type=text], input[type=number], input[type=password], input[type=tel], input[type=email], input[type=search], input[type=url], input[type=date], input[type=month], input[type=time], input[type=week], input[type=datetime], input[type=datetime-local] {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  input[type=text], input[type=number], input[type=password], input[type=tel], input[type=email], input[type=search], input[type=url], input[type=date], input[type=month], input[type=time], input[type=week], input[type=datetime], input[type=datetime-local] {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
input[type=text]:focus, input[type=number]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=email]:focus, input[type=search]:focus, input[type=url]:focus, input[type=date]:focus, input[type=month]:focus, input[type=time]:focus, input[type=week]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus {
  border-color: #7347E3;
}
.bg-light_turquoise input[type=text], .bg-light_purple input[type=text], .bg-light_turquoise input[type=number], .bg-light_purple input[type=number], .bg-light_turquoise input[type=password], .bg-light_purple input[type=password], .bg-light_turquoise input[type=tel], .bg-light_purple input[type=tel], .bg-light_turquoise input[type=email], .bg-light_purple input[type=email], .bg-light_turquoise input[type=search], .bg-light_purple input[type=search], .bg-light_turquoise input[type=url], .bg-light_purple input[type=url], .bg-light_turquoise input[type=date], .bg-light_purple input[type=date], .bg-light_turquoise input[type=month], .bg-light_purple input[type=month], .bg-light_turquoise input[type=time], .bg-light_purple input[type=time], .bg-light_turquoise input[type=week], .bg-light_purple input[type=week], .bg-light_turquoise input[type=datetime], .bg-light_purple input[type=datetime], .bg-light_turquoise input[type=datetime-local], .bg-light_purple input[type=datetime-local] {
  background-color: #ffffff;
}
input[type=text], input[type=number], input[type=password], input[type=tel], input[type=email], input[type=search], input[type=url] {
  line-height: 63px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  input[type=text], input[type=number], input[type=password], input[type=tel], input[type=email], input[type=search], input[type=url] {
    line-height: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  input[type=text], input[type=number], input[type=password], input[type=tel], input[type=email], input[type=search], input[type=url] {
    line-height: 53px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  input[type=text], input[type=number], input[type=password], input[type=tel], input[type=email], input[type=search], input[type=url] {
    line-height: 58px;
  }
}
input[type=date], input[type=month], input[type=time], input[type=week], input[type=datetime], input[type=datetime-local] {
  line-height: 61px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  input[type=date], input[type=month], input[type=time], input[type=week], input[type=datetime], input[type=datetime-local] {
    line-height: 46px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  input[type=date], input[type=month], input[type=time], input[type=week], input[type=datetime], input[type=datetime-local] {
    line-height: 51px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  input[type=date], input[type=month], input[type=time], input[type=week], input[type=datetime], input[type=datetime-local] {
    line-height: 56px;
  }
}
input[type=checkbox] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  height: 45px;
  border: 1px solid rgba(146, 101, 255, 0.3);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  cursor: pointer;
  overflow: hidden;
}
input[type=checkbox]::before, input[type=checkbox]::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f4efff;
}
.bg-light_turquoise input[type=checkbox]::before, .bg-light_purple input[type=checkbox]::before, .bg-light_turquoise input[type=checkbox]::after, .bg-light_purple input[type=checkbox]::after {
  background-color: #ffffff;
}
input[type=checkbox]::before {
  content: "✔";
  bottom: 0;
  right: 0;
  color: #7347E3;
  text-align: center;
  font-weight: 700;
  line-height: 43px;
  font-size: 35px;
  font-size: 2.1875rem;
  -webkit-transition: opacity 0.6s ease;
  -moz-transition: opacity 0.6s ease;
  -ms-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
input[type=checkbox]::after {
  width: 45px;
  height: 45px;
  opacity: 1;
  -webkit-transition: left 0s ease, opacity 0.3s ease;
  -moz-transition: left 0s ease, opacity 0.3s ease;
  -ms-transition: left 0s ease, opacity 0.3s ease;
  -o-transition: left 0s ease, opacity 0.3s ease;
  transition: left 0s ease, opacity 0.3s ease;
}
input[type=checkbox]:checked::after {
  left: 100%;
  opacity: 0;
  -webkit-transition: left 0.6s cubic-bezier(0.25, 1, 0.5, 0.65), opacity 0.6s cubic-bezier(1, 0, 1, 0);
  -moz-transition: left 0.6s cubic-bezier(0.25, 1, 0.5, 0.65), opacity 0.6s cubic-bezier(1, 0, 1, 0);
  -ms-transition: left 0.6s cubic-bezier(0.25, 1, 0.5, 0.65), opacity 0.6s cubic-bezier(1, 0, 1, 0);
  -o-transition: left 0.6s cubic-bezier(0.25, 1, 0.5, 0.65), opacity 0.6s cubic-bezier(1, 0, 1, 0);
  transition: left 0.6s cubic-bezier(0.25, 1, 0.5, 0.65), opacity 0.6s cubic-bezier(1, 0, 1, 0);
}
input[type=radio] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  cursor: pointer;
}
input[type=radio]::before, input[type=radio]::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: inherit;
  background-clip: inherit;
}
input[type=radio]::before {
  background-color: #f4efff;
}
.bg-light_turquoise input[type=radio]::before, .bg-light_purple input[type=radio]::before {
  background-color: #ffffff;
}
input[type=radio]::after {
  background-color: #7347E3;
  opacity: 0;
  -moz-transform: scale(0.1);
  -o-transform: scale(0.1);
  -ms-transform: scale(0.1);
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
  -webkit-transition: opacity 0.4s ease, transform 0.4s ease;
  -moz-transition: opacity 0.4s ease, transform 0.4s ease;
  -ms-transition: opacity 0.4s ease, transform 0.4s ease;
  -o-transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
input[type=radio]:checked::after {
  opacity: 1;
  -moz-transform: scale(0.4);
  -o-transform: scale(0.4);
  -ms-transform: scale(0.4);
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
}
input[type=file] {
  position: relative;
  z-index: 3;
  opacity: 0;
  width: 100%;
  height: 76px;
  border: none;
  line-height: 76px;
  font-size: 0px;
  font-size: 0rem;
  cursor: pointer;
  border: 1px solid transparent;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  input[type=file] {
    height: 56px;
    line-height: 56px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  input[type=file] {
    height: 66px;
    line-height: 66px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  input[type=file] {
    height: 72px;
    line-height: 72px;
  }
}
input[type=file] ~ .fileinput {
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
input[type=file] ~ .fileinput .filename,
input[type=file] ~ .fileinput .filebutton {
  height: 74px;
  border: solid 1px rgba(146, 101, 255, 0.3);
  background-color: #f4efff;
  font-family: "Inter";
  font-weight: 400;
  line-height: 74px;
  font-size: 20px;
  font-size: 1.25rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  input[type=file] ~ .fileinput .filename,
  input[type=file] ~ .fileinput .filebutton {
    height: 54px;
    line-height: 54px;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  input[type=file] ~ .fileinput .filename,
  input[type=file] ~ .fileinput .filebutton {
    height: 64px;
    line-height: 64px;
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  input[type=file] ~ .fileinput .filename,
  input[type=file] ~ .fileinput .filebutton {
    height: 70px;
    line-height: 70px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.bg-light_turquoise input[type=file] ~ .fileinput .filename, .bg-light_purple input[type=file] ~ .fileinput .filename,
.bg-light_turquoise input[type=file] ~ .fileinput .filebutton,
.bg-light_purple input[type=file] ~ .fileinput .filebutton {
  background-color: #ffffff;
}
input[type=file] ~ .fileinput .filename {
  z-index: 1;
  padding: 0 10px 0 25px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  background-clip: padding-box;
  color: #b1b1b1;
  flex: 1 1 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  input[type=file] ~ .fileinput .filename {
    padding-left: 20px;
  }
}
input[type=file] ~ .fileinput .filename .name {
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  flex: 0 1 auto;
}
input[type=file] ~ .fileinput .filename .ext {
  min-width: 0;
  flex: 0 0 auto;
}
input[type=file] ~ .fileinput .filebutton {
  z-index: 2;
  padding-left: 37px;
  padding-right: 25px;
  display: inline-block;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  background-clip: padding-box;
  color: #ffffff;
  background-color: #7347E3;
  font-weight: 700;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  flex: 0 0 auto;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  input[type=file] ~ .fileinput .filebutton {
    padding-left: 27px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  input[type=file] ~ .fileinput .filebutton {
    padding-left: 32px;
    padding-right: 20px;
  }
}
input[type=file]:hover ~ .fileinput .filebutton {
  background-color: #7347E3;
}

input[type=submit], input[type=reset],
button[type=submit],
button[type=reset] {
  padding: 16px 55px 17px 41px;
  background-color: #7347E3;
  color: #ffffff;
  border: 2px solid #7347E3;
  -webkit-border-radius: 999px;
  border-radius: 999px;
  background-clip: padding-box;
  font-family: "Inter";
  font-weight: 600;
  line-height: 1.3;
  font-size: 18px;
  font-size: 1.125rem;
  cursor: pointer;
  -webkit-transition: color 0.25s ease 0s, background-color 0.25s ease 0s, border-color 0.25s ease 0s;
  -moz-transition: color 0.25s ease 0s, background-color 0.25s ease 0s, border-color 0.25s ease 0s;
  -ms-transition: color 0.25s ease 0s, background-color 0.25s ease 0s, border-color 0.25s ease 0s;
  -o-transition: color 0.25s ease 0s, background-color 0.25s ease 0s, border-color 0.25s ease 0s;
  transition: color 0.25s ease 0s, background-color 0.25s ease 0s, border-color 0.25s ease 0s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  input[type=submit], input[type=reset],
  button[type=submit],
  button[type=reset] {
    padding: 11px 26px 12px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  input[type=submit], input[type=reset],
  button[type=submit],
  button[type=reset] {
    padding: 13px 31px 14px;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  input[type=submit], input[type=reset],
  button[type=submit],
  button[type=reset] {
    padding: 15px 36px 16px;
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
input[type=submit]:hover, input[type=reset]:hover,
button[type=submit]:hover,
button[type=reset]:hover {
  background-color: #00E8DB;
  color: #7347E3;
  border-color: #00E8DB;
}
input[type=submit].size-lg, input[type=reset].size-lg,
button[type=submit].size-lg,
button[type=reset].size-lg {
  width: 100%;
  padding-top: 18px;
  padding-bottom: 19px;
  font-size: 28px;
  font-size: 1.75rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  input[type=submit].size-lg, input[type=reset].size-lg,
  button[type=submit].size-lg,
  button[type=reset].size-lg {
    padding-top: 14px;
    padding-bottom: 15px;
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  input[type=submit].size-lg, input[type=reset].size-lg,
  button[type=submit].size-lg,
  button[type=reset].size-lg {
    padding-top: 16px;
    padding-bottom: 17px;
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
input[type=submit].color-dark, input[type=reset].color-dark,
button[type=submit].color-dark,
button[type=reset].color-dark {
  border: 4px solid #30146E;
  background-color: #30146E;
}
input[type=submit].color-dark:hover, input[type=reset].color-dark:hover,
button[type=submit].color-dark:hover,
button[type=reset].color-dark:hover {
  background-color: #00E8DB;
  color: #30146E;
  border-color: #30146E;
}

button[type=submit] {
  position: relative;
  padding-right: 67px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  button[type=submit] {
    padding-right: 47px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  button[type=submit] {
    padding-right: 57px;
  }
}
button[type=submit]::after {
  content: url("images/button-arrow.svg");
  position: absolute;
  top: 0;
  bottom: 0;
  right: 47px;
  display: inline-block;
  width: 14px;
  height: 23px;
  margin: auto;
  filter: brightness(0) invert(1);
  -webkit-transition: right 0.25s ease 0s;
  -moz-transition: right 0.25s ease 0s;
  -ms-transition: right 0.25s ease 0s;
  -o-transition: right 0.25s ease 0s;
  transition: right 0.25s ease 0s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  button[type=submit]::after {
    right: 27px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  button[type=submit]::after {
    right: 37px;
  }
}
button[type=submit]:hover::after {
  right: 37px;
  filter: brightness(1) invert(0);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  button[type=submit]:hover::after {
    right: 17px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  button[type=submit]:hover::after {
    right: 27px;
  }
}
button[type=submit].size-lg::after {
  content: url("images/button-arrow-lg.svg");
  position: static;
  vertical-align: bottom;
  width: 22px;
  height: 33px;
  margin-left: 11px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  button[type=submit].size-lg::after {
    width: 16px;
    height: 24px;
  }
}

select {
  width: 100%;
  color: #000000;
  background-color: #f4efff;
  border: 1px solid rgba(146, 101, 255, 0.3);
  padding: 0 40px 0 25px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  line-height: 63px;
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: 17px auto;
  background-image: url("images/dropdown-arrow.svg");
  font-size: 20px;
  font-size: 1.25rem;
  -webkit-transition: border-color 0.3s ease, background-image 0.3s ease;
  -moz-transition: border-color 0.3s ease, background-image 0.3s ease;
  -ms-transition: border-color 0.3s ease, background-image 0.3s ease;
  -o-transition: border-color 0.3s ease, background-image 0.3s ease;
  transition: border-color 0.3s ease, background-image 0.3s ease;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  select {
    padding: 0 40px 0 20px;
    line-height: 50px;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  select {
    line-height: 55px;
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  select {
    line-height: 60px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
select:focus {
  border-color: #7347E3;
  background-image: url("images/dropdown-arrow-focused.svg");
}
select::-ms-expand {
  display: none;
}
.bg-light_turquoise select, .bg-light_purple select {
  background-color: #ffffff;
}

textarea {
  width: 100%;
  color: #000000;
  background-color: #f4efff;
  border: 1px solid rgba(146, 101, 255, 0.3);
  padding: 20px 25px;
  resize: none;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  line-height: 1.4;
  font-size: 20px;
  font-size: 1.25rem;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -ms-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  textarea {
    padding: 12px 20px;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  textarea {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  textarea {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
textarea:focus {
  border-color: #7347E3;
}
.bg-light_turquoise textarea, .bg-light_purple textarea {
  background-color: #ffffff;
}

label abbr,
label abbr[title] {
  text-decoration: none;
  color: #dc3545;
}

fieldset {
  padding: 1em;
  margin: 0 0 2em;
  border: 1px solid #030000;
}
fieldset legend {
  padding: 0 10px;
}

#breadcrumb {
  padding: 0 0 10px 0;
  position: relative;
  z-index: 9;
}
#breadcrumb .breadcrumb-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
#breadcrumb .breadcrumb-list [class^=item] {
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #a9a9a9;
  font-weight: 400;
  line-height: 1.7;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #breadcrumb .breadcrumb-list [class^=item] {
    font-weight: 600;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #breadcrumb .breadcrumb-list [class^=item] {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  #breadcrumb .breadcrumb-list [class^=item] {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
#breadcrumb .breadcrumb-list [class^=item]:last-child a,
#breadcrumb .breadcrumb-list [class^=item]:last-child span {
  padding-right: 0;
}
#breadcrumb .breadcrumb-list [class^=item]:last-child a::before, #breadcrumb .breadcrumb-list [class^=item]:last-child a::after,
#breadcrumb .breadcrumb-list [class^=item]:last-child span::before,
#breadcrumb .breadcrumb-list [class^=item]:last-child span::after {
  content: none;
}
#breadcrumb .breadcrumb-list [class^=item] a {
  color: #a9a9a9;
  text-decoration: none;
}
#breadcrumb .breadcrumb-list [class^=item] a:hover {
  text-decoration: underline;
}
#breadcrumb .breadcrumb-list [class^=item] span {
  cursor: default;
}
#breadcrumb .breadcrumb-list [class^=item] a,
#breadcrumb .breadcrumb-list [class^=item] span {
  position: relative;
  display: inline-block;
  padding-right: 35px;
}
#breadcrumb .breadcrumb-list [class^=item] a::before,
#breadcrumb .breadcrumb-list [class^=item] span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 11px;
  width: 10px;
  height: 1px;
  margin: auto;
  background-color: #7347E3;
}
#breadcrumb .breadcrumb-list [class^=item] a::after,
#breadcrumb .breadcrumb-list [class^=item] span::after {
  content: "";
  position: absolute;
  bottom: 51%;
  right: 10px;
  width: 7px;
  height: 7px;
  border: 1px solid transparent;
  border-right-color: #7347E3;
  border-bottom-color: #7347E3;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  moz-transform-origin: bottom right;
  -o-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}

.pagination {
  margin: 0 auto;
  padding: 57px 0;
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .pagination {
    padding-bottom: 90px;
    border-width: 3px;
  }
}
.pagination .nav-links {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.pagination .nav-links .page-numbers {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin: 0 5px;
  font-weight: 400;
  font-size: 21px;
  font-size: 1.3125rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .pagination .nav-links .page-numbers {
    width: 20px;
    height: 30px;
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .pagination .nav-links .page-numbers {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .pagination .nav-links .page-numbers {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.pagination .nav-links .page-numbers:not(.prev):not(.next) {
  -webkit-transition: background-color 0.25s ease 0s;
  -moz-transition: background-color 0.25s ease 0s;
  -ms-transition: background-color 0.25s ease 0s;
  -o-transition: background-color 0.25s ease 0s;
  transition: background-color 0.25s ease 0s;
}
.pagination .nav-links .page-numbers:not(.prev):not(.next):not(.current):not(.dots) {
  -webkit-border-radius: 999px;
  border-radius: 999px;
  background-clip: padding-box;
}
.pagination .nav-links .page-numbers:not(.prev):not(.next):not(.current):not(.dots):hover {
  background-color: #D8C6FF;
}
.pagination .nav-links .page-numbers:not(.prev):not(.next).current {
  font-weight: 600;
  cursor: default;
}
.pagination .nav-links .page-numbers:not(.prev):not(.next).current::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6px;
  width: 16px;
  height: 2px;
  margin: auto;
  background-color: #808080;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .pagination .nav-links .page-numbers:not(.prev):not(.next).current::before {
    bottom: 2px;
  }
}
.pagination .nav-links .page-numbers:not(.prev):not(.next).dots {
  cursor: default;
}
.pagination .nav-links .page-numbers.prev, .pagination .nav-links .page-numbers.next {
  position: relative;
  width: 105px;
  height: 62px;
  border: 2px solid #7347E3;
  background-color: #7347E3;
  overflow: hidden;
  font-size: 0px;
  font-size: 0rem;
  -webkit-border-radius: 999px;
  border-radius: 999px;
  background-clip: padding-box;
  -webkit-transition: background-color 0.25s ease 0s, border-color 0.25s ease 0s;
  -moz-transition: background-color 0.25s ease 0s, border-color 0.25s ease 0s;
  -ms-transition: background-color 0.25s ease 0s, border-color 0.25s ease 0s;
  -o-transition: background-color 0.25s ease 0s, border-color 0.25s ease 0s;
  transition: background-color 0.25s ease 0s, border-color 0.25s ease 0s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .pagination .nav-links .page-numbers.prev, .pagination .nav-links .page-numbers.next {
    width: 65px;
    height: 42px;
    border-width: 2px;
  }
}
.pagination .nav-links .page-numbers.prev::before, .pagination .nav-links .page-numbers.next::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: inline-block;
  width: 17px;
  height: 1px;
  margin: auto;
  background-color: #ffffff;
}
.pagination .nav-links .page-numbers.prev::after, .pagination .nav-links .page-numbers.next::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: auto;
  border: 1px solid transparent;
  border-bottom-color: #ffffff;
}
.pagination .nav-links .page-numbers.prev:hover, .pagination .nav-links .page-numbers.next:hover {
  border-color: #00E8DB;
  background-color: #00E8DB;
}
.pagination .nav-links .page-numbers.prev:hover::before, .pagination .nav-links .page-numbers.next:hover::before {
  width: 37px;
  background-color: #7347E3;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .pagination .nav-links .page-numbers.prev:hover::before, .pagination .nav-links .page-numbers.next:hover::before {
    width: 27px;
  }
}
.pagination .nav-links .page-numbers.prev:hover::after, .pagination .nav-links .page-numbers.next:hover::after {
  border-bottom-color: #7347E3;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .pagination-wrapper.break-down-pagination-arrows .pagination .nav-links .page-numbers.prev, .pagination-wrapper.break-down-pagination-arrows .pagination .nav-links .page-numbers.next {
    position: absolute;
    bottom: -70px;
  }
}
.pagination .nav-links .page-numbers.prev {
  margin-right: 40px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .pagination .nav-links .page-numbers.prev {
    margin-right: 20px;
  }
}
.pagination .nav-links .page-numbers.prev::before {
  left: 45px;
  -webkit-transition: left 0.25s ease 0s, width 0.25s ease 0s;
  -moz-transition: left 0.25s ease 0s, width 0.25s ease 0s;
  -ms-transition: left 0.25s ease 0s, width 0.25s ease 0s;
  -o-transition: left 0.25s ease 0s, width 0.25s ease 0s;
  transition: left 0.25s ease 0s, width 0.25s ease 0s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .pagination .nav-links .page-numbers.prev::before {
    left: 20px;
  }
}
.pagination .nav-links .page-numbers.prev::after {
  left: 45px;
  border-left-color: #ffffff;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: left 0.25s ease 0s;
  -moz-transition: left 0.25s ease 0s;
  -ms-transition: left 0.25s ease 0s;
  -o-transition: left 0.25s ease 0s;
  transition: left 0.25s ease 0s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .pagination .nav-links .page-numbers.prev::after {
    left: 20px;
  }
}
.pagination .nav-links .page-numbers.prev:hover::before {
  left: 25px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .pagination .nav-links .page-numbers.prev:hover::before {
    left: 10px;
  }
}
.pagination .nav-links .page-numbers.prev:hover::after {
  left: 25px;
  border-left-color: #7347E3;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .pagination .nav-links .page-numbers.prev:hover::after {
    left: 10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .pagination-wrapper.break-down-pagination-arrows .pagination .nav-links .page-numbers.prev {
    right: 55%;
    margin-right: 0;
  }
}
.pagination .nav-links .page-numbers.next {
  margin-left: 40px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .pagination .nav-links .page-numbers.next {
    margin-left: 20px;
  }
}
.pagination .nav-links .page-numbers.next::before {
  right: 45px;
  -webkit-transition: right 0.25s ease 0s, width 0.25s ease 0s;
  -moz-transition: right 0.25s ease 0s, width 0.25s ease 0s;
  -ms-transition: right 0.25s ease 0s, width 0.25s ease 0s;
  -o-transition: right 0.25s ease 0s, width 0.25s ease 0s;
  transition: right 0.25s ease 0s, width 0.25s ease 0s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .pagination .nav-links .page-numbers.next::before {
    right: 20px;
  }
}
.pagination .nav-links .page-numbers.next::after {
  right: 45px;
  border-right-color: #ffffff;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: right 0.25s ease 0s;
  -moz-transition: right 0.25s ease 0s;
  -ms-transition: right 0.25s ease 0s;
  -o-transition: right 0.25s ease 0s;
  transition: right 0.25s ease 0s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .pagination .nav-links .page-numbers.next::after {
    right: 20px;
  }
}
.pagination .nav-links .page-numbers.next:hover::before {
  right: 25px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .pagination .nav-links .page-numbers.next:hover::before {
    right: 10px;
  }
}
.pagination .nav-links .page-numbers.next:hover::after {
  right: 25px;
  border-right-color: #7347E3;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .pagination .nav-links .page-numbers.next:hover::after {
    right: 10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .pagination-wrapper.break-down-pagination-arrows .pagination .nav-links .page-numbers.next {
    left: 55%;
    margin-left: 0;
  }
}

#back-top {
  position: fixed;
  bottom: -60px;
  right: 13px;
  width: 55px;
  height: 55px;
  z-index: 999;
  box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.4);
  background-color: #7347E3;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  overflow: hidden;
  line-height: 0;
  cursor: pointer;
  font-size: 0px;
  font-size: 0rem;
  -webkit-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #back-top {
    width: 40px;
    height: 40px;
  }
}
#back-top.active {
  bottom: 20px;
}
body.cookie_info_bar--visible #back-top.active {
  bottom: 82px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.cookie_info_bar--visible #back-top.active {
    bottom: 192px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  body.cookie_info_bar--visible #back-top.active {
    bottom: 142px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.cookie_info_bar--visible #back-top.active {
    bottom: 122px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  body.cookie_info_bar--visible #back-top.active {
    bottom: 102px;
  }
}
#back-top::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  display: inline-block;
  width: 1px;
  height: 0px;
  margin: auto;
  background-color: #ffffff;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #back-top::before {
    top: 17px;
  }
}
#back-top::after {
  content: "";
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  display: inline-block;
  margin: auto;
  width: 9px;
  height: 9px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #back-top::after {
    top: 17px;
  }
}
#back-top:hover::before {
  top: 15px;
  height: 25px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #back-top:hover::before {
    top: 10px;
    height: 21px;
  }
}
#back-top:hover::after {
  top: 15px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #back-top:hover::after {
    top: 10px;
  }
}

@keyframes mainLoad {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes mainLoad {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes formSubmitting {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes formSubmitting {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes tableLoading {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes tableLoading {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.training-table-wrap {
  margin: 25px -24px;
  overflow-x: visible;
}
@media only screen and (min-width: 0px) and (max-width: 1023px) {
  .training-table-wrap {
    margin: 25px -15px;
  }
}
.training-table-wrap .training-table-filters {
  padding: 24px 36px;
  margin: 0 0 30px;
  border-top: 1px solid #00E8DB;
  border-bottom: 1px solid #00E8DB;
  background-color: rgba(0, 232, 219, 0.1);
}
.training-table-wrap .training-table-filters .filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: flex-end;
  font-size: 15px;
  font-size: 0.9375rem;
}
.training-table-wrap .training-table-filters label {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  font-weight: 600;
}
.training-table-wrap .training-table-filters select,
.training-table-wrap .training-table-filters input {
  flex: 1 1 auto;
  margin-top: 3px;
  padding: 0 15px;
  border: 1px solid rgba(146, 101, 255, 0.3);
  background-color: #ffffff;
  color: #404040;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  line-height: 40px;
  font-size: 17px;
  font-size: 1.0625rem;
}
.training-table-wrap .training-table-filters select {
  padding: 0 30px 0 15px;
  background-size: 11px auto;
  background-position: center right 10px;
}
.training-table-wrap .training-table-filters input[type=month] {
  line-height: 38px;
}
.training-table-wrap .training-table-filters button {
  display: none;
}
.training-table-wrap .training-table-container {
  margin: 0 0;
}
.training-table-wrap .training-table-container .training-table {
  width: 100%;
  min-width: 100%;
  border-collapse: collapse;
}
.training-table-wrap .training-table-container .training-table thead tr th {
  padding: 16px 36px 21px;
  border-bottom: 1px solid rgba(146, 101, 255, 0.3);
  color: #7347E3;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: left;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .training-table-wrap .training-table-container .training-table thead tr th {
    padding: 12px 20px 16px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .training-table-wrap .training-table-container .training-table thead tr th {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .training-table-wrap .training-table-container .training-table thead tr th {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.training-table-wrap .training-table-container .training-table thead tr th button {
  all: unset;
  position: relative;
  padding-right: 15px;
  cursor: pointer;
}
.training-table-wrap .training-table-container .training-table thead tr th button::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 0.8em;
  margin: auto;
  font-size: 80%;
  margin-left: 10px;
  color: #7347E3;
}
.training-table-wrap .training-table-container .training-table thead tr th button:hover::after {
  color: #00E8DB;
}
.training-table-wrap .training-table-container .training-table thead tr th button[aria-sort=none]:hover::after {
  content: "↑";
}
.training-table-wrap .training-table-container .training-table thead tr th button[aria-sort=ascending]::after {
  content: "↑";
}
.training-table-wrap .training-table-container .training-table thead tr th button[aria-sort=ascending]:hover::after {
  content: "↓";
}
.training-table-wrap .training-table-container .training-table thead tr th button[aria-sort=descending]::after {
  content: "↓";
}
.training-table-wrap .training-table-container .training-table thead tr th button[aria-sort=descending]:hover::after {
  content: "↑";
}
.training-table-wrap .training-table-container .training-table tbody tr td {
  padding: 16px 36px 21px;
  border-bottom: 1px solid rgba(146, 101, 255, 0.3);
  line-height: 1.4;
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .training-table-wrap .training-table-container .training-table tbody tr td {
    padding: 12px 20px 16px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .training-table-wrap .training-table-container .training-table tbody tr td {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .training-table-wrap .training-table-container .training-table tbody tr td {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.training-table-wrap .training-table-container .training-table tbody tr td:first-child {
  color: #30146E;
  font-weight: 600;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .training-table-wrap .training-table-container .training-table tbody tr td.name {
    min-width: 250px;
  }
}
.training-table-wrap .training-table-container .training-table tbody tr td.date {
  white-space: nowrap;
}
.training-table-wrap .training-table-container .training-table tbody tr td.location {
  white-space: nowrap;
}
.training-table-wrap .training-table-container .training-table tbody tr td.language {
  text-transform: uppercase;
}
.training-table-wrap .training-table-container .training-table tbody tr td.link {
  white-space: nowrap;
}
.training-table-wrap .training-table-container .training-table tbody tr:nth-child(odd) {
  background-color: rgba(146, 101, 255, 0.05);
}
.training-table-wrap .training-table-container .training-table tbody tr:only-child {
  background-color: transparent;
}
.training-table-wrap .training-table-container .training-table tbody tr:last-child th,
.training-table-wrap .training-table-container .training-table tbody tr:last-child td {
  border-bottom: none;
}
.training-table-wrap .training-table-container .training-table .table-loading {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.training-table-wrap .training-table-container .training-table .table-spinner {
  width: 1rem;
  height: 1rem;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  display: inline-block;
  animation: tableLoading 0.8s linear infinite;
}
.training-table-wrap .training-table-container .training-pagination-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  margin-top: 40px;
  border-top: 1px solid rgba(146, 101, 255, 0.15);
  border-bottom: 1px solid rgba(146, 101, 255, 0.15);
}
.training-table-wrap .training-table-container .training-pagination-wrap .training-pagination {
  display: flex;
  gap: 0.25rem;
  justify-content: flex-end;
  text-align: center;
}
.training-table-wrap .training-table-container .training-pagination-wrap .training-pagination .page-btn {
  all: unset;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin: 0 5px;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  cursor: pointer;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .training-table-wrap .training-table-container .training-pagination-wrap .training-pagination .page-btn {
    width: 20px;
    height: 30px;
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .training-table-wrap .training-table-container .training-pagination-wrap .training-pagination .page-btn {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .training-table-wrap .training-table-container .training-pagination-wrap .training-pagination .page-btn {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.training-table-wrap .training-table-container .training-pagination-wrap .training-pagination .page-btn:not(.btn-prev):not(.btn-next) {
  -webkit-transition: background-color 0.25s ease 0s;
  -moz-transition: background-color 0.25s ease 0s;
  -ms-transition: background-color 0.25s ease 0s;
  -o-transition: background-color 0.25s ease 0s;
  transition: background-color 0.25s ease 0s;
}
.training-table-wrap .training-table-container .training-pagination-wrap .training-pagination .page-btn:not(.btn-prev):not(.btn-next):not([aria-current=page]):not(.dots) {
  -webkit-border-radius: 999px;
  border-radius: 999px;
  background-clip: padding-box;
}
.training-table-wrap .training-table-container .training-pagination-wrap .training-pagination .page-btn:not(.btn-prev):not(.btn-next):not([aria-current=page]):not(.dots):hover {
  background-color: #D8C6FF;
}
.training-table-wrap .training-table-container .training-pagination-wrap .training-pagination .page-btn:not(.btn-prev):not(.btn-next)[aria-current=page] {
  font-weight: 700;
  cursor: default;
}
.training-table-wrap .training-table-container .training-pagination-wrap .training-pagination .page-btn:not(.btn-prev):not(.btn-next)[aria-current=page]::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6px;
  width: 16px;
  height: 2px;
  margin: auto;
  background-color: #808080;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .training-table-wrap .training-table-container .training-pagination-wrap .training-pagination .page-btn:not(.btn-prev):not(.btn-next)[aria-current=page]::before {
    bottom: 2px;
  }
}
.training-table-wrap .training-table-container .training-pagination-wrap .training-pagination .page-btn:not(.btn-prev):not(.btn-next).dots {
  cursor: default;
}
.training-table-wrap .training-table-container .training-pagination-wrap .training-pagination .page-btn.page-prev, .training-table-wrap .training-table-container .training-pagination-wrap .training-pagination .page-btn.page-next {
  position: relative;
  width: 65px;
  height: 45px;
  border: 2px solid #7347E3;
  overflow: hidden;
  font-size: 0px;
  font-size: 0rem;
  -webkit-border-radius: 999px;
  border-radius: 999px;
  background-clip: padding-box;
  -webkit-transition: background-color 0.25s ease 0s, border-color 0.25s ease 0s;
  -moz-transition: background-color 0.25s ease 0s, border-color 0.25s ease 0s;
  -ms-transition: background-color 0.25s ease 0s, border-color 0.25s ease 0s;
  -o-transition: background-color 0.25s ease 0s, border-color 0.25s ease 0s;
  transition: background-color 0.25s ease 0s, border-color 0.25s ease 0s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .training-table-wrap .training-table-container .training-pagination-wrap .training-pagination .page-btn.page-prev, .training-table-wrap .training-table-container .training-pagination-wrap .training-pagination .page-btn.page-next {
    width: 65px;
    height: 42px;
    border-width: 2px;
  }
}
.training-table-wrap .training-table-container .training-pagination-wrap .training-pagination .page-btn.page-prev::after, .training-table-wrap .training-table-container .training-pagination-wrap .training-pagination .page-btn.page-next::after {
  content: url("images/button-arrow.svg");
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-block;
  width: 14px;
  height: 23px;
  margin: auto;
}
.training-table-wrap .training-table-container .training-pagination-wrap .training-pagination .page-btn.page-prev[aria-disabled=true], .training-table-wrap .training-table-container .training-pagination-wrap .training-pagination .page-btn.page-next[aria-disabled=true] {
  pointer-events: none;
  filter: grayscale(1);
  opacity: 0.3;
}
.training-table-wrap .training-table-container .training-pagination-wrap .training-pagination .page-btn.page-prev:hover, .training-table-wrap .training-table-container .training-pagination-wrap .training-pagination .page-btn.page-next:hover {
  background-color: #00E8DB;
}
.training-table-wrap .training-table-container .training-pagination-wrap .training-pagination .page-btn.page-prev {
  margin-right: 15px;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.training-table-wrap .training-table-container .training-pagination-wrap .training-pagination .page-btn.page-next {
  margin-left: 15px;
}
.training-table-wrap .training-table-container .training-pagination-wrap .training-results-count {
  font-weight: 600;
}
.training-table-wrap[data-lapozo="0"] .training-table-container .training-pagination-wrap {
  display: none;
}

/* ÚJ: csak ez a belső konténer görgessen vízszintesen mobilon */
.training-table-container .training-scroll-area {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  position: relative; /* a fade-ek és sticky thead miatt */
  /* Szélek “fade” jelzése, hogy görgethető */
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .training-table-container .training-scroll-area {
    margin: 0 16px; /* kicsit beljebb, hogy szépen mutasson */
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .training-table-container .training-scroll-area::before, .training-table-container .training-scroll-area::after {
    content: "";
    position: sticky;
    top: 0;
    bottom: 0;
    width: 18px;
    pointer-events: none;
    z-index: 2;
  }
  .training-table-container .training-scroll-area::before {
    left: 0;
    background: linear-gradient(to right, white, rgba(255, 255, 255, 0));
  }
  .training-table-container .training-scroll-area::after {
    right: 0;
    background: linear-gradient(to left, white, rgba(255, 255, 255, 0));
  }
}
.training-table-container .training-scroll-area .training-table {
  width: auto;
  table-layout: fixed;
  /* sticky thead a scroll-area-n belül */
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .training-table-container .training-scroll-area .training-table thead {
    position: sticky;
    top: 0; /* ha van fix site headered, adj offsetet */
    z-index: 3;
    background: #ffffff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
  }
}

/* Sticky “scrollbar” – csak mobilon mutatjuk, és nem a scroll-area része */
.training-scrollbar {
  display: none;
  margin-bottom: 25px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .training-scrollbar {
    position: sticky;
    top: 0;
    z-index: 4;
    display: flex;
    gap: 0.75rem;
    align-items: center;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(2px);
    border-bottom: 1px solid rgba(146, 101, 255, 0.15);
  }
}
.training-scrollbar__label {
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
  color: #7347E3;
  white-space: nowrap;
}
.training-scrollbar__range {
  flex: 1 1 auto;
  height: 28px;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
}
.training-scrollbar__range::-webkit-slider-runnable-track {
  height: 6px;
  background: rgba(146, 101, 255, 0.25);
  -webkit-border-radius: 999px;
  border-radius: 999px;
  background-clip: padding-box;
}
.training-scrollbar__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  margin-top: -6px;
  width: 18px;
  height: 18px;
  background: #00E8DB;
  border: 2px solid #ffffff;
  box-shadow: 0 0 0 1px rgba(146, 101, 255, 0.35);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
}
.training-scrollbar__range::-moz-range-track {
  height: 6px;
  background: rgba(146, 101, 255, 0.25);
  border: none;
  -webkit-border-radius: 999px;
  border-radius: 999px;
  background-clip: padding-box;
}
.training-scrollbar__range::-moz-range-thumb {
  width: 18px;
  height: 18px;
  background: #00E8DB;
  border: 2px solid #ffffff;
  box-shadow: 0 0 0 1px rgba(146, 101, 255, 0.35);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
}
.training-scrollbar__range:focus-visible {
  outline: 2px solid #00E8DB;
  outline-offset: 2px;
}

/* alap rejtés */
.hidden {
  display: none !important;
}

/* body lock */
body.modal-open {
  position: fixed;
  left: 0;
  right: 0;
  overflow: hidden;
}

/* overlay + animáció */
.kv-modal-overlay {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s ease;
  z-index: 9999;
}

.kv-modal-overlay.is-visible {
  opacity: 1;
  pointer-events: auto;
}

/* dialog */
.kv-modal {
  background: #ffffff;
  max-width: min(1156px, 92vw);
  width: 100%;
  max-height: 90vh;
  overflow: auto;
  border-radius: 12px;
  outline: none;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
  transform: translateY(10px);
  transition: transform 0.15s ease;
}

.kv-modal-overlay.is-visible .kv-modal {
  transform: translateY(0);
}

/* záró gomb */
.kv-modal-close {
  position: absolute;
  top: 15px;
  right: 20px;
  border: 0;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}
.kv-modal-close:hover {
  color: #dc3545;
}

.kv-modal-body {
  clear: both;
}

.modal-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.modal-container .modal-bg {
  flex: 0 0 39%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .modal-container .modal-bg {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .modal-container .modal-bg {
    display: none;
  }
}
.modal-container .modal-content {
  flex: 1 1 auto;
  padding: 60px 75px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .modal-container .modal-content {
    padding: 30px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .modal-container .modal-content {
    padding: 40px 50px;
  }
}
.modal-container.hidden {
  display: none;
}

.sib-form #sib-container #sib-form .sib-form-block h3 {
  position: relative;
  clear: both;
  display: block;
  margin: 0 0 40px;
  color: #7347E3;
  line-height: 1.3;
  font-weight: 900;
  font-family: "Inter";
  font-size: 35px;
  font-size: 2.1875rem;
}
.sib-form #sib-container #sib-form .sib-form-block .form__entry .form__label-row .entry__choice label {
  position: relative;
}
.sib-form #sib-container #sib-form .sib-form-block .form__entry .form__label-row .entry__choice label input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
}
.sib-form #sib-container #sib-form .sib-form-block .form__entry .form__label-row .entry__choice label span:not(.checkbox):not(.entry__label) {
  display: block;
  padding-top: 10px;
  padding-left: 65px;
}
.sib-form #sib-container #sib-form .sib-form-block .form__entry .entry__error {
  color: #dc3545;
  line-height: 1.4;
  font-size: 13px;
  font-size: 0.8125rem;
}
.sib-form #sib-container #sib-form .sib-form-block .sib-form-block__button {
  margin: 15px 0;
}
.sib-form #sib-container #sib-form .sib-form-block .sib-form-block__button svg {
  display: none;
}
.sib-form #sib-container #sib-form .sib-form-block.sib-input {
  margin: 25px 0;
}
.sib-form #sib-container #sib-form .sib-form-block.sib-optin {
  margin: 25px 0;
}

.sib-form-message-panel {
  margin: 0 0 1.25rem 0;
  width: 100%;
  padding: 0.4375rem;
  border: 1px solid;
  display: none;
}
.sib-form-message-panel#success-message {
  background-color: rgb(175.1304347826, 235.8695652174, 189);
  border-color: #28a745;
}
.sib-form-message-panel#error-message {
  background-color: rgb(250.1265822785, 226.8734177215, 229.1012658228);
  border-color: #dc3545;
}

.sib-form-message-panel--active {
  display: inline-block;
}

.sib-form-message-panel__text {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0.5rem;
}

.sib-form-message-panel__text .sib-icon {
  contain: strict;
  display: inline-block;
  fill: currentColor;
}

.sib-form-message-panel__text .sib-notification__icon {
  height: 1.5em;
  width: 1.5em;
  flex-shrink: 0;
  margin-right: calc(1rem - 1px);
}

.sib-loader {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.input--hidden {
  display: none !important;
}

#site_header {
  padding-bottom: 68px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #site_header {
    padding-bottom: 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #site_header {
    padding-bottom: 48px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  #site_header {
    padding-bottom: 58px;
  }
}
body:not(.home) #site_header {
  padding-bottom: 52px;
  border-bottom: 1px solid rgba(115, 71, 227, 0.3);
}
body.admin-bar #site_header {
  top: 32px;
}
#site_header .site_header--top .text-container {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
#site_header .site_header--main .text-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
#site_header .site_header--main .text-container .site_header-logo {
  min-width: 0;
  flex: 1 1 auto;
}
#site_header .site_header--main .text-container .site_header-logo i {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  width: 240px;
  height: 65px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #site_header .site_header--main .text-container .site_header-logo i {
    width: 200px;
    height: 55px;
  }
}
#site_header .site_header--main .text-container .site_header-logo h1 {
  line-height: 0;
  font-size: 0px;
  font-size: 0rem;
}
@media only screen and (min-width: 0px) and (max-width: 1265px) {
  #site_header .site_header--main .text-container .site_header--menu {
    display: none;
  }
}
#site_header .site_header--main .text-container .hamburger_icon-wrapper {
  min-width: 0;
  flex: 0 1 auto;
  display: none;
  position: relative;
  width: 50px;
  height: 50px;
  margin: 0 15px 0 40px;
  -webkit-transition: width 0.25s ease 0s, height 0.25s ease 0s, margin 0.25s ease 0s;
  -moz-transition: width 0.25s ease 0s, height 0.25s ease 0s, margin 0.25s ease 0s;
  -ms-transition: width 0.25s ease 0s, height 0.25s ease 0s, margin 0.25s ease 0s;
  -o-transition: width 0.25s ease 0s, height 0.25s ease 0s, margin 0.25s ease 0s;
  transition: width 0.25s ease 0s, height 0.25s ease 0s, margin 0.25s ease 0s;
}
@media only screen and (min-width: 0px) and (max-width: 1265px) {
  #site_header .site_header--main .text-container .hamburger_icon-wrapper {
    display: block;
    margin: 0 0 0 30px;
  }
}
#site_header .site_header--main .text-container .hamburger_icon-wrapper .hamburger_icon-bar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 75%;
  height: 3px;
  margin: auto;
  background-color: #000000;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#site_header .site_header--main .text-container .hamburger_icon-wrapper .hamburger_icon-bar:before, #site_header .site_header--main .text-container .hamburger_icon-wrapper .hamburger_icon-bar:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: inherit;
  background-color: #000000;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#site_header .site_header--main .text-container .hamburger_icon-wrapper .hamburger_icon-bar::before {
  top: -13px;
}
#site_header .site_header--main .text-container .hamburger_icon-wrapper .hamburger_icon-bar::after {
  bottom: -13px;
}
#site_header .site_header--main .text-container .hamburger_icon-wrapper.to-x .hamburger_icon-bar {
  background-color: transparent;
}
#site_header .site_header--main .text-container .hamburger_icon-wrapper.to-x .hamburger_icon-bar::before {
  top: 0;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#site_header .site_header--main .text-container .hamburger_icon-wrapper.to-x .hamburger_icon-bar::after {
  bottom: 0;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

body.single.single-training .single-training-table {
  margin: 55px 0 50px;
  padding: 10px 0 20px;
}
@media only screen and (min-width: 0px) and (max-width: 1023px) {
  body.single.single-training .single-training-table .training-table-wrap .training-table-container .training-table thead {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    overflow: hidden;
    white-space: nowrap;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1023px) {
  body.single.single-training .single-training-table .training-table-wrap .training-table-container .training-table tbody {
    display: block;
    width: 100%;
    padding: 0 15px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.single.single-training .single-training-table .training-table-wrap .training-table-container .training-table tbody tr {
    display: block;
    width: 100%;
    border: 1px solid rgba(146, 101, 255, 0.3);
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background-clip: padding-box;
    padding: 25px;
    margin: 15px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  body.single.single-training .single-training-table .training-table-wrap .training-table-container .training-table tbody tr {
    padding: 8px 14px;
    margin: 8px 14px 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.single.single-training .single-training-table .training-table-wrap .training-table-container .training-table tbody tr {
    display: block;
    width: 100%;
    border: 1px solid rgba(146, 101, 255, 0.3);
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background-clip: padding-box;
    padding: 25px;
    margin: 15px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.single.single-training .single-training-table .training-table-wrap .training-table-container .training-table tbody tr td {
    display: block;
    width: 100%;
    border: 0;
    padding: 10px 0;
    white-space: normal;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  body.single.single-training .single-training-table .training-table-wrap .training-table-container .training-table tbody tr td {
    padding: 8px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.single.single-training .single-training-table .training-table-wrap .training-table-container .training-table tbody tr td {
    display: block;
    width: 100%;
    border: 0;
    padding: 10px 0;
    white-space: normal;
    font-size: 16px;
    font-size: 1rem;
  }
}
body.single.single-training .single-training-table .training-table-wrap .training-table-container .training-table tbody tr td::before {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.2;
  opacity: 0.7;
  margin: 0 0 4px;
  text-transform: none;
  color: #7347E3;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.single.single-training .single-training-table .training-table-wrap .training-table-container .training-table tbody tr td::before {
    content: attr(data-label);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.single.single-training .single-training-table .training-table-wrap .training-table-container .training-table tbody tr td::before {
    content: attr(data-label);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.single.single-training .single-training-table .training-table-wrap .training-table-container .training-table tbody tr td.name {
    order: 1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.single.single-training .single-training-table .training-table-wrap .training-table-container .training-table tbody tr td.name {
    order: 1;
  }
}
body.single.single-training .single-training-table .training-table-wrap .training-table-container .training-table tbody tr td.date {
  white-space: nowrap;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.single.single-training .single-training-table .training-table-wrap .training-table-container .training-table tbody tr td.date {
    order: 2;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.single.single-training .single-training-table .training-table-wrap .training-table-container .training-table tbody tr td.date {
    order: 2;
  }
}
body.single.single-training .single-training-table .training-table-wrap .training-table-container .training-table tbody tr td.location {
  white-space: nowrap;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.single.single-training .single-training-table .training-table-wrap .training-table-container .training-table tbody tr td.location {
    order: 3;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.single.single-training .single-training-table .training-table-wrap .training-table-container .training-table tbody tr td.location {
    order: 3;
  }
}
body.single.single-training .single-training-table .training-table-wrap .training-table-container .training-table tbody tr td.language {
  text-transform: uppercase;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.single.single-training .single-training-table .training-table-wrap .training-table-container .training-table tbody tr td.language {
    order: 4;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.single.single-training .single-training-table .training-table-wrap .training-table-container .training-table tbody tr td.language {
    order: 4;
  }
}
body.single.single-training .single-training-table .training-table-wrap .training-table-container .training-table tbody tr td.link {
  white-space: nowrap;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.single.single-training .single-training-table .training-table-wrap .training-table-container .training-table tbody tr td.link {
    order: 5;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.single.single-training .single-training-table .training-table-wrap .training-table-container .training-table tbody tr td.link {
    order: 5;
  }
}
body.single.single-training .single-training-table.bordered {
  padding: 0;
  border: 1px solid #000000;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-clip: padding-box;
}
body.single.single-training .single-training-table.bordered .training-table-wrap .training-table-container {
  margin: 0 39px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.single.single-training .single-training-table.bordered .training-table-wrap .training-table-container {
    margin: 0 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.single.single-training .single-training-table.bordered .training-table-wrap .training-table-container {
    margin: 0 10px;
  }
}
body.single.single-training .single-training-table.bg-light_turquoise {
  border-color: #00E8DB;
}

#main {
  -webkit-transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
  -moz-transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
  -ms-transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
  -o-transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
  transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
  animation: mainLoad 0.2s ease-in-out 0s 1 normal;
}
body.mobile-menu-visible #main {
  overflow: hidden;
  height: 100vh;
  -moz-transform: translate3d(-400px, 0, 0);
  -o-transform: translate3d(-400px, 0, 0);
  -ms-transform: translate3d(-400px, 0, 0);
  -webkit-transform: translate3d(-400px, 0, 0);
  transform: translate3d(-400px, 0, 0);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.mobile-menu-visible #main {
    -moz-transform: translate3d(-300px, 0, 0);
    -o-transform: translate3d(-300px, 0, 0);
    -ms-transform: translate3d(-300px, 0, 0);
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
  }
}

.no-children {
  display: block;
  width: 100%;
  padding: 15px 25px;
  background-color: #D8C6FF;
  border-left: 5px solid #7347E3;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
}

.section-general {
  margin: 0 auto;
}
body.single-training .section-general {
  margin-top: 111px;
}
.section-general .container .section-title {
  margin-bottom: 60px;
}
.section-hero.animate .section-hero__top .container .text .title .smaller {
  opacity: 0;
}
.section-hero.animate .section-hero__top .container .text .title .bigger {
  opacity: 0;
  -moz-transform: translateY(200px);
  -o-transform: translateY(200px);
  -ms-transform: translateY(200px);
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
}
.section-hero.animate .section-hero__top .container .text .subtitle {
  opacity: 0;
}
.section-hero.animate .section-hero__top .container .background-wrapper .background-inner .background {
  opacity: 0;
  top: 50px;
  left: -30%;
}
.section-hero .section-hero__top {
  overflow: hidden;
}
.section-hero .section-hero__top .container {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 732px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-hero .section-hero__top .container {
    align-items: flex-end;
    min-height: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-hero .section-hero__top .container {
    align-items: flex-end;
    min-height: 850px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-hero .section-hero__top .container {
    min-height: 500px;
  }
}
@media only screen and (min-width: 1266px) and (max-width: 1365px) {
  .section-hero .section-hero__top .container {
    min-height: 600px;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1439px) {
  .section-hero .section-hero__top .container {
    min-height: 700px;
  }
}
.section-hero .section-hero__top .container .text {
  padding-top: 50px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-hero .section-hero__top .container .text {
    padding: 0 0 40px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-hero .section-hero__top .container .text {
    padding: 0 0 60px 40px;
  }
}
.section-hero .section-hero__top .container .text .title {
  margin: 0;
  color: #171141;
  font-family: "New Title", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 0.93;
}
.section-hero .section-hero__top .container .text .title .smaller {
  display: block;
  font-size: 118px;
  font-size: 7.375rem;
  -webkit-transition: opacity 1s ease 0s;
  -moz-transition: opacity 1s ease 0s;
  -ms-transition: opacity 1s ease 0s;
  -o-transition: opacity 1s ease 0s;
  transition: opacity 1s ease 0s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-hero .section-hero__top .container .text .title .smaller {
    font-size: 58px;
    font-size: 3.625rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-hero .section-hero__top .container .text .title .smaller {
    font-size: 118px;
    font-size: 7.375rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-hero .section-hero__top .container .text .title .smaller {
    font-size: 98px;
    font-size: 6.125rem;
  }
}
html[lang=en-US] .section-hero .section-hero__top .container .text .title .smaller {
  font-size: 110px;
  font-size: 6.875rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  html[lang=en-US] .section-hero .section-hero__top .container .text .title .smaller {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  html[lang=en-US] .section-hero .section-hero__top .container .text .title .smaller {
    font-size: 110px;
    font-size: 6.875rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  html[lang=en-US] .section-hero .section-hero__top .container .text .title .smaller {
    font-size: 90px;
    font-size: 5.625rem;
  }
}
.section-hero .section-hero__top .container .text .title .bigger {
  display: block;
  font-size: 260px;
  font-size: 16.25rem;
  -webkit-transition: transform 1s ease 0.25s, opacity 1s ease 0.25s;
  -moz-transition: transform 1s ease 0.25s, opacity 1s ease 0.25s;
  -ms-transition: transform 1s ease 0.25s, opacity 1s ease 0.25s;
  -o-transition: transform 1s ease 0.25s, opacity 1s ease 0.25s;
  transition: transform 1s ease 0.25s, opacity 1s ease 0.25s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-hero .section-hero__top .container .text .title .bigger {
    font-size: 100px;
    font-size: 6.25rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-hero .section-hero__top .container .text .title .bigger {
    font-size: 220px;
    font-size: 13.75rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-hero .section-hero__top .container .text .title .bigger {
    font-size: 170px;
    font-size: 10.625rem;
  }
}
html[lang=en-US] .section-hero .section-hero__top .container .text .title .bigger {
  font-size: 235px;
  font-size: 14.6875rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  html[lang=en-US] .section-hero .section-hero__top .container .text .title .bigger {
    font-size: 90px;
    font-size: 5.625rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  html[lang=en-US] .section-hero .section-hero__top .container .text .title .bigger {
    font-size: 205px;
    font-size: 12.8125rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  html[lang=en-US] .section-hero .section-hero__top .container .text .title .bigger {
    font-size: 150px;
    font-size: 9.375rem;
  }
}
.section-hero .section-hero__top .container .text .subtitle {
  max-width: 430px;
  padding-left: 10px;
  margin: 0;
  font-weight: 500;
  line-height: 1.6;
  font-size: 24px;
  font-size: 1.5rem;
  -webkit-transition: opacity 1s ease 0.5s;
  -moz-transition: opacity 1s ease 0.5s;
  -ms-transition: opacity 1s ease 0.5s;
  -o-transition: opacity 1s ease 0.5s;
  transition: opacity 1s ease 0.5s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-hero .section-hero__top .container .text .subtitle {
    max-width: 300px;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-hero .section-hero__top .container .text .subtitle {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-hero .section-hero__top .container .text .subtitle {
    max-width: 370px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.section-hero .section-hero__top .container .background-wrapper {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 28%;
  width: 1249px;
  max-width: 100%;
  display: block;
  -webkit-border-bottom-left-radius: 80px;
  border-bottom-left-radius: 80px;
  -webkit-border-top-left-radius: 80px;
  border-top-left-radius: 80px;
  background-clip: padding-box;
  background-color: #9265FF;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-hero .section-hero__top .container .background-wrapper {
    left: 15px;
    -webkit-border-bottom-left-radius: 30px;
    border-bottom-left-radius: 30px;
    -webkit-border-top-left-radius: 30px;
    border-top-left-radius: 30px;
    background-clip: padding-box;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-hero .section-hero__top .container .background-wrapper {
    left: 20px;
    -webkit-border-bottom-left-radius: 40px;
    border-bottom-left-radius: 40px;
    -webkit-border-top-left-radius: 40px;
    border-top-left-radius: 40px;
    background-clip: padding-box;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-hero .section-hero__top .container .background-wrapper {
    left: 24%;
    -webkit-border-bottom-left-radius: 60px;
    border-bottom-left-radius: 60px;
    -webkit-border-top-left-radius: 60px;
    border-top-left-radius: 60px;
    background-clip: padding-box;
  }
}
.section-hero .section-hero__top .container .background-wrapper .background-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.section-hero .section-hero__top .container .background-wrapper .background-inner .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: top 1s ease 0.75s, left 1s ease 0.5s, opacity 1.5s ease 0.5s;
  -moz-transition: top 1s ease 0.75s, left 1s ease 0.5s, opacity 1.5s ease 0.5s;
  -ms-transition: top 1s ease 0.75s, left 1s ease 0.5s, opacity 1.5s ease 0.5s;
  -o-transition: top 1s ease 0.75s, left 1s ease 0.5s, opacity 1.5s ease 0.5s;
  transition: top 1s ease 0.75s, left 1s ease 0.5s, opacity 1.5s ease 0.5s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-hero .section-hero__top .container .background-wrapper .background-inner .background {
    top: 30px;
    background-position: left top;
    background-size: 100% auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-hero .section-hero__top .container .background-wrapper .background-inner .background {
    background-position: left top;
    background-size: 100% auto;
  }
}
.section-hero .section-hero__top .container .background-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 99%;
  display: block;
  width: 100vw;
  background-color: inherit;
}
.section-hero .section-hero__bottom {
  margin-top: 100px;
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-hero .section-hero__bottom {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-hero .section-hero__bottom {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-hero .section-hero__bottom {
    margin-top: 80px;
  }
}
.section-hero .section-hero__bottom .container .intro {
  padding: 0 30px 35px;
  line-height: 1.6;
  font-size: 26px;
  font-size: 1.625rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-hero .section-hero__bottom .container .intro {
    padding: 0 0 15px;
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-hero .section-hero__bottom .container .intro {
    padding: 0 10px 15px;
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-hero .section-hero__bottom .container .intro {
    padding: 0 20px 25px;
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.section-icon-list {
  margin: 0 auto;
  text-align: center;
}
body.home .section-icon-list {
  margin-top: 116px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.home .section-icon-list {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.home .section-icon-list {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  body.home .section-icon-list {
    margin-top: 100px;
  }
}
body.custom-page-courses .section-icon-list, body.custom-page-about .section-icon-list {
  margin-top: 137px;
  margin-bottom: 156px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.custom-page-courses .section-icon-list, body.custom-page-about .section-icon-list {
    margin-top: 60px;
    margin-bottom: 66px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.custom-page-courses .section-icon-list, body.custom-page-about .section-icon-list {
    margin-top: 80px;
    margin-bottom: 86px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  body.custom-page-courses .section-icon-list, body.custom-page-about .section-icon-list {
    margin-top: 100px;
    margin-bottom: 121px;
  }
}
body.custom-page-private-courses .section-icon-list {
  margin-top: 137px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.custom-page-private-courses .section-icon-list {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.custom-page-private-courses .section-icon-list {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  body.custom-page-private-courses .section-icon-list {
    margin-top: 100px;
  }
}
body.single-training .section-icon-list {
  margin-top: 123px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.single-training .section-icon-list {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.single-training .section-icon-list {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  body.single-training .section-icon-list {
    margin-top: 100px;
  }
}
.section-icon-list.shortcode {
  margin: 100px 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-icon-list.shortcode {
    margin: 40px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-icon-list.shortcode {
    margin: 60px 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-icon-list.shortcode {
    margin: 80px 0;
  }
}
.section-icon-list .container .section-title {
  margin-bottom: 53px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-icon-list .container .section-title {
    margin-bottom: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-icon-list .container .section-title {
    margin-bottom: 33px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-icon-list .container .section-title {
    margin-bottom: 38px;
  }
}
.section-icon-list .container .icon-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-icon-list .container .icon-list .icon-item {
  position: relative;
  min-width: 0;
  flex: 0 1 32%;
  margin-top: 32px;
  margin-right: 2%;
  padding: 100px 20px 85px;
  background-color: rgba(146, 101, 255, 0.05);
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-clip: padding-box;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-icon-list .container .icon-list .icon-item {
    flex: 0 1 100%;
    margin-top: 20px;
    margin-right: 0;
    padding-bottom: 32px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .section-icon-list .container .icon-list .icon-item {
    flex: 0 1 32%;
    margin-top: 20px;
    margin-right: 2%;
  }
}
.section-icon-list .container .icon-list .icon-item:nth-child(3n-1) i {
  -webkit-transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
  -moz-transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
  -ms-transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
  -o-transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
  transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-icon-list .container .icon-list .icon-item:nth-child(3n-1) i {
    -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -moz-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -ms-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
    transition: opacity 1s ease 0s, transform 1s ease 0s;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .section-icon-list .container .icon-list .icon-item:nth-child(3n-1) i {
    -webkit-transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
    -moz-transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
    -ms-transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
    -o-transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
    transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
  }
}
.section-icon-list .container .icon-list .icon-item:nth-child(3n-1) span {
  -webkit-transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
  -moz-transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
  -ms-transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
  -o-transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
  transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-icon-list .container .icon-list .icon-item:nth-child(3n-1) span {
    -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -moz-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -ms-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
    transition: opacity 1s ease 0s, transform 1s ease 0s;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .section-icon-list .container .icon-list .icon-item:nth-child(3n-1) span {
    -webkit-transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
    -moz-transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
    -ms-transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
    -o-transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
    transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
  }
}
.section-icon-list .container .icon-list .icon-item:nth-child(3n-1) p {
  -webkit-transition: opacity 1s ease 0.45s, transform 1s ease 0.45s;
  -moz-transition: opacity 1s ease 0.45s, transform 1s ease 0.45s;
  -ms-transition: opacity 1s ease 0.45s, transform 1s ease 0.45s;
  -o-transition: opacity 1s ease 0.45s, transform 1s ease 0.45s;
  transition: opacity 1s ease 0.45s, transform 1s ease 0.45s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-icon-list .container .icon-list .icon-item:nth-child(3n-1) p {
    -webkit-transition: opacity 1s ease 0.15s, transform 1s ease 0.15s;
    -moz-transition: opacity 1s ease 0.15s, transform 1s ease 0.15s;
    -ms-transition: opacity 1s ease 0.15s, transform 1s ease 0.15s;
    -o-transition: opacity 1s ease 0.15s, transform 1s ease 0.15s;
    transition: opacity 1s ease 0.15s, transform 1s ease 0.15s;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .section-icon-list .container .icon-list .icon-item:nth-child(3n-1) p {
    -webkit-transition: opacity 1s ease 0.45s, transform 1s ease 0.45s;
    -moz-transition: opacity 1s ease 0.45s, transform 1s ease 0.45s;
    -ms-transition: opacity 1s ease 0.45s, transform 1s ease 0.45s;
    -o-transition: opacity 1s ease 0.45s, transform 1s ease 0.45s;
    transition: opacity 1s ease 0.45s, transform 1s ease 0.45s;
  }
}
.section-icon-list .container .icon-list .icon-item:nth-child(3n-1) .link-wrapper {
  -webkit-transition: opacity 1s ease 0.5s, transform 1s ease 0.5s;
  -moz-transition: opacity 1s ease 0.5s, transform 1s ease 0.5s;
  -ms-transition: opacity 1s ease 0.5s, transform 1s ease 0.5s;
  -o-transition: opacity 1s ease 0.5s, transform 1s ease 0.5s;
  transition: opacity 1s ease 0.5s, transform 1s ease 0.5s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-icon-list .container .icon-list .icon-item:nth-child(3n-1) .link-wrapper {
    -webkit-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
    -moz-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
    -ms-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
    -o-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
    transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .section-icon-list .container .icon-list .icon-item:nth-child(3n-1) .link-wrapper {
    -webkit-transition: opacity 1s ease 0.5s, transform 1s ease 0.5s;
    -moz-transition: opacity 1s ease 0.5s, transform 1s ease 0.5s;
    -ms-transition: opacity 1s ease 0.5s, transform 1s ease 0.5s;
    -o-transition: opacity 1s ease 0.5s, transform 1s ease 0.5s;
    transition: opacity 1s ease 0.5s, transform 1s ease 0.5s;
  }
}
.section-icon-list .container .icon-list .icon-item:nth-child(3n) i {
  -webkit-transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
  -moz-transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
  -ms-transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
  -o-transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
  transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-icon-list .container .icon-list .icon-item:nth-child(3n) i {
    -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -moz-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -ms-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
    transition: opacity 1s ease 0s, transform 1s ease 0s;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .section-icon-list .container .icon-list .icon-item:nth-child(3n) i {
    -webkit-transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
    -moz-transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
    -ms-transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
    -o-transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
    transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
  }
}
.section-icon-list .container .icon-list .icon-item:nth-child(3n) span {
  -webkit-transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
  -moz-transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
  -ms-transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
  -o-transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
  transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-icon-list .container .icon-list .icon-item:nth-child(3n) span {
    -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -moz-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -ms-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
    transition: opacity 1s ease 0s, transform 1s ease 0s;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .section-icon-list .container .icon-list .icon-item:nth-child(3n) span {
    -webkit-transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
    -moz-transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
    -ms-transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
    -o-transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
    transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
  }
}
.section-icon-list .container .icon-list .icon-item:nth-child(3n) p {
  -webkit-transition: opacity 1s ease 0.75s, transform 1s ease 0.75s;
  -moz-transition: opacity 1s ease 0.75s, transform 1s ease 0.75s;
  -ms-transition: opacity 1s ease 0.75s, transform 1s ease 0.75s;
  -o-transition: opacity 1s ease 0.75s, transform 1s ease 0.75s;
  transition: opacity 1s ease 0.75s, transform 1s ease 0.75s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-icon-list .container .icon-list .icon-item:nth-child(3n) p {
    -webkit-transition: opacity 1s ease 0.15s, transform 1s ease 0.15s;
    -moz-transition: opacity 1s ease 0.15s, transform 1s ease 0.15s;
    -ms-transition: opacity 1s ease 0.15s, transform 1s ease 0.15s;
    -o-transition: opacity 1s ease 0.15s, transform 1s ease 0.15s;
    transition: opacity 1s ease 0.15s, transform 1s ease 0.15s;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .section-icon-list .container .icon-list .icon-item:nth-child(3n) p {
    -webkit-transition: opacity 1s ease 0.75s, transform 1s ease 0.75s;
    -moz-transition: opacity 1s ease 0.75s, transform 1s ease 0.75s;
    -ms-transition: opacity 1s ease 0.75s, transform 1s ease 0.75s;
    -o-transition: opacity 1s ease 0.75s, transform 1s ease 0.75s;
    transition: opacity 1s ease 0.75s, transform 1s ease 0.75s;
  }
}
.section-icon-list .container .icon-list .icon-item:nth-child(3n) .link-wrapper {
  -webkit-transition: opacity 1s ease 0.8s, transform 1s ease 0.8s;
  -moz-transition: opacity 1s ease 0.8s, transform 1s ease 0.8s;
  -ms-transition: opacity 1s ease 0.8s, transform 1s ease 0.8s;
  -o-transition: opacity 1s ease 0.8s, transform 1s ease 0.8s;
  transition: opacity 1s ease 0.8s, transform 1s ease 0.8s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-icon-list .container .icon-list .icon-item:nth-child(3n) .link-wrapper {
    -webkit-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
    -moz-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
    -ms-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
    -o-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
    transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .section-icon-list .container .icon-list .icon-item:nth-child(3n) .link-wrapper {
    -webkit-transition: opacity 1s ease 0.8s, transform 1s ease 0.8s;
    -moz-transition: opacity 1s ease 0.8s, transform 1s ease 0.8s;
    -ms-transition: opacity 1s ease 0.8s, transform 1s ease 0.8s;
    -o-transition: opacity 1s ease 0.8s, transform 1s ease 0.8s;
    transition: opacity 1s ease 0.8s, transform 1s ease 0.8s;
  }
}
.section-icon-list .container .icon-list .icon-item:nth-child(3n), .section-icon-list .container .icon-list .icon-item:last-child {
  margin-right: 0;
}
.section-icon-list .container .icon-list .icon-item.animate i {
  opacity: 0;
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.section-icon-list .container .icon-list .icon-item.animate span {
  opacity: 0;
  -moz-transform: translateY(30px);
  -o-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
.section-icon-list .container .icon-list .icon-item.animate p {
  opacity: 0;
  -moz-transform: translateY(30px);
  -o-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
.section-icon-list .container .icon-list .icon-item.animate .link-wrapper {
  opacity: 0;
  -moz-transform: translateY(30px);
  -o-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
.section-icon-list .container .icon-list .icon-item i {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  line-height: 0;
  font-size: 0px;
  font-size: 0rem;
  -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -moz-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -ms-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
  transition: opacity 1s ease 0s, transform 1s ease 0s;
}
.section-icon-list .container .icon-list .icon-item i + p {
  margin-top: 37px;
}
.section-icon-list .container .icon-list .icon-item span {
  display: block;
  max-width: 330px;
  margin: 50px auto 0;
  color: #7347E3;
  line-height: 1.3;
  font-family: "Inter";
  font-weight: 700;
  font-size: 22px;
  font-size: 1.375rem;
  -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -moz-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -ms-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
  transition: opacity 1s ease 0s, transform 1s ease 0s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-icon-list .container .icon-list .icon-item span {
    margin-top: 20px;
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .section-icon-list .container .icon-list .icon-item span {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-icon-list .container .icon-list .icon-item span {
    margin-top: 30px;
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-icon-list .container .icon-list .icon-item span {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.section-icon-list .container .icon-list .icon-item p {
  max-width: 290px;
  margin: 17px auto 0;
  -webkit-transition: opacity 1s ease 0s, transform 1s ease 0.15s;
  -moz-transition: opacity 1s ease 0s, transform 1s ease 0.15s;
  -ms-transition: opacity 1s ease 0s, transform 1s ease 0.15s;
  -o-transition: opacity 1s ease 0s, transform 1s ease 0.15s;
  transition: opacity 1s ease 0s, transform 1s ease 0.15s;
}
.section-icon-list .container .icon-list .icon-item .link-wrapper {
  margin-top: 15px;
  -webkit-transition: opacity 1s ease 0s, transform 1s ease 0.2s;
  -moz-transition: opacity 1s ease 0s, transform 1s ease 0.2s;
  -ms-transition: opacity 1s ease 0s, transform 1s ease 0.2s;
  -o-transition: opacity 1s ease 0s, transform 1s ease 0.2s;
  transition: opacity 1s ease 0s, transform 1s ease 0.2s;
}
.section-icon-list .container .button-holder {
  margin-top: 75px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-icon-list .container .button-holder {
    margin-top: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-icon-list .container .button-holder {
    margin-top: 65px;
  }
}

.section-available-trainings {
  margin: 0 auto;
}
body.home .section-available-trainings {
  margin-top: 117px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.home .section-available-trainings {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.home .section-available-trainings {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  body.home .section-available-trainings {
    margin-top: 100px;
  }
}
.section-available-trainings.animate .container .flexbox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.section-available-trainings.animate .container .flexbox .image {
  opacity: 0;
  -moz-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}
.section-available-trainings.animate .container .flexbox .trainings-list {
  opacity: 0;
  -moz-transform: translateX(50px);
  -o-transform: translateX(50px);
  -ms-transform: translateX(50px);
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-available-trainings.animate .container .flexbox .trainings-list {
    -moz-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
}
.section-available-trainings .container .section-title {
  margin-bottom: 69px;
  text-align: center;
}
.section-available-trainings .container .flexbox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.section-available-trainings .container .flexbox .image {
  min-width: 0;
  flex: 0 0 45%;
  line-height: 0;
  -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -moz-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -ms-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
  transition: opacity 1s ease 0s, transform 1s ease 0s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-available-trainings .container .flexbox .image {
    flex: 0 0 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-available-trainings .container .flexbox .image {
    flex: 0 0 100%;
  }
}
.section-available-trainings .container .flexbox .image img {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
}
.section-available-trainings .container .flexbox .image img.placeholder {
  background-color: #D8C6FF;
  background-position: center;
  background-size: 150px auto;
  background-repeat: no-repeat;
  background-image: url("images/site-emblem.svg");
}
.section-available-trainings .container .flexbox .trainings-list {
  min-width: 0;
  flex: 0 0 54%;
  padding-left: 5px;
  -webkit-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
  -moz-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
  -ms-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
  -o-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
  transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-available-trainings .container .flexbox .trainings-list {
    flex: 0 0 100%;
    margin-top: 34px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-available-trainings .container .flexbox .trainings-list {
    flex: 0 0 100%;
    margin-top: 34px;
  }
}
.section-available-trainings .container .flexbox .trainings-list .accordion-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-available-trainings .container .flexbox .trainings-list .accordion-list .accordion-item {
  display: block;
  padding: 30px 70px 10px 54px;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  box-shadow: 20px 20px 40px 0px rgba(3, 0, 0, 0.05);
  background-color: #ffffff;
  -webkit-transition: background-color 0.3s ease 0s, border-color 0.3s ease 0s, padding 0.3s ease 0s;
  -moz-transition: background-color 0.3s ease 0s, border-color 0.3s ease 0s, padding 0.3s ease 0s;
  -ms-transition: background-color 0.3s ease 0s, border-color 0.3s ease 0s, padding 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s, border-color 0.3s ease 0s, padding 0.3s ease 0s;
  transition: background-color 0.3s ease 0s, border-color 0.3s ease 0s, padding 0.3s ease 0s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-available-trainings .container .flexbox .trainings-list .accordion-list .accordion-item {
    padding: 24px 24px 14px 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-available-trainings .container .flexbox .trainings-list .accordion-list .accordion-item {
    padding: 34px 34px 24px 34px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-available-trainings .container .flexbox .trainings-list .accordion-list .accordion-item {
    padding: 44px 60px 34px 44px;
  }
}
.section-available-trainings .container .flexbox .trainings-list .accordion-list .accordion-item h3 {
  margin: 0;
  color: #7347E3;
  font-weight: 700;
  line-height: 1.3;
  -webkit-transition: margin-bottom 0.3s ease 0s;
  -moz-transition: margin-bottom 0.3s ease 0s;
  -ms-transition: margin-bottom 0.3s ease 0s;
  -o-transition: margin-bottom 0.3s ease 0s;
  transition: margin-bottom 0.3s ease 0s;
  font-size: 28px;
  font-size: 1.75rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-available-trainings .container .flexbox .trainings-list .accordion-list .accordion-item h3 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-available-trainings .container .flexbox .trainings-list .accordion-list .accordion-item h3 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-available-trainings .container .flexbox .trainings-list .accordion-list .accordion-item h3 {
    font-size: 27px;
    font-size: 1.6875rem;
  }
}
.section-available-trainings .container .flexbox .trainings-list .accordion-list .accordion-item .section-text {
  margin-bottom: 0;
  opacity: 0;
  line-height: 0;
  -webkit-transition: margin-bottom 0.3s ease 0s, opacity 0s ease 0s, line-height 0.3s ease 0s;
  -moz-transition: margin-bottom 0.3s ease 0s, opacity 0s ease 0s, line-height 0.3s ease 0s;
  -ms-transition: margin-bottom 0.3s ease 0s, opacity 0s ease 0s, line-height 0.3s ease 0s;
  -o-transition: margin-bottom 0.3s ease 0s, opacity 0s ease 0s, line-height 0.3s ease 0s;
  transition: margin-bottom 0.3s ease 0s, opacity 0s ease 0s, line-height 0.3s ease 0s;
}
.section-available-trainings .container .flexbox .trainings-list .accordion-list .accordion-item .link-with-bullet {
  opacity: 0;
  line-height: 0;
  -webkit-transition: background-size 0.15s ease 0s, opacity 0s ease 0s;
  -moz-transition: background-size 0.15s ease 0s, opacity 0s ease 0s;
  -ms-transition: background-size 0.15s ease 0s, opacity 0s ease 0s;
  -o-transition: background-size 0.15s ease 0s, opacity 0s ease 0s;
  transition: background-size 0.15s ease 0s, opacity 0s ease 0s;
  pointer-events: none;
}
.section-available-trainings .container .flexbox .trainings-list .accordion-list .accordion-item:hover {
  background-color: rgba(146, 101, 255, 0.05);
}
.section-available-trainings .container .flexbox .trainings-list .accordion-list .accordion-item + li {
  margin-top: 34px;
}
.section-available-trainings .container .flexbox .trainings-list .accordion-list .accordion-item:not(.active):hover {
  cursor: pointer;
}
.section-available-trainings .container .flexbox .trainings-list .accordion-list .accordion-item.active {
  padding-top: 62px;
  padding-bottom: 51px;
  background-color: rgba(146, 101, 255, 0.05);
}
.section-available-trainings .container .flexbox .trainings-list .accordion-list .accordion-item.active h3 {
  margin-bottom: 20px;
}
.section-available-trainings .container .flexbox .trainings-list .accordion-list .accordion-item.active .section-text {
  margin-bottom: 15px;
  line-height: 1.7;
  opacity: 1;
  -webkit-transition: margin-bottom 0.3s ease 0s, opacity 0.3s ease 0.3s, line-height 0.3s ease 0s;
  -moz-transition: margin-bottom 0.3s ease 0s, opacity 0.3s ease 0.3s, line-height 0.3s ease 0s;
  -ms-transition: margin-bottom 0.3s ease 0s, opacity 0.3s ease 0.3s, line-height 0.3s ease 0s;
  -o-transition: margin-bottom 0.3s ease 0s, opacity 0.3s ease 0.3s, line-height 0.3s ease 0s;
  transition: margin-bottom 0.3s ease 0s, opacity 0.3s ease 0.3s, line-height 0.3s ease 0s;
}
.section-available-trainings .container .flexbox .trainings-list .accordion-list .accordion-item.active .link-with-bullet {
  line-height: 1.7;
  opacity: 1;
  pointer-events: all;
  -webkit-transition: background-size 0.15s ease 0.15s, opacity 0.3s ease 0.3s;
  -moz-transition: background-size 0.15s ease 0.15s, opacity 0.3s ease 0.3s;
  -ms-transition: background-size 0.15s ease 0.15s, opacity 0.3s ease 0.3s;
  -o-transition: background-size 0.15s ease 0.15s, opacity 0.3s ease 0.3s;
  transition: background-size 0.15s ease 0.15s, opacity 0.3s ease 0.3s;
}

.section-image_text_2_cols {
  margin: 0 auto;
}
body.custom-page-courses .section-image_text_2_cols {
  margin-top: 105px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.custom-page-courses .section-image_text_2_cols {
    margin-top: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.custom-page-courses .section-image_text_2_cols {
    margin-top: 85px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  body.custom-page-courses .section-image_text_2_cols {
    margin-top: 95px;
  }
}
body.post-type-archive-training .section-image_text_2_cols, body.home .section-image_text_2_cols {
  margin-top: 145px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.post-type-archive-training .section-image_text_2_cols, body.home .section-image_text_2_cols {
    margin-top: 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.post-type-archive-training .section-image_text_2_cols, body.home .section-image_text_2_cols {
    margin-top: 85px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  body.post-type-archive-training .section-image_text_2_cols, body.home .section-image_text_2_cols {
    margin-top: 115px;
  }
}
body.custom-page-private-courses .section-image_text_2_cols {
  margin-top: 74px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.custom-page-private-courses .section-image_text_2_cols {
    margin-top: 54px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.custom-page-private-courses .section-image_text_2_cols {
    margin-top: 64px;
  }
}
.section-image_text_2_cols .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.section-image_text_2_cols .container > .section-title {
  width: 100%;
  margin: 90px 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-image_text_2_cols .container > .section-title {
    margin: 60px 0 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-image_text_2_cols .container > .section-title {
    margin: 70px 0 50px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-image_text_2_cols .container > .section-title {
    margin: 80px 0 60px;
  }
}
.section-image_text_2_cols .container .image {
  min-width: 0;
  flex: 0 0 50%;
  line-height: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-image_text_2_cols .container .image {
    flex: 0 0 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-image_text_2_cols .container .image {
    flex: 0 0 100%;
  }
}
.section-image_text_2_cols .container .image a {
  display: inline-block;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  overflow: hidden;
}
.section-image_text_2_cols .container .image a img:not(.placeholder) {
  -webkit-transition: transform 0.3s ease 0s;
  -moz-transition: transform 0.3s ease 0s;
  -ms-transition: transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
}
.section-image_text_2_cols .container .image a img:not(.placeholder):hover {
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.section-image_text_2_cols .container .image img {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
}
.section-image_text_2_cols .container .image img.placeholder {
  background-color: #D8C6FF;
  background-position: center;
  background-size: 150px auto;
  background-repeat: no-repeat;
  background-image: url("images/site-emblem.svg");
}
.section-image_text_2_cols .container .text {
  min-width: 0;
  flex: 0 0 45%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-image_text_2_cols .container .text {
    flex: 0 0 100%;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-image_text_2_cols .container .text {
    flex: 0 0 100%;
    margin-top: 30px;
  }
}
.section-image_text_2_cols .container .text .section-title {
  margin-bottom: 22px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-image_text_2_cols .container .text .section-title {
    margin-bottom: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-image_text_2_cols .container .text .section-title {
    margin-bottom: 20px;
  }
}
.section-image_text_2_cols .container .text .section-title a {
  color: #7347E3;
  -webkit-transition: color 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.section-image_text_2_cols .container .text .section-title a:hover {
  color: #432C79;
}
.section-image_text_2_cols .container .text .template-section,
.section-image_text_2_cols .container .text .section-text {
  margin-bottom: 22px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-image_text_2_cols .container .text .template-section,
  .section-image_text_2_cols .container .text .section-text {
    margin-bottom: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-image_text_2_cols .container .text .template-section,
  .section-image_text_2_cols .container .text .section-text {
    margin-bottom: 20px;
  }
}
.section-image_text_2_cols .container .text .template-section:last-child,
.section-image_text_2_cols .container .text .section-text:last-child {
  margin-bottom: 0;
}
body.custom-page-private-courses .section-image_text_2_cols.reverse {
  margin-top: 124px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.custom-page-private-courses .section-image_text_2_cols.reverse {
    margin-top: 84px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.custom-page-private-courses .section-image_text_2_cols.reverse {
    margin-top: 104px;
  }
}
.section-image_text_2_cols.reverse .container {
  flex-direction: row-reverse;
}
.section-image_text_2_cols.decoration .container {
  position: relative;
}
.section-image_text_2_cols.decoration .container::before {
  content: "";
  position: absolute;
  top: -53px;
  left: 0;
  right: 0;
  display: block;
  width: 771px;
  height: 771px;
  margin: auto;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  background-color: rgba(0, 232, 219, 0.1);
  z-index: -1;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-image_text_2_cols.decoration .container::before {
    width: 400px;
    height: 400px;
    left: auto;
  }
}

.section-instructors_list {
  margin: 0 auto;
}
.section-instructors_list.has-colored-bg.bg-light_purple {
  padding: 153px 0 156px;
  background-color: rgba(146, 101, 255, 0.05);
}
body.home .section-instructors_list {
  margin-top: 124px;
}
body.post-type-archive-colleague .section-instructors_list {
  margin-top: 50px;
}
.section-instructors_list .container .section-title {
  margin-bottom: 20px;
  text-align: center;
}
.section-instructors_list .container .instructors-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.section-instructors_list .container .instructors-list .instructor-item {
  min-width: 0;
  flex: 0 0 32%;
  margin-top: 76px;
  margin-right: 1%;
  -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -moz-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -ms-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
  transition: opacity 1s ease 0s, transform 1s ease 0s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-instructors_list .container .instructors-list .instructor-item {
    flex: 0 0 100%;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-instructors_list .container .instructors-list .instructor-item {
    flex: 0 0 100%;
    margin-right: 0;
  }
}
.section-instructors_list .container .instructors-list .instructor-item:nth-child(3n) {
  margin-right: 0;
}
.section-instructors_list .container .instructors-list .instructor-item:nth-child(3n-1) {
  -webkit-transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
  -moz-transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
  -ms-transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
  -o-transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
  transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-instructors_list .container .instructors-list .instructor-item:nth-child(3n-1) {
    -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -moz-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -ms-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
    transition: opacity 1s ease 0s, transform 1s ease 0s;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .section-instructors_list .container .instructors-list .instructor-item:nth-child(3n-1) {
    -webkit-transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
    -moz-transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
    -ms-transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
    -o-transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
    transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
  }
}
.section-instructors_list .container .instructors-list .instructor-item:nth-child(3n) {
  -webkit-transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
  -moz-transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
  -ms-transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
  -o-transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
  transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-instructors_list .container .instructors-list .instructor-item:nth-child(3n) {
    -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -moz-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -ms-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
    transition: opacity 1s ease 0s, transform 1s ease 0s;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .section-instructors_list .container .instructors-list .instructor-item:nth-child(3n) {
    -webkit-transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
    -moz-transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
    -ms-transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
    -o-transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
    transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
  }
}
.section-instructors_list .container .instructors-list .instructor-item .instructor-image span,
.section-instructors_list .container .instructors-list .instructor-item .instructor-image a {
  display: inline-block;
  line-height: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  overflow: hidden;
  outline: 1px solid #f4f4f4;
  outline-offset: -6px;
}
.section-instructors_list .container .instructors-list .instructor-item .instructor-image span img.placeholder,
.section-instructors_list .container .instructors-list .instructor-item .instructor-image a img.placeholder {
  background-color: #D8C6FF;
  background-position: center;
  background-size: 100px auto;
  background-repeat: no-repeat;
  background-image: url("images/site-emblem.svg");
}
.section-instructors_list .container .instructors-list .instructor-item .instructor-image a:hover {
  outline-color: #7347E3;
}
.section-instructors_list .container .instructors-list .instructor-item .instructor-info .instructor-name {
  margin: 40px 0 10px;
  font-weight: 700;
  line-height: 1.3;
  font-size: 22px;
  font-size: 1.375rem;
}
.section-instructors_list .container .instructors-list .instructor-item .instructor-info .instructor-name a {
  color: #7347E3;
  -webkit-transition: color 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.section-instructors_list .container .instructors-list .instructor-item .instructor-info .instructor-name a:hover {
  color: #432C79;
}
.section-instructors_list .container .instructors-list .instructor-item .instructor-info .section-text {
  max-width: 270px;
  margin: 0 auto 15px;
}
.section-instructors_list .container .instructors-list .instructor-item.animate {
  opacity: 0;
  -moz-transform: translateY(30px);
  -o-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

.section-testimonials {
  max-width: 1920px;
  margin: 0 auto;
  padding: 20px;
}
body.home .section-testimonials {
  margin-top: 168px;
}
.section-testimonials .container .section-title {
  margin-bottom: 70px;
  text-align: center;
}
.section-testimonials .container .section-title .large::first-letter {
  text-transform: uppercase;
}
.section-testimonials .container .section-title .small {
  display: block;
  margin-bottom: 5px;
  color: #171141;
  font-family: "Inter";
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.3;
  font-size: 28px;
  font-size: 1.75rem;
}
.section-testimonials .swiper {
  position: relative;
  z-index: 1;
  display: block;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 40px 0 87px;
}
.section-testimonials .swiper .swiper-wrapper {
  position: relative;
  z-index: 1;
  display: inline-flex;
  height: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  cursor: grab;
}
.section-testimonials .swiper .swiper-wrapper:active {
  cursor: grabbing;
}
.section-testimonials .swiper .swiper-wrapper .swiper-slide {
  min-width: 0;
  position: relative;
  display: block;
  flex-shrink: 0;
  width: 100%;
  height: auto;
  transition-property: transform;
  padding: 76px 60px 40px;
  border-radius: 20px;
  border: 2px solid rgba(146, 101, 255, 0.1);
}
.section-testimonials .swiper .swiper-wrapper .swiper-slide::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -40px;
  left: 0;
  right: 0;
  width: 79px;
  height: 79px;
  margin: auto;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  background-color: #00E8DB;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("images/double-quote.svg");
}
.section-testimonials .swiper .swiper-wrapper .swiper-slide .testimonial-text {
  color: #3F1A9E;
  font-style: normal;
  line-height: 1.8;
  font-size: 20px;
  font-size: 1.25rem;
}
.section-testimonials .swiper .swiper-wrapper .swiper-slide .testimonial-name {
  display: block;
  margin-top: 48px;
  color: #7445E0;
  font-weight: 600;
  line-height: 1.3;
  font-size: 17px;
  font-size: 1.0625rem;
}
.section-testimonials .swiper .swiper-wrapper .swiper-slide .testimonial-name .testimonial-meta {
  display: inline-block;
}
.section-testimonials .swiper .swiper-wrapper .swiper-slide.swiper-slide-invisible-blank {
  visibility: hidden;
}
.section-testimonials .swiper .swiper-scrollbar {
  position: absolute;
  z-index: 50;
  top: auto;
  bottom: 10px;
  left: 0;
  right: 0;
  width: 590px;
  height: 10px;
  margin: auto;
  background-color: transparent;
  touch-action: none;
}
.section-testimonials .swiper .swiper-scrollbar::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3.6px;
  margin: auto;
  background-color: rgba(146, 101, 255, 0.1);
}
.section-testimonials .swiper .swiper-scrollbar .swiper-scrollbar-drag {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 999px;
  background-color: #7347E3;
  cursor: grab;
}
.section-testimonials .swiper .swiper-scrollbar .swiper-scrollbar-drag:active {
  cursor: grabbing;
}
.section-testimonials .swiper .swiper-scrollbar .swiper-scrollbar-drag::before {
  content: "";
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
  -webkit-border-radius: 999px;
  border-radius: 999px;
  background-clip: padding-box;
  background-color: transparent;
}
.section-testimonials .swiper .swiper-scrollbar .swiper-scrollbar-drag::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-border-radius: 999px;
  border-radius: 999px;
  background-clip: padding-box;
  background-color: #7347E3;
  -webkit-transition: top 0.3s ease 0s, bottom 0.3s ease 0s;
  -moz-transition: top 0.3s ease 0s, bottom 0.3s ease 0s;
  -ms-transition: top 0.3s ease 0s, bottom 0.3s ease 0s;
  -o-transition: top 0.3s ease 0s, bottom 0.3s ease 0s;
  transition: top 0.3s ease 0s, bottom 0.3s ease 0s;
}
.section-testimonials .swiper .swiper-scrollbar .swiper-scrollbar-drag:hover::after, .section-testimonials .swiper .swiper-scrollbar .swiper-scrollbar-drag:active::after {
  top: -10px;
  bottom: -10px;
}
.section-testimonials .swiper .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.section-testimonials .swiper .swiper-scrollbar-disabled .swiper-scrollbar {
  display: none !important;
}
.section-testimonials .swiper .swiper-scrollbar-lock {
  display: none;
}
.section-testimonials .swiper.swiper-backface-hidden .swiper-wrapper .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.section-testimonials .swiper.swiper-horizontal {
  touch-action: pan-y;
}
.section-testimonials .swiper.swiper-vertical {
  touch-action: pan-x;
}
.section-testimonials .swiper.swiper-vertical .swiper-wrapper {
  flex-direction: column;
}
.section-testimonials .swiper.swiper-android .swiper-slide, .section-testimonials .swiper.swiper-ios .swiper-slide {
  transform: translate3d(0px, 0, 0);
}
.section-testimonials .swiper.swiper-autoheight {
  height: auto;
}
.section-testimonials .swiper.swiper-autoheight .swiper-slide {
  height: auto;
}

.section-post_list {
  margin: 0 auto;
}
body.post-type-archive-colleague .section-post_list, body.post-type-archive-training .section-post_list, body.home .section-post_list {
  margin-top: 181px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.post-type-archive-colleague .section-post_list, body.post-type-archive-training .section-post_list, body.home .section-post_list {
    margin-top: 91px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.post-type-archive-colleague .section-post_list, body.post-type-archive-training .section-post_list, body.home .section-post_list {
    margin-top: 121px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  body.post-type-archive-colleague .section-post_list, body.post-type-archive-training .section-post_list, body.home .section-post_list {
    margin-top: 151px;
  }
}
body.single-post .section-post_list, body.custom-page-about .section-post_list {
  margin-top: 120px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.single-post .section-post_list, body.custom-page-about .section-post_list {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.single-post .section-post_list, body.custom-page-about .section-post_list {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  body.single-post .section-post_list, body.custom-page-about .section-post_list {
    margin-top: 100px;
  }
}
body.tax-training-type .section-post_list, body.custom-page-courses .section-post_list, body.custom-page-togaf .section-post_list, body.custom-page-private-courses .section-post_list {
  margin-top: 163px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.tax-training-type .section-post_list, body.custom-page-courses .section-post_list, body.custom-page-togaf .section-post_list, body.custom-page-private-courses .section-post_list {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.tax-training-type .section-post_list, body.custom-page-courses .section-post_list, body.custom-page-togaf .section-post_list, body.custom-page-private-courses .section-post_list {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  body.tax-training-type .section-post_list, body.custom-page-courses .section-post_list, body.custom-page-togaf .section-post_list, body.custom-page-private-courses .section-post_list {
    margin-top: 130px;
  }
}
body.custom-page-contact .section-post_list {
  margin-top: 120px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.custom-page-contact .section-post_list {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.custom-page-contact .section-post_list {
    margin-top: 90px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  body.custom-page-contact .section-post_list {
    margin-top: 100px;
  }
}
.section-post_list .main-post {
  margin: 64px 0 -13px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-post_list .main-post {
    margin: 51px 0 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-post_list .main-post {
    margin: 71px 0 28px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-post_list .main-post {
    margin: 91px 0 38px;
  }
}
.section-post_list .main-post .main-post-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-transition: transform 1s ease 0s, opacity 1s ease 0s;
  -moz-transition: transform 1s ease 0s, opacity 1s ease 0s;
  -ms-transition: transform 1s ease 0s, opacity 1s ease 0s;
  -o-transition: transform 1s ease 0s, opacity 1s ease 0s;
  transition: transform 1s ease 0s, opacity 1s ease 0s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-post_list .main-post .main-post-container {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-post_list .main-post .main-post-container {
    flex-direction: column;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-post_list .main-post .main-post-container.animate {
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
}
.section-post_list .main-post .main-post-container.animate .image a {
  opacity: 0;
  -moz-transform: translateX(-45px);
  -o-transform: translateX(-45px);
  -ms-transform: translateX(-45px);
  -webkit-transform: translateX(-45px);
  transform: translateX(-45px);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-post_list .main-post .main-post-container.animate .image a {
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.section-post_list .main-post .main-post-container.animate .text {
  opacity: 0;
  -moz-transform: translateX(25px);
  -o-transform: translateX(25px);
  -ms-transform: translateX(25px);
  -webkit-transform: translateX(25px);
  transform: translateX(25px);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-post_list .main-post .main-post-container.animate .text {
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.section-post_list .main-post .main-post-container .image {
  min-width: 0;
  flex: 0 0 50%;
  line-height: 0;
  font-size: 0px;
  font-size: 0rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-post_list .main-post .main-post-container .image {
    max-width: 500px;
  }
}
.section-post_list .main-post .main-post-container .image a {
  display: inline-block;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  overflow: hidden;
}
.section-post_list .main-post .main-post-container .image.placeholder a {
  background-color: #D8C6FF;
  background-position: center;
  background-size: 150px auto;
  background-repeat: no-repeat;
  background-image: url("images/site-emblem.svg");
}
.section-post_list .main-post .main-post-container .image:not(.placeholder) a {
  -webkit-transition: transform 1s ease 0s, opacity 1s ease 0s;
  -moz-transition: transform 1s ease 0s, opacity 1s ease 0s;
  -ms-transition: transform 1s ease 0s, opacity 1s ease 0s;
  -o-transition: transform 1s ease 0s, opacity 1s ease 0s;
  transition: transform 1s ease 0s, opacity 1s ease 0s;
}
.section-post_list .main-post .main-post-container .image:not(.placeholder) a img {
  -webkit-transition: transform 0.3s ease 0s;
  -moz-transition: transform 0.3s ease 0s;
  -ms-transition: transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
}
.section-post_list .main-post .main-post-container .image:not(.placeholder) a:hover img {
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.section-post_list .main-post .main-post-container .text {
  padding-left: 4%;
  min-width: 0;
  flex: 0 0 50%;
  -webkit-transition: transform 1s ease 0s, opacity 1s ease 0s;
  -moz-transition: transform 1s ease 0s, opacity 1s ease 0s;
  -ms-transition: transform 1s ease 0s, opacity 1s ease 0s;
  -o-transition: transform 1s ease 0s, opacity 1s ease 0s;
  transition: transform 1s ease 0s, opacity 1s ease 0s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-post_list .main-post .main-post-container .text {
    max-width: 500px;
    padding: 30px 10px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-post_list .main-post .main-post-container .text {
    max-width: 606px;
    padding: 40px 15px 0;
  }
}
.section-post_list .main-post .main-post-container .text .tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-left: 5px;
}
.section-post_list .main-post .main-post-container .text .tags .tag {
  display: inline-block;
  margin: 0 6px 10px 0;
  padding: 5px 0;
  color: #171141;
  line-height: 1;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  -webkit-transition: color 0.25s ease 0s;
  -moz-transition: color 0.25s ease 0s;
  -ms-transition: color 0.25s ease 0s;
  -o-transition: color 0.25s ease 0s;
  transition: color 0.25s ease 0s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-post_list .main-post .main-post-container .text .tags .tag {
    padding: 3px 12px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-post_list .main-post .main-post-container .text .tags .tag {
    padding: 4px 15px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-post_list .main-post .main-post-container .text .tags .tag {
    font-size: 16px;
    font-size: 1rem;
  }
}
.section-post_list .main-post .main-post-container .text .tags .tag:hover {
  color: #7347E3;
}
.section-post_list .main-post .main-post-container .text .title {
  display: block;
  margin: 0;
  color: #7347E3;
  font-family: "Inter";
  line-height: 1.4;
  font-weight: 700;
  font-size: 32px;
  font-size: 2rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-post_list .main-post .main-post-container .text .title {
    font-size: 34px;
    font-size: 2.125rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-post_list .main-post .main-post-container .text .title {
    font-size: 44px;
    font-size: 2.75rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-post_list .main-post .main-post-container .text .title {
    font-size: 54px;
    font-size: 3.375rem;
  }
}
.section-post_list .main-post .main-post-container .text .title a {
  color: #7347E3;
  -webkit-transition: color 0.25s ease 0s;
  -moz-transition: color 0.25s ease 0s;
  -ms-transition: color 0.25s ease 0s;
  -o-transition: color 0.25s ease 0s;
  transition: color 0.25s ease 0s;
}
.section-post_list .main-post .main-post-container .text .title a:hover {
  color: #432C79;
}
.section-post_list .main-post .main-post-container .text .text-wrapper .section-text {
  margin: 30px 0 25px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-post_list .main-post .main-post-container .text .text-wrapper .section-text {
    margin: 15px 0 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-post_list .main-post .main-post-container .text .text-wrapper .section-text {
    margin: 20px 0 15px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-post_list .main-post .main-post-container .text .text-wrapper .section-text {
    margin: 25px 0 20px;
  }
}
.section-cta {
  padding: 0 15px;
  text-align: center;
}
body.post-type-archive-colleague .section-cta, body.post-type-archive-training .section-cta, body.single-training .section-cta, body.tax-training-type .section-cta, body.custom-page-contact .section-cta, body.custom-page-courses .section-cta, body.custom-page-togaf .section-cta, body.custom-page-about .section-cta, body.home .section-cta {
  margin-top: 127px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.post-type-archive-colleague .section-cta, body.post-type-archive-training .section-cta, body.single-training .section-cta, body.tax-training-type .section-cta, body.custom-page-contact .section-cta, body.custom-page-courses .section-cta, body.custom-page-togaf .section-cta, body.custom-page-about .section-cta, body.home .section-cta {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.post-type-archive-colleague .section-cta, body.post-type-archive-training .section-cta, body.single-training .section-cta, body.tax-training-type .section-cta, body.custom-page-contact .section-cta, body.custom-page-courses .section-cta, body.custom-page-togaf .section-cta, body.custom-page-about .section-cta, body.home .section-cta {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  body.post-type-archive-colleague .section-cta, body.post-type-archive-training .section-cta, body.single-training .section-cta, body.tax-training-type .section-cta, body.custom-page-contact .section-cta, body.custom-page-courses .section-cta, body.custom-page-togaf .section-cta, body.custom-page-about .section-cta, body.home .section-cta {
    margin-top: 100px;
  }
}
body.post-type-archive-colleague .section-cta.bg-top, body.post-type-archive-training .section-cta.bg-top, body.single-training .section-cta.bg-top, body.tax-training-type .section-cta.bg-top, body.custom-page-contact .section-cta.bg-top, body.custom-page-courses .section-cta.bg-top, body.custom-page-togaf .section-cta.bg-top, body.custom-page-about .section-cta.bg-top, body.home .section-cta.bg-top {
  margin-top: 0;
}
body.custom-page-private-courses .section-cta {
  margin-top: 141px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.custom-page-private-courses .section-cta {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.custom-page-private-courses .section-cta {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  body.custom-page-private-courses .section-cta {
    margin-top: 110px;
  }
}
body.custom-page-private-courses .section-cta.bg-top {
  margin-top: 0;
}
.section-cta .container {
  position: relative;
  padding: 115px 0 96px;
  background-color: #7347E3;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-clip: padding-box;
  background-position: center left;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("images/cta-bg.svg");
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-cta .container {
    padding: 60px 0 46px;
    background-size: cover;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-cta .container {
    padding: 80px 0 66px;
    background-size: cover;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-cta .container {
    padding: 100px 0 86px;
    background-size: cover;
  }
}
.section-cta .container .section-icon {
  position: absolute;
  top: -27px;
  left: 0;
  right: 0;
  display: inline-block;
  width: 79px;
  height: 79px;
  margin: auto;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  background-color: #00E8DB;
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-cta .container .section-icon {
    width: 69px;
    height: 69px;
    background-size: 35px auto;
  }
}
.section-cta .container .section-title {
  margin-bottom: 12px;
  color: #ffffff;
}
.section-cta .container .section-subtitle {
  margin-bottom: 24px;
}
.section-cta.bg-colored {
  position: relative;
  z-index: 1;
}
.section-cta.bg-colored::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section-cta.bg-colored.bg-top::after {
  bottom: 55%;
  background-color: rgba(146, 101, 255, 0.05);
}
.section-cta.bg-colored.bg-bottom::after {
  top: 55%;
  background-color: rgba(146, 101, 255, 0.1);
}

.section-gallery {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
body.single-training .section-gallery, body.custom-page-about .section-gallery {
  margin-top: 120px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.single-training .section-gallery, body.custom-page-about .section-gallery {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.single-training .section-gallery, body.custom-page-about .section-gallery {
    margin-top: 70px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  body.single-training .section-gallery, body.custom-page-about .section-gallery {
    margin-top: 90px;
  }
}
.section-gallery .section-title {
  margin-bottom: 34px;
  text-align: center;
}
.section-gallery .section-text {
  max-width: 1142px;
  margin: 0 auto 55px;
  text-align: center;
}
.section-gallery .gallery-swiper {
  position: relative;
  max-width: 1039px;
  margin: 0 auto;
  list-style: none;
}
.section-gallery .gallery-swiper .swiper-wrapper {
  display: inline-flex;
  flex-wrap: nowrap;
  padding: 0;
  margin: 0;
  list-style: none;
  cursor: grab;
}
.section-gallery .gallery-swiper .swiper-wrapper:active {
  cursor: grabbing;
}
.section-gallery .gallery-swiper .swiper-slide {
  flex: 0 0 auto;
}
.section-gallery .gallery-swiper .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.section-gallery .gallery-swiper .swiper-button-prev,
.section-gallery .gallery-swiper .swiper-button-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: inline-block;
  width: 76px;
  height: 76px;
  margin: auto;
  background-color: #ffffff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  background-image: url("images/slider-control-arrow.svg");
  cursor: pointer;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-gallery .gallery-swiper .swiper-button-prev,
  .section-gallery .gallery-swiper .swiper-button-next {
    width: 48px;
    height: 48px;
    background-size: 24px auto;
  }
}
.section-gallery .gallery-swiper .swiper-button-prev:hover,
.section-gallery .gallery-swiper .swiper-button-next:hover {
  background-color: #00E8DB;
}
.section-gallery .gallery-swiper .swiper-button-prev {
  left: -48px;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-gallery .gallery-swiper .swiper-button-prev {
    left: -15px;
  }
}
.section-gallery .gallery-swiper .swiper-button-next {
  right: -48px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-gallery .gallery-swiper .swiper-button-next {
    right: -15px;
  }
}

.section-cta-v2 {
  padding: 102px 0 133px;
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-cta-v2 {
    padding: 60px 0 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-cta-v2 {
    padding: 80px 0 100px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-cta-v2 {
    padding: 100px 0 120px;
  }
}
.section-cta-v2.bg-turquoise {
  background-color: rgba(0, 232, 219, 0.1);
}
.section-cta-v2.bg-purple {
  background-color: rgba(146, 101, 255, 0.15);
}
body.custom-page-togaf .section-cta-v2, body.custom-page-private-courses .section-cta-v2 {
  margin-top: 105px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.custom-page-togaf .section-cta-v2, body.custom-page-private-courses .section-cta-v2 {
    margin-top: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.custom-page-togaf .section-cta-v2, body.custom-page-private-courses .section-cta-v2 {
    margin-top: 85px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  body.custom-page-togaf .section-cta-v2, body.custom-page-private-courses .section-cta-v2 {
    margin-top: 95px;
  }
}
body.single-training .section-cta-v2 {
  margin-top: 54px;
}
.section-cta-v2 .container .section-title + .section-subtitle {
  margin-top: 10px;
}
.section-cta-v2 .container .section-title + .section-text {
  margin-top: 35px;
}
.section-cta-v2 .container .section-subtitle + .section-text {
  margin-top: 35px;
}
.section-cta-v2 .container .section-text {
  max-width: 1124px;
  margin: 0 auto;
}
.section-cta-v2 .container .cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 35px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-cta-v2 .container .cta-buttons {
    flex-direction: column;
    align-items: center;
  }
}
.section-cta-v2 .container .cta-buttons .btn + .btn {
  margin-left: 23px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-cta-v2 .container .cta-buttons .btn + .btn {
    margin-left: 0;
    margin-top: 20px;
  }
}

.section-accordions {
  margin: 0 auto;
  -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -moz-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -ms-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
  transition: opacity 1s ease 0s, transform 1s ease 0s;
}
.section-accordions.animate {
  opacity: 0;
  -moz-transform: translateX(-40px);
  -o-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  -webkit-transform: translateX(-40px);
  transform: translateX(-40px);
}
body.single-training .section-accordions {
  margin-top: 129px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.single-training .section-accordions {
    margin-top: 69px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.single-training .section-accordions {
    margin-top: 89px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  body.single-training .section-accordions {
    margin-top: 109px;
  }
}
body.custom-page-private-courses .section-accordions {
  margin-top: 172px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.custom-page-private-courses .section-accordions {
    margin-top: 77px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.custom-page-private-courses .section-accordions {
    margin-top: 107px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  body.custom-page-private-courses .section-accordions {
    margin-top: 137px;
  }
}
.section-accordions .accordions-container .section-title {
  margin: 0;
}
.section-accordions .accordions-container .section-title ~ .accordion-list {
  margin-top: 55px;
}
.section-accordions .accordions-container .accordion-list {
  max-width: 1164px;
  margin: 0 auto;
}
.section-accordions .accordions-container .btn-wrapper {
  margin-top: 55px;
  text-align: center;
}
body.custom-page-togaf .section-alternated_list {
  margin-top: 80px;
  margin-bottom: 120px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.custom-page-togaf .section-alternated_list {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.custom-page-togaf .section-alternated_list {
    margin-top: 60px;
    margin-bottom: 80px;
  }
}
body.tax-training-type .section-alternated_list {
  margin-top: 100px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.tax-training-type .section-alternated_list {
    margin-top: 70px;
  }
}
.section-alternated_list > .container > .section-title {
  margin: 80px 0 60px;
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-alternated_list > .container > .section-title {
    margin: 50px 0 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-alternated_list > .container > .section-title {
    margin: 60px 0 50px;
  }
}
.section-alternated_list > .container .section-image_text_2_cols + .section-image_text_2_cols {
  margin-top: 80px;
}

.contact-infromations {
  margin: 0 auto;
}
body.custom-page-contact .contact-infromations {
  margin-top: 80px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.custom-page-contact .contact-infromations {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.custom-page-contact .contact-infromations {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  body.custom-page-contact .contact-infromations {
    margin-top: 70px;
  }
}
.contact-infromations .container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .contact-infromations .container {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
html:not([lang=hu]) .contact-infromations .container {
  flex-direction: row-reverse;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  html:not([lang=hu]) .contact-infromations .container {
    flex-direction: column-reverse;
  }
}
.contact-infromations .container .contact-item {
  min-width: 0;
  flex: 1 1 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .contact-infromations .container .contact-item {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
}
.contact-infromations .container .contact-item .contact-icon {
  min-width: 0;
  flex: 0 0 200px;
  display: inline-block;
  width: 200px;
  height: 200px;
  background-position: center;
  background-size: 200px auto;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .contact-infromations .container .contact-item .contact-icon {
    flex: 0 0 150px;
    width: 150px;
    height: 150px;
    background-size: 150px auto;
  }
}
.contact-infromations .container .contact-item .contact-icon.placeholder {
  background-color: #D8C6FF;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
}
.contact-infromations .container .contact-item .contact-content {
  min-width: 0;
  flex: 1 1 auto;
  margin-left: 50px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .contact-infromations .container .contact-item .contact-content {
    flex: 1 1 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}
.contact-infromations .container .contact-item + .contact-item {
  flex: 0 0 50%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .contact-infromations .container .contact-item + .contact-item {
    flex: 1 1 100%;
    margin-top: 50px;
  }
  html:not([lang=hu]) .contact-infromations .container .contact-item + .contact-item {
    margin-top: 0;
    margin-bottom: 50px;
  }
}

.section-contact_map {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  max-width: 1920px;
  margin: 0 auto;
  background-color: rgba(146, 101, 255, 0.1);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-contact_map {
    flex-wrap: wrap;
  }
}
body.custom-page-contact .section-contact_map {
  margin-top: 100px;
}
.section-contact_map .contact_map-first {
  min-width: 0;
  flex: 1 1 100%;
}
.section-contact_map .contact_map-last {
  min-width: 0;
  flex: 0 0 50%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-contact_map .contact_map-last {
    flex: 1 1 100%;
  }
}
.section-contact_map .contact_map-last .template-section {
  max-width: 500px;
  margin: 0;
  padding: 30px 0 30px 5%;
}

.section-contact_form {
  margin: 0 auto;
}
body.custom-page-private-courses .section-contact_form, body.custom-page-contact .section-contact_form {
  margin-top: 130px;
}
.section-contact_form .container .section-title {
  margin-bottom: 50px;
}
.section-training_shortlist {
  margin: 0 auto;
}
body.single-training .section-training_shortlist, body.tax-training-type .section-training_shortlist, body.home .section-training_shortlist {
  margin-top: 162px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.single-training .section-training_shortlist, body.tax-training-type .section-training_shortlist, body.home .section-training_shortlist {
    margin-top: 82px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.single-training .section-training_shortlist, body.tax-training-type .section-training_shortlist, body.home .section-training_shortlist {
    margin-top: 102px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  body.single-training .section-training_shortlist, body.tax-training-type .section-training_shortlist, body.home .section-training_shortlist {
    margin-top: 132px;
  }
}
.section-training_shortlist .container .section-title {
  margin-bottom: 60px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-training_shortlist .container .section-title {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-training_shortlist .container .section-title {
    margin-bottom: 50px;
  }
}
.section-subjects_list {
  margin: 0 auto;
  padding: 129px 0 139px;
  background-color: rgba(146, 101, 255, 0.05);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-subjects_list {
    padding: 70px 0 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-subjects_list {
    padding: 90px 0 100px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-subjects_list {
    padding: 110px 0 120px;
  }
}
body.single-training .section-subjects_list, body.tax-training-type .section-subjects_list {
  margin-top: 70px;
}
.section-subjects_list .container .section-title {
  margin-bottom: 40px;
}
.section-subjects_list .container .subjects_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-subjects_list .container .subjects_list .subjects_item {
  flex: 0 1 47%;
  margin-top: 40px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-subjects_list .container .subjects_list .subjects_item {
    flex: 0 1 100%;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-subjects_list .container .subjects_list .subjects_item {
    flex: 0 1 100%;
    margin-top: 30px;
  }
}
.section-subjects_list .container .subjects_list .subjects_item .title {
  margin: 0 0 20px;
  color: #7347E3;
  font-family: "Inter";
  font-weight: 700;
  line-height: 1.2;
  font-size: 22px;
  font-size: 1.375rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-subjects_list .container .subjects_list .subjects_item .title {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-subjects_list .container .subjects_list .subjects_item .title {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 18px;
  }
}
.section-register_form {
  margin: 0 auto;
}
body.single-training .section-register_form {
  margin-top: 133px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.single-training .section-register_form {
    margin-top: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.single-training .section-register_form {
    margin-top: 90px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  body.single-training .section-register_form {
    margin-top: 110px;
  }
}
.section-register_form.bg-colored {
  padding: 110px 0 160px;
}
.section-register_form .container .section-title {
  margin-bottom: 50px;
}
.section-register_form .container .shortcode-wrapper {
  max-width: 1214px;
  margin: 0 auto;
}
.section-register_form .container .shortcode-wrapper .legend {
  display: block;
  padding: 10px 15px;
  color: #7347E3;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.3;
  font-size: 20px;
  font-size: 1.25rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-register_form .container .shortcode-wrapper .legend {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-register_form .container .shortcode-wrapper .legend {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.section-register_form .container .shortcode-wrapper .legend p {
  margin: 0;
}
.section-register_form .container .shortcode-wrapper .price-wrapper {
  display: block;
  padding: 0px 10px;
  color: #30146E;
  font-weight: 900;
  line-height: 1;
  font-size: 55px;
  font-size: 3.4375rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-register_form .container .shortcode-wrapper .price-wrapper {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-register_form .container .shortcode-wrapper .price-wrapper {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}
.section-register_form .container .shortcode-wrapper .price-wrapper p {
  margin: 0;
}
.section-register_form .container .shortcode-wrapper button[type=submit] {
  margin-top: 25px;
}

.default_list--container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0;
  margin: 0 auto 52px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .default_list--container {
    max-width: 300px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .default_list--container {
    max-width: 550px;
  }
}
.default_list--container.column-3 .default_list--item {
  margin-right: 2%;
  flex: 0 1 32%;
}
.default_list--container.column-3 .default_list--item:nth-child(3n-1) {
  -webkit-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
  -moz-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
  -ms-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
  -o-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
  transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
}
.default_list--container.column-3 .default_list--item:nth-child(3n) {
  margin-right: 0;
  -webkit-transition: opacity 1s ease 0.4s, transform 1s ease 0.4s;
  -moz-transition: opacity 1s ease 0.4s, transform 1s ease 0.4s;
  -ms-transition: opacity 1s ease 0.4s, transform 1s ease 0.4s;
  -o-transition: opacity 1s ease 0.4s, transform 1s ease 0.4s;
  transition: opacity 1s ease 0.4s, transform 1s ease 0.4s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .default_list--container.column-3 .default_list--item {
    margin-right: 0;
    flex: 0 1 100%;
  }
  .default_list--container.column-3 .default_list--item:nth-child(3n-1) {
    -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -moz-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -ms-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
    transition: opacity 1s ease 0s, transform 1s ease 0s;
  }
  .default_list--container.column-3 .default_list--item:nth-child(3n) {
    -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -moz-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -ms-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
    transition: opacity 1s ease 0s, transform 1s ease 0s;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .default_list--container.column-3 .default_list--item {
    margin-right: 2%;
    flex: 0 1 49%;
  }
  .default_list--container.column-3 .default_list--item:nth-child(3n) {
    margin-right: 2%;
  }
  .default_list--container.column-3 .default_list--item:nth-child(even) {
    margin-right: 0;
    -webkit-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
    -moz-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
    -ms-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
    -o-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
    transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .default_list--container.column-3 .default_list--item {
    flex: 0 1 49%;
  }
  .default_list--container.column-3 .default_list--item:nth-child(3n-1) {
    -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -moz-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -ms-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
    transition: opacity 1s ease 0s, transform 1s ease 0s;
  }
  .default_list--container.column-3 .default_list--item:nth-child(3n) {
    margin-right: 2%;
    -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -moz-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -ms-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
    transition: opacity 1s ease 0s, transform 1s ease 0s;
  }
  .default_list--container.column-3 .default_list--item:nth-child(even) {
    margin-right: 0;
    -webkit-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
    -moz-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
    -ms-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
    -o-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
    transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
  }
}
.default_list--container .default_list--item {
  list-style: none;
  -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -moz-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -ms-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
  transition: opacity 1s ease 0s, transform 1s ease 0s;
  min-width: 0;
  flex: 0 1 100%;
  margin: 64px 0 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .default_list--container .default_list--item {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .default_list--container .default_list--item {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .default_list--container .default_list--item {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .default_list--container .default_list--item {
    margin-top: 100px;
  }
}
.default_list--container .default_list--item.animate {
  opacity: 0;
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
.default_list--container .default_list--item .default_list--thumb-wrapper {
  display: table;
  margin: 0 auto;
  line-height: 0;
  overflow: hidden;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
}
.default_list--container .default_list--item .default_list--thumb-wrapper .default_list--thumb-link .default_list--thumb {
  background-color: #D8C6FF;
  background-position: center;
  background-size: 100px auto;
  background-repeat: no-repeat;
  background-image: url("images/site-emblem.svg");
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.4s ease 0s;
  -moz-transition: transform 0.4s ease 0s;
  -ms-transition: transform 0.4s ease 0s;
  -o-transition: transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s;
}
.default_list--container .default_list--item .default_list--thumb-wrapper.image-zoom:hover .default_list--thumb-link .default_list--thumb {
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.default_list--container .default_list--item .tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 20px 1% 0 4%;
}
.default_list--container .default_list--item .tags .tag {
  display: inline-block;
  margin: 0 6px 10px 0;
  padding: 5px 0;
  color: #171141;
  line-height: 1;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  -webkit-transition: color 0.25s ease 0s;
  -moz-transition: color 0.25s ease 0s;
  -ms-transition: color 0.25s ease 0s;
  -o-transition: color 0.25s ease 0s;
  transition: color 0.25s ease 0s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .default_list--container .default_list--item .tags .tag {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .default_list--container .default_list--item .tags .tag {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .default_list--container .default_list--item .tags .tag {
    font-size: 16px;
    font-size: 1rem;
  }
}
.default_list--container .default_list--item .tags .tag:hover {
  color: #7347E3;
}
.default_list--container .default_list--item .tags + .default_list--name,
.default_list--container .default_list--item .tags + .default_list--title {
  margin-top: 0;
}
.default_list--container .default_list--item .default_list--name,
.default_list--container .default_list--item .default_list--title {
  display: block;
  color: #7347E3;
  font-family: "Inter";
  font-weight: 700;
}
.default_list--container .default_list--item .default_list--title {
  padding: 0 4%;
  line-height: 1.4;
  font-size: 24px;
  font-size: 1.5rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .default_list--container .default_list--item .default_list--title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .default_list--container .default_list--item .default_list--title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .default_list--container .default_list--item .default_list--title {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
.default_list--container .default_list--item .default_list--title .default_list--title-link {
  color: #7347E3;
  -webkit-transition: color 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.default_list--container .default_list--item .default_list--title .default_list--title-link:hover {
  color: #432C79;
}
.default_list--container .default_list--item .default_list--name-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  padding: 25px 4% 20px;
}
.default_list--container .default_list--item .default_list--name-wrapper .text {
  min-width: 0;
  flex: 1 1 auto;
}
.default_list--container .default_list--item .default_list--name-wrapper .text .default_list--name {
  line-height: 1.3;
  font-size: 28px;
  font-size: 1.75rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .default_list--container .default_list--item .default_list--name-wrapper .text .default_list--name {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .default_list--container .default_list--item .default_list--name-wrapper .text .default_list--name {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .default_list--container .default_list--item .default_list--name-wrapper .text .default_list--name {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .default_list--container .default_list--item .default_list--name-wrapper .text .default_list--name {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.default_list--container .default_list--item .default_list--name-wrapper .text .default_list--name .default_list--name-link {
  color: #7347E3;
  -webkit-transition: color 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.default_list--container .default_list--item .default_list--name-wrapper .text .default_list--name .default_list--name-link:hover {
  color: #432C79;
}
.default_list--container .default_list--item .default_list--name-wrapper .text .default_list--titulus {
  display: block;
  margin-top: 7px;
  font-weight: 600;
  font-size: 17px;
  font-size: 1.0625rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .default_list--container .default_list--item .default_list--name-wrapper .text .default_list--titulus {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .default_list--container .default_list--item .default_list--name-wrapper .text .default_list--titulus {
    font-size: 16px;
    font-size: 1rem;
  }
}
.default_list--container .default_list--item .default_list--name-wrapper .default_list--links {
  min-width: 0;
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding-top: 5px;
}
.default_list--container .default_list--item .default_list--name-wrapper .default_list--links .default_list--link {
  flex: 0 0 50px;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-left: 12px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  background-color: rgba(146, 101, 255, 0.1);
  background-position: center;
  background-size: 25px auto;
  background-repeat: no-repeat;
  line-height: 0;
  font-size: 0px;
  font-size: 0rem;
  -webkit-transition: background-color 0.25s ease 0s;
  -moz-transition: background-color 0.25s ease 0s;
  -ms-transition: background-color 0.25s ease 0s;
  -o-transition: background-color 0.25s ease 0s;
  transition: background-color 0.25s ease 0s;
}
.default_list--container .default_list--item .default_list--name-wrapper .default_list--links .default_list--link:hover {
  background-color: #00E8DB;
}
.default_list--container .default_list--item .default_list--name-wrapper .default_list--links .default_list--link.linkedin {
  background-image: url("images/linkedin.svg");
}
.default_list--container .default_list--item .default_list--name-wrapper .default_list--links .default_list--link.email {
  background-image: url("images/envelope.svg");
}
.default_list--container .default_list--item .default_list--name-wrapper .default_list--links .default_list--link.phone {
  background-image: url("images/phone.svg");
}
.default_list--container .default_list--item .default_list--text-wrapper .default_list--excerpt {
  padding: 0 1% 0 4%;
  margin: 0 0 15px;
}
.default_list--container .default_list--item .default_list--text-wrapper .default_list--link {
  margin-left: 4%;
}
.default_list--container.centered {
  justify-content: center;
}

.accordion {
  margin: 24px 0;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  background-color: #ffffff;
  overflow: hidden;
  box-shadow: 20px 20px 40px 0px rgba(0, 0, 0, 0.05);
}
.accordion.accordion-opened .accordion-header {
  background-color: rgba(115, 71, 227, 0.1);
  border-bottom-color: #eaeaea;
}
.accordion.accordion-opened .accordion-header .link-with-bullet::after {
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.accordion.accordion-opened .accordion-body {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease 0.3s;
  -moz-transition: opacity 0.4s ease 0.3s;
  -ms-transition: opacity 0.4s ease 0.3s;
  -o-transition: opacity 0.4s ease 0.3s;
  transition: opacity 0.4s ease 0.3s;
}
.accordion .accordion-header {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: nowrap;
  padding: 32px;
  cursor: pointer;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom-color 0.4s ease 0s, background-color 0.4s ease 0s;
  -moz-transition: border-bottom-color 0.4s ease 0s, background-color 0.4s ease 0s;
  -ms-transition: border-bottom-color 0.4s ease 0s, background-color 0.4s ease 0s;
  -o-transition: border-bottom-color 0.4s ease 0s, background-color 0.4s ease 0s;
  transition: border-bottom-color 0.4s ease 0s, background-color 0.4s ease 0s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .accordion .accordion-header {
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .accordion .accordion-header {
    padding: 26px;
  }
}
.accordion .accordion-header:hover {
  background-color: rgba(115, 71, 227, 0.1);
}
.accordion .accordion-header span {
  flex: 1 1 auto;
  display: block;
  font-weight: 500;
  line-height: 1.3;
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .accordion .accordion-header span {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .accordion .accordion-header span {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.accordion .accordion-header .accordion-toggler {
  flex: 0 0 auto;
  position: relative;
  display: block;
  padding-left: 35px;
  padding-right: 22px;
  color: #7347E3;
  font-family: "Inter";
  font-weight: 600;
  line-height: 1.3;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: right;
  white-space: nowrap;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .accordion .accordion-header .accordion-toggler {
    height: 17px;
    font-size: 0px;
    font-size: 0rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .accordion .accordion-header .accordion-toggler {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.accordion .accordion-header .accordion-toggler::before {
  content: "";
  position: absolute;
  bottom: 11px;
  right: 0;
  display: inline-block;
  width: 15px;
  height: 1px;
  background-color: #7347E3;
  -webkit-transition: all 0.15s ease 0.15s;
  -moz-transition: all 0.15s ease 0.15s;
  -ms-transition: all 0.15s ease 0.15s;
  -o-transition: all 0.15s ease 0.15s;
  transition: all 0.15s ease 0.15s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .accordion .accordion-header .accordion-toggler::before {
    bottom: 9px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .accordion .accordion-header .accordion-toggler::before {
    bottom: 10px;
  }
}
.accordion .accordion-header .accordion-toggler::after {
  content: "";
  position: absolute;
  bottom: 7px;
  right: 0;
  display: inline-block;
  width: 9px;
  height: 9px;
  border-right: 1px solid #7347E3;
  border-bottom: 1px solid #7347E3;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.15s ease 0.15s;
  -moz-transition: all 0.15s ease 0.15s;
  -ms-transition: all 0.15s ease 0.15s;
  -o-transition: all 0.15s ease 0.15s;
  transition: all 0.15s ease 0.15s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .accordion .accordion-header .accordion-toggler::after {
    bottom: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .accordion .accordion-header .accordion-toggler::after {
    bottom: 6px;
  }
}
.accordion .accordion-header.icon-question_mark {
  position: relative;
  padding-left: 84px;
}
.accordion .accordion-header.icon-question_mark::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 24px;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: auto;
  border: 2px solid #00E8DB;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("images/question-mark.svg");
}
.accordion .accordion-body {
  padding: 40px 50px 50px 50px;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease 0s;
  -moz-transition: opacity 0.4s ease 0s;
  -ms-transition: opacity 0.4s ease 0s;
  -o-transition: opacity 0.4s ease 0s;
  transition: opacity 0.4s ease 0s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .accordion .accordion-body {
    padding: 20px 20px 30px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .accordion .accordion-body {
    padding: 30px 35px 40px 35px;
  }
}
#site_footer {
  margin-top: 150px;
}
.section-cta + #site_footer {
  position: relative;
  margin-top: 0;
}
.section-cta + #site_footer::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -210px;
  left: 0;
  right: 0;
  bottom: 100%;
  background-color: rgba(146, 101, 255, 0.1);
}
#site_footer .site_footer-top {
  background-color: rgba(115, 71, 227, 0.1);
}
#site_footer .site_footer-top .container {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding-bottom: 113px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #site_footer .site_footer-top .container {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #site_footer .site_footer-top .container {
    flex-wrap: wrap;
  }
}
#site_footer .site_footer-top .container .site_footer-menu-title {
  display: block;
  color: #7347E3;
  text-transform: uppercase;
  line-height: 24px;
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #site_footer .site_footer-top .container .site_footer-menu-title {
    margin-bottom: 0;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #site_footer .site_footer-top .container .site_footer-menu-title {
    margin-bottom: 0;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  #site_footer .site_footer-top .container .site_footer-menu-title {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
#site_footer .site_footer-top .container .site_footer-top-1st {
  position: relative;
  flex: 0 1 45%;
  padding: 106px 0 0 41px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #site_footer .site_footer-top .container .site_footer-top-1st {
    flex: 0 1 100%;
    padding-top: 54px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #site_footer .site_footer-top .container .site_footer-top-1st {
    flex: 0 1 100%;
    padding-top: 64px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  #site_footer .site_footer-top .container .site_footer-top-1st {
    flex: 0 1 30%;
    padding-top: 74px;
  }
}
#site_footer .site_footer-top .container .site_footer-top-1st .site_header--logo i {
  display: block;
  width: 240px;
  height: 65px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #site_footer .site_footer-top .container .site_footer-top-1st .site_header--logo i {
    width: 260px;
    height: 54px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #site_footer .site_footer-top .container .site_footer-top-1st .site_header--logo i {
    width: 330px;
    height: 68px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  #site_footer .site_footer-top .container .site_footer-top-1st .site_header--logo i {
    width: 275px;
    height: 57px;
  }
}
#site_footer .site_footer-top .container .site_footer-top-1st .contacts-list {
  list-style: none;
  margin: 0;
  padding: 25px 0 0 80px;
  color: #000000;
  font-weight: 600;
  font-size: 20px;
  font-size: 1.25rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #site_footer .site_footer-top .container .site_footer-top-1st .contacts-list {
    padding-left: 66px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #site_footer .site_footer-top .container .site_footer-top-1st .contacts-list {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  #site_footer .site_footer-top .container .site_footer-top-1st .contacts-list {
    padding-left: 0;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
#site_footer .site_footer-top .container .site_footer-top-1st .contacts-list .contacts-item a {
  color: #000000;
  line-height: 2;
}
#site_footer .site_footer-top .container .site_footer-top-1st .contacts-list .contacts-item a:hover {
  text-decoration: underline;
}
#site_footer .site_footer-top .container .site_footer-top-1st .socials {
  padding: 28px 0 0 75px;
  line-height: 0;
  font-size: 0px;
  font-size: 0rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #site_footer .site_footer-top .container .site_footer-top-1st .socials {
    padding-left: 66px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  #site_footer .site_footer-top .container .site_footer-top-1st .socials {
    padding-left: 0;
  }
}
#site_footer .site_footer-top .container .site_footer-top-1st .socials .social svg {
  fill: #D8C6FF;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #site_footer .site_footer-top .container .site_footer-top-1st .socials .social svg {
    width: 40px;
    height: 40px;
  }
}
#site_footer .site_footer-top .container .site_footer-top-1st .socials .social.facebook:hover svg path {
  fill: url(#facebook-icon-bg-hovered);
}
#site_footer .site_footer-top .container .site_footer-top-1st .socials .social.linkedin:hover svg path {
  fill: url(#linkedin-icon-bg-hovered);
}
#site_footer .site_footer-top .container .site_footer-top-1st .socials .social.x:hover svg path {
  fill: url(#x-icon-bg-hovered);
}
#site_footer .site_footer-top .container .site_footer-top-1st .socials .social.pinterest:hover svg path {
  fill: url(#pinterest-icon-bg-hovered);
}
#site_footer .site_footer-top .container .site_footer-top-1st .socials .social + .social {
  margin-left: 14px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #site_footer .site_footer-top .container .site_footer-top-1st .socials .social + .social {
    margin-left: 12px;
  }
}
#site_footer .site_footer-top .container .site_footer-top-2nd {
  position: relative;
  flex: 0 1 27%;
  padding-top: 120px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #site_footer .site_footer-top .container .site_footer-top-2nd {
    flex: 0 1 100%;
    padding-top: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #site_footer .site_footer-top .container .site_footer-top-2nd {
    flex: 0 1 60%;
    padding-top: 55px;
    padding-left: 84px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  #site_footer .site_footer-top .container .site_footer-top-2nd {
    flex: 0 1 39%;
    padding-top: 95px;
  }
}
#site_footer .site_footer-top .container .site_footer-top-3rd {
  position: relative;
  flex: 0 1 15%;
  padding-top: 120px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #site_footer .site_footer-top .container .site_footer-top-3rd {
    flex: 0 1 100%;
    padding-top: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #site_footer .site_footer-top .container .site_footer-top-3rd {
    flex: 0 1 60%;
    padding-top: 55px;
    padding-left: 84px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  #site_footer .site_footer-top .container .site_footer-top-3rd {
    flex: 0 1 39%;
    padding-top: 95px;
  }
}
#site_footer .site_footer-top .container .site_footer-top-4th {
  position: relative;
  flex: 0 1 13%;
  padding-top: 120px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #site_footer .site_footer-top .container .site_footer-top-4th {
    flex: 0 1 100%;
    padding-top: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #site_footer .site_footer-top .container .site_footer-top-4th {
    flex: 0 1 25%;
    padding-top: 65px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  #site_footer .site_footer-top .container .site_footer-top-4th {
    flex: 0 1 18%;
    padding-top: 95px;
  }
}
#site_footer .site_footer-bottom {
  padding: 24px 0 50px;
  color: rgba(67, 44, 121, 0.55);
}
body.cookie_info_bar--visible #site_footer .site_footer-bottom {
  padding-bottom: 101px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.cookie_info_bar--visible #site_footer .site_footer-bottom {
    padding-bottom: 221px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  body.cookie_info_bar--visible #site_footer .site_footer-bottom {
    padding-bottom: 171px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.cookie_info_bar--visible #site_footer .site_footer-bottom {
    padding-bottom: 131px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  body.cookie_info_bar--visible #site_footer .site_footer-bottom {
    padding-bottom: 131px;
  }
}
#site_footer .site_footer-bottom .container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  text-align: center;
}
#site_footer .site_footer-bottom .container .copyright {
  line-height: 1.7;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #site_footer .site_footer-bottom .container .copyright {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #site_footer .site_footer-bottom .container .copyright {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
#site_footer .site_footer-bottom .container .trademark {
  margin-top: 8px;
  line-height: 1.7;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #site_footer .site_footer-bottom .container .trademark {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #site_footer .site_footer-bottom .container .trademark {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  #site_footer .site_footer-bottom .container .trademark {
    font-size: 16px;
    font-size: 1rem;
  }
}

.shortcode.shortcode__embed-youtube {
  position: relative;
  margin: 40px 0;
}
.shortcode.shortcode__embed-youtube.done::before, .shortcode.shortcode__embed-youtube.done::after {
  content: none;
}
.shortcode.shortcode__embed-youtube::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000000;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.shortcode.shortcode__embed-youtube::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 58px;
  height: 44px;
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADoAAAAsCAMAAAAD6lucAAAAeFBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////GqOSsAAAAJ3RSTlMA+HLW1Nf0vLAj/PrckRAIzWkgG8pvZV0vKwPq4sSgnId7draJUEAwFVI4AAAA4ElEQVRIx+XVyQ6CMBSF4VMoHaCUSRCcZ9//Db0msnDpWZgY//2XNO1tC3QHm4VUS+mr7L10Ts+l2t0i0J7vVLZFeSfbo2ZpgGGpQcFSBfXXtCxpOlSjyzmaAJW3OUeleFwUHJW6RDBFJb+sC4LOeFFwVOqWW8VRKQ5WcVRaNU6RVPDgDEel6roLHBXba47G3hpqwdXJKmqb4mmbU4fT9rVAgk6N5gZxbDJu/KejQIb6i6au+qorBX5OG7RPyNBDEtjH1Pzax/ENaliaI7B0jR1LHXzNyc0I+P1GfdzaTXgAd8o7HJeY4xkAAAAASUVORK5CYII=");
  cursor: pointer;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.5s ease, filter 0.5s ease;
  -moz-transition: transform 0.5s ease, filter 0.5s ease;
  -ms-transition: transform 0.5s ease, filter 0.5s ease;
  -o-transition: transform 0.5s ease, filter 0.5s ease;
  transition: transform 0.5s ease, filter 0.5s ease;
}
.shortcode.shortcode__embed-youtube:hover::before {
  opacity: 0.3;
}
.shortcode.shortcode__embed-youtube:hover::after {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.entry-content,
.template-section {
  *zoom: 1;
  max-width: 1344px;
  margin: 0 auto;
  line-height: 1.8;
  font-family: "Inter";
  font-size: 18px;
  font-size: 1.125rem;
}
.entry-content:before, .entry-content:after,
.template-section:before,
.template-section:after {
  content: " ";
  display: table;
}
.entry-content:after,
.template-section:after {
  clear: both;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.template-section h1,
.template-section h2,
.template-section h3,
.template-section h4,
.template-section h5,
.template-section h6 {
  margin: 1.4em 0 1em;
  text-align: left;
  color: #7347E3;
  line-height: 1.3;
  font-weight: 900;
  font-family: "Inter";
}
.entry-content h2,
.template-section h2 {
  font-size: 45px;
  font-size: 2.8125rem;
}
.entry-content h3,
.template-section h3 {
  font-size: 40px;
  font-size: 2.5rem;
}
.entry-content h4,
.template-section h4 {
  font-size: 35px;
  font-size: 2.1875rem;
}
.entry-content h5,
.template-section h5 {
  font-size: 30px;
  font-size: 1.875rem;
}
.entry-content h6,
.template-section h6 {
  font-size: 25px;
  font-size: 1.5625rem;
}
.entry-content p,
.template-section p {
  color: #030000;
}
.entry-content a:not(.btn),
.template-section a:not(.btn) {
  color: #030000;
  background-image: linear-gradient(#7347E3, #7347E3);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 2px;
  text-decoration: none;
  -webkit-transition: color 0.15s ease, background-size 0.15s ease;
  -moz-transition: color 0.15s ease, background-size 0.15s ease;
  -ms-transition: color 0.15s ease, background-size 0.15s ease;
  -o-transition: color 0.15s ease, background-size 0.15s ease;
  transition: color 0.15s ease, background-size 0.15s ease;
}
.entry-content a:not(.btn):hover,
.template-section a:not(.btn):hover {
  color: #ffffff;
  background-size: 100% 100%;
}
.entry-content strong,
.entry-content b,
.template-section strong,
.template-section b {
  font-weight: bold;
  font-family: "Inter";
}
.entry-content em,
.entry-content i,
.template-section em,
.template-section i {
  font-style: italic;
  font-family: "Inter";
}
.entry-content img,
.template-section img {
  max-width: 100% !important;
  height: auto !important;
}
.entry-content ul,
.entry-content ol,
.template-section ul,
.template-section ol {
  margin: 0 0 30px 0;
  padding: 0;
}
.entry-content ul li,
.entry-content ol li,
.template-section ul li,
.template-section ol li {
  position: relative;
  list-style: none;
  margin: 10px 0 20px;
  padding-left: 22px;
}
.entry-content ul li::before,
.template-section ul li::before {
  content: "";
  display: inline-block;
  vertical-align: 3px;
  top: 5px;
  width: 6px;
  height: 6px;
  margin: 0 15px 0 -22px;
  background-color: #7347E3;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
}
.entry-content ol,
.template-section ol {
  counter-reset: counter;
}
.entry-content ol li::before,
.template-section ol li::before {
  content: counter(counter) ".";
  counter-increment: counter;
  color: #404040;
  top: 4px;
  left: 5px;
  line-height: 1.2;
  font-weight: 700;
  font-size: 21px;
  font-size: 1.3125rem;
}
.entry-content figure,
.template-section figure {
  margin: 30px 0;
  width: 100%;
  max-width: 100%;
}
.entry-content table,
.template-section table {
  width: 100% !important;
  border-spacing: 0;
  border-collapse: collapse;
}
.entry-content table tr,
.template-section table tr {
  background-color: #ffffff;
  color: #000000;
  border-color: #ffffff;
}
.entry-content table tr td,
.entry-content table tr th,
.template-section table tr td,
.template-section table tr th {
  padding: 8px 10px;
  line-height: 1.3;
  font-family: "Inter";
  font-size: 17px;
  font-size: 1.0625rem;
}
.entry-content table tr:nth-child(odd),
.template-section table tr:nth-child(odd) {
  background-color: #D8C6FF;
  color: #000000;
  border-color: #D8C6FF;
}
.entry-content table tr:first-child,
.template-section table tr:first-child {
  background-color: #7347E3;
  color: #ffffff;
  border-color: #000000;
}
.entry-content table tr:first-child td,
.template-section table tr:first-child td {
  padding: 10px;
  font-family: "Inter";
}
.entry-content table tr:first-child td h1,
.entry-content table tr:first-child td h2,
.entry-content table tr:first-child td h3,
.entry-content table tr:first-child td h4,
.entry-content table tr:first-child td h5,
.entry-content table tr:first-child td h6,
.template-section table tr:first-child td h1,
.template-section table tr:first-child td h2,
.template-section table tr:first-child td h3,
.template-section table tr:first-child td h4,
.template-section table tr:first-child td h5,
.template-section table tr:first-child td h6 {
  text-align: left !important;
  margin: 0;
  padding: 0;
}
.entry-content blockquote,
.template-section blockquote {
  min-height: 110px;
  margin: 30px 0;
  padding: 15px;
  border-left: 10px solid #000000;
  overflow-wrap: break-word;
  white-space: pre-wrap;
  background: url("images/double-quote.svg") no-repeat top right 10px rgba(0, 0, 0, 0.2);
  background-size: auto 100px;
  font-family: "Inter";
  font-style: italic;
  font-weight: normal;
  font-size: 23px;
  font-size: 1.4375rem;
}
.entry-content blockquote::before, .entry-content blockquote::after,
.template-section blockquote::before,
.template-section blockquote::after {
  content: none;
}
.entry-content blockquote p,
.template-section blockquote p {
  margin: 0;
  padding: 0;
}
.entry-content pre,
.template-section pre {
  padding: 15px;
  margin: 1em 0;
  border-left: 5px solid #000000;
  color: #ffffff;
  background: rgb(114.75, 114.75, 114.75) none repeat scroll 0 0;
  overflow-wrap: break-word;
  white-space: pre-wrap;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1rem;
}
.entry-content .aligncenter,
.entry-content .alignnone,
.template-section .aligncenter,
.template-section .alignnone {
  max-width: 100%;
  display: block;
  margin: 50px auto;
}
.entry-content .alignleft,
.template-section .alignleft {
  width: 50%;
  float: left;
  margin: 25px 30px 20px 0;
}
.entry-content .alignright,
.template-section .alignright {
  width: 50%;
  float: right;
  margin: 25px 0 20px 30px;
}
.entry-content .circle,
.template-section .circle {
  display: block;
  border: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  background-clip: border-box !important;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .entry-content,
  .template-section {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .entry-content h2,
  .template-section h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .entry-content h3,
  .template-section h3 {
    font-size: 27px;
    font-size: 1.6875rem;
  }
  .entry-content h4,
  .template-section h4 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .entry-content h5,
  .template-section h5 {
    font-size: 21px;
    font-size: 1.3125rem;
  }
  .entry-content h6,
  .template-section h6 {
    font-size: 19px;
    font-size: 1.1875rem;
  }
  .entry-content table tr td,
  .entry-content table tr th,
  .template-section table tr td,
  .template-section table tr th {
    padding: 6px 12px;
    line-height: 1.2;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .entry-content ul li::before,
  .template-section ul li::before {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .entry-content ol li::before,
  .template-section ol li::before {
    font-size: 17px;
    font-size: 1.0625rem;
  }
  .entry-content .alignleft,
  .template-section .alignleft {
    width: 100%;
    float: none;
    margin: 25px 0 20px 0;
  }
  .entry-content .alignright,
  .template-section .alignright {
    width: 100%;
    float: none;
    margin: 25px 0 20px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .entry-content,
  .template-section {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .entry-content h2,
  .template-section h2 {
    font-size: 39px;
    font-size: 2.4375rem;
  }
  .entry-content h3,
  .template-section h3 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
  .entry-content h4,
  .template-section h4 {
    font-size: 31px;
    font-size: 1.9375rem;
  }
  .entry-content h5,
  .template-section h5 {
    font-size: 27px;
    font-size: 1.6875rem;
  }
  .entry-content h6,
  .template-section h6 {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .entry-content table tr td,
  .entry-content table tr th,
  .template-section table tr td,
  .template-section table tr th {
    font-size: 16px;
    font-size: 1rem;
  }
  .entry-content ul li::before,
  .template-section ul li::before {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .entry-content ol li::before,
  .template-section ol li::before {
    font-size: 19px;
    font-size: 1.1875rem;
  }
  .entry-content .alignleft,
  .template-section .alignleft {
    width: 100%;
    float: none;
    margin: 25px 0 20px 0;
  }
  .entry-content .alignright,
  .template-section .alignright {
    width: 100%;
    float: none;
    margin: 25px 0 20px 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .entry-content h2,
  .template-section h2 {
    font-size: 42px;
    font-size: 2.625rem;
  }
  .entry-content h3,
  .template-section h3 {
    font-size: 37px;
    font-size: 2.3125rem;
  }
  .entry-content h4,
  .template-section h4 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
  .entry-content h5,
  .template-section h5 {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .entry-content h6,
  .template-section h6 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.wpcf7 {
  font-size: 20px;
  font-size: 1.25rem;
}
.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
}
.wpcf7 form {
  *zoom: 1;
}
.wpcf7 form:before, .wpcf7 form:after {
  content: " ";
  display: table;
}
.wpcf7 form:after {
  clear: both;
}
.wpcf7 form .form-row {
  margin: 10px 0;
}
.wpcf7 form .form-row.form-row-wide {
  float: left;
  width: 100%;
}
.wpcf7 form .form-row.form-row-first {
  float: left;
  width: 49%;
  margin-right: 1%;
  clear: left;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .wpcf7 form .form-row.form-row-first {
    width: 100%;
    margin-right: 0;
  }
}
.wpcf7 form .form-row.form-row-last {
  float: left;
  width: 49%;
  margin-left: 1%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .wpcf7 form .form-row.form-row-last {
    width: 100%;
    margin-left: 0;
  }
}
.wpcf7 form .form-row.form-row-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.wpcf7 form .form-row > p {
  margin: 0;
}
.wpcf7 form .wpcf7-radio,
.wpcf7 form .wpcf7-checkbox,
.wpcf7 form .wpcf7-acceptance {
  display: block;
  margin-bottom: 10px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .wpcf7 form .wpcf7-radio,
  .wpcf7 form .wpcf7-checkbox,
  .wpcf7 form .wpcf7-acceptance {
    margin-bottom: 25px;
  }
}
.wpcf7 form .wpcf7-radio [type=checkbox] + label,
.wpcf7 form .wpcf7-radio [type=checkbox] + span,
.wpcf7 form .wpcf7-radio [type=radio] + label,
.wpcf7 form .wpcf7-radio [type=radio] + span,
.wpcf7 form .wpcf7-checkbox [type=checkbox] + label,
.wpcf7 form .wpcf7-checkbox [type=checkbox] + span,
.wpcf7 form .wpcf7-checkbox [type=radio] + label,
.wpcf7 form .wpcf7-checkbox [type=radio] + span,
.wpcf7 form .wpcf7-acceptance [type=checkbox] + label,
.wpcf7 form .wpcf7-acceptance [type=checkbox] + span,
.wpcf7 form .wpcf7-acceptance [type=radio] + label,
.wpcf7 form .wpcf7-acceptance [type=radio] + span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  max-width: calc(100% - 45px);
  padding: 8px 20px 0 20px;
  line-height: 1.7;
  font-size: 20px;
  font-size: 1.25rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .wpcf7 form .wpcf7-radio [type=checkbox] + label,
  .wpcf7 form .wpcf7-radio [type=checkbox] + span,
  .wpcf7 form .wpcf7-radio [type=radio] + label,
  .wpcf7 form .wpcf7-radio [type=radio] + span,
  .wpcf7 form .wpcf7-checkbox [type=checkbox] + label,
  .wpcf7 form .wpcf7-checkbox [type=checkbox] + span,
  .wpcf7 form .wpcf7-checkbox [type=radio] + label,
  .wpcf7 form .wpcf7-checkbox [type=radio] + span,
  .wpcf7 form .wpcf7-acceptance [type=checkbox] + label,
  .wpcf7 form .wpcf7-acceptance [type=checkbox] + span,
  .wpcf7 form .wpcf7-acceptance [type=radio] + label,
  .wpcf7 form .wpcf7-acceptance [type=radio] + span {
    padding-top: 10px;
  }
}
.wpcf7 form .wpcf7-radio [type=checkbox] + label a,
.wpcf7 form .wpcf7-radio [type=checkbox] + span a,
.wpcf7 form .wpcf7-radio [type=radio] + label a,
.wpcf7 form .wpcf7-radio [type=radio] + span a,
.wpcf7 form .wpcf7-checkbox [type=checkbox] + label a,
.wpcf7 form .wpcf7-checkbox [type=checkbox] + span a,
.wpcf7 form .wpcf7-checkbox [type=radio] + label a,
.wpcf7 form .wpcf7-checkbox [type=radio] + span a,
.wpcf7 form .wpcf7-acceptance [type=checkbox] + label a,
.wpcf7 form .wpcf7-acceptance [type=checkbox] + span a,
.wpcf7 form .wpcf7-acceptance [type=radio] + label a,
.wpcf7 form .wpcf7-acceptance [type=radio] + span a {
  background: none;
  font-weight: 700;
  -webkit-transition: color 0.25s ease 0s;
  -moz-transition: color 0.25s ease 0s;
  -ms-transition: color 0.25s ease 0s;
  -o-transition: color 0.25s ease 0s;
  transition: color 0.25s ease 0s;
}
.wpcf7 form .wpcf7-radio [type=checkbox] + label a:hover,
.wpcf7 form .wpcf7-radio [type=checkbox] + span a:hover,
.wpcf7 form .wpcf7-radio [type=radio] + label a:hover,
.wpcf7 form .wpcf7-radio [type=radio] + span a:hover,
.wpcf7 form .wpcf7-checkbox [type=checkbox] + label a:hover,
.wpcf7 form .wpcf7-checkbox [type=checkbox] + span a:hover,
.wpcf7 form .wpcf7-checkbox [type=radio] + label a:hover,
.wpcf7 form .wpcf7-checkbox [type=radio] + span a:hover,
.wpcf7 form .wpcf7-acceptance [type=checkbox] + label a:hover,
.wpcf7 form .wpcf7-acceptance [type=checkbox] + span a:hover,
.wpcf7 form .wpcf7-acceptance [type=radio] + label a:hover,
.wpcf7 form .wpcf7-acceptance [type=radio] + span a:hover {
  color: #7347E3;
}
.wpcf7 form .wpcf7-radio .wpcf7-list-item,
.wpcf7 form .wpcf7-checkbox .wpcf7-list-item,
.wpcf7 form .wpcf7-acceptance .wpcf7-list-item {
  display: block;
}
.wpcf7 form .wpcf7-radio .wpcf7-list-item,
.wpcf7 form .wpcf7-checkbox .wpcf7-list-item {
  margin: 23px 0;
}
.wpcf7 form .wpcf7-acceptance [type=checkbox] + label,
.wpcf7 form .wpcf7-acceptance [type=checkbox] + span {
  padding-right: 0;
  line-height: 1.5;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .wpcf7 form .wpcf7-acceptance [type=checkbox] + label,
  .wpcf7 form .wpcf7-acceptance [type=checkbox] + span {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.wpcf7 form .wpcf7-acceptance.wpcf7-not-valid [type=checkbox]:not(:checked) {
  border: solid 1px #dc3545;
}
.wpcf7 form .wpcf7-response-output {
  float: left;
  width: 100%;
  margin: 20px 0;
  line-height: 1.3;
  padding: 10px 25px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
}
.wpcf7 form .wpcf7-validation-errors,
.wpcf7 form .wpcf7-acceptance-missing {
  border: 2px solid #dc3545;
  background-color: rgb(250.1265822785, 226.8734177215, 229.1012658228);
  color: #ffffff;
}
.wpcf7 form .wpcf7-mail-sent-ng,
.wpcf7 form .wpcf7-aborted {
  border: 2px solid #dc3545;
  background-color: rgb(250.1265822785, 226.8734177215, 229.1012658228);
  color: #ffffff;
}
.wpcf7 form .wpcf7-not-valid {
  border-color: #dc3545;
}
.wpcf7 form .wpcf7-not-valid + .fileinput .filename {
  border-top: 1px solid #dc3545;
  border-bottom: 1px solid #dc3545;
  border-left: 1px solid #dc3545;
}
.wpcf7 form .wpcf7-not-valid + .fileinput .filebutton {
  border-top: 1px solid #dc3545;
  border-bottom: 1px solid #dc3545;
  border-right: 1px solid #dc3545;
}
.wpcf7 form .wpcf7-not-valid-tip {
  display: block;
  color: #dc3545;
  font-size: 15px;
  font-size: 0.9375rem;
}
.wpcf7 form .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7 form.submitting input[type=submit],
.wpcf7 form.submitting button[type=submit] {
  background-color: rgba(0, 232, 219, 0.5);
  color: rgba(115, 71, 227, 0.5);
  border-color: rgba(0, 232, 219, 0.5);
  pointer-events: none;
}
.wpcf7 form.submitting input[type=submit]::after,
.wpcf7 form.submitting button[type=submit]::after {
  content: "";
  right: 37px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  width: 20px;
  height: 20px;
  border: 3px solid rgba(115, 71, 227, 0.3);
  border-top: 3px solid #7347E3;
  border-radius: 50%;
  filter: brightness(1) invert(0);
  animation: formSubmitting 0.8s linear infinite;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .wpcf7 form.submitting input[type=submit]::after,
  .wpcf7 form.submitting button[type=submit]::after {
    right: 17px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .wpcf7 form.submitting input[type=submit]::after,
  .wpcf7 form.submitting button[type=submit]::after {
    right: 27px;
  }
}
.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output {
  display: none;
}
.wpcf7 form.failed .wpcf7-response-output {
  border: 2px solid #dc3545;
  background-color: rgb(250.1265822785, 226.8734177215, 229.1012658228);
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.spam .wpcf7-response-output {
  border: 2px solid #ffc107;
  background-color: #fff4d3;
}
.wpcf7 form.sent .wpcf7-response-output {
  border: 2px solid #28a745;
  background-color: rgb(175.1304347826, 235.8695652174, 189);
}

.leaflet-container .leaflet-map-pane .leaflet-tile-pane img {
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  filter: grayscale(1);
}

.leaflet-control-container .leaflet-control-attribution {
  display: none;
}