@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700;900&display=swap");
@import url(../js/glightbox/css/glightbox.css);
/*!
 * Font Awesome Pro 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */

.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-2x {
  font-size: 2em; }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */

.fa-arrow-left:before {
  content: "\f060"; }

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

.fa-linkedin:before {
  content: "\f08c"; }

.fa-mobile-android:before {
  content: "\f3ce"; }

.fa-phone-rotary:before {
  content: "\f8d3"; }

.fa-times:before {
  content: "\f00d"; }

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

/*!
 * Font Awesome Pro 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("/vendor/maksuco/maksucocss/public/assets/fontawesome/webfonts/fa-light-300.eot");
  src: url("/vendor/maksuco/maksucocss/public/assets/fontawesome/webfonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("/vendor/maksuco/maksucocss/public/assets/fontawesome/webfonts/fa-light-300.woff2") format("woff2"), url("/vendor/maksuco/maksucocss/public/assets/fontawesome/webfonts/fa-light-300.woff") format("woff"), url("/vendor/maksuco/maksucocss/public/assets/fontawesome/webfonts/fa-light-300.ttf") format("truetype"), url("/vendor/maksuco/maksucocss/public/assets/fontawesome/webfonts/fa-light-300.svg#fontawesome") format("svg"); }

.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300; }

/*!
 * Font Awesome Pro 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/vendor/maksuco/maksucocss/public/assets/fontawesome/webfonts/fa-brands-400.eot");
  src: url("/vendor/maksuco/maksucocss/public/assets/fontawesome/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("/vendor/maksuco/maksucocss/public/assets/fontawesome/webfonts/fa-brands-400.woff2") format("woff2"), url("/vendor/maksuco/maksucocss/public/assets/fontawesome/webfonts/fa-brands-400.woff") format("woff"), url("/vendor/maksuco/maksucocss/public/assets/fontawesome/webfonts/fa-brands-400.ttf") format("truetype"), url("/vendor/maksuco/maksucocss/public/assets/fontawesome/webfonts/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

:root {
  --body: #D2ECFF;
  --bg: white;
  --heading-color: #D2ECFF;
  --paragraph-color: #D2ECFF;
  --primary: #2644A6;
  --secondary: #01ACF3;
  --dark: #07395a;
  --light: #D2ECFF;
  --gray: #F2F2F2;
  --blue: #4299E1;
  --indigo: #667EEA;
  --purple: #9F7AEA;
  --green: #1da139;
  --teal: #38B2AC;
  --red: #ff2400;
  --pink: #f2658a;
  --yellow: #ffeb04;
  --orange: #FF6F4A;
  --white: #ffffff;
  --black: #010102;
  --primary-100: #5977d9;
  --primary-200: #385cd1;
  --primary-300: #3055d0;
  --primary-400: #2b4dbb;
  --primary-500: #2644A6;
  --primary-600: #213c91;
  --primary-700: #1d337d;
  --primary-800: #182b68;
  --primary-900: #0a112a;
  --secondary-100: #5ccffe;
  --secondary-200: #33c3fe;
  --secondary-300: #29c0fe;
  --secondary-400: #0fb8fe;
  --secondary-500: #01ACF3;
  --secondary-600: #019ada;
  --secondary-700: #0188c0;
  --secondary-800: #0176a7;
  --secondary-900: #00405b;
  --dark-100: #0e75b9;
  --dark-200: #0b5d93;
  --dark-300: #0b5789;
  --dark-400: #094872;
  --dark-500: #07395a;
  --dark-600: #052a42;
  --dark-700: #031b2b;
  --dark-800: #010c13;
  --dark-900: black;
  --light-100: #e6f5ff;
  --light-200: #e1f2ff;
  --light-300: #dcf0ff;
  --light-400: #d7eeff;
  --light-500: #D2ECFF;
  --light-600: #b9e1ff;
  --light-700: #9fd6ff;
  --light-800: #86ccff;
  --light-900: #39abff;
  --gray-100: white;
  --gray-200: white;
  --gray-300: white;
  --gray-400: white;
  --gray-500: #F2F2F2;
  --gray-600: #e5e5e5;
  --gray-700: #d9d9d9;
  --gray-800: #cccccc;
  --gray-900: #a6a6a6;
  --blue-100: #9ac9ef;
  --blue-200: #77b6e9;
  --blue-300: #6eb1e8;
  --blue-400: #58a5e4;
  --blue-500: #4299E1;
  --blue-600: #2c8dde;
  --blue-700: #2180cf;
  --blue-800: #1d73b9;
  --blue-900: #134a77;
  --indigo-100: #c0caf6;
  --indigo-200: #9cabf1;
  --indigo-300: #93a4f0;
  --indigo-400: #7c91ed;
  --indigo-500: #667EEA;
  --indigo-600: #506be7;
  --indigo-700: #3958e4;
  --indigo-800: #2345e1;
  --indigo-900: #162fa1;
  --purple-100: #dfd2f8;
  --purple-200: #c5aff2;
  --purple-300: #bfa6f1;
  --purple-400: #af90ed;
  --purple-500: #9F7AEA;
  --purple-600: #8f64e7;
  --purple-700: #7f4ee3;
  --purple-800: #6f38e0;
  --purple-900: #4c1caf;
  --green-100: #46de66;
  --green-200: #26d54b;
  --green-300: #25cc48;
  --green-400: #21b741;
  --green-500: #1da139;
  --green-600: #198b31;
  --green-700: #15762a;
  --green-800: #116022;
  --green-900: #061f0b;
  --teal-100: #7bd5d1;
  --teal-200: #5cccc6;
  --teal-300: #54c9c3;
  --teal-400: #40c3bd;
  --teal-500: #38B2AC;
  --teal-600: #329f99;
  --teal-700: #2c8b87;
  --teal-800: #267874;
  --teal-900: #133e3c;
  --red-100: #ff7c66;
  --red-200: #ff593d;
  --red-300: #ff5033;
  --red-400: #ff3a1a;
  --red-500: #ff2400;
  --red-600: #e62000;
  --red-700: #cc1d00;
  --red-800: #b31900;
  --red-900: #660e00;
  --pink-100: #fac3d1;
  --pink-200: #f79db5;
  --pink-300: #f694ae;
  --pink-400: #f47d9c;
  --pink-500: #f2658a;
  --pink-600: #f04d78;
  --pink-700: #ee3666;
  --pink-800: #ec1e54;
  --pink-900: #af0f39;
  --yellow-100: #fff36a;
  --yellow-200: #fff041;
  --yellow-300: #ffef37;
  --yellow-400: #ffed1e;
  --yellow-500: #ffeb04;
  --yellow-600: #ead700;
  --yellow-700: #d0bf00;
  --yellow-800: #b7a800;
  --yellow-900: #6a6200;
  --orange-100: #ffc0b0;
  --orange-200: #ffa087;
  --orange-300: #ff987d;
  --orange-400: #ff8364;
  --orange-500: #FF6F4A;
  --orange-600: #ff5b31;
  --orange-700: #ff4617;
  --orange-800: #fd3400;
  --orange-900: #b02400;
  --white-600: #f2f2f2;
  --white-700: #e6e6e6;
  --white-800: #d9d9d9;
  --white-900: #b3b3b3;
  --black-100: #232346;
  --black-200: #15152b;
  --black-300: #121224;
  --black-400: #0a0a13; }

:root {
  --blue: #4299E1;
  --indigo: #667EEA;
  --purple: #9F7AEA;
  --pink: #f2658a;
  --red: #ff2400;
  --orange: #FF6F4A;
  --yellow: #ffeb04;
  --green: #1da139;
  --teal: #38B2AC;
  --cyan: #17a2b8;
  --white: #ffffff;
  --gray: #F2F2F2;
  --gray-dark: #343a40;
  --primary: #2644A6;
  --secondary: #01ACF3;
  --dark: #07395a;
  --light: #D2ECFF;
  --black: #010102;
  --primary: #2644A6;
  --secondary: #01ACF3;
  --success: #1da139;
  --info: #17a2b8;
  --warning: #ffeb04;
  --danger: #ff2400;
  --light: #D2ECFF;
  --dark: #07395a;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #ffffff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(1, 1, 2, 0); }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.75rem; }

h4 {
  font-size: 1.5rem; }

h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1rem; }

p {
  margin-top: 0;
  margin-bottom: 2rem; }

dt {
  font-weight: 900; }

b {
  font-weight: 700; }

small {
  font-size: 0.875em; }

a {
  color: #2644A6;
  text-decoration: none; }
  a:hover {
    color: #182b68;
    text-decoration: underline; }

a:not([href]), a:not([href]):hover {
  color: inherit;
  text-decoration: none; }


code {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

code {
  font-size: 0.875em;
  color: #D2ECFF;
  word-wrap: break-word; }
  a > code {
    color: inherit; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle; }

svg {
  overflow: hidden;
  vertical-align: middle; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

[list]::-webkit-calendar-picker-indicator {
  display: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }
  button:not(:disabled),
  [type="button"]:not(:disabled),
  [type="reset"]:not(:disabled),
  [type="submit"]:not(:disabled) {
    cursor: pointer; }

input[type="date"],
input[type="time"] {
  -webkit-appearance: textfield; }

textarea {
  overflow: auto;
  resize: vertical; }

progress {
  vertical-align: baseline; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield; }

template {
  display: none; }

main {
  display: block; }

[hidden] {
  display: none !important; }

.container {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 350px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 1000px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1200px; } }
.container-fluid {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
   .container {
    max-width: 350px; } }

@media (min-width: 768px) {
   .container {
    max-width: 720px; } }

@media (min-width: 992px) {
   .container {
    max-width: 1000px; } }

@media (min-width: 1200px) {
   .container {
    max-width: 1200px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0px;
  margin-left: 0px; }

 .col-xl-8, .col-lg-7, .col-md-20, .col-md-18, .col-md-16, .col-md-14, .col-md-13, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-6, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-24, .col-22, .col-8, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px; }

.col-1 {
  flex: 0 0 4.1666666667%;
  max-width: 4.1666666667%; }

.col-8 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-22 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-24 {
  flex: 0 0 100%;
  max-width: 100%; }

@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%; }
  .col-md-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-md-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .col-md-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-md-6 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-md-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .col-md-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-md-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%; }
  .col-md-12 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%; }
  .col-md-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-md-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-md-18 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; } }

@media (min-width: 992px) {
  .col-lg-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%; } }

@media (min-width: 1200px) {
  .col-xl-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; } }

html {
  scroll-behavior: smooth; }

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400; }

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

body {
  font-family: "Roboto", -apple-system, "Helvetica Neue", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--body, #D2ECFF);
  text-align: left;
  background-color: var(--bg, white);
  letter-spacing: 0.025em;
  -webkit-print-color-adjust: exact !important; }

a {
  color: var(--body, #D2ECFF);
  text-decoration: none;
  cursor: pointer; }
  a:hover {
    text-decoration: none;
    opacity: .95 !important;
    outline: none !important; }

 h1, h2, h3, h4, h5, h6, figure, p {
  margin: 0; }

img, svg, video, audio, iframe, embed, object {
  display: block;
  vertical-align: middle; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

.container-fluid {
  display: block;
  width: 100%;
  max-width: 100% !important;
  box-sizing: border-box;
  padding: 0; }
  @media (max-width: 936px) {
    .container-fluid {
      padding-left: 0.5rem;
      padding-right: 0.5rem; } }
.container-max {
  width: 100%;
  max-width: 1600px !important;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  position: relative;
  padding: 0; }
  @media (max-width: 936px) {
    .container-max {
      padding-left: 0.5rem;
      padding-right: 0.5rem; } }
.container {
  width: 100%;
  max-width: 1200px !important;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  position: relative;
  padding: 0; }
  @media (max-width: 936px) {
    .container {
      padding-left: 0.5rem;
      padding-right: 0.5rem; } }
.row {
  width: 100%; }

.visible {
  visibility: visible !important; }

.hidden {
  display: none !important; }

.inline {
  display: inline !important; }

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

.block {
  display: block !important; }

.flex {
  display: flex !important; }

@media (max-width: 720px) {
  .sm-hidden {
    display: none !important; } }

@media (min-width: 720px) {
  .md-hidden {
    display: none !important; } }

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

.items-center {
  -webkit-box-align: center;
  align-items: center; }

.items-stretch {
  -webkit-box-align: stretch;
  align-items: stretch; }

.justify-start {
  -webkit-box-pack: start;
  justify-content: flex-start; }

.justify-end {
  -webkit-box-pack: end;
  justify-content: flex-end; }

.justify-center {
  -webkit-box-pack: center;
  justify-content: center; }

.justify-between {
  -webkit-box-pack: justify;
  justify-content: space-between; }

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

.float-right {
  float: right; }

.static {
  position: static; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

.z-0 {
  z-index: 0; }

.z-30 {
  z-index: 30; }

.absolute-full {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.absolute-br {
  position: absolute;
  bottom: 0;
  right: 0; }

.right-10 {
  right: 10px !important; }

.bottom-15 {
  bottom: 15px !important; }

.fullscreen {
  width: 100vw;
  height: 100vh; }

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

.h-90p {
  height: 90% !important; }

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

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

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

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

.h-third {
  height: 33.333% !important; }

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

.h-1 {
  height: 1px !important; }

.h-5 {
  height: 5px !important; }

.h-10 {
  height: 10px !important; }

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

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

.max-w-150 {
  max-width: 150px !important; }

.w-200 {
  width: 200px !important; }

.h-200 {
  height: 200px !important; }

.max-w-200 {
  max-width: 200px !important; }

.h-300 {
  height: 300px !important; }

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

@media (min-width: 720px) {
  .md-h-300 {
    height: 300px !important; }
  .md-max-w-300 {
    max-width: 300px !important; }
  .md-min-h-300 {
    min-height: 300px !important; }
  .md-min-h-700 {
    min-height: 700px !important; } }

.cursor-pointer {
  cursor: pointer; }

.cursor-event-none {
  pointer-events: none !important; }

.disabled {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
  opacity: .9; }

@keyframes slideLeft {
  0% {
    transform: translateX(1rem); }
  100% {
    transform: translateX(0); } }

@keyframes slideRight {
  0% {
    transform: translateX(-1rem); }
  100% {
    transform: translateX(0); } }

@keyframes slideTop {
  0% {
    transform: translateY(-1rem); }
  100% {
    transform: translateY(0); } }

@keyframes slideBottom {
  0% {
    transform: translateY(-1rem); }
  100% {
    transform: translateY(0); } }

@keyframes fadeSlideTop {
  0% {
    opacity: 0;
    transform: translateY(-1rem); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes clip {
  0% {
    -webkit-clip-path: polygon(30% 30%, 70% 30%, 70% 70%, 30% 70%);
    clip-path: polygon(30% 30%, 70% 30%, 70% 70%, 30% 70%); }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%); } }

@keyframes fadeClip {
  0% {
    opacity: 0;
    -webkit-clip-path: polygon(30% 30%, 70% 30%, 70% 70%, 30% 70%);
    clip-path: polygon(30% 30%, 70% 30%, 70% 70%, 30% 70%); }
  100% {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%); } }

@keyframes fadeSlideRightClip {
  0% {
    opacity: 0;
    transform: translateX(-200px);
    -webkit-clip-path: polygon(30% 30%, 70% 30%, 70% 70%, 30% 70%);
    clip-path: polygon(30% 30%, 70% 30%, 70% 70%, 30% 70%); }
  100% {
    opacity: 1;
    transform: translateX(0);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%); } }

@keyframes fadeSlideLeftClip {
  0% {
    opacity: 0;
    transform: translateX(200px);
    -webkit-clip-path: polygon(30% 30%, 70% 30%, 70% 70%, 30% 70%);
    clip-path: polygon(30% 30%, 70% 30%, 70% 70%, 30% 70%); }
  100% {
    opacity: 1;
    transform: translateX(0);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%); } }

@keyframes fadeSlideTopClip {
  0% {
    opacity: 0;
    transform: translateY(-150px);
    -webkit-clip-path: polygon(30% 30%, 70% 30%, 70% 70%, 30% 70%);
    clip-path: polygon(30% 30%, 70% 30%, 70% 70%, 30% 70%); }
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%); } }

@keyframes fadeSlideBottomClip {
  0% {
    opacity: 0;
    transform: translateY(150px);
    -webkit-clip-path: polygon(30% 30%, 70% 30%, 70% 70%, 30% 70%);
    clip-path: polygon(30% 30%, 70% 30%, 70% 70%, 30% 70%); }
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%); } }

.form-basic, .form-basic-select {
  position: relative;
  margin-bottom: .8rem; }
  .form-basic label, .form-basic-select label {
    color: #07395a;
    font-size: .8rem;
    margin-bottom: .2rem;
    margin-left: .2rem;
    font-weight: 400;
    letter-spacing: 0.3;
    text-transform: uppercase; }
    .form-basic label .btn, .form-basic-select label .btn {
      border: none !important;
      font-size: .6rem !important;
      padding: 0.1rem 0.4rem !important;
      line-height: 1;
      margin-top: -1px; }

.form-basic input, .form-basic textarea, .form-basic select {
  width: 100%;
  display: block;
  outline: none;
  color: #07395a;
  background-color: #ffffff;
  border: 1px solid #094872;
  border-radius: 0px;
  padding: 12px 14px;
  -moz-appearance: none;
  -webkit-appearance: none; }
  .form-basic input:focus, .form-basic textarea:focus, .form-basic select:focus {
    border-color: #2644A6; }

.form-basic select {
  line-height: 1.5rem;
  height: 3rem; }

.form-basic input::placeholder, .form-basic textarea::placeholder {
  color: #F2F2F2; }

.form-basic input {
  max-width: 600px; }

.form-basic-select {
  max-width: 600px; }
  .form-basic-select select {
    width: 100%;
    display: block;
    outline: none;
    color: #07395a;
    background-color: #ffffff;
    border: 1px solid #094872;
    border-radius: 0px;
    padding: 12px 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .form-basic-select select::-ms-expand {
      display: none; }
    .form-basic-select select:focus {
      outline: none;
      border-color: #2644A6; }
    .form-basic-select select > option {
      color: #D2ECFF !important; }
  .form-basic-select > option {
    padding-bottom: 1rem; }
  .form-basic-select:after {
    content: ' ';
    position: absolute;
    top: 55%;
    right: 20px;
    pointer-events: none;
    opacity: 0.4;
    border-style: solid;
    border-width: 1px 1px 0 0;
    height: 10px;
    width: 10px;
    transform: rotate(135deg); }

 .form-radio {
  position: relative;
  display: block;
  min-height: 1.575rem;
  padding-left: 1.5rem; }
   .form-radio input {
    position: absolute;
    z-index: -1;
    opacity: 0; }
   .form-radio input:checked ~ label::before {
    color: #fff;
    border-color: #2644A6;
    background-color: #2644A6; }
   .form-radio input:focus ~ label::before {
    box-shadow: 0 0 0 0.2rem rgba(65, 30, 171, 0.25); }
   .form-radio input:focus:not(:checked) ~ label::before {
    border-color: #5977d9;
    background-color: #ffffff; }
   .form-radio input:not(:disabled):active ~ label::before {
    color: #fff;
    background-color: #8399e3;
    border-color: #8399e3; }
   .form-radio input:disabled ~ label {
    color: #a5adb6; }
   .form-radio input:disabled ~ label::before {
    background-color: #eceff1; }
   .form-radio input:checked ~ label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }
   .form-radio input:indeterminate ~ label::before {
    border-color: #2644A6;
    background-color: #2644A6; }
   .form-radio input:indeterminate ~ label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }
   .form-radio input:disabled:checked ~ label::before {
    background-color: rgba(38, 68, 166, 0.5); }
   .form-radio input:disabled:indeterminate ~ label::before {
    background-color: rgba(38, 68, 166, 0.5); }
   .form-radio label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top; }
     .form-radio label::before {
      position: absolute;
      top: 0.2875rem;
      left: -1.5rem;
      display: block;
      width: 1rem;
      height: 1rem;
      pointer-events: none;
      content: "";
      background-color: #f2f2f2;
      border: none;
      border-radius: 0.2rem; }
     .form-radio label::after {
      position: absolute;
      top: 0.2875rem;
      left: -1.5rem;
      display: block;
      width: 1rem;
      height: 1rem;
      content: "";
      background: no-repeat 50% / 50% 50%; }

.form-radio label::before {
  border-radius: 50%; }

.form-radio input:checked ~ label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.form-radio input:disabled:checked ~ label::before {
  background-color: rgba(38, 68, 166, 0.5); }

.form-radio input:not(:checked) ~ label::before {
  background-color: #D2ECFF;
  background-image: none; }

.form-radio input:not(:checked) ~ label::after {
  background-image: none; }
.form-inner {
  position: relative;
  margin-bottom: .4rem; }
  .form-inner input, .form-inner textarea {
    width: 100%;
    color: #07395a;
    border: 1px solid #094872;
    border-radius: 0px;
    font-size: .95rem;
    line-height: 1.5;
    padding: 21px 10px 6px 15px;
    -moz-appearance: none;
    -webkit-appearance: none; }
    .form-inner input::placeholder, .form-inner textarea::placeholder {
      color: #0f7bc2;
      opacity: 0.8; }
    .form-inner input:not(:placeholder-shown) ~ label, .form-inner textarea:not(:placeholder-shown) ~ label {
      color: #07395a; }
    .form-inner input:focus, .form-inner textarea:focus {
      outline: none;
      border-color: #6cbef4; }
  .form-inner label {
    position: absolute;
    top: 1px;
    left: 15px;
    display: block;
    padding-bottom: 3px;
    padding-top: 6px;
    width: calc(100% - 20px);
    font-size: .7rem;
    line-height: 1;
    text-transform: uppercase;
    color: #07395a;
    background: #ffffff; }
    .form-inner label .btn {
      border: none !important;
      font-size: .6rem !important;
      padding: 0.1rem 0.4rem !important;
      line-height: 1;
      margin-top: -1px; }

.form-inner-select {
  position: relative;
  margin-top: .9rem; }
  .form-inner-select select {
    color: #07395a;
    background-color: #ffffff;
    border: 1px solid #094872;
    border-radius: 0px;
    width: 100%;
    padding: 21px 10px 6px 15px;
    font-size: .95rem !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .form-inner-select select::-ms-expand {
      display: none; }
    .form-inner-select select:focus {
      outline: none !important; }
    .form-inner-select select option[value=""] ~ label {
      color: blue; }
  .form-inner-select label {
    position: absolute;
    top: 1px;
    left: 15px;
    display: block;
    padding-bottom: 3px;
    padding-top: 7px;
    width: calc(100% - 20px);
    font-size: .7rem;
    line-height: 1;
    text-transform: uppercase;
    color: #07395a;
    background-color: #ffffff; }
    .form-inner-select label::after {
      content: ' ';
      display: inline-block;
      pointer-events: none;
      opacity: 0.5;
      border-style: solid;
      border-width: 1px 1px 0 0;
      height: 8px;
      width: 8px;
      margin-left: .5rem;
      transform: rotate(135deg); }

.form-inner.required::after, .form-inner-select.required::after {
  content: "*";
  font-size: 1rem;
  color: #ff2400;
  opacity: 1;
  position: absolute;
  width: 1rem;
  top: 4px;
  right: .5rem; }

.form-inner input:disabled, .form-inner-select input:disabled {
  background-color: whitesmoke;
  border: 1px solid whitesmoke;
  opacity: 0.8; }

.form-inner input[readonly], .form-inner-select input[readonly] {
  background-color: transparent;
  border: 1px transparent;
  padding-left: .5rem; }

.form-inner input[readonly] + label, .form-inner-select input[readonly] + label {
  left: .5rem; }

.form-inner .text-muted, .form-inner-select .text-muted {
  margin-top: .1rem;
  padding-left: .5rem;
  color: #1293e8 !important; }

button {
  background-color: transparent; }

.form-inline {
  display: inline-flex;
  margin-right: 1rem; }

.form-sm input, .form-sm textarea {
  padding: 10px 14px;
  font-size: .85rem; }

.form-sm select {
  padding: 8px 14px 7px 14px;
  font-size: .85rem; }

.form-sm label {
  font-size: 70%; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active, input:-webkit-autofill, input:-webkit-autofill-strong-password {
  background-color: #ffffff !important;
  -webkit-box-shadow: 0 0 0px 1000px white inset !important; }

.form-basic label .btn {
  border-radius: calc(9999px * 0.6); }

.btn {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  font-size: .96rem;
  line-height: 1.3;
  padding: 0.7rem 1.7rem;
  transition: all .15s ease-in-out;
  cursor: pointer;
  color: #D2ECFF;
  background: transparent;
  border-width: 0px;
  border-style: solid;
  border-color: transparent;
  border-radius: 9999px; }
  .btn:hover {
    color: inherit;
    opacity: .9; }

.btn-xs {
  font-size: .7rem !important;
  padding: 0.28rem 0.765rem !important;
  border-radius: calc(9999px * 0.9); }

.btn-sm {
  font-size: .8rem !important;
  padding: 0.56rem 1.513rem !important;
  border-radius: calc(9999px * 0.95); }

.btn-lg {
  font-size: 1.26rem;
  padding: 0.91rem 2.21rem; }

.btn-rounded {
  border-radius: 9999px !important; }

@media (max-width: 720px) {
  .sm-btn-xs {
    font-size: .74rem !important;
    padding: 0.35rem 0.85rem !important; } }

.btn-orange {
  color: #ffffff;
  background-color: #FF6F4A;
  border-color: #FF6F4A; }
  .btn-orange:hover {
    color: #ffffff;
    background: #ff4f21;
    border-color: #ff4f21; }
  .btn-orange:disabled {
    opacity: 0.7; }

.btn-white {
  color: #D2ECFF;
  background-color: #ffffff;
  border-color: #ffffff; }
  .btn-white:hover {
    color: #D2ECFF;
    background: #ebebeb;
    border-color: #ebebeb; }
  .btn-white:disabled {
    opacity: 0.7; }

.btn-primary {
  color: #ffffff;
  background-color: #2644A6;
  border-color: #2644A6; }
  .btn-primary:hover {
    color: #ffffff;
    background: #1e3685;
    border-color: #1e3685; }
  .btn-primary:disabled {
    opacity: 0.7; }

.btn-dark {
  color: #ffffff;
  background-color: #07395a;
  border-color: #07395a; }
  .btn-dark:hover {
    color: #ffffff;
    background: #094b76;
    border-color: #094b76; }
  .btn-dark:disabled {
    opacity: 0.7; }

.btn-light {
  color: #D2ECFF;
  background-color: #D2ECFF;
  border-color: #D2ECFF; }
  .btn-light:hover {
    color: #D2ECFF;
    background: #a9dbff;
    border-color: #a9dbff; }
  .btn-light:disabled {
    opacity: 0.7; }

.btn-black {
  color: #ffffff;
  background-color: #010102;
  border-color: #010102; }
  .btn-black:hover {
    color: #ffffff;
    background: #0b0b16;
    border-color: #0b0b16; }
  .btn-black:disabled {
    opacity: 0.7; }

.badge {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  font-size: 65%;
  font-weight: 400;
  line-height: inherit;
  padding: 0.28rem 0.68rem;
  background: transparent;
  border-width: 0px;
  border-style: solid;
  border-color: transparent;
  border-radius: calc(9999px * 0.7);
  color: #D2ECFF;
  background: #D2ECFF;
  margin-top: -.15rem; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-light {
  color: #D2ECFF;
  background-color: #D2ECFF;
  border-color: #D2ECFF; }
  .badge-light:disabled {
    opacity: .7; }

.modal {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1050;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }
  .modal .modal-backdrop {
    position: absolute;
    z-index: 900;
    width: 100vw;
    height: 100vh;
    background-color: rgba(7, 57, 90, 0.86);
    animation: modal .2s ease-in; }
  .modal .modal-dialog {
    position: absolute;
    z-index: 950;
    transform: none;
    min-width: 330px;
    max-height: 90%;
    animation: modal .4s ease-in; }
    @media (max-width: 720px) {
      .modal .modal-dialog {
        min-width: 90%;
        margin: 0px;
        left: 2%;
        right: 2%; } }
  .modal .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    outline: 0;
    height: 100%;
    max-height: 100%;
    max-width: 720px;
    background-color: white;
    overflow: hidden; }
    .modal .modal-content .modal-body {
      overflow-y: auto;
      position: relative;
      flex: 1 1 auto;
      padding: 12px 25px 12px 25px;
      text-align: left;
      max-height: 70vh;
      -ms-overflow-style: none;
      /* Internet Explorer 10+ */
      scrollbar-width: none; }
      .modal .modal-content .modal-body::-webkit-scrollbar {
        display: none;
        /* Safari and Chrome */ }
    @media (max-width: 720px) {
      .modal .modal-content .modal-body {
        padding: 1.5rem 1rem 1rem 1rem;
        max-height: 90vh; } }

@keyframes modal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.body-fix {
  overflow: hidden; }

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

.bg-cover {
  background-size: cover; }

.bg-fixed {
  background-attachment: fixed; }

.bg-center {
  background-position: center; }

.object-cover {
  -o-object-fit: cover;
  object-fit: cover !important; }

.object-top {
  -o-object-position: top;
  object-position: top; }

.parent svg path {
  fill: #2644A6;
  stroke: #2644A6; }

.shadow, .shadow:hover {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important; }

.bg-gradient {
  background-image: linear-gradient(var(--bg-angle, 120deg), transparent 40%, rgba(0, 0, 0, 0.25) 100%); }

.color-primary {
  color: var(--primary) !important; }

.bg-primary {
  background-color: var(--primary) !important; }

.color-dark {
  color: var(--dark) !important; }

.color-light {
  color: var(--light) !important; }

.bg-light {
  background-color: var(--light) !important; }

.color-red {
  color: var(--red) !important; }

.color-white {
  color: var(--white) !important; }

.color-white-all {
  color: var(--white) !important; }
  .color-white-all h1, .color-white-all h2, .color-white-all h3, .color-white-all h4, .color-white-all h5, .color-white-all h6, .color-white-all p, .color-white-all a, .color-white-all small {
    color: var(--white); }

.bg-white {
  background-color: var(--white) !important; }

.color-black {
  color: var(--black) !important; }

.bg-light-300 {
  background-color: var(--light-300) !important; }

.bg-light-600 {
  background-color: var(--light-600) !important; }

.color-gray-900 {
  color: var(--gray-900) !important; }

@media (min-width: 720px) {
  .md-color-white {
    color: var(--white); } }

.twitter {
  color: #4aa0eb; }

.hover-twitter:hover {
  color: #4aa0eb; }

.google {
  color: #D93D2C; }

.whatsapp {
  color: #35B83F; }

.instagram {
  color: #e4405f; }

.filter-grayscale {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%); }
  .filter-grayscale:hover {
    filter: grayscale(100%); }

.blend-multiply {
  mix-blend-mode: multiply; }

.bg-blend-luminosity {
  background-blend-mode: luminosity; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.progress {
  display: flex;
  min-height: 1px;
  height: auto;
  overflow: hidden;
  font-size: 1rem;
  background-color: #2644A6;
  border-radius: 9999px; }

@keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100; } }

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

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

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

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

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

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

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

.pt-10 {
  padding-top: 2.5rem !important; }

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

.pt-16 {
  padding-top: 7rem !important; }

.pt-18 {
  padding-top: 9rem !important; }

.pt-20 {
  padding-top: 11rem !important; }

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

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

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

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

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

.pb-10 {
  padding-bottom: 2.5rem !important; }

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

.pb-18 {
  padding-bottom: 9rem !important; }

.pb-20 {
  padding-bottom: 11rem !important; }

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important; }

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important; }

.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important; }

.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important; }

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important; }

.px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important; }

.px-12 {
  padding-left: 3rem !important;
  padding-right: 3rem !important; }

@media (min-width: 720px) {
  .md-p-5 {
    padding: 1.25rem !important; }
  .md-pt-10 {
    padding-top: 2.5rem !important; }
  .md-pt-12 {
    padding-top: 3rem !important; }
  .md-pt-16 {
    padding-top: 7rem !important; }
  .md-pt-20 {
    padding-top: 11rem !important; }
  .md-pb-14 {
    padding-bottom: 5rem !important; }
  .md-pb-15 {
    padding-bottom: 6rem !important; }
  .md-py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .md-py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .md-py-15 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important; }
  .md-px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important; }
  .md-px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important; } }

@media (max-width: 720px) {
  .sm-p-0 {
    padding: 0 !important; }
  .sm-pt-10 {
    padding-top: 2.5rem !important; }
  .sm-pt-13 {
    padding-top: 4rem !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-9 {
  margin-top: 2.25rem !important; }

.mt-10 {
  margin-top: 2.5rem !important; }

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

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

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

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

.mt--16 {
  margin-top: -7rem !important; }

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

.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important; }

@media (min-width: 720px) {
  .md-mt-2 {
    margin-top: 0.5rem !important; }
  .md-mt-4 {
    margin-top: 1rem !important; }
  .md-mt-6 {
    margin-top: 1.5rem !important; }
  .md-mt-16 {
    margin-top: 7rem !important; }
  .md-mt-18 {
    margin-top: 9rem !important; } }

.rounded {
  border-radius: 0.25rem; }

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

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

.overflow-hidden {
  overflow: hidden; }

.zoom {
  transition: all .2s ease-in-out; }
  .zoom:hover {
    transform: scale(1.03); }

.dropdown-toggle {
  outline: none !important; }
  .dropdown-toggle::after {
    display: none; }

 .dropdown-menu-right {
  position: absolute;
  z-index: 9999;
  display: block;
  border: none;
  border-radius: 0.33rem;
  background-color: #ffffff;
  box-shadow: rgba(38, 68, 166, 0.1) 0px 5px 30px 0px;
  top: 25px;
  min-width: 11rem;
  text-align: left;
  overflow: hidden; }
   .dropdown-menu-right .dropdown-item {
    color: #D2ECFF;
    display: block;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0.4px !important;
    text-transform: capitalize;
    clear: both;
    border-radius: 0.33rem;
    padding: .6rem 1rem;
    margin: 2px 4px; }
     .dropdown-menu-right .dropdown-item:hover {
      background-color: #D2ECFF; }
     .dropdown-menu-right .dropdown-item:active, .dropdown-menu-right .dropdown-item.active {
      color: #D2ECFF;
      background-color: #2644A6; }
     .dropdown-menu-right .dropdown-item:first-child {
      margin-top: 5px; }

.dropdown-menu-right {
  margin-right: -2px !important;
  right: 0;
  left: auto; }

 .dropdown-caret-right {
  position: absolute;
  top: 19px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #FFFFFF; }
  @media (max-width: 720px) {
     .dropdown-caret-right {
      top: 18.5px; } }

.dropdown-caret-right {
  right: 15px;
  left: auto; }

p {
  font-weight: 400;
  line-height: 1.5;
  color: var(--paragraph-color, #D2ECFF); }

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", -apple-system, "Helvetica Neue", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: inherit;
  line-height: 1.1;
  color: var(--heading-color, #D2ECFF);
  margin: 0px;
  padding: 0px; }

h1 {
  font-size: 2.6rem;
  font-weight: 900;
  letter-spacing: 0; }

h2 {
  font-size: 2.2rem;
  font-weight: 900;
  letter-spacing: 0; }

h3 {
  font-size: 1.9rem;
  font-weight: 900;
  letter-spacing: 0; }

h4 {
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: 0; }

h5 {
  font-size: 1.2rem;
  font-weight: 900;
  letter-spacing: 0; }

h6 {
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: 0; }

@media (max-width: 720px) {
  h1 {
    font-size: calc(2.6rem * .9); }
  h2 {
    font-size: calc(2.2rem * .9); }
  h3 {
    font-size: calc(1.9rem * .9); }
  h4 {
    font-size: calc(1.6rem * .9); }
  h5 {
    font-size: calc(1.2rem * .9); }
  h5 {
    font-size: calc(1.1rem * .9); } }

.text-sm {
  font-size: 0.875rem; }

.text-lg {
  font-size: 1.125rem; }

.text-xl {
  font-size: 1.25rem; }

.text-2x {
  font-size: 1.5rem; }

.text-3x {
  font-size: 1.875rem; }

.text-4x {
  font-size: 2.25rem; }

@media (min-width: 720px) {
  .md-text-xl {
    font-size: 1.25rem; }
  .md-text-2x {
    font-size: 1.5rem; }
  .md-text-3x {
    font-size: 1.875rem; }
  .md-text-4x {
    font-size: 2.25rem; }
  .md-text-5x {
    font-size: 2.65rem; }
  .md-text-6x {
    font-size: 3rem; }
  .md-text-7x {
    font-size: 3.8rem; }
  .md-text-8x {
    font-size: 4.8rem; } }

.text-muted {
  color: #2644A6;
  font-weight: 900;
  letter-spacing: 0.02625em;
  text-transform: uppercase; }

.uppercase {
  text-transform: uppercase; }

.inherit {
  text-transform: inherit; }

.normal {
  text-transform: none; }

.normal {
  font-style: normal; }

.inherit {
  font-style: inherit; }

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

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

@media (min-width: 720px) {
  .md-text-left {
    text-align: left !important; } }

@media (max-width: 720px) {
  .sm-text-center {
    text-align: center !important; } }

.text-light {
  font-weight: 300; }

.text-bold {
  font-weight: 900; }

small {
  font-size: 80%; }

.line-12 {
  line-height: 1.2 !important; }

.line-14 {
  line-height: 1.4 !important; }

.text-shadow {
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06); }

[x-cloak] {
  display: none; }

nav {
  position: fixed;
  z-index: 900;
  width: 100%;
  top: 0;
  left: 0;
  color: #2644A6;
  transition: all 300ms linear;
  background-color: #2644A6; }
  nav.bg-ninguno {
    background-color: transparent; }
  nav .container {
    display: flex;
    align-items: center;
    height: 80px;
    transition: all 300ms linear; }
    @media (max-width: 720px) {
      nav .container {
        height: 55px;
        justify-content: start; } }
  nav .logo {
    position: absolute;
    top: 0;
    left: 10px;
    padding: 5px 6px;
    background-color: #ffffff; }
    nav .logo img {
      transition: all 300ms linear;
      height: 80px; }
    @media (max-width: 720px) {
      nav .logo {
        width: 85px; }
        nav .logo img {
          height: 50px; } }
  nav .nav-links {
    display: flex;
    align-items: center; }
    nav .nav-links .nav-link {
      font-size: .95rem;
      color: #ffffff;
      text-transform: uppercase;
      padding: 2px 6px 2px 20px; }
      nav .nav-links .nav-link:hover {
        color: #D2ECFF; }
    @media (max-width: 720px) {
      nav .nav-links {
        opacity: 0;
        visibility: hidden;
        position: fixed;
        display: block !important;
        z-index: 960;
        width: 100vw;
        height: 100vh;
        top: 0;
        left: 0;
        padding: 40px 30px;
        background: #2644A6;
        backdrop-filter: blur(15px) !important; }
        nav .nav-links .nav-link {
          display: block;
          color: #F2F2F2;
          padding: 14px 2px;
          font-size: 1.2rem;
          opacity: .9; }
          nav .nav-links .nav-link:hover {
            color: #D2ECFF; }
        nav .nav-links.nav_open {
          opacity: 1;
          visibility: visible;
          animation: 1s ease-out 0s 1 fadeIn; } }
  nav #navToggle {
    position: absolute;
    z-index: 980;
    width: 20px;
    height: 22px;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
    right: 15px;
    top: 20px; }
    nav #navToggle span {
      display: block;
      position: absolute;
      height: 2px;
      width: 100%;
      background: #ffffff;
      border-radius: 15px;
      opacity: 1;
      left: 0;
      transform: rotate(0deg);
      transition: .25s ease-in-out; }
      nav #navToggle span:nth-child(1) {
        top: 0px; }
      nav #navToggle span:nth-child(2), nav #navToggle span:nth-child(3) {
        top: 8px; }
      nav #navToggle span:nth-child(4) {
        top: 16px; }
    nav #navToggle:hover span {
      background: #495057; }
    nav #navToggle.nav_open span {
      background: #ffffff; }
      nav #navToggle.nav_open span:nth-child(1) {
        top: 10px;
        width: 0%;
        left: 50%; }
      nav #navToggle.nav_open span:nth-child(2) {
        transform: rotate(45deg); }
      nav #navToggle.nav_open span:nth-child(3) {
        transform: rotate(-45deg); }
      nav #navToggle.nav_open span:nth-child(4) {
        top: 10px;
        width: 0%;
        left: 50%; }
    nav #navToggle.nav_open:hover span {
      background: #dee2e6; }
    @media (min-width: 720px) {
      nav #navToggle {
        display: none; } }
  nav.nav_active_scroll {
    background-color: #2644A6; }
    nav.nav_active_scroll .container {
      height: 55px; }
    nav.nav_active_scroll .logo img {
      height: 50px; }
    nav.nav_active_scroll .nav-link {
      color: #D2ECFF; }
      nav.nav_active_scroll .nav-link:hover {
        color: #ffffff; }
  @media (max-width: 720px) {
    nav.nav_active_scroll .container {
      height: 45px; }
    nav.nav_active_scroll .logo {
      opacity: 0; }
      nav.nav_active_scroll .logo img {
        height: 22px; }
    nav.nav_active_scroll #navToggle {
      top: 17px; }
      nav.nav_active_scroll #navToggle span {
        background: #F2F2F2; } }
.header-pt-top {
  padding-top: 100px !important; }
  @media (max-width: 720px) {
    .header-pt-top {
      padding-top: 95px !important; } }
.home-img {
  position: absolute;
  right: 0;
  top: -10rem; }
  .home-img img {
    max-width: 90%;
    margin-top: -1rem;
    opacity: 0; }
    .home-img img:nth-child(1) {
      transition: all 1s ease-in-out;
      transform: rotate(10deg); }
    .home-img img:nth-child(2) {
      margin-left: -5rem;
      transition: all 1s ease-in-out 1s;
      transform: rotate(5deg); }
    .home-img img:nth-child(3) {
      margin-left: 5rem;
      transition: all 1s ease-in-out 2s;
      transform: rotate(8deg); }
  @media (max-width: 720px) {
    .home-img {
      display: none; } }
  .home-img.home-img-active img {
    opacity: 1; }

.img-anime img {
  opacity: 0; }
  .img-anime img:nth-child(1) {
    transition: all 1s ease-in-out; }
  .img-anime img:nth-child(2) {
    transition: all 1s ease-in-out 1s; }
  .img-anime img:nth-child(3) {
    transition: all 1s ease-in-out 2s; }

.img-anime.img-anime-active img {
  opacity: 1; }

.box-border {
  border: 10px solid #ffffffde; }

.square-block {
  position: relative;
  width: 100%;
  background-color: #2B4BB2;
  padding: 2rem 1rem; }
  .square-block .text-muted {
    color: #D2ECFF;
    font-size: .95rem; }
  .square-block a {
    font-size: 0.8rem;
    line-height: 1.5; }
  .square-block:hover {
    background-color: #375BCD; }

.square-block-height {
  min-height: 290px; }
  @media (max-width: 720px) {
    .square-block-height {
      min-height: 200px; } }
.blog-block {
  position: relative;
  height: 360px;
  cursor: pointer; }
  .blog-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease-in-out; }
  .blog-block .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(7, 57, 90, 0.4) 40%, #07395a 100%);
    opacity: .8;
    transition: all 0.5s ease-in-out;
    cursor: pointer; }
  .blog-block .overlay-text {
    position: absolute;
    z-index: 10;
    left: 30px;
    bottom: 35px;
    width: 85%;
    transition: 0.5s ease-in-out; }
    .blog-block .overlay-text h4 {
      color: #ffffff;
      margin-top: .1rem;
      font-size: 1.2rem; }
    .blog-block .overlay-text span {
      color: #D2ECFF;
      margin-top: .5rem;
      font-size: 1rem; }
    .blog-block .overlay-text i {
      color: #ffffff;
      margin-top: .5rem;
      font-size: 2rem; }
  .blog-block:hover img {
    transform: scale(1.06); }
  .blog-block:hover .overlay, .blog-block:hover .overlay-text {
    opacity: 1;
    visibility: visible; }
    .blog-block:hover .overlay span, .blog-block:hover .overlay-text span {
      opacity: 1;
      visibility: visible; }
  @media (max-width: 720px) {
    .blog-block {
      height: 390px; }
      .blog-block .overlay {
        opacity: 0; }
      .blog-block img {
        max-height: 305px; }
      .blog-block .overlay-text {
        position: relative;
        margin: 10px auto;
        left: 0px;
        top: 0px;
        width: 90%;
        text-align: center;
        padding-top: 1rem; }
        .blog-block .overlay-text h4 {
          color: #2644A6;
          font-size: .9rem; }
        .blog-block .overlay-text span {
          color: #6c757d !important;
          font-size: .8rem; }
      .blog-block:hover .overlay {
        opacity: 0; } }
footer {
  padding: 2rem 1rem;
  background-color: #1F3A8B; }
  footer .logo {
    position: absolute;
    z-index: 9;
    background-color: #ffffff;
    padding: 2rem 1rem;
    top: -1rem;
    left: 10px;
    height: calc(100% + 1rem);
    box-shadow: 2px -2px 0px 2px rgba(7, 57, 90, 0.2); }
    footer .logo img {
      width: 100px; }
  footer .container {
    padding-left: 150px; }
  @media (max-width: 720px) {
    footer .logo {
      display: none; }
    footer .container {
      padding-left: 10px; } }

[data-scroll] {
  transition: all 1.2s; }

.scroll-opacity[data-scroll="in"] {
  opacity: 1;
  transition: all 1.2s linear 350ms; }

.scroll-opacity[data-scroll="out"] {
  opacity: 0; }

.bg-gradient {
  background: radial-gradient(98.79% 91.24% at 91.45% 7.39%, #01ACF3 0%, #2644A6 55.73%); }

.skew {
  -ms-transform: skew(0deg, -3deg);
  transform: skew(0deg, -3deg); }
  .skew section {
    -ms-transform: skew(0deg, 3deg);
    transform: skew(0deg, 3deg); }

.skew2 {
  position: relative; }
  .skew2:before {
    position: absolute;
    z-index: 0;
    width: 100vw;
    height: calc(100% +  20px);
    top: -60px;
    left: 0;
    right: 0;
    content: '';
    -ms-transform: skew(0deg, -3deg);
    transform: skew(0deg, -3deg);
    background: radial-gradient(98.79% 91.24% at 91.45% 7.39%, #01ACF3 0%, #2644A6 55.73%); }
  @media (max-width: 720px) {
    .skew2:before {
      top: -80px; } }

.fadeIn {
  animation: 1.2s ease-out 0s 1 fadeIn; }

.imageIn {
  animation: 1.2s ease-out 0s 1 imageIn; }

.imageInLeft {
  animation: 1s linear 0s 1 imageInLeft; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes imageIn {
  0% {
    opacity: 0;
    transform: scale(1.3) perspective(400px) rotateY(0deg);
    -webkit-clip-path: polygon(30% 30%, 70% 30%, 70% 70%, 30% 70%);
    clip-path: polygon(30% 30%, 70% 30%, 70% 70%, 30% 70%); }
  100% {
    opacity: 1;
    transform: scale(1) perspective(400px) rotateY(10deg);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%); } }

@keyframes imageInLeft {
  0% {
    opacity: 0;
    transform: translatex(30px);
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%); }
  100% {
    opacity: 1;
    transform: translatex(0);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); } }

@keyframes image-in-right {
  0% {
    opacity: 0;
    transform: translateY(250px);
    -webkit-clip-path: polygon(30% 30%, 70% 30%, 70% 70%, 30% 70%);
    clip-path: polygon(30% 30%, 70% 30%, 70% 70%, 30% 70%); }
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-clip-path: polygon(100% 100%, 100% 100%, 100% 100%, 100% 100%);
    clip-path: polygon(100% 100%, 100% 100%, 100% 100%, 100% 100%); } }
