:root {
  --color-primary: hsl(207, 56%, 52%);
  --color-primary-text: hsl(207, 56%, 88%);
  --color-primary-border: hsl(207, 86%, 22%);
  --color-primary-shadow: hsl(207, 75%, 37%);
  --color-secondary: hsl(25, 95%, 64%);
  --color-secondary-text: hsl(25, 95%, 92%);
  --color-secondary-border: hsl(25, 85%, 45%);
  --color-secondary-shadow: hsl(25, 75%, 56%);
  --color-tertiary: hsl(165, 64%, 32%);
  --color-tertiary-text: hsl(165, 95%, 70%);
  --color-tertiary-border: hsl(165, 85%, 25%);
  --color-tertiary-shadow: hsl(165, 60%, 40%);
  --color-quartenary: hsl(310, 64%, 32%);
  --color-quartenary-text: hsl(310, 90%, 85%);
  --color-quartenary-border: hsl(310, 85%, 35%);
  --color-quartenary-shadow: hsl(310, 65%, 65%);
  --color-background-01: hsl(30, 100%, 99%);
  --color-background-02: hsl(30, 4.17%, 90.59%);
  --color-background-03: hsl(206, 84%, 95.1%);
  --color-footer: hsl(200, 68%, 27%);
  --color-footer-text: hsl(200, 68%, 65%);
  --color-footer-border: hsl(200, 88%, 15%);
  --color-footer-shadow: hsl(200, 72%, 38%);
  --color-black: hsl(0, 0%, 6.66%);
  --color-gray-1: hsl(0, 0%, 15.15%);
  --color-gray-2: hsl(0, 0%, 25.25%);
  --color-gray-3: hsl(0, 0%, 35.35%);
  --color-gray-4: hsl(0, 0%, 45.45%);
  --color-gray-5: hsl(0, 0%, 55.55%);
  --color-gray-6: hsl(0, 0%, 65.65%);
  --color-gray-7: hsl(0, 0%, 75.75%);
  --color-gray-8: hsl(0, 0%, 85.85%);
  --color-gray-9: hsl(0, 0%, 95.95%);
  --color-white: hsl(0, 0%, 98.98%);
  --color-success: hsl(152, 68.75%, 31.37%);
  --color-info: hsl(190, 89.72%, 49.61%);
  --color-warning: hsl(45, 100%, 51.37%);
  --color-danger: hsl(24, 80.75%, 36.67%);
  --color-error: hsl(354, 70.46%, 53.53%);
  --color-default: hsl(304, 7.3%, 45.69%);
  --color-dark: hsl(210, 10.81%, 14.51%);
  --color-status-01: hsl(120, 71%, 38%);
  --color-status-02: hsl(0, 66%, 47%);
  --color-status-03: hsl(60, 92%, 45%);
  --color-status-04: hsl(29, 87%, 50%);
  --color-status-05: hsl(244, 89%, 38%);
  --color-status-06: hsl(228, 69%, 45%);
  --color-status-07: hsl(173, 66%, 41%);
  --color-status-08: hsl(322, 80%, 52%);
  --color-status-09: hsl(276, 78%, 42%);
  --color-status-10: hsl(0, 0%, 15.5%);
  --color-facebook: #3b5897;
  --color-twitter: #00aceb;
  --color-linkedin: #0074b3;
  --color-youtube: #cc1e1e;
  --color-instagram: #e43f5d;
  --color-whatsapp: #25d469;
  --color-github: #333333;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

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

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

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: reduce), (update: slow) {
  *,
  ::before,
  ::after {
    animation-delay: -1ms !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    background-attachment: initial !important;
    scroll-behavior: auto !important;
    transition-duration: 0s !important;
    transition-delay: 0s !important;
  }
}
html,
body {
  -webkit-font-smoothing: antialiased;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (-webkit-min-device-pixel-ratio: 2.0833333333333335), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
  html,
  body {
    -webkit-font-smoothing: subpixel-antialiased;
  }
}

*:focus {
  outline: none;
}

img,
iframe,
object,
embed,
video {
  height: auto;
  max-width: 100%;
}

object,
embed,
video {
  height: auto;
}

figure {
  margin: 0;
}

label {
  cursor: pointer;
}

sup,
sub {
  font-size: 50%;
}

body {
  color: var(--color-black);
  font-family: Raleway;
  font-size: 1.0625rem;
}

h1, h2, h3, h4, h5, h6, .font-primary {
  font-family: Anton;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOutOpacity {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
@keyframes drawBorder {
  from {
    max-width: 0%;
  }
  to {
    max-width: 100%;
  }
}
@font-face {
  font-display: swap;
  font-family: "Anton";
  font-weight: 200 700;
  src: url("../font/Anton.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Beau Rivage";
  font-weight: 200 700;
  src: url("../font/BeauRivage.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Oswald";
  font-weight: 200 700;
  src: url("../font/Oswald.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-display: swap;
  font-family: "Raleway";
  font-weight: 200 700;
  src: url("../font/Raleway.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Roboto Mono";
  font-weight: 200 700;
  src: url("../font/RobotoMono.woff2") format("woff2");
}
.sr-only {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

.l-header {
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 40;
}
.l-header__backdrop {
  background-color: rgba(17, 17, 17, 0.75);
  display: none;
  top: 0;
  left: 0;
  position: absolute;
  height: 100vh;
  width: 100vw;
  z-index: -1;
}
.l-header__scrolled {
  border-bottom: 0.125rem solid var(--color-secondary-border);
  box-shadow: 0.1875rem 0 0.625rem rgba(17, 17, 17, 0.85);
}
.l-header__topbar {
  background-color: var(--color-primary-text);
  border-bottom: 0.0625rem solid var(--color-gray-4);
}
.l-header__topbar > .container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  padding: 0.125rem 0;
}
.l-header__topbar-left > i {
  color: var(--color-gray-6);
  display: inline-block;
  margin-right: 0.75rem;
}
.l-header__topbar-left > span {
  display: inline-block;
  font-family: "Raleway";
  font-style: italic;
}
.l-header__topbar-right > a {
  color: var(--color-gray-6);
  display: inline-block;
  padding: 0.25rem 0.5rem;
  text-decoration: none;
}
.l-header__topbar-right > a:hover {
  color: var(--color-primary-border);
}
.l-header__topbar-right > a:not(:last-child) {
  margin-right: 0.5rem;
}
.l-header__nav {
  background-color: rgba(252, 252, 252, 0.95);
}
.l-header__nav > .container {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.l-header__nav-left {
  padding: 0.75rem 0;
}
.l-header__nav-right {
  padding: 0 0.5rem;
}
@media (max-width: 64em) {
  .l-header {
    position: absolute;
  }
  .l-header__topbar > .container {
    flex-direction: column;
  }
  .l-header__topbar-left {
    text-align: center;
  }
  .l-header__topbar-left > i {
    display: none;
  }
  .l-header__topbar-left > span {
    display: block;
    font-size: 10pt;
    padding: 0.25rem 0;
  }
  .l-header__topbar-right {
    display: none;
  }
  .l-header__nav {
    padding-bottom: 0.75rem;
  }
  .l-header__nav > .container {
    display: block;
  }
  .l-header__nav-left {
    display: flex;
    justify-content: space-between;
  }
  .l-header__nav-hamburger {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    margin: 0 0.5rem;
    overflow: hidden;
    padding: 0.25rem;
    position: relative;
  }
  .l-header__nav-hamburger > .icon {
    cursor: pointer;
    display: block;
    height: 1.5625rem;
    position: relative;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    width: 2.0625rem;
  }
  .l-header__nav-hamburger > .icon > span {
    background-color: var(--color-gray-1);
    display: block;
    height: 0.3125rem;
    opacity: 1;
    position: absolute;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
    width: 50%;
  }
  .l-header__nav-hamburger > .icon > span:nth-child(even) {
    border-radius: 0 0.3125rem 0.3125rem 0;
    left: 50%;
  }
  .l-header__nav-hamburger > .icon > span:nth-child(odd) {
    border-radius: 0.3125rem 0 0 0.3125rem;
    left: 0;
  }
  .l-header__nav-hamburger > .icon > span:nth-child(1), .l-header__nav-hamburger > .icon > span:nth-child(2) {
    top: 0rem;
  }
  .l-header__nav-hamburger > .icon > span:nth-child(3), .l-header__nav-hamburger > .icon > span:nth-child(4) {
    top: 0.625rem;
  }
  .l-header__nav-hamburger > .icon > span:nth-child(5), .l-header__nav-hamburger > .icon > span:nth-child(6) {
    top: 1.25rem;
  }
  .l-header__nav-hamburgerOpen {
    display: block;
  }
  .l-header__nav-hamburgerOpen > .icon > span:nth-child(1), .l-header__nav-hamburgerOpen > .icon > span:nth-child(6) {
    transform: rotate(45deg);
  }
  .l-header__nav-hamburgerOpen > .icon > span:nth-child(2), .l-header__nav-hamburgerOpen > .icon > span:nth-child(5) {
    transform: rotate(-45deg);
  }
  .l-header__nav-hamburgerOpen > .icon > span:nth-child(1) {
    left: 0.1875rem;
    top: 0.25rem;
  }
  .l-header__nav-hamburgerOpen > .icon > span:nth-child(2) {
    left: calc(50% - 3px);
    top: 0.25rem;
  }
  .l-header__nav-hamburgerOpen > .icon > span:nth-child(3) {
    left: -50%;
    opacity: 0;
  }
  .l-header__nav-hamburgerOpen > .icon > span:nth-child(4) {
    left: 100%;
    opacity: 0;
  }
  .l-header__nav-hamburgerOpen > .icon > span:nth-child(5) {
    left: 0.1875rem;
    top: 0.875rem;
  }
  .l-header__nav-hamburgerOpen > .icon > span:nth-child(6) {
    left: calc(50% - 3px);
    top: 0.875rem;
  }
  .l-header__nav-right {
    border: 0.0625rem solid var(--color-primary-border);
    border-radius: 0.375rem;
    box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(17, 17, 17, 0.75);
    display: none;
    margin-top: 0.3125rem;
    padding: 0;
  }
}

.l-footer {
  background: linear-gradient(360deg, rgb(17, 17, 17) 0%, rgb(19, 35, 48) 25%, rgb(43, 80, 110) 50%, rgb(60, 112, 154) 100%);
  border-top: 0.125rem solid rgba(27, 120, 167, 0.75);
  color: var(--color-white);
  padding-top: 3.75rem;
  position: relative;
}
.l-footer__info {
  padding-bottom: 0.75rem;
}
.l-footer__info-pad h4 {
  display: block;
  color: var(--color-secondary);
  font-family: Oswald;
  margin: 0;
  padding-bottom: 1.5rem;
  text-align: center;
}
.l-footer__info-pad ul {
  font-size: 12pt;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.l-footer__info-pad ul:not(:last-child) {
  margin-bottom: 1.5rem;
}
.l-footer__info-caption {
  color: var(--color-black);
  font-family: Anton;
  font-weight: bold;
}
.l-footer__info-text {
  box-sizing: border-box;
  display: block;
  padding-left: 0.75rem;
}
.l-footer__info-text a {
  color: var(--color-secondary-shadow);
  text-decoration: none;
}
.l-footer__info-text a:hover {
  color: var(--color-tertiary-text);
}
.l-footer__info-ceo {
  text-align: center;
}
.l-footer__info-ceo > li > img {
  border: 0.125rem solid var(--color-gray-5);
  border-radius: 50%;
  box-sizing: border-box;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 0.3125rem;
  width: 9.375rem;
}
.l-footer__info-social {
  display: flex;
  justify-content: center;
}
.l-footer__info-social li:not(:last-child) {
  margin-right: 0.625rem;
}
.l-footer__info-social li span a {
  background-color: var(--color-white);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: var(--color-gray-2);
  display: block;
  height: 2.625rem;
  margin: 0 auto 0 auto;
  text-align: center;
  width: 2.625rem;
}
.l-footer__info-social li span a i {
  line-height: 2.6875rem;
  font-size: 1.5rem;
  transition: all 0.5s;
}
.l-footer__info-social li span a:hover {
  color: var(--color-white);
}
.l-footer__info-social li span a:hover i {
  transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.l-footer__info-tw:hover {
  background-color: var(--color-twitter);
}
.l-footer__info-fb:hover {
  background-color: var(--color-facebook);
}
.l-footer__info-in:hover {
  background-color: var(--color-instagram);
}
.l-footer__info-yt:hover {
  background-color: var(--color-youtube);
}
.l-footer__info-alliance {
  box-sizing: border-box;
  display: table;
  padding: 0.75rem;
  position: relative;
  text-align: center;
  width: 100%;
}
.l-footer__info-alliance > img {
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  max-height: 75%;
  max-width: 75%;
}
.l-footer__info-alliance > span, .l-footer__info-alliance > a {
  display: block;
  padding: 0.75rem 0;
  text-decoration: none;
}
.l-footer__info-alliance > a {
  color: var(--color-secondary-shadow);
}
.l-footer__info-alliance > a:hover {
  color: var(--color-tertiary-text);
}
.l-footer__info-policy {
  display: flex;
  list-style-type: none;
  justify-content: center;
  margin: 0;
  padding: 0;
  text-align: center;
}
.l-footer__info-policy > li:not(:last-child) {
  margin-right: 1.5rem;
}
.l-footer__info-policy > li > a {
  color: var(--color-secondary-text);
  display: inline-block;
  text-decoration: none;
}
.l-footer__info-policy > li > a:hover {
  color: var(--color-tertiary-text);
}
.l-footer__info-policy li + li {
  position: relative;
  padding-left: 0.375rem;
}
.l-footer__info-policy li + li:before {
  color: var(--color-white);
  content: "|";
  display: inline-block;
  font-size: 11pt;
  font-weight: bold;
  position: absolute;
  left: -0.75rem;
  top: 50%;
  transform: translateY(-50%);
}
.l-footer__info-disclaimer {
  display: block;
  font-size: 10pt;
  padding: 1.5rem 0 0.375rem 0;
  position: relative;
  text-align: center;
}
.l-footer__info-disclaimer > span > a {
  color: var(--color-white);
  text-decoration: none;
}
.l-footer__info-disclaimer > span > a:hover {
  color: var(--color-secondary-border);
}
.l-footer__info-disclaimer:before {
  border-top: 0.0625rem solid var(--color-gray-5);
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 0.75rem;
  transform: translateX(-50%);
  width: calc(100vw - 20px);
}
@media (max-width: 64em) {
  .l-footer {
    text-align: center;
    padding-top: 1.875rem;
  }
  .l-footer__info-alliance {
    margin: 0 auto;
    width: calc(37vw + 75px);
  }
}

.l-home > section {
  border-top: 0.125rem solid var(--color-primary-border);
  padding: 3.75rem 0;
  position: relative;
}
.l-home > section:nth-child(odd) {
  background-color: var(--color-background-01);
}
.l-home > section:nth-child(odd):after {
  content: "";
  border-left: 2.5rem solid transparent;
  border-right: 2.5rem solid transparent;
  border-top: 1.75rem solid var(--color-primary-border);
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  z-index: 10;
}
.l-home > section:nth-child(odd):before {
  content: "";
  border-left: 2.5rem solid transparent;
  border-right: 2.5rem solid transparent;
  border-top: 1.75rem solid var(--color-background-03);
  left: 50%;
  position: absolute;
  top: -0.1875rem;
  transform: translateX(-50%);
  z-index: 11;
}
.l-home > section:nth-child(even) {
  background-color: var(--color-background-03);
}
.l-home > section:nth-child(even):after {
  content: "";
  border-left: 2.5rem solid transparent;
  border-right: 2.5rem solid transparent;
  border-top: 1.75rem solid var(--color-primary-border);
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  z-index: 10;
}
.l-home > section:nth-child(even):before {
  content: "";
  border-left: 2.5rem solid transparent;
  border-right: 2.5rem solid transparent;
  border-top: 1.75rem solid var(--color-background-01);
  left: 50%;
  position: absolute;
  top: -0.1875rem;
  transform: translateX(-50%);
  z-index: 11;
}
.l-home__title {
  text-align: center;
  padding-bottom: 1.875rem;
}
.l-home__title > h2 {
  color: var(--color-primary);
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
  padding-bottom: 0;
  position: relative;
}
.l-home__title > h2 > span {
  white-space: nowrap;
}
.l-home__title > h2:after {
  background-color: var(--color-primary-border);
  bottom: -0.9375rem;
  content: "";
  height: 0.125rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  right: 50%;
  width: 10.9375rem;
}
.l-home__title > p {
  color: var(--color-gray-2);
  font-family: Raleway;
  font-size: 1.25rem;
  font-style: italic;
  margin-bottom: 0;
}
.l-home__info {
  background-color: var(--color-primary-shadow) !important;
  border-bottom: 0.0625rem solid var(--color-black);
  border-top: 0.0625rem solid var(--color-black);
  padding: 3.125rem 0;
  position: relative;
}
.l-home__info a {
  color: var(--color-secondary);
  text-decoration: none;
}
.l-home__info a:hover {
  color: var(--color-white);
}
.l-home__info-content {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.l-home__info-text {
  font-family: Oswald;
  font-size: 2.125rem;
  margin-right: 1.25rem;
}
.l-home__info-values {
  display: flex;
  flex-direction: row;
  font-family: "Roboto Mono";
  font-size: 2.5rem;
  justify-content: center;
}
.l-home__info-values > ul {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.l-home__info-values > ul > li:not(:last-child) {
  margin-right: 1.5rem;
}
.l-home__info-values > ul li + li {
  position: relative;
  padding-left: 0.375rem;
}
.l-home__info-values > ul li + li:before {
  color: rgba(17, 17, 17, 0.75);
  content: "|";
  display: inline-block;
  font-size: 18pt;
  font-weight: bold;
  position: absolute;
  left: -1rem;
  top: 50%;
  transform: translateY(-50%);
}
.l-home__seal:before {
  border-top-color: var(--color-primary-shadow) !important;
}
.l-home__seal > .container > .row > img {
  box-sizing: border-box;
  padding: 0.625rem 0;
  width: 21.875rem;
}
.l-home__seal-seal > img {
  border-radius: 50%;
  box-shadow: 0 0 0.625rem var(--color-gray-2);
}
.l-home__seal-flag {
  border-radius: 0.375rem;
  box-shadow: 0 0 0.625rem var(--color-gray-2);
  display: block;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.l-home__process-box {
  margin-bottom: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.l-home__process-box:hover div {
  box-shadow: 0rem 0rem 1.875rem rgba(64, 139, 201, 0.85);
}
.l-home__process-box > div {
  border-radius: 50%;
  box-shadow: 0 0 1.5625rem rgba(17, 17, 17, 0.65);
  height: 6.25rem;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 1.25rem;
  position: relative;
  transition: all 0.5s ease-in-out;
  width: 6.25rem;
}
.l-home__process-box > div i {
  display: block;
  color: var(--color-primary-border);
  font-size: 2.625rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.l-home__process-box > h4 {
  display: block;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.9375rem;
  margin-top: 1.25rem;
  padding-bottom: 0.9375rem;
  position: relative;
}
.l-home__process-box > h4::after {
  background: var(--color-primary);
  bottom: 0;
  content: "";
  display: block;
  height: 0.125rem;
  left: calc(50% - 40px);
  position: absolute;
  width: 5rem;
}
.l-home__process-box > p {
  display: block;
  line-height: 1.5rem;
}
.l-home__england-item {
  border: 0.0625rem solid var(--color-gray-3);
  border-radius: 0.375rem;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0.25rem;
  position: relative;
}
.l-home__england-item > div {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 18.125rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.l-home__england-item > div > img {
  border-radius: 0.375rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% 0;
     object-position: 100% 0;
  position: absolute;
  top: 0;
  transition: 0.3s ease-in-out;
}
.l-home__england-item a {
  display: block;
  color: var(--color-primary-text);
  height: 75%;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transition: 0.3s ease-in-out;
  transform: translate(-50%, -50%);
  visibility: hidden;
  width: 75%;
  z-index: 10;
}
.l-home__england-item a:hover {
  color: var(--color-warning);
}
.l-home__england-item a i {
  left: 50%;
  font-size: 3.5rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.l-home__england-item:after {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0.375rem;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  transition: 0.3s;
  visibility: hidden;
  z-index: 8;
}
.l-home__england-item:hover:after {
  opacity: 1;
  visibility: visible;
}
.l-home__england-item:hover > div img {
  transform: scale(1.1) rotate(2deg);
}
.l-home__england-item:hover a {
  opacity: 1;
  visibility: visible;
}
.l-home__project-item {
  box-sizing: border-box;
  margin-bottom: 1.875rem;
  padding-top: 0.125rem;
}
.l-home__project-wrap {
  box-shadow: 0 0.125rem 0.75rem rgba(17, 17, 17, 0.35);
  overflow: hidden;
  position: relative;
  transition: 0.3s;
}
.l-home__project-wrap img {
  transition: 0.3s ease-in-out;
}
.l-home__project-wrap:hover {
  box-shadow: 0 0.25rem 0.875rem rgba(17, 17, 17, 0.75);
}
.l-home__project-wrap:hover .l-home__project-info {
  opacity: 1;
  padding-bottom: 0;
}
.l-home__project-wrap:hover img {
  transform: scale(1.1);
}
.l-home__project-info {
  align-items: center;
  background: rgba(17, 17, 17, 0.5);
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  opacity: 0;
  padding-bottom: 1.875rem;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transition: 0.3s;
}
.l-home__project-info h4 {
  color: var(--color-white);
  font-size: 2rem;
  font-weight: 600;
}
.l-home__project-info p {
  color: var(--color-white);
  font-size: 1.375rem;
  text-transform: uppercase;
}
.l-home__project-links a {
  background-color: var(--color-white);
  border-radius: 50%;
  color: var(--color-primary-light);
  display: inline-block;
  font-size: 1rem;
  height: 2.5rem;
  line-height: 1;
  margin: 0 0.25rem;
  padding-top: 0.6875rem;
  text-align: center;
  transition: 0.3s;
  width: 2.5625rem;
}
.l-home__project-links a:hover {
  color: var(--color-white);
  background: var(--color-primary);
}
.l-home__project-action {
  margin-top: 1.5625rem;
}
.l-home__counters {
  position: relative;
}
.l-home__counters:before {
  border-left: 3.125rem solid transparent;
  border-right: 3.125rem solid transparent;
  border-top: 3.125rem solid var(--color-background-03);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
}
.l-home__counters-box {
  background: var(--color-white);
  box-shadow: 0 0 1rem 0.1875rem rgba(17, 17, 17, 0.25);
  border-radius: 0.375rem;
  padding: 1.875rem;
  margin: 0.9375rem 0;
  text-align: center;
}
.l-home__counters-box i {
  display: block;
  font-size: 4rem;
  margin-bottom: 0.9375rem;
}
.l-home__counters-box span {
  color: var(--color-primary);
  display: inline-block;
  font-family: "Roboto Mono";
  font-size: 2.625rem;
  font-weight: 700;
}
.l-home__counters-box p {
  color: var(--color-tertiary);
  font-family: "Nunito";
  font-weight: bold;
  font-size: 1.125rem;
  margin: 0;
  padding: 0;
}
.l-home__counters-box1 i {
  color: var(--color-twitter);
}
.l-home__counters-box2 i {
  color: var(--color-youtube);
}
.l-home__counters-box3 i {
  color: var(--color-whatsapp);
}
.l-home__counters-box4 i {
  color: var(--color-secondary);
}
.l-home__entrepreneurship-pic {
  background-color: var(--color-wem-white);
  box-sizing: border-box;
  border: 0.0625rem solid var(--color-wem-primary);
  border-radius: 0.375rem;
  box-shadow: 0rem 0rem 1.5625rem rgba(0, 0, 0, 0.45);
  display: block;
  padding: 0.25rem;
}
.l-home__entrepreneurship-name h3 {
  color: var(--color-wem-primary);
  margin-top: 1.875rem;
  font-family: "Ultra";
  text-align: center;
}
.l-home__entrepreneurship-action {
  margin: 1.875rem 0;
}
.l-home__about-container {
  border-radius: 0.375rem;
  box-shadow: 0 0 1.5625rem rgba(116, 116, 116, 0.6);
  padding: 0.75rem;
}
.l-home__about-video {
  position: relative;
}
.l-home__about-video > img {
  border: 0.1875rem solid var(--color-primary-border);
  border-radius: 0.375rem;
}
.l-home__about-play {
  background: radial-gradient(rgba(64, 139, 201, 0.85) 50%, rgba(8, 61, 104, 0.5) 52%);
  border-radius: 50%;
  display: block;
  height: 5.875rem;
  left: calc(50% - 38px);
  overflow: hidden;
  position: absolute;
  top: calc(50% + 25px);
  width: 5.875rem;
}
.l-home__about-play:after {
  border-bottom: 0.75rem solid transparent;
  border-left: 1.125rem solid var(--color-white);
  border-top: 0.75rem solid transparent;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  top: 50%;
  transform: translateX(-25%) translateY(-50%);
  width: 0;
  z-index: 100;
}
.l-home__about-play:before {
  animation: pulsate-btn 2s;
  animation-delay: 0s;
  animation-direction: normal;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  -webkit-animation: pulsate-btn 2s;
  -webkit-animation-delay: 0s;
  -webkit-animation-direction: normal;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  background: rgba(198, 16, 0, 0);
  border: 0.3125rem solid rgba(64, 139, 201, 0.7);
  border-radius: 50%;
  content: "";
  height: 7.5rem;
  left: calc(50% - 60px);
  opacity: 1;
  top: calc(50% - 60px);
  position: absolute;
  width: 7.5rem;
}
.l-home__about-play:hover:after {
  border-left: 1.125rem solid var(--color-primary);
  transform: scale(20);
}
.l-home__about-play:hover:before {
  animation: none;
  -webkit-animation: none;
  border: none;
  border-bottom: 0.75rem solid transparent;
  border-left: 1.125rem solid var(--color-white);
  border-top: 0.75rem solid transparent;
  border-radius: 0;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-25%) translateY(-50%);
  width: 0;
  z-index: 200;
}
.l-home__about-box {
  border-radius: 0.375rem;
  display: block;
  width: 100%;
}
.l-home__about-box > a {
  display: block;
  color: var(--color-primary-border);
  height: 100%;
  padding: 0.5rem;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-out;
  width: 100%;
}
.l-home__about-box > a > div {
  background: rgba(245, 245, 245, 0.75);
  border: 0.0625rem solid var(--color-gray-8);
  border-radius: 0.375rem;
  display: block;
  float: left;
  height: 4.5rem;
  margin: 0 0.75rem 0.75rem 0;
  position: relative;
  transition: all 0.3s ease-out;
  width: 4.5rem;
}
.l-home__about-box > a > div > i {
  color: var(--color-primary);
  font-size: 2.375rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-out;
}
.l-home__about-box > a > h4 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
}
.l-home__about-box > a > p {
  font-size: 12pt;
  line-height: 1.5rem;
}
.l-home__about-box > a:hover > h4 {
  color: var(--color-secondary);
}
.l-home__about-box:hover {
  box-shadow: 0 0 0.9375rem var(--color-gray-7);
}
.l-home__about-box:hover > a > div {
  background: var(--color-primary);
  border-color: var(--color-primary-border);
}
.l-home__about-box:hover > a > div i {
  color: var(--color-white);
}
@media (max-width: 62em) {
  .l-home__info-content {
    display: block;
    text-align: center;
  }
  .l-home__info-text {
    font-size: 1.5rem;
    margin: 0;
  }
  .l-home__info-values {
    font-size: 1.375rem;
  }
  .l-home__info-values > span {
    display: inline-block;
    padding: 0.3125rem 0;
  }
  .l-home__seal > .container > .row > img {
    box-sizing: border-box;
    padding: 0.3125rem 0;
    width: 17.1875rem;
  }
  .l-home__england-item > div {
    height: 11.25rem;
  }
  .l-home__about {
    position: relative;
  }
  .l-home__about-play {
    height: 4.625rem;
    width: 4.625rem;
  }
  .l-home__about-box {
    margin-top: 1.5rem;
    position: relative;
  }
  .l-home__about-box > a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .l-home__about-box > a > div {
    float: none;
    margin: 0 auto;
  }
  .l-home__about-box > a > h4 {
    margin-top: 0.75rem;
  }
}

.l-inner {
  margin: 0.5rem 0 2.25rem 0;
}
.l-inner__about-text {
  text-align: justify;
}
.l-inner__about-text > span {
  font-weight: bold;
}
.l-inner__about-text > div {
  display: flex;
}
.l-inner__about-text > div i {
  display: block;
  margin-top: 0.3125rem;
}
.l-inner__about-text > div p {
  display: block;
  margin-left: 0.9375rem;
}
.l-inner__about-text > div p > span {
  font-style: italic;
  font-weight: bold;
}
.l-inner__about-box i {
  font-size: 1.375rem;
}
.l-inner__about-box .card-header {
  color: var(--color-primary-border);
  font-weight: bold;
  position: relative;
  text-align: center;
  width: 100%;
}
.l-inner__about-box .card-header i {
  color: var(--color-secondary);
  font-weight: 600;
  left: 0.9375rem;
  position: absolute;
}
.l-inner__about-p1, .l-inner__about-p3 {
  clear: left;
  float: right;
  margin-bottom: 0.625rem;
  margin-left: 0.625rem;
}
.l-inner__about-p2, .l-inner__about-p4 {
  clear: right;
  float: left;
  margin-bottom: 0.625rem;
  margin-right: 0.625rem;
}
.l-inner__about-emphasis {
  font-size: 1.125rem;
  font-style: italic;
  text-align: center;
}
.l-inner__about-emphasis > .card {
  box-shadow: 0 0 1.375rem 0.125rem var(--color-gray-3);
}
.l-inner__about-go {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.l-inner__about-go h4 {
  color: var(--color-primary);
  text-align: center;
}
.l-inner__about-directors {
  border: 0.0625rem solid rgba(193, 193, 193, 0.5);
  border-radius: 0.375rem;
  box-sizing: border-box;
  display: block;
  height: 100%;
  padding: 0.75rem;
  position: relative;
}
.l-inner__about-directors:hover {
  box-shadow: 0 0 0.3125rem rgba(17, 17, 17, 0.75);
}
.l-inner__about-directors > img {
  border: 0.0625rem solid rgba(8, 61, 104, 0.85);
  border-radius: 50%;
  max-height: 100%;
  max-width: 100%;
  padding: 0.25rem;
  width: calc(10vw + 90px);
}
.l-inner__about-directors > h5 {
  font-size: 20pt;
  position: relative;
}
.l-inner__about-directors > span {
  color: var(--color-gray-4);
  display: block;
  font-size: 13pt;
  font-style: italic;
  margin-bottom: 0.75rem;
  position: relative;
  width: 100%;
}
.l-inner__about-directors > p {
  font-size: 14pt;
  line-height: 1.5;
  position: relative;
}
.l-inner__about-directors > p:first-letter {
  color: var(--color-primary-border);
  font-family: Oswald;
  font-size: 22pt;
  font-weight: bold;
}
.l-inner__about-left img {
  float: left;
  margin-right: 0.375rem;
}
.l-inner__about-right img {
  float: right;
  margin-right: 0.375rem;
}
.l-inner__countries-filters {
  list-style: none;
  margin: 0 0 2.1875rem 0;
  padding: 0;
  text-align: center;
}
.l-inner__countries-filters li {
  background-color: var(--color-white);
  border-radius: 0.375rem;
  color: var(--color-primary);
  cursor: pointer;
  display: inline-block;
  line-height: 1.25rem;
  margin: 0 0.1875rem 0.1875rem 0;
  padding: 0.4375rem 0.875rem;
  transition: all 0.3s ease-in-out;
}
.l-inner__countries-filters li:hover, .l-inner__countries-filters li.l-inner__countries-active {
  background-color: rgba(250, 149, 76, 0.85);
  color: var(--color-secondary-shadow);
}
.l-inner__countries-box {
  border: 0.0625rem solid var(--color-gray-4);
  border-radius: 0.375rem;
}
.l-inner__countries-wrap {
  border-radius: 0.375rem;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.l-inner__countries-wrap img {
  transition: all 0.3s ease-in-out;
  z-index: 5;
}
.l-inner__countries-wrap span {
  background-color: rgba(17, 17, 17, 0.65);
  color: var(--color-white);
  display: block;
  font-family: "Anton";
  font-size: 1.25rem;
  left: 50%;
  position: absolute;
  padding: 0.625rem 0;
  text-align: center;
  transform: translate(-50%, -50%) rotate(-31.5deg);
  top: 50%;
  width: 200%;
  z-index: 10;
}
.l-inner__countries-item:hover .l-inner__countries-box {
  box-shadow: 0 0 0.625rem 0 var(--color-gray-4);
}
.l-inner__countries-item:hover img {
  border-radius: 0.375rem;
  transform: scale(1.2) rotate(5deg);
}
.l-inner__countries-info {
  text-align: center;
}
.l-inner__countries-info > p {
  margin-bottom: 0.375rem;
}
.l-inner__countries-info > p label {
  color: var(--color-gray-3);
  font-size: 0.875rem;
}
.l-inner__countries-info > p span {
  font-weight: bold;
}
.l-inner__project-item {
  border: 0.0625rem solid var(--color-gray-5);
  border-radius: 0.375rem;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0.5rem;
}
.l-inner__project-item:hover .l-inner__project-wrap {
  transform: scale(1.2) rotate(5deg);
}
.l-inner__project-wrap {
  position: relative;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  z-index: 0;
}
.l-inner__project-wrap img {
  border-radius: 0.375rem;
  z-index: 5;
}
.l-inner__project-wrap span {
  background-color: rgba(17, 17, 17, 0.65);
  color: var(--color-white);
  display: block;
  font-family: "Cooper Black";
  font-size: 1.25rem;
  left: 50%;
  position: absolute;
  padding: 0.625rem 0;
  text-align: center;
  transform: translate(-50%, -50%) rotate(-31.5deg);
  top: 50%;
  width: 200%;
  z-index: 10;
}
.l-inner__project-table {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.l-inner__project-table div {
  align-items: center;
  display: flex;
  flex-direction: row;
}
.l-inner__project-table div:not(:last-child) {
  margin-bottom: 0.9375rem;
}
.l-inner__project-table div label {
  display: inline-block;
  color: var(--color-gray-3);
  font-size: 0.875rem;
  font-style: italic;
  min-width: 8.4375rem;
}
.l-inner__project-table div span {
  display: inline-block;
  font-weight: bold;
}
.l-inner__project-project > span {
  box-sizing: border-box;
  display: block;
  font-weight: bold;
  margin: 0 0.125rem 0.3125rem 0.125rem;
  padding: 0.625rem 0.3125rem;
  text-align: center;
}
.l-inner__project-project > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.l-inner__project-project > ul li {
  border-radius: 0.375rem;
  box-sizing: border-box;
  color: var(--color-gray-2);
  cursor: pointer;
  padding: 0.3125rem 0.625rem;
  text-align: center;
  transition: all 0.3s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.l-inner__project-project > ul li:not(:last-child) {
  margin-bottom: 0.3125rem;
}
.l-inner__project-project > ul li:hover, .l-inner__project-project > ul li.l-inner__project-active {
  color: var(--color-white);
  background-color: var(--color-primary);
}
.l-inner__project-info {
  display: none;
  left: 0;
  opacity: 0;
  top: 0;
}
.l-inner__project-infoActive {
  display: block;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
.l-inner__project-content {
  background-color: var(--color-white);
  border-width: 0 0.0625rem 0.0625rem 0.0625rem;
  border-color: var(--color-gray-8);
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  border-style: solid;
  min-height: 17.9375rem;
  padding: 0 0.3125rem;
}
.l-inner__project-content p > span {
  font-weight: bold;
}
.l-inner__news {
  padding-top: unset !important;
}
.l-inner__training-textJustfy {
  text-align: justify;
}
.l-inner__training-chapter {
  align-items: center;
  justify-content: center;
  background-color: var(--color-gray-7);
  border-radius: 0.375rem;
  box-shadow: 0.0625rem 0.0625rem 0.125rem var(--color-gray-2);
  display: flex;
  float: left;
  height: 5rem;
  margin: 0.5rem 0.5rem 0.5rem 0;
  width: 5rem;
}
.l-inner__training-chapter i {
  margin: auto 0;
  color: var(--color-primary-shadow);
  font-size: 1.875rem;
}
.l-inner__involved-container > div {
  align-items: center;
  border: 0.0625rem solid var(--color-gray-7);
  border-radius: 0.375rem;
  display: flex;
  float: left;
  flex-direction: column;
  justify-content: center;
  height: 9.375rem;
  margin: 0 0.625rem 0.625rem 0;
  width: 9.375rem;
}
.l-inner__involved-container > div > span {
  color: var(--color-footer-text);
  font-family: "Patua One";
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
}
.l-inner__involved-container > div > i {
  color: var(--color-error);
  font-size: 1.375rem;
  margin-top: 0.625rem;
}
.l-inner__missionary-gridBottomRight {
  border-bottom: 0.0625rem solid var(--color-gray-4);
  border-bottom-right-radius: 0.375rem;
  border-right: 0.0625rem solid var(--color-gray-4);
}
.l-inner__missionary-gridBottomLeft {
  border-bottom: 0.0625rem solid var(--color-gray-4);
  border-bottom-left-radius: 0.375rem;
  border-left: 0.0625rem solid var(--color-gray-4);
}
.l-inner__missionary-gridTopRight {
  border-top: 0.0625rem solid var(--color-gray-4);
  border-top-right-radius: 0.375rem;
  border-right: 0.0625rem solid var(--color-gray-4);
}
.l-inner__missionary-gridTopLeft {
  border-top: 0.0625rem solid var(--color-gray-4);
  border-top-left-radius: 0.375rem;
  border-left: 0.0625rem solid var(--color-gray-4);
}
.l-inner__missionary-gridLastUnique {
  border-top: 0.0625rem solid var(--color-gray-4);
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
  border-left: 0.0625rem solid var(--color-gray-4);
  border-right: 0.0625rem solid var(--color-gray-4);
}
.l-inner__missionary-highlight {
  font-family: "Patua One";
  font-size: 1.375rem;
}
.l-inner__project-text {
  text-align: justify;
}
.l-inner__project-box {
  margin-bottom: 1.25rem;
  text-align: center;
}
.l-inner__project-box > div {
  display: flex;
  justify-content: center;
}
.l-inner__project-box > div > i {
  background-color: var(--color-background-01);
  border-radius: 50%;
  box-shadow: 0 0 1.5625rem rgba(0, 0, 0, 0.15);
  color: var(--color-footer);
  font-size: 2.5rem;
  height: 5rem;
  overflow: hidden;
  margin-bottom: 1.25rem;
  padding-top: 1.25rem;
  transition: 0.5s;
  width: 5rem;
}
.l-inner__project-box > h5 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.9375rem;
  padding-bottom: 0.9375rem;
  position: relative;
}
.l-inner__project-box > p {
  font-size: 0.9375rem;
  line-height: 1.5rem;
}
.l-inner__project-box:hover > div > i {
  box-shadow: 0 0 1.875rem rgba(66, 139, 202, 0.5);
}
.l-inner__project-divider {
  background-image: linear-gradient(to right, var(--color-primary), white 35%, white 65%, var(--color-primary));
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: center center;
}
.l-inner__project-divider > i {
  color: var(--color-primary);
}
.l-inner__contact-policy > a {
  color: var(--color-primary-border);
  text-decoration: none;
}
.l-inner__contact-policy > a:hover {
  color: var(--color-secondary);
}
.l-inner__wmc-gallery .owl-theme .owl-nav [class*=owl-] {
  color: var(--color-black);
  cursor: pointer;
  display: inline-block;
  font-size: 1.25rem;
  margin: 0.3125rem;
  padding: 0 0.3125rem !important;
}
.l-inner__wmc-gallery .owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent !important;
}
.l-inner__wmc-gallery .owl-theme .owl-nav [class*=owl-]:hover i {
  color: #4DC7A0;
}
.l-inner__wmc-title {
  margin-bottom: 0.9375rem;
  text-align: center;
}
.l-inner__wmc-title span {
  color: var(--color-primary);
  font-family: "Nunito";
  font-size: 1.625rem;
}
.l-inner__wmc-item:after {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0.375rem;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  transition: 0.3s;
  visibility: hidden;
  z-index: 8;
}
.l-inner__wmc-item:hover:after {
  opacity: 1;
  visibility: visible;
}
.l-inner__wmc-item:hover img {
  transform: scale(1.1);
}
.l-inner__wmc-item:hover a {
  opacity: 1;
  visibility: visible;
}
.l-inner__wmc-box {
  border: 0.0625rem solid var(--color-gray-3);
  border-radius: 0.375rem;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0.25rem;
  position: relative;
}
.l-inner__wmc-box img {
  border-radius: 0.25rem;
  transition: 0.3s ease-in-out;
}
.l-inner__wmc-box a {
  display: block;
  color: var(--color-primary);
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transition: 0.3s ease-in-out;
  transform: translate(-50%, -50%);
  visibility: hidden;
  z-index: 10;
}
.l-inner__wmc-box a:hover {
  color: var(--color-white);
}
.l-inner__wmc-box a i {
  font-size: 1.625rem;
}
.l-inner__wmc-video {
  margin-top: 1.25rem;
  position: relative;
}
.l-inner__wmc-video img {
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  padding: 0.75rem;
}
.l-inner__wmc-play {
  background: radial-gradient(rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.5) 55%);
  border-radius: 50%;
  display: block;
  height: 5rem;
  left: calc(50% - 40px);
  overflow: hidden;
  position: absolute;
  top: calc(50% - 40px);
  width: 5rem;
}
.l-inner__wmc-play::after {
  border-bottom: 1.25rem solid transparent;
  border-left: 1.875rem solid rgba(12, 12, 12, 0.95);
  border-top: 1.25rem solid transparent;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  width: 0;
  z-index: 100;
}
.l-inner__wmc-play::before {
  animation: pulsate-btn 2s;
  animation-delay: 0s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  -webkit-animation: pulsate-btn 2s;
  -webkit-animation-delay: 0s;
  -webkit-animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  background: rgba(75, 75, 75, 0);
  border: 0.3125rem solid var(--color-black);
  border-radius: 50%;
  content: "";
  height: 6.25rem;
  left: calc(50% - 50px);
  opacity: 1;
  position: absolute;
  top: calc(50% - 50px);
  width: 6.25rem;
}
.l-inner__wmc-play:hover::after {
  border-left: 0.3125rem solid var(--color-black);
  transform: scale(20);
}
.l-inner__wmc-play:hover::before {
  animation: none;
  -webkit-animation: none;
  border: none;
  border-bottom: 1.25rem solid transparent;
  border-left: 1.875rem solid var(--color-white);
  border-radius: 0;
  border-top: 1.25rem solid transparent;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  z-index: 200;
}
.l-inner__wmc-text p {
  text-align: justify;
  text-justify: inter-word;
}
.l-inner__wmc-donate {
  align-items: center;
  background-color: var(--color-primary-shadow) !important;
  border: 0.0625rem solid var(--color-gray-5);
  box-shadow: 0 0 0.625rem var(--color-gray-2);
  border-radius: 0.375rem;
  display: flex;
  flex-direction: column;
  font-size: 2.125rem;
  justify-content: center;
  padding: 3.125rem 0;
}
.l-inner__wmc-donate a {
  color: var(--color-secondary);
  text-decoration: none;
}
.l-inner__wmc-donate a:hover {
  color: var(--color-white);
}
.l-inner__wmc-donate > div {
  font-family: Oswald;
  margin-right: 1.25rem;
}
.l-inner__wmc-donate > ul {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.l-inner__wmc-donate > ul > li:not(:last-child) {
  margin-right: 1.5rem;
}
.l-inner__wmc-donate > ul li + li {
  position: relative;
  padding-left: 0.375rem;
}
.l-inner__wmc-donate > ul li + li:before {
  color: rgba(17, 17, 17, 0.75);
  content: "|";
  display: inline-block;
  font-size: 18pt;
  font-weight: bold;
  position: absolute;
  left: -0.8125rem;
  top: 50%;
  transform: translateY(-50%);
}
.l-inner__wmc-register span {
  color: var(--color-primary);
  font-family: "Nunito";
  font-size: 1.75rem;
  margin: 1.25rem 0;
  text-align: center;
  width: 100%;
}
.l-inner__policy, .l-inner__financial {
  text-align: justify;
}
.l-inner__404 {
  align-items: center;
  background-color: var(--color-primary-border);
  border: 0.0625rem solid var(--color-gray-9);
  border-radius: 1.5vw;
  box-sizing: border-box;
  box-shadow: 0 0 1.25rem rgba(17, 17, 17, 0.85);
  color: var(--color-white);
  display: flex;
  margin: 2.25rem 2.25rem 0 2.25rem;
  justify-content: center;
  height: calc(100vh - 176px);
  width: calc(100% - 72px);
}
.l-inner__404-number {
  color: var(--color-error);
  font-family: Anton;
  font-size: 92pt;
  font-weight: bold;
  position: relative;
  -webkit-text-stroke: 0.125rem;
  -webkit-text-stroke-color: var(--color-white);
}
.l-inner__404-number:after {
  background-color: var(--color-gray-5);
  content: "";
  display: block;
  height: 68%;
  position: absolute;
  right: -0.75rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.1875rem;
}
.l-inner__404-err, .l-inner__404-text {
  font-family: Anton;
  font-size: 34pt;
  text-transform: uppercase;
}
.l-inner__404-info {
  color: var(--color-secondary-shadow);
  font-family: Raleway;
  font-size: 18pt;
}
.l-inner__404-back > a {
  color: var(--color-primary);
  font-size: 16pt;
  text-decoration: none;
}
.l-inner__404-back > a:hover {
  color: var(--color-tertiary-text);
}
.l-inner__404-back > a > i {
  color: var(--color-success);
  margin-right: 1.5rem;
}
@media (max-width: 64em) {
  .l-inner__about-directors > img {
    width: calc(30vw + 80px);
  }
  .l-inner__about-directors > h5, .l-inner__about-directors > span {
    display: block;
    font-size: unset;
    text-align: center;
    margin-top: 0.75rem;
  }
  .l-inner__about-directors > p {
    text-align: center;
  }
  .l-inner__about-left > img, .l-inner__about-right > img {
    display: block;
    float: none;
    margin: 0 auto;
  }
}

.l-sponsor__project-box {
  border-radius: 0.375rem;
  margin-bottom: 1.25rem;
  padding: 1.125rem;
  text-align: center;
}
.l-sponsor__project-box > div {
  display: flex;
  justify-content: center;
}
.l-sponsor__project-box > div > i {
  background-color: var(--color-background-01);
  border-radius: 50%;
  box-shadow: 0 0 1.5625rem rgba(25, 25, 25, 0.25);
  color: var(--color-footer);
  font-size: 2.5rem;
  height: 5rem;
  overflow: hidden;
  margin-bottom: 1.25rem;
  padding-top: 1.25rem;
  transition: 0.5s;
  width: 5rem;
}
.l-sponsor__project-box > h5 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.9375rem;
  padding-bottom: 0.9375rem;
  position: relative;
}
.l-sponsor__project-box > p {
  font-size: 0.9375rem;
  line-height: 1.5rem;
}
.l-sponsor__project-box:hover > div > i {
  box-shadow: 0 0 1.875rem rgba(66, 139, 202, 0.5);
}
.l-sponsor__project-box:hover {
  box-shadow: 0 0 0.4375rem rgba(17, 17, 17, 0.15);
}
.l-sponsor__project-divider {
  background-image: linear-gradient(to right, var(--color-primary), white 35%, white 65%, var(--color-primary));
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: center center;
}
.l-sponsor__project-divider > i {
  color: var(--color-primary);
  margin: 1.5rem 0;
}
.l-sponsor__donate-title {
  border-radius: 0.375rem;
  box-sizing: border-box;
  box-shadow: 0.0625rem 0.0625rem 0.75rem 0.3125rem var(--color-gray-4);
  font-size: 1.25rem;
  font-style: italic;
  font-weight: bold;
  padding: 1rem;
  width: 100%;
}
.l-sponsor__donate-title span {
  display: block;
  margin: 1rem 0;
}
.l-sponsor__donate-box {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.l-sponsor__donate-icons {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.l-sponsor__donate-icons:not(:last-child) {
  margin-right: 0.625rem;
}
.l-sponsor__donate-icons i {
  color: var(--color-gray-3);
  font-size: 3rem;
  margin: 0.5rem;
}
.l-sponsor__donate-caption {
  color: var(--color-secondary);
  font-family: Anton;
  font-size: 1.5rem;
  padding: 0.625rem 0;
}
.l-sponsor__donate-desc {
  font-style: italic;
  text-align: center;
}

.c-nav {
  font-family: Oswald;
}
.c-nav__menu, .c-nav__menusub {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.c-nav__menu {
  display: flex;
  flex-direction: row;
  font-size: 14pt !important;
  justify-content: space-between;
  position: relative;
}
.c-nav__menu > li {
  position: relative;
}
.c-nav__menu > li:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0.0625rem;
}
.c-nav__menu > li > span, .c-nav__menu > li > a {
  color: var(--color-primary-border);
  cursor: pointer;
  display: block;
  padding: 0.875rem 0.75rem;
  text-decoration: none;
}
.c-nav__menu > li > span {
  position: relative;
}
.c-nav__menu > li > span:before {
  bottom: 0rem;
  content: "";
  border-top: 0.5625rem solid var(--color-primary);
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  transform-origin: center;
  transition: all 0.25s ease-in-out;
  width: 0;
  z-index: 4;
}
.c-nav__menu > li > a {
  position: relative;
}
.c-nav__menu > li > a:hover {
  color: var(--color-secondary);
}
.c-nav__menu > li > a:hover:after {
  animation: drawBorder 0.25s ease-in forwards;
  background-color: var(--color-secondary);
  bottom: -0.1875rem;
  content: "";
  left: 50%;
  height: 0.1875rem;
  max-width: 0;
  position: absolute;
  transform: translateX(-50%);
  transition: all 0.25s ease-in-out;
  width: 70%;
}
.c-nav__menu > li:hover > span {
  color: var(--color-secondary) !important;
}
.c-nav__menu > li:hover > span:before {
  content: "";
  border-bottom: 0.5625rem solid var(--color-secondary) !important;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-top: none;
}
.c-nav__menu > li:hover > ul {
  display: block;
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
}
.c-nav__menusub {
  background-color: var(--color-primary-text);
  border: 0.0625rem solid var(--color-secondary);
  border-radius: 0.375rem;
  box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(17, 17, 17, 0.5);
  display: none;
  z-index: 5;
}
.c-nav__menusub > li {
  position: relative;
  min-width: 14.375rem;
}
.c-nav__menusub > li > a {
  color: var(--color-primary-border);
  display: block;
  padding: 0.375rem 0.5rem;
  text-decoration: none;
}
.c-nav__menusub > li > a:hover {
  background-color: var(--color-primary);
  color: var(--color-primary-text);
}
.c-nav__menusub > li:first-child > a {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.c-nav__menusub > li:last-child > a {
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
@media (min-width: 64em) {
  .c-nav__actions {
    display: none;
  }
}
@media (max-width: 64em) {
  .c-nav {
    padding: 0.5rem 0;
  }
  .c-nav__actions {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 0.3125rem;
    padding: 0 1.75rem;
  }
  .c-nav__actions > a {
    color: var(--color-primary-border);
    padding: 0.3125rem 0.625rem;
  }
  .c-nav__menu {
    background-color: var(--color-primary-text);
    border-top: 0.0625rem solid var(--color-primary-border);
    display: block;
    font-size: 10pt;
  }
  .c-nav__menu > li {
    position: relative;
  }
  .c-nav__menu > li:not(:last-child) {
    margin-bottom: 0.0625rem;
    margin-right: 0;
  }
  .c-nav__menu > li > span, .c-nav__menu > li > a {
    background-color: var(--color-white);
    color: var(--color-primary-border);
    cursor: pointer;
    display: block;
    padding: 0.375rem 0.5rem;
    text-decoration: none;
  }
  .c-nav__menu > li > a:hover:after {
    content: none;
  }
  .c-nav__menu > li > span:before {
    content: none;
  }
  .c-nav__menu > li > span:after {
    content: "+";
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s ease-in-out;
  }
  .c-nav__menu > li:hover > span:before {
    border: none;
  }
  .c-nav__menu > li:hover > ul {
    display: none;
    position: relative;
  }
  .c-nav__menusub {
    border: none;
    border-radius: 0;
    box-shadow: none;
    position: relative;
  }
  .c-nav__menusub > li:first-child > a, .c-nav__menusub > li:last-child > a {
    border-radius: 0;
  }
  .c-nav__menusub > li:not(:last-child) {
    margin-bottom: 0;
  }
  .c-nav__menusub > li > a {
    margin-left: 1.75rem;
    position: relative;
  }
  .c-nav__menusub > li > a:after {
    position: absolute;
    height: 100%;
    width: 0.625rem;
    left: -0.75rem;
    border-left: 0.0625rem solid var(--color-secondary-border);
    top: 0;
    content: "";
  }
  .c-nav__menuSubOpen > span {
    background-color: var(--color-secondary-text) !important;
    border-bottom: 0.0625rem solid var(--color-secondary-border) !important;
    color: var(--color-secondary-border) !important;
  }
  .c-nav__menuSubOpen > span:after {
    color: var(--color-error) !important;
    display: inline-block !important;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%) rotate(225deg) !important;
    transform-origin: center !important;
  }
}

:root {
  --alpha: 0.75 ;
}

.c-wbCarousel {
  height: calc(100vh - 101px);
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.c-wbCarousel .carousel-item {
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  height: calc(100vh - 101px);
  width: 100%;
}
.c-wbCarousel .carousel-item:before {
  background-color: rgba(17, 17, 17, 0.75);
  bottom: 0;
  content: "";
  height: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.c-wbCarousel .carousel-container {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
.c-wbCarousel .carousel-content {
  color: var(--color-white);
  text-align: left;
  padding: 0 3.125rem;
}
.c-wbCarousel .carousel-content > h2 {
  color: var(--color-secondary-shadow);
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 1.875rem;
}
.c-wbCarousel .carousel-content > p {
  box-sizing: border-box;
  animation-delay: 0.4s;
  font-family: "Oswald";
  font-size: 1.625rem;
  height: 7.5rem;
  margin-bottom: 0.625rem;
}
.c-wbCarousel .carousel-content > a {
  font-family: "Raleway";
}
.c-wbCarousel .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}
.c-wbCarousel .carousel-inner .carousel-item,
.c-wbCarousel .carousel-inner .active.carousel-item-left,
.c-wbCarousel .carousel-inner .active.carousel-item-right {
  opacity: 0;
}
.c-wbCarousel .carousel-inner .active,
.c-wbCarousel .carousel-inner .carousel-item-next.carousel-item-left,
.c-wbCarousel .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
.c-wbCarousel .carousel-inner .carousel-item-next,
.c-wbCarousel .carousel-inner .carousel-item-prev,
.c-wbCarousel .carousel-inner .active.carousel-item-left,
.c-wbCarousel .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
.c-wbCarousel .carousel-control-next, .c-wbCarousel .carousel-control-prev {
  text-decoration: none;
  width: 10%;
}
.c-wbCarousel .carousel-control-next-icon, .c-wbCarousel .carousel-control-prev-icon {
  background: none;
  font-size: 2.5rem;
  line-height: 1;
  height: auto;
  width: auto;
}
@media (max-width: 75em) {
  .c-wbCarousel .carousel-content {
    margin: 0 5rem;
  }
}
@media (max-width: 64em) {
  .c-wbCarousel {
    height: calc(100vh - 103px);
    margin-top: 6.4375rem;
  }
  .c-wbCarousel .carousel-item {
    height: calc(100vh - 103px);
  }
  .c-wbCarousel .carousel-content.container {
    padding: 0 2.5rem;
  }
}
@media (max-width: 48em) {
  .c-wbCarousel .carousel-content {
    margin: 0 0.5rem;
  }
  .c-wbCarousel .carousel-content > h2 {
    font-size: 2.375rem;
    margin-bottom: 1.25rem;
  }
  .c-wbCarousel .carousel-content > p {
    font-size: 1.125rem;
    height: 6.875rem;
  }
}
@media (max-width: 36em) {
  .c-wbCarousel .carousel-content {
    text-align: center;
  }
  .c-wbCarousel .carousel-content > h2 {
    font-size: 1.875rem;
  }
  .c-wbCarousel .carousel-content > p {
    font-size: 1.125rem;
    height: 8.875rem;
  }
  .c-wbCarousel .carousel-control-next, .c-wbCarousel .carousel-control-prev {
    width: 2.1875rem;
  }
  .c-wbCarousel .carousel-control-next-icon, .c-wbCarousel .carousel-control-prev-icon {
    font-size: 1.875rem;
  }
}

.c-breadcrumb {
  background-color: var(--color-primary-text);
  border-bottom: 0.0625rem solid rgba(8, 61, 104, 0.5);
  border-top: 0.0625rem solid rgba(8, 61, 104, 0.5);
  color: var(--color-primary-shadow);
  margin-bottom: 2.5rem;
  padding: 0.75rem 0;
  position: relative;
}
.c-breadcrumb__description {
  display: flex;
  flex-direction: column;
}
.c-breadcrumb__description > h3 {
  display: block;
  margin: 0;
  padding: 0.25rem 0 0.25rem 2.25rem;
  position: relative;
}
.c-breadcrumb__description > h3:before {
  bottom: 0.25rem;
  color: rgba(24, 101, 165, 0.35);
  content: "\f4ba";
  font-family: "Font Awesome 6 Free";
  font-size: 16pt;
  font-weight: 600;
  left: 0.375rem;
  margin: 0;
  position: absolute;
}
.c-breadcrumb__description > span {
  color: var(--color-gray-4);
  display: block;
  font-family: Raleway;
  font-size: 11pt;
  font-style: italic;
  margin: 0;
  padding: 0.125rem 0 0.125rem 0.375rem;
}
.c-breadcrumb__search {
  margin-bottom: 0.375rem;
}
.c-breadcrumb__search > section > form {
  display: flex;
  position: relative;
}
.c-breadcrumb__search > section > form > input {
  background-color: var(--color-primary);
  border: 0;
  color: var(--color-primary-text);
  font-size: 12pt;
  padding: 0.375rem;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.3s ease-out;
  width: 100%;
}
.c-breadcrumb__search > section > form > input:focus, .c-breadcrumb__search > section > form > input:active {
  transform: scaleX(1);
}
.c-breadcrumb__search > section > form > input::-moz-placeholder {
  color: rgba(219, 219, 219, 0.85);
  font-family: Oswald;
  font-style: italic;
  padding-left: 1rem;
}
.c-breadcrumb__search > section > form > input::placeholder {
  color: rgba(219, 219, 219, 0.85);
  font-family: Oswald;
  font-style: italic;
  padding-left: 1rem;
}
.c-breadcrumb__search > section > form > input::-webkit-search-cancel-button {
  color: var(--color-error) !important;
}
.c-breadcrumb__search > section > form > button {
  background-color: var(--color-primary);
  border: 0;
  color: var(--color-primary-shadow);
  cursor: pointer;
  font-size: 12pt;
  height: 100%;
  letter-spacing: 0.0625rem;
  padding: 1.25rem;
  position: relative;
  right: 0;
  text-transform: uppercase;
  top: 0;
  transition: background-color 0.2s ease-out;
  width: 2.25rem;
  z-index: 10;
}
.c-breadcrumb__search > section > form > button:focus:before, .c-breadcrumb__search > section > form > button:active:before, .c-breadcrumb__search > section > form > button:hover:before {
  border-color: var(--color-primary-text);
}
.c-breadcrumb__search > section > form > button:focus:after, .c-breadcrumb__search > section > form > button:active:after, .c-breadcrumb__search > section > form > button:hover:after {
  background-color: var(--color-primary-text);
}
.c-breadcrumb__search > section > form > button:before, .c-breadcrumb__search > section > form > button:after {
  content: "";
  position: absolute;
  transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.c-breadcrumb__search > section > form > button:before {
  border: 0.1875rem solid var(--color-primary-border);
  border-radius: 100%;
  height: 1.125rem;
  right: 0.4375rem;
  top: 0.4375rem;
  width: 1.125rem;
}
.c-breadcrumb__search > section > form > button:after {
  background-color: var(--color-primary-border);
  height: 0.9375rem;
  right: 1.5625rem;
  top: 1.1875rem;
  transform: rotate(45deg);
  width: 0.1875rem;
}
.c-breadcrumb__items {
  position: relative;
  float: right;
  margin: 0;
  padding: 0;
  text-align: center;
}
.c-breadcrumb__items > ul {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.c-breadcrumb__items > ul > li {
  display: inline;
}
.c-breadcrumb__items > ul > li > a {
  background: var(--color-gray-9);
  box-shadow: 0.125rem 0.1875rem 0.25rem rgba(17, 17, 17, 0.75);
  color: var(--color-primary-shadow);
  display: block;
  float: left;
  font-family: Raleway;
  font-size: 10pt;
  margin-right: 0.3125rem;
  padding: 0.1875rem 0.5rem 0.1875rem 1.125rem;
  position: relative;
  text-decoration: none;
}
.c-breadcrumb__items > ul > li > a > i {
  margin-right: 0.25rem;
}
.c-breadcrumb__items > ul > li > a:before {
  border-bottom: 0.875rem solid transparent;
  border-left: 0.875rem solid var(--color-gray-9);
  border-top: 0.875rem solid transparent;
  content: "";
  right: -0.8125rem;
  position: absolute;
  top: 0;
  z-index: 1;
}
.c-breadcrumb__items > ul > li > a:after {
  border-bottom: 0.875rem solid transparent;
  border-left: 0.875rem solid var(--color-primary-text);
  border-top: 0.875rem solid transparent;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
}
.c-breadcrumb__items > ul > li > a:hover {
  background-color: var(--color-tertiary);
  color: var(--color-primary-text);
}
.c-breadcrumb__items > ul > li > a:hover:before {
  border-left-color: var(--color-tertiary);
}
.c-breadcrumb__items > ul > li:first-child > a {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.c-breadcrumb__items > ul > li:first-child > a:after {
  display: none;
}
.c-breadcrumb__items > ul > li:last-child > a {
  background-color: var(--color-secondary);
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  color: var(--color-primary-text);
  padding-right: 1.125rem;
}
.c-breadcrumb__items > ul > li:last-child > a:before {
  display: none;
}
@media (max-width: 64em) {
  .c-breadcrumb {
    margin-top: 6.875rem;
  }
  .c-breadcrumb__description {
    margin-bottom: 1rem;
    text-align: center;
  }
  .c-breadcrumb__description > h3 {
    padding: 0.25rem;
  }
  .c-breadcrumb__description > h3:before {
    content: "";
  }
  .c-breadcrumb__search {
    margin-bottom: 1rem;
  }
  .c-breadcrumb__items {
    float: unset;
    margin: auto 0;
  }
}

.c-form select:focus,
.c-form input:focus,
.c-form textarea:focus {
  box-shadow: 0 0 0 0 !important;
  outline: 0 !important;
}
.c-form textarea {
  height: 9.875rem;
  overflow: visible;
  resize: none;
}
.c-form__required {
  color: var(--color-error);
  padding-left: 0.75rem;
  position: relative;
}
.c-form__required:before {
  content: "*";
  font-size: 26pt;
  font-weight: bold;
  left: 0;
  position: absolute;
  top: -0.4375rem;
}
.c-form .form-control.iti__selected-flag {
  z-index: 4 !important;
}
.c-form .form-control.iti__country-list {
  z-index: 5 !important;
}
.c-form .form-control.iti__tel-input {
  border-radius: 0 0.25rem 0.25rem 0 !important;
}

.c-backTop {
  bottom: 0.75rem;
  display: none;
  position: fixed;
  right: 0.75rem;
}
.c-backTop > a {
  background-color: var(--color-primary);
  border-radius: 0.375rem;
  box-shadow: 0 0 0.25rem var(--color-gray-3);
  color: var(--color-white);
  display: block;
  height: 3.125rem;
  position: relative;
  transition: display 0.5s ease-in-out;
  width: 3.125rem;
}
.c-backTop > a:hover {
  color: var(--color-web-white);
  background-color: var(--color-primary-border);
  transition: background 0.5s ease-in-out;
}
.c-backTop > a > i {
  font-size: 1.375rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
