@import url("https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 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 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font 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 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[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 in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* $hamburger-layer-color: $color-1; */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-ms-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-ms-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-ms-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-ms-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.focus-visible {
  outline: 2px solid color("black") !important;
  border-radius: 6px;
  transition: unset;
}

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

/**
* Firefox specific rule
*/
body {
  transition: all 300ms;
  background: var(--wp--preset--color--theme-6);
}
body.opened {
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row .col-1 {
  flex: 0 0 auto;
  width: 100%;
  padding: 0 5px;
}
.row .col-2 {
  flex: 0 0 auto;
  width: 50%;
  padding: 0 5px;
}
@media (max-width: 575.98px) {
  .row .col-2 {
    flex: 0 0 auto;
    width: 100%;
  }
}

.otgs-development-site-front-end {
  display: none;
}

@media (max-width: 768px) {
  :root {
    --wp--preset--spacing--60: 2rem;
    --wp--preset--spacing--70: 2.5rem;
    --wp--preset--spacing--80: 3rem;
  }
}
.wp-site-blocks {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

:root :where(.is-layout-flow) > * {
  margin-block-start: 0;
}

:where(.wp-site-blocks) > * {
  margin-block-start: 0;
}

:where(.wp-block-post-template) > * {
  margin-block-start: 0;
}

@media screen and (max-width: 1550px) {
  .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 95%;
  }
}
header {
  width: 100%;
  z-index: 10;
  padding: 25px 0 20px 0;
  transition: all 0.5s;
}
header:not(.tutor-course-details-header) {
  background-color: var(--wp--preset--color--secondary);
}
header .wp-block-site-logo img {
  transition: all 0.5s;
  height: 72px;
  width: auto;
}
@media screen and (max-width: 600px) {
  header nav.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
    align-items: center;
  }
  header nav.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
    align-items: center;
  }
}
@media screen and (max-width: 600px) {
  header nav.wp-block-navigation ul.wp-block-navigation__container.items-justified-right {
    justify-content: center !important;
  }
}
header nav.wp-block-navigation ul li a.wp-block-navigation-item__content.wp-block-navigation-item__content {
  padding: 0 10px;
  transition: all 0.5s;
  color: var(--wp--preset--color--primary);
}
header nav.wp-block-navigation ul li a.wp-block-navigation-item__content.wp-block-navigation-item__content:hover {
  color: var(--wp--preset--color--black);
}

body.admin-bar header {
  top: 32px;
}

body.scrolled header {
  padding: 10px;
}
body.scrolled header .wp-block-site-logo img {
  height: 50px;
  width: auto;
}

@media (max-width: 990px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: flex;
  }
  .wp-block-navigation__container {
    display: none;
  }
}
footer {
  margin-top: auto;
  padding: var(--wp--preset--spacing--70) 0;
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
}
footer > div {
  flex-wrap: nowrap;
  justify-content: space-between;
}
footer a {
  color: var(--wp--preset--color--white);
}

.page_404 {
  padding: 50px 0;
}
.page_404 .row {
  display: flex;
  align-items: center;
}
.page_404 .row .part_left {
  width: 50%;
}
.page_404 .row .part_left .text {
  margin: 50px 0;
}
.page_404 .row .part_right {
  width: 50%;
}

button:focus-visible,
a:focus-visible {
  outline: 2px solid var(--wp--preset--color--primary) !important;
  outline-offset: 2px;
}

.f-button.is-prev:focus-visible, .f-button.is-next:focus-visible {
  outline: 2px solid var(--wp--preset--color--white) !important;
  outline-offset: 2px;
}

.quick-access {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1000;
  background-color: var(--wp--preset--color--theme-5);
}
.quick-access:focus-within {
  opacity: 1;
  z-index: 1000;
}
.quick-access nav ul {
  justify-content: space-between;
  gap: 20px;
}
.quick-access nav ul li a {
  border: 1px solid var(--wp--preset--color--primary);
  border-radius: 10px;
  padding: 12px 15px;
}

body.admin-bar .quick-access {
  top: 32px;
}

#accessconfig {
  display: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.external-link {
  display: inline-flex;
  gap: 5px;
  align-items: center;
}
.external-link .external-link-icon {
  display: flex;
  align-items: center;
}
.external-link .external-link-icon svg {
  fill: color("grey");
}

.breadcrumbs {
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 770px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs li {
  list-style-type: none;
  font-size: 16px;
  padding-right: 10px !important;
  display: flex;
  gap: 10px;
  padding-left: 0 !important;
  color: color("primary");
}
.breadcrumbs li.breadcrumb-item__current {
  font-weight: bold;
}
.breadcrumbs li.breadcrumb-item__current:after {
  display: none;
}
.breadcrumbs li.breadcrumb-item a {
  color: color("primary");
}

.wp-block-button a,
.wp-block-button div,
.wp-block-button button {
  display: flex;
  gap: 12px;
  position: relative;
  align-items: center;
  width: fit-content;
  cursor: pointer;
  text-decoration: none;
  transition: all 300ms;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 500;
  border-radius: 50px;
  background-color: var(--wp--preset--color--theme-1);
}
.wp-block-button.is-style-outline {
  --button-border-color: var(--wp--preset--color--theme-1);
  --button-font-color: var(--wp--preset--color--theme-1);
  --button-background-color: var(--wp--preset--color--theme-1);
}
.wp-block-button.is-style-outline a,
.wp-block-button.is-style-outline div,
.wp-block-button.is-style-outline button {
  background-color: transparent;
  border: 1px solid var(--button-border-color);
  color: var(--button-font-color);
}
.wp-block-button.is-style-outline a:hover,
.wp-block-button.is-style-outline div:hover,
.wp-block-button.is-style-outline button:hover {
  background-color: var(--button-background-color);
  --button-font-color: var(--wp--preset--color--white);
}
.wp-block-button.is-style-outline.has-white-color a,
.wp-block-button.is-style-outline.has-white-color div,
.wp-block-button.is-style-outline.has-white-color button {
  --button-border-color: var(--wp--preset--color--white);
  --button-font-color: var(--wp--preset--color--white);
  --button-background-color: var(--wp--preset--color--white);
}
.wp-block-button.is-style-outline.has-white-color a:hover,
.wp-block-button.is-style-outline.has-white-color div:hover,
.wp-block-button.is-style-outline.has-white-color button:hover {
  --button-font-color: var(--wp--preset--color--secondary);
}
.wp-block-button.is-style-outline.has-white-color a:hover svg,
.wp-block-button.is-style-outline.has-white-color div:hover svg,
.wp-block-button.is-style-outline.has-white-color button:hover svg {
  fill: var(--wp--preset--color--secondary);
}
.wp-block-button.is-style-outline.has-white-color svg {
  fill: var(--wp--preset--color--white);
  transition: all 300ms;
}

.orejime-Root [class^=orejime-] {
  font-size: 16px;
}
.orejime-Root .orejime-Button {
  background: var(--wp--preset--color--primary);
}
.orejime-Root .orejime-Env a {
  color: var(--wp--preset--color--primary);
}

.orejime-Env .orejime-ContextualNotice {
  text-align: center;
  background-color: var(--wp--preset--color--primary);
}
.orejime-Env .orejime-ContextualNotice p {
  text-align: center;
}

.cookie-settings-button {
  position: fixed;
  bottom: 30px;
  left: 30px;
  border: 0;
  z-index: 999;
  cursor: pointer;
  background-color: var(--wp--preset--color--white);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  font-size: 0;
  transition: all 0.3s ease;
}
.cookie-settings-button::before {
  content: "";
  width: 35px;
  height: 35px;
  mask-image: url(../img/cookie.svg);
  mask-size: auto auto;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(../img/cookie.svg);
  -webkit-mask-size: auto auto;
  -webkit-mask-repeat: no-repeat;
  background-color: var(--wp--preset--color--primary);
  transition: all 0.3s ease;
}
.cookie-settings-button:hover::before {
  mask-image: url(../img/cookie-hover.svg);
  -webkit-mask-image: url(../img/cookie-hover.svg);
  transform: rotate(45deg);
}

form.wpcf7-form label {
  margin-bottom: 5px;
  display: flex;
  flex-direction: column;
}
form.wpcf7-form label input[type=text], form.wpcf7-form label input[type=email], form.wpcf7-form label input[type=tel], form.wpcf7-form label input[type=date], form.wpcf7-form label textarea, form.wpcf7-form label select {
  width: 100%;
  padding: 10px 20px;
  border: 0;
  margin: 6px 0 15px 0;
  font-size: 18px;
  border-radius: 20px;
}
@media screen and (max-width: 1550px) {
  form.wpcf7-form label input[type=text], form.wpcf7-form label input[type=email], form.wpcf7-form label input[type=tel], form.wpcf7-form label input[type=date], form.wpcf7-form label textarea, form.wpcf7-form label select {
    font-size: 16px;
  }
}
form.wpcf7-form .wpcf7-submit {
  margin-right: unset !important;
  color: var(--blanc);
  font-weight: bold;
  padding: 12px 80px 12px 30px;
  border: 2px solid color("primary");
  border-radius: 3px;
  cursor: pointer;
  background-size: 32px;
  float: right;
  transition: all 0.3s ease-in-out;
}

.is-style-sub-title {
  font-size: 32px;
  line-height: 1.2;
  font-family: "Raleway", sans-serif;
}
@media screen and (max-width: 1550px) {
  .is-style-sub-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 990px) {
  .is-style-sub-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .is-style-sub-title {
    font-size: 16px;
  }
}

.is-style-standard-margins {
  width: 85%;
  max-width: 1400px;
  margin: 0 auto;
}

.has-extra-large-font-size {
  font-size: 26px;
}

.has-larger-font-size {
  font-size: 22px;
}

.has-large-font-size {
  font-size: 18px;
}

.has-medium-font-size {
  font-size: 16px;
}

.has-small-font-size {
  font-size: 14px;
}

.icon {
  position: relative;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-position: center;
  -webkit-mask-position: center;
  width: 35px;
  height: 30px;
  display: inline-block;
}

.icon-search .wp-block-button__link,
.icon-accessibility .wp-block-button__link {
  position: relative;
  color: transparent !important;
  font-size: 0;
  gap: 0;
}

.icon-search .wp-block-button__link::before {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background: url("../img/search.svg") no-repeat center;
  background-size: contain;
}

.icon-accessibility .wp-block-button__link::before {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background: url("../img/accessibility.svg") no-repeat center;
  background-size: contain;
}

.wp-block-query .wp-block-post-template {
  margin-bottom: 30px;
}

.wp-block-query-pagination .wp-block-query-pagination-numbers {
  display: flex;
  justify-content: center;
  gap: 7px;
}
.wp-block-query-pagination ul {
  display: flex;
  justify-content: center;
  margin: 20px 0;
  gap: 15px;
  list-style: none;
  width: 100%;
}
.wp-block-query-pagination .page-numbers {
  text-decoration: none;
  display: inline-block;
  width: 32px;
  text-align: center;
  line-height: 32px;
  font-size: 18px;
  color: color("primary");
  border-radius: 10px;
  border: 0.5px solid color("primary");
}
.wp-block-query-pagination .page-numbers.current {
  opacity: 1;
  color: color("white");
  background: color("primary");
  font-weight: bold;
}
.wp-block-query-pagination .page-numbers:hover {
  opacity: 0.75;
}
.wp-block-query-pagination .wp-block-query-pagination-previous, .wp-block-query-pagination .wp-block-query-pagination-next {
  width: 32px;
  height: 32px;
  font-size: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wp-block-query-pagination .wp-block-query-pagination-previous:after, .wp-block-query-pagination .wp-block-query-pagination-next:after {
  content: "";
  position: relative;
  mask-image: url("../img/icons/arrow.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-image: url("../img/icons/arrow.svg");
  -webkit-mask-repeat: no-repeat;
  background-color: color("primary");
  width: 19px;
  height: 17px;
  display: inline-block;
}
.wp-block-query-pagination .wp-block-query-pagination-previous:after {
  transform: rotate(180deg);
}

.navigation:not(.pagination) {
  margin: 40px 0;
}
.navigation:not(.pagination) .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 77px;
}
@media screen and (max-width: 380px) {
  .navigation:not(.pagination) .nav-links {
    flex-direction: column;
    gap: 30px;
  }
}
.navigation:not(.pagination) .nav-links a {
  display: flex;
  align-items: center;
  gap: 20px;
  text-decoration: none;
  flex-shrink: 0;
  color: color("primary");
  opacity: 0.29;
  transition: all 0.3s;
}
.navigation:not(.pagination) .nav-links a .nav-arrow {
  background-color: color("primary");
  width: 30px;
  height: 30px;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.navigation:not(.pagination) .nav-links a .nav-arrow:before {
  content: "";
  mask-image: url("../img/icons/arrow.svg");
  mask-repeat: no-repeat;
  mask-position: center center;
  -webkit-mask-image: url("../img/icons/arrow.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  background-color: color("white");
  width: 9px;
  height: 20px;
  transform: rotate(180deg);
}
.navigation:not(.pagination) .nav-links a.nav-next {
  padding: 8px 8px 8px 20px;
}
.navigation:not(.pagination) .nav-links a.nav-next .nav-arrow:before {
  transform: rotate(0deg);
}

html :where(.editor-styles-wrapper) {
  font-family: "Raleway", sans-serif;
}

body {
  font-family: "Raleway", sans-serif;
  color: var(--wp--preset--color--secondary);
  font-size: 18px;
  line-height: 1.3;
}

a {
  color: var(--wp--preset--color--primary);
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.2;
}

h1 {
  font-size: 48px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1550px) {
  h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 990px) {
  h1 {
    font-size: 24px;
  }
}

h2 {
  font-size: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1550px) {
  h2 {
    font-size: 34px;
  }
}
@media screen and (max-width: 990px) {
  h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  h2 {
    font-size: 18px;
  }
}

h3 {
  font-size: 32px;
  margin: 15px 0 10px 0;
  font-weight: 600;
}
@media screen and (max-width: 1550px) {
  h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 990px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 26px;
  margin: 15px 0 10px 0;
  font-weight: bold;
}
@media screen and (max-width: 1550px) {
  h4 {
    font-size: 23px;
  }
}
@media screen and (max-width: 990px) {
  h4 {
    font-size: 16px;
  }
}

h5 {
  font-size: 24px;
  margin: 15px 0 10px 0;
}
@media screen and (max-width: 1550px) {
  h5 {
    font-size: 19px;
  }
}
@media screen and (max-width: 990px) {
  h5 {
    font-size: 16px;
  }
}

h6 {
  font-size: 22px;
  margin: 15px 0 10px 0;
}
@media screen and (max-width: 1550px) {
  h6 {
    font-size: 17px;
  }
}
@media screen and (max-width: 990px) {
  h6 {
    font-size: 14px;
  }
}

.entry-content p, .entry-content ul, .entry-content ol {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 22px;
}
@media screen and (max-width: 1550px) {
  .entry-content p, .entry-content ul, .entry-content ol {
    font-size: 20px;
  }
}
@media screen and (max-width: 990px) {
  .entry-content p, .entry-content ul, .entry-content ol {
    font-size: 16px;
  }
}

strong {
  font-weight: bold;
}

mark {
  color: inherit;
  padding: 0 4px;
  border-radius: 4px;
}

.share-box {
  display: flex;
  gap: 20px;
  align-items: center;
  margin: 30px 0;
  color: color("primary");
  font-size: 18px;
  padding: 14px 0;
  font-weight: bold;
  border-radius: 10px;
  clear: both;
}
.share-box h2 {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}
.share-box ul {
  list-style-type: unset;
  list-style: none;
  display: flex;
  gap: 20px;
  margin: 0;
  padding-left: 0;
  align-items: center;
}
.share-box ul li {
  display: flex;
  align-items: center;
}
.share-box a {
  font-size: 0;
  display: inline-block;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-position: center;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  display: inline-block;
  background-color: color("primary");
}
.share-box .fb {
  width: 10px;
  height: 20px;
  mask-image: url("../img/picto_facebook.svg");
  -webkit-mask-image: url("../img/picto_facebook.svg");
}
.share-box .li {
  width: 28px;
  height: 28px;
  mask-image: url("../img/picto-linkedIn.svg");
  -webkit-mask-image: url("../img/picto-linkedIn.svg");
}
.share-box .tw {
  width: 18px;
  height: 19px;
  mask-image: url("../img/picto_twitter.svg");
  -webkit-mask-image: url("../img/picto_twitter.svg");
}
.share-box .email {
  width: 29px;
  height: 19px;
  mask-image: url("../img/picto-email.svg");
  -webkit-mask-image: url("../img/picto-email.svg");
}

dl.wp-block-wsi-definition-list dt {
  font-weight: bold;
  white-space: nowrap;
}

.wp-block-wsi-faqs .faq .title, .wp-block-wsi-faqs .faq .subtitle, .wp-block-wsi-faqs .faq .paragraph {
  text-align: center;
}
.wp-block-wsi-faqs .faq__items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.wp-block-wsi-faqs .faq__items .faq__item {
  position: relative;
}
.wp-block-wsi-faqs .faq__items .faq__item--content {
  border-bottom: 1px solid var(--wp--preset--color--primary);
  padding: 45px 0;
}
.wp-block-wsi-faqs .faq__items .faq__item--content .wp-block-wsi-faq-title {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.wp-block-wsi-faqs .faq__items .faq__item--content .wp-block-wsi-faq-title .wp-block-heading {
  margin: 0;
  cursor: pointer;
}
.wp-block-wsi-faqs .faq__items .faq__item--content .wp-block-wsi-faq-title .read_more_button {
  content: "";
  mask-image: url("../img/faq-arrow.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-image: url("../img/faq-arrow.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  border: 0;
  width: 20px;
  height: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-top: 12px;
}
.wp-block-wsi-faqs .faq__items .faq__item--content .wp-block-wsi-faq-answer {
  display: none;
  margin-top: 35px;
}
@media screen and (max-width: 990px) {
  .wp-block-wsi-faqs .faq__items .faq__item--content .wp-block-wsi-faq-answer {
    font-size: 16px;
  }
}
.wp-block-wsi-faqs .faq__items .faq__item--content.opened {
  border-color: color("primary");
}
.wp-block-wsi-faqs .faq__items .faq__item--content.opened .wp-block-wsi-faq-title .read_more_button {
  transform: rotate(180deg);
}

.block-editor-page .answer {
  display: block;
  opacity: 1;
}

.wp-block-wsi-tabs .tabs-list {
  display: flex;
  gap: 5px;
}
@media screen and (max-width: 990px) {
  .wp-block-wsi-tabs .tabs-list {
    flex-direction: column;
  }
}
.wp-block-wsi-tabs .tabs-list .wp-block-wsi-tab {
  cursor: pointer;
  padding: 0 25px;
  transition: all 0.3s;
  background-color: color("primary");
}
.wp-block-wsi-tabs .tabs-list .wp-block-wsi-tab.active {
  background-color: color("white");
  font-weight: bold;
}
@media screen and (max-width: 990px) {
  .wp-block-wsi-tabs .tabs-list .wp-block-wsi-tab.active .tab-content {
    display: block;
    font-weight: 400;
  }
}
.wp-block-wsi-tabs .tabs-list .wp-block-wsi-tab .tab-content {
  display: none;
}
.wp-block-wsi-tabs .tab-display {
  background-color: color("white");
  border-radius: 0 0 0 50px;
  padding: 60px 30px;
}
@media screen and (max-width: 990px) {
  .wp-block-wsi-tabs .tab-display {
    display: none;
  }
}

#tutor-registration-wrap .forminator-button {
  box-shadow: none;
}
#tutor-registration-wrap .forminator-row-last .forminator-field {
  display: flex;
  justify-content: center;
}
#tutor-registration-wrap .forminator-row-last .forminator-field .forminator-button-submit {
  padding: 8px 12px;
  border-radius: var(--tutor-button-radius, 6px);
  max-width: 100%;
  min-width: 33%;
}
#tutor-registration-wrap .forminator-row-last .forminator-field .forminator-button-submit:hover {
  background-color: var(--tutor-button-primary-hover);
  box-shadow: none;
}
#tutor-registration-wrap .forminator-input:focus,
#tutor-registration-wrap .forminator-textarea:focus {
  border-color: var(--tutor-border-brand-tertiary);
  outline: none;
  box-shadow: 0 0 0 2px #90a0f7;
}
#tutor-registration-wrap .forminator-error-message {
  padding: 6px 12px;
  border-radius: 6px;
}

.tutor-login-wrap {
  box-shadow: none;
}

.tutor-dashboard-sidebar-logo {
  justify-content: center;
  background: var(--tutor-surface-brand-primary-2);
}
.tutor-dashboard-sidebar-logo img {
  max-width: 100%;
  max-height: 60px;
}

.tutor-course-details-page header + div {
  margin-top: -2rem;
}

.tutor-wrap {
  margin-bottom: 2rem;
}

.tutor-dashboard-header-left > div:first-child,
.tutor-dashboard-sidebar .tutor-see-all-courses,
.tutor-dashboard-welcome-card,
.tutor-dashboard-my-courses .tutor-my-courses-card .tutor-my-courses-card-footer,
.tutor-course-details-top,
.tutor-popover-menu-item[data-id=overview_chart],
div[data-section-id=overview_chart],
div[data-section-id=current_stats] > div:first-child,
div[data-section-id=current_stats] > div:last-child {
  display: none !important;
}

.order-1 {
  order: 1;
}
/*# sourceMappingURL=style.css.map */
