@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
/* ----------------------------------
		!Variables de Grid System
------------------------------------ */
/*------------------------------------*\
* CONTAINER
\*------------------------------------*/
/*------------------------------------*\
* COLUMNS
\*------------------------------------*/
/*------------------------------------*\
* BREAKPOINTS
\*------------------------------------*/
/*
	Con este resert vamos a resolver:
	- Unificar el uso de Custom Properties
	- Problemas de box-model más generales
	- Problemas con imágenes, vídeos e iconos svg
	- Problemas con tipografías y etiquetas input en formularios
	- Unificar la tipografías de todas las etiquetas de una web    
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
:root {
  --color-primary: #212529;
  --color-secondary: #fff;
  --type-primary: Montserrat, sans-serif;
  --type-secondary: Montserrat, sans-serif;
}

@media (prefers-color-scheme: dark) {
  :root {
    --color-primary:#212529;
    --color-secondary:#f8f9fa;
  }
}
@media (prefers-color-scheme: high) {
  :root {
    --color-primary:#000;
    --color-secondary:#fff;
  }
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  vertical-align: baseline;
}

img, picture, video, iframe, figure {
  max-width: 100%;
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

a {
  display: block;
}

p a {
  display: inline;
}

li {
  list-style-type: none;
}

html {
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6, p, span, a, strong, blockquote, i, b u, em {
  font-weight: inherit;
  font-style: inherit;
  text-decoration: none;
  color: inherit;
}

::-moz-selection {
  background-color: var(--color-primary);
  color: var(--color-secondary);
}

::selection {
  background-color: var(--color-primary);
  color: var(--color-secondary);
}

svg {
  width: 100%;
  display: block;
  fill: currentColor;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

body {
  min-height: 100vh;
  font-size: 100%;
  font-family: var(--type-primary);
  color: var(--color-primary);
  background-color: var(--color-secondary);
  line-height: 1.4em;
  -webkit-hyphens: auto;
          hyphens: auto;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.portlet {
  margin-bottom: 0 !important;
  padding: 0 !important;
}

.portlet-header {
  display: none !important;
}

.col-md-12, .columns-1, .portlet-column, .portlet-column-only, .portlet-dropzone, .portlet-column-content, .portlet-column-content-only {
  padding: 0 !important;
}
.col-md-12 .row, .columns-1 .row, .portlet-column .row, .portlet-column-only .row, .portlet-dropzone .row, .portlet-column-content .row, .portlet-column-content-only .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* ----------------------------------
		!Variables de Grid System
------------------------------------ */
/*------------------------------------*\
* CONTAINER
\*------------------------------------*/
/*------------------------------------*\
* COLUMNS
\*------------------------------------*/
/*------------------------------------*\
* BREAKPOINTS
\*------------------------------------*/
body.darkMode {
  background: #343a40 !important;
}
body.darkMode .wpthemeMainContent {
  background: #343a40 !important;
}
body.darkMode section {
  background: #343a40 !important;
}
body.darkMode .utilitybar .u-nav .u-item .u-link p {
  color: #002645 !important;
}
body.darkMode .utilitybar .u-nav .u-item .u-link p:hover {
  color: #1c7692 !important;
}
body.darkMode .mega-menu ul li .mega-submenu .titulo-item {
  color: #002645 !important;
}
body.darkMode .mega-menu ul li .mega-submenu .titulo-item:hover {
  color: #1c7692 !important;
}
body.darkMode .owl-caption .item .degradado {
  background: rgba(0, 0, 0, 0);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, transparent 100%);
}
body.darkMode .owl-caption .item .caption {
  z-index: 4;
}
body.darkMode .owl-caption .item .caption .headline-2 {
  color: #1c7692 !important;
}
body.darkMode .owl-caption .item .caption .subtitle-2 {
  color: #002645 !important;
}
body.darkMode .hero-caption .headline-2 {
  color: #1c7692 !important;
}
body.darkMode .hero-caption .subtitle-2 {
  color: #002645 !important;
}
body.darkMode .scroll-down {
  border: 2px solid #002645 !important;
}
body.darkMode .scroll-down::before {
  background: #002645 !important;
}
body.darkMode .description {
  color: #343a40 !important;
}
body.darkMode .paragraph, body.darkMode p {
  color: #fff !important;
}
body.darkMode .headline-1, body.darkMode .headline-2, body.darkMode .headline-3 {
  color: #fff !important;
}
body.darkMode .subtitle-1,
body.darkMode .subtitle-2,
body.darkMode .subtitle-3 {
  color: #1c7692 !important;
}
body.darkMode img {
  filter: grayscale(100%) !important;
}
body.darkMode img:hover {
  filter: grayscale(0%) !important;
}
body.darkMode .popup-contenido {
  background: #343a40;
}
body.darkMode .info-popup-small .contenedor-info-popup-small .popups-small {
  background: #343a40;
}
body.darkMode .info-popup-small .contenedor-info-popup-small .popups-small .btn-cerrar-popup-small p {
  color: #fff !important;
}
body.darkMode .info-popup-small .contenedor-info-popup-small .popups-small .btn-cerrar-popup-small p span {
  font-family: "Montserrat", sans-serif;
  margin: 0 5px;
  color: #002645;
}
body.darkMode .info-popup-small .contenedor-info-popup-small2 .popups-small2 {
  background: #343a40;
}
body.darkMode .info-popup-small .contenedor-info-popup-small3 .popups-small3 {
  background: #343a40;
}
body.darkMode .comparador {
  background: #2f353a !important;
}
body.darkMode hr {
  background: #343a40 !important;
}
body.darkMode div.bg-light-blue {
  background: #292d32 !important;
}
body.darkMode .label {
  top: -12px;
  background-color: transparent;
  color: #1c7692;
  font-weight: 600;
}
body.darkMode .com-body {
  background: #2f353a !important;
}
body.darkMode .tc-left-title {
  color: #1c7692 !important;
}
body.darkMode .list-h span {
  color: #1c7692;
}
body.darkMode .list-icon li {
  border-color: #1c7692 !important;
}
body.darkMode .list-icon li p {
  color: #ced4da !important;
}
body.darkMode .list-icon li p i {
  color: #1c7692 !important;
}
body.darkMode .list-bubles {
  list-style: none;
}
body.darkMode .list-bubles-item {
  background: #292d32 !important;
}
body.darkMode .list-bubles-icon {
  color: #fff !important;
}
body.darkMode .list-bubles-text {
  color: #fff !important;
}
body.darkMode .list-bubles-link {
  color: #1c7692 !important;
}
body.darkMode .list-bubles-link:hover {
  background: #1c7692;
  color: #fff !important;
  transition: 0.5s;
}
body.darkMode .list-bubles-group i {
  color: #fff !important;
}
body.darkMode .list-bubles-group p {
  color: #fff !important;
}
body.darkMode ul.list-disc li, body.darkMode ul.list-check li, body.darkMode ul.list-none li {
  color: #fff !important;
}
body.darkMode table {
  color: #fff;
  background-color: #343a40;
}
body.darkMode table th,
body.darkMode table td,
body.darkMode table thead th {
  border-color: #454d55;
}
body.darkMode table.table-bordered {
  border: 0;
}
body.darkMode table.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
body.darkMode table.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}
body.darkMode .tab-line-item {
  color: #fff;
  font-size: 15px;
  color: #fff;
}
body.darkMode .tab-line-item.active {
  color: #fff !important;
}
body.darkMode .tab-line-item a {
  color: #fff;
}
body.darkMode .tab-line-item a:hover {
  color: #1c7692;
}
body.darkMode .box-txt-white {
  color: #fff;
}
body.darkMode section.bg-light-blue {
  background: #292d32 !important;
}
body.darkMode .container-tabs .t-verticals .t-buttons {
  color: #1c7692;
  background: #2f353a !important;
}
body.darkMode .container-tabs .t-verticals .t-buttons.active {
  color: #fff;
  background: #2f353a !important;
}
body.darkMode .container-tabs .t-verticals .t-buttons.active::after {
  background: #2f353a !important;
  right: -15px;
  z-index: 0 !important;
}
body.darkMode .t-body-vertical {
  background: #2f353a !important;
}
body.darkMode .t-body-vertical .t-text-vertical {
  color: #fff !important;
}
body.darkMode .tab-verticals-item {
  color: #ced4da;
}
body.darkMode .tab-verticals-item:hover {
  color: #1c7692;
}
body.darkMode h4 {
  color: #fff !important;
}
body.darkMode .a-panel {
  background: #2f353a !important;
}
body.darkMode .blind {
  background: #2f353a !important;
}
body.darkMode .blind-title p {
  color: #1c7692 !important;
}
body.darkMode .blind-title i {
  background-color: #1c7692;
}
body.darkMode .blind-body {
  background: #292d32 !important;
}
body.darkMode .blind-body p {
  color: #ced4da !important;
}
body.darkMode .accordion {
  width: 100%;
}
body.darkMode .accordion-item {
  margin: 5px 0;
}
body.darkMode .accordion-item.active .accordion-title {
  border-bottom: 5px solid #fff;
}
body.darkMode .accordion-item.active .accordion-title::after {
  color: #fff;
  transition: 0.5s;
  transform: rotate(180deg);
}
body.darkMode .accordion-title {
  color: #fff;
  background: #292d32 !important;
}
body.darkMode .accordion-title::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  transition: 0.5s;
}
body.darkMode .accordion-body {
  background: #2f353a !important;
  color: #002645;
}
body.darkMode .accordion-container {
  padding: 20px;
}
body.darkMode .formulario {
  background: #2f353a !important;
}
body.darkMode .formulario .form_group .input {
  border: 1px solid #343a40 !important;
  background: #343a40 !important;
  color: #fff !important;
}
body.darkMode .formulario .form_group .select {
  border: 1px solid #343a40 !important;
  background: #343a40 !important;
  color: #fff !important;
  background-image: url(/wps/wcm/connect/banco-de-occidente/298dfecf-7f4c-4ca7-a450-ff7ff4287c0f/icon-desplegar.png?MOD=AJPERES) !important;
  background-repeat: no-repeat !important;
  background-position: center right !important;
  background-size: 28px !important;
}
body.darkMode .titulo-item {
  color: #fff !important;
}
body.darkMode .card-img-top {
  filter: grayscale(100%) !important;
}
body.darkMode .card:hover .card-img-top {
  filter: grayscale(0%) !important;
}
body.darkMode .card-body {
  background: #2f353a !important;
}
body.darkMode .card-body .text-1 {
  color: #fff !important;
}
body.darkMode .form-group label {
  color: #1c7692;
}
body.darkMode .form-group .message i {
  margin-left: 5px;
}
body.darkMode .form-input, body.darkMode .form-select {
  background: #2f353a !important;
  color: #fff;
}
body.darkMode .form-input:focus, body.darkMode .form-select:focus {
  border: 1px solid #1c7692;
}
body.darkMode .form-input:active, body.darkMode .form-select:active {
  border: 1px solid #1c7692;
}
body.darkMode .form-select:focus {
  border: 1px solid #1c7692;
}
body.darkMode .form-select:active {
  border: 1px solid #1c7692;
}
body.darkMode .message-info {
  color: #1c7692 !important;
}
body.darkMode .message-success {
  color: #03c3f5 !important;
}
body.darkMode .message-danger {
  color: #DC0000 !important;
}
body.darkMode input[type=checkbox] {
  background: #2f353a !important;
}
body.darkMode .card-img .img-caption h4 {
  color: #fff !important;
}
body.darkMode .card-info {
  background: #2f353a !important;
  color: #ced4da;
}
body.darkMode .card-horizontal {
  background: #2f353a !important;
  color: #ced4da;
}
body.darkMode .card-horizontal-body-right {
  background: #2f353a !important;
}
body.darkMode .card-horizontal-body-center {
  background: #2f353a !important;
}
body.darkMode .card-horizontal-body-left {
  background: #2f353a !important;
}
body.darkMode .card-icon-horizontal {
  background: #2f353a !important;
  background-clip: border-box;
}
body.darkMode .card-icon-horizontal-body b {
  color: #1c7692 !important;
}
body.darkMode .card-slide {
  background: #292d32 !important;
  border: #2f353a !important;
}
body.darkMode .card-slide-img-top {
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
  width: 100%;
  height: 400px;
  z-index: 3;
}
body.darkMode .card-slide h2, body.darkMode .card-slide p {
  color: #fff !important;
}
body.darkMode .card-slide:hover {
  border: 2px solid #E5E5E5;
}
body.darkMode .card-slide:hover .icon-down {
  transform: rotate(180deg);
  transition: 0.5s;
}
body.darkMode .card-slide-caption {
  height: 300px;
}
body.darkMode .link a {
  color: #fff;
}
body.darkMode .link-primary, body.darkMode .link-secondary {
  color: #fff !important;
}
body.darkMode .link-primary i, body.darkMode .link-secondary i {
  color: #fff !important;
}
body.darkMode .link-primary:hover, body.darkMode .link-secondary:hover {
  color: #1c7692 !important;
}
body.darkMode .gradient-secondary-white {
  background: linear-gradient(120deg, #002449 0%, #002449 65%, #2d3238 65.1%);
}
body.darkMode .bg-gray-light-xs, body.darkMode .bg-white {
  background: #2f353a !important;
}
body.darkMode .container .indicadores-ec {
  background: #2f353a !important;
  border: 0;
}
@media (max-width: 767.98px) {
  body.darkMode .container .indicadores-ec .item-eco {
    border-bottom: 2px solid #78c2ff;
  }
}
body.darkMode .container .indicadores-ec .item-eco p {
  color: #fff !important;
}
body.darkMode .menu-floating-button {
  background: #1c7692;
}
body.darkMode .menu-floating-button p {
  color: #1c7692;
}
body.darkMode .menu-floating-button i {
  color: #fff;
}
body.darkMode .menu-floating-menu li a {
  color: #002645;
}
body.darkMode .menu-floating-menu li a p {
  background: #2f353a !important;
  color: #fff;
  font-weight: 400 !important;
}
body.darkMode .menu-floating-menu li a i {
  color: #fff;
}
body.darkMode .alert-w {
  background: #2f353a !important;
}
body.darkMode .alert-w-head .close-alert p {
  color: #fff !important;
}
body.darkMode .alert-w-head .close-alert p span {
  font-family: "Montserrat", sans-serif;
  margin: 0 5px;
  color: #002645;
}
body.darkMode .alert-w .scroll-down {
  border: 2px solid #fff !important;
}
body.darkMode .alert-w .scroll-down::before {
  background: #fff !important;
}
body.darkMode .alert-w-body .alert-question {
  color: #fff !important;
}
body.darkMode .alerta {
  box-shadow: 0 0 0 0.1rem #343a40;
  background: #2f353a !important;
  border-radius: 0.25rem;
}
body.darkMode .alerta-text {
  display: flex;
  align-items: center;
}
body.darkMode .alerta-text i {
  font-size: 30px;
}
body.darkMode .alerta-text #icon-cookie#Fill-1 {
  fill: #fff !important;
  stroke: #fff !important;
}
body.darkMode .alerta-text #icon-cookie#Fill-2 {
  fill: #fff !important;
}
body.darkMode .alerta-text p {
  margin-left: 10px;
}
body.darkMode .alerta-close {
  box-shadow: 0 0 0 0.1rem #343a40;
  border-radius: 50%;
  background: #292d32 !important;
}
body.darkMode .alerta-close i {
  font-size: 24px;
  color: #fff !important;
}
body.darkMode .alerta-link {
  border-radius: 50rem;
}
body.darkMode .alerta-link:hover {
  background: #292d32 !important;
}
body.darkMode .bubble {
  background: #292d32 !important;
}
body.darkMode .bubble i {
  color: #1c7692 !important;
}
body.darkMode .bubble-info {
  color: #fff !important;
}
body.darkMode .cookie {
  background: #292d32 !important;
  border-radius: 0.25rem;
}
body.darkMode .cookie-text {
  display: flex;
  align-items: center;
}
body.darkMode .cookie-text i {
  font-size: 30px;
}
body.darkMode .cookie-text a {
  color: #fff !important;
}
body.darkMode .cookie-text p {
  margin-left: 10px;
}
body.darkMode .cookie-close {
  border-radius: 50%;
  background: #292d32 !important;
}
body.darkMode .cookie-close i {
  font-size: 24px;
  color: #fff !important;
}
body.darkMode .cookie-link {
  border-radius: 50rem;
}
body.darkMode .cookie-link:hover {
  background: #292d32 !important;
}
body.darkMode .modal-header .icon {
  width: 30px;
  height: 30px;
  color: #fff;
  transition: 0.3s;
  border-radius: 50%;
}
body.darkMode .modal-header .icon:hover {
  background: #292d32 !important;
  color: #1c7692;
  background: #f8f9fa;
  transition: 0.3s;
}
body.darkMode .modal-sm {
  background: #2f353a !important;
}
body.darkMode .access {
  background: #292d32 !important;
  color: #fff;
}
body.darkMode .access-title {
  color: #002645;
}
body.darkMode .access-control-item {
  background: #1c7692;
  color: #fff;
}
body.darkMode .iconos-items-home a {
  text-decoration: none;
  color: #222222;
  transition: 0.5s;
}
body.darkMode .iconos-items-home a:hover {
  color: #fff !important;
}
body.darkMode .iconos-items-home p {
  color: #fff !important;
}
body.darkMode .iconos-items-home p b {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #abd9ff;
}
body.darkMode .iconos-items-home p b:hover {
  color: #abd9ff !important;
}
body.darkMode .contenedor-flechas .flechas-iconos-izquierda, body.darkMode .contenedor-flechas .flechas-iconos-derecha {
  color: #fff !important;
}
body.darkMode .movil-menu .menu .dropdown .box .item p {
  color: #1c7692 !important;
}
body.darkMode #logo-prefooter .cls-6 {
  fill: #fff !important;
  stroke: #fff !important;
}
body.darkMode #logo-prefooter .cls-3 {
  fill: #fff !important;
}
body.darkMode .footer {
  background: transparent linear-gradient(270deg, #2f353a 0%, #2f353a 0% 0%) no-repeat padding-box;
}
body.darkMode .footer .content .title-footer {
  color: #fff !important;
}

/*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/
:root {
  --animate-duration:1s;
  --animate-delay:1s;
  --animate-repeat:1;
}

.animate__animated {
  animation-duration: 1s;
  animation-duration: var(--animate-duration);
  animation-fill-mode: both;
}

.animate__animated.animate__infinite {
  animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1 {
  animation-iteration-count: 1;
  animation-iteration-count: var(--animate-repeat);
}

.animate__animated.animate__repeat-2 {
  animation-iteration-count: 2;
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animate__animated.animate__repeat-3 {
  animation-iteration-count: 3;
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animate__animated.animate__delay-1s {
  animation-delay: 1s;
  animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-2s {
  animation-delay: 2s;
  animation-delay: calc(var(--animate-delay) * 2);
}

.animate__animated.animate__delay-3s {
  animation-delay: 3s;
  animation-delay: calc(var(--animate-delay) * 3);
}

.animate__animated.animate__delay-4s {
  animation-delay: 4s;
  animation-delay: calc(var(--animate-delay) * 4);
}

.animate__animated.animate__delay-5s {
  animation-delay: 5s;
  animation-delay: calc(var(--animate-delay) * 5);
}

.animate__animated.animate__faster {
  animation-duration: 0.5s;
  animation-duration: calc(var(--animate-duration) / 2);
}

.animate__animated.animate__fast {
  animation-duration: 0.8s;
  animation-duration: calc(var(--animate-duration) * 0.8);
}

.animate__animated.animate__slow {
  animation-duration: 2s;
  animation-duration: calc(var(--animate-duration) * 2);
}

.animate__animated.animate__slower {
  animation-duration: 3s;
  animation-duration: calc(var(--animate-duration) * 3);
}

@media (prefers-reduced-motion: reduce), print {
  .animate__animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
  .animate__animated[class*=Out] {
    opacity: 0;
  }
}
@keyframes bounce {
  0%, 20%, 53%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.animate__flash {
  animation-name: flash;
}
@keyframes pulse {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scaleX(1);
  }
}
.animate__pulse {
  animation-name: pulse;
  animation-timing-function: ease-in-out;
}
@keyframes rubberBand {
  0% {
    transform: scaleX(1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scaleX(1);
  }
}
.animate__rubberBand {
  animation-name: rubberBand;
}
@keyframes shakeX {
  0%, to {
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.animate__shakeX {
  animation-name: shakeX;
}
@keyframes shakeY {
  0%, to {
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(0, 10px, 0);
  }
}
.animate__shakeY {
  animation-name: shakeY;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.animate__headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.animate__swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  0% {
    transform: scaleX(1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    transform: scaleX(1);
  }
}
.animate__tada {
  animation-name: tada;
}
@keyframes wobble {
  0% {
    transform: translateZ(0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__wobble {
  animation-name: wobble;
}
@keyframes jello {
  0%, 11.1%, to {
    transform: translateZ(0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
.animate__heartBeat {
  animation-name: heartBeat;
  animation-duration: 1.3s;
  animation-duration: calc(var(--animate-duration) * 1.3);
  animation-timing-function: ease-in-out;
}
@keyframes backInDown {
  0% {
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  animation-name: backInDown;
}
@keyframes backInLeft {
  0% {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  animation-name: backInLeft;
}
@keyframes backInRight {
  0% {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  animation-name: backInRight;
}
@keyframes backInUp {
  0% {
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  animation-name: backInUp;
}
@keyframes backOutDown {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  animation-name: backOutDown;
}
@keyframes backOutLeft {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  animation-name: backOutLeft;
}
@keyframes backOutRight {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  animation-name: backOutRight;
}
@keyframes backOutUp {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  animation-name: backOutUp;
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
.animate__bounceIn {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.animate__bounceOut {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.animate__bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.animate__bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInTopLeft {
  animation-name: fadeInTopLeft;
}
@keyframes fadeInTopRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInTopRight {
  animation-name: fadeInTopRight;
}
@keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInBottomLeft {
  animation-name: fadeInBottomLeft;
}
@keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInBottomRight {
  animation-name: fadeInBottomRight;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.animate__fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.animate__fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.animate__fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.animate__fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.animate__fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.animate__fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.animate__fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
}
.animate__fadeOutTopLeft {
  animation-name: fadeOutTopLeft;
}
@keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
}
.animate__fadeOutTopRight {
  animation-name: fadeOutTopRight;
}
@keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
}
.animate__fadeOutBottomRight {
  animation-name: fadeOutBottomRight;
}
@keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  animation-name: fadeOutBottomLeft;
}
@keyframes flip {
  0% {
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
  }
}
.animate__animated.animate__flip {
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.animate__flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.animate__flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.animate__flipOutX {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.animate__flipOutY {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedInRight {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__lightSpeedInRight {
  animation-name: lightSpeedInRight;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedInLeft {
  0% {
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(5deg);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__lightSpeedInLeft {
  animation-name: lightSpeedInLeft;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOutRight {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutRight {
  animation-name: lightSpeedOutRight;
  animation-timing-function: ease-in;
}
@keyframes lightSpeedOutLeft {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutLeft {
  animation-name: lightSpeedOutLeft;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  0% {
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateIn {
  animation-name: rotateIn;
  transform-origin: center;
}
@keyframes rotateInDownLeft {
  0% {
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInDownLeft {
  animation-name: rotateInDownLeft;
  transform-origin: left bottom;
}
@keyframes rotateInDownRight {
  0% {
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInDownRight {
  animation-name: rotateInDownRight;
  transform-origin: right bottom;
}
@keyframes rotateInUpLeft {
  0% {
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInUpLeft {
  animation-name: rotateInUpLeft;
  transform-origin: left bottom;
}
@keyframes rotateInUpRight {
  0% {
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInUpRight {
  animation-name: rotateInUpRight;
  transform-origin: right bottom;
}
@keyframes rotateOut {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(200deg);
    opacity: 0;
  }
}
.animate__rotateOut {
  animation-name: rotateOut;
  transform-origin: center;
}
@keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
  transform-origin: left bottom;
}
@keyframes rotateOutDownRight {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownRight {
  animation-name: rotateOutDownRight;
  transform-origin: right bottom;
}
@keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.animate__rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
  transform-origin: left bottom;
}
@keyframes rotateOutUpRight {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(90deg);
    opacity: 0;
  }
}
.animate__rotateOutUpRight {
  animation-name: rotateOutUpRight;
  transform-origin: right bottom;
}
@keyframes hinge {
  0% {
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate(60deg);
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.animate__hinge {
  animation-duration: 2s;
  animation-duration: calc(var(--animate-duration) * 2);
  animation-name: hinge;
  transform-origin: top left;
}
@keyframes jackInTheBox {
  0% {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  animation-name: jackInTheBox;
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__rollIn {
  animation-name: rollIn;
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.animate__rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutDown {
  animation-name: zoomOutDown;
  transform-origin: center bottom;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
.animate__zoomOutLeft {
  animation-name: zoomOutLeft;
  transform-origin: left center;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
.animate__zoomOutRight {
  animation-name: zoomOutRight;
  transform-origin: right center;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutUp {
  animation-name: zoomOutUp;
  transform-origin: center bottom;
}
@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.animate__slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.animate__slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.animate__slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.animate__slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.animate__slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.animate__slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  animation-name: slideOutUp;
}

@font-face {
  font-family: "icc";
  src: url("/documents/6850170/6926573/icc.eot");
  src: url("/documents/6850170/6926573/icc.eot") format("embedded-opentype"), url("/documents/6850170/6926573/icc.ttf") format("truetype"), url("/documents/6850170/6926573/icc.woff") format("woff"), url("/documents/6850170/6926573/icc.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icc-], [class*=" icc-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icc" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icc-twitter:before {
  content: "\f099";
}

.icc-facebook:before {
  content: "\f09a";
}

.icc-linkedin:before {
  content: "\f0e1";
}

.icc-umbrella:before {
  content: "\f0e9";
}

.icc-youtube:before {
  content: "\f16a";
}

.icc-instagram:before {
  content: "\f16d";
}

.icc-file-pdf-o:before {
  content: "\f1c1";
}

.icc-file-word-o:before {
  content: "\f1c2";
}

.icc-file-excel-o:before {
  content: "\f1c3";
}

.icc-file-powerpoint-o:before {
  content: "\f1c4";
}

.icc-file-image-o:before {
  content: "\f1c5";
}

.icc-file-photo-o:before {
  content: "\f1c5";
}

.icc-file-picture-o:before {
  content: "\f1c5";
}

.icc-file-archive-o:before {
  content: "\f1c6";
}

.icc-file-zip-o:before {
  content: "\f1c6";
}

.icc-area-chart:before {
  content: "\f1fe";
}

.icc-whatsapp:before {
  content: "\f232";
}

.icc-universal-access:before {
  content: "\f29a";
}

.icc-wheelchair-alt:before {
  content: "\f29b";
}

.icc-envelope-open-o:before {
  content: "\f2b7";
}

.icc-call:before {
  content: "\e900";
}

.icc-alternate-email:before {
  content: "\e901";
}

.icc-content-paste:before {
  content: "\e92f";
}

.icc-link:before {
  content: "\e902";
}

.icc-brightness-3:before {
  content: "\e942";
}

.icc-check-circle:before {
  content: "\e903";
}

.icc-translate:before {
  content: "\e948";
}

.icc-verified-user:before {
  content: "\e904";
}

.icc-check-circle-outline:before {
  content: "\e905";
}

.icc-apartment:before {
  content: "\e933";
}

.icc-nightlight-round:before {
  content: "\e930";
}

.icc-archive:before {
  content: "\e906";
}

.icc-arrow-down:before {
  content: "\e907";
}

.icc-arrow-down-circle:before {
  content: "\e932";
}

.icc-arrow-down-left:before {
  content: "\e908";
}

.icc-arrow-down-right:before {
  content: "\e909";
}

.icc-arrow-left:before {
  content: "\e90a";
}

.icc-arrow-left-circle:before {
  content: "\e93e";
}

.icc-arrow-right:before {
  content: "\e90b";
}

.icc-arrow-right-circle:before {
  content: "\e93f";
}

.icc-arrow-up:before {
  content: "\e90c";
}

.icc-arrow-up-circle:before {
  content: "\e940";
}

.icc-arrow-up-left:before {
  content: "\e90d";
}

.icc-arrow-up-right:before {
  content: "\e90e";
}

.icc-award:before {
  content: "\e90f";
}

.icc-book:before {
  content: "\e910";
}

.icc-book-open:before {
  content: "\e934";
}

.icc-bookmark:before {
  content: "\e931";
}

.icc-briefcase:before {
  content: "\e911";
}

.icc-camera:before {
  content: "\e941";
}

.icc-check:before {
  content: "\e912";
}

.icc-clipboard:before {
  content: "\e913";
}

.icc-database:before {
  content: "\e914";
}

.icc-dollar-sign:before {
  content: "\e915";
}

.icc-download:before {
  content: "\e916";
}

.icc-eye:before {
  content: "\e917";
}

.icc-file:before {
  content: "\e918";
}

.icc-file-text:before {
  content: "\e935";
}

.icc-film:before {
  content: "\e943";
}

.icc-folder:before {
  content: "\e919";
}

.icc-hexagon:before {
  content: "\e91a";
}

.icc-home:before {
  content: "\e936";
}

.icc-layers:before {
  content: "\e91b";
}

.icc-mail:before {
  content: "\e91c";
}

.icc-map-pin:before {
  content: "\e91d";
}

.icc-menu:before {
  content: "\e91e";
}

.icc-mic:before {
  content: "\e937";
}

.icc-moon:before {
  content: "\e91f";
}

.icc-phone:before {
  content: "\e920";
}

.icc-pie-chart:before {
  content: "\e921";
}

.icc-pocket:before {
  content: "\e922";
}

.icc-printer:before {
  content: "\e923";
}

.icc-refresh-cw:before {
  content: "\e924";
}

.icc-search:before {
  content: "\e925";
}

.icc-shield:before {
  content: "\e946";
}

.icc-smartphone:before {
  content: "\e947";
}

.icc-sun:before {
  content: "\e944";
}

.icc-thumbs-up:before {
  content: "\e926";
}

.icc-user-check:before {
  content: "\e927";
}

.icc-user-plus:before {
  content: "\e928";
}

.icc-users:before {
  content: "\e929";
}

.icc-video:before {
  content: "\e938";
}

.icc-x:before {
  content: "\e92a";
}

.icc-chevron-down:before {
  content: "\e92b";
}

.icc-chevron-left:before {
  content: "\e92c";
}

.icc-chevron-right:before {
  content: "\e92d";
}

.icc-chevron-up:before {
  content: "\e92e";
}

.icc-adjust:before {
  content: "\e93a";
}

.icc-chat:before {
  content: "\e945";
}

.icc-help:before {
  content: "\e939";
}

.icc-old-phone:before {
  content: "\e94a";
}

.icc-quote:before {
  content: "\e93b";
}

.icc-text-document:before {
  content: "\e93c";
}

.ath-accordion {
  width: 100%;
}
.ath-accordion-item {
  border-radius: 0.625rem;
  margin: 5px 0;
}
.ath-accordion-item.active .ath-accordion-title {
  font-weight: 500;
}
.ath-accordion-item.active .ath-accordion-title::after {
  transform: rotate(180deg);
}
.ath-accordion-item.active .ath-accordion-body {
  transition: 0.3s;
}
.ath-accordion-title {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  border: 0;
  padding: 20px;
  font-size: 18px;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
}
.ath-accordion-title::after {
  content: " ";
  width: 1.2rem;
  height: 1.2rem;
  margin-left: auto;
  background-repeat: no-repeat;
  background-size: 1rem;
  flex-shrink: 0;
  transition: 0.3s;
}
.ath-accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s linear;
  transition: 0.3s;
  border-bottom-right-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
}
.ath-accordion-container {
  padding: 20px;
}

.ath-accordion-primary .ath-accordion-item {
  background: #1c7692;
}
.ath-accordion-primary .ath-accordion-item.active .ath-accordion-body {
  background: #1c7692;
  transition: 0.3s;
}
.ath-accordion-primary .ath-accordion-item.active .ath-accordion-body p {
  color: white;
}
.ath-accordion-primary .ath-accordion-title {
  color: #fff;
}
.ath-accordion-primary .ath-accordion-title::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
}
.ath-accordion-primary .ath-accordion-body {
  background: #E5E5E5;
  color: #fff;
}

.ath-accordion-secondary .ath-accordion-item {
  background: #002645;
}
.ath-accordion-secondary .ath-accordion-item.active .ath-accordion-body {
  background: #002645;
  transition: 0.3s;
}
.ath-accordion-secondary .ath-accordion-item.active .ath-accordion-body p {
  color: #fff;
}
.ath-accordion-secondary .ath-accordion-title {
  color: #fff;
}
.ath-accordion-secondary .ath-accordion-title::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
}
.ath-accordion-secondary .ath-accordion-body {
  background: #f2f2f2;
  color: #1c7692;
}

.ath-accordion-third .ath-accordion-item {
  background: #43b6b6;
}
.ath-accordion-third .ath-accordion-item.active .ath-accordion-body {
  background: #43b6b6;
  transition: 0.3s;
}
.ath-accordion-third .ath-accordion-item.active .ath-accordion-body p {
  color: white;
}
.ath-accordion-third .ath-accordion-title {
  color: #fff;
}
.ath-accordion-third .ath-accordion-title::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
}
.ath-accordion-third .ath-accordion-body {
  background: #E5E5E5;
  color: #fff;
}

.ath-accordion-light .ath-accordion-item {
  background: transparent;
}
.ath-accordion-light .ath-accordion-item.active .ath-accordion-title {
  border-bottom: 2px solid #fff;
}
.ath-accordion-light .ath-accordion-item.active .ath-accordion-body {
  background: transparent;
}
.ath-accordion-light .ath-accordion-item.active .ath-accordion-body p {
  color: #1c7692;
}
.ath-accordion-light .ath-accordion-title {
  border-bottom: 2px solid #fff;
  color: #1c7692;
}
.ath-accordion-light .ath-accordion-title::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
}
.ath-accordion-light .ath-accordion-body {
  color: #1c7692;
}

.ath-accordion-gray .ath-accordion-item {
  background: transparent;
}
.ath-accordion-gray .ath-accordion-item.active .ath-accordion-title {
  border-bottom: 2px solid #002645;
}
.ath-accordion-gray .ath-accordion-item.active .ath-accordion-body {
  transition: 0.3s;
}
.ath-accordion-gray .ath-accordion-title {
  color: #1c7692;
}
.ath-accordion-gray .ath-accordion-title::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23161a2d' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
}
.ath-accordion-gray .ath-accordion-body {
  background: #E5E5E5;
  color: #1c7692 !important;
}

.button {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #343a40;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  cursor: pointer;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  font-size: 1em;
  line-height: 1.5;
  border-radius: 0.5rem;
  transform: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: 0.5s;
}
.button:focus, .button.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 38, 69, 0.25);
}
.button i {
  margin-left: 0.625rem;
  vertical-align: middle;
  line-height: 1.5;
  padding: 0.2rem;
  border-radius: 50%;
}
.button-block {
  display: block;
  width: 100%;
}

.button-primary {
  background: #1c7692;
  color: #fff !important;
  border: 2px solid #2499bd;
  color: #fff !important;
}
.button-primary i {
  color: #1c7692;
  background: #fff;
}
.button-primary:hover {
  background: #18657d;
  transition: 0.5s;
  color: #fff !important;
}

.button-primary-o {
  background: transparent;
  color: #1c7692 !important;
  border: 2px solid #1c7692;
}
.button-primary-o:hover {
  background: #18657d;
  transition: 0.5s;
  color: #fff !important;
}

.button-secondary {
  background: #002645;
  color: #fff !important;
  border: 2px solid #004278;
  color: #fff !important;
}
.button-secondary i {
  color: #002645;
  background: #fff;
}
.button-secondary:hover {
  background: #00182c;
  transition: 0.5s;
  color: #fff !important;
}

.button-secondary-o {
  background: transparent;
  color: #002645 !important;
  border: 2px solid #002645;
}
.button-secondary-o:hover {
  background: #00182c;
  transition: 0.5s;
  color: #fff !important;
}

.button-third {
  background: #43b6b6;
  color: #fff !important;
  border: 2px solid #66c6c6;
  color: #fff !important;
}
.button-third i {
  color: #43b6b6;
  background: #fff;
}
.button-third:hover {
  background: #3ca3a3;
  transition: 0.5s;
  color: #fff !important;
}

.button-third-o {
  background: transparent;
  color: #43b6b6 !important;
  border: 2px solid #43b6b6;
}
.button-third-o:hover {
  background: #3ca3a3;
  transition: 0.5s;
  color: #fff !important;
}

.button-light {
  background: #fff;
  color: #43b6b6;
  border: 2px solid white;
}
.button-light i {
  color: #fff;
  background: #43b6b6;
}
.button-light:hover {
  background: #43b6b6;
  color: #fff;
  transition: 0.5s;
  border: 2px solid #66c6c6;
}
.button-light:hover i {
  color: #43b6b6;
  background: #fff;
}

.button-light-o {
  background: transparent;
  color: #fff !important;
  border: 2px solid #fff;
}
.button-light-o:hover {
  background: #f2f2f2;
  transition: 0.5s;
  color: #002645 !important;
}

.button-gray {
  color: #7f7f7f;
  background: #E5E5E5;
  border: 2px solid #f2f2f2;
}
.button-gray i {
  color: #7f7f7f;
  background: #cccccc;
}
.button-gray:hover {
  color: #666666;
  background: #d8d8d8;
  transition: 0.5s;
  border: 2px solid white;
}
.button-gray:hover i {
  color: #7f7f7f;
  background: #cccccc;
}

.button-gray-o {
  background: transparent;
  color: #E5E5E5 !important;
  border: 2px solid #E5E5E5;
}
.button-gray-o:hover {
  background: #d8d8d8;
  transition: 0.5s;
  color: #fff !important;
}

.button-lg {
  padding: 0.5rem 1rem;
  font-size: 1.125em;
  line-height: 1.5;
  border-radius: 0.5rem;
}

.button-xl {
  padding: 0.6rem 1.2rem;
  font-size: 1.4em;
  line-height: 1.5;
  border-radius: 0.5rem;
}

.button-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875em;
  line-height: 1.5;
  border-radius: 0.5rem;
}

.button-pill {
  border-radius: 50rem;
}

.button-group,
.button-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
@media (max-width: 575.98px) {
  .button-group,
  .button-group-vertical {
    display: flex;
    flex-wrap: wrap;
    margin: 5px 0;
  }
}
.button-group > .button,
.button-group-vertical > .button {
  position: relative;
  flex: 1 1 auto;
  text-decoration: none !important;
}
.button-group > .button.active-se,
.button-group-vertical > .button.active-se {
  color: #fff !important;
  border: #002645;
  background: #002645;
}
.button-group > .button:hover,
.button-group-vertical > .button:hover {
  z-index: 1;
}
.button-group > .button:focus, .button-group > .button:active, .button-group > .button.active,
.button-group-vertical > .button:focus,
.button-group-vertical > .button:active,
.button-group-vertical > .button.active {
  z-index: 1;
}

.button-group > .button:not(:last-child):not(.dropdown-toggle),
.button-group > .button-group:not(:last-child) > .button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
@media (max-width: 575.98px) {
  .button-group > .button:not(:last-child):not(.dropdown-toggle),
  .button-group > .button-group:not(:last-child) > .button {
    border-radius: 0.25rem;
    margin-top: 5px;
  }
}
.button-group > .button:not(:first-child),
.button-group > .button-group:not(:first-child) > .button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
@media (max-width: 575.98px) {
  .button-group > .button:not(:first-child),
  .button-group > .button-group:not(:first-child) > .button {
    border-radius: 0.25rem;
    margin-top: 5px;
  }
}

.btn-floating {
  position: fixed;
  outline: none;
  z-index: 5;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  transform: scale(0.95);
}
.btn-floating:hover {
  transform: scale(1);
}
.btn-floating:hover .btn-floating-left {
  display: block;
  transition: 0.5s;
}
.btn-floating:hover .btn-floating-left p {
  display: block;
}
.btn-floating-left {
  box-shadow: 0px 0px 16px 2px rgba(28, 118, 146, 0.4);
  padding: 0.5rem 2.5rem;
  background: #E5E5E5;
  display: none;
  transition: 0.5s;
  border-top-left-radius: 50rem;
  border-bottom-left-radius: 50rem;
}
@media (max-width: 767.98px) {
  .btn-floating-left {
    padding: 0.3rem 1.8rem;
  }
}
.btn-floating-left p {
  text-align: center;
  font-size: 0.8em;
  color: #1c7692;
  display: none;
}
.btn-floating-left p b {
  font-size: 1.2em;
}
.btn-floating-right {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #002645;
  padding: 1.2rem;
  margin-left: -30px;
  border-radius: 50%;
}
@media (max-width: 767.98px) {
  .btn-floating-right {
    padding: 1rem;
  }
}
.btn-floating-right i {
  font-size: 2em;
  color: #fff;
}
.btn-floating.left-bottom {
  left: 5%;
  bottom: 60px;
}
@media (max-width: 767.98px) {
  .btn-floating.left-bottom {
    left: 8%;
    bottom: 20px;
  }
}
.btn-floating.rigth-bottom {
  right: 5%;
  bottom: 60px;
}
@media (max-width: 767.98px) {
  .btn-floating.rigth-bottom {
    right: 8%;
    bottom: 20px;
  }
}

/* ----------------------------------
		!Variables de Grid System
------------------------------------ */
/*------------------------------------*\
* CONTAINER
\*------------------------------------*/
/*------------------------------------*\
* COLUMNS
\*------------------------------------*/
/*------------------------------------*\
* BREAKPOINTS
\*------------------------------------*/
.ath-card {
  position: relative;
  display: flex;
  flex-direction: column;
  word-wrap: break-word;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  margin: 1rem;
  text-decoration: none;
  border-radius: 1.25rem;
}
.ath-card-header {
  padding: 10px;
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
}
.ath-card-img-top {
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
  width: 100%;
}
.ath-card-img-center {
  width: 100%;
  text-align: center;
  border-radius: 0.5rem;
}
.ath-card-img-bottom {
  border-bottom-right-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
  width: 100%;
}
.ath-card .card-badge {
  position: absolute;
  top: 0;
  margin: 10px;
  padding: 5px 10px;
  background: #1c7692;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  border-radius: 0.25rem;
}
.ath-card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 auto;
  padding: 1.25rem;
  height: 240px;
  border-bottom-right-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
}
@media (max-width: 767.98px) {
  .ath-card-body {
    height: auto;
  }
}
.ath-card-body-group {
  display: flex;
  justify-content: space-between;
}
.ath-card-footer {
  display: flex;
  padding: 1.25rem;
  justify-content: center;
}
.ath-card-footer img {
  width: 50px;
  margin: 0 5px;
  border-radius: 0.5rem;
}

.ath-card-2 {
  position: relative;
  display: flex;
  flex-direction: column;
  word-wrap: break-word;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  text-decoration: none;
}
.ath-card-2-header {
  padding: 5px 10px;
}
.ath-card-2-img-top {
  width: 100%;
  padding: 10px;
}
.ath-card-2-img-center {
  width: 100%;
  padding: 10px;
  text-align: center;
}
.ath-card-2-img-bottom {
  width: 100%;
  padding: 10px;
}
.ath-card-2 .card-badge {
  position: absolute;
  top: 0;
  margin: 10px;
  padding: 5px 10px;
  background: #1c7692;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
}
.ath-card-2-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 5px 10px;
  height: 150px;
}
@media (max-width: 767.98px) {
  .ath-card-2-body {
    height: auto;
  }
}
.ath-card-2-body-group {
  display: flex;
  justify-content: space-between;
  padding: 5px 10px;
}
.ath-card-2-footer {
  display: flex;
  padding: 10px;
  justify-content: center;
}
.ath-card-2-footer img {
  width: 50px;
  margin: 0 5px;
}

.ath-card-caption {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  word-wrap: break-word;
  height: auto;
  word-wrap: break-word;
  background-clip: border-box;
  padding: 2rem 1rem;
  margin: 1rem;
  background: #E5E5E5;
  cursor: pointer;
  transition: 0.5s;
  border-radius: 1.25rem;
}
.ath-card-caption:hover {
  color: #fff !important;
  background: #002645;
}
.ath-card-caption:hover h2, .ath-card-caption:hover h3, .ath-card-caption:hover h4, .ath-card-caption:hover h5, .ath-card-caption:hover p {
  color: #fff !important;
}
.ath-card-caption:hover .group {
  display: block;
}
.ath-card-caption .group {
  display: none;
}
.ath-card-caption-icon i {
  font-size: 2em;
  padding: 0.8rem;
  background: #002645;
  color: #fff;
  border-radius: 50%;
}
.ath-card-caption.active {
  background: #002645 !important;
}
.ath-card-caption.active .ath-card-caption-icon i {
  color: #002645 !important;
  background: #fff !important;
}
.ath-card-caption.active h2, .ath-card-caption.active h3, .ath-card-caption.active h4, .ath-card-caption.active h5, .ath-card-caption.active p, .ath-card-caption.active i {
  color: #fff !important;
}
.ath-card-caption-head {
  height: auto;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 15px;
  background: #1c7692;
}
.ath-card-caption-img {
  display: block;
}
.ath-card-caption-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 auto;
  height: 240px;
  padding: 1.2rem 0;
  border-bottom-right-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
}
@media (max-width: 767.98px) {
  .ath-card-caption-body {
    height: auto;
  }
}

.ath-card-horizontal {
  width: 100%;
  height: 200px;
  display: flex;
  border-radius: 1.25rem;
}
@media (max-width: 767.98px) {
  .ath-card-horizontal {
    flex-direction: column;
    height: auto;
    justify-content: center;
    align-items: center;
  }
}
.ath-card-horizontal-icon-left {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}
.ath-card-horizontal-icon-left i {
  font-size: 80px;
  color: #1c7692;
}
@media (min-width: 576px) {
  .ath-card-horizontal-icon-left {
    border-top-left-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
  }
}
@media (max-width: 767.98px) {
  .ath-card-horizontal-icon-left {
    width: 100%;
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
  }
}
.ath-card-horizontal-img-left {
  width: 200px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 576px) {
  .ath-card-horizontal-img-left {
    border-top-left-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
  }
}
@media (max-width: 767.98px) {
  .ath-card-horizontal-img-left {
    width: 100%;
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
  }
}
.ath-card-horizontal-img-right {
  width: 200px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 576px) {
  .ath-card-horizontal-img-right {
    border-top-right-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem;
  }
}
@media (max-width: 767.98px) {
  .ath-card-horizontal-img-right {
    width: 100%;
    border-bottom-right-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
  }
}
.ath-card-horizontal-body-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}
@media (min-width: 576px) {
  .ath-card-horizontal-body-right {
    border-top-right-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem;
  }
}
@media (max-width: 767.98px) {
  .ath-card-horizontal-body-right {
    border-bottom-right-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
  }
}
.ath-card-horizontal-body-center {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}
.ath-card-horizontal-body-left {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}
@media (min-width: 576px) {
  .ath-card-horizontal-body-left {
    border-top-left-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
  }
}
@media (max-width: 767.98px) {
  .ath-card-horizontal-body-left {
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
  }
}

.ath-card-icon-horizontal {
  display: flex;
  justify-content: center;
  align-items: center;
  word-wrap: break-word;
  background-clip: border-box;
  height: 130px;
  width: 100%;
  padding: 1rem 1.3rem;
  border-radius: 1.25rem;
}
.ath-card-icon-horizontal .height-md {
  height: 240px !important;
}
@media (max-width: 991.98px) {
  .ath-card-icon-horizontal.height-auto {
    height: auto;
  }
}
@media (max-width: 767.98px) {
  .ath-card-icon-horizontal {
    flex-direction: column;
    height: 160px;
  }
  .ath-card-icon-horizontal.height-auto {
    height: auto;
  }
}
.ath-card-icon-horizontal img {
  width: 70px !important;
  height: 70px !important;
  margin: 0 0.5rem;
}
.ath-card-icon-horizontal-body {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.ath-card-social {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.75rem;
  text-decoration: none;
  border-radius: 0.5rem;
}
.ath-card-social-header {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
}
.ath-card-social-img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0.75rem 0;
  border-radius: 0.5rem;
}
.ath-card-social-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.ath-card-social-footer i {
  background: #1c7692;
  padding: 5px;
  color: #fff;
  border-radius: 50%;
}

.ath-card-caption-1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  word-wrap: break-word;
  height: auto;
  word-wrap: break-word;
  background-clip: border-box;
  padding: 1rem 2rem;
  margin: 1rem 5rem;
  cursor: pointer;
  transition: 0.5s;
  border-radius: 1.25rem;
}
.ath-card-caption-1:hover {
  color: #fff !important;
  background: #43b6b6;
}
.ath-card-caption-1:hover h2 {
  color: #fff !important;
}
.ath-card-caption-1:hover h3 {
  color: #fff !important;
}
.ath-card-caption-1:hover h4 {
  color: #fff !important;
}
.ath-card-caption-1:hover h5 {
  color: #fff !important;
}
.ath-card-caption-1:hover p {
  color: #fff !important;
}
.ath-card-caption-1:hover .group {
  display: block;
}
.ath-card-caption-1 .group {
  display: none;
}
.ath-card-caption-1-icon i {
  font-size: 2.5em;
  padding: 1rem;
  background: #43b6b6;
  color: #fff;
  border-radius: 50%;
}
.ath-card-caption-1.active {
  background: #43b6b6 !important;
}
.ath-card-caption-1.active .ath-card-caption-1-icon i {
  color: #002645 !important;
  background: #fff !important;
}
.ath-card-caption-1.active h2 {
  color: #fff !important;
}
.ath-card-caption-1.active h3 {
  color: #fff !important;
}
.ath-card-caption-1.active h4 {
  color: #fff !important;
}
.ath-card-caption-1.active h5 {
  color: #fff !important;
}
.ath-card-caption-1.active p {
  color: #fff !important;
}
.ath-card-caption-1.active i {
  color: #fff !important;
}
.ath-card-caption-1-head {
  height: auto;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 15px;
  background: #002645;
}
.ath-card-caption-1-img {
  display: block;
}
.ath-card-caption-1-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 auto;
  height: 240px;
  padding: 1.2rem 0;
  border-bottom-right-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
}

@media (max-width: 767.98px) {
  .ath-card-caption-1-body {
    height: auto;
  }
  .ath-card-caption-1 {
    padding: 1rem 0rem;
    margin: 1rem 0.8rem;
  }
}
.ath-float-card {
  position: absolute;
}
.ath-float-card-body {
  position: relative;
  bottom: 250px;
  margin: 15px;
  width: 290px;
}
.ath-float-card-number {
  position: relative;
  top: 25px;
  padding-left: 8px;
  font-size: 4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
}
.ath-float-card-text {
  padding: 2rem 1rem 2rem 3rem;
  border-radius: 0.8rem 2rem 0.8rem 2rem;
}

.ath-lightbox-thumbnails-md {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding: 0rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(12.5rem, 1fr));
  gap: 1rem;
}
.ath-lightbox-thumbnails-md img {
  cursor: pointer;
  transition: 0.5s;
}
.ath-lightbox-thumbnails-md img:hover {
  transform: scale(0.95);
  opacity: 0.7;
}
.ath-lightbox-thumbnails-md img:active {
  transform: scale(1.1);
}

.ath-lightbox-thumbnail-md {
  border-radius: 0rem;
}

.ath-lightbox-body {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(2rem);
          backdrop-filter: blur(2rem);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
}

.ath-lightbox-body.isActive {
  opacity: 1;
  pointer-events: auto;
}

.ath-lightbox-close {
  position: absolute;
  top: 10.8%;
  right: 10.4%;
  width: 2.5rem;
  color: #fff;
  background: #1c7692;
  color: #fff;
  cursor: pointer;
  transition: all 0.5s ease;
  padding: 0.5rem;
  border-radius: 50%;
}
.ath-lightbox-close:hover {
  transform: scale(0.95);
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}
.ath-lightbox-close:active {
  transform: scale(1.1);
}

.ath-lightbox-big {
  width: 80%;
  min-width: 900px;
  height: 80vh;
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.4);
  border-radius: 0.5rem;
}

.card-size-xxs {
  height: 100px !important;
}

.card-size-xs {
  height: 150px !important;
}

.card-size-sm {
  height: 200px !important;
}

.card-size-md {
  height: 300px !important;
}

.card-size-lg {
  height: 400px !important;
}

.card-size-xl {
  height: 600px !important;
}

.card-size-xxl {
  height: 700px !important;
}

.card-size-auto {
  height: auto !important;
}

.ath-card-container {
  width: 415px;
  height: 650px;
  display: flex;
  flex-direction: column;
}
.ath-card-container .ath-card-layers {
  position: absolute;
  width: 415px;
  height: 650px;
}
.ath-card-container .ath-card-layers .ath-card-layer-img {
  width: 415px;
  height: 650px;
}
.ath-card-container .ath-card-layers .ath-card-content {
  position: relative;
  top: -100%;
}
.ath-card-container .ath-card-layers .ath-card-content .ath-card-layer-line {
  padding: 20px;
  margin: 5px;
  width: 405px;
  height: 628px;
  border: thin solid #fff;
  display: flex;
}
.ath-card-container .ath-card-layers .ath-card-content .ath-card-layer-line .ath-card-layer-caption {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.ath-card-container .ath-card-layers .ath-card-content .ath-card-layer-line .ath-card-layer-caption .ath-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.ath-card-container .ath-card-layers .ath-card-content .ath-card-layer-line .ath-card-layer-caption .ath-button a {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  align-content: center !important;
  justify-content: flex-end !important;
  text-decoration: none !important;
}
.ath-card-container .ath-card-layers .ath-card-content .ath-card-layer-line .ath-card-layer-caption .ath-button a img {
  width: 24px;
  margin: 2px 0px 2px 8px;
}
.ath-card-container .ath-card-layers .ath-card-content .ath-card-layer-line .ath-card-layer-caption .ath-button a img:hover {
  opacity: 0.5;
  transition-duration: 500ms;
  transition-property: opacity;
}
.ath-card-container .ath-card-layers .ath-card-content .ath-card-layer-line .ath-card-layer-caption .ath-button a .text-button {
  font-size: 0.8em;
}
.ath-card-container .ath-card-layers .ath-card-content .ath-card-layer-line .ath-card-layer-caption .ath-button a:hover {
  color: #90e1a3 !important;
}
@media (max-width: 991.98px) {
  .ath-card-container {
    width: 325px;
  }
  .ath-card-container .ath-card-layers {
    width: 325px;
  }
  .ath-card-container .ath-card-layers .ath-card-layer-img {
    width: 325px;
  }
  .ath-card-container .ath-card-layers .ath-card-content .ath-card-layer-line {
    width: 315px;
  }
}

.ath-flip-card {
  background-color: transparent;
  width: 500px;
  height: 500px;
  perspective: 1000px;
}
@media (max-width: 767.98px) {
  .ath-flip-card {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 630px;
  }
}

.ath-flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.ath-flip-card:hover .ath-flip-card-inner {
  transform: rotateY(180deg);
}

.ath-flip-card-front, .ath-flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.ath-flip-card-front img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ath-flip-card-back {
  color: #fff;
  transform: rotateY(180deg);
  padding: 30px;
}

.ath-card-info {
  width: 100%;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  padding: 0.75rem 1.25rem;
}
.ath-card-info-img {
  width: 100%;
  display: block;
}
.ath-card-info-footer {
  width: 100%;
  display: flex;
}

.ath-card-imgup {
  position: relative;
  display: flex;
  flex-direction: column;
  word-wrap: break-word;
  min-width: 0;
  height: auto;
  word-wrap: break-word;
  background-clip: border-box;
  margin: 1rem;
  text-decoration: none;
}
.ath-card-imgup-up {
  width: 100%;
}
.ath-card-imgup .line-img {
  width: 30px;
  height: 4px;
  margin: 10px 0px;
}
.ath-card-imgup-header {
  margin: 10px;
}
.ath-card-imgup-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 auto;
  padding: 10px;
  height: 240px;
}
.ath-card-imgup-date {
  width: 100%;
  display: flex;
  padding: 0 10px;
}
.ath-card-imgup-footer {
  width: 100%;
  display: flex;
  padding: 10px;
}

.ath-card-container {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.ath-card-container .ath-card-layers {
  position: absolute;
  width: 415px;
  height: 650px;
}
.ath-card-container .ath-card-layers .ath-card-layer-img {
  width: 415px;
  height: 650px;
}
.ath-card-container .ath-card-layers .ath-card-content {
  position: relative;
  top: -100%;
}
.ath-card-container .ath-card-layers .ath-card-content .ath-card-layer-line {
  padding: 20px;
  margin: 5px;
  width: 405px;
  height: 628px;
  border: thin solid #fff;
  display: flex;
}
.ath-card-container .ath-card-layers .ath-card-content .ath-card-layer-line .ath-card-layer-caption {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.ath-card-container .ath-card-layers .ath-card-content .ath-card-layer-line .ath-card-layer-caption .ath-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.ath-card-container .ath-card-layers .ath-card-content .ath-card-layer-line .ath-card-layer-caption .ath-button a {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  align-content: center !important;
  justify-content: flex-end !important;
  text-decoration: none !important;
}
.ath-card-container .ath-card-layers .ath-card-content .ath-card-layer-line .ath-card-layer-caption .ath-button a img {
  width: 24px;
  margin: 2px 0px 2px 8px;
}
.ath-card-container .ath-card-layers .ath-card-content .ath-card-layer-line .ath-card-layer-caption .ath-button a img:hover {
  opacity: 0.5;
  transition-duration: 500ms;
  transition-property: opacity;
}
.ath-card-container .ath-card-layers .ath-card-content .ath-card-layer-line .ath-card-layer-caption .ath-button a .text-button {
  font-size: 0.8em;
}
.ath-card-container .ath-card-layers .ath-card-content .ath-card-layer-line .ath-card-layer-caption .ath-button a:hover {
  color: #90e1a3 !important;
}
@media (max-width: 991.98px) {
  .ath-card-container {
    width: 325px;
  }
  .ath-card-container .ath-card-layers {
    width: 325px;
  }
  .ath-card-container .ath-card-layers .ath-card-layer-img {
    width: 325px;
  }
  .ath-card-container .ath-card-layers .ath-card-content .ath-card-layer-line {
    width: 315px;
  }
}

.ath-card-img {
  position: relative;
  min-width: 0;
  height: 100%;
  box-sizing: border-box;
  text-decoration: none;
}
.ath-card-img-content {
  width: 100%;
  height: 100%;
  position: relative;
  text-decoration: none;
}
.ath-card-img-content .overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
}
.ath-card-img-content .overlay-primary {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 26%, #1c7692 100%);
}
.ath-card-img-content .overlay-secondary {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 26%, #002645 100%);
}
.ath-card-img-content .overlay-white {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 26%, #fff 100%);
}
.ath-card-img-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ath-card-img-caption {
  width: 100%;
  position: absolute;
  padding: 20px;
  z-index: 3;
  bottom: 0;
}

.ath-card-flip {
  min-width: 0;
  height: auto;
  box-sizing: border-box;
  text-decoration: none;
}
.ath-card-flip-content {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.ath-card-flip-front, .ath-card-flip-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border: 5px solid transparent;
  box-shadow: inset 0 0 0 2px #fff;
}
.ath-card-flip-front-caption {
  width: 100%;
  position: absolute;
  bottom: 0px;
  padding: 20px;
}
.ath-card-flip-front-caption-divider {
  width: 30px;
  height: 4px;
  margin: 10px 0;
}
.ath-card-flip-back {
  top: 0;
}
.ath-card-flip-back-caption {
  width: 100%;
  padding: 20px;
  position: absolute;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.ath-card-flip-back-caption-header {
  display: flex;
  justify-content: end;
}
.ath-card-flip:hover .ath-card-flip-content {
  transform: rotateY(180deg);
}
.ath-card-flip-front {
  background-color: #bbb;
  color: black;
}
.ath-card-flip-back {
  color: white;
  transform: rotateY(180deg);
}

.ath-card-text {
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
}
.ath-card-text img {
  width: 90px;
  height: 90px;
  display: block;
  margin: 10px auto;
}
@media (max-width: 767.98px) {
  .ath-card-text {
    align-items: center;
  }
}

.flip-card {
  background-color: transparent;
  width: 1fr;
  perspective: 1000px;
  padding: 12px;
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.1;
  transform-style: preserve-3d;
}
@media (max-width: 767.98px) {
  .flip-card {
    aspect-ratio: 100/81;
    margin-bottom: 15%;
  }
  .flip-card:first-child {
    aspect-ratio: 25/41;
  }
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%; /* Safari */
  backface-visibility: hidden;
  justify-content: flex-start;
}

.flip-card-front-caption {
  position: relative;
  top: -93%;
}
@media (max-width: 1199.98px) {
  .flip-card-front-caption {
    top: -78% !important;
  }
}
@media (max-width: 991.98px) {
  .flip-card-front-caption {
    top: -60% !important;
  }
}
@media (max-width: 767.98px) {
  .flip-card-front-caption {
    top: -101.3% !important;
  }
}
.flip-card-front-caption .flip-card-front-line {
  border-width: thin;
  border-style: solid;
  border-color: #fff;
  margin: 4px;
  height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.flip-card-front-caption .flip-card-front-line .flip-card-front-button {
  padding: 1rem;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: right !important;
}
.flip-card-front-caption .flip-card-front-line .flip-card-front-button img, .flip-card-front-caption .flip-card-front-line .flip-card-front-button picture {
  width: 32px;
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
}
.flip-card-front-caption .flip-card-front-line .flip-card-front-button a a:hover {
  color: #90e1a3 !important;
}
.flip-card-front-caption .flip-card-front-line .flip-card-front-title {
  color: #fff;
  text-align: left;
  font-weight: 300;
  font-size: 1.8em;
  line-height: 1em;
  margin: 25px;
}
.flip-card-front-caption .flip-card-front-line .flip-card-front-title .line {
  width: 30px;
  height: 4px;
  background: #fff;
  margin-bottom: 10px;
}

.flip-card-front-caption-2y {
  position: relative;
  margin-bottom: 25%;
  top: -199.8% !important;
}
@media (max-width: 1199.98px) {
  .flip-card-front-caption-2y {
    top: -161% !important;
  }
}
@media (max-width: 991.98px) {
  .flip-card-front-caption-2y {
    top: -125% !important;
  }
}
@media (max-width: 767.98px) {
  .flip-card-front-caption-2y {
    top: -99.7% !important;
  }
}
.flip-card-front-caption-2y .flip-card-front-line {
  border-width: thin;
  border-style: solid;
  border-color: #fff;
  margin: 4px;
  height: 783px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.flip-card-front-caption-2y .flip-card-front-line .flip-card-front-button {
  padding: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: right;
}
.flip-card-front-caption-2y .flip-card-front-line .flip-card-front-button img, .flip-card-front-caption-2y .flip-card-front-line .flip-card-front-button picture {
  width: 32px;
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
}
.flip-card-front-caption-2y .flip-card-front-line .flip-card-front-button a:hover {
  color: #90e1a3 !important;
}
.flip-card-front-caption-2y .flip-card-front-line .flip-card-front-title {
  color: #fff;
  text-align: left;
  font-weight: 300;
  font-size: 1.8em;
  line-height: 1em;
  margin: 25px;
}
.flip-card-front-caption-2y .flip-card-front-line .flip-card-front-title .line {
  width: 30px;
  height: 4px;
  background: #fff;
  margin-bottom: 10px;
}
.flip-card-front-caption-2y .flip-card-front-line .flip-card-front-title .description {
  font-weight: 300 !important;
  font-size: 0.6em !important;
  line-height: 1.2em;
  -webkit-hyphens: none;
          hyphens: none;
  margin-top: 20px;
}

.flip-card-back {
  transform: rotateY(180deg);
  padding: 20px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  flex-direction: column;
  align-content: center;
  background-color: #CDCDCD;
  transform: rotateY(180deg);
}
.flip-card-back .button {
  padding: 0.375rem 0rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.flip-card-back .button p {
  padding-top: 15px !important;
}
.flip-card-back .button a {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  align-content: center !important;
  justify-content: flex-end !important;
  text-decoration: none !important;
}
.flip-card-back .button a img {
  width: 24px;
  margin: 2px 0px 2px 8px;
}
.flip-card-back .button a img:hover {
  opacity: 0.5;
  transition-duration: 500ms;
  transition-property: opacity;
}
.flip-card-back .button a .text-button {
  font-size: 0.8em;
}
.flip-card-back .button a:hover {
  color: #90e1a3 !important;
}
.flip-card-back .caption {
  color: #fff;
}
.flip-card-back .caption-title {
  text-align: left;
  font-weight: 600;
  font-size: 1.1em;
  margin-bottom: 25px;
}
.flip-card-back .caption a {
  text-decoration: none;
  text-align: left;
  font-weight: 300;
  font-size: 1em;
}
.flip-card-back .caption a:hover {
  color: #90e1a3 !important;
}
.flip-card-back .caption-line {
  width: 100%;
  border-width: thin;
  border-style: solid;
  border-color: #fff;
  margin: 8px 0;
}
.flip-card-back .caption .box-none {
  height: 450px !important;
}

.ath-footer {
  background: #002645;
  padding: 1rem 2rem;
}
.ath-footer-section-content {
  margin-left: auto;
  margin-right: auto;
  width: 1280px;
}
@media (max-width: 1439.98px) {
  .ath-footer-section-content {
    width: 100%;
    flex-direction: column;
  }
}
.ath-footer-brand {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ath-footer-brand img {
  width: 120px;
  margin: 0 2rem;
}
@media (max-width: 767.98px) {
  .ath-footer-brand img {
    margin: 0.5rem 0;
  }
}
@media (max-width: 991.98px) {
  .ath-footer-brand {
    width: 100%;
    flex-direction: column;
  }
}
.ath-footer-quick-link-content {
  padding: 2rem 0;
  display: grid;
  grid-auto-rows: 3;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 400px), 1fr));
  place-content: center;
}
@media (max-width: 1439.98px) {
  .ath-footer-quick-link-content {
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 350px), 1fr));
  }
}
.ath-footer-quick-link-content .ath-footer-list {
  padding: 1.2rem;
}
@media (max-width: 767.98px) {
  .ath-footer-quick-link-content .ath-footer-list {
    text-align: center;
  }
}
.ath-footer-list-title {
  position: relative;
  font-size: 1.1em;
  color: #fff;
  font-weight: 500;
}
.ath-footer-list-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 30px;
  height: 4px;
  background: #1c7692;
}
@media (max-width: 767.98px) {
  .ath-footer-list-title::after {
    left: 45%;
    bottom: -5px;
  }
}
.ath-footer ul.ath-footer-quick-link {
  list-style: none;
}
@media (max-width: 767.98px) {
  .ath-footer ul.ath-footer-quick-link {
    margin-top: 0.5rem;
  }
}
.ath-footer ul.ath-footer-quick-link li {
  font-family: "Montserrat", sans-serif !important;
  font-size: 0.9em;
  padding: 0.2rem 0;
  color: #fff;
}
.ath-footer ul.ath-footer-quick-link li a {
  text-decoration: none;
  transition: 0.5s;
  color: #fff;
}
.ath-footer ul.ath-footer-quick-link li a:hover {
  color: #43b6b6;
}
.ath-footer ul.ath-footer-social {
  list-style: none;
}
.ath-footer ul.ath-footer-social li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: "Montserrat", sans-serif !important;
  font-size: 1.2em;
  padding: 0.4rem 0;
  margin-right: 0.4rem;
  border-radius: 50%;
}
.ath-footer ul.ath-footer-social li a {
  text-decoration: none;
  transition: 0.5s;
  color: #fff;
}
.ath-footer ul.ath-footer-social li a:hover {
  color: #43b6b6;
}

.card-mansory {
  display: grid;
  gap: 20px;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
@media (max-width: 991.98px) {
  .card-mansory {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
}
@media (max-width: 767.98px) {
  .card-mansory {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}

.card-bd {
  width: 100%;
  height: 400px;
  background: #71AD87;
  padding: 20px;
}
.card-bd-1 {
  grid-row: span 2;
  height: 100%;
}
.row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.row.no-gutter [class*=col] {
  padding: 0;
}

[class*=col] {
  padding: 0.5rem;
}
[class*=col].no-gutter {
  padding: 0;
}

@media (min-width: 0) {
  /* OFFSET COLUMNS */
  .col-xs-1 {
    width: 8.3333333333%;
  }
  .col-xs-2 {
    width: 16.6666666667%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-4 {
    width: 33.3333333333%;
  }
  .col-xs-5 {
    width: 41.6666666667%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-7 {
    width: 58.3333333333%;
  }
  .col-xs-8 {
    width: 66.6666666667%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-10 {
    width: 83.3333333333%;
  }
  .col-xs-11 {
    width: 91.6666666667%;
  }
  .col-xs-12 {
    width: 100%;
  }
  /* OFFSET COLUMNS */
  .offset-xs-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xs-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xs-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xs-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xs-11 {
    margin-left: 91.6666666667%;
  }
  .offset-xs-12 {
    margin-left: 100%;
  }
}
@media (min-width: 576px) {
  /* OFFSET COLUMNS */
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  /* OFFSET COLUMNS */
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .offset-sm-12 {
    margin-left: 100%;
  }
}
@media (min-width: 768px) {
  /* OFFSET COLUMNS */
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  /* OFFSET COLUMNS */
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .offset-md-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  /* OFFSET COLUMNS */
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  /* OFFSET COLUMNS */
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .offset-lg-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  /* OFFSET COLUMNS */
  .col-xl-1 {
    width: 8.3333333333%;
  }
  .col-xl-2 {
    width: 16.6666666667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.3333333333%;
  }
  .col-xl-5 {
    width: 41.6666666667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.3333333333%;
  }
  .col-xl-8 {
    width: 66.6666666667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.3333333333%;
  }
  .col-xl-11 {
    width: 91.6666666667%;
  }
  .col-xl-12 {
    width: 100%;
  }
  /* OFFSET COLUMNS */
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .offset-xl-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1440px) {
  /* OFFSET COLUMNS */
  .col-xxl-1 {
    width: 8.3333333333%;
  }
  .col-xxl-2 {
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    width: 25%;
  }
  .col-xxl-4 {
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    width: 50%;
  }
  .col-xxl-7 {
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    width: 75%;
  }
  .col-xxl-10 {
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    width: 100%;
  }
  /* OFFSET COLUMNS */
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
  .offset-xxl-12 {
    margin-left: 100%;
  }
}
.container,
.container-fluid,
.container-xxxl,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1440px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1440px;
  }
}
.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
  max-width: 1600px;
}

.container-5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
}

.grid-container-xs {
  max-width: 500px;
  width: 100%;
}
@media (max-width: 1439.98px) {
  .grid-container-xs {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.grid-container-sm {
  max-width: 768px;
  width: 100%;
}
@media (max-width: 1439.98px) {
  .grid-container-sm {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.grid-container-md {
  max-width: 1024px;
  width: 100%;
}
@media (max-width: 1439.98px) {
  .grid-container-md {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.grid-container-lg {
  max-width: 1289px;
  width: 100%;
}
@media (max-width: 1439.98px) {
  .grid-container-lg {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.grid-container-xl {
  max-width: 1440px;
  width: 100%;
}
@media (max-width: 1439.98px) {
  .grid-container-xl {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.grid-container-full {
  max-width: 100%;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}

.grid-1x {
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 1200px), 1fr));
}

.grid-2x {
  display: grid;
  grid-auto-rows: auto;
}
@media (min-width: 1200px) {
  .grid-2x {
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 600px), 1fr));
  }
}
@media (max-width: 1439.98px) {
  .grid-2x {
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 400px), 1fr));
  }
}

.grid-3x {
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 350px), 1fr));
}

.grid-4x {
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 300px), 1fr));
}

.grid-8x {
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 800px), 1fr));
}

.gap-0 {
  gap: 0;
}

.gap-1 {
  gap: 1rem;
}

.gap-2 {
  gap: 2rem;
}

.gap-3 {
  gap: 3rem;
}

.gap-4 {
  gap: 4rem;
}

.gap-5 {
  gap: 5rem;
}

.feat-1 {
  grid-column: span 1;
}

.feat-2 {
  grid-column: span 2;
}

.feat-3 {
  grid-column: span 3;
}

.feat-4 {
  grid-column: span 4;
}

.grid-auto {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
}
@media (max-width: 991.98px) {
  .grid-auto {
    grid-auto-flow: row;
  }
}
@media (max-width: 767.98px) {
  .grid-auto {
    grid-auto-flow: row;
  }
}

.grid-auto-fit {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
}

.grid-a-row {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.grid-a-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 370px;
}
.grid-a-container .grid-a-content {
  display: flex;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: column;
}
.grid-a-container .grid-a-content img {
  width: 80px;
  margin-top: 25px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .grid-a-container .grid-a-content img {
    width: 50px;
  }
}
.grid-a-container .grid-a-1x {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1199.98px) {
  .grid-a-container .grid-a-1x {
    padding: 0px 2rem !important;
    margin: 0.8rem !important;
  }
}
@media (max-width: 991.98px) {
  .grid-a-container .grid-a-1x {
    padding: 0px 1rem !important;
  }
  .grid-a-container .grid-a-1x .headline-5 {
    font-size: 1.2em !important;
    line-height: 1.8rem !important;
  }
}
.grid-a-container .grid-a-2x {
  grid-column-start: 2 !important;
  grid-column-end: 4 !important;
}
.grid-a-container .grid-a-2y {
  grid-row-start: 2;
  grid-row-end: 4;
}
@media (max-width: 1199.98px) {
  .grid-a-container .grid-a-2y {
    padding: 0.8rem !important;
  }
}
.grid-a-container .grid-a-2x-60-40 {
  grid-column-start: 2;
  grid-column-end: 4;
  display: grid;
  grid-template-columns: 60% 40%;
  grid-template-rows: 1fr;
}
.grid-a-container .grid-a-2x-60-40 .grid-60 {
  margin-right: 1rem;
}
@media (max-width: 1199.98px) {
  .grid-a-container .grid-a-2x-60-40 .grid-60 {
    margin-right: 0.8rem;
  }
}
.grid-a-container .grid-a-2x-60-40 .grid-40 {
  margin-left: 1rem;
}
@media (max-width: 1199.98px) {
  .grid-a-container .grid-a-2x-60-40 .grid-40 {
    margin-left: 0.8rem;
  }
}
@media (max-width: 767.98px) {
  .grid-a-container {
    display: flex !important;
    flex-direction: column !important;
    align-content: center !important;
    width: -moz-min-content;
    width: min-content;
  }
  .grid-a-container .grid-a-1x {
    padding: 2% 6%;
    margin: 0rem !important;
    background-color: #002645 !important;
  }
  .grid-a-container .grid-a-1x p {
    line-height: 2rem !important;
  }
  .grid-a-container .grid-a-2x {
    align-items: center;
    background-color: #002645 !important;
  }
  .grid-a-container .grid-a-2y {
    width: 100%;
  }
  .grid-a-container .grid-a-2x-60-40 {
    display: flex !important;
    flex-direction: column !important;
    align-content: center !important;
    margin: 0rem !important;
  }
  .grid-a-container .grid-a-2x-60-40 .grid-60 {
    margin-right: 0rem;
    align-items: center;
    background-color: #002645 !important;
  }
  .grid-a-container .grid-a-2x-60-40 .grid-40 {
    margin-left: 0rem;
    align-items: center;
    background-color: #002645 !important;
  }
  .grid-a-container .grid-a-content {
    padding: 2rem 1rem;
  }
  .grid-a-container .grid-a-content img {
    width: 70px;
    margin: 0.25rem auto !important;
  }
  .grid-a-container .grid-a-content h2 {
    line-height: 3.5rem !important;
  }
}

.grid-b-row {
  margin: 0 auto;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .grid-b-row {
    width: 100%;
  }
}
.grid-b-container {
  width: 100%;
  height: 850px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 420px);
}
@media (max-width: 767.98px) {
  .grid-b-container {
    grid-template-rows: repeat(2, 300px);
  }
}
@media (max-width: 767.98px) {
  .grid-b-container {
    display: block;
  }
}
.grid-b-container .grid-2y {
  grid-row-start: 0;
  grid-row-end: 2;
}

.overflow-hidden {
  overflow-x: hidden !important;
}

.group-cite {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding-right: 9em;
  padding-top: 6em;
}
.group-cite p {
  padding-top: 20px;
}
.hero {
  position: relative;
  text-decoration: none;
  display: block;
}
.hero img {
  width: 100%;
  height: auto;
}
@media (max-width: 991.98px) {
  .hero img {
    height: auto;
  }
}
.hero-caption {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: 0;
  height: 100%;
  width: 40%;
  padding: 1% 5%;
}
@media (max-width: 991.98px) {
  .hero-caption {
    margin: 0;
    width: 100%;
    padding: 5%;
  }
}
.hero-caption h2 {
  font-size: 40px;
  line-height: 42px;
  font-weight: 700;
  margin: 5px 0;
}
@media (max-width: 991.98px) {
  .hero-caption h2 {
    font-size: 35px;
    line-height: 38px;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .hero-caption h2 {
    font-size: 28px;
    line-height: 32px;
    text-align: center;
  }
}
.hero-caption p {
  margin: 5px 0;
  font-size: 18px;
  line-height: 22px;
}
@media (max-width: 991.98px) {
  .hero-caption p {
    text-align: center;
  }
}
.hero-gradient {
  background: rgba(0, 0, 0, 0);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 16%, #ffffff 100%);
  z-index: 2;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  z-index: 1;
}

.hero-line-bottom {
  position: relative;
}
.hero-line-bottom::after {
  content: " ";
  position: absolute;
  border-bottom: 5px solid #1c7692;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 2;
}

.ath-lightbox-thumbnails {
  width: 90%;
  max-width: 1280px;
  margin: 2rem auto;
  padding: 1rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(12.5rem, 1fr));
  gap: 1rem;
}
.ath-lightbox-thumbnails img {
  cursor: pointer;
  transition: 0.5s;
}
.ath-lightbox-thumbnails img:hover {
  transform: scale(0.95);
}
.ath-lightbox-thumbnails img:active {
  transform: scale(1.1);
}
.ath-lightbox-body {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(2rem);
          backdrop-filter: blur(2rem);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
}
.ath-lightbox-body.isActive {
  opacity: 1;
  pointer-events: auto;
}
.ath-lightbox-close {
  position: absolute;
  top: 10.8%;
  right: 10.4%;
  width: 2.5rem;
  color: #fff;
  background: #002645;
  color: #fff;
  cursor: pointer;
  transition: all 0.5s ease;
  padding: 0.5rem;
  border-radius: 50%;
}
.ath-lightbox-close:hover {
  transform: scale(0.95);
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}
.ath-lightbox-close:active {
  transform: scale(1.1);
}
.ath-lightbox-big {
  width: 80%;
  min-width: 900px;
  height: 80vh;
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.4);
  border-radius: 0.5rem;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url("/documents/6850170/7775369/loading.gif") no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url("/documents/6850170/7775369/prev.png") left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url("/documents/6850170/7775369/next.png") right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url("/documents/6850170/7775369/close.png") top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.link {
  font-family: "Montserrat", sans-serif;
  font-size: 0.9em;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer !important;
  vertical-align: middle;
}
.link i {
  font-size: 1.5em;
  margin-left: 8px;
  vertical-align: middle;
  line-height: 1.5;
  padding: 0.2rem;
  border-radius: 50%;
  transition: 0.5s;
}

.link-sm {
  font-size: 0.8em;
}

.link-primary {
  color: #1c7692;
}
.link-primary i {
  color: #fff;
  background: #1c7692;
}
.link-primary:hover {
  color: #0c313c;
}
.link-primary:hover i {
  color: #fff;
  background: #145367;
}
.link-primary:focus {
  color: #0c313c;
}
.link-primary:active {
  color: #0c313c;
}
.link-primary:link {
  color: #0c313c;
}
.link-primary .md {
  font-size: 20px;
}

.link-secondary {
  color: #002645;
}
.link-secondary i {
  color: #fff;
  background: #002645;
}
.link-secondary:hover {
  color: black;
}
.link-secondary:hover i {
  color: #fff;
  background: #000a12;
}
.link-secondary:focus {
  color: black;
}
.link-secondary:active {
  color: black;
}
.link-secondary:link {
  color: black;
}
.link-secondary .md {
  font-size: 20px;
}

.link-third {
  color: #43b6b6;
}
.link-third i {
  color: #fff;
  background: #43b6b6;
}
.link-third:hover {
  color: #286b6b;
}
.link-third:hover i {
  color: #fff;
  background: #359191;
}
.link-third:focus {
  color: #286b6b;
}
.link-third:active {
  color: #286b6b;
}
.link-third:link {
  color: #286b6b;
}
.link-third .md {
  font-size: 20px;
}

.link-light {
  color: #fff;
}
.link-light i {
  color: #002645;
  background: #fff;
}
.link-light:focus {
  color: #f2f2f2;
}
.link-light:active {
  color: #f2f2f2;
}
.link-light:link {
  color: #f2f2f2;
}
.link-light:hover {
  color: #cccccc;
}
.link-light:hover i {
  color: #18657d;
}
.link-light .md {
  font-size: 20px;
}

.link-gray {
  color: #E5E5E5;
}
.link-gray i {
  color: #fff;
  background: #E5E5E5;
}
.link-gray:hover {
  color: #b2b2b2;
}
.link-gray:hover i {
  color: #fff;
  background: #cccccc;
}
.link-gray:focus {
  color: #b2b2b2;
}
.link-gray:active {
  color: #b2b2b2;
}
.link-gray:link {
  color: #b2b2b2;
}
.link-gray .md {
  font-size: 20px;
}

.no-cursor {
  cursor: default;
}

.no-text-decoration {
  text-decoration: none !important;
}

/* ----------------------------------
		!Variables de Grid System
------------------------------------ */
/*------------------------------------*\
* CONTAINER
\*------------------------------------*/
/*------------------------------------*\
* COLUMNS
\*------------------------------------*/
/*------------------------------------*\
* BREAKPOINTS
\*------------------------------------*/
ul.list-disc {
  list-style: none;
}
ul.list-disc li {
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px;
  margin: 5px 0;
}
ul.list-disc li::before {
  content: "•" !important;
  color: #1c7692;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

ul.list-check {
  list-style: none;
}
ul.list-check li {
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px;
  margin: 5px 0;
}
ul.list-check li::before {
  content: "✓";
  color: #1c7692;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

ul.list-script {
  list-style: none;
}
ul.list-script li {
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px;
  margin: 5px 0;
}
ul.list-script li::before {
  content: "-";
  color: #1c7692;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

ol.list-decimal {
  list-style: none;
}
ol.list-decimal li {
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px;
  counter-increment: muffins;
  color: #002645;
  margin: 10px 0;
}
ol.list-decimal li::before {
  content: counter(muffins) ".";
  display: inline;
  color: #1c7692;
  font-size: 18px;
  font-weight: 400;
  font-weight: bold;
  margin-left: -1em;
  margin-right: 0.3em;
}

ul.list-none {
  list-style: none;
}
ul.list-none li {
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px;
  padding: 2px 0;
}
ul.list-none li a {
  text-decoration: none;
}

.list-icon {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-icon li {
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px;
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  margin: -0.5px;
}
@media (max-width: 767.98px) {
  .list-icon li {
    flex-direction: column;
    align-items: start;
  }
}
.list-icon li a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  transition: 0.5s;
  padding: 0px;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
}
.list-icon li a:hover {
  color: #43b6b6;
}
.list-icon li a span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.list-icon li a i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
  width: 1.5rem;
  height: 2.5rem;
}
@media (max-width: 767.98px) {
  .list-icon li a {
    margin: 10px 0;
  }
}

ol.list-alpha-mayus {
  margin-left: 3rem;
  list-style-type: upper-alpha !important;
  list-style: upper-alpha !important;
  font-weight: bold;
}
ol.list-alpha-mayus li {
  font-family: "Montserrat", sans-serif !important;
}
ol.list-alpha-mayus li::before {
  display: inline;
  color: #002645;
  margin-left: -1em;
  margin-right: 0.3em;
}

ol.list-alpha-minus {
  margin: 1rem 3rem;
  list-style-type: lower-alpha !important;
  color: #002645 !important;
  font-weight: normal;
}
ol.list-alpha-minus li {
  font-family: "Montserrat", sans-serif !important;
  list-style-type: lower-alpha !important;
}
ol.list-alpha-minus li::before {
  display: inline;
  color: #002645;
  margin-left: -1em;
  margin-right: 0.3em;
}

.list-compound .title {
  font-weight: 600;
  color: #1c7692;
  font-size: 1.125em;
  margin: 10px 0;
}
.list-compound .description p {
  margin: 0 1.8rem;
  text-align: justify;
}
.list-compound .description ul.list-disc {
  list-style: none;
  margin-left: 2rem;
  font-weight: normal;
}
.list-compound .description ul.list-disc li {
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px;
}
.list-compound .description ul.list-disc li::before {
  content: "•"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #1c7692; /* Change the color */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
@media (max-width: 575.98px) {
  .list-compound .description ul.list-disc li {
    font-size: 14.4px;
  }
}
.list-compound .description ul.list-disc li p {
  margin: 1rem 0;
  text-align: justify;
}
.list-compound .description ul.list-disc li ol.list-alpha-minus {
  margin: 1rem 1rem;
  list-style-type: lower-alpha !important;
  color: #002645 !important;
  font-weight: normal;
  padding: 0px 0px 0px 20px !important;
}
.list-compound .description ul.list-disc li ol.list-alpha-minus li {
  font-family: "Montserrat", sans-serif !important;
  list-style-type: lower-alpha !important;
}
.list-compound .description ul.list-disc li ol.list-alpha-minus li::before {
  display: inline;
  color: #002645;
  margin-left: -1em;
  margin-right: 0.3em;
}
@media (max-width: 575.98px) {
  .list-compound .description ul.list-disc li ol.list-alpha-minus li {
    font-size: 14.4px;
  }
}
.list-compound .description ol li::before {
  content: none !important;
}
.list-compound .description ol.list-alpha-mayus {
  margin-left: 2rem;
  list-style-type: upper-alpha;
  font-weight: bold;
  color: #002645 !important;
}
.list-compound .description ol.list-alpha-mayus li {
  font-family: "Montserrat", sans-serif !important;
}
.list-compound .description ol.list-alpha-mayus li::before {
  display: inline;
  color: #002645;
  margin-left: -1em;
  margin-right: 0.3em;
}
.list-compound .description ol.list-alpha-mayus p {
  font-weight: normal;
  margin-bottom: 1rem;
  margin-left: 0rem;
  text-align: justify;
}
.list-compound .description ol.list-alpha-mayus ul.list-disc {
  list-style: none;
  margin-left: 1rem;
  font-weight: normal;
}
.list-compound .description ol.list-alpha-mayus ul.list-disc li {
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px;
}
.list-compound .description ol.list-alpha-mayus ul.list-disc li::before {
  content: "•"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #1c7692; /* Change the color */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
.list-compound .description ol.list-alpha-minus {
  margin: 1rem 3rem;
  list-style-type: lower-alpha !important;
  color: #002645 !important;
  font-weight: normal;
  padding: 0px 0px 0px 20px !important;
}
.list-compound .description ol.list-alpha-minus li {
  font-family: "Montserrat", sans-serif !important;
  list-style-type: lower-alpha !important;
}
.list-compound .description ol.list-alpha-minus li::before {
  display: inline;
  color: #002645;
  margin-left: -1em;
  margin-right: 0.3em;
}
.list-compound .description ol.list-alpha-minus li p {
  margin: 1rem 0;
  text-align: justify;
}
@media (max-width: 575.98px) {
  .list-compound .description ol.list-alpha-minus li {
    font-size: 14.4px;
  }
}
.list-compound .description ol.list-decimal {
  list-style: none;
}
.list-compound .description ol.list-decimal li {
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px;
  counter-increment: muffins;
  color: #002645;
  margin: 10px 0;
}
.list-compound .description ol.list-decimal li::before {
  content: counter(muffins) ".";
  display: inline;
  color: #1c7692;
  font-size: 18px;
  font-weight: 400;
  font-weight: bold;
  margin-left: -1em;
  margin-right: 0.3em;
}

.list-bubles {
  list-style: none;
}
.list-bubles-item {
  padding: 0;
  margin: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.25rem;
  background: #002645;
  padding: 10px 15px;
}
.list-bubles-icon {
  font-size: 40px;
  padding: 5px;
  color: #002645;
  font-weight: 500;
  border-radius: 50%;
}
.list-bubles-text {
  font-size: 18px;
  color: #002645;
}
.list-bubles-link {
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  padding: 2px 5px;
  margin: 0;
  border-radius: 50rem;
}
.list-bubles-link:hover {
  background: #1c7692;
  color: #fff !important;
  transition: 0.5s;
}
.list-bubles-link:focus {
  color: #fff !important;
}
.list-bubles-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list-bubles-group i {
  font-size: 40px;
  padding: 5px;
  color: #002645;
  font-weight: 500;
  border-radius: 50%;
}
.list-bubles-group p {
  font-size: 18px;
  color: #002645;
  margin-left: 20px;
}

ul.list-line-top {
  list-style: none;
}
ul.list-line-top li {
  border-top: 1px solid #fff;
}
ul.list-line-top li a {
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  margin: 2px 0;
}
ul.list-line-top li a:hover {
  color: #90e1a3 !important;
}
ul.list-line-top li a:focus {
  color: #90e1a3 !important;
}
ul.list-line-top li a:active {
  color: #90e1a3 !important;
}
ul.list-line-top li:last-child {
  border-bottom: 1px solid #fff;
}

.menu-floating {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 3;
}
.menu-floating-button {
  padding: 10px 15px;
  background: #1c7692;
  border-radius: 30px 4px 30px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.menu-floating-button p {
  color: #fff;
  margin: 0 5px;
  font-weight: 400;
}
.menu-floating-button i {
  font-size: 25px;
  color: #fff;
}
.menu-floating-menu {
  position: absolute;
  bottom: 60px;
  right: 0px;
  display: none;
}
.menu-floating-menu-item {
  width: 100%;
  float: right;
  list-style: none;
  text-align: right;
}
.menu-floating-menu-item a {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 8px 15px;
  color: #002645;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.4s;
  text-decoration: none;
}
.menu-floating-menu-item a:hover {
  margin-left: 10px;
}
.menu-floating-menu-item a p {
  padding: 8px 12px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 50rem;
  background: #fff;
  box-shadow: 0px 2px 12px rgba(52, 58, 64, 0.2);
}
.menu-floating-menu-item a i {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  margin-right: 10px !important;
  border-radius: 50%;
}

.access {
  width: 150px;
  height: auto;
  background: #fff;
  position: fixed;
  right: -150px;
  top: 50%;
  transform: translateY(-50%);
  padding: 20px 5px;
  color: #fff;
  z-index: 6;
  transition: 0.4s;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.access.active {
  right: 0 !important;
}
.access-tab {
  position: absolute;
  width: 45px;
  height: 50px;
  top: 20px;
  left: -45px;
  background: #002645;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.access-tab i {
  font-size: 1.2em;
  font-weight: 500;
}
.access-title {
  color: #002645;
  font-size: 0.875em;
  text-align: center;
}
.access-control {
  width: 100%;
  line-height: none;
  margin: 10px 0;
  text-align: center;
  z-index: 5;
}
.access-control-item {
  display: inline-block;
  color: #fff;
  margin: 0;
  color: #fff;
  padding: 5px 10px;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: 0.4s;
}
.access-control-item:hover {
  background: #E5E5E5;
}
.access-control-item a img {
  width: 30px;
}

.ath-modal {
  position: fixed;
  z-index: 6;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
}
.ath-modal.active {
  opacity: 1;
  pointer-events: auto;
}
.ath-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ath-modal-header .title {
  font-size: 1.2rem;
  font-weight: 600;
}
.ath-modal-header .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1em;
  width: 30px;
  height: 30px;
  cursor: pointer;
  color: #1c7692;
  background: #E5E5E5;
  transition: 0.3s;
  border-radius: 50%;
}
.ath-modal-header .icon:hover {
  color: #fff;
  background: #1c7692;
  transition: 0.3s;
}
.ath-modal-body {
  display: flex;
  flex-direction: column;
  margin: 1rem 0;
}
.ath-modal-body-img img {
  width: 150px;
  border-radius: 50%;
}
.ath-modal-body-caption {
  padding: 10px;
}
@media (max-width: 767.98px) {
  .ath-modal-body {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
.ath-modal-footer {
  display: flex;
}
.ath-modal-lg {
  position: absolute;
  height: auto;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background: #fff;
  padding: 2rem 2rem;
}
.ath-modal-md {
  position: absolute;
  width: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 2rem 2rem;
  border-radius: 1.25rem;
}
@media (max-width: 1439.98px) {
  .ath-modal-md {
    width: 70%;
    height: auto;
  }
}
@media (max-width: 767.98px) {
  .ath-modal-md {
    width: 90%;
    height: auto;
  }
}
.ath-modal-sm {
  position: absolute;
  width: 30%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 2rem 2rem;
  border-radius: 1.25rem;
}
@media (max-width: 1439.98px) {
  .ath-modal-sm {
    width: 60%;
    height: auto;
  }
}
@media (max-width: 767.98px) {
  .ath-modal-sm {
    width: 90%;
    height: auto;
  }
}

.ath-navbar {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 115px;
  z-index: 3;
  padding: 0 1%;
  background: #002645;
}
@media (max-width: 991.98px) {
  .ath-navbar {
    flex-direction: column;
    height: auto;
    padding: 4% 0;
  }
}
.ath-navbar-logo {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  .ath-navbar-logo {
    justify-content: space-between;
    padding: 0 5%;
    width: 100%;
  }
}
.ath-navbar-logo img {
  width: 180px;
  display: block;
  margin: 0 auto;
  z-index: 4;
}
@media (max-width: 991.98px) {
  .ath-navbar-logo img {
    margin: 0;
  }
}
.ath-navbar .hamburguer {
  font-size: 1.4em;
  background: #f8f9fa;
  padding: 0.4rem;
  border-radius: 50%;
  display: none;
}
@media (max-width: 991.98px) {
  .ath-navbar .hamburguer {
    display: block;
  }
}
.ath-navbar-nav {
  height: 100%;
}
@media (max-width: 991.98px) {
  .ath-navbar-nav {
    margin-top: 1rem;
    width: 100%;
    background: #f8f9fa;
    display: none;
  }
}
.ath-navbar-nav.show {
  display: block;
}
.ath-navbar-menu {
  list-style: none;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .ath-navbar-menu {
    display: flex;
    flex-direction: column;
  }
}
.ath-navbar-item {
  display: inline-flex;
  flex-grow: 1;
}
@media (max-width: 991.98px) {
  .ath-navbar-item {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}
.ath-navbar-link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-decoration: none !important;
  flex-grow: 1;
  font-size: 16px;
  padding: 2rem;
  color: #fff !important;
  border-bottom: 4px solid transparent;
  transition: 0.3s;
}
.ath-navbar-link i {
  padding-bottom: 12px;
  font-size: 1em;
  color: #fff !important;
}
@media (max-width: 991.98px) {
  .ath-navbar-link i {
    font-size: 1.1em;
    padding-bottom: 0;
    margin-right: 5px;
  }
}
.ath-navbar-link a {
  color: #fff !important;
  text-decoration: none !important;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 991.98px) {
  .ath-navbar-link {
    height: auto;
    padding: 15px;
    justify-content: start;
    align-items: center;
    flex-direction: row;
    overflow: hidden;
    background: #002645;
  }
}
.ath-navbar-link:hover {
  background: #1c7692;
  transition: 0.3s;
  text-decoration: none !important;
}
@media (max-width: 991.98px) {
  .ath-navbar-link:hover {
    background: #1c7692 !important;
    border-bottom: 4px solid transparent;
  }
}
.ath-navbar .mega-menu {
  position: absolute;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  top: 115px;
  background: #fff;
  z-index: 3;
  left: 0;
  height: auto;
  padding: 1rem 2rem;
  display: none;
}
@media (max-width: 991.98px) {
  .ath-navbar .mega-menu {
    background: #fff;
    position: relative;
    top: 0px;
    width: 100%;
    height: auto;
    padding: 1rem 0;
    border-bottom: 0px;
    transition: 0.5s;
  }
}
.ath-navbar .mega-menu-items {
  display: grid;
  grid-auto-rows: 3;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 300px), 1fr));
  margin-top: 0.5rem;
}
.ath-navbar .mega-menu-item {
  margin: 1.4rem;
}
@media (max-width: 991.98px) {
  .ath-navbar .mega-menu-item {
    margin: 0.9rem;
  }
}
.ath-navbar .mega-menu-item-title {
  display: flex;
  align-items: center;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 991.98px) {
  .ath-navbar .mega-menu-item-title {
    cursor: pointer;
    flex-direction: row;
    justify-content: start;
  }
}
.ath-navbar .mega-menu-item-title i {
  font-size: 1.2em;
  color: #002645;
  background: #f8f9fa;
  padding: 0.4rem;
  border-radius: 50%;
  margin-right: 0.5rem;
}
@media (max-width: 991.98px) {
  .ath-navbar .mega-menu-item-title i {
    margin-right: 0.5rem;
    background: #f8f9fa;
    display: none;
  }
}
.ath-navbar .mega-menu-item-title h4, .ath-navbar .mega-menu-item-title a {
  margin: 10px 0;
  font-size: 0.8em;
  font-weight: 500;
  color: #002645;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  text-decoration: none !important;
}
.ath-navbar .mega-menu-title {
  font-weight: normal;
  color: #343a40;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 991.98px) {
  .ath-navbar .mega-menu-title {
    font-size: 1em;
    font-weight: 500;
  }
}
.ath-navbar .mega-menu.show {
  display: block !important;
}
.ath-navbar .sub-menu {
  list-style: none;
  width: 100%;
  margin-left: 2em;
}
@media (max-width: 991.98px) {
  .ath-navbar .sub-menu {
    margin-left: 0.2em;
  }
}
.ath-navbar .sub-link {
  text-decoration: none !important;
  font-size: 0.9em;
  padding: 0.2em 0;
  color: #6c757d;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  white-space: nowrap;
  cursor: pointer;
}
.ath-navbar .sub-link:hover {
  color: #002645;
}
.ath-navbar-cta {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  .ath-navbar-cta {
    width: 100%;
  }
}
.ath-navbar-cta a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none !important;
  padding: 10px;
  justify-content: center;
  align-items: center;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 991.98px) {
  .ath-navbar-cta a {
    width: 100%;
    height: auto;
    padding: 20px 0;
  }
}
.ath-navbar-search {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem;
  margin-right: 100px;
  height: 100%;
  width: 70px;
  background-color: #1c7692;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .ath-navbar-search {
    display: none;
  }
}
.ath-navbar-search:hover {
  background-color: #43b6b6;
}
.ath-navbar-search i {
  color: #fff;
  font-size: 25px;
}

/* ----------------------------------
		!Variables de Grid System
------------------------------------ */
/*------------------------------------*\
* CONTAINER
\*------------------------------------*/
/*------------------------------------*\
* COLUMNS
\*------------------------------------*/
/*------------------------------------*\
* BREAKPOINTS
\*------------------------------------*/
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: auto !important;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  background: #1c7692;
  color: #fff;
  border: none;
  padding: 10px !important;
  font: inherit;
}
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 500ms ease-in-out;
}

.no-js .owl-carousel {
  display: block;
}

.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  background: #000;
  width: 100%;
  height: 500px;
  display: block;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../img/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-theme .owl-nav {
  text-align: center;
  background: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #1c7692;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 8px;
  background: #E5E5E5;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 50px;
}
@media (max-width: 767.98px) {
  .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 4px;
  }
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #002645;
  border: 2px solid #002645 !important;
}

.owl-home {
  position: relative;
}
.owl-home .item a {
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .owl-home .item-video video {
    height: 420px;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .owl-home .item-video video {
    height: 400px;
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .owl-home .item-video .caption {
    display: none;
  }
}
.owl-home .item .caption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 6%;
  position: absolute;
  top: 50%;
  width: 50% !important;
  z-index: 2;
  transform: translateY(-50%);
}
.owl-home .item .caption h2 {
  font-size: 40px;
  line-height: 42px;
  font-weight: 700;
  margin: 5px 0;
}
@media (max-width: 991.98px) {
  .owl-home .item .caption h2 {
    font-size: 35px;
    line-height: 38px;
  }
}
@media (max-width: 767.98px) {
  .owl-home .item .caption h2 {
    font-size: 28px;
    line-height: 32px;
  }
}
.owl-home .item .caption p {
  margin: 5px 0;
  font-size: 18px;
  line-height: 22px;
}
@media (max-width: 1199.98px) {
  .owl-home .item .caption {
    top: 56%;
    transform: translateY(-56%);
    width: 100% !important;
    padding: 10% 6% !important;
  }
}
@media (max-width: 991.98px) {
  .owl-home .item .caption {
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    left: 0;
    padding: 5% 10%;
    margin: 0;
    border-radius: 0;
    text-align: center;
    align-items: center;
  }
}
.owl-home .item .caption-group {
  margin: 10px 0;
  display: flex;
  justify-content: space-between;
}
.owl-home .owl-nav.disabled + .owl-dots {
  position: absolute !important;
  left: 6% !important;
  z-index: 3 !important;
  margin: 0 !important;
  text-align: left !important;
}
@media (max-width: 767.98px) {
  .owl-home .owl-nav.disabled + .owl-dots {
    left: 0 !important;
    top: 90%;
    bottom: 6px !important;
    padding-left: 10% !important;
  }
}
@media (max-width: 991.98px) {
  .owl-home .owl-nav.disabled + .owl-dots {
    left: 0 !important;
    bottom: 6px !important;
    padding-left: 10% !important;
  }
}
.owl-home .owl-nav {
  font-size: 20px !important;
  font: inherit;
}
.owl-home .owl-nav .owl-prev {
  position: absolute !important;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: transparent !important;
}
@media (max-width: 767.98px) {
  .owl-home .owl-nav .owl-prev {
    top: 92%;
  }
}
.owl-home .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: transparent !important;
}
@media (max-width: 767.98px) {
  .owl-home .owl-nav .owl-next {
    top: 92%;
  }
}
.owl-home .owl-dots {
  position: absolute;
  top: 92%;
  left: 50%;
  transform: translateX(-50%);
}

.owl-nav-center {
  position: relative;
}
.owl-nav-center .owl-nav .owl-next, .owl-nav-center .owl-nav .owl-prev {
  font-size: 20px;
  width: 40px;
  height: 40px;
  border-radius: 0.25rem;
  font: inherit;
  color: #fff;
  background: #002645 !important;
}
@media (min-width: 992px) {
  .owl-nav-center .owl-nav .owl-prev {
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 992px) {
  .owl-nav-center .owl-nav .owl-next {
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.owl-footer .item img {
  width: 150px;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .owl-footer .item img {
    width: 150px;
    margin: 0 auto;
  }
}

.container-tab {
  display: flex;
  width: 100%;
}
@media (max-width: 767.98px) {
  .container-tab {
    flex-direction: column;
  }
}

.ath-tab {
  display: flex;
  list-style: none;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .ath-tab {
    flex-wrap: wrap;
    margin: 1.2rem 0;
  }
}
@media (max-width: 767.98px) {
  .ath-tab {
    flex-direction: column;
    align-items: center;
  }
}
.ath-tab-item {
  display: inline-flex;
  margin: 0 1rem;
}
@media (max-width: 767.98px) {
  .ath-tab-item {
    margin: 0.5rem 0;
    width: 100%;
  }
}
.ath-tab-link {
  font-family: "Montserrat", sans-serif;
  font-size: 1.125em;
  font-weight: 400;
  padding: 0.375rem 0.75rem;
  text-decoration: none;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .ath-tab-link {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .ath-tab-link {
    width: 100%;
  }
}
.ath-tab-center {
  justify-content: center;
}
.ath-tab-text .ath-tab-link {
  color: #898D95;
  transition: 0.5s;
}
.ath-tab-btn .ath-tab-link {
  border: 2px solid transparent;
  transition: 0.5s;
  border-radius: 0.25rem;
}
.ath-tab-underline .ath-tab-link {
  color: #898D95;
  border-bottom: 2px solid transparent;
  transition: 0.5s;
}
.ath-tab-underline.active {
  transition: 0.5s;
  border-bottom: 2px solid transparent;
}
.ath-tab-pill .ath-tab-link {
  border-radius: 50rem;
}
.ath-tab-body {
  padding: 1.5rem 1rem;
  height: auto;
  display: none;
}
.ath-tab-body.active {
  display: block;
}
.ath-tab-contents {
  padding: 20px;
}
.ath-tab-contents .ath-tab-content-img {
  margin-left: auto;
  display: block;
  width: 24px;
}
.ath-tab-contents .ath-tab-content-body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ath-tab-text-primary .ath-tab-link:hover {
  color: #1c7692;
  transition: 0.5s;
}
.ath-tab-text-primary.active {
  color: #1c7692;
  transition: 0.5s;
}

.ath-tab-btn-primary .ath-tab-link {
  background: #1c7692 !important;
  color: #fff;
  border: 2px solid #1c7692;
}
.ath-tab-btn-primary .ath-tab-link:hover {
  background: #176178;
}

.ath-tab-btn-primary-o .ath-tab-link {
  background: transparent;
  color: #1c7692;
  border: 2px solid #1c7692;
}
.ath-tab-btn-primary-o .ath-tab-link:hover {
  background: #1c7692;
  color: #fff;
  border: 2px solid #1c7692;
}

.ath-tab-underline-primary .ath-tab-link:hover {
  color: #1c7692;
  border-bottom: 2px solid #1c7692;
}
.ath-tab-underline-primary .ath-tab-link.active {
  color: #1c7692;
  border-bottom: 2px solid #1c7692;
}

.ath-tab-text-secondary .ath-tab-link:hover {
  color: #002645;
  transition: 0.5s;
}
.ath-tab-text-secondary.active {
  color: #002645;
  transition: 0.5s;
}

.ath-tab-btn-secondary .ath-tab-link {
  background: #002645 !important;
  color: #fff;
  border: 2px solid #002645;
}
.ath-tab-btn-secondary .ath-tab-link:hover {
  background: #001526;
}

.ath-tab-btn-secondary-o .ath-tab-link {
  background: transparent;
  color: #002645;
  border: 2px solid #002645;
}
.ath-tab-btn-secondary-o .ath-tab-link:hover {
  background: #002645;
  color: #fff;
  border: 2px solid #002645;
}

.ath-tab-underline-secondary .ath-tab-link:hover {
  color: #002645;
  border-bottom: 2px solid #002645;
}
.ath-tab-underline-secondary .ath-tab-link.active {
  color: #002645;
  border-bottom: 2px solid #002645;
}

.ath-tab-text-third .ath-tab-link:hover {
  color: #43b6b6;
  transition: 0.5s;
}
.ath-tab-text-third.active {
  color: #43b6b6;
  transition: 0.5s;
}

.ath-tab-btn-third .ath-tab-link {
  background: #43b6b6 !important;
  color: #fff;
  border: 2px solid #43b6b6;
}
.ath-tab-btn-third .ath-tab-link:hover {
  background: #3ba0a0;
}

.ath-tab-btn-third-o .ath-tab-link {
  background: transparent;
  color: #43b6b6;
  border: 2px solid #43b6b6;
}
.ath-tab-btn-third-o .ath-tab-link:hover {
  background: #43b6b6;
  color: #fff;
  border: 2px solid #43b6b6;
}

.ath-tab-underline-third .ath-tab-link:hover {
  color: #43b6b6;
  border-bottom: 2px solid #43b6b6;
}
.ath-tab-underline-third .ath-tab-link.active {
  color: #43b6b6;
  border-bottom: 2px solid #43b6b6;
}

.ath-tab-text-light .ath-tab-link:hover {
  color: #fff;
  transition: 0.5s;
}
.ath-tab-text-light.active {
  color: #fff;
  transition: 0.5s;
}

.ath-tab-btn-light .ath-tab-link {
  background: #fff !important;
  color: #002645;
  border: 2px solid #fff;
}
.ath-tab-btn-light .ath-tab-link:hover {
  background: #f0f0f0;
}

.ath-tab-btn-light-o .ath-tab-link {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}
.ath-tab-btn-light-o .ath-tab-link:hover {
  background: #fff;
  color: #fff;
  border: 2px solid #fff;
}

.ath-tab-underline-light .ath-tab-link:hover {
  color: #fff;
  border-bottom: 2px solid #fff;
}
.ath-tab-underline-light .ath-tab-link.active {
  color: #fff;
  border-bottom: 2px solid #fff;
}

.ath-tab-text-gray .ath-tab-link:hover {
  color: #E5E5E5;
  transition: 0.5s;
}
.ath-tab-text-gray.active {
  color: #E5E5E5;
  transition: 0.5s;
}

.ath-tab-btn-gray .ath-tab-link {
  background: #E5E5E5 !important;
  color: #fff;
  border: 2px solid #E5E5E5;
}
.ath-tab-btn-gray .ath-tab-link:hover {
  background: #d6d6d6;
}

.ath-tab-btn-gray-o .ath-tab-link {
  background: transparent;
  color: #E5E5E5;
  border: 2px solid #E5E5E5;
}
.ath-tab-btn-gray-o .ath-tab-link:hover {
  background: #E5E5E5;
  color: #fff;
  border: 2px solid #E5E5E5;
}

.ath-tab-underline-gray .ath-tab-link:hover {
  color: #E5E5E5;
  border-bottom: 2px solid #E5E5E5;
}
.ath-tab-underline-gray .ath-tab-link.active {
  color: #E5E5E5;
  border-bottom: 2px solid #E5E5E5;
}

.ath-tabs-square {
  position: relative;
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  top: -100px;
  z-index: 6;
}
@media (max-width: 991.98px) {
  .ath-tabs-square {
    flex-direction: column;
    top: 0;
    width: 100%;
  }
}
.ath-tabs-square-item {
  display: inline-flex;
  margin: 0 1rem;
  width: 300px;
  height: 180px;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .ath-tabs-square-item {
    width: 100%;
    height: auto;
    margin: 0;
  }
}
.ath-tabs-square-link {
  text-decoration: none;
  width: 100%;
  display: flex;
}
@media (max-width: 991.98px) {
  .ath-tabs-square-link {
    align-items: center;
  }
}
.ath-tabs-square-link:hover {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .ath-tabs-square-link::after {
    content: "\e92b";
    font-family: "icc";
    margin-right: 10px;
  }
}
.ath-tabs-square-caption {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (max-width: 991.98px) {
  .ath-tabs-square-caption {
    padding: 10px 5px;
  }
}
.ath-tabs-square-caption-icon {
  display: flex;
  justify-content: end;
  width: 100%;
}
@media (max-width: 991.98px) {
  .ath-tabs-square-caption-icon {
    justify-content: center;
    padding: 5px;
    display: none;
  }
}
.ath-tabs-square-caption-icon i {
  font-size: 25px;
  margin: 5px 0;
}
.ath-tabs-square-caption-title {
  font-size: 16px;
  text-align: center;
  font-weight: 400;
}
.ath-tabs-square-caption-divider {
  width: 20%;
  height: 2px;
  margin: 5px auto;
}
@media (max-width: 991.98px) {
  .ath-tabs-square-caption-divider {
    display: none;
  }
}
.ath-tabs-square-body {
  position: relative;
  margin-top: -200px;
  width: 100%;
  padding-top: 12rem;
  padding-bottom: 2rem;
  display: none;
}
@media (max-width: 991.98px) {
  .ath-tabs-square-body {
    margin-top: 0;
    padding: 1rem 0;
  }
}
.ath-tabs-square-body.active {
  display: block;
}

.ath-tabs-scheme-one .ath-tabs-square-item {
  color: #fff;
}
.ath-tabs-scheme-one .ath-tabs-square-item:nth-child(1) {
  background: #002645;
}
.ath-tabs-scheme-one .ath-tabs-square-item:nth-child(2) {
  background: #1c7692;
}
.ath-tabs-scheme-one .ath-tabs-square-item:nth-child(3) {
  background: #43b6b6;
}

.ath-tabs-scheme-one-2 .ath-tabs-square-item {
  color: #fff;
}
.ath-tabs-scheme-one-2 .ath-tabs-square-item:nth-child(1) {
  background: #03278A;
}
.ath-tabs-scheme-one-2 .ath-tabs-square-item:nth-child(2) {
  background: #3D9AF0;
}
.ath-tabs-scheme-one-2 .ath-tabs-square-item:nth-child(3) {
  background: #43b6b6;
}

.ath-tabs-scheme-two .ath-tabs-square-item {
  color: #fff;
}
.ath-tabs-scheme-two .ath-tabs-square-item:nth-child(1) {
  background: #B6B84E;
}
.ath-tabs-scheme-two .ath-tabs-square-item:nth-child(1) .ath-tabs-square-link::after {
  color: #FFEF65;
}
.ath-tabs-scheme-two .ath-tabs-square-item:nth-child(2) {
  background: #FFEF65;
}
.ath-tabs-scheme-two .ath-tabs-square-item:nth-child(2) .ath-tabs-square-link::after {
  color: #B6B84E;
}

.ath-tabs-scheme-three .ath-tabs-square-item {
  color: #fff;
}
.ath-tabs-scheme-three .ath-tabs-square-item:nth-child(1) {
  background: #ef7625;
}
.ath-tabs-scheme-three .ath-tabs-square-item:nth-child(2) {
  background: #ef8e25;
}
.ath-tabs-scheme-three .ath-tabs-square-item:nth-child(3) {
  background: #fab124;
}

.ath-tabs-scheme-fourth .ath-tabs-square-item {
  color: #fff;
}
.ath-tabs-scheme-fourth .ath-tabs-square-item:nth-child(1) {
  background: #97C820;
}
.ath-tabs-scheme-fourth .ath-tabs-square-item:nth-child(2) {
  background: #4CA146;
}
.ath-tabs-scheme-fourth .ath-tabs-square-item:nth-child(3) {
  background: #b4d662;
}
.ath-tabs-scheme-fourth .ath-tabs-square-item:nth-child(4) {
  background: #93c744;
}

.ath-tabs-scheme-fourth-2 .ath-tabs-square-item {
  color: #fff;
}
.ath-tabs-scheme-fourth-2 .ath-tabs-square-item:nth-child(1) {
  background: #002645;
}
.ath-tabs-scheme-fourth-2 .ath-tabs-square-item:nth-child(2) {
  background: #b0e9f7;
}
.ath-tabs-scheme-fourth-2 .ath-tabs-square-item:nth-child(3) {
  background: #43B6B6;
}
.ath-tabs-scheme-fourth-2 .ath-tabs-square-item:nth-child(4) {
  background: #71AD87;
}

.ath-translate {
  position: absolute;
  right: 30px;
  top: 5ch;
  width: 50px;
  top: 16%;
  right: 3.2%;
  z-index: 6;
  padding: 0.3rem;
}
@media (max-width: 1439.98px) {
  .ath-translate {
    top: 18%;
    right: 3.5%;
  }
}
@media (max-width: 1199.98px) {
  .ath-translate {
    top: 3%;
    right: 12%;
  }
}
@media (max-width: 767.98px) {
  .ath-translate {
    top: 2%;
    right: 20%;
  }
}
.ath-translate-menu {
  display: flex;
  list-style: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.ath-translate-item {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 0.3rem;
  transition: 0.5s;
  border: 1.5px solid #fff;
}
.ath-translate-item:nth-child(1) {
  background: #1c7692;
}
.ath-translate-item:nth-child(1):hover {
  background: #002645;
}
.ath-translate-item:nth-child(2) {
  background: #002645;
}
.ath-translate-item:nth-child(2):hover {
  background: #1c7692;
}
.ath-translate-item a {
  color: #fff !important;
}
.ath-translate-item:hover {
  background: #1c7692;
}
.ath-translate-link {
  color: #fff;
  font-weight: 700;
  font-size: 0.8em;
  color: #fff !important;
}

.ath-layout-h {
  display: flex;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .ath-layout-h {
    flex-direction: column;
  }
}

.ath-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}
@media (max-width: 767.98px) {
  .ath-box {
    text-align: center;
  }
}

.ath-box-h {
  width: 100%;
  display: flex;
}

.ath-box-30-70 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .ath-box-30-70 {
    flex-direction: column;
  }
}
.ath-box-30-70 .ath-box-30-70-left {
  width: 30%;
}
.ath-box-30-70 .ath-box-30-70-left img {
  width: 80%;
  padding: 10px;
}
@media (max-width: 767.98px) {
  .ath-box-30-70 .ath-box-30-70-left {
    width: 100%;
  }
}
.ath-box-30-70 .ath-box-30-70-right {
  width: 70%;
}
@media (max-width: 767.98px) {
  .ath-box-30-70 .ath-box-30-70-right {
    width: 100%;
  }
}

.bg-primary {
  background: #1c7692 !important;
}

.bg-primary-100 {
  background: #3D9AF0 !important;
}

.bg-secondary {
  background: #002645 !important;
}

.bg-secondary-100 {
  background: #03278A !important;
}

.bg-third {
  background: #43b6b6 !important;
}

.bg-fourth {
  background: #90e1a3 !important;
}

.bg-fifth {
  background: #71AD87 !important;
}

.bg-fifth-100 {
  background: #B6B84E !important;
}

.bg-sixth {
  background: #BABC4E !important;
}

.bg-seventh {
  background: #97C820 !important;
}

.bg-eighth {
  background: #4CA146 !important;
}

.bg-nineth {
  background: #b4d662 !important;
}

.bg-tenth {
  background: #93c744 !important;
}

.bg-dark {
  background: #343a40 !important;
}

.bg-white {
  background: #fff !important;
}

.bg-gray {
  background: #ced4da !important;
}

.bg-gray-100 {
  background: #f8f9fa !important;
}

.bg-gray-200 {
  background: #E5E5E5 !important;
}

.bg-gray-300 {
  background: #CDCDCD !important;
}

.bg-cyan {
  background: #03c3f5 !important;
}

.bg-cyan-100 {
  background: #0780fe !important;
}

.bg-cyan-200 {
  background: #01d6fe !important;
}

.bg-cyan-300 {
  background: #05fcfe !important;
}

.bg-cyan-400 {
  background: #002645 !important;
}

.bg-cyan-500 {
  background: #314B92 !important;
}

.bg-cyan-600 {
  background: #43B6B6 !important;
}

.bg-cyan-700 {
  background: #B0E9F7 !important;
}

.bg-orange {
  background: #ef7625 !important;
}

.bg-orange-100 {
  background: #ef8e25 !important;
}

.bg-yellow {
  background: #fab124 !important;
}

.bg-yellow-200 {
  background: #f7f4c2 !important;
}

.bg-yellow-300 {
  background: #FFEF65 !important;
}

.bg-blue-100 {
  background: #b0e9f7 !important;
}

.bg-primary-op-1 {
  background: rgba(28, 118, 146, 0.1) !important;
}

.bg-primary-op-2 {
  background: rgba(28, 118, 146, 0.2) !important;
}

.bg-primary-op-3 {
  background: rgba(28, 118, 146, 0.3) !important;
}

.bg-primary-op-4 {
  background: rgba(28, 118, 146, 0.4) !important;
}

.bg-primary-op-5 {
  background: rgba(28, 118, 146, 0.5) !important;
}

.bg-primary-op-6 {
  background: rgba(28, 118, 146, 0.6) !important;
}

.bg-primary-op-7 {
  background: #1c7692 !important;
}

.bg-primary-op-8 {
  background: rgba(28, 118, 146, 0.8) !important;
}

.bg-primary-op-9 {
  background: rgba(28, 118, 146, 0.9) !important;
}

.bg-primary-op-10 {
  background: #1c7692 !important;
}

.bg-secondary-op-1 {
  background: rgba(0, 38, 69, 0.1) !important;
}

.bg-secondary-op-2 {
  background: rgba(0, 38, 69, 0.2) !important;
}

.bg-secondary-op-3 {
  background: rgba(0, 38, 69, 0.3) !important;
}

.bg-secondary-op-4 {
  background: rgba(0, 38, 69, 0.4) !important;
}

.bg-secondary-op-5 {
  background: rgba(0, 38, 69, 0.5) !important;
}

.bg-secondary-op-6 {
  background: rgba(0, 38, 69, 0.6) !important;
}

.bg-secondary-op-7 {
  background: #002645 !important;
}

.bg-secondary-op-8 {
  background: rgba(0, 38, 69, 0.8) !important;
}

.bg-secondary-op-9 {
  background: rgba(0, 38, 69, 0.9) !important;
}

.bg-secondary-op-10 {
  background: #002645 !important;
}

.bg-third-op-1 {
  background: rgba(67, 182, 182, 0.1) !important;
}

.bg-third-op-2 {
  background: rgba(67, 182, 182, 0.2) !important;
}

.bg-third-op-3 {
  background: rgba(67, 182, 182, 0.3) !important;
}

.bg-third-op-4 {
  background: rgba(67, 182, 182, 0.4) !important;
}

.bg-third-op-5 {
  background: rgba(67, 182, 182, 0.5) !important;
}

.bg-third-op-6 {
  background: rgba(67, 182, 182, 0.6) !important;
}

.bg-third-op-7 {
  background: #43b6b6 !important;
}

.bg-third-op-8 {
  background: rgba(67, 182, 182, 0.8) !important;
}

.bg-third-op-9 {
  background: rgba(67, 182, 182, 0.9) !important;
}

.bg-third-op-10 {
  background: #43b6b6 !important;
}

.bg-dark-op-1 {
  background: rgba(52, 58, 64, 0.1) !important;
}

.bg-dark-op-2 {
  background: rgba(52, 58, 64, 0.2) !important;
}

.bg-dark-op-3 {
  background: rgba(52, 58, 64, 0.3) !important;
}

.bg-dark-op-4 {
  background: rgba(52, 58, 64, 0.4) !important;
}

.bg-dark-op-5 {
  background: rgba(52, 58, 64, 0.5) !important;
}

.bg-dark-op-6 {
  background: rgba(52, 58, 64, 0.6) !important;
}

.bg-dark-op-7 {
  background: #343a40 !important;
}

.bg-dark-op-8 {
  background: rgba(52, 58, 64, 0.8) !important;
}

.bg-dark-op-9 {
  background: rgba(52, 58, 64, 0.9) !important;
}

.bg-dark-op-10 {
  background: #343a40 !important;
}

.bg-white-op-1 {
  background: rgba(255, 255, 255, 0.1) !important;
}

.bg-white-op-2 {
  background: rgba(255, 255, 255, 0.2) !important;
}

.bg-white-op-3 {
  background: rgba(255, 255, 255, 0.3) !important;
}

.bg-white-op-4 {
  background: rgba(255, 255, 255, 0.4) !important;
}

.bg-white-op-5 {
  background: rgba(255, 255, 255, 0.5) !important;
}

.bg-white-op-6 {
  background: rgba(255, 255, 255, 0.6) !important;
}

.bg-white-op-7 {
  background: white !important;
}

.bg-white-op-8 {
  background: rgba(255, 255, 255, 0.8) !important;
}

.bg-white-op-9 {
  background: rgba(255, 255, 255, 0.9) !important;
}

.bg-white-op-10 {
  background: white !important;
}

.bg-gray-100-op-1 {
  background: rgba(248, 249, 250, 0.1) !important;
}

.bg-gray-100-op-2 {
  background: rgba(248, 249, 250, 0.2) !important;
}

.bg-gray-100-op-3 {
  background: rgba(248, 249, 250, 0.3) !important;
}

.bg-gray-100-op-4 {
  background: rgba(248, 249, 250, 0.4) !important;
}

.bg-gray-100-op-5 {
  background: rgba(248, 249, 250, 0.5) !important;
}

.bg-gray-100-op-6 {
  background: rgba(248, 249, 250, 0.6) !important;
}

.bg-gray-100-op-7 {
  background: #f8f9fa !important;
}

.bg-gray-100-op-8 {
  background: rgba(248, 249, 250, 0.8) !important;
}

.bg-gray-100-op-9 {
  background: rgba(248, 249, 250, 0.9) !important;
}

.bg-gray-100-op-10 {
  background: #f8f9fa !important;
}

.bg-gray-200-op-1 {
  background: rgba(229, 229, 229, 0.1) !important;
}

.bg-gray-200-op-2 {
  background: rgba(229, 229, 229, 0.2) !important;
}

.bg-gray-200-op-3 {
  background: rgba(229, 229, 229, 0.3) !important;
}

.bg-gray-200-op-4 {
  background: rgba(229, 229, 229, 0.4) !important;
}

.bg-gray-200-op-5 {
  background: rgba(229, 229, 229, 0.5) !important;
}

.bg-gray-200-op-6 {
  background: rgba(229, 229, 229, 0.6) !important;
}

.bg-gray-200-op-7 {
  background: #e5e5e5 !important;
}

.bg-gray-200-op-8 {
  background: rgba(229, 229, 229, 0.8) !important;
}

.bg-gray-200-op-9 {
  background: rgba(229, 229, 229, 0.9) !important;
}

.bg-gray-200-op-10 {
  background: #e5e5e5 !important;
}

.bg-gray-300-op-1 {
  background: rgba(205, 205, 205, 0.1) !important;
}

.bg-gray-300-op-2 {
  background: rgba(205, 205, 205, 0.2) !important;
}

.bg-gray-300-op-3 {
  background: rgba(205, 205, 205, 0.3) !important;
}

.bg-gray-300-op-4 {
  background: rgba(205, 205, 205, 0.4) !important;
}

.bg-gray-300-op-5 {
  background: rgba(205, 205, 205, 0.5) !important;
}

.bg-gray-300-op-6 {
  background: rgba(205, 205, 205, 0.6) !important;
}

.bg-gray-300-op-7 {
  background: #cdcdcd !important;
}

.bg-gray-300-op-8 {
  background: rgba(205, 205, 205, 0.8) !important;
}

.bg-gray-300-op-9 {
  background: rgba(205, 205, 205, 0.9) !important;
}

.bg-gray-300-op-10 {
  background: #cdcdcd !important;
}

.bg-green-op-1 {
  background: rgba(186, 188, 78, 0.1) !important;
}

.bg-green-op-2 {
  background: rgba(186, 188, 78, 0.2) !important;
}

.bg-green-op-3 {
  background: rgba(186, 188, 78, 0.3) !important;
}

.bg-green-op-4 {
  background: rgba(186, 188, 78, 0.4) !important;
}

.bg-green-op-5 {
  background: rgba(186, 188, 78, 0.5) !important;
}

.bg-green-op-6 {
  background: rgba(186, 188, 78, 0.6) !important;
}

.bg-green-op-7 {
  background: #babc4e !important;
}

.bg-green-op-8 {
  background: rgba(186, 188, 78, 0.8) !important;
}

.bg-green-op-9 {
  background: rgba(186, 188, 78, 0.9) !important;
}

.bg-green-op-10 {
  background: #babc4e !important;
}

.border {
  border: 1px solid #ced4da;
}

.border-top {
  border-top: 1px solid #ced4da;
}

.border-left {
  border-left: 1px solid #ced4da;
}

.border-right {
  border-right: 1px solid #ced4da;
}

.border-bottom {
  border-bottom: 1px solid #ced4da;
}

.border-top-0 {
  border-top-0: 0px solid #ced4da;
}

.border-width-1 {
  border-width: 1px !important;
}

.border-width-2 {
  border-width: 2px !important;
}

.border-primary {
  border-color: #1c7692 !important;
}

.border-in-primary {
  border: 12px solid transparent;
  box-shadow: inset 0 0 0 2px #1c7692;
}

.border-secondary {
  border-color: #002645 !important;
}

.border-in-secondary {
  border: 12px solid transparent;
  box-shadow: inset 0 0 0 2px #002645;
}

.border-third {
  border-color: #43b6b6 !important;
}

.border-in-third {
  border: 12px solid transparent;
  box-shadow: inset 0 0 0 2px #43b6b6;
}

.border-light {
  border-color: #fff !important;
}

.border-in-light {
  border: 12px solid transparent;
  box-shadow: inset 0 0 0 2px #fff;
}

.border-gray {
  border-color: #E5E5E5 !important;
}

.border-in-gray {
  border: 12px solid transparent;
  box-shadow: inset 0 0 0 2px #E5E5E5;
}

.border-white {
  border-color: #fff !important;
}

/* Border Radius */
.rounded {
  border-radius: 0.25rem;
}

.rounded-sm {
  border-radius: 0.5rem;
}

.rounded-lg {
  border-radius: 0.625rem;
}

.rounded-xl {
  border-radius: 1.25rem;
}

.rounded-pill {
  border-radius: 50rem;
}

.rounded-circle {
  border-radius: 50%;
}

.rounded-top {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.rounded-top-sm {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.rounded-top-lg {
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
}

.rounded-top-lg {
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
}

.rounded-right {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.rounded-right-sm {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.rounded-right-lg {
  border-top-right-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
}

.rounded-right-lg {
  border-top-right-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-bottom-sm {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-bottom-lg {
  border-bottom-right-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
}

.rounded-bottom-xl {
  border-bottom-right-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
}

.rounded-left {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-left-sm {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-left-lg {
  border-top-left-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
}

.rounded-left-xl {
  border-top-left-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
}

.rounded-top-left {
  border-top-left-radius: 0.25rem;
}

.rounded-top-left-sm {
  border-top-left-radius: 0.5rem;
}

.rounded-top-left-lg {
  border-top-left-radius: 0.625rem;
}

.rounded-top-left-xl {
  border-top-left-radius: 1.25rem;
}

.rounded-top-right {
  border-top-right-radius: 0.25rem;
}

.rounded-top-right-sm {
  border-top-right-radius: 0.5rem;
}

.rounded-top-right-lg {
  border-top-right-radius: 0.625rem;
}

.rounded-top-right-xl {
  border-top-right-radius: 1.25rem;
}

.rounded-bottom-right {
  border-bottom-right-radius: 0.25rem;
}

.rounded-bottom-right-sm {
  border-bottom-right-radius: 0.5rem;
}

.rounded-bottom-right-lg {
  border-bottom-right-radius: 0.625rem;
}

.rounded-bottom-right-xl {
  border-bottom-right-radius: 1.25rem;
}

.rounded-bottom-left {
  border-bottom-left-radius: 0.25rem;
}

.rounded-bottom-left-sm {
  border-bottom-left-radius: 0.5rem;
}

.rounded-bottom-left-lg {
  border-bottom-left-radius: 0.625rem;
}

.rounded-bottom-left-xl {
  border-bottom-left-radius: 1.25rem;
}

.align-items-center {
  align-items: center !important;
}

@media (min-width: 576px) {
  .align-items-sm-center {
    align-items: center !important;
  }
}
@media (min-width: 768px) {
  .align-items-md-center {
    align-items: center !important;
  }
}
@media (min-width: 992px) {
  .align-items-lg-center {
    align-items: center !important;
  }
}
@media (min-width: 1200px) {
  .align-items-xl-center {
    align-items: center !important;
  }
}
@media (min-width: 1440px) {
  .align-items-xxl-center {
    align-items: center !important;
  }
}
.divider-w-10 {
  width: 10%;
  height: 2px;
  border: 0;
}
.divider-w-10.left {
  margin: auto auto auto 0;
}
.divider-w-10.center {
  margin: 0 auto;
}
.divider-w-10.right {
  margin: auto 0 auto auto;
}

.divider-w-20 {
  width: 20%;
  height: 2px;
  border: 0;
}
.divider-w-20.left {
  margin: auto auto auto 0;
}
.divider-w-20.center {
  margin: 0 auto;
}
.divider-w-20.right {
  margin: auto 0 auto auto;
}

.divider-w-100 {
  width: 100%;
  height: 2px;
  border: 0;
}
.divider-w-100.left {
  margin: auto auto auto 0;
}
.divider-w-100.center {
  margin: 0 auto;
}
.divider-w-100.right {
  margin: auto 0 auto auto;
}

.divider-h-10 {
  height: 10%;
  width: 2px;
  border: 0;
}
.divider-h-10.left {
  margin: auto auto auto 0;
}
.divider-h-10.center {
  margin: 0 auto;
}
.divider-h-10.right {
  margin: auto 0 auto auto;
}

.divider-h-20 {
  height: 20%;
  width: 2px;
  border: 0;
}
.divider-h-20.left {
  margin: auto auto auto 0;
}
.divider-h-20.center {
  margin: 0 auto;
}
.divider-h-20.right {
  margin: auto 0 auto auto;
}

.divider-h-100 {
  height: 100%;
  width: 2px;
  border: 0;
}
.divider-h-100.left {
  margin: auto auto auto 0;
}
.divider-h-100.center {
  margin: 0 auto;
}
.divider-h-100.right {
  margin: auto 0 auto auto;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-none-sm {
    display: none !important;
  }
  .d-inline-sm {
    display: inline !important;
  }
  .d-inline-block-sm {
    display: inline-block !important;
  }
  .d-block-sm {
    display: block !important;
  }
  .d-table-sm {
    display: table !important;
  }
  .d-table-row-sm {
    display: table-row !important;
  }
  .d-table-cell-sm {
    display: table-cell !important;
  }
  .d-flex-sm {
    display: flex !important;
  }
  .d-inline-flex-sm {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-none-md {
    display: none !important;
  }
  .d-inline-md {
    display: inline !important;
  }
  .d-inline-block-md {
    display: inline-block !important;
  }
  .d-block-md {
    display: block !important;
  }
  .d-table-md {
    display: table !important;
  }
  .d-table-row-md {
    display: table-row !important;
  }
  .d-table-cell-md {
    display: table-cell !important;
  }
  .d-flex-md {
    display: flex !important;
  }
  .d-inline-flex-md {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-none-lg {
    display: none !important;
  }
  .d-inline-lg {
    display: inline !important;
  }
  .d-inline-block-lg {
    display: inline-block !important;
  }
  .d-block-lg {
    display: block !important;
  }
  .d-table-lg {
    display: table !important;
  }
  .d-table-row-lg {
    display: table-row !important;
  }
  .d-table-cell-lg {
    display: table-cell !important;
  }
  .d-flex-lg {
    display: flex !important;
  }
  .d-inline-flex-lg {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-none-xl {
    display: none !important;
  }
  .d-inline-xl {
    display: inline !important;
  }
  .d-inline-block-xl {
    display: inline-block !important;
  }
  .d-block-xl {
    display: block !important;
  }
  .d-table-xl {
    display: table !important;
  }
  .d-table-row-xl {
    display: table-row !important;
  }
  .d-table-cell-xl {
    display: table-cell !important;
  }
  .d-flex-xl {
    display: flex !important;
  }
  .d-inline-flex-xl {
    display: inline-flex !important;
  }
}
@media (min-width: 1440px) {
  .d-none-xxl {
    display: none !important;
  }
  .d-inline-xxl {
    display: inline !important;
  }
  .d-inline-block-xxl {
    display: inline-block !important;
  }
  .d-block-xxl {
    display: block !important;
  }
  .d-table-xxl {
    display: table !important;
  }
  .d-table-row-xxl {
    display: table-row !important;
  }
  .d-table-cell-xxl {
    display: table-cell !important;
  }
  .d-flex-xxl {
    display: flex !important;
  }
  .d-inline-flex-xxl {
    display: inline-flex !important;
  }
}
.h-translate {
  transition: 0.4s;
}
.h-translate:hover {
  transform: translate(0px, -8px);
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed {
  display: flex;
}
@media (max-width: 767.98px) {
  .embed {
    flex-direction: column;
  }
}
.embed-video {
  width: 50%;
  padding: 0;
}
.embed-video iframe {
  border-radius: 4px 0 0 4px;
}
@media (max-width: 767.98px) {
  .embed-video iframe {
    border-radius: 4px 4px 0 0;
  }
}
@media (max-width: 767.98px) {
  .embed-video {
    width: 100%;
  }
}
.embed-caption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 10px 30px;
  background-color: #E5E5E5;
  border-radius: 0 4px 4px 0;
}
@media (max-width: 767.98px) {
  .embed-caption {
    width: 100%;
    border-radius: 0 0 4px 4px;
    height: 200px;
  }
}
.embed-caption .caption-title {
  color: #1c7692;
  font-weight: 500;
  font-size: 22px;
  margin: 5px 0;
}
.embed-caption .caption-text {
  color: #343a40;
  font-weight: 500;
  font-size: 16px;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1440px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-left-sm {
    float: left !important;
  }
  .float-right-sm {
    float: right !important;
  }
  .float-none-sm {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-left-md {
    float: left !important;
  }
  .float-right-md {
    float: right !important;
  }
  .float-none-md {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-left-lg {
    float: left !important;
  }
  .float-right-lg {
    float: right !important;
  }
  .float-none-lg {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-left-xl {
    float: left !important;
  }
  .float-right-xl {
    float: right !important;
  }
  .float-none-xl {
    float: none !important;
  }
}
@media (min-width: 1440px) {
  .float-left-xxl {
    float: left !important;
  }
  .float-right-xxl {
    float: right !important;
  }
  .float-none-xxl {
    float: none !important;
  }
}
.hover-gray-light:hover {
  background: #E5E5E5;
  transition: 0.5s;
}

.hover-primary:hover {
  background: #1c7692;
  transition: 0.5s;
}

.hover-secondary:hover {
  background: #002645;
  transition: 0.5s;
}

.hover-text-gray-light:hover {
  color: #E5E5E5;
  transition: 0.5s;
}

.hover-text-primary:hover {
  color: #1c7692;
  transition: 0.5s;
}

.hover-text-secondary:hover {
  color: #002645;
  transition: 0.5s;
}

.responsive {
  max-width: 100%;
  height: auto;
}

.img-center {
  display: block;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .img-center {
    max-width: 100%;
    height: auto;
  }
}

.img-auto {
  width: auto;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.td-none {
  text-decoration: none !important;
}

.ls-none {
  list-style: none !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-blue-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 38, 69, 0.075) !important;
}

.shadow-blue-sm {
  box-shadow: 0 1rem 0.75rem rgba(28, 118, 146, 0.15) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-xxs {
  width: 250px !important;
}

.w-xs {
  width: 350px !important;
}

.w-sm {
  width: 400px !important;
}

.w-md {
  width: 500px !important;
}

.w-lg {
  width: 600px !important;
}

.w-xl {
  width: 800px !important;
}

.w-xxl {
  width: 1024px !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.w-full {
  width: 100% !important;
}

.w-screen {
  width: 100vh !important;
}

.h-xxs {
  height: 250px !important;
}

.h-xs {
  height: 350px !important;
}

.h-sm {
  height: 400px !important;
}

.h-md {
  height: 500px !important;
}

.h-lg {
  height: 600px !important;
}

.h-xl {
  height: 800px !important;
}

.h-xxl {
  height: 1024px !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.h-full {
  height: 100% !important;
}

.h-screen {
  height: 100vh !important;
}

@media (min-width: 576px) {
  .w-xxs-sm {
    width: 250px !important;
  }
  .w-xs-sm {
    width: 350px !important;
  }
  .w-sm-sm {
    width: 400px !important;
  }
  .w-md-sm {
    width: 500px !important;
  }
  .w-lg-sm {
    width: 600px !important;
  }
  .w-xl-sm {
    width: 800px !important;
  }
  .w-xxl-sm {
    width: 1024px !important;
  }
  .w-25-sm {
    width: 25% !important;
  }
  .w-50-sm {
    width: 50% !important;
  }
  .w-75-sm {
    width: 75% !important;
  }
  .w-100-sm {
    width: 100% !important;
  }
  .w-auto-sm {
    width: auto !important;
  }
  .w-full-sm {
    width: 100% !important;
  }
  .w-screen-sm {
    width: 100vh !important;
  }
  .h-xxs-sm {
    height: 250px !important;
  }
  .h-xs-sm {
    height: 350px !important;
  }
  .h-sm-sm {
    height: 400px !important;
  }
  .h-md-sm {
    height: 500px !important;
  }
  .h-lg-sm {
    height: 600px !important;
  }
  .h-xl-sm {
    height: 800px !important;
  }
  .h-xxl-sm {
    height: 1024px !important;
  }
  .h-25-sm {
    height: 25% !important;
  }
  .h-50-sm {
    height: 50% !important;
  }
  .h-75-sm {
    height: 75% !important;
  }
  .h-100-sm {
    height: 100% !important;
  }
  .h-auto-sm {
    height: auto !important;
  }
  .h-full-sm {
    height: 100% !important;
  }
  .h-screen-sm {
    height: 100vh !important;
  }
}
@media (min-width: 768px) {
  .w-xxs-md {
    width: 250px !important;
  }
  .w-xs-md {
    width: 350px !important;
  }
  .w-sm-md {
    width: 400px !important;
  }
  .w-md-md {
    width: 500px !important;
  }
  .w-lg-md {
    width: 600px !important;
  }
  .w-xl-md {
    width: 800px !important;
  }
  .w-xxl-md {
    width: 1024px !important;
  }
  .w-25-md {
    width: 25% !important;
  }
  .w-50-md {
    width: 50% !important;
  }
  .w-75-md {
    width: 75% !important;
  }
  .w-100-md {
    width: 100% !important;
  }
  .w-auto-md {
    width: auto !important;
  }
  .w-full-md {
    width: 100% !important;
  }
  .w-screen-md {
    width: 100vh !important;
  }
  .h-xxs-md {
    height: 250px !important;
  }
  .h-xs-md {
    height: 350px !important;
  }
  .h-sm-md {
    height: 400px !important;
  }
  .h-md-md {
    height: 500px !important;
  }
  .h-lg-md {
    height: 600px !important;
  }
  .h-xl-md {
    height: 800px !important;
  }
  .h-xxl-md {
    height: 1024px !important;
  }
  .h-25-md {
    height: 25% !important;
  }
  .h-50-md {
    height: 50% !important;
  }
  .h-75-md {
    height: 75% !important;
  }
  .h-100-md {
    height: 100% !important;
  }
  .h-auto-md {
    height: auto !important;
  }
  .h-full-md {
    height: 100% !important;
  }
  .h-screen-md {
    height: 100vh !important;
  }
}
@media (min-width: 992px) {
  .w-xxs-lg {
    width: 250px !important;
  }
  .w-xs-lg {
    width: 350px !important;
  }
  .w-sm-lg {
    width: 400px !important;
  }
  .w-md-lg {
    width: 500px !important;
  }
  .w-lg-lg {
    width: 600px !important;
  }
  .w-xl-lg {
    width: 800px !important;
  }
  .w-xxl-lg {
    width: 1024px !important;
  }
  .w-25-lg {
    width: 25% !important;
  }
  .w-50-lg {
    width: 50% !important;
  }
  .w-75-lg {
    width: 75% !important;
  }
  .w-100-lg {
    width: 100% !important;
  }
  .w-auto-lg {
    width: auto !important;
  }
  .w-full-lg {
    width: 100% !important;
  }
  .w-screen-lg {
    width: 100vh !important;
  }
  .h-xxs-lg {
    height: 250px !important;
  }
  .h-xs-lg {
    height: 350px !important;
  }
  .h-sm-lg {
    height: 400px !important;
  }
  .h-md-lg {
    height: 500px !important;
  }
  .h-lg-lg {
    height: 600px !important;
  }
  .h-xl-lg {
    height: 800px !important;
  }
  .h-xxl-lg {
    height: 1024px !important;
  }
  .h-25-lg {
    height: 25% !important;
  }
  .h-50-lg {
    height: 50% !important;
  }
  .h-75-lg {
    height: 75% !important;
  }
  .h-100-lg {
    height: 100% !important;
  }
  .h-auto-lg {
    height: auto !important;
  }
  .h-full-lg {
    height: 100% !important;
  }
  .h-screen-lg {
    height: 100vh !important;
  }
}
@media (min-width: 1200px) {
  .w-xxs-xl {
    width: 250px !important;
  }
  .w-xs-xl {
    width: 350px !important;
  }
  .w-sm-xl {
    width: 400px !important;
  }
  .w-md-xl {
    width: 500px !important;
  }
  .w-lg-xl {
    width: 600px !important;
  }
  .w-xl-xl {
    width: 800px !important;
  }
  .w-xxl-xl {
    width: 1024px !important;
  }
  .w-25-xl {
    width: 25% !important;
  }
  .w-50-xl {
    width: 50% !important;
  }
  .w-75-xl {
    width: 75% !important;
  }
  .w-100-xl {
    width: 100% !important;
  }
  .w-auto-xl {
    width: auto !important;
  }
  .w-full-xl {
    width: 100% !important;
  }
  .w-screen-xl {
    width: 100vh !important;
  }
  .h-xxs-xl {
    height: 250px !important;
  }
  .h-xs-xl {
    height: 350px !important;
  }
  .h-sm-xl {
    height: 400px !important;
  }
  .h-md-xl {
    height: 500px !important;
  }
  .h-lg-xl {
    height: 600px !important;
  }
  .h-xl-xl {
    height: 800px !important;
  }
  .h-xxl-xl {
    height: 1024px !important;
  }
  .h-25-xl {
    height: 25% !important;
  }
  .h-50-xl {
    height: 50% !important;
  }
  .h-75-xl {
    height: 75% !important;
  }
  .h-100-xl {
    height: 100% !important;
  }
  .h-auto-xl {
    height: auto !important;
  }
  .h-full-xl {
    height: 100% !important;
  }
  .h-screen-xl {
    height: 100vh !important;
  }
}
@media (min-width: 1440px) {
  .w-xxs-xxl {
    width: 250px !important;
  }
  .w-xs-xxl {
    width: 350px !important;
  }
  .w-sm-xxl {
    width: 400px !important;
  }
  .w-md-xxl {
    width: 500px !important;
  }
  .w-lg-xxl {
    width: 600px !important;
  }
  .w-xl-xxl {
    width: 800px !important;
  }
  .w-xxl-xxl {
    width: 1024px !important;
  }
  .w-25-xxl {
    width: 25% !important;
  }
  .w-50-xxl {
    width: 50% !important;
  }
  .w-75-xxl {
    width: 75% !important;
  }
  .w-100-xxl {
    width: 100% !important;
  }
  .w-auto-xxl {
    width: auto !important;
  }
  .w-full-xxl {
    width: 100% !important;
  }
  .w-screen-xxl {
    width: 100vh !important;
  }
  .h-xxs-xxl {
    height: 250px !important;
  }
  .h-xs-xxl {
    height: 350px !important;
  }
  .h-sm-xxl {
    height: 400px !important;
  }
  .h-md-xxl {
    height: 500px !important;
  }
  .h-lg-xxl {
    height: 600px !important;
  }
  .h-xl-xxl {
    height: 800px !important;
  }
  .h-xxl-xxl {
    height: 1024px !important;
  }
  .h-25-xxl {
    height: 25% !important;
  }
  .h-50-xxl {
    height: 50% !important;
  }
  .h-75-xxl {
    height: 75% !important;
  }
  .h-100-xxl {
    height: 100% !important;
  }
  .h-auto-xxl {
    height: auto !important;
  }
  .h-full-xxl {
    height: 100% !important;
  }
  .h-screen-xxl {
    height: 100vh !important;
  }
}
.img-xxs {
  width: 40px !important;
}

.img-xs {
  width: 90px !important;
}

.img-sm {
  width: 170px !important;
}

.img-md {
  width: 300px !important;
}

.img-lg {
  width: 500px !important;
}

.icon-xs {
  font-size: 16px;
}

.icon-sm {
  font-size: 20px;
}

.icon-md {
  font-size: 25;
}

.icon-lg {
  font-size: 30px;
}

.icon-xl {
  font-size: 40px;
}

.icon-xxl {
  font-size: 50px;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 1rem !important;
}

.mt-1,
.my-1 {
  margin-top: 1rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 1rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 1rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 1rem !important;
}

.m-2 {
  margin: 2rem !important;
}

.mt-2,
.my-2 {
  margin-top: 2rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 2rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 2rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 2rem !important;
}

.m-3 {
  margin: 3rem !important;
}

.mt-3,
.my-3 {
  margin-top: 3rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 3rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 3rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 3rem !important;
}

.m-4 {
  margin: 4rem !important;
}

.mt-4,
.my-4 {
  margin-top: 4rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 4rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 4rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 4rem !important;
}

.m-5 {
  margin: 5rem !important;
}

.mt-5,
.my-5 {
  margin-top: 5rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 5rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 5rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 5rem !important;
}

.m-6 {
  margin: 6rem !important;
}

.mt-6,
.my-6 {
  margin-top: 6rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 6rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 6rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 6rem !important;
}

.m-7 {
  margin: 18rem !important;
}

.mt-7,
.my-7 {
  margin-top: 18rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 18rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 18rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 18rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 1rem !important;
}

.pt-1,
.py-1 {
  padding-top: 1rem !important;
}

.pr-1,
.px-1 {
  padding-right: 1rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 1rem !important;
}

.pl-1,
.px-1 {
  padding-left: 1rem !important;
}

.p-2 {
  padding: 2rem !important;
}

.pt-2,
.py-2 {
  padding-top: 2rem !important;
}

.pr-2,
.px-2 {
  padding-right: 2rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 2rem !important;
}

.pl-2,
.px-2 {
  padding-left: 2rem !important;
}

.p-3 {
  padding: 3rem !important;
}

.pt-3,
.py-3 {
  padding-top: 3rem !important;
}

.pr-3,
.px-3 {
  padding-right: 3rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 3rem !important;
}

.pl-3,
.px-3 {
  padding-left: 3rem !important;
}

.p-4 {
  padding: 4rem !important;
}

.pt-4,
.py-4 {
  padding-top: 4rem !important;
}

.pr-4,
.px-4 {
  padding-right: 4rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 4rem !important;
}

.pl-4,
.px-4 {
  padding-left: 4rem !important;
}

.p-5 {
  padding: 5rem !important;
}

.pt-5,
.py-5 {
  padding-top: 5rem !important;
}

.pr-5,
.px-5 {
  padding-right: 5rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 5rem !important;
}

.pl-5,
.px-5 {
  padding-left: 5rem !important;
}

.p-6 {
  padding: 6rem !important;
}

.pt-6,
.py-6 {
  padding-top: 6rem !important;
}

.pr-6,
.px-6 {
  padding-right: 6rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 6rem !important;
}

.pl-6,
.px-6 {
  padding-left: 6rem !important;
}

.p-7 {
  padding: 18rem !important;
}

.pt-7,
.py-7 {
  padding-top: 18rem !important;
}

.pr-7,
.px-7 {
  padding-right: 18rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 18rem !important;
}

.pl-7,
.px-7 {
  padding-left: 18rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 1rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 1rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 1rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 1rem !important;
  }
  .m-sm-2 {
    margin: 2rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 2rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 2rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 2rem !important;
  }
  .m-sm-3 {
    margin: 3rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 3rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 3rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 3rem !important;
  }
  .m-sm-4 {
    margin: 4rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 4rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 4rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 4rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 4rem !important;
  }
  .m-sm-5 {
    margin: 5rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 5rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 5rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 5rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 5rem !important;
  }
  .m-sm-6 {
    margin: 6rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 6rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 6rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 6rem !important;
  }
  .m-sm-7 {
    margin: 18rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 18rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 18rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 18rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 18rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 1rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 1rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 1rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 1rem !important;
  }
  .p-sm-2 {
    padding: 2rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 2rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 2rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 2rem !important;
  }
  .p-sm-3 {
    padding: 3rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 3rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 3rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 3rem !important;
  }
  .p-sm-4 {
    padding: 4rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 4rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 4rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 4rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 4rem !important;
  }
  .p-sm-5 {
    padding: 5rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 5rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 5rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 5rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 5rem !important;
  }
  .p-sm-6 {
    padding: 6rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 6rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 6rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 6rem !important;
  }
  .p-sm-7 {
    padding: 18rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 18rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 18rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 18rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 18rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 1rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 1rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 1rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 1rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 1rem !important;
  }
  .m-md-2 {
    margin: 2rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 2rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 2rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 2rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 2rem !important;
  }
  .m-md-3 {
    margin: 3rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 3rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 3rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 3rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 3rem !important;
  }
  .m-md-4 {
    margin: 4rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 4rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 4rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 4rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 4rem !important;
  }
  .m-md-5 {
    margin: 5rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 5rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 5rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 5rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 5rem !important;
  }
  .m-md-6 {
    margin: 6rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 6rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 6rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 6rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 6rem !important;
  }
  .m-md-7 {
    margin: 18rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 18rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 18rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 18rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 18rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 1rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 1rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 1rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 1rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 1rem !important;
  }
  .p-md-2 {
    padding: 2rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 2rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 2rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 2rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 2rem !important;
  }
  .p-md-3 {
    padding: 3rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 3rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 3rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 3rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 3rem !important;
  }
  .p-md-4 {
    padding: 4rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 4rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 4rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 4rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 4rem !important;
  }
  .p-md-5 {
    padding: 5rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 5rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 5rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 5rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 5rem !important;
  }
  .p-md-6 {
    padding: 6rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 6rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 6rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 6rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 6rem !important;
  }
  .p-md-7 {
    padding: 18rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 18rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 18rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 18rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 18rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 1rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 1rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 1rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 1rem !important;
  }
  .m-lg-2 {
    margin: 2rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 2rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 2rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 2rem !important;
  }
  .m-lg-3 {
    margin: 3rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 3rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 3rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 3rem !important;
  }
  .m-lg-4 {
    margin: 4rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 4rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 4rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 4rem !important;
  }
  .m-lg-5 {
    margin: 5rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 5rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 5rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 5rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 5rem !important;
  }
  .m-lg-6 {
    margin: 6rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 6rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 6rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 6rem !important;
  }
  .m-lg-7 {
    margin: 18rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 18rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 18rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 18rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 18rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 1rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 1rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 1rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 1rem !important;
  }
  .p-lg-2 {
    padding: 2rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 2rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 2rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 2rem !important;
  }
  .p-lg-3 {
    padding: 3rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 3rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 3rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 3rem !important;
  }
  .p-lg-4 {
    padding: 4rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 4rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 4rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 4rem !important;
  }
  .p-lg-5 {
    padding: 5rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 5rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 5rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 5rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 5rem !important;
  }
  .p-lg-6 {
    padding: 6rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 6rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 6rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 6rem !important;
  }
  .p-lg-7 {
    padding: 18rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 18rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 18rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 18rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 18rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 1rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 1rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 1rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 1rem !important;
  }
  .m-xl-2 {
    margin: 2rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 2rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 2rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 2rem !important;
  }
  .m-xl-3 {
    margin: 3rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 3rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 3rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 3rem !important;
  }
  .m-xl-4 {
    margin: 4rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 4rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 4rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 4rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 4rem !important;
  }
  .m-xl-5 {
    margin: 5rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 5rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 5rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 5rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 5rem !important;
  }
  .m-xl-6 {
    margin: 6rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 6rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 6rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 6rem !important;
  }
  .m-xl-7 {
    margin: 18rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 18rem !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 18rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 18rem !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 18rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 1rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 1rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 1rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 1rem !important;
  }
  .p-xl-2 {
    padding: 2rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 2rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 2rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 2rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 2rem !important;
  }
  .p-xl-3 {
    padding: 3rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 3rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 3rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 3rem !important;
  }
  .p-xl-4 {
    padding: 4rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 4rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 4rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 4rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 4rem !important;
  }
  .p-xl-5 {
    padding: 5rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 5rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 5rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 5rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 5rem !important;
  }
  .p-xl-6 {
    padding: 6rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 6rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 6rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 6rem !important;
  }
  .p-xl-7 {
    padding: 18rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 18rem !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 18rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 18rem !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 18rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1440px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 1rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 1rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 1rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 1rem !important;
  }
  .m-xxl-2 {
    margin: 2rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 2rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 2rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 2rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 2rem !important;
  }
  .m-xxl-3 {
    margin: 3rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 3rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 3rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 3rem !important;
  }
  .m-xxl-4 {
    margin: 4rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 4rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 4rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 4rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 4rem !important;
  }
  .m-xxl-5 {
    margin: 5rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 5rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 5rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 5rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 5rem !important;
  }
  .m-xxl-6 {
    margin: 6rem !important;
  }
  .mt-xxl-6,
  .my-xxl-6 {
    margin-top: 6rem !important;
  }
  .mr-xxl-6,
  .mx-xxl-6 {
    margin-right: 6rem !important;
  }
  .mb-xxl-6,
  .my-xxl-6 {
    margin-bottom: 6rem !important;
  }
  .ml-xxl-6,
  .mx-xxl-6 {
    margin-left: 6rem !important;
  }
  .m-xxl-7 {
    margin: 18rem !important;
  }
  .mt-xxl-7,
  .my-xxl-7 {
    margin-top: 18rem !important;
  }
  .mr-xxl-7,
  .mx-xxl-7 {
    margin-right: 18rem !important;
  }
  .mb-xxl-7,
  .my-xxl-7 {
    margin-bottom: 18rem !important;
  }
  .ml-xxl-7,
  .mx-xxl-7 {
    margin-left: 18rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 1rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 1rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 1rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 1rem !important;
  }
  .p-xxl-2 {
    padding: 2rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 2rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 2rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 2rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 2rem !important;
  }
  .p-xxl-3 {
    padding: 3rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 3rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 3rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 3rem !important;
  }
  .p-xxl-4 {
    padding: 4rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 4rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 4rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 4rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 4rem !important;
  }
  .p-xxl-5 {
    padding: 5rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 5rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 5rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 5rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 5rem !important;
  }
  .p-xxl-6 {
    padding: 6rem !important;
  }
  .pt-xxl-6,
  .py-xxl-6 {
    padding-top: 6rem !important;
  }
  .pr-xxl-6,
  .px-xxl-6 {
    padding-right: 6rem !important;
  }
  .pb-xxl-6,
  .py-xxl-6 {
    padding-bottom: 6rem !important;
  }
  .pl-xxl-6,
  .px-xxl-6 {
    padding-left: 6rem !important;
  }
  .p-xxl-7 {
    padding: 18rem !important;
  }
  .pt-xxl-7,
  .py-xxl-7 {
    padding-top: 18rem !important;
  }
  .pr-xxl-7,
  .px-xxl-7 {
    padding-right: 18rem !important;
  }
  .pb-xxl-7,
  .py-xxl-7 {
    padding-bottom: 18rem !important;
  }
  .pl-xxl-7,
  .px-xxl-7 {
    padding-left: 18rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}
.text-1 {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1.5em;
}

.text-2 {
  font-family: "Montserrat", sans-serif;
  font-size: 0.625em;
  font-weight: 400;
  line-height: 0.625em;
}

.text-caption {
  font-family: "Montserrat", sans-serif;
  font-size: 0.5em;
  font-weight: 400;
  line-height: 0.5em;
}

.text-overline {
  font-family: "Montserrat", sans-serif;
  font-size: 0.375em;
  font-weight: 400;
  line-height: 0.375em;
}

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

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

.text-justify {
  text-align: justify !important;
}

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

@media (min-width: 576px) {
  .text-left-sm {
    text-align: left !important;
  }
  .text-right-sm {
    text-align: right !important;
  }
  .text-justify-sm {
    text-align: justify !important;
  }
  .text-center-sm {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-left-md {
    text-align: left !important;
  }
  .text-right-md {
    text-align: right !important;
  }
  .text-justify-md {
    text-align: justify !important;
  }
  .text-center-md {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-left-lg {
    text-align: left !important;
  }
  .text-right-lg {
    text-align: right !important;
  }
  .text-justify-lg {
    text-align: justify !important;
  }
  .text-center-lg {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-left-xl {
    text-align: left !important;
  }
  .text-right-xl {
    text-align: right !important;
  }
  .text-justify-xl {
    text-align: justify !important;
  }
  .text-center-xl {
    text-align: center !important;
  }
}
@media (min-width: 1440px) {
  .text-left-xxl {
    text-align: left !important;
  }
  .text-right-xxl {
    text-align: right !important;
  }
  .text-justify-xxl {
    text-align: justify !important;
  }
  .text-center-xxl {
    text-align: center !important;
  }
}
.text-14 {
  font-size: 14px !important;
}

.text-16 {
  font-size: 16px !important;
}

.text-18 {
  font-size: 18px !important;
}

.text-20 {
  font-size: 20px !important;
}

.text-22 {
  font-size: 22px !important;
}

.text-24 {
  font-size: 24px !important;
}

.text-85 {
  font-size: 85px !important;
}

.text-primary {
  color: #1c7692 !important;
}

.text-primary-100 {
  color: #3D9AF0 !important;
}

.text-secondary {
  color: #002645 !important;
}

.text-secondary-100 {
  color: #03278A !important;
}

.text-third {
  color: #43b6b6 !important;
}

.text-fourth {
  color: #90e1a3 !important;
}

.text-fifth {
  color: #71AD87 !important;
}

.text-fifth-100 {
  color: #B6B84E !important;
}

.text-sixth {
  color: #BABC4E !important;
}

.text-seventh {
  color: #97C820 !important;
}

.text-eighth {
  color: #4CA146 !important;
}

.text-nineth {
  color: #b4d662 !important;
}

.text-tenth {
  color: #93c744 !important;
}

.text-dark {
  color: #343a40 !important;
}

.text-white {
  color: #fff !important;
}

.text-gray {
  color: #ced4da !important;
}

.text-gray-100 {
  color: #f8f9fa !important;
}

.text-gray-200 {
  color: #E5E5E5 !important;
}

.text-gray-300 {
  color: #CDCDCD !important;
}

.text-yellow {
  color: #fab124 !important;
}

.text-yellow-200 {
  color: #f7f4c2 !important;
}

.text-yellow-300 {
  color: #FFEF65 !important;
}

.text-cyan {
  color: #03c3f5 !important;
}

.text-cyan-100 {
  color: #0780fe !important;
}

.text-cyan-200 {
  color: #01d6fe !important;
}

.text-cyan-300 {
  color: #05fcfe !important;
}

.text-cyan-400 {
  color: #002645 !important;
}

.text-cyan-500 {
  color: #314B92 !important;
}

.text-cyan-600 {
  color: #43B6B6 !important;
}

.text-cyan-700 {
  color: #B0E9F7 !important;
}

.text-blue-100 {
  color: #b0e9f7 !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.font-thin {
  font-weight: 100 !important;
}

.font-extralight {
  font-weight: 200 !important;
}

.font-light {
  font-weight: 300 !important;
}

.font-regular {
  font-weight: 400 !important;
}

.font-medium {
  font-weight: 500 !important;
}

.font-semibold {
  font-weight: 600 !important;
}

.font-bold {
  font-weight: 700 !important;
}

.font-black {
  font-weight: 900 !important;
}

.font-normal {
  font-style: normal !important;
}

.font-italic {
  font-style: italic !important;
}

.font-oblique {
  font-style: oblique !important;
}

.leading-1 {
  line-height: 12px !important;
}

.leading-2 {
  line-height: 16px !important;
}

.leading-3 {
  line-height: 20px !important;
}

.leading-4 {
  line-height: 24px !important;
}

.leading-5 {
  line-height: 28px !important;
}

.leading-6 {
  line-height: 34px !important;
}

.leading-7 {
  line-height: 36px !important;
}

.leading-8 {
  line-height: 40px !important;
}

.hyphens {
  -webkit-hyphens: none !important;
          hyphens: none !important;
}

.text-stroke {
  color: transparent;
  -webkit-text-stroke-width: 0.6px;
  -webkit-text-stroke-color: #fff;
}
.text-stroke-primary {
  color: transparent;
  -webkit-text-stroke-width: 0.6px;
  -webkit-text-stroke-color: #1c7692;
}
.text-stroke-secondary {
  color: transparent;
  -webkit-text-stroke-width: 0.6px;
  -webkit-text-stroke-color: #002645;
}
.text-stroke-third {
  color: transparent;
  -webkit-text-stroke-width: 0.6px;
  -webkit-text-stroke-color: #43b6b6;
}
.text-stroke-fourth {
  color: transparent;
  -webkit-text-stroke-width: 0.6px;
  -webkit-text-stroke-color: #90e1a3;
}
.text-stroke-fifth {
  color: transparent;
  -webkit-text-stroke-width: 0.6px;
  -webkit-text-stroke-color: #71AD87;
}
.text-stroke-sixth {
  color: transparent;
  -webkit-text-stroke-width: 0.6px;
  -webkit-text-stroke-color: #BABC4E;
}
.text-stroke-seventh {
  color: transparent;
  -webkit-text-stroke-width: 0.6px;
  -webkit-text-stroke-color: #97C820;
}
.text-stroke-eigth {
  color: transparent;
  -webkit-text-stroke-width: 0.6px;
  -webkit-text-stroke-color: #4CA146;
}
.text-stroke-yellow {
  color: transparent;
  -webkit-text-stroke-width: 0.6px;
  -webkit-text-stroke-color: #f7f4c2;
}
.text-stroke-white {
  color: transparent;
  -webkit-text-stroke-width: 0.6px;
  -webkit-text-stroke-color: #f7f4c2;
}

.line {
  width: 30px;
  height: 4px;
  margin: 20px 0px;
}

.headline-1 {
  font-family: "Montserrat", sans-serif;
  font-size: 6em;
  font-weight: 900;
  line-height: 6rem;
}
@media (max-width: 767.98px) {
  .headline-1 {
    font-size: 6em;
    line-height: 6rem;
  }
}

.headline-2 {
  font-family: "Montserrat", sans-serif;
  font-size: 3.75em;
  font-weight: 800;
  line-height: 4rem;
}
@media (max-width: 767.98px) {
  .headline-2 {
    font-size: 3.75em;
    line-height: 4rem;
  }
}

.headline-3 {
  font-family: "Montserrat", sans-serif;
  font-size: 3em;
  font-weight: 600;
  line-height: 3.5rem;
}
@media (max-width: 767.98px) {
  .headline-3 {
    font-size: 3em;
    line-height: 3.5rem;
  }
}

.headline-4 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.125em;
  font-weight: 500;
  line-height: 2.5rem;
}
@media (max-width: 767.98px) {
  .headline-4 {
    font-size: 2.125em;
    line-height: 2.5rem;
  }
}

.headline-5 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 2rem;
}
@media (max-width: 767.98px) {
  .headline-5 {
    font-size: 1.5em;
    line-height: 2rem;
  }
}

.headline-6 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.5rem;
}
@media (max-width: 767.98px) {
  .headline-6 {
    font-size: 1.25em;
    line-height: 1.5rem;
  }
}

.subtitle-1 {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2em;
}

.subtitle-2 {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  font-weight: 400;
  line-height: 0.875em;
}

.arrow-underlined {
  position: relative;
  display: inline-block;
  color: #002645;
}
@media (max-width: 1199.98px) {
  .arrow-underlined {
    left: 0;
  }
}
.arrow-underlined::before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 15px solid #1c7692;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  left: -20px;
  top: 10%;
}
.arrow-underlined::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #1c7692;
  left: 0;
  bottom: -5px;
}

.arrow-primary {
  position: relative;
}
.arrow-primary::before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 15px solid #1c7692;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  left: -20px;
  top: 25%;
}

.arrow-secondary {
  position: relative;
}
.arrow-secondary::before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 15px solid #002645;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  top: 12%;
}

.arrow-white {
  position: relative;
}
.arrow-white::before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 15px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  top: 12%;
}

.underlined {
  position: relative;
  display: inline-block;
  color: #002645;
}
@media (max-width: 1199.98px) {
  .underlined {
    left: 0;
  }
}
.underlined::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #1c7692;
  left: 0;
  bottom: -5px;
}

.title-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  .title-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.title-icon img {
  width: 80px;
  margin-right: 0.7rem;
}
.title-icon .img-left {
  width: 25px !important;
  margin-right: 0.2rem !important;
}
.title-icon .copy {
  margin: 0;
}
.title-icon i {
  font-size: 30px;
  margin-right: 0.7rem;
  background: #25d366;
  padding: 13px;
  color: #fff;
  border-radius: 50%;
}

.title-img {
  display: flex;
  align-items: center;
  margin: 5px 0;
}
.title-img img {
  width: 25px !important;
  margin-right: 5px;
}
.title-img.reverse {
  flex-direction: row-reverse;
  justify-content: start;
}
.title-img.reverse img {
  margin-left: 5px;
}

.i-title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 5px;
}
.i-title i {
  font-size: 80px;
  color: #1c7692;
}
.i-title .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.icon-title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 5px;
}
@media (max-width: 767.98px) {
  .icon-title {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.icon-title i {
  font-size: 70px;
  color: #1c7692;
  margin-right: 5px;
}
.icon-title img {
  width: 80px;
  margin-right: 10px;
}
.icon-title-caption {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .icon-title-caption {
    text-align: center;
  }
}

.banner-copy {
  font-size: 4em;
  font-weight: 600;
  line-height: 4em;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
}

.banner-description {
  font-size: 2.5em;
  font-weight: 600;
  line-height: 2.5em;
  font-family: "Montserrat", sans-serif;
}

ul.icons-lista {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  list-style: none;
}
@media (max-width: 767.98px) {
  ul.icons-lista {
    grid-template-columns: repeat(auto-fit, minmax(100px, 2fr));
  }
}
ul.icons-lista li {
  text-align: center;
  border-radius: 0.25rem;
  cursor: pointer;
}
ul.icons-lista li:hover {
  transition: 0.5s;
}
ul.icons-lista li:hover i {
  background: #1c7692;
  color: #fff;
  transition: 0.5s;
}
ul.icons-lista li i {
  font-size: 70px;
  padding: 10px;
  color: #1c7692;
  border-radius: 0.25rem;
}
ul.icons-lista li p {
  margin-top: 20px;
  color: #002645;
  font-size: 13px;
}