/*#24376c*/
:root {
    --color-primary: #242c62;
    --color-secondary: #18181b;
    --color-tertiary: #2aa9df;
    --color-white: #ffffff;
    --color-black: #000000;
    --color-dark: #162339;
    --color-light: #f8f8f8;
    --color-default: #5c6672;
    --color-border: #f5f5f5;
    --rgb-primary: 241, 81, 0;
    --rgb-secondary: 24, 24, 27;
    --rgb-tertiary: 241, 81, 0;
    --rgb-white: 255, 255, 255;
    --rgb-black: 0, 0, 0;
    --rgb-dark: 69, 70, 70;
    --rgb-light: 248, 248, 248;
    --rgb-default: 128, 128, 128;
    --rgb-border: 216, 216, 215;
    --color-invalid: #de4747;
    --color-valid: #15803d;
    --color-facebook: #3b5998;
    --color-twitter: #1da1f2;
    --color-youtube: #cd201f;
    --gutter-xs: 6px;
    --gutter-sm: 12px;
    --gutter-default: 16px;
    --gutter-lg: 24px;
    --gutter-xl: 36px;
    --gutter-xxl: 48px;
    --gutter-lg-section: 60px;
    --gutter-xl-section: 72px;
    --finger-size-lg: 24px;
    --finger-size-default: 36px;
    --finger-size-xl: 42px;
    --finger-size-xxl: 48px;
    --font-primary: "Manrope", sans-serif;
    --font-secondary: "Poppins", sans-serif;
    --font-size-default: 1rem;
    --font-size-xxl: 2rem;
    --font-size-xl: 1.5rem;
    --font-size-lg: 1.125rem;
    --font-size-md: 1rem;
    --font-size-sm: 0.938rem;
    --font-size-xs: 0.875rem;
    --font-size-x: 0.75rem;
    --font-weight-light: 300;
    --font-weight-regular: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 600;
    --border-radius-default: 16px;
    --border-radius: var(--border-radius-default);
    --border-radius-xs: 3px;
    --border-radius-sm: 6px;
    --border-radius-md: 12px;
    --border-radius-lg: 24px;
    --border-default: 1px solid rgba(var(--rgb-dark), 0.2);
    --border-default-hover: rgba(var(--rgb-dark), 0.4);
    --box-shadow-default: 0 20px 30px 0 rgba(var(--rgb-dark), 0.1);
    --transition-default: all 300ms ease-in-out;
  }
  
  html {
    line-height: 1.5;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }
  
  body {
    margin: 0;
  }
  
  article,
  aside,
  footer,
  header,
  nav,
  section {
    display: block;
  }
  
  h1 {
    margin: 0.67em 0;
  }
  
  figcaption,
  figure,
  main {
    display: block;
  }
  
  figure {
    margin: 1em 40px;
  }
  
  hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
  }
  
  pre {
    font-family: monospace, monospace;
    font-size: 1em;
  }
  
  a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
  }
  
  abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
  }
  
  b,
  strong {
    font-weight: inherit;
  }
  
  b,
  strong {
    font-weight: bolder;
  }
  
  code,
  kbd,
  samp {
    font-family: monospace, monospace;
    font-size: 1em;
  }
  
  dfn {
    font-style: italic;
  }
  
  mark {
    background-color: #ff0;
    color: #000;
  }
  
  small {
    font-size: 80%;
  }
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
    position: relative;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  audio,
  video {
    display: inline-block;
  }
  
  audio:not([controls]) {
    display: none;
    height: 0;
  }
  
  img {
    border-style: none;
  }
  
  svg:not(:root) {
    overflow: hidden;
  }
  
  button,
  input,
  optgroup,
  select,
  textarea {
    margin: 0;
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
  }
  
  button,
  input {
    overflow: visible;
  }
  
  button,
  select {
    text-transform: none;
  }
  
  button,
  html [type=button],
  [type=reset],
  [type=submit] {
    -webkit-appearance: button;
  }
  
  button::-moz-focus-inner,
  [type=button]::-moz-focus-inner,
  [type=reset]::-moz-focus-inner,
  [type=submit]::-moz-focus-inner {
    padding: 0;
    border-style: none;
  }
  
  button:-moz-focusring,
  [type=button]:-moz-focusring,
  [type=reset]:-moz-focusring,
  [type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  legend {
    display: table;
    max-width: 100%;
    padding: 0;
    box-sizing: border-box;
    color: inherit;
    white-space: normal;
  }
  
  progress {
    display: inline-block;
    vertical-align: baseline;
  }
  
  textarea {
    overflow: auto;
  }
  
  [type=checkbox],
  [type=radio] {
    box-sizing: border-box;
    padding: 0;
  }
  
  [type=number]::-webkit-inner-spin-button,
  [type=number]::-webkit-outer-spin-button {
    height: auto;
  }
  
  [type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
  }
  
  [type=search]::-webkit-search-cancel-button,
  [type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
  }
  
  details,
  menu {
    display: block;
  }
  
  summary {
    display: list-item;
  }
  
  canvas {
    display: inline-block;
  }
  
  template {
    display: none;
  }
  
  [hidden] {
    display: none;
  }
  
  html {
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
  }
  
  *, *:before, *:after {
    box-sizing: inherit;
  }
  
  body {
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  a {
    color: inherit;
    text-decoration: none;
  }
  
  img {
    vertical-align: middle;
  }
  
  blockquote,
  dl,
  dd,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  figure,
  p,
  pre,
  fieldset,
  ul,
  ol,
  menu,
  form {
    margin: 0;
  }
  
  button,
  fieldset,
  iframe {
    border: 0;
  }
  
  fieldset,
  ul,
  ol,
  button,
  menu {
    padding: 0;
  }
  
  ol,
  ul {
    list-style: none;
  }
  
  textarea {
    resize: vertical;
  }
  
  table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }
  
  td {
    padding: 0;
  }
  
  *:focus {
    outline: none;
  }
  
  ::-webkit-input-placeholder {
    color: var(--color-secondary);
  }
  
  ::-moz-placeholder {
    color: var(--color-secondary);
  }
  
  :-ms-input-placeholder {
    color: var(--color-secondary);
  }
  
  :-moz-placeholder {
    color: var(--color-secondary);
  }
  
  ::-moz-selection {
    color: var(--color-white);
    background-color: var(--color-secondary);
  }
  
  ::selection {
    color: var(--color-white);
    background-color: var(--color-secondary);
  }
  
  html,
  body {
    min-height: 100vh;
  }
  
  html {
    scroll-behavior: smooth;
  }
  
  body {
    display: flex;
    flex-direction: column;
    color: var(--color-secondary);
    font-size: 16px;
    font-weight: var(--font-weight-regular);
    font-family: var(--font-primary);
    position: relative;
    overflow-x: hidden;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  body.is-fixed {
    overflow: hidden;
  }
  
  a {
    transition: 0.15s;
    text-decoration: none;
  }
  
  address {
    font-style: normal;
  }
  
  .main {
    flex: 1 0 auto;
  }
  
  .ps-relative {
    position: relative;
  }
  
  .logo {
    display: inline-block;
  }
  
  .svg {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
  }
  
  .icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
  }
  
  .loading {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    background-color: var(--color-dark);
    transition: var(--transition-default);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1019;
  }
  .loading.current {
    opacity: 1;
    overflow: auto;
    visibility: visible;
  }
  .loading figure {
    display: flex;
    align-items: center;
    animation: heart-pulse 2s infinite ease-out;
  }
  
  @keyframes heart-pulse {
    0%, 100% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
  }
  .ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  
  .img-fluid {
    display: block;
    max-width: 100%;
    height: auto;
  }
  
  [data-sal] {
    transition-delay: 0s;
    transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  
  .lazyload,
  .lazyloading {
    opacity: 0;
  }
  
  .lazyloaded {
    opacity: 1;
    transition: opacity 300ms;
    transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  
  .outer {
    position: relative;
  }
  .outer:before {
    display: block;
    content: "";
    width: 100%;
  }
  
  .inner,
  .aspect-ratio {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  
  .inner {
    background-position: center center;
    background-repeat: no-repeat;
  }
  
  .aspect-ratio {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  
  .card-v3_4.outer:before {
    padding-top: 133.3333333333%;
  }
  
  .card-v4_2.outer:before {
    padding-top: 50%;
  }
  
  .card-v4_3.outer:before {
    padding-top: 75%;
  }
  
  .card-v4_4.outer:before {
    padding-top: 100%;
  }
  
  .card-v16_9.outer:before {
    padding-top: 56.25%;
  }
  
  @media (min-width: 1400px) {
    .container-fluid {
      max-width: 2640px;
    }
  }
  @media (min-width: 1400px) {
    .container-large {
      max-width: 1720px !important;
    }
  }