/*!-----------------------------------------------------------------------------------

    Theme Name: EP Theme
    Theme URI: #
    Description: EP Theme
    Author: EP
    Author URI: #
    Tags: HTML5, CSS3, JS

    Version: 1.0

    Text Domain: epTheme

-------------------------------------------------------------------------------------*/
/* @start: Layout */
.scf-col {
  position: relative;
  margin-bottom: 1.25rem;
}

.big-wrapper {
  max-width: 1480px;
  margin: 0 auto;
}

.medium-wrapper {
  max-width: 1100px;
  margin: 0 auto;
}

.small-wrapper {
  max-width: 890px;
  margin: 0 auto;
}

.mrg-diff {
  margin-top: 60px;
}

.containar--pdg-small .row {
  margin-left: -15px;
  margin-right: -15px;
}
.containar--pdg-small .scf-col {
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 64em) {
  .container,
  .container-fluid {
    max-width: none;
    padding: 0 15px;
  }
  .row {
    padding: 0;
    margin-left: -15px;
    margin-right: -15px;
  }
  .mrg-diff {
    margin-top: 0;
  }
  .no-vertical {
    margin-bottom: 0;
  }
}
/* @end: Layout */
/* @start: Structure */
::-moz-selection {
  background: #0E3473;
  color: #FFFFFF;
}
::selection {
  background: #0E3473;
  color: #FFFFFF;
}

::-moz-selection {
  background: #0E3473;
  color: #FFFFFF;
}

html {
  position: relative;
  width: 100%;
  font-size: 16px;
}

body {
  position: relative;
  float: left;
  width: 100%;
  min-height: 100vh;
  font-kerning: none;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeSpeed;
  background-color: #FAF7F5;
}

a {
  color: inherit;
  cursor: pointer;
  outline: none !important;
}
a:hover, a:active, a:focus {
  outline: 0;
  text-decoration: none;
}
a img {
  border: none;
}

b,
strong {
  font-weight: 800;
}

mark,
.mark {
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 3px;
  background: #000000;
  text-transform: uppercase;
}

.text-small {
  font-size: 0.75rem;
  max-width: 420px;
  text-align: center;
}

/* Lists */
ul,
ol {
  margin: 0;
  padding: 0;
}

ul {
  list-style: disc;
  list-style-position: inside;
}

ol {
  list-style: decimal;
}

/* Image */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* WordPress Editor Img Alignment Block */
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

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

img.alignleft {
  float: left;
  margin: 20px 25px 20px 0;
}

img.alignright {
  display: block;
  margin: 20px 0 20px 25px;
}

img.aligncenter {
  display: block;
  clear: both;
  margin: 0 auto;
}

img.alignnone {
  display: block;
}

/* SVG */
.svg-data {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  display: inline-block;
  line-height: 0;
  vertical-align: baseline;
}
.svg-data svg {
  width: auto;
  height: 100%;
}

.svg-data--fill-width {
  width: 100%;
}
.svg-data--fill-width svg {
  width: 100%;
  height: auto;
}

/* Blockquote */
blockquote cite {
  font-size: 0.8125rem;
  display: block;
  margin-top: 20px;
}
blockquote cite:before {
  content: "-";
  margin: 0 9px;
}

/* HTML Tags */
address {
  display: block;
}

abbr[title],
acronym[title],
dfn[title] {
  border-bottom: 1px dotted #666666;
  cursor: help;
}

.through {
  text-decoration: line-through;
}

/* Preformatted */
pre,
code {
  padding: 0 3px 2px;
  border-radius: 3px;
  color: #232527;
  font-size: 0.75rem;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  border: 1px solid #DDE4E9;
  background-color: #F6F6F6;
  color: #232527;
  white-space: nowrap;
}

pre {
  display: block;
  margin: 20px 0 0 0;
  padding: 25px !important;
  border: 1px solid #DDE4E9;
  border-radius: 4px;
  background-color: #FCFCFC;
  background-image: linear-gradient(#f5f5f5 50%, #e6e6e6 50%);
  background-size: 50px 50px;
  white-space: pre;
  word-wrap: normal;
  word-break: break-all;
  font-size: 0.75rem;
  line-height: 1.5625rem;
  overflow-x: visible;
  overflow-y: hidden;
}

pre code {
  padding: 0;
  border: 0;
  background-color: transparent;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
}

.pre-scrollable {
  overflow-y: scroll;
  max-height: 340px;
}

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

/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #F1F1F1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759B;
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* @end: Structure */
/* @start: Typography */
body,
input,
button,
select,
textarea {
  color: #030A17;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #030A17;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  line-height: 1.1;
  margin: 0;
}

h1 {
  font-size: calc(1.425rem + 1.7260273973vw);
}
@media (min-width: 1460px) {
  h1 {
    font-size: 3rem;
  }
}

h2 {
  font-size: calc(1.35rem + 0.9863013699vw);
}
@media (min-width: 1460px) {
  h2 {
    font-size: 2.25rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.4931506849vw);
}
@media (min-width: 1460px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.2465753425vw);
}
@media (min-width: 1460px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
  line-height: 1.5;
}

h6 {
  font-size: 1.125rem;
}

.fs-hug {
  font-size: 2.1.75rem;
  font-weight: bold;
}

/* @end: Typography */
/* @start: Form */
form,
.scf-form {
  position: relative;
  width: 100%;
}

.scf-form__title {
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: #030A17;
}
.scf-form__inputs-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 1.25rem;
  display: flex;
  flex-wrap: wrap;
}
.scf-form__inputs-wrapper:last-child {
  margin-bottom: 0;
}
.scf-form__inputs-wrapper--bg-gray input[type=text],
.scf-form__inputs-wrapper--bg-gray textarea,
.scf-form__inputs-wrapper--bg-gray select,
.scf-form__inputs-wrapper--bg-gray input[type=date],
.scf-form__inputs-wrapper--bg-gray input[type=number],
.scf-form__inputs-wrapper--bg-gray input[type=email] {
  background-color: #E0E5ED;
}
.scf-form__inputs-wrapper--bg-gray input::-moz-placeholder {
  color: #6A7490 !important;
}
.scf-form__inputs-wrapper--bg-gray input::placeholder {
  color: #6A7490 !important;
}
.scf-form__input {
  position: relative;
}
.scf-form__input > label {
  width: 100%;
  display: block;
}
.scf-form__input label {
  margin: 0 0 0.625rem 0;
  font-size: 0.875rem;
  line-height: 1rem;
}
.scf-form__input.is--first {
  padding-right: 10px;
}
.scf-form__input.is--middle {
  padding-left: 5px;
  padding-right: 5px;
}
.scf-form__input.is--last {
  padding-left: 10px;
}
.scf-form__input--field-33 {
  width: 33.333%;
}
.scf-form__input--field-50 {
  width: 50%;
}
.scf-form__input--field-60 {
  width: 60%;
}
.scf-form__input--field-40 {
  width: 40%;
}
.scf-form__input--field-100 {
  width: 100%;
}
.scf-form__input--inline > label,
.scf-form__input--inline div {
  width: auto;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 47.9375em) {
  .scf-form__input {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .scf-form__input.is--middle, .scf-form__input.is--last {
    margin-top: 20px;
  }
}
.scf-form__input-group__input-group-prepend {
  padding-left: 0.5rem !important;
}
.scf-form--border-light input[type=text],
.scf-form--border-light textarea,
.scf-form--border-light select,
.scf-form--border-light input[type=date],
.scf-form--border-light input[type=number],
.scf-form--border-light input[type=email] {
  border: 1px solid #E0E5ED !important;
}
.scf-form input[type=text],
.scf-form textarea,
.scf-form select,
.scf-form input[type=date],
.scf-form input[type=number],
.scf-form input[type=email] {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  font-size: 1.125rem;
  line-height: 1.35rem;
  padding: 0.625rem 1rem;
  margin: 0;
  border: 1px solid #8FA6CC;
  border-radius: 0.5rem;
  display: block;
  resize: none;
  box-shadow: none !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: border 0.25s ease;
}
.scf-form input[type=text]:focus,
.scf-form textarea:focus,
.scf-form select:focus,
.scf-form input[type=date]:focus,
.scf-form input[type=number]:focus,
.scf-form input[type=email]:focus {
  border-color: #030A17;
  box-shadow: none !important;
}
.scf-form .select2-container--default .select2-selection--single {
  border: 1px solid #8FA6CC !important;
  border-radius: 0.5rem !important;
}
.scf-form .select2-container {
  width: 100% !important;
}
.scf-form input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
.scf-form select:not([multiple]) {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.8746 8.99953L11.9946 12.8795L8.11461 8.99953C7.72461 8.60953 7.09461 8.60953 6.70461 8.99953C6.31461 9.38953 6.31461 10.0195 6.70461 10.4095L11.2946 14.9995C11.6846 15.3895 12.3146 15.3895 12.7046 14.9995L17.2946 10.4095C17.6846 10.0195 17.6846 9.38953 17.2946 8.99953C16.9046 8.61953 16.2646 8.60953 15.8746 8.99953Z' fill='%23030A17'/%3E%3C/svg%3E");
  background-position: center right 5px;
  background-repeat: no-repeat;
  background-size: 1.25rem;
}
.scf-form .form-switch .form-check-input.is-invalid:checked {
  background-color: #005FFD !important;
}
.scf-form .form-switch .form-check-input.is-invalid:focus {
  box-shadow: none !important;
}
.scf-form--boxed {
  background-color: #FAF7F5;
  border-radius: 1.5rem;
  padding: 1rem;
  border: 1px solid #BECADA;
}
.scf-form--boxed label {
  color: #030A17;
}
.scf-form__btns {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.scf-form__btns button,
.scf-form__btns a {
  margin-right: 0.3125rem;
  margin-left: 0.3125rem;
}

/* Form: Styles */
input,
button,
select,
textarea,
input:focus,
textarea:focus,
input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
  outline: 0;
}

label {
  outline: 0 none;
}

textarea {
  min-height: 200px;
  overflow: auto;
  resize: vertical;
}

input[type=file].scf-form__input--file {
  display: none;
}

select.scf-form__input--default {
  padding-right: 35px;
  background-color: #FFFFFF;
  background-image: url("data:image/svg+xml,%3Csvg height='48' viewBox='0 0 48 48' width='48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%2321333A' d='M14.83 16.42L24 25.59l9.17-9.17L36 19.25l-12 12-12-12z'/%3E%3Cpath d='M0-.75h48v48H0z' fill='none'/%3E%3C/svg%3E") !important;
  background-position: right 10px center !important;
  background-repeat: no-repeat !important;
  background-size: 22px 20px !important;
  cursor: pointer;
}
select.scf-form__input--default option[disabled] {
  display: none;
}

input[type=checkbox].scf-form__input--checkbox:not(:checked), input[type=checkbox].scf-form__input--checkbox:checked {
  position: absolute;
  left: -9999px;
}
input[type=checkbox].scf-form__input--checkbox:not(:checked) + label, input[type=checkbox].scf-form__input--checkbox:checked + label {
  position: relative;
  width: auto;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 30px;
  font-size: 0.75rem;
  font-weight: 400;
  text-align: left;
  cursor: pointer;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
input[type=checkbox].scf-form__input--checkbox:not(:checked) + label:before, input[type=checkbox].scf-form__input--checkbox:checked + label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid;
  transition: background 0.25s ease, border 0.25s ease;
  border-radius: 5px;
}
input[type=checkbox].scf-form__input--checkbox:not(:checked) + label a, input[type=checkbox].scf-form__input--checkbox:checked + label a {
  font-weight: bold;
  text-decoration: underline;
}
input[type=checkbox].scf-form__input--checkbox:not(:checked) + label:after, input[type=checkbox].scf-form__input--checkbox:checked + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: opacity 0.25s ease;
  border-radius: 5px;
}
input[type=checkbox].scf-form__input--checkbox:not(:checked) + label:after {
  opacity: 0;
}
input[type=checkbox].scf-form__input--checkbox:checked + label:after {
  opacity: 1;
}
input[type=checkbox].scf-form__input--checkbox:disabled:not(:checked) + label:before, input[type=checkbox].scf-form__input--checkbox:disabled:checked + label:before {
  box-shadow: none;
  border-color: #E0E0E0;
  background-color: #ECECEC;
}
input[type=checkbox].scf-form__input--checkbox:disabled:checked + label:after {
  color: #999999;
}
input[type=checkbox].scf-form__input--checkbox:disabled + label {
  color: #AAAAAA;
}

input[type=radio].scf-form__input--radio {
  position: absolute;
  left: -9999px;
}
input[type=radio].scf-form__input--radio:not(:checked), input[type=radio].scf-form__input--radio:checked {
  position: absolute;
  visibility: hidden;
}
input[type=radio].scf-form__input--radio:not(:checked) + label, input[type=radio].scf-form__input--radio:checked + label {
  position: relative;
  margin-bottom: 0;
  padding-top: 1px;
  padding-left: 24px;
  font-size: 0.75rem;
  font-weight: 400;
  cursor: pointer;
}
input[type=radio].scf-form__input--radio:not(:checked) + label:before, input[type=radio].scf-form__input--radio:checked + label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid;
  border-radius: 5px;
  transition: background 0.25s ease, border 0.25s ease;
}
input[type=radio].scf-form__input--radio:not(:checked) + label:after, input[type=radio].scf-form__input--radio:checked + label:after {
  content: "";
  position: absolute;
  border-radius: 5px;
  transition: opacity 0.25s ease;
  top: 0 !important;
  left: 0 !important;
  bottom: 0;
  right: 0;
  width: 18px !important;
  height: 18px !important;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 34 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30.9844.2187L29.578 1.625 10.8906 20.3125 4.297 14.5312l-1.5-1.3125L.1719 16.25l1.5 1.3125 8 7 1.4062 1.2188 1.3125-1.3125 20-20 1.4375-1.4063z' fill='%23FFFFFF' fill-rule='nonzero'/%3E%3C/svg%3E");
  background-size: 12px auto;
  background-color: #FF6767;
  background-repeat: no-repeat;
  background-position: center center;
  transition: opacity 0.25s ease;
}
input[type=radio].scf-form__input--radio:not(:checked) + label a, input[type=radio].scf-form__input--radio:checked + label a {
  text-decoration: underline;
}
input[type=radio].scf-form__input--radio:not(:checked) + label:after {
  opacity: 0;
}
input[type=radio].scf-form__input--radio:checked + label:after {
  opacity: 1;
}
input[type=radio].scf-form__input--radio:disabled:not(:checked) + label:before, input[type=radio].scf-form__input--radio:disabled:checked + label:before {
  box-shadow: none;
  border-color: #E0E0E0;
  background-color: #ECECEC;
}
input[type=radio].scf-form__input--radio:disabled:checked + label:after {
  background-color: #999999;
}
input[type=radio].scf-form__input--radio:disabled + label {
  color: #AAAAAA;
}

/* Form: Selectpicker */
.scf-form__select--picker .bootstrap-select > .dropdown-toggle:after {
  position: absolute;
  top: 50%;
  right: 12px;
  margin: -9px 0 0 0;
  width: 18px;
  height: 18px;
  border: 0 none;
  background-position: 0 1px;
  background-repeat: no-repeat;
  background-size: 18px;
}
.scf-form__select--picker .bootstrap-select > .dropdown-toggle:focus {
  outline: 0 !important;
}
.scf-form__select--picker .bootstrap-select > .dropdown-toggle.bs-placeholder, .scf-form__select--picker .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .scf-form__select--picker .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .scf-form__select--picker .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  font-size: 1rem;
  padding: 18px 20px;
}
.scf-form__select--picker .bootstrap-select > .dropdown-toggle .filter-option-inner-inner {
  padding-right: 12px;
}
.scf-form__select--picker .bootstrap-select .btn {
  font-size: 1rem;
  padding: 18px 20px;
  border: 1px solid;
  border-radius: 0;
  transition: border 0.25s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.scf-form__select--picker .bootstrap-select .btn:focus {
  outline: 0 !important;
}
.scf-form__select--picker .bootstrap-select .dropdown-menu {
  width: 100% !important;
  margin: -1px 0 0 0;
  padding: 0;
  border-width: 1px;
  border-radius: 0;
  z-index: 90;
}
.scf-form__select--picker .bootstrap-select.dropup .dropdown-menu {
  margin: 0 0 -2px 0;
}
.scf-form__select--picker .bootstrap-select.show .btn {
  border-radius: 0;
}
.scf-form__select--picker .bootstrap-select.show .btn.bs-placeholder .filter-option {
  opacity: 0;
}
.scf-form__select--picker .bootstrap-select .dropdown-item {
  font-size: 0.875rem;
  padding: 14px 20px;
  transition: color 0.25s ease, background 0.25s ease;
}
.scf-form__select--picker .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: 0 !important;
}

/* Form: Upload */
.scf-form__upload {
  position: relative;
  display: table;
  border-collapse: separate;
}
.scf-form__upload--desc {
  font-size: 0.75rem;
  font-style: italic;
  margin-top: 5px;
}
.scf-form__upload--error {
  position: relative;
  color: #FF0000;
  font-size: 0.75rem;
  margin-top: 5px;
  display: none;
}
.scf-form__upload-btn {
  position: relative;
  width: 1%;
  font-size: 0;
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
  transform: translateY(0) !important;
}
.scf-form__upload-text {
  position: relative;
  width: 100%;
  border-right: 0 none;
  display: table-cell;
  margin-bottom: 0;
  pointer-events: none;
  z-index: 2;
}
.scf-form__upload-text[readonly], .scf-form__upload-text[readonly=readonly] {
  cursor: default;
}

.scf-form__radio-groups .infusion-radio .options-container {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.scf-form__radio-groups .infusion-option {
  position: relative;
  width: 50%;
}
.scf-form__radio-groups .infusion-option input[type=radio] {
  opacity: 0;
  visibility: hidden;
  height: 0;
  width: 0;
  position: absolute;
}
.scf-form__radio-groups .infusion-option label {
  border: 1px solid transparent;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  padding: 10px;
  cursor: pointer;
  margin: 10px;
  transition: all 0.25s ease;
}
.scf-form__radio-groups .infusion-option label span {
  text-align: center;
  font-weight: normal;
  font-size: 0.875rem;
  display: block;
  padding-top: 15px;
}
.scf-form__radio-groups .infusion-option label:after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 1px solid #0E3473;
  background-color: white;
  z-index: 1;
}
.hasHover .scf-form__radio-groups .infusion-option label:hover {
  border-color: rgba(14, 52, 115, 0.5);
}
.hasHover .scf-form__radio-groups .infusion-option label:hover:before {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  left: 14px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: rgba(0, 190, 141, 0.5);
  z-index: 2;
}
.scf-form__radio-groups .infusion-option label.current-option {
  border-color: #0E3473;
}
.scf-form__radio-groups .infusion-option label.current-option:before {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  left: 14px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #00BE8D;
  z-index: 2;
}

/* @end: Form */
/* @start: Button */
.ep-btn {
  position: relative;
  width: auto;
  padding: 0.625rem 2rem;
  background-color: var(--brand-secondary-color);
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  outline: 0 !important;
  text-decoration: none !important;
  display: inline-block;
  overflow: visible;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: background-color 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  cursor: pointer;
  border-radius: 0.5rem;
  border: 1px solid var(--brand-secondary-color);
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 800;
  transition: color 0.35s ease;
  color: #FFFFFF !important;
}
.ep-btn__label {
  padding-right: 30px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.20874 13.0007H16.3787L11.4987 17.8807C11.1087 18.2707 11.1087 18.9107 11.4987 19.3007C11.8887 19.6907 12.5187 19.6907 12.9087 19.3007L19.4987 12.7107C19.8887 12.3207 19.8887 11.6907 19.4987 11.3007L12.9187 4.7007C12.5287 4.3107 11.8987 4.3107 11.5087 4.7007C11.1187 5.0907 11.1187 5.7207 11.5087 6.1107L16.3787 11.0007H5.20874C4.65874 11.0007 4.20874 11.4507 4.20874 12.0007C4.20874 12.5507 4.65874 13.0007 5.20874 13.0007Z' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: right center;
}
.ep-btn--noicon .ep-btn__label {
  background-image: none;
  padding-right: 0;
}
.ep-btn--small {
  padding: 0.5rem 1rem;
  font-size: 1rem;
}
.ep-btn--small .ep-btn__label {
  font-size: 1rem;
}
.ep-btn--large {
  min-width: 220px;
  padding: 20px;
}
.ep-btn--large .ep-btn__label {
  font-size: 1.25rem;
}
@media (max-width: 30em) {
  .ep-btn--large {
    padding: 16px;
  }
  .ep-btn--large .ep-btn__label {
    font-size: 1.125rem;
  }
}
.ep-btn--full {
  width: 100%;
  display: block;
}
.ep-btn--bg-yellow .ep-btn__label {
  color: #0E3473;
}
.ep-btn--bg-yellow:hover {
  background-color: #0E3473;
}
.ep-btn--bg-yellow:hover .ep-btn__label {
  color: #FF6767;
}
.ep-btn--bordered {
  background-color: transparent;
  border: 1px solid #5A6C8B;
  color: #5A6C8B !important;
}
.ep-btn--bordered .ep-btn__label {
  color: #E0E5ED;
}
.ep-btn--white {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.ep-btn--white .ep-btn__label {
  color: #FF6767 !important;
}
.ep-btn--white:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.ep-btn--orange {
  background-color: #FF6B00;
  border-color: #FF6B00;
}
.ep-btn--orange:hover {
  background-color: rgba(255, 107, 0, 0.8);
}
.ep-btn--orange-outline {
  border-color: #FF6B00;
  color: #FF6B00 !important;
  background-color: transparent;
}
.ep-btn--orange-outline:hover {
  background-color: rgba(255, 107, 0, 0.8);
}
.ep-btn--blue {
  border-color: #005FFD;
  background-color: #005FFD;
}
.ep-btn--blue:hover {
  background-color: rgba(0, 95, 253, 0.8) !important;
}
.ep-btn--blue-outline {
  border-color: #005FFD;
  color: #005FFD !important;
  background-color: transparent;
}
.ep-btn--blue-outline:hover {
  background-color: rgba(0, 95, 253, 0.8) !important;
}
.ep-btn--black {
  background-color: #030A17;
  border-color: #030A17;
}
.ep-btn--black:hover {
  background-color: rgba(3, 10, 23, 0.8);
}
.ep-btn .svg-data {
  width: 0.9375rem;
  margin-left: 0.3125rem;
}

.ep-btn__link--container {
  width: 100%;
  margin-top: 10px;
  display: block;
}
.ep-btn__link--text {
  color: #00BE8D;
  font-size: 1rem;
  font-weight: normal;
  cursor: text;
}

.ep-btn-text {
  text-decoration: underline;
}

.ep-btn__text {
  box-shadow: none;
  background-color: transparent;
  padding: 0;
  border: 0;
}
.ep-btn__text .ep-btn__label {
  color: #005FFD !important;
  padding-right: 30px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.29148 6.73438C6.29148 7.28437 6.74148 7.73438 7.29148 7.73438H14.8815L6.00148 16.6144C5.61148 17.0044 5.61148 17.6344 6.00148 18.0244C6.39148 18.4144 7.02148 18.4144 7.41148 18.0244L16.2915 9.14437V16.7344C16.2915 17.2844 16.7415 17.7344 17.2915 17.7344C17.8415 17.7344 18.2915 17.2844 18.2915 16.7344V6.73438C18.2915 6.18437 17.8415 5.73438 17.2915 5.73438H7.29148C6.74148 5.73438 6.29148 6.18437 6.29148 6.73438Z' fill='%23005FFD'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
}

.dropdown .btn-blue {
  border-color: #005FFD !important;
  background-color: #005FFD !important;
  box-shadow: none !important;
  font-weight: 600;
  font-size: 1.25rem;
  padding: 0.3125rem 0.9375rem;
}

.scf-btn {
  position: relative;
  width: auto;
  padding: 0.625rem 2rem;
  background-color: var(--brand-secondary-color);
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  outline: 0 !important;
  text-decoration: none !important;
  display: inline-block;
  overflow: visible;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: background-color 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  cursor: pointer;
  border-radius: 0.5rem;
  border: 1px solid var(--brand-secondary-color);
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 800;
  transition: color 0.35s ease;
  color: #FFFFFF !important;
  margin-bottom: 0.3125rem;
}
.scf-btn:disabled {
  pointer-events: none;
  background-color: #D0D7E1;
  border-color: #D0D7E1;
}
.scf-btn--outline {
  border: 1px solid var(--brand-secondary-color);
  background-color: transparent;
  color: var(--brand-secondary-color) !important;
}
.scf-btn--outline:hover {
  color: white !important;
  background-color: var(--brand-secondary-color) !important;
}
.scf-btn__label {
  padding-right: 1.875rem;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.20874 13.0007H16.3787L11.4987 17.8807C11.1087 18.2707 11.1087 18.9107 11.4987 19.3007C11.8887 19.6907 12.5187 19.6907 12.9087 19.3007L19.4987 12.7107C19.8887 12.3207 19.8887 11.6907 19.4987 11.3007L12.9187 4.7007C12.5287 4.3107 11.8987 4.3107 11.5087 4.7007C11.1187 5.0907 11.1187 5.7207 11.5087 6.1107L16.3787 11.0007H5.20874C4.65874 11.0007 4.20874 11.4507 4.20874 12.0007C4.20874 12.5507 4.65874 13.0007 5.20874 13.0007Z' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: right center;
}
.scf-btn--play .scf-btn__label {
  padding-right: 0;
  padding-left: 1.875rem;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.20874 13.0007H16.3787L11.4987 17.8807C11.1087 18.2707 11.1087 18.9107 11.4987 19.3007C11.8887 19.6907 12.5187 19.6907 12.9087 19.3007L19.4987 12.7107C19.8887 12.3207 19.8887 11.6907 19.4987 11.3007L12.9187 4.7007C12.5287 4.3107 11.8987 4.3107 11.5087 4.7007C11.1187 5.0907 11.1187 5.7207 11.5087 6.1107L16.3787 11.0007H5.20874C4.65874 11.0007 4.20874 11.4507 4.20874 12.0007C4.20874 12.5507 4.65874 13.0007 5.20874 13.0007Z' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: left center;
}
.scf-btn--plus .scf-btn__label {
  padding-right: 0;
  padding-left: 1.875rem;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 13H13V18C13 18.55 12.55 19 12 19C11.45 19 11 18.55 11 18V13H6C5.45 13 5 12.55 5 12C5 11.45 5.45 11 6 11H11V6C11 5.45 11.45 5 12 5C12.55 5 13 5.45 13 6V11H18C18.55 11 19 11.45 19 12C19 12.55 18.55 13 18 13Z' fill='%23005FFD'/%3E%3C/svg%3E");
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: left center;
}
.scf-btn--accordion .scf-btn__label {
  padding-right: 0;
  padding-left: 1.875rem;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.8751 9.00002L11.9951 12.88L8.1151 9.00002C7.7251 8.61002 7.0951 8.61002 6.7051 9.00002C6.3151 9.39002 6.3151 10.02 6.7051 10.41L11.2951 15C11.6851 15.39 12.3151 15.39 12.7051 15L17.2951 10.41C17.6851 10.02 17.6851 9.39002 17.2951 9.00002C16.9051 8.62002 16.2651 8.61002 15.8751 9.00002Z' fill='%23005FFD'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
}
.scf-btn--noicon .scf-btn__label {
  background-image: none !important;
  padding-right: 0 !important;
}
.scf-btn--extrasmall {
  padding: 0.375rem 0.75rem;
  font-size: 0.75rem;
  line-height: 0.875rem;
}
.scf-btn--extrasmall .scf-btn__label {
  font-size: 0.75rem;
  line-height: 0.75rem;
}
.scf-btn--small {
  padding: 0.5rem 1rem;
  font-size: 1rem;
}
.scf-btn--small .scf-btn__label {
  font-size: 1rem;
}
.scf-btn--large {
  min-width: 220px;
  padding: 20px;
}
.scf-btn--large .scf-btn__label {
  font-size: 1.25rem;
}
@media (max-width: 30em) {
  .scf-btn--large {
    padding: 16px;
  }
  .scf-btn--large .scf-btn__label {
    font-size: 1.125rem;
  }
}
.scf-btn--full {
  width: 100%;
  display: block;
}
.scf-btn--bordered {
  background-color: transparent;
  border: 1px solid var(--brand-secondary-color);
  color: var(--brand-secondary-color) !important;
}
.scf-btn--bordered .scf-btn__label {
  color: var(--brand-secondary-color);
}
.scf-btn--white {
  background-color: #FAF7F5;
  border-color: #FAF7F5;
  color: #030A17 !important;
}
.scf-btn--white .scf-btn__label {
  color: #030A17 !important;
}
.scf-btn--white:hover {
  background-color: rgba(250, 247, 245, 0.8);
}
.scf-btn--orange {
  background-color: #FF6B00;
  border-color: #FF6B00;
}
.scf-btn--orange:hover {
  background-color: rgba(255, 107, 0, 0.8);
}
.scf-btn--blue {
  border-color: #005FFD;
  background-color: #005FFD;
}
.scf-btn--blue:hover {
  background-color: rgba(0, 95, 253, 0.8) !important;
}
.scf-btn--blue-outline {
  border-color: #005FFD;
  color: #005FFD !important;
  background-color: transparent;
}
.scf-btn--blue-outline:hover {
  color: white !important;
  background-color: rgba(0, 95, 253, 0.8) !important;
}
.scf-btn--black {
  background-color: #030A17;
  border-color: #030A17;
}
.scf-btn--black:hover {
  background-color: rgba(3, 10, 23, 0.8);
}
.scf-btn .svg-data {
  width: 0.9375rem;
  margin-left: 0.3125rem;
}

.scf-btn__link--container {
  width: 100%;
  margin-top: 10px;
  display: block;
}
.scf-btn__link--text {
  color: #00BE8D;
  font-size: 1rem;
  font-weight: normal;
  cursor: text;
}

.scf-btn-text {
  text-decoration: underline;
}

.scf-btn__text {
  box-shadow: none;
  background-color: transparent;
  padding: 0;
  border: 0;
  cursor: pointer;
}
.scf-btn__text .scf-btn__label {
  color: #005FFD !important;
  padding-right: 30px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.29148 6.73438C6.29148 7.28437 6.74148 7.73438 7.29148 7.73438H14.8815L6.00148 16.6144C5.61148 17.0044 5.61148 17.6344 6.00148 18.0244C6.39148 18.4144 7.02148 18.4144 7.41148 18.0244L16.2915 9.14437V16.7344C16.2915 17.2844 16.7415 17.7344 17.2915 17.7344C17.8415 17.7344 18.2915 17.2844 18.2915 16.7344V6.73438C18.2915 6.18437 17.8415 5.73438 17.2915 5.73438H7.29148C6.74148 5.73438 6.29148 6.18437 6.29148 6.73438Z' fill='%23005FFD'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
}
.scf-btn__text--play .scf-btn__label {
  padding-right: 0;
  padding-left: 1.875rem;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.31641 7.77148V27.8345L25.0802 17.803L9.31641 7.77148Z' fill='%23005FFD'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
}
.scf-btn__text--plus .scf-btn__label {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 13H13V18C13 18.55 12.55 19 12 19C11.45 19 11 18.55 11 18V13H6C5.45 13 5 12.55 5 12C5 11.45 5.45 11 6 11H11V6C11 5.45 11.45 5 12 5C12.55 5 13 5.45 13 6V11H18C18.55 11 19 11.45 19 12C19 12.55 18.55 13 18 13Z' fill='%23005FFD'/%3E%3C/svg%3E");
}
.scf-btn__text--accordion .scf-btn__label {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.8751 9.00002L11.9951 12.88L8.1151 9.00002C7.7251 8.61002 7.0951 8.61002 6.7051 9.00002C6.3151 9.39002 6.3151 10.02 6.7051 10.41L11.2951 15C11.6851 15.39 12.3151 15.39 12.7051 15L17.2951 10.41C17.6851 10.02 17.6851 9.39002 17.2951 9.00002C16.9051 8.62002 16.2651 8.61002 15.8751 9.00002Z' fill='%23005FFD'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
.scf-btn__text--filter {
  color: #030A17;
  padding: 0.3125rem 0.625rem;
}
.scf-btn__text--circle .scf-btn__label {
  background-image: none;
}
.scf-btn__text--circle .scf-btn__label:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 100%;
  border: 1px solid #005FFD;
}
.scf-btn__text--circle .scf-btn__label:after {
  content: "";
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 100%;
  background-color: #005FFD;
  opacity: 0;
  transition: opacity 0.35s ease;
}
.scf-btn__text--circle:hover .scf-btn__label:after {
  opacity: 0.8;
}
.scf-btn__text--circle--done .scf-btn__label:after {
  content: "";
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 100%;
  background-color: #005FFD;
  opacity: 1;
}

@media (max-width: 47.9375em) {
  .scf-btn {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .scf-btn--extrasmall {
    font-size: 0.75rem;
    line-height: 0.875rem;
  }
  .scf-btn--extrasmall .scf-btn__label {
    font-size: 0.75rem;
    line-height: 0.75rem;
  }
  .dropdown .btn-blue {
    font-size: 0.875rem;
  }
}
/* @end: Button */
/* @start: Helpers */
/* Helper: Commons */
.ep-ellipsis {
  height: 210px;
  overflow: hidden;
}

.relative {
  position: relative;
}

.no--scroll {
  overflow: hidden !important;
}

.no--link {
  cursor: default !important;
  pointer-events: none !important;
}

.no--visible {
  display: none !important;
}

.z2 {
  z-index: 2 !important;
}

.z30 {
  z-index: 30 !important;
}

.cursor-pointer {
  cursor: pointer;
}

.big-text {
  font-size: 2.25rem;
  color: #030A17;
  font-weight: 600;
}

/* Helper: Padding/Margin */
.pdg-0 {
  padding: 0;
}

.pdg-t-0 {
  padding-top: 0 !important;
}

.pdg-t-10 {
  padding-top: 10px !important;
}

.pdg-t-20 {
  padding-top: 20px !important;
}

.pdg-t-30 {
  padding-top: 30px !important;
}

.pdg-t-80 {
  padding-top: 80px !important;
}

.pdg-t-100 {
  padding-top: 100px !important;
}

.pdg-b-0 {
  padding-bottom: 0 !important;
}

.pdg-b-10 {
  padding-bottom: 10px !important;
}

.pdg-b-20 {
  padding-bottom: 20px !important;
}

.pdg-b-30 {
  padding-bottom: 30px !important;
}

.pdg-b-80 {
  padding-bottom: 80px !important;
}

.pdg-b-100 {
  padding-bottom: 100px !important;
}

.pdg-b-200 {
  padding-bottom: 200px !important;
}

.mrg-t-0 {
  margin-top: 0 !important;
}

.mrg-t-10 {
  margin-top: 10px;
}

.mrg-t-20 {
  margin-top: 20px;
}

.mrg-t-25 {
  margin-top: 25px;
}

.mrg-t-30 {
  margin-top: 30px;
}

.mrg-t-40 {
  margin-top: 40px;
}

.mrg-t-60 {
  margin-top: 60px;
}

.mrg-b-0 {
  margin-bottom: 0 !important;
}

.mrg-b-20 {
  margin-bottom: 20px;
}

.mrg-b-40 {
  margin-bottom: 40px !important;
}

.mrg-b-80 {
  margin-bottom: 80px !important;
}

.ep-flex {
  display: flex;
  align-items: center;
}

.c-primary {
  color: #00BE8D;
}

.c-gray {
  color: #6A7490 !important;
}

.c-gray-light {
  color: #92A1B9 !important;
}

.c-black {
  color: #0E3473 !important;
}

.c-black-basic {
  color: #030A17 !important;
}

.border-b-gray {
  border-bottom: 1px solid #E0E5ED;
}

.row-no-mrg {
  margin-left: 0;
  margin-right: 0;
}

.padding-box {
  padding: 40px;
}
@media (max-width: 64em) {
  .padding-box {
    padding: 20px;
  }
}

/* Helper: SVG */
.svg-data {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  display: inline-block;
  line-height: 0;
  vertical-align: baseline;
}
.svg-data svg {
  width: auto;
  height: 100%;
}

/* Helper: LazyLoad */
.scf-image-responsive {
  position: relative;
  width: 100%;
  height: 0;
}
.scf-image-responsive img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
}

.lazyload--img,
.swiper-lazy--img {
  opacity: 0;
  transition: opacity 0.5s ease 0.1s;
}
.lazyload--img[data-src], .lazyload--img[data-srcset],
.swiper-lazy--img[data-src],
.swiper-lazy--img[data-srcset] {
  min-height: 1px;
  display: block;
}
.lazyload--img:not([src]),
.swiper-lazy--img:not([src]) {
  visibility: hidden;
}
.lazyload--img:not(.initial),
.swiper-lazy--img:not(.initial) {
  transition: opacity 0.5s ease 0.1s;
}
.lazyload--img.initial, .lazyload--img.is--loaded,
.swiper-lazy--img.initial,
.swiper-lazy--img.is--loaded {
  opacity: 1;
  visibility: visible;
}

.lazyload--bg {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease 0.1s;
}
.lazyload--bg.initial, .lazyload--bg.is--loaded {
  opacity: 1;
  visibility: visible;
}

/* @end: Helpers */
/* @start: Animation */
.ep--animable {
  opacity: 0;
  transform: translateY(20px);
}

.no-anim .ep--animable {
  opacity: 1;
  transform: translateY(0);
}

/* @end: Animation */
/* @start: General */
.ep-main {
  overflow-x: hidden;
}

.ep-main__content,
.ep-main__section {
  position: relative;
  width: 100%;
  z-index: 25;
}

.ep-main__content {
  padding-top: 140px;
}
@media (max-width: 74.9375em) {
  .ep-main__content {
    padding-top: 70px;
  }
}

.hide-footer-header .ep-main__content {
  padding-top: 0 !important;
}

/* @end: General */
/* @start: Header */
/* Head: Header */
.ep-header {
  position: relative;
  width: 100%;
  z-index: 32;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid #92A1B9;
  background-color: #FAF7F5;
}
.ep-header.is--fixed {
  position: fixed;
  top: 0;
  left: 0;
}
.ep-header__wrapper {
  position: relative;
  width: 100%;
  height: 80px;
  padding: 0 10px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 74.9375em) {
  .ep-header__wrapper {
    height: 70px;
    padding: 0 15px;
  }
}
.ep-header__logo {
  position: relative;
  width: auto;
}
.ep-header__logo a {
  width: 100%;
  height: 100%;
  display: block;
}
.ep-header__logo .svg-data {
  width: auto;
  height: 100%;
}
.ep-header__nav {
  position: relative;
  width: auto;
  height: 100%;
  margin-left: auto;
}
.ep-header__nav ul {
  list-style: none;
}
.ep-header__nav .nav {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ep-header__nav .nav > .menu-item {
  margin-right: 30px;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
}
.ep-header__nav .nav > .menu-item:last-child {
  margin-right: 0;
}
.ep-header__nav .nav > .menu-item__badge {
  margin-left: 10px;
}
.ep-header__nav .nav > .menu-item > a:not(.ep-btn) {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  height: auto;
  display: flex;
  align-items: center;
  transition: color 0.5s ease;
  color: #030A17;
}
.ep-header__nav .nav > .menu-item > a:not(.ep-btn):after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #030A17;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.35s cubic-bezier(0.45, 0, 0.14, 1.03);
  height: 1px;
}
.ep-header__nav .nav > .menu-item > a:not(.ep-btn):hover:after {
  transform-origin: bottom left;
  transform: scaleX(1);
}
.ep-header__nav .nav > .menu-item.current-menu-item > a, .ep-header__nav .nav > .menu-item.current-menu-parent > a {
  color: var(--brand-secondary-color);
}
.ep-header__nav .nav > .menu-item.current-menu-item > a:after, .ep-header__nav .nav > .menu-item.current-menu-parent > a:after {
  transform-origin: bottom left;
  transform: scaleX(1);
}
.ep-header__nav .nav > .menu-item .sub-menu {
  position: absolute;
  margin: 0;
  top: calc(100% - 13px);
  right: 0%;
  transform: translateX(0%);
  padding: 0.9375rem;
  opacity: 0;
  visibility: hidden;
  background: #FFFFFF;
  transition: opacity 0.2s ease-in-out 0s, visibility 0.2s ease-in-out 0.001s;
  box-shadow: 0px 13px 32px -8px rgba(12, 12, 13, 0.4);
  border-radius: 0.75rem;
  min-width: 130px;
}
.ep-header__nav .nav > .menu-item .sub-menu .menu-item {
  margin-left: 0;
  display: block;
  margin-bottom: 15px;
}
.ep-header__nav .nav > .menu-item .sub-menu .menu-item:last-of-type {
  margin-bottom: 0;
}
.ep-header__nav .nav > .menu-item .sub-menu .menu-item__badge {
  margin-left: 10px;
}
.ep-header__nav .nav > .menu-item .sub-menu .menu-item a {
  color: #030A17;
  font-weight: 500;
  display: block;
  position: relative;
  transition: color 0.5s ease;
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
}
.ep-header__nav .nav > .menu-item .sub-menu .menu-item a:hover {
  color: var(--brand-secondary-color);
}
.ep-header__nav .nav > .menu-item .arrow-submenu {
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.62461 9.00002L12.5046 12.88L16.3846 9.00002C16.7746 8.61002 17.4046 8.61002 17.7946 9.00002C18.1846 9.39002 18.1846 10.02 17.7946 10.41L13.2046 15C12.8146 15.39 12.1846 15.39 11.7946 15L7.20461 10.41C6.81461 10.02 6.81461 9.39002 7.20461 9.00002C7.59461 8.62002 8.23461 8.61002 8.62461 9.00002Z' fill='%23030A17'/%3E%3C/svg%3E%0A");
  background-size: auto;
  background-size: contain;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-left: 6px;
  position: relative;
}
.ep-header__nav .nav > .menu-item:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 90.625em) {
  .ep-header__nav .nav > li {
    margin-right: 15px;
  }
  .ep-header__nav .nav > li > a {
    font-size: 0.875rem !important;
  }
  .ep-header__nav .nav > li > a .ep-btn__label {
    font-size: 0.875rem;
  }
}
@media (max-width: 61.9375em) {
  .ep-header__nav .nav {
    display: none;
  }
}
.ep-header__nav .ep-login__btn svg {
  width: 1.375rem;
  height: 1.375rem;
}
.ep-header__nav .ep-login__btn svg path {
  transition: fill 0.5s ease;
}
.ep-header__nav .ep-login__btn:hover svg path {
  fill: #6094EB;
}
.ep-header__avatar {
  margin-left: 25px;
}
.ep-header__burger {
  position: relative;
  width: 30px;
  height: 30px;
  text-align: right;
  cursor: pointer;
  display: none;
  margin-left: 10px;
}
.ep-header__burger .lines {
  position: absolute;
  top: 50%;
  right: 0;
  width: 15px;
  height: 1px;
  display: inline-block;
  background-color: #030A17;
  transition: all 0.25s ease;
}
.ep-header__burger .lines:after, .ep-header__burger .lines:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  display: inline-block;
  background-color: #030A17;
  transform-origin: center center;
  transition: all 0.25s ease;
}
.ep-header__burger .lines:before {
  top: -5px;
}
.ep-header__burger .lines:after {
  top: 5px;
}
.ep-header__burger.is--opened .lines {
  background: transparent !important;
}
.ep-header__burger.is--opened .lines:after, .ep-header__burger.is--opened .lines:before {
  top: 0;
  left: 0;
  filter: blur(0);
}
.ep-header__burger.is--opened .lines:before {
  transform: rotate3d(0, 0, 1, 45deg) translateZ(0);
}
.ep-header__burger.is--opened .lines:after {
  transform: rotate3d(0, 0, 1, -45deg) translateZ(0);
}

/* Head: Mobile */
.ep-header-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 31;
  padding-top: 0;
  padding-bottom: 0;
}
.ep-header-mobile.is--opened {
  display: block;
}
.ep-header-mobile__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #E0E5ED;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  visibility: hidden;
  z-index: 28;
  border-radius: 0;
}
.ep-header-mobile__content {
  position: relative;
  width: 100%;
  height: 100%;
  display: table;
  z-index: 27;
}
.ep-header-mobile__content .t-row {
  height: 100%;
  display: table-row;
}
.ep-header-mobile__nav {
  position: relative;
  padding: 75px 0 60px;
  display: table-cell;
}
.ep-header-mobile__nav ul {
  list-style: none;
}
.ep-header-mobile__nav .nav {
  text-align: center;
}
.ep-header-mobile__nav .nav > li {
  position: relative;
  width: 100%;
  margin: 0 0 5px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  display: block;
  padding: 15px 0;
  text-align: left;
  border-bottom: 1px solid #92A1B9;
  cursor: pointer;
}
.ep-header-mobile__nav .nav > li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.ep-header-mobile__nav .nav > li a:not(.ep-btn) {
  position: relative;
  color: #000000;
  font-size: 1rem;
  display: inline-block;
  padding: 0 15px;
  font-weight: bold;
}
.ep-header-mobile__nav .nav > li .sub-menu {
  position: relative;
  display: block;
  display: none;
  background-color: #5A6C8B;
  margin-bottom: -0.9375rem;
  margin-top: 0.9375rem;
  padding-left: 0;
}
.ep-header-mobile__nav .nav > li .sub-menu .menu-item {
  padding: 15px 0;
  text-align: left;
  border-bottom: 1px solid #92A1B9;
}
.ep-header-mobile__nav .nav > li .sub-menu .menu-item:last-of-type {
  border-bottom: 0;
}
.ep-header-mobile__nav .nav > li .sub-menu .menu-item__badge {
  margin-left: 10px;
}
.ep-header-mobile__nav .nav > li .sub-menu .menu-item a {
  color: #FFFFFF;
}
.ep-header-mobile__nav .nav > li .arrow-submenu {
  display: inline-block;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.886' height='9.083' viewBox='0 0 13.886 9.083'%3E%3Cpath fill='none' stroke='%23000' stroke-width='1' stroke-miterlimit='10' d='M12.67 1.397L6.932 7.135 1.194 1.397'/%3E%3C/svg%3E") center center no-repeat;
  background-size: auto;
  background-size: contain;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.ep-header-mobile__nav .nav > li.sub-open .arrow-submenu {
  transform: rotate(180deg);
}
.ep-header-mobile__nav .ep-btn {
  padding: 16px 20px;
  margin: 0 auto;
  margin-left: 10px;
  max-width: 80%;
}
.ep-header-mobile__nav .ep-btn__label {
  font-size: 0.9375rem;
}
.ep-header-mobile.is--fixed .ep-header-mobile__nav {
  padding-top: 130px;
}

@media (max-width: 61.9375em) {
  .ep-header {
    padding-top: 0;
    padding-bottom: 0;
  }
  .ep-header__logo {
    height: 30px;
  }
  .ep-header__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .ep-header__burger {
    display: block;
  }
}
/* @start: Content */
.scf-section {
  position: relative;
  width: 100%;
  padding: 30px 0;
  z-index: 1;
}
@media (max-width: 64em) {
  .scf-section {
    padding: 30px 0;
  }
}
.scf-section--overflow {
  overflow: hidden;
}

.page-header-title {
  font-size: 2.25rem;
  font-weight: 600;
}

.scf-headings {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.scf-headings__title {
  font-size: calc(1.48125rem + 2.2808219178vw);
  font-family: "Inter", sans-serif;
}
@media (min-width: 1460px) {
  .scf-headings__title {
    font-size: 3.5625rem;
  }
}
@media (max-width: 47.9375em) {
  .scf-headings__title {
    font-size: 1.875rem;
  }
}
.scf-headings__title b {
  color: #00BE8D;
}
.scf-headings__sub {
  font-size: calc(1.325rem + 0.7397260274vw);
  color: #00BE8D;
  font-family: "Inter", sans-serif;
  margin-top: 0.9375rem;
}
@media (min-width: 1460px) {
  .scf-headings__sub {
    font-size: 2rem;
  }
}
.scf-headings__sub:after {
  content: "";
  position: relative;
  width: 100px;
  height: 2px;
  background-color: #00BE8D;
  margin: 1.25rem auto;
  display: block;
}
.scf-headings__subtitle {
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #195CCC;
}
.scf-headings__icon {
  max-width: 120px;
  margin-bottom: 25px;
}
.scf-headings--small .ep-headings__title {
  font-size: calc(1.35rem + 0.9863013699vw);
}
@media (min-width: 1460px) {
  .scf-headings--small .ep-headings__title {
    font-size: 2.25rem;
  }
}
.scf-headings--small .ep-headings__subtitle {
  font-size: 1.25rem;
}

.scf-contents *:not(.ep-btn):first-child {
  margin-top: 0;
  padding-top: 0;
}
.scf-contents *:not(.ep-btn):last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.scf-contents h2, .scf-contents h3, .scf-contents h4, .scf-contents h5, .scf-contents h6 {
  margin-top: 20px;
  margin-bottom: 15px;
}
.scf-contents figure {
  max-width: 100%;
}
.scf-contents p:first-of-type {
  padding-top: 0;
}
.scf-contents p:last-of-type {
  padding-bottom: 0;
}
.scf-contents a:not(.ep-btn) {
  text-decoration: underline;
  transition: color 0.25s ease;
}
.scf-contents a:not(.ep-btn).text-link {
  font-weight: bold;
}
.scf-contents ul {
  margin: 20px 0;
  list-style: none;
}
.scf-contents ul li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 5px;
}
.scf-contents ul li:last-child {
  margin-bottom: 0;
}
.scf-contents ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  background: #06d6a0;
  transform: rotate(45deg);
}
.scf-contents ul.ep-contents__list li {
  font-weight: 800;
  padding-left: 20px;
  margin-bottom: 10px;
}
.scf-contents ul.ep-contents__list li:before {
  width: 4px;
  height: 4px;
  transform: rotate(0deg);
}
.scf-contents ol {
  margin: 10px 0 10px 15px;
  list-style-position: inside;
}
.scf-contents__btns {
  margin-top: 50px;
}
.scf-contents--small {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.bg-sand {
  background-color: #E0DBCA;
}

.bg-black {
  background-color: #000000;
  color: white;
}
.bg-black .ep-headings__title,
.bg-black .ep-contents p {
  color: white;
}

.bg-gray {
  background-color: #E0E5ED;
}

.bg-gray70 {
  background-color: #9DAFC8;
}

.bg-l-sand .container,
.bg-l-sand .container-fluid,
.bg-r-sand .container,
.bg-r-sand .container-fluid,
.bg-l-black .container,
.bg-l-black .container-fluid,
.bg-r-black .container,
.bg-r-black .container-fluid,
.bg-l-gray .container,
.bg-l-gray .container-fluid,
.bg-r-gray .container,
.bg-r-gray .container-fluid,
.bg-l-gray70 .container,
.bg-l-gray70 .container-fluid,
.bg-r-gray70 .container,
.bg-r-gray70 .container-fluid {
  position: relative;
  z-index: 2;
}

.bg-l-sand::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 50%;
  position: absolute;
  background-color: #E0DBCA;
  z-index: 1;
}

.bg-r-sand::after {
  content: "";
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  position: absolute;
  background-color: #E0DBCA;
  z-index: 1;
}

.bg-l-gray70::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 50%;
  position: absolute;
  background-color: #9DAFC8;
  z-index: 1;
}

.bg-r-gray70::after {
  content: "";
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  position: absolute;
  background-color: #9DAFC8;
  z-index: 1;
}

.bg-l-black::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 50%;
  position: absolute;
  background-color: #000000;
  z-index: 1;
}

.bg-r-black::after {
  content: "";
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  position: absolute;
  background-color: #000000;
  z-index: 1;
}

.bg-l-gray::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 50%;
  position: absolute;
  background-color: #E0E5ED;
  z-index: 1;
}

.bg-r-gray::after {
  content: "";
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  position: absolute;
  background-color: #E0E5ED;
  z-index: 1;
}

@media (max-width: 64em) {
  .bg-l-sand:before,
  .bg-l-sand:after,
  .bg-l-black:before,
  .bg-l-black:after,
  .bg-l-gray:before,
  .bg-l-gray:after,
  .bg-l-gray70:after,
  .bg-l-gray70:before {
    display: none;
  }
}
.col-text--right {
  padding-left: 50px;
}
.col-text--left {
  padding-right: 50px;
}
@media (max-width: 64em) {
  .col-text {
    padding: 40px;
  }
}
@media (max-width: 30em) {
  .col-text {
    padding: 20px;
    padding-left: 0;
    padding-right: 0;
  }
}

/* @end: Content */
/* @start: Components */
.img-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

body {
  background-color: #FAF7F5 !important;
}

.article-container {
  background-color: white;
}

.scf-box {
  background-color: #FFFFFF;
  border-radius: 1rem;
  padding: 1.25rem;
  margin-bottom: 1.875rem;
  box-shadow: 0px 4px 4px -1px rgba(12, 12, 13, 0.2);
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
}
.scf-box--no-shadow {
  box-shadow: none;
}
.scf-box--transparent {
  background-color: transparent;
  box-shadow: none;
}
.scf-box--dashed {
  background-color: transparent;
  box-shadow: none;
  border: 1px dashed;
}
.scf-box--h100 {
  height: calc(100% - 30px);
}
.scf-box--vertical {
  display: flex;
  flex-direction: column;
}
.scf-box__left {
  max-width: 6.25rem !important;
}
.scf-box__image {
  width: 5rem;
  height: 5rem;
  border-radius: 0.5rem;
  background-color: #6094EB;
  display: flex;
  align-items: center;
}
.scf-box__title {
  font-size: 1rem;
  line-height: 1.125rem;
  margin-bottom: 1.25rem;
  font-weight: 600;
  color: #030A17;
}
.scf-box__title--small {
  font-size: 1.125rem;
}
.scf-box__title--big {
  font-size: 2.25rem;
  line-height: 3.125rem;
}
.scf-box__title svg {
  height: 2.8125rem;
}
.scf-box__title--accordion {
  cursor: pointer;
  position: relative;
  transition: margin-bottom 0.4s ease-in-out;
}
.scf-box__title--accordion::after {
  width: 0.9375rem;
  height: 0.9375rem;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23377dff'%3e%3cpath d='M19,11.5v1a.5.5,0,0,1-.5.5H13v5.5a.5.5,0,0,1-.5.5h-1a.5.5,0,0,1-.5-.5V13H5.5a.5.5,0,0,1-.5-.5v-1a.5.5,0,0,1,.5-.5H11V5.5a.5.5,0,0,1,.5-.5h1a.5.5,0,0,1,.5.5V11h5.5A.5.5,0,0,1,19,11.5Z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 0.9375rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.scf-box__title--accordion:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23377dff'%3e%3cpath d='M5.5,13a.5.5,0,0,1-.5-.5v-1a.5.5,0,0,1,.5-.5h13a.5.5,0,0,1,.5.5v1a.5.5,0,0,1-.5.5Z'/%3e%3c/svg%3e");
  transform: rotate(0) translateY(-50%);
}
.scf-box__title--accordion.collapsed {
  margin-bottom: 0;
}
.scf-box__title--links {
  display: flex;
  justify-content: space-between;
}
.scf-box__title .badge {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.scf-box__title .badge.bg-success {
  background-color: var(--brand-secondary-color) !important;
}
.scf-box__subtitle {
  color: #5A6C8B;
  font-size: 1.125rem;
  font-weight: 500;
  margin-top: 0.3125rem;
}
.scf-box__nav {
  width: 100%;
}
.scf-box__nav ul {
  list-style: none;
  padding-left: 0;
  border-bottom: 1px solid #E0E5ED;
  position: relative;
  width: 100%;
  white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.scf-box__nav ul li {
  display: inline-block;
  padding-right: 0.9375rem;
  position: relative;
  height: 100%;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 600;
}
.scf-box__nav ul li:last-of-type {
  margin-right: 0;
}
.scf-box__nav ul li span {
  position: relative;
  height: 100%;
  display: block;
  transition: color 0.5s ease;
  white-space: nowrap;
  padding-bottom: 0.625rem;
}
.scf-box__nav ul li span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #005FFD;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.35s cubic-bezier(0.45, 0, 0.14, 1.03);
  height: 2px;
}
.scf-box__nav ul li span:hover {
  color: #030A17;
}
.scf-box__nav ul li span:hover:after {
  transform-origin: bottom left;
  transform: scaleX(1);
}
.scf-box__nav ul li.active span, .scf-box__nav ul li.active a {
  color: #030A17;
}
.scf-box__nav ul li.active span:after, .scf-box__nav ul li.active a:after {
  transform-origin: bottom left;
  transform: scaleX(1);
}
.scf-box__nav ul li.disabled {
  cursor: default;
}
.scf-box__nav ul li.disabled span:hover, .scf-box__nav ul li.disabled a:hover {
  color: inherit;
}
.scf-box__nav ul li.disabled span:hover:after, .scf-box__nav ul li.disabled a:hover:after {
  transform: scaleX(0);
}
.scf-box__stepper {
  width: 100%;
  padding-top: 0.625rem;
}
.scf-box__stepper ul {
  list-style: none;
  padding-left: 0;
  border-bottom: 1px solid #E0E5ED;
  position: relative;
  width: 100%;
  white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.scf-box__stepper ul li {
  display: inline-block;
  position: relative;
  width: 33.333%;
  height: 100%;
  font-size: 0.875rem;
  font-weight: 600;
}
.scf-box__stepper ul li:last-of-type {
  margin-right: 0;
}
.scf-box__stepper ul li span {
  position: relative;
  padding: 0 0.9375rem 1.25rem 0.9375rem;
  height: 100%;
  display: block;
  transition: color 0.5s ease;
  white-space: nowrap;
  color: #030A17;
}
.scf-box__stepper ul li span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #030A17;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.35s cubic-bezier(0.45, 0, 0.14, 1.03);
  height: 2px;
}
.scf-box__stepper ul li.active span:after {
  transform-origin: bottom left;
  transform: scaleX(1);
}
.scf-box__stepper--big ul li span {
  font-size: 1.5rem;
  line-height: 1.625rem;
  padding: 0 0.625rem 0.9375rem 0.625rem;
}
.scf-box__content {
  flex: 1 1 auto;
}
.scf-box__content--big {
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: 500;
}
.scf-box__content--maxheight {
  max-height: 48.75rem;
  overflow: hidden;
  overflow-y: auto;
}
.scf-box__value {
  font-size: 1.5rem;
  font-weight: 600;
  color: #030A17;
}

.scf-latestarticles__item {
  margin-bottom: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 1rem;
  padding: 0.5rem 0.6875rem;
}
.scf-latestarticles__item:hover {
  background-color: #FAF7F5;
}
.scf-latestarticles__title {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.3125rem;
  color: #030A17;
}
.scf-latestarticles__date {
  color: #5A6C8B;
  font-size: 0.75rem;
}
.scf-latestarticles__image {
  width: 4.375rem;
  overflow: hidden;
  border-radius: 0.625rem;
}
.scf-latestarticles__all {
  margin-top: 0.625rem;
  padding: 1.5625rem;
  padding-bottom: 0;
  border-top: 1px solid #E0E5ED;
}

.scf-table-responsive .table > :not(:first-child) {
  border-top: 0 !important;
}
.scf-table-responsive .table thead {
  background-color: #FFFFFF;
}
.scf-table-responsive .table thead th {
  color: #030A17;
  border-top: 0 !important;
  border-bottom: 1px solid #8FA6CC !important;
  font-weight: 500 !important;
}
.scf-table-responsive .table > :not(caption) > * > * {
  border-bottom: 0;
}
.scf-table-responsive .table-yield {
  padding-left: 1.5625rem;
  position: relative;
  background-repeat: no-repeat;
  background-size: 1.25rem 1.25rem;
  background-position: left center;
}
.scf-table-responsive .table-yield.positive {
  color: #00BE8D;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 23 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.95833 4.12598V5.95931H14.9992L4.375 16.5835L5.6675 17.876L16.2917 7.25181V13.2926H18.125V4.12598H8.95833Z' fill='%2300BE8D'/%3E%3C/svg%3E");
}
.scf-table-responsive .table-yield.negative {
  color: #F2003A;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 23 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.125 8.70931H16.2917V14.7501L5.6675 4.12598L4.375 5.41848L14.9992 16.0426H8.95833V17.876H18.125V8.70931Z' fill='%23F2003A'/%3E%3C/svg%3E");
}

.scf-subtitle__nav {
  width: 100%;
  margin-bottom: 0.9375rem;
}
.scf-subtitle__nav ul {
  list-style: none;
  padding-left: 0;
  position: relative;
  width: 100%;
  white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.scf-subtitle__nav ul li {
  display: inline-block;
  padding-right: 0.9375rem;
  position: relative;
  height: 100%;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 600;
}
.scf-subtitle__nav ul li:last-of-type {
  margin-right: 0;
}
.scf-subtitle__nav ul li span, .scf-subtitle__nav ul li a {
  position: relative;
  height: 100%;
  display: block;
  transition: color 0.5s ease;
  white-space: nowrap;
  padding-bottom: 0.3125rem;
  color: #4A6182;
}
.scf-subtitle__nav ul li span svg, .scf-subtitle__nav ul li a svg {
  width: 1.25rem;
  display: inline-block;
  vertical-align: sub;
  margin-right: 0.1875rem;
}
.scf-subtitle__nav ul li span:after, .scf-subtitle__nav ul li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #030A17;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.35s cubic-bezier(0.45, 0, 0.14, 1.03);
  height: 1px;
}
.scf-subtitle__nav ul li span:hover, .scf-subtitle__nav ul li a:hover {
  color: #030A17;
}
.scf-subtitle__nav ul li span:hover:after, .scf-subtitle__nav ul li a:hover:after {
  transform-origin: bottom left;
  transform: scaleX(1);
}
.scf-subtitle__nav ul li.active span, .scf-subtitle__nav ul li.active a {
  color: #030A17;
}
.scf-subtitle__nav ul li.active span:after, .scf-subtitle__nav ul li.active a:after {
  transform-origin: bottom left;
  transform: scaleX(1);
}
.scf-subtitle__nav ul li.disabled {
  cursor: default;
}
.scf-subtitle__nav ul li.disabled span:hover, .scf-subtitle__nav ul li.disabled a:hover {
  color: inherit;
}
.scf-subtitle__nav ul li.disabled span:hover:after, .scf-subtitle__nav ul li.disabled a:hover:after {
  transform: scaleX(0);
}

.scf-timeline__line {
  height: 0.25rem;
  width: 100%;
  border-radius: 0.9375rem;
  background-color: #CED7E3;
  position: relative;
}
.scf-timeline__line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  background-color: #005FFD;
  border-radius: 0.9375rem;
}
.scf-timeline__line--1::before {
  width: 33%;
}
.scf-timeline__line--2::before {
  width: 66%;
}
.scf-timeline__line--3::before {
  width: 100%;
}
.scf-timeline__bullet {
  width: 0.625rem;
  height: 0.625rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #CED7E3;
  border-radius: 100%;
}
.scf-timeline__bullet.active {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 0C2.24 0 0 2.24 0 5C0 7.76 2.24 10 5 10C7.76 10 10 7.76 10 5C10 2.24 7.76 0 5 0ZM4 7.5L1.5 5L2.205 4.295L4 6.085L7.795 2.29L8.5 3L4 7.5Z' fill='%23005FFD'/%3E%3C/svg%3E");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.scf-timeline__bullet.first {
  left: 33%;
}
.scf-timeline__bullet.second {
  left: 66%;
}
.scf-timeline__bullet.third {
  left: auto;
  right: 0;
  transform: translate(0%, -50%);
}
.scf-timeline__listing {
  padding-top: 1.5625rem;
}
.scf-timeline__listing ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1.25rem;
}
.scf-timeline__listing ul li {
  position: relative;
  color: #030A17;
  padding-right: 2.1875rem;
  margin-bottom: 0.9375rem;
}
.scf-timeline__listing ul li:last-of-type {
  margin-bottom: 0;
}
.scf-timeline__listing ul li::after {
  content: "";
  position: absolute;
  right: 0;
  width: 0.9375rem;
  height: 0.9375rem;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid #CED7E3;
  border-radius: 100%;
}
.scf-timeline__listing ul li.active {
  text-decoration: line-through;
}
.scf-timeline__listing ul li.active::after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 0C2.24 0 0 2.24 0 5C0 7.76 2.24 10 5 10C7.76 10 10 7.76 10 5C10 2.24 7.76 0 5 0ZM4 7.5L1.5 5L2.205 4.295L4 6.085L7.795 2.29L8.5 3L4 7.5Z' fill='%23005FFD'/%3E%3C/svg%3E");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
}

.learn__nav {
  width: -moz-fit-content;
  width: fit-content;
}
.learn__nav ul {
  list-style: none;
  padding-left: 0;
  position: relative;
  width: 100%;
  white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.learn__nav ul li {
  display: inline-block;
  padding-right: 0.9375rem;
  position: relative;
  height: 100%;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 600;
}
.learn__nav ul li:last-of-type {
  margin-right: 0;
}
.learn__nav ul li span, .learn__nav ul li a {
  position: relative;
  height: 100%;
  display: block;
  transition: color 0.5s ease;
  white-space: nowrap;
  padding-bottom: 0.625rem;
  color: #5A6C8B;
}
.learn__nav ul li span:after, .learn__nav ul li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #030A17;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.35s cubic-bezier(0.45, 0, 0.14, 1.03);
  height: 1px;
}
.learn__nav ul li span:hover, .learn__nav ul li a:hover {
  color: #030A17;
}
.learn__nav ul li span:hover:after, .learn__nav ul li a:hover:after {
  transform-origin: bottom left;
  transform: scaleX(1);
}
.learn__nav ul li.active span, .learn__nav ul li.active a {
  color: #030A17;
}
.learn__nav ul li.active span:after, .learn__nav ul li.active a:after {
  transform-origin: bottom left;
  transform: scaleX(1);
}
.learn .course-card {
  position: relative;
  transition: transform 0.3s ease;
  overflow: hidden; /* hides any overflow if image is scaled */
}
.learn .course-card:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  border: 1px solid blue;
}
.learn .card-img {
  opacity: 1;
  transition: opacity 0.5s ease;
}
.learn .card-img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
  background-color: white;
}
.learn .course-card:hover .card-img {
  opacity: 0;
}
.learn .course-card:hover .card-img-overlay {
  transform: translateY(0);
  opacity: 1;
}
.learn .icon-lg {
  font-size: 2rem;
}
.learn__lesson__link {
  padding: 0.75rem 0.5rem;
  border-radius: 1rem;
}
.learn__lesson__link:hover {
  background-color: #FAF7F5;
}
.learn__lesson__link a {
  color: black;
}
.learn__lesson__link a:hover .text-hover {
  max-width: 100px; /* Adjust as needed based on your longest text */
  opacity: 1;
  margin-left: 0.5rem;
}
.learn__article-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  background-color: transparent;
  transition: 0.4s ease;
  padding: 1rem;
  border-radius: 1.5rem;
}
.learn__article-card a {
  color: black;
  text-decoration: none;
}
.learn__article-card .scf-image-responsive {
  padding-bottom: 60%;
  overflow: hidden;
  border-radius: 1rem;
}
.learn__article-card__image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.learn__article-card__title {
  font-size: 1.25rem;
}
.learn__article-card__content {
  font-size: 1rem;
  font-weight: 400;
}
.learn__article-card:hover {
  background-color: white;
  box-shadow: 0 0.375rem 0.75rem rgba(140, 152, 164, 0.075);
}
.learn__article-card:hover .learn__article-card__title,
.learn__article-card:hover .learn__article-card__content {
  text-decoration: underline;
}
.learn__article-card-bgcat--1 {
  background-color: #9BBBF3;
}
.learn__article-card-bgcat--1 svg path {
  fill: #195CCC;
}
.learn__article-card-bgcat--2 {
  background-color: #A3E3F0;
}
.learn__article-card-bgcat--2 svg path {
  fill: #1C93AB;
}
.learn__article-card-bgcat--3 {
  background-color: #9EEAD7;
}
.learn__article-card-bgcat--3 svg path {
  fill: #009973;
}
.learn__article-card-bgcat--4 {
  background-color: #FFC499;
}
.learn__article-card-bgcat--4 svg path {
  fill: #FF6B00;
}
.learn__article-card-bgcat--5 {
  background-color: #9BBBF3;
}
.learn__article-card-bgcat--5 svg path {
  fill: #1449A4;
}
.learn__article-card-bgcat--6 {
  background-color: #23B5D3;
}
.learn__article-card-bgcat--6 svg path {
  fill: #A3E3F0;
}
.learn__article-card-bgillu .svg-data {
  height: 100%;
  width: auto;
  position: absolute;
  right: 0;
}
.learn__article-card-bgillu .img-data {
  height: 100%;
  width: auto;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
}
.learn__article-body {
  position: relative;
}
.learn__article-body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 200px;
  background-color: #195CCC;
  z-index: 1;
}
.learn__article-container {
  max-width: 56.25rem !important;
  position: relative;
  z-index: 2;
}
.learn__article-container .back {
  margin-bottom: 2.5rem;
  margin-top: 2rem;
}
.learn__article-container .back a {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 1.25rem;
}
.learn__article__header {
  background-color: #FAF7F5;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  padding: 2rem;
}
.learn__article__header h1 {
  font-size: 2.0625rem;
  color: #0E3473;
}
.learn__article-content {
  background-color: #FAF7F5;
  padding: 0 2rem 2rem 2rem;
  font-size: 1.25rem;
  color: #313B4D;
}
.learn__last-article-img {
  height: 72px;
  width: 72px;
  border-radius: 1rem;
}
.learn__last-article-card {
  background-color: #FFFFFF;
  border-radius: 1rem;
  box-shadow: 0px 4px 4px -1px rgba(12, 12, 13, 0.2);
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
}
.learn__list-container {
  padding-left: 140px;
  padding-right: 140px;
}
@media (max-width: 90em) {
  .learn__list-container {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (max-width: 64em) {
  .learn__list-container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.learn__list-past {
  text-transform: uppercase;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  margin-top: 1.875rem;
  border-bottom: 1px solid #E7E5E4;
  font-size: 0.875rem;
}
.learn__webinar-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  background-color: transparent;
  transition: 0.4s ease;
  padding: 1rem;
  border-radius: 1.5rem;
}
.learn__webinar-card a {
  color: black;
  text-decoration: none;
}
.learn__webinar-card .scf-image-responsive {
  padding-bottom: 60%;
  overflow: hidden;
  border-radius: 1rem;
}
.learn__webinar-card__image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.learn__webinar-card__date {
  font-size: 1.5rem;
  color: #005FFD;
  font-weight: 700;
}
.learn__webinar-card__time {
  font-size: 0.75rem;
  font-weight: 500;
  color: #005FFD;
}
.learn__webinar-card__title {
  font-size: 1.125rem;
  font-weight: 600;
}
.learn__webinar-card__actions {
  text-transform: uppercase;
  margin-top: 0.9375rem;
  font-weight: 600;
}
.learn__webinar-card:hover {
  background-color: white;
  box-shadow: 0 0.375rem 0.75rem rgba(140, 152, 164, 0.075);
}
.learn__webinar-card:hover .learn__webinar-card__title {
  text-decoration: underline;
}

.tpl-article-detail .content {
  max-width: 100%;
  padding: 0 !important;
}

.webinar-card-content {
  height: 200px;
  flex-wrap: nowrap;
}
@media (max-width: 64em) {
  .webinar-card-content {
    height: unset;
    flex-wrap: wrap;
  }
}

.webinar-card-image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 330px;
  border-radius: 1rem;
  flex-shrink: 0;
}

.icon-wrapper {
  display: inline-flex;
  align-items: center;
}

.text-hover {
  margin-left: 0;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  max-width: 0;
  opacity: 0;
  transition: max-width 1s ease, opacity 0.5s ease, margin-left 0.4s ease-in;
}

.card-body.card-body-small-padding {
  padding: 0.5rem;
}

.personalgoal__numbers {
  max-width: 900px;
  margin: 0 auto;
}
.personalgoal__numbers .number {
  font-size: 2.25rem;
  color: #5A6C8B;
  font-weight: 600;
  margin-bottom: 0.625rem;
}

@media (max-width: 75em) {
  .scf-box__stepper--big ul li span {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}
@media (max-width: 62em) {
  .learn__article-card__title {
    font-size: 1rem;
  }
  .learn__article-card__content {
    font-size: 1rem;
    font-weight: 400;
  }
  .learn__article-container .back {
    margin-bottom: 1.25rem;
    margin-top: 1.25rem;
    margin-left: 1.25rem;
  }
  .learn__article-container .back a {
    font-size: 1.125rem;
  }
  .learn__webinar-card__date {
    font-size: 1.25rem;
  }
  .learn__webinar-card__time {
    font-size: 0.625rem;
  }
  .learn__webinar-card__title {
    font-size: 0.875rem;
    font-weight: 600;
  }
}
@media (max-width: 47.9375em) {
  .scf-box__title {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
  .scf-box__title--links:not(.nobr) {
    display: block;
  }
  .scf-box__title--links:not(.nobr) a {
    display: flex;
    margin-top: 0.625rem;
  }
  .scf-box__content--big {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
  .scf-box__content--maxheight {
    max-height: 25rem;
  }
  .scf-latestarticles__title {
    font-size: 1rem;
    line-height: 1.125rem;
  }
  .personalgoal__numbers .number {
    font-size: 1.625rem;
  }
}
/* @start: Hero Header */
.scf-hero {
  margin-bottom: 2.5rem;
}
.scf-hero__title {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 600;
}
.scf-hero__subtitle {
  color: #030A17;
}
.scf-hero__actions {
  text-align: right;
}
.scf-hero__actions .share-buttons {
  margin-bottom: 0.625rem;
}
.scf-hero__actions .share-buttons a {
  padding: 0.625rem;
  margin-right: 0.625rem;
  font-size: 1.5625rem;
  color: #030A17;
}
.scf-hero__actions .share-buttons a:last-of-type {
  margin-right: 0;
}
.scf-hero .back {
  margin-bottom: 0.625rem;
}
.scf-hero .back a {
  font-weight: 600;
  font-size: 1.25rem;
}
.scf-hero--lesson .scf-hero__title {
  font-size: 1.25rem;
}
.scf-hero--lesson .scf-hero__title span {
  color: #5A6C8B;
}

@media (max-width: 47.9375em) {
  .scf-hero {
    margin-bottom: 1.25rem;
  }
  .scf-hero__title {
    font-size: 1.625rem;
    line-height: 1.875rem;
  }
  .scf-hero__actions {
    margin-top: 1.25rem;
  }
}
/* @start: Footer */
.ep-footer {
  position: relative;
  width: 100%;
}
.ep-footer a {
  color: #030A17;
}
.ep-footer__top {
  position: relative;
  padding: 40px 0;
}
.ep-footer__top > .container-fluid {
  position: relative;
  z-index: 2;
}
@media (max-width: 64em) {
  .ep-footer__top {
    padding: 40px 0 20px 0;
  }
}
.ep-footer__bottom {
  padding-bottom: 50px;
}
.ep-footer__inner--brd-top {
  padding-top: 30px;
  border-top: 1px solid rgba(176, 176, 176, 0.1);
}
.ep-footer__logo {
  position: relative;
  padding-bottom: 40px;
  display: block;
}
.ep-footer__logo .svg-data {
  width: 85px;
  height: 30px;
}
@media (max-width: 64em) {
  .ep-footer__logo {
    padding-bottom: 15px;
  }
}
.ep-footer__cta {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  padding-right: 1.875rem;
}
.ep-footer__cta p {
  font-size: 2.25rem;
  line-height: 2.875rem;
}
.ep-footer__btnscf {
  padding-right: 20px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.20874 13.0007H16.3787L11.4987 17.8807C11.1087 18.2707 11.1087 18.9107 11.4987 19.3007C11.8887 19.6907 12.5187 19.6907 12.9087 19.3007L19.4987 12.7107C19.8887 12.3207 19.8887 11.6907 19.4987 11.3007L12.9187 4.7007C12.5287 4.3107 11.8987 4.3107 11.5087 4.7007C11.1187 5.0907 11.1187 5.7207 11.5087 6.1107L16.3787 11.0007H5.20874C4.65874 11.0007 4.20874 11.4507 4.20874 12.0007C4.20874 12.5507 4.65874 13.0007 5.20874 13.0007Z' fill='%23000'/%3E%3C/svg%3E%0A");
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: right center;
  border-bottom: 1px solid black;
}
.ep-footer__nav {
  position: relative;
  min-width: 150px;
}
.ep-footer__nav ul {
  list-style: none;
}
.ep-footer__nav .footer-menu {
  position: relative;
  width: 100%;
}
.ep-footer__nav .footer-menu > li {
  padding-bottom: 5px;
  margin-right: 15px;
}
@media (max-width: 64em) {
  .ep-footer__nav .footer-menu > li {
    display: block;
    text-align: left;
  }
}
.ep-footer__nav .footer-menu > li:last-child {
  margin-right: 0;
}
.ep-footer__nav .footer-menu > li > a {
  position: relative;
  font-weight: 400;
}
.ep-footer__nav .footer-menu > li > a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #0E3473;
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 1;
}
.hasHover .ep-footer__nav .footer-menu > li > a:hover:after {
  opacity: 1;
}
@media (max-width: 64em) {
  .ep-footer__nav {
    text-align: center;
  }
}
.ep-footer__copy {
  padding-left: 40px;
  font-size: 1.125rem;
}
.ep-footer__copy a {
  color: #00BE8D;
  font-weight: normal;
  text-decoration: underline;
}
@media (max-width: 64em) {
  .ep-footer__copy {
    padding: 40px 0 0 0;
    text-align: center;
  }
}
.ep-footer__menu__title {
  font-weight: bold;
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media (max-width: 64em) {
  .ep-footer__menu {
    display: block;
  }
}
.ep-footer__credits {
  padding: 0;
  position: relative;
  z-index: 10;
  font-size: 0.875rem;
  color: #5A6C8B;
}
.ep-footer__credits * {
  color: #5A6C8B;
}
@media (max-width: 64em) {
  .ep-footer__credits {
    text-align: left;
    display: block;
  }
}
.ep-footer__links {
  padding: 0.625rem 0;
  margin-bottom: 1.25rem;
  position: relative;
  z-index: 10;
  border-bottom: 1px solid #92A1B9;
}
.ep-footer__links ul {
  padding-left: 0;
}
.ep-footer__links ul li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
  padding-right: 5px;
}
.ep-footer__links ul li:last-of-type {
  margin-right: 0;
  padding-right: 0;
}
.ep-footer__links ul li a {
  font-size: 0.875rem;
}
@media (max-width: 64em) {
  .ep-footer__links {
    text-align: left;
  }
}
.ep-footer__loghi {
  margin-top: 35px;
}
.ep-footer__loghi ul {
  list-style: none;
  display: flex;
}
.ep-footer__loghi ul li {
  margin-right: 20px;
}
.ep-footer__loghi ul li:last-of-type {
  margin-right: 0;
}
.ep-footer__social ul {
  list-style: none;
  display: flex;
  padding-left: 0;
}
.ep-footer__social ul li {
  margin-right: 1.875rem;
}
.ep-footer__social ul li:last-of-type {
  margin-right: 0;
}
@media (max-width: 64em) {
  .ep-footer__social {
    margin-top: 15px;
  }
}
.ep-footer .flex-end {
  justify-content: flex-end;
}
.ep-footer .flex-end > * {
  width: auto !important;
}
@media (max-width: 64em) {
  .ep-footer .footer-cols .ep-col {
    min-width: 100%;
  }
}

.hide-header-footer .ep-footer .col-12.col-lg-7.ep-col {
  display: none !important;
}

/* @end: Footer */
.scf-banner {
  padding: 1.875rem;
  border-radius: 30px;
  background: linear-gradient(90deg, #00BE8D 0%, #0072A3 100%);
  color: #FFFFFF;
  margin-bottom: 2.5rem;
  position: relative;
  overflow: hidden;
}
.scf-banner--blue {
  background: linear-gradient(90deg, #0E316C 0%, #1752B6 100%);
}
.scf-banner::before {
  content: "";
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("/static/img/others/bg_cta.png");
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
}
.scf-banner--2::before {
  width: 45%;
  background-image: url("/static/img/others/bg_cta2.png");
  z-index: 2;
  background-size: contain;
  background-position: bottom right;
}
.scf-banner--2::after {
  width: 45%;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #CFE1E6;
}
.scf-banner__logo .svg-data {
  width: 12.5rem;
  margin-bottom: 1.25rem;
}
.scf-banner__title {
  font-size: 2.375rem;
  line-height: 2.625rem;
  font-weight: 700;
  width: 100%;
  max-width: 40%;
  margin-bottom: 1.25rem;
}
.scf-banner__text {
  font-size: 1.25rem;
  line-height: 1.5rem;
  max-width: 40%;
  margin-bottom: 1.25rem;
}
.scf-banner--full {
  border-radius: 1rem;
  margin-bottom: 1.875rem;
  padding: 2.5rem;
}
.scf-banner--full::before {
  display: none;
}
.scf-banner--full .scf-banner__title {
  max-width: 100%;
}
.scf-banner--full .scf-banner__text {
  max-width: 100%;
}

@media (max-width: 61.9375em) {
  .scf-banner {
    text-align: center;
    padding: 1.25rem 0.9375rem;
  }
  .scf-banner::before, .scf-banner::after {
    display: none;
  }
  .scf-banner__title {
    max-width: 100%;
    font-size: 1.5rem;
    line-height: 1.75rem;
    margin-bottom: 0.625rem;
  }
  .scf-banner__text {
    font-size: 1rem;
    line-height: 1.25rem;
    max-width: 100%;
  }
}
/* Feed */
.scf-widget {
  margin-bottom: 1.25rem;
}
.scf-widget__title {
  font-size: 1.5rem;
  line-height: 1.625rem;
  font-weight: 600;
  margin-bottom: 0.9375rem;
}
.scf-widget--tags .tag {
  background-color: #E0E5ED;
  color: #030A17;
  padding: 0.125rem 0.5rem;
  border-radius: 0.3125rem;
  display: inline-block;
  margin: 0 0.75rem 0.75rem 0;
  font-size: 1rem;
  font-weight: 400;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.scf-widget--tags .tag:hover {
  background-color: #030A17;
  color: #FFFFFF;
}
.scf-widget--calendar {
  background-color: #FFFFFF;
  border-radius: 1.5rem;
  padding: 1rem;
}
.scf-widget--ptf .w-portfolios {
  padding: 0;
  list-style: none;
}
.scf-widget--ptf .w-portfolios__item {
  background-color: #FFFFFF;
  border-radius: 1.5rem;
  padding: 1rem;
  margin-bottom: 0.9375rem;
}
.scf-widget--ptf .w-portfolios__title {
  font-size: 0.9375rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: #030A17;
}
.scf-widget--ptf .w-portfolios__edit i {
  color: #030A17;
}
.scf-widget--ptf .w-portfolios__incomplete {
  background-color: white;
  border-radius: 1.5rem;
  padding: 1rem;
  position: relative;
}
.scf-widget--ptf .w-portfolios__incomplete::before {
  content: "";
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  bottom: 0.625rem;
  left: 0.625rem;
  background-image: url("/static/img/others/ptf_nodata.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.scf-widget--ptf .w-portfolios__incomplete__content {
  text-align: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.scf-widget--ptf .w-portfolios__incomplete__content h3 {
  font-size: 1.6875rem;
  line-height: 1.875rem;
  margin-bottom: 0.9375rem;
}
.scf-widget--watchlist {
  background-color: #FFFFFF;
  border-radius: 1.5rem;
  padding: 1rem;
}
.scf-widget--watchlist .w-watchlist__alert {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  border-top: 1px solid #FCFCFC;
}
.scf-widget--watchlist .w-watchlist__empty {
  background-color: white;
  border-radius: 1.5rem;
  padding: 1rem;
  position: relative;
}
.scf-widget--watchlist .w-watchlist__empty::before {
  content: "";
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  bottom: 0.625rem;
  left: 0.625rem;
  background-image: url("/static/img/others/sidebar-nodata-watchlist.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.4;
}
.scf-widget--watchlist .w-watchlist__empty__content {
  text-align: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  position: relative;
  z-index: 2;
}
.scf-widget--watchlist .w-watchlist__empty__content h3 {
  font-size: 1.6875rem;
  line-height: 1.875rem;
  margin-bottom: 0.9375rem;
}
.scf-widget--search {
  padding-top: 0;
}
.scf-widget--search .search-input {
  border-radius: 0.75rem;
  border: 1px solid #92A1B9;
  background-color: #FFFFFF;
  padding-left: 1rem;
}
.scf-widget--search .search-input__icon {
  left: 0.9375rem !important;
}

.scf-feed__addpost {
  margin-bottom: 1.25rem;
}
.scf-feed__addpost input {
  border-radius: 0.75rem;
  border-color: #92A1B9;
}

.scf-feedfilters {
  text-align: center;
  margin-bottom: 1.25rem;
}
.scf-feedfilters__nav {
  list-style: none;
  padding: 0;
  width: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
}
.scf-feedfilters__item {
  font-size: 1.125rem;
  font-weight: 600;
  color: #030A17;
  padding-right: 1.25rem;
}
.scf-feedfilters__item:last-of-type {
  padding-right: 0;
}
.scf-feedfilters__item a {
  color: #030A17;
  position: relative;
}
.scf-feedfilters__item a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  background-color: #030A17;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.35s cubic-bezier(0.45, 0, 0.14, 1.03);
  height: 1px;
}
.scf-feedfilters__item a:hover:after {
  transform-origin: bottom left;
  transform: scaleX(1);
}
.scf-feedfilters__item a.active {
  color: #030A17;
}
.scf-feedfilters__item a.active:after {
  transform-origin: bottom left;
  transform: scaleX(1);
}

.scf-post {
  background-color: #FFFFFF;
  border-radius: 1.5rem;
  padding: 1.5rem 2rem;
  margin-bottom: 1.25rem;
  transition: background-color 0.2s ease;
  border: 1px solid #E0E5ED;
}
.scf-post__highlight {
  cursor: pointer;
}
.scf-post__highlight:hover {
  background-color: #E0E5ED;
}
.scf-post__actions a,
.scf-post__actions button {
  color: #030A17;
  font-weight: 600;
  font-size: 0.75rem;
}
.scf-post__comments {
  margin-top: 1.25rem;
  border-top: 1px solid #E0E5ED;
}
.scf-post__comments__add {
  margin-top: 2.5rem;
}

.scf-comment__quote {
  border-radius: 0.75rem;
  padding: 1rem;
  background-color: #E0E5ED;
  margin-bottom: 1.25rem;
  font-size: 0.875rem;
}
.scf-comment__actions a,
.scf-comment__actions button {
  color: #030A17;
  font-weight: 600;
  font-size: 0.75rem;
}

/* Charts */
.scf-chart__legend {
  display: flex;
  align-items: center;
  margin-top: 1.25rem;
}
.scf-chart__legend__label {
  margin-right: 0.9375rem;
  color: #030A17;
  font-weight: 500;
  font-size: 0.875rem;
}
.scf-chart__legend__label:last-of-type {
  margin-right: 0;
}
.scf-chart__legend__pointer {
  width: 1.25rem;
  height: 1.25rem;
  background-color: rgb(0, 95, 253);
  border-radius: 0.25rem;
  display: inline-block;
  vertical-align: top;
  margin-right: 0.3125rem;
}
.scf-chart__legend__pointer.color-cash {
  background-color: rgb(255, 196, 153);
}
.scf-chart__legend__pointer.color-bonds {
  background-color: rgb(96, 148, 235);
}
.scf-chart__legend__pointer.color-other {
  background-color: rgb(194, 217, 255);
}
.scf-chart__legend__pointer.color-equity {
  background-color: rgb(0, 95, 253);
}
.scf-chart__legend__pointer.color-crypto {
  background-color: rgb(162, 203, 211);
}
.scf-chart__legend__pointer.color-deposit {
  background-color: rgb(194, 242, 230);
}
.scf-chart__legend__pointer.color-commodities {
  background-color: rgb(0, 190, 141);
}
.scf-chart__legend__pointer.color-real-estate {
  background-color: rgb(255, 136, 51);
}
.scf-chart__legend__pointer.color-money-market {
  background-color: rgb(255, 137, 51);
}
.scf-chart__legend__pointer.colo-investments {
  background-color: rgb(0, 95, 253);
}
.scf-chart__legend__pointer.color-liabilities {
  background-color: rgb(242, 0, 58);
}
.scf-chart__legend__pointer.color-other-assets {
  background-color: rgb(35, 181, 211);
}
.scf-chart__legend__pointer.color-retirement {
  background-color: rgb(0, 195, 146);
}

.scf-chartbar {
  display: flex;
  flex-wrap: wrap;
  height: 6.25rem;
}
.scf-chartbar__box {
  height: 100%;
  border-radius: 0.5rem;
  background-color: rgba(20, 73, 164, 0.3);
  border-top: 4px solid #1449A4;
  border-bottom: 4px solid #1449A4;
  transition: background-color 0.2s ease-in-out;
  cursor: pointer;
}
.scf-chartbar .color-liquidita-infruttifera {
  border-color: rgb(20, 73, 164);
  background-color: rgba(20, 73, 164, 0.3);
}
.scf-chartbar .color-liquidita-infruttifera:hover {
  background-color: rgb(20, 73, 164);
}
.scf-chartbar .color-liquidita-fruttifera {
  border-color: rgb(255, 136, 51);
  background-color: rgba(255, 107, 0, 0.3);
}
.scf-chartbar .color-liquidita-fruttifera:hover {
  background-color: rgb(255, 136, 51);
}
.scf-chartbar .color-beni-illiquidi-infruttiferi {
  border-color: rgb(155, 187, 243);
  background-color: rgba(155, 187, 243, 0.3);
}
.scf-chartbar .color-beni-illiquidi-infruttiferi:hover {
  background-color: rgb(155, 187, 243);
}
.scf-chartbar .color-beni-illiquidi-fruttiferi {
  border-color: rgb(255, 196, 153);
  background-color: rgba(255, 196, 153, 0.3);
}
.scf-chartbar .color-beni-illiquidi-fruttiferi:hover {
  background-color: rgb(255, 196, 153);
}
.scf-chartbar .color-breve-termine {
  border-color: rgb(255, 97, 134);
  background-color: rgba(255, 97, 134, 0.3);
}
.scf-chartbar .color-breve-termine:hover {
  background-color: rgb(255, 97, 134);
}
.scf-chartbar .color-lungo-termine {
  border-color: #F2003A;
  background-color: rgba(242, 0, 58, 0.3);
}
.scf-chartbar .color-lungo-termine:hover {
  background-color: #F2003A;
}
.scf-chartbar__title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #030A17;
  border-bottom: 1px solid #CED7E3;
  padding-bottom: 0.625rem;
  margin-bottom: 0.625rem;
}
.scf-chartbar__content {
  margin-bottom: 1.5625rem;
}

.scf-tablegraph__value {
  border: 0;
  padding-bottom: 0 !important;
}
.scf-tablegraph__number {
  display: block;
  color: #030A17;
  font-size: 1.25rem;
  line-height: 1.375rem;
  font-weight: 500;
}
.scf-tablegraph__label {
  border: 0;
  padding-bottom: 0 !important;
  color: #030A17;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.375rem;
  padding-bottom: 0.625rem !important;
}
.scf-tablegraph__label--line {
  padding-top: 10px;
  padding-bottom: 10px;
}
.scf-tablegraph__label--line hr {
  margin: 0;
  background-color: #E7E5E4;
}
.scf-tablegraph__label__pointer {
  width: 1.25rem;
  height: 1.25rem;
  background-color: rgb(0, 95, 253);
  border-radius: 0.25rem;
  display: inline-block;
  vertical-align: top;
  margin-right: 0.3125rem;
}
.scf-tablegraph__label__pointer.color-cash {
  background-color: rgb(255, 196, 153);
}
.scf-tablegraph__label__pointer.color-bonds {
  background-color: rgb(96, 148, 235);
}
.scf-tablegraph__label__pointer.color-other {
  background-color: rgb(194, 217, 255);
}
.scf-tablegraph__label__pointer.color-equity {
  background-color: rgb(0, 95, 253);
}
.scf-tablegraph__label__pointer.color-crypto {
  background-color: rgb(162, 203, 211);
}
.scf-tablegraph__label__pointer.color-deposit {
  background-color: rgb(194, 242, 230);
}
.scf-tablegraph__label__pointer.color-commodities {
  background-color: rgb(0, 190, 141);
}
.scf-tablegraph__label__pointer.color-real-estate {
  background-color: rgb(255, 136, 51);
}
.scf-tablegraph__label__pointer.color-money-market {
  background-color: rgb(255, 137, 51);
}
.scf-tablegraph__label__pointer.colo-investments {
  background-color: rgb(0, 95, 253);
}
.scf-tablegraph__label__pointer.color-liabilities {
  background-color: rgb(242, 0, 58);
}
.scf-tablegraph__label__pointer.color-other-assets {
  background-color: rgb(35, 181, 211);
}
.scf-tablegraph__label__pointer.color-retirement {
  background-color: rgb(0, 195, 146);
}
.scf-tablegraph--nowl .scf-tablegraph__label__pointer.color-cash {
  background-color: rgb(255, 196, 153);
}
.scf-tablegraph--nowl .scf-tablegraph__label__pointer.color-bonds {
  background-color: rgb(113, 142, 188);
}
.scf-tablegraph--nowl .scf-tablegraph__label__pointer.color-other {
  background-color: rgb(146, 182, 241);
}
.scf-tablegraph--nowl .scf-tablegraph__label__pointer.color-equity {
  background-color: rgb(89, 112, 149);
}
.scf-tablegraph--nowl .scf-tablegraph__label__pointer.color-crypto {
  background-color: rgb(215, 132, 154);
}
.scf-tablegraph--nowl .scf-tablegraph__label__pointer.color-deposit {
  background-color: rgb(255, 103, 103);
}
.scf-tablegraph--nowl .scf-tablegraph__label__pointer.color-commodities {
  background-color: rgb(255, 150, 88);
}
.scf-tablegraph--nowl .scf-tablegraph__label__pointer.color-real-estate {
  background-color: rgb(255, 181, 78);
}
.scf-tablegraph--nowl .scf-tablegraph__label__pointer.color-money-market {
  background-color: rgb(255, 224, 64);
}

.scf-tabledividends {
  color: #030A17;
}
.scf-tabledividends .value {
  color: #5A6C8B;
  font-weight: 800;
}
.scf-tabledividends .dividend-row {
  padding-top: 5px;
  padding-bottom: 5px;
}
.scf-tabledividends .table-row {
  padding: 0.625rem;
  border-radius: 0.5rem;
  align-items: center;
}
.scf-tabledividends .table-row:nth-of-type(odd) {
  background-color: #FAF7F5;
}
.scf-tabledividends .table-months {
  font-weight: 700;
  padding-bottom: 0.3125rem;
  border-bottom: 1px solid #8FA6CC;
}
.scf-tabledividends .table-year {
  font-weight: 700;
}

.scf-progress {
  margin-bottom: 1.25rem;
}
.scf-progress:last-of-type {
  margin-bottom: 0;
}
.scf-progress__bar {
  width: 100%;
  height: 5rem;
  background-color: #E7E5E4;
  border-radius: 0.5rem;
  overflow: hidden;
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem;
  position: relative;
  background-color: #FAF7F5;
  border: 1px solid #E0E5ED;
}
.scf-progress__bar__inner {
  background-color: #005FFD;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.scf-progress__bar__inner.color-1 {
  background-color: rgb(231, 229, 228);
}
.scf-progress__bar__inner.color-2 {
  background-color: rgb(255, 209, 209);
}
.scf-progress__bar__inner.color-3 {
  background-color: rgb(255, 153, 153);
}
.scf-progress__bar__inner.color-4 {
  background-color: rgb(255, 103, 103);
}
.scf-progress__number {
  color: #030A17;
  font-size: 1.375rem;
  font-weight: 700;
}
.scf-progress__label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.5rem;
  line-height: 1.75rem;
  color: #030A17;
  margin-bottom: 0.3125rem;
}
.scf-progress__label__value {
  font-weight: 600;
  color: #5A6C8B;
}
.scf-progress--inline {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.scf-progress--inline .scf-progress__bar {
  width: calc(100% - 100px);
}
.scf-progress--small .scf-progress {
  margin-bottom: 0.9375rem;
}
.scf-progress--small .scf-progress__bar {
  height: 0.625rem;
  background-color: #E0E5ED;
}
.scf-progress--small .scf-progress__label {
  font-size: 1.25rem;
  line-height: 1.5625rem;
  text-transform: uppercase;
}
.scf-progress--small .scf-progress__label__value {
  font-weight: 800;
  font-size: 1.125rem;
  color: #5A6C8B;
}
.scf-progress--medium .scf-progress__bar {
  height: 3.75rem;
}
.scf-progress--big .scf-progress__bar {
  height: 5rem;
}

.scf-graph__value {
  font-size: 2.5rem;
  line-height: 2.75rem;
  font-weight: 700;
  color: #030A17;
  margin-bottom: 0.625rem;
}

.scf-graphmap__map {
  border: 1px solid #E0E5ED;
  border-radius: 1rem;
}

.scf-simulation__box {
  background-color: #FFFFFF;
  border-radius: 1rem;
  padding: 1.25rem;
  box-shadow: 0px 4px 4px -1px rgba(12, 12, 13, 0.2);
  position: relative;
  border: 1px solid #E0E5ED;
  color: #030A17;
}
.scf-simulation__box__gray {
  background-color: #E7E5E4;
  color: #030A17;
  padding: 0.625rem 1.25rem;
  margin-bottom: 0.9375rem;
  margin-top: 0.9375rem;
}
.scf-simulation__box__gray b {
  color: #5A6C8B;
  font-weight: 600;
  font-size: 0.875rem;
}
.scf-simulation__box__gray p {
  margin-bottom: 0.3125rem;
}
.scf-simulation__box .chartjs-doughnut-custom {
  margin-bottom: 1.25rem;
}
.scf-simulation__box .scf-btn__text {
  margin-top: 0.625rem;
}

.chartjs-custom-height {
  max-height: 400px;
  height: 400px !important;
  display: block;
}

.box-activity {
  border: 1px solid #005FFD;
}
.box-activity .scf-box__title .number {
  color: #005FFD;
  font-size: 2.25rem;
  line-height: 3.75rem;
}
.box-activity .scf-box__title .number__label {
  text-transform: uppercase;
  font-weight: 500;
  color: #6A7490;
}

.box-liabilities {
  border: 1px solid #F2003A;
}
.box-liabilities .scf-box__title .number {
  font-size: 2.25rem;
  line-height: 3.75rem;
}
.box-liabilities .scf-box__title .number__label {
  text-transform: uppercase;
  font-weight: 500;
  color: #6A7490;
}

@media (max-width: 47.9375em) {
  .scf-tablegraph__number {
    font-size: 1rem;
  }
  .scf-tablegraph__label {
    font-size: 1rem;
  }
  .scf-progress__bar {
    height: 2.5rem;
    border-radius: 0.5rem;
  }
  .scf-progress__label {
    font-size: 1.125rem;
  }
  .scf-progress--small .scf-progress__label {
    font-size: 0.9375rem;
  }
  .scf-progress--small .scf-progress__label__value {
    font-size: 0.9375rem;
  }
  .scf-progress--medium .scf-progress__bar {
    height: 2.5rem;
  }
  .scf-progress--big .scf-progress__bar {
    height: 3.75rem;
  }
  .scf-graph__value {
    font-size: 1.875rem;
    line-height: 2.125rem;
  }
  .chartjs-custom-height {
    max-height: 400px;
    height: 150px !important;
    display: block;
  }
  .scf-chartbar {
    height: 5rem;
  }
  .scf-chartbar__title {
    font-size: 1rem;
  }
}
/* Portfolio */
.portfolio-details__head {
  color: #030A17;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.portfolio-details__head__avatar {
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}
.portfolio-details__head__author {
  font-size: 1.5rem;
  font-weight: 500;
}

.scf-portfolios__tabs {
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid #8FA6CC;
  margin-bottom: 1.875rem;
  display: flex;
  justify-content: flex-start;
  overflow-x: auto;
}
.scf-portfolios__tabs__btn {
  margin-right: 0.9375rem;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}
.scf-portfolios__tabs__btn:before {
  display: block;
  content: attr(data-label);
  font-weight: 600;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.scf-portfolios__tabs__btn:last-of-type {
  margin-right: 0;
}
.scf-portfolios__tabs__btn.active {
  font-weight: 600;
  color: #030A17;
}
.scf-portfolios__tabs__btn:hover {
  color: #030A17;
}
.scf-portfolios__content__asset {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  color: #030A17;
  margin-bottom: 0.625rem;
}
.scf-portfolios__content__link {
  padding: 0;
}
.scf-portfolios__graph {
  display: none;
}
.scf-portfolios__graph.active {
  display: block;
}
.scf-portfolios__graph__label {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.375rem;
  margin-bottom: 0.9375rem;
}
.scf-portfolios__graph__label .value {
  padding-left: 2.1875rem;
  position: relative;
  background-repeat: no-repeat;
  background-size: 1.8125rem 1.8125rem;
  background-position: left center;
}
.scf-portfolios__graph__label .value.positive {
  color: #00BE8D;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.8337 10.8333H10.8337V15.8333H9.16699V10.8333H4.16699V9.16666H9.16699V4.16666H10.8337V9.16666H15.8337V10.8333Z' fill='%2300BE8D'/%3E%3C/svg%3E");
}
.scf-portfolios__graph__label .value.negative {
  color: #F2003A;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.6663 8.66668H3.33301V7.33334H12.6663V8.66668Z' fill='%23F2003A'/%3E%3C/svg%3E");
}
.scf-portfolios__graph__label .mwrr {
  position: relative;
  background-repeat: no-repeat;
  background-size: 1.8125rem 1.8125rem;
  background-position: left center;
}
.scf-portfolios__graph__label .mwrr.positive {
  color: #00BE8D;
}
.scf-portfolios__graph__label .mwrr.negative {
  color: #F2003A;
}
.scf-portfolios__graph__label .twrr {
  color: #5A6C8B;
}
.scf-portfolios__graph__actions {
  margin-top: 0.9375rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.scf-portfolios__graph__btns span {
  display: inline-block;
  cursor: pointer;
  border-radius: 0.3125rem;
  background-color: #E0E5ED;
  color: #030A17;
  padding: 0.1875rem 0.5rem;
  margin-right: 0.3125rem;
}
.scf-portfolios__graph__btns span:last-of-type {
  margin-right: 0;
}
.scf-portfolios__graph__btns span.active {
  background-color: #030A17;
  color: #FFFFFF;
}

.scf-portfolio-detail-list__colname {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.scf-portfolio-detail-list__binfo {
  margin-right: 0.9375rem;
}
.scf-portfolio-detail-list__binfo span {
  background-color: #030A17;
  color: #FAF7F5;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.1875rem;
  font-weight: 500;
}
.scf-portfolio-detail-list__color {
  width: 0.375rem;
  height: 2.8125rem;
  border-radius: 0.5rem;
  background-color: #005FFD;
  margin-right: 0.9375rem;
}
.scf-portfolio-detail-list__color.color-cash {
  background-color: rgb(158, 234, 215);
}
.scf-portfolio-detail-list__color.color-bonds {
  background-color: rgb(96, 148, 235);
}
.scf-portfolio-detail-list__color.color-other {
  background-color: rgb(194, 217, 255);
}
.scf-portfolio-detail-list__color.color-equity {
  background-color: rgb(0, 95, 253);
}
.scf-portfolio-detail-list__color.color-crypto {
  background-color: rgb(162, 203, 211);
}
.scf-portfolio-detail-list__color.color-deposit {
  background-color: rgb(194, 242, 230);
}
.scf-portfolio-detail-list__color.color-commodities {
  background-color: rgb(0, 190, 141);
}
.scf-portfolio-detail-list__color.color-real-estate {
  background-color: rgb(255, 196, 153);
}
.scf-portfolio-detail-list__color.color-money-market {
  background-color: rgb(255, 137, 51);
}
.scf-portfolio-detail-list__name {
  display: block;
  font-size: 1.125rem;
  font-weight: 600;
}
.scf-portfolio-detail-list__badge {
  background-color: #5A6C8B;
  color: #FAF7F5;
  font-size: 0.9375rem;
  line-height: 1.1875rem;
  border-radius: 0.5rem;
  padding: 0.1875rem 0.5rem;
  display: inline-block;
}
.scf-portfolio-detail-list__yield {
  padding-left: 1.5625rem;
  position: relative;
  background-repeat: no-repeat;
  background-size: 1.25rem 1.25rem;
  background-position: left center;
}
.scf-portfolio-detail-list__yield.positive {
  color: #00BE8D;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 23 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.95833 4.12598V5.95931H14.9992L4.375 16.5835L5.6675 17.876L16.2917 7.25181V13.2926H18.125V4.12598H8.95833Z' fill='%2300BE8D'/%3E%3C/svg%3E");
}
.scf-portfolio-detail-list__yield.negative {
  color: #F2003A;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 23 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.125 8.70931H16.2917V14.7501L5.6675 4.12598L4.375 5.41848L14.9992 16.0426H8.95833V17.876H18.125V8.70931Z' fill='%23F2003A'/%3E%3C/svg%3E");
}

.scf-portfolio-timeline .card-body {
  padding-top: 0 !important;
}
.scf-portfolio-timeline__item {
  padding: 0 !important;
  margin-bottom: 1.25rem !important;
}
.scf-portfolio-timeline__date {
  font-size: 1rem;
  font-weight: 700;
  color: #030A17;
  text-transform: uppercase;
}
.scf-portfolio-timeline__type {
  font-size: 1rem;
  text-transform: uppercase;
  padding: 0.125rem 0.5rem;
  display: inline-block;
  border-radius: 0.5rem;
  font-weight: 700;
}
.scf-portfolio-timeline__type .legend-indicator {
  vertical-align: middle;
}
.scf-portfolio-timeline__content {
  background-color: #FAF7F5 !important;
  border: 0 !important;
}
.scf-portfolio-timeline__values {
  font-weight: 600;
  font-size: 1.125rem !important;
}

.scf-portfolio-ter__label {
  text-transform: uppercase;
  font-size: 1.125rem;
  color: #030A17;
}
.scf-portfolio-ter__value {
  font-size: 3.5rem;
  line-height: 3.8125rem;
  font-weight: 700;
  color: #030A17;
  margin-top: 0.3125rem;
}
.scf-portfolio-ter__commissions {
  margin-top: 1.5625rem;
}
.scf-portfolio-ter__commissions__label {
  text-transform: uppercase;
  font-size: 1.125rem;
  color: #030A17;
}
.scf-portfolio-ter__commissions__content {
  display: none;
}
.scf-portfolio-ter__commissions__content.active {
  display: block;
}
.scf-portfolio-ter__commissions__btns {
  margin-top: 0.9375rem;
  width: 100%;
  white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.scf-portfolio-ter__commissions__btns span {
  display: inline-block;
  cursor: pointer;
  border-radius: 0.3125rem;
  background-color: #E0E5ED;
  color: #030A17;
  padding: 0.1875rem 0.5rem;
  margin-right: 0.3125rem;
}
.scf-portfolio-ter__commissions__btns span:last-of-type {
  margin-right: 0;
}
.scf-portfolio-ter__commissions__btns span.active {
  background-color: #030A17;
  color: #FFFFFF;
}

.scf-portfolio-comments .list-comment-item {
  background-color: #FFFFFF;
  border-radius: 1.5rem;
  padding: 1.5rem 2rem;
  margin: 0 auto 1.25rem auto;
  transition: background-color 0.2s ease;
  max-width: 62.5rem;
}
.scf-portfolio-comments .list-comment-item__actions a,
.scf-portfolio-comments .list-comment-item__actions button {
  color: #030A17;
  font-weight: 600;
  font-size: 0.75rem;
}
.scf-portfolio-comments .list-comment-item__comments {
  margin-top: 1.25rem;
  border-top: 1px solid #E0E5ED;
}
.scf-portfolio-comments .list-comment-item__comments__add {
  margin-top: 2.5rem;
}

.js-chart-assets,
.js-chart-performance {
  max-height: 400px;
  width: 100%;
}

.scf-portfolio-reviews {
  color: #030A17;
}
.scf-portfolio-reviews .bg-orange {
  background-color: var(--brand-secondary-color) !important;
}
.scf-portfolio-reviews .django-starfield label {
  color: var(--brand-secondary-color) !important;
}
.scf-portfolio-reviews .django-starfield label:hover {
  filter: grayscale(0);
}
.scf-portfolio-reviews .django-starfield label:hover ~ label {
  filter: grayscale(0);
}

.reviews-value {
  display: flex;
  align-items: center;
  justify-content: center;
}
.reviews-value__number {
  font-size: 2.8125rem;
  font-weight: 700;
  margin-right: 0.9375rem;
  color: #030A17;
}
.reviews-value__stars {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  list-style: none;
  margin: 0;
}
.reviews-value__stars__item {
  width: 1.875rem;
  height: 1.875rem;
}
.reviews-value__stars__item.fill svg path {
  fill: var(--brand-secondary-color);
}

.security-form__box {
  margin-top: 0.625rem;
  padding: 1.25rem 0;
}
.security-form__box .table thead th {
  color: #030A17 !important;
}
.security-form__box .table tbody td {
  font-size: 0.875rem;
  line-height: 1.0625rem;
  color: #030A17;
}
.security-form__box .table tbody td.td-actions button {
  padding-top: 0;
  padding-bottom: 0;
}
.security-form__box .table tbody td.td-actions button i {
  color: #030A17;
  font-size: 1.125rem;
}
.security-form__box .table tbody td.td-actions button:hover {
  background-color: transparent !important;
}
.security-form__headings {
  padding-left: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.security-form__title {
  margin-right: auto;
}
.security-form__title h4 {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.3125rem;
}
.security-form__title__badges {
  margin-top: 0.3125rem;
}
.security-form__title__badges span {
  display: inline-block;
  margin-right: 0.625rem;
  vertical-align: middle;
}
.security-form__title__badges span:last-of-type {
  margin-right: 0;
}
.security-form__title__badges span.pmc {
  background-color: #030A17;
  border-radius: 3.125rem;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #FFFFFF;
  padding: 0.125rem 0.625rem;
}
.security-form__title__badges span.asset_class {
  background-color: #5A6C8B;
  border-radius: 3.125rem;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #FFFFFF;
  padding: 0.125rem 0.625rem;
}
.security-form__title__badges span.isin {
  color: #030A17;
}
.security-form__color {
  width: 0.375rem;
  height: 2.8125rem;
  border-radius: 0.5rem;
  margin-right: 0.9375rem;
  background-color: #030A17;
}
.security-form__collapse {
  width: 1.875rem;
  height: 1.875rem;
  transition: transform 0.2s ease;
  transform: rotate(180deg);
}
.security-form__collapse svg {
  width: 1.875rem;
  height: 1.875rem;
}
.security-form__collapse.collapsed {
  transform: rotate(0deg);
}
.security-form__content {
  padding-top: 1.25rem;
  color: #030A17;
}
.security-form__content table {
  background-color: #E7E5E4;
  border-radius: 6px;
}
.security-form__btns button {
  display: inline-block;
  margin-right: 0.625rem;
}
.security-form__btns form {
  display: inline-block;
  width: auto;
}

@media (max-width: 47.9375em) {
  .portfolio-details__head__author {
    font-size: 1.125rem;
  }
  .scf-portfolio-details {
    padding-top: 0;
  }
  .scf-portfolio-detail-list__binfo {
    margin-right: 0.625rem;
  }
  .scf-portfolio-detail-list__binfo span {
    background-color: #030A17;
    color: #FAF7F5;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 0.25rem;
    font-size: 0.875rem;
  }
  .scf-portfolio-detail-list__color {
    width: 0.1875rem;
    height: 2.5rem;
    border-radius: 0.25rem;
    margin-right: 0.625rem;
  }
  .scf-portfolio-detail-list__name {
    font-size: 1rem;
  }
  .scf-portfolio-detail-list__badge {
    font-size: 0.8125rem;
    line-height: 1rem;
    border-radius: 0.25rem;
    padding: 0.1875rem 0.5rem;
  }
  .scf-portfolios__tabs {
    padding-bottom: 0.625rem;
  }
  .scf-portfolios__content__asset {
    font-size: 1.875rem;
    line-height: 2.125rem;
  }
  .scf-portfolios__content__link {
    text-align: center;
  }
  .scf-portfolios__graph__label {
    font-size: 1rem;
    line-height: 1.125rem;
  }
  .scf-portfolios__graph__actions {
    display: block;
  }
  .scf-portfolios__graph__btns {
    margin-bottom: 1.25rem;
  }
  .scf-portfolios__graph__btns span {
    font-size: 0.8125rem;
  }
  .scf-portfolio-ter__label {
    font-size: 1rem;
  }
  .scf-portfolio-ter__value {
    font-size: 2.8125rem;
    line-height: 3.125rem;
  }
  .scf-portfolio-ter__commissions__label {
    font-size: 1rem;
  }
  .security-form__title h4 {
    font-size: 1rem;
    line-height: 1.1875rem;
  }
  .security-form__title__badges span.pmc {
    font-size: 0.75rem;
    padding: 0.125rem 0.5rem;
  }
  .security-form__title__badges span.isin {
    font-size: 0.75rem;
  }
}
.scf-tools__boxes {
  display: flex;
  flex-wrap: wrap;
  color: #030A17;
  margin-bottom: 2.5rem;
}
.scf-tools__boxes__item {
  width: 20%;
  margin-bottom: 1.25rem;
}
.scf-tools__boxes__label {
  font-size: 1.125rem;
  line-height: 1.3125rem;
  font-weight: 600;
  margin-bottom: 0.625rem;
}
.scf-tools__boxes__text {
  font-size: 2.25rem;
  line-height: 2.4375rem;
  font-weight: 600;
}
.scf-tools__infos {
  padding-left: 1.25rem;
  list-style: none;
  color: #030A17;
}
.scf-tools__infos li {
  font-size: 1.125rem;
  border-bottom: 1px solid #E0E5ED;
  margin-bottom: 0.625rem;
  padding-bottom: 0.3125rem;
}
.scf-tools__infos li b {
  display: block;
}
.scf-tools__filters {
  margin-bottom: 1.875rem;
}
.scf-tools__filters__box {
  max-width: 46.875rem;
  margin: 0 auto;
  background-color: #FFFFFF;
  border-radius: 0.75rem;
  border: 1px solid #92A1B9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.125rem 0.625rem;
}
.scf-tools__filters__box .input-group {
  border: 0 !important;
}
.scf-tools__filters__box .form-control {
  padding-left: 1.5625rem !important;
}
.scf-tools__filters__results {
  margin-top: 1.25rem;
  font-size: 0.875rem;
}
.calculator__content {
  display: flex;
  align-items: center;
  border-radius: 1.5rem;
  padding: 1.875rem;
}
.calculator__content--blue {
  background-color: #081F44;
  color: #FAF7F5;
}
.calculator__content input[type=range]::-moz-range-progress {
  background: #005FFD;
  height: 8px;
  border-top-left-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
}
.calculator__content input[type=range]::-ms-fill-lower {
  background: #005FFD;
}
.calculator__content input[type=range]::-moz-range-thumb {
  background-color: #005FFD;
}
.calculator__content .bubble {
  background-color: #005FFD;
  font-size: 1.25rem;
  font-weight: 600;
  border-radius: 1rem;
}
.calculator__content .bubble::after {
  background-color: transparent;
}
.calculator__title {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 2.5rem;
}
.calculator__title b {
  display: block;
  font-size: 2.25rem;
  line-height: 3.75rem;
}
.calculator__range {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
  text-align: center;
  max-width: 80%;
}
.calculator__yield {
  text-align: center;
  margin-top: 1.25rem;
}
.calculator__yield span {
  font-size: 1.125rem;
  font-weight: 600;
}
.calculator__yield .netYield {
  font-size: 2.8125rem;
  line-height: 3.125rem;
  font-weight: 700;
}

@media (max-width: 61.9375em) {
  .scf-tools__boxes {
    margin-top: 1.875rem;
    margin-bottom: 0.9375rem;
  }
  .scf-tools__boxes__item {
    width: 50%;
  }
  .scf-tools__boxes__label {
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .scf-tools__boxes__text {
    font-size: 1.375rem;
    line-height: 1.75rem;
  }
  .scf-tools__infos {
    padding-left: 0;
  }
  .calculator__title {
    font-size: 1rem;
  }
  .calculator__title b {
    font-size: 1.375rem;
    line-height: 1.875rem;
    margin-bottom: 0.625rem;
  }
  .calculator__yield span {
    font-size: 1rem;
  }
  .calculator__yield .netYield {
    font-size: 2.1875rem;
    line-height: 2.5rem;
  }
}/*# sourceMappingURL=style.css.map */