/* Assets
   ========================================================================== */
/* Fonts
   ========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Archivo+Black&family=Poppins:ital,wght@0,200;0,300;0,400;0,600;0,700;1,300&display=swap");
/* Functions
   ========================================================================== */
/*@function rem($pxval) {
    @if not unitless($pxval) {
        $pxval: strip-units($pxval);
    }

    @return ($pxval / $base-font-size) * 1rem;
}*/
/* Mixins
   ========================================================================== */
html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  line-height: 1.42857;
  background: #ffffff;
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

em {
  padding: 15px 0;
  /* display: block; */
}

p {
  margin-bottom: 0;
}

a {
  color: #1E93D4;
}
a:hover {
  color: inherit;
}
a.is-active, a:active, a:focus, a:focus-within, a:focus-visible, a:target {
  color: black;
    text-decoration: none;
}

.pagination .page-link {
  position: relative;
  display: block;
  color: #002B7C;
  text-decoration: none;
  background-color: #ffffff;
  border: 2px solid #002B7C;
  font-size: 1.25rem;
  font-weight: 400;
  width: 3.125rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4px;
}
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  border-radius: 0;
}
.pagination .page-item:first-child .page-link img,
.pagination .page-item:last-child .page-link img {
  width: 1.125rem;
}
.pagination .page-item.active .page-link {
  z-index: 3;
  font-weight: 700;
  color: #ffffff;
  background-color: #002B7C;
  border-color: #002B7C;
}

.accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}

/* Helpers
   ========================================================================== */
.grid {
  display: grid;
}

.grid-flow-row {
  grid-auto-flow: row;
}

.grid-flow-col {
  grid-auto-flow: column;
}

.grid-flow-row-dense {
  grid-auto-flow: row dense;
}

.grid-flow-col-dense {
  grid-auto-flow: column dense;
}

.cl-mid {
  color: #F2F2F2 !important;
}

.cl-dark {
  color: #000000 !important;
}

.cl-bright {
  color: #ffffff !important;
}

.cl-primary {
  color: #002B7C !important;
}

.cl-secondary {
  color: #1E93D4 !important;
}

.cl-third {
  color: #BFBFBF !important;
}

.cl-fourth {
  color: #FF0000 !important;
}

.cl-accent {
  color: #DAA520 !important;
}

.cl-grey-a {
  color: #6A6A6A !important;
}

.cl-grey-b {
  color: #707070 !important;
}

.cl-grey-c {
  color: #FCFCFC !important;
}

.cl-grey-d {
  color: #E0E0E0 !important;
}

.cl-danger {
  color: #FF004E !important;
}

.cl-success {
  color: #00D66B !important;
}

.cl-warning {
  color: #ffa500 !important;
}

.cl-info {
  color: #FFCE00 !important;
}

.cl-link {
  color: #A7A7A7 !important;
}

.cl-invalid {
  color: #dc3545 !important;
}

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

.bg-bright {
  background: #ffffff !important;
}

.bg-mid {
  background: #F2F2F2 !important;
}

.bg-primary {
  background: #002B7C !important;
}
.bg-primary--light {
  background: rgba(0, 43, 124, 0.9);
}

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

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

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

.bg-accent {
  background: #DAA520 !important;
}

.bg-grey-a {
  background: #6A6A6A !important;
}

.bg-grey-b {
  background: #707070 !important;
}

.bg-grey-c {
  background: #FCFCFC !important;
}

.bg-grey-d {
  background: #E0E0E0 !important;
}

.bg-grey-e {
  background: #3B3E42 !important;
}

.bg-danger {
  background: #FF004E !important;
}

.bg-success {
  background: #00D66B !important;
}

.bg-warning {
  background: #ffa500 !important;
}

.bg-info {
  background: #FFCE00 !important;
}

.bg-link {
  background: #A7A7A7 !important;
}

.bg-invalid {
  background: #dc3545 !important;
}

.hide, .hidden {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.zindex-1000 {
  z-index: 1000 !important;
}

.zindex-900 {
  z-index: 900 !important;
}

.zindex-800 {
  z-index: 800 !important;
}

.zindex-700 {
  z-index: 700 !important;
}

.zindex-600 {
  z-index: 600 !important;
}

.zindex-500 {
  z-index: 500 !important;
}

.zindex-400 {
  z-index: 400 !important;
}

.zindex-300 {
  z-index: 300 !important;
}

.zindex-200 {
  z-index: 200 !important;
}

.zindex-100 {
  z-index: 100 !important;
}

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

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

@media (min-width: 992px) and (max-width: 1350px) {
  .img-fluid--contactus {
    max-width: initial;
    height: 33.5rem;
  }
}

/* Typography
   ========================================================================== */
*[class*=display-] {
  font-family: "Archivo Black", sans-serif;
}

.headline {
  text-align: center;
}
.headline__overtitle {
  display: inline-block;
  font-size: 1.125rem;
  color: #1E93D4;
}
@media (min-width: 992px) {
  .headline__overtitle {
    font-size: 1.25rem;
  }
}
.headline__title {
  font-family: "Archivo Black", sans-serif;
  font-size: 2.25rem;
  letter-spacing: -2.16px;
  color: #002B7C;
  margin-bottom: 0;
}

.content__title--h2 {
  font-family: "Archivo Black", sans-serif;
  font-size: 1.8rem;
  letter-spacing: -2.16px;
  color: #002B7C;
  margin-bottom: 0;
}

.content__title--h3{
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #1E93D4;
  margin-bottom: 0;
}

h4{
  font-size: 1.4rem;
  font-weight: bold; 
}


@media (min-width: 992px) {
  .headline__title {
    font-size: 2.5rem;
  }
  .content__title--h2 {
    font-size: 1.8rem;
  }
  .content__title--h3{
    font-size: 1.6rem;
  }

}
.headline__title--sm {
  font-family: "Archivo Black", sans-serif;
  font-size: 1.75rem;
  letter-spacing: -2.16px;
  color: #002B7C;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .headline__title--sm {
    font-size: 2.5rem;
  }
  .content__title--h2 {
    font-size: 1.8rem;
  }
}
.headline__subtitle {
  font-weight: 400;
  font-size: 1rem;
  color: #002B7C;
}
.headline__title--carousel {
  font-family: "Archivo Black", sans-serif;
  font-size: 2.25rem;
  letter-spacing: -2.16px;
  color: #002B7C;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .headline__title--carousel {
    font-size: 5rem;
  }
}
.headline__subtitle--carousel {
  font-weight: 400;
  font-size: 1rem;
  color: #002B7C;
}
@media (min-width: 992px) {
  .headline__subtitle--carousel {
    font-size: 1.5625rem;
  }
}
.headline__overtitle--contactus {
  font-size: 1.125rem;
  color: #1E93D4;
  display: inline-block;
}
@media (min-width: 576px) {
  .headline__overtitle--contactus {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .headline__overtitle--contactus {
    font-size: 1.875rem;
  }
}
@media (min-width: 1700px) {
  .headline__overtitle--contactus {
    font-size: 2.8125rem;
  }
}
.headline__title--contactus {
  font-family: "Archivo Black", sans-serif;
  font-size: 2.25rem;
  letter-spacing: -2.16px;
  color: #002B7C;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .headline__title--contactus {
    font-size: 2.25rem;
  }
}
@media (min-width: 1360px) {
  .headline__title--contactus {
    font-size: 2.8125rem;
  }
}
.headline__title--phone {
  font-family: "Archivo Black", sans-serif;
  font-size: 1.75rem;
  letter-spacing: -2.16px;
  color: #1E93D4;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
@media (min-width: 576px) {
  .headline__title--phone {
    font-size: 1.875rem;
  }
}
@media (min-width: 1360px) {
  .headline__title--phone {
    font-size: 2.8125rem;
  }
}
.headline__title--phone img {
  width: 1.4375rem;
  height: 1.4375rem;
  margin-right: 0.3125rem;
}
@media (min-width: 992px) {
  .headline__title--phone img {
    width: 3rem;
    height: 3rem;
    margin-right: 1.4375rem;
  }
}
.headline__title--404 {
  font-family: "Archivo Black", sans-serif;
  font-size: 3.75rem;
  letter-spacing: -2.16px;
  color: #002B7C;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .headline__title--404 {
    font-size: 9.375rem;
    text-align: center;
  }
}
.headline__subtitle--404 {
  font-family: "Archivo Black", sans-serif;
  font-size: 1.75rem;
  letter-spacing: -2.16px;
  color: #002B7C;
}
@media (min-width: 992px) {
  .headline__subtitle--404 {
    font-size: 2.8125rem;
  }
}

.text-through {
  text-decoration: line-through;
}
.itemFullText p {
  margin-bottom: 16px;
}

.tx-10 {
  font-size: 0.625rem !important;
}

.tx-11 {
  font-size: 0.6875rem !important;
}

.tx-12 {
  font-size: 0.75rem !important;
}

.tx-13 {
  font-size: 0.8125rem !important;
}

.tx-14 {
  font-size: 0.875rem !important;
}

.tx-15 {
  font-size: 0.9375rem !important;
}

.tx-16 {
  font-size: 1rem !important;
}

.tx-17 {
  font-size: 1.0625rem !important;
}

.tx-18 {
  font-size: 1.125rem !important;
}

.tx-19 {
  font-size: 1.1875rem !important;
}

.tx-20 {
  font-size: 1.25rem !important;
}

.tx-21 {
  font-size: 1.3125rem !important;
}

.tx-22 {
  font-size: 1.375rem !important;
}

.tx-23 {
  font-size: 1.4375rem !important;
}

.tx-24 {
  font-size: 1.5rem !important;
}

.tx-25 {
  font-size: 1.5625rem !important;
}

.tx-26 {
  font-size: 1.625rem !important;
}

.tx-27 {
  font-size: 1.6875rem !important;
}

.tx-28 {
  font-size: 1.75rem !important;
}

.tx-29 {
  font-size: 1.8125rem !important;
}

.tx-30 {
  font-size: 1.875rem !important;
}

.tx-31 {
  font-size: 1.9375rem !important;
}

.tx-32 {
  font-size: 2rem !important;
}

.tx-33 {
  font-size: 2.0625rem !important;
}

.tx-34 {
  font-size: 2.125rem !important;
}

.tx-35 {
  font-size: 2.1875rem !important;
}

.tx-36 {
  font-size: 2.25rem !important;
}

.tx-37 {
  font-size: 2.3125rem !important;
}

.tx-38 {
  font-size: 2.375rem !important;
}

.tx-39 {
  font-size: 2.4375rem !important;
}

.tx-40 {
  font-size: 2.5rem !important;
}

.tx-41 {
  font-size: 2.5625rem !important;
}

.tx-42 {
  font-size: 2.625rem !important;
}

.tx-43 {
  font-size: 2.6875rem !important;
}

.tx-44 {
  font-size: 2.75rem !important;
}

.tx-45 {
  font-size: 2.8125rem !important;
}

.tx-46 {
  font-size: 2.875rem !important;
}

.tx-47 {
  font-size: 2.9375rem !important;
}

.tx-48 {
  font-size: 3rem !important;
}

.tx-49 {
  font-size: 3.0625rem !important;
}

.tx-50 {
  font-size: 3.125rem !important;
}

.tx-51 {
  font-size: 3.1875rem !important;
}

.tx-52 {
  font-size: 3.25rem !important;
}

.tx-53 {
  font-size: 3.3125rem !important;
}

.tx-54 {
  font-size: 3.375rem !important;
}

.tx-55 {
  font-size: 3.4375rem !important;
}

.tx-56 {
  font-size: 3.5rem !important;
}

.tx-57 {
  font-size: 3.5625rem !important;
}

.tx-58 {
  font-size: 3.625rem !important;
}

.tx-59 {
  font-size: 3.6875rem !important;
}

.tx-60 {
  font-size: 3.75rem !important;
}

.tx-default {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  color: #6A6A6A;
}
@media (min-width: 992px) {
  .tx-default {
    font-size: 1.25rem;
  }
}
.tx-default p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  color: #6A6A6A;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .tx-default p {
    font-size: 1.25rem;
  }
}
.tx-default li {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}

.tl-1 {
  font-weight: 700;
  font-size: 2rem;
  color: inherit;
}
@media (min-width: 1200px) {
  .tl-1 {
    font-weight: 700;
    font-size: 2.25rem;
  }
}

.tl-2 {
  font-weight: 700;
  font-size: 1.25rem;
  color: inherit;
}
@media (min-width: 1200px) {
  .tl-2 {
    font-weight: 700;
    font-size: 1.5rem;
  }
}

.tl-3 {
  font-weight: 700;
  font-size: 0.875rem;
  color: inherit;
}
@media (min-width: 1200px) {
  .tl-3 {
    font-weight: 700;
    font-size: 1.125rem;
  }
}

.fw-thin {
  font-weight: 100;
}

.fw-x-light {
  font-weight: 200;
}

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

.fw-medium {
  font-weight: 500;
}

.fw-regular {
  font-weight: 400;
}

.fw-s-bold {
  font-weight: 600;
}

.fw-bold {
  font-weight: 700;
}

.fw-x-bold {
  font-weight: 800;
}

.fw-black {
  font-weight: 900;
}

.datepicker {
  display: none;
}

.datepicker.active {
  display: block;
}

.datepicker-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  padding-top: 4px;
}

.datepicker-dropdown.datepicker-orient-top {
  padding-top: 0;
  padding-bottom: 4px;
}

.datepicker-picker {
  display: inline-block;
  border-radius: 0;
  background-color: #fff;
}

.datepicker-dropdown .datepicker-picker {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.datepicker-picker span {
  display: block;
  flex: 1;
  border: 0;
  height: 2.9375rem;
  border-radius: 0;
  cursor: default;
  text-align: center;
  color: #002B7C;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker-main {
  padding: 0;
}

.datepicker-footer {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  background-color: #f8f9fa;
}

.datepicker-grid,
.datepicker-view .days-of-week,
.datepicker-view,
.datepicker-controls {
  display: flex;
}

.days-of-week {
  background: #E0E0E0;
  height: 2.9375rem;
  align-items: center;
}

.datepicker-grid {
  flex-wrap: wrap;
}

.datepicker-view .days .datepicker-cell,
.datepicker-view .dow {
  flex-basis: 14.2857142857%;
}

.datepicker-view.datepicker-grid .datepicker-cell {
  flex-basis: 25%;
}

.datepicker-cell,
.datepicker-view .week {
  height: 2.25rem;
  line-height: 2.25rem;
}

.datepicker-title {
  box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.1);
  background-color: #f8f9fa;
  padding: 0.375rem 0.75rem;
  text-align: center;
  font-weight: 700;
}

.datepicker-header .datepicker-controls {
  padding: 0;
}

.datepicker-controls .btn {
  border-color: #f8f9fa;
  background-color: #fff;
}

.datepicker-controls .btn:hover {
  border-color: #dae0e5;
  background-color: #e2e6ea;
  color: #000;
}

.datepicker-controls .btn:focus {
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
  background-color: #e2e6ea;
  color: #000;
}

.datepicker-controls .btn:disabled {
  border-color: #f8f9fa;
  background-color: #f8f9fa;
  color: #000;
}

.datepicker-controls .btn:not(:disabled):active {
  border-color: #d3d9df;
  background-color: #dae0e5;
  color: #000;
}

.datepicker-controls .btn:not(:disabled):active:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}

.datepicker-header .datepicker-controls .btn {
  border-color: transparent;
  font-weight: bold;
}

.datepicker-footer .datepicker-controls .btn {
  margin: calc(0.375rem - 1px) 0.375rem;
  border-radius: 0;
  width: 100%;
  font-size: 0.875rem;
}

.datepicker-controls .view-switch {
  flex: auto;
  border: none;
  background: #1E93D4;
  color: #ffffff;
  font-size: 1.375rem;
  height: 2.9375rem;
}

.datepicker-controls .prev-btn,
.datepicker-controls .next-btn {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
  width: 2.25rem;
  border: none;
  background: #1E93D4;
  color: #ffffff;
}

.datepicker-controls .prev-btn.disabled,
.datepicker-controls .next-btn.disabled {
  visibility: hidden;
}

.datepicker-view .dow {
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 0.9375rem;
  font-weight: normal;
  color: #002B7C;
  font-size: 1.0625rem;
}

.datepicker-view .week {
  width: 2.25rem;
  color: #dee2e6;
  font-size: 1rem;
}

@media (max-width: 22.5rem) {
  .datepicker-view .week {
    width: 1.96875rem;
  }
}
.datepicker-grid {
  width: 100%;
  background: #F2F2F2;
}

@media (max-width: 22.5rem) {
  .calendar-weeks + .days .datepicker-grid {
    width: 13.78125rem;
  }
}
.datepicker-cell {
  position: relative;
}

.datepicker-cell:not(.disabled):hover {
  background-color: #f9f9f9;
  cursor: pointer;
}

.datepicker-cell.focused:not(.selected)::after {
  content: "";
  display: block;
  width: 0.5625rem;
  height: 0.5625rem;
  position: absolute;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  border-radius: 100%;
  background: #1E93D4;
}

.datepicker-cell.selected,
.datepicker-cell.selected:hover {
  font-weight: 600;
}
.datepicker-cell.selected::after,
.datepicker-cell.selected:hover::after {
  content: "";
  display: block;
  width: 0.5625rem;
  height: 0.5625rem;
  position: absolute;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  border-radius: 100%;
  background: #1E93D4;
}

.datepicker-cell.disabled {
  color: #1E93D4;
}

.datepicker-cell.prev {
  color: #AAAAAA;
}

.datepicker-cell.prev:not(.disabled),
.datepicker-cell.next:not(.disabled) {
  color: color("gray");
}

.datepicker-cell.prev.selected,
.datepicker-cell.next.selected {
  color: #e6e6e6;
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today) {
  border-radius: 0;
  background-color: #f8f9fa;
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today):not(.disabled):hover {
  background-color: #f1f3f5;
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today).focused {
  background-color: #e2e6ea;
}

.datepicker-cell.today:not(.selected) {
  background-color: #20c997;
}

.datepicker-cell.today:not(.selected):not(.disabled) {
  color: #fff;
}

.datepicker-cell.today.focused:not(.selected) {
  background-color: #1ebe8f;
}

.datepicker-cell.range-end:not(.selected),
.datepicker-cell.range-start:not(.selected) {
  background-color: #6c757d;
  color: #fff;
}

.datepicker-cell.range-end.focused:not(.selected),
.datepicker-cell.range-start.focused:not(.selected) {
  background-color: #666f76;
}

.datepicker-cell.range-start {
  border-radius: 0;
}

.datepicker-cell.range-end {
  border-radius: 0;
}

.datepicker-cell.range {
  border-radius: 0;
  background-color: #e9ecef;
}

.datepicker-cell.range:not(.disabled):not(.focused):not(.today):hover {
  background-color: #e2e6ea;
}

.datepicker-cell.range.disabled {
  color: #cbd3da;
}

.datepicker-cell.range.focused {
  background-color: #dadfe4;
}

.datepicker-view.datepicker-grid .datepicker-cell {
  height: 4.5rem;
  line-height: 4.5rem;
}

.datepicker-input.in-edit {
  border-color: #6da8fe;
}

.datepicker-input.in-edit:focus,
.datepicker-input.in-edit:active {
  box-shadow: 0 0 0.25em 0.25em rgba(109, 168, 254, 0.2);
}

/* Layout
   ========================================================================== */
/* Header
   ========================================================================== */
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
}
@media (min-width: 1500px) {
  .header {
    height: 8.75rem;
  }
}

@media (min-width: 1081px ) and (max-width: 1500px) {
  .header {
    height: 7.725rem;
  }
}
.header--topbar {
  width: 100%;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1rem;
  padding-right: 1rem;
  background: #1E93D4;
  height: 2.75rem;
}
@media (min-width: 992px) {
  .header--topbar {
    height: 3.125rem;
  }
}
.header--topbar__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
  height: 100%;
  margin: auto;
  
}
.header--topbar__title a {
  text-decoration: none;
  color:white!important;
}
.header--topbar__title, .header--topbar__title a {
  font-size: 1rem;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
@media (min-width: 992px){
  .header--topbar__title,  .header--topbar__title a {
    font-size: 1rem;
  }
}
@media (max-width: 376px) {
  .header--topbar__title, .header--topbar__title a {
    font-size: 0.875rem;
  }
}
.header__ctrl {
  background: #002B7C;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1040;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition-timing-function: cubic-bezier(0.48, 0.07, 0.37, 0.99);
  transform: translateY(100%);
}
.header__ctrl.is-active {
  transform: translateY(0);
}
.header--topbar__social {
  border-right: 1px solid #ffffff;
  padding-right: 1.25rem;
}
.header--topbar__contacts {
  padding-left: 1.25rem;
}
.header--topbar__links, .header--topbar__social, .header--topbar__contacts {
  display: flex; 
  align-items: center;
  justify-content: center;
}
/*.header--topbar__btn {
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center; 
} */

.header--topbar__btn img {
  max-height: 1.875rem;
}

.header--topbar__btn {
  /* width: 3.5rem;
   height: 3.5rem; */
   margin-left: 25px; 
}

@media (min-width: 1200px) {
  .header--topbar__btn {
   /* width: 3.5rem;
    height: 3.5rem; */
    margin-left: 25px;
  }
}

/* Navbar
   ========================================================================== */
.navbar {
  background: #ffffff;
}
@media (max-width: 1080px) {
  .navbar .collapse.navbar-collapse {
    display: none !important;
  }
}
@media (min-width: 1081px) {
  .navbar {
    height: 5.625rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  
  .navbar .container, .navbar .carousel__body, .navbar .header--topbar__container,
.navbar .navbar-collapse,
.navbar .navbar-nav,
.navbar .nav-item,
.navbar .nav-link {
    height: 100% !important;
  }
}
@media (min-width: 1081px) and (max-width: 1490px) {
  .navbar .container, .navbar .carousel__body, .navbar .header--topbar__container {
    flex-direction: column;
  }
   main {
    margin-top: 10.85rem; 
  }
  .navbar {
    height: 7.825rem;
  }
  .navbar .dropdown-menu .dropdown-item {
    height: 2rem!important; 
    font-size: .85rem!important;
    line-height: 1.1rem!important;
  }
}
.navbar .navbar-brand {
  padding: 0;
  margin: 0;
}
@media (max-width: 1490px) {
  .navbar .navbar-brand {
    max-width: 11.25rem;
  }
  .navbar .navbar-brand img {
    width: 100%;
  }
}
@media (min-width: 1081px) and (max-width: 1490px) {
  .navbar .navbar-brand {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.navbar .navbar-mobile {
  display: flex;
  align-items: center;
  padding-right: 0.9375rem;
}
.navbar .navbar-mobile__user {
  margin-right: 1.5625rem;
}
.navbar .navbar__hamburger {
  width: 2.375rem;
  height: 2.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.navbar .navbar__hamburger b {
  display: block;
  background: #002B7C;
  width: 2.375rem;
  border-radius: 0;
  height: 0.3125rem;
}
.navbar .navbar__hamburger b:nth-child(2) {
  width: 1.9375rem;
}
.navbar .dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: -1px;
  border-radius: 0;
  border: none;
  color: #002B7C !important;
  font-size: 1.1875rem;
  letter-spacing: -1px;
  white-space: nowrap;
  background: #FCFCFC;
}
.navbar .dropdown-menu[data-bs-popper] .dropdown-item {
  color: #002B7C !important;
  height: 3rem; 
  display: flex;
  align-items: center;
}
.navbar .dropdown-menu[data-bs-popper] .dropdown-item:hover {
  background: #ffffff;
  color: #1E93D4 !important; 
}
.navbar .nav-item:hover .nav-link {
  background: #FCFCFC;
  color: #1E93D4 !important;
}
.navbar .nav-item:hover .nav-link::before {
  background: #1E93D4;
}
.navbar .nav-link {
  color: #002B7C !important;
  font-size: 1rem;
  letter-spacing: -1px;
  /*padding-left: 0.25rem !important; */
  /* padding-right: 0.25rem !important; */
  white-space: nowrap;
  position: relative;
}
.navbar .nav-link:before {
  content: "";
  height: 0.125rem;
  background: transparent;
  width: calc(100% - 38px);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.navbar .nav-link:after {
  display: none;
}
.navbar .nav-link:hover, .navbar .nav-link.is-active, .navbar .nav-link.current-menu-parent, .navbar .nav-link.current-menu-item {
  background: #FCFCFC;
 
  color: #1E93D4 !important;
}
.navbar .nav-link:hover::before, .navbar .nav-link.is-active::before, .navbar .nav-link.current-menu-parent::before, .navbar .nav-link.current-menu-item::before {
  background: #1E93D4;
}
@media (min-width: 992px) {
  .navbar .nav-link {
    height: 3.4375rem;
    display: flex;
    align-items: center;
    font-size: 0.90rem; 
    letter-spacing: -1px;
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }
}
@media (min-width: 1200px) {
  .navbar .nav-link {
    font-size: 0.9rem;
    letter-spacing: 0;
    
  }
}
@media (min-width: 1360px) {
  .navbar .nav-link {
    font-size: 0.9rem;
  }
}

@media (min-width: 1650px) {
  .navbar .nav-link {
    font-size: 0.9rem;
  }
}

@media (min-width: 1700px) {
  .navbar .nav-link {
    font-size: 1rem;
  }
}
.navbar .nav-link--search {
  color: #1E93D4 !important;
}
.navbar .nav-link--search__icn {
  margin-left: 0.8125rem;
}
@media (min-width: 1081px) and (max-width: 1490px) {
  .navbar .nav-link--search__icn {
    margin-left: 0.4375rem;
    width: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .navbar--local {
    height: 11.875rem;
  }
}
@media (min-width: 1200px) {
  .navbar--local .container, .navbar--local .carousel__body, .navbar--local .header--topbar__container {
    flex-wrap: nowrap;
  }
}
.navbar--local .navbar-brand {
  max-width: 12.5rem;
}
.navbar--local .navbar-brand img {
  max-width: 100%;
}
@media (min-width: 992px) {
  .navbar--local .navbar-brand {
    max-width: 31.25rem;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .navbar--local .navbar-brand {
    max-width: 31.25rem;
    text-align: center;
  }
}
.navbar--quick {
  width: 100%;
  position: relative;
}
.navbar--quick .dropdown-item {
  font-size: 1.25rem;
  letter-spacing: -1.2px;
  color: #002B7C;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.navbar--quick__btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #002B7C;
  font-family: "Archivo Black", sans-serif;
  font-size: 1.5rem;
  letter-spacing: -1.44px;
  color: #ffffff;
  text-decoration: none;
  padding: 0.625rem 1.25rem;
}
.navbar--quick__btn:hover, .navbar--quick__btn:active, .navbar--quick__btn:focus, .navbar--quick__btn.is-checked {
  background: #002B7C;
  color: #ffffff;
}
.navbar--quick__btn::after {
  display: none;
}
.navbar--quick__icn {
  width: 0.5625rem;
  height: 1rem;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition-timing-function: cubic-bezier(0.48, 0.07, 0.37, 0.99);
}
.show .navbar--quick__icn {
  transform: rotate(90deg);
}
@media (min-width: 992px) {
  .navbar--quick__icn {
    width: 1.3125rem;
  }
}
.navbar--quick__dropdown {
  min-width: 100%;
  border-radius: 0;
  border: none;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  top: -2px !important;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition-timing-function: cubic-bezier(0.48, 0.07, 0.37, 0.99);
}
.navbar--quick__dropdown.show {
  position: static !important;
  transform: none !important;
  width: 100%;
}
.navbar--scroll-down {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #1E93D4;
  font-family: "Archivo Black", sans-serif;
  font-size: 1.5rem;
  letter-spacing: -1.44px;
  color: #ffffff;
  text-decoration: none;
  padding: 0.625rem 1.25rem;
}
.navbar--scroll-down:hover, .navbar--scroll-down:active, .navbar--scroll-down:focus, .navbar--scroll-down.is-checked {
  background: #1E93D4;
  color: #ffffff;
}
.navbar--scroll-section {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.625rem;
  letter-spacing: -1.44px;
  color: #ffffff;
  text-decoration: none;
  padding: 0.625rem 1.25rem;
  margin-bottom: 0.125rem;
}
@media (min-width: 992px) {
  .navbar--scroll-section {
    margin-bottom: 0.5625rem;
  }
}
.navbar--scroll-section:hover, .navbar--scroll-section:active, .navbar--scroll-section:focus, .navbar--scroll-section.is-checked {
  color: #ffffff;
}
.navbar--scroll-section__icn {
  width: 0.875rem;
}
@media (min-width: 992px) {
  .navbar--scroll-section__icn {
    width: 1.3125rem;
  }
}
.navbar--right-section__icn {
  width: 0.875rem;
}
@media (min-width: 992px) {
  .navbar--right-section__icn {
    width: 1.5rem;
  }
}

.mm-ocd {
  z-index: 1050;
  top: 2.75rem;
}
@media (min-width: 992px) {
  .mm-ocd {
    top: 3.875rem;
  }
}

:root {
  --mm-spn-item-height: 70px;
}

.mmenu.mm-spn.mm-spn--light {
  background: #f4f4f4;
  color: #002B7C;
  font-size: 1.25rem;
  font-family: "Poppins", sans-serif;
}
.mmenu.mm-spn.mm-spn--navbar:before, .mmenu.mm-spn.mm-spn--navbar:after {
  color: #002B7C;
  opacity: 1;
  text-align: left;
}
.mmenu.mm-spn li:before {
  opacity: 1;
}
.mmenu__header {
  display: flex;
  justify-content: flex-end;
  height: var(--mm-spn-item-height);
}
@media (min-width: 948px) {
  .mmenu__open {
    display: none !important;
  }
}
.mmenu__close {
  z-index: 1;
  padding: calc((var(--mm-spn-item-height) - var(--mm-spn-line-height)) / 2) var(--mm-spn-item-indent);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mmenu__footer {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3.75rem;
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  line-height: 0;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  z-index: 1000;
  background: #002B7C;
  color: #ffffff;
}
.mmenu__footer--btn {
  width: auto;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
}
.mmenu__footer--btn::after {
  display: none !important;
}

/* Footer
   ========================================================================== */
.footer {
  width: 100%;
  padding-top: 1.625rem;
  padding-bottom: 7.5rem;
  margin-top: 3.125rem;
  color: #ffffff;
  background: #161615;
}
.footer--local {
  padding: 0;
  height: 12.5rem;
  display: flex;
  align-items: center;
}
.footer--local__link {
  color: #ffffff;
  text-decoration: none;
}

/* Modal
   ========================================================================== */
.modal-search .btn-close {
  color: #ffffff !important;
  opacity: 1 !important;
  background: transparent;
  width: auto;
  height: auto;
  font-size: 1.625rem;
}
.modal-search .btn-close:focus {
  background: transparent;
  box-shadow: none;
}
.modal-search .modal-header {
  border-bottom: none;
}
.modal-search .modal-content {
  background: #002B7C;
}

/* Login
   ========================================================================== */
.login {
  /* position: fixed; */
  top: 6.1875rem; 
  left: 0;
  right: 0;
  z-index: 1020;
  background: #002B7C;
  /* height: calc(100vh - 7.1875rem); */
  /*height: calc(100vh - 6.0875rem); */
  height: calc(100vh - 4.2875rem);
  padding: 0.9375rem;
  padding-bottom: 5.875rem;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition-timing-function: cubic-bezier(0.48, 0.07, 0.37, 0.99);
}
.login--sidebar {
  height: auto;
  padding: 2.5rem;
  padding-top: 0;
  top: 12.125rem;
}
.login__header {
  font-family: "Archivo Black", sans-serif;
  font-size: 1.75rem;
  letter-spacing: -2.16px;
  color: #ffffff;
  padding-top: 2.5rem;
}
@media (min-width: 1200px) {
  .login__header {
    font-size: 2.1875rem;
  }
}
.login__title {
  font-size: 1.125rem;
  color: #ffffff;
  padding-bottom: 1rem;
}
.login__body {
  overflow-y: auto;
  height: calc(100% - 5.875rem);
}
.login__body--sidebar {
  overflow: initial;
  height: auto;
}
.login__link {
  font-weight: 700;
  color: #ffffff;
}
.login__ctrl {
  display: flex;
  justify-content: center;
}
.login__ctrl-icn {
  width: 1.875rem;
}

.login.fade-in-bottom{
  overflow-y: auto;
}

/* Containers
   ========================================================================== */
.main {
  width: 100%;
  height: 100%;
  margin-top: 6.5625rem;
}
@media (min-width: 1500px) { 
  .main {
    margin-top: 8.75rem;
  }
}

@media (min-width:1081px) and (max-width:1500px) {
  .main {
    margin-top: 10.85rem;
  }
}

.wrapper {
  width: 100%;
  height: 100%;
}

.content-wrapper {
  padding-top: 7.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  min-height: 100%;
  position: relative;
}
.sidebar--expanded .content-wrapper {
  margin-left: 14.375rem;
}

@media (min-width: 576px) {
  .container, .carousel__body, .header--topbar__container {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container, .carousel__body, .header--topbar__container {
    max-width: 1640px;
  }
}

.container-offset--sx {
  width: 100%;
}
@media (min-width: 1200px) {
  .container-offset--sx {
    padding-left: calc((100vw - 1650px) / 2);
  }
}
.container-offset--sx .container-offset {
  width: 100%;
}

.section {
  /*adding-top: 1.6875rem;*/
  margin-bottom: 6.3rem;
}
@media (min-width: 992px) {
  .section#section-contactus {
    /*margin-bottom: 12.5rem; */
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .section#section-campus {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 992px) {
  .section#section-news {
    margin-bottom: 6.25rem;
  }
}
.section#section-about {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

/* Components
   ========================================================================== */
/* Loader
   ========================================================================== */
.loader {
  background-color: rgba(13, 178, 224, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

/* Sidebar
   ========================================================================== */
.sidebar {
  width: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  background: #BFBFBF;
  display: flex;
  flex-direction: column;
  z-index: 800;
  border-radius: 0.625rem 0.625rem 0 0;
}
.is-inverse .sidebar {
  right: initial;
  left: 0;
}
@media (min-width: 768px) {
  .sidebar {
    width: 20.4375rem;
    position: fixed;
    border-radius: 0;
  }
}
.sidebar--expanded .sidebar {
  width: 14.375rem;
}
.sidebar__header {
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
@media (min-width: 768px) {
  .sidebar__header {
    height: 6.25rem;
  }
}
.sidebar__logo {
  flex-shrink: 0;
  width: 100%;
}
.sidebar__logo img {
  width: 100%;
}

/* Buttons
   ========================================================================== */
.btn {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition-timing-function: cubic-bezier(0.48, 0.07, 0.37, 0.99);
  position: relative;
}

.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.btn-primary {
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.875rem;
  font-weight: 600;
  letter-spacing: 2.4px;
  color: #ffffff;
  background-color: #002B7C;
  border-color: #002B7C;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary.is-checked {
  background-color: #001949;
  border-color: #001949;
  color: #cccccc;
}
.btn-primary.is-rounded {
  border-radius: 6.25rem;
}
.btn-primary__icon {
  margin-left: 1.25rem;
}

.btn-secondary {
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.875rem;
  font-weight: 600;
  letter-spacing: 2.4px;
  color: #ffffff;
  background-color: #1E93D4;
  border-color: #1E93D4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary.is-checked {
  background-color: #1874a7;
  border-color: #1874a7;
  color: #f2f2f2;
}
.btn-secondary.is-rounded {
  border-radius: 6.25rem;
}
.btn-secondary__icon {
  margin-left: 1.25rem;
}
@media (min-width: 992px) {
  .btn-secondary {
    font-size: 1.25rem;
  }
}

.btn-bright {
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.875rem;
  font-weight: 600;
  letter-spacing: 2.4px;
  color: #1E93D4;
  background-color: #ffffff;
  border-color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-bright:hover, .btn-bright:active, .btn-bright:focus, .btn-bright.is-checked {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  color: #11557b;
}
.btn-bright.is-rounded {
  border-radius: 6.25rem;
}
.btn-bright__icon {
  margin-left: 1.25rem;
}

#campus .btn-follow {
  justify-content: left;
}

.btn-follow {
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.875rem;
  font-weight: 600;
  letter-spacing: 2.4px;
  color: #1E93D4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-follow:hover, .btn-follow:active, .btn-follow:focus, .btn-follow.is-checked {
  color: #1E93D4;
  opacity: 0.5;
}
.btn-follow.is-rounded {
  border-radius: 6.25rem;
}
.btn-follow.is-bordered {
  border: 2px solid #ffffff;
}
.btn-follow.is-bordered:hover, .btn-follow.is-bordered:active, .btn-follow.is-bordered:focus, .btn-follow.is-bordered.is-checked {
  background: #ffffff;
  color: #002B7C;
  opacity: 1;
}
.btn-follow__icon {
  margin-left: 1.25rem;
}
@media (min-width: 1360px) {
  .btn-follow__icon {
    width: 1.5rem;
  }
}
@media (min-width: 1360px) {
  .is-min .btn-follow__icon {
    width: auto;
  }
}
@media (min-width: 1360px) {
  .btn-follow {
    font-size: 1.25rem;
  }
}
@media (min-width: 1360px) {
  .btn-follow.is-min {
    font-size: 1rem;
  }
}

.card__share {
  display: flex;
  align-items: center;
}
.card__share.d-hidden .btn-share__social {
  overflow: hidden;
}
.card__share.d-hidden .btn-share__social * {
  height: 0;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition-timing-function: cubic-bezier(0.48, 0.07, 0.37, 0.99);
}
.card__share.d-hidden .btn-share__link {
  margin-left: 0;
}

.btn-share {
  padding-left: 0;
  padding-right: 0;
}
.btn-share i {
  font-size: 2.5rem;
}
.btn-share__social {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition-timing-function: cubic-bezier(0.48, 0.07, 0.37, 0.99);
}
.btn-share__link {
  display: inline-block;
  height: 1.75rem;
  margin-left: 0.625rem;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition-timing-function: cubic-bezier(0.48, 0.07, 0.37, 0.99);
}
.btn-share__icon {
  height: 100%;
}

/* Breadcrumb
   ========================================================================== */
.breadcrumb {
  padding-top: 0;
  margin-bottom: 0;
}
.breadcrumb-item, .breadcrumb-item a {
  font-weight: 300;
  font-size: 0.9375rem;
  letter-spacing: -0.3px;
  color: #BFBFBF;
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #1E93D4;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #BFBFBF;
  content: var(--bs-breadcrumb-divider, "|");
}

/* Forms
   ========================================================================== */


.form-control,
.form-select,
.custom-file {
  height: 3.0625rem;
  border-radius: 0;
  position: relative;
  z-index: 1;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  color: #000000;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition-timing-function: cubic-bezier(0.48, 0.07, 0.37, 0.99);
}

.wpcf7-select option, .wpcf7-select {
  color: #BFBFBF;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .form-control,
.form-select,
.custom-file {
    height: 3.5rem;
  }
}
.form-control.placeholder,
.form-select.placeholder,
.custom-file.placeholder {
  color: #BFBFBF;
  text-transform: uppercase;
}
.form-control:-moz-placeholder,
.form-select:-moz-placeholder,
.custom-file:-moz-placeholder {
  color: #BFBFBF;
  text-transform: uppercase;
}
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
.custom-file::-moz-placeholder {
  color: #BFBFBF;
  text-transform: uppercase;
}
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
.custom-file:-ms-input-placeholder {
  color: #BFBFBF;
  text-transform: uppercase;
}
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
.custom-file::-webkit-input-placeholder {
  color: #BFBFBF;
  text-transform: uppercase;
}

.form-search {
  background: transparent;
  color: #ffffff !important;
  border: none;
  border-bottom: 1px solid #ffffff;
  text-transform: initial;
  font-size: 1.25rem;
}
.form-search.placeholder {
  color: #ffffff;
  text-transform: initial;
}
.form-search:-moz-placeholder {
  color: #ffffff;
  text-transform: initial;
}
.form-search::-moz-placeholder {
  color: #ffffff;
  text-transform: initial;
}
.form-search:-ms-input-placeholder {
  color: #ffffff;
  text-transform: initial;
}
.form-search::-webkit-input-placeholder {
  color: #ffffff;
  text-transform: initial;
}
.form-search:focus {
  background: transparent;
  box-shadow: none;
}

label {
  font-size: 1rem;
  color: #002B7C;
}

textarea.form-control {
  height: initial;
  min-height: 3.375rem;
}

.form-group {
  padding-bottom: 1rem;
  position: relative;
}

.form-select {
  background: #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  color: #BFBFBF;
}
.form-select:focus {
  background: #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}

.form-input {
  padding-bottom: 0.5rem;
  display: flex;
  align-items: center;
}

/* lpcoding hack */

.wpcf7-list-item {
  margin:0;
}

.wpcf7-acceptance input
{
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    flex-shrink: 0;
    margin: 0;
    margin-right: 0.6375rem;
    background: #ffffff;
    /* border: 0.125rem solid #ffffff; */
    overflow: hidden;
    cursor: pointer;
    position: relative;
    border-radius: 50%;
    appearance: none;
    -webkit-appearance: none;
    outline: none;   
}
.wpcf7-acceptance input:checked
{
  background-color: #1E93D4;
}

.wpcf7-acceptance span {
  color:white;
  font-size: 0.875rem;
  vertical-align: top;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
  border-color: red;
  color: white;
}

.fu-radio input[type="radio"] {
  display: inline-block;
width: 1.5rem;
height: 1.5rem;
flex-shrink: 0;
margin: 0;
margin-right: 0.6375rem;
background: white;
overflow: hidden;
cursor: pointer;
position: relative;
border-radius: 50%;
appearance: none;
-webkit-appearance: none;
outline: none;
}
.fu-radio input[type="radio"]:checked {
  background: #1E93D4;
}
.fu-radio .wpcf7-list-item-label
{
  vertical-align: top;
  margin-right: 25px;
  color: white; 
}
.fu-radio label {
display: inline-block !important;
width: auto !important;
}


.radio-control {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  margin: 0;
  margin-right: 0.9375rem;
  background: #ffffff;
  border: 0.125rem solid #ffffff;
  border-radius: 100%;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.radio-control.is-disabled .radio-control__dot {
  background: #A7A7A7 url("../content/img/icn-check.svg") no-repeat center center;
}
.radio-control__input {
  display: none;
}
.radio-control__dot {
  width: 0.875rem;
  height: 0.875rem;
  background: #1E93D4;
  border-radius: 100%;
  display: block;
  transition: 0.4s;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.radio-control__input:checked + .radio-control__dot {
  opacity: 1;
}

.check-control {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  margin: 0;
  margin-right: 0.9375rem;
  background: #ffffff;
  border: 0.125rem solid #ffffff;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.check-control__input {
  display: none;
}
.check-control__dot {
  width: 0.875rem;
  height: 0.875rem;
  background: #1E93D4;
  display: block;
  transition: 0.4s;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.check-control__input:checked + .check-control__dot {
  opacity: 1;
}

.field-validation-error {
  width: 100%;
  color: #dc3545;
  font-size: 0.8125rem;
}

.validation-message {
  width: 100%;
  margin-top: 0.25rem;
  color: #dc3545;
  font-size: 0.8125rem;
  font-weight: 400;
}

.invalid {
  border-color: #dc3545;
}

/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  font-family: Arial;
}

.custom-select select {
  display: none;
  /*hide original SELECT element:*/
}

.select-selected {
  background-color: #ffffff;
}
.select-selected.select-first, .select-selected.select-arrow-active {
  color: #BFBFBF;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 1.125rem;
  right: 0.625rem;
  width: 0;
  height: 0;
  border: 0.375rem solid transparent;
  border-color: #002B7C transparent transparent transparent;
}
@media (min-width: 992px) {
  .select-selected:after {
    top: 1.5625rem;
  }
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #002B7C transparent;
  top: 0.5625rem;
}
@media (min-width: 992px) {
  .select-selected.select-arrow-active:after {
    top: 1.125rem;
  }
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
  padding: 0.5rem 1rem;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .select-items div,
.select-selected {
    /*height: 3.5rem;*/
    height: auto;
    line-height: 2.5rem;
  }
}

/*style items (options):*/
.select-items {
  position: absolute;
  color: #BFBFBF;
  background-color: #ffffff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  max-height: 12.5rem;
  overflow-y: auto;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

/* Widget
   ========================================================================== */
.widget {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  position: relative;
}
.widget:after {
  content: "";
  display: block;
  height: 0.0625rem;
  width: 9.375rem;
  background: #707070;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: calc(var(--bs-gutter-x) * 0.5);
}
@media (min-width: 768px) {
  .widget:after {
    display: none;
  }
}
.widget:last-child::after {
  display: none;
}
.widget__title {
  font-family: "Archivo Black", sans-serif;
  font-size: 1.25rem;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}
@media (min-width: 1200px) {
  .widget__title {
    font-size: 1.6875rem;
  }
}
.widget__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 1.625rem;
}
.widget__item {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition-timing-function: cubic-bezier(0.48, 0.07, 0.37, 0.99);
  font-weight: 300;
  font-size: 1rem;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.widget__item:hover {
  color: #bbb;
}
@media (min-width: 1200px) {
  .widget__item {
    font-weight: 300;
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #ffffff;
  }
}

/* Card
   ========================================================================== */
@media (min-width: 992px) {
  .grid--degree {
    display: grid;
    grid-template-rows: 60vw 0vw;
  }
}
@media (min-width: 1200px) {
  .grid--degree {
    display: grid;
    grid-template-rows: 50vw 0vw;
  }
}
@media (min-width: 1360px) {
  .grid--degree {
    display: grid;
    grid-template-rows: 55vw 0vw;
  }
}
@media (min-width: 1660px) {
  .grid--degree {
    display: grid;
    grid-template-rows: 45vw 0vw;
  }
}
@media (min-width: 1860px) {
  .grid--degree {
    display: grid;
    grid-template-rows: 40vw 0vw;
  }
}
@media (min-width: 2200px) {
  .grid--degree {
    display: grid;
    grid-template-rows: 30vw 0vw;
  }
}
@media (min-width: 2500px) {
  .grid--degree {
    display: grid;
    grid-template-rows: 41.25rem 0rem;
  }
}
@media (min-width: 992px) {
  .grid--campus {
    display: grid;
    grid-template-rows: 60vw;
  }
}
@media (min-width: 1200px) {
  .grid--campus {
    display: grid;
    grid-template-rows: 50vw;
  }
}
@media (min-width: 1360px) {
  .grid--campus {
    display: grid;
    grid-template-rows: 30vw;
  }
}
@media (min-width: 1660px) {
  .grid--campus {
    display: grid;
    grid-template-rows: 31vw;
  }
}
@media (min-width: 1860px) {
  .grid--campus {
    display: grid;
    grid-template-rows: 27vw;
  }
}
@media (min-width: 2200px) {
  .grid--campus {
    display: grid;
    grid-template-rows: 30vw;
  }
}
@media (min-width: 2500px) {
  .grid--campus {
    display: grid;
    grid-template-rows: 41.25rem;
  }
}

.card {
  border-radius: 0;
}
.card__body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
  /*margin-top: auto; */
}
@media (min-width: 992px) {
  .card__body {
    flex: 0;
    margin-top: auto;
  }
}
.card__figure {
  width: 100%;
  height: 13.125rem;
  position: relative;
}
@media (min-width: 992px) {
  .card__figure {
    height: 12.5rem;
  }
}
.card__img {
  width: 100%;
  height: 13.125rem;
  object-fit: cover;
}

.card__img_made {
  max-width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .card__img {
    height: 12.5rem;
  }
}
.card__title {
  font-weight: 700;
  font-size: 1rem;
  color: #002B7C;
  text-transform: uppercase;
}
.card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2.0625rem;
  font-size: 6.25rem;
  color: #002B7C;
  line-height: 0;
}
.card__icon img {
  height: 6.25rem;
}
@media (min-width: 1360px) {
  .card__icon {
    font-size: 8rem;
  }
  .card__icon img {
    height: 11.75rem;
    font-size: 8rem;
  }
}
.card--cta {
  padding: 2.375rem;
  border-radius: 0 !important;
  border: 0;
}
.card--cta.bg-primary *, .card--cta.bg-primary--light *, .card--cta.bg-secondary * {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .card--cta .headline__title {
    font-size: 2.8125rem;
  }
}
@media (min-width: 992px) {
  .card--cta {
    justify-content: center;
  }
}
.card--menu {
  padding: 2.375rem;
  border-radius: 0 !important;
  border: none;
}
.card--menu.bg-primary * {
  color: #ffffff;
}
.card--menu__nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.card--menu__item {
  padding-top: 0.5rem;
}
@media (min-width: 992px) {
  .card--menu__item {
    padding-top: 0.45rem;
  }
}
.card--menu__link {
  color: #002B7C;
  font-size: 1rem;
  display: flex;
}
@media (min-width: 1200px) {
  .card--menu__link {
    font-size: 1.625rem;
  }
}
.card--menu__link img {
  margin-right: 0.625rem;
  width: 0.875rem;
}
@media (min-width: 992px) {
  .card--menu__link img {
    width: 1.3125rem;
    margin-right: 1.25rem;
  }
}
.card--menu__link .card--menu__up {
  display: none;
}
.card--menu__link.is-active .card--menu__up {
  display: inline-block;
}
.card--menu__link.is-active .card--menu__down {
  display: none;
}
.card--opinions {
  padding: 2.375rem;
  border-radius: 0 !important;
  border: none;
  background: transparent;
}
.card--news-item {
  border: none;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
.card--news-item__header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.625rem;
}
.card--news-item__date {
  font-size: 1rem;
  color: #1E93D4;
}
@media (min-width: 1360px) {
  .card--news-item__date {
    font-size: 1.25rem;
  }
}
.card--news-item__category {
  text-transform: uppercase;
  font-size: 1rem;
  color: #002B7C;
  text-align: right;
  white-space: nowrap;
}
@media (min-width: 1360px) {
  .card--news-item__category {
    font-size: 1.25rem;
  }
}
.card--news-item__icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 4rem;
  height: 4rem;
  background: #002B7C;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 2.5rem;
}
@media (min-width: 1200px) {
  .card--news-item__icon {
    width: 6.25rem;
    height: 6.25rem;
    font-size: 3.75rem;
  }
  .card--news-item__icon img {
    height: 3.75rem;
  }
}
.card--news-item__body {
  padding: 0;
}
.card--news-item__text {
  font-size: 1rem;
  color: #6A6A6A;
}
.card--session {
  border: none;
  padding: 1.563rem;
  /* padding-top: 0.8125rem; */
  margin-bottom: 1.875rem; 
}
.card--session__overtitle {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  color: #6A6A6A;
}
.card--session__title {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  color: #002B7C;
}
.card--session__subtitle {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  color: #6A6A6A;
  display: flex;
  align-items: center;
  margin-top: 0.625rem;
  margin-bottom: 1.4375rem;
}
.card--session__subtitle img {
  margin-right: 0.625rem;
}
.card--session .card--session__btn-master, .card--session .card--session__btn-compile, .card--session .card--session__btn-info {
  border-radius: 0;
  height: 3.125rem;
  width: 100%;
  margin-bottom: 0.1875rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card--session__btn-info {
  background: #BFBFBF;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 1.375rem;
  color: #ffffff !important;
}
.card--session__btn-info:hover {
  background: #b2b2b2;
  color: #f2f2f2;
}
.card--session__btn-compile {
  background: #1E93D4;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 1.375rem;
  color: #ffffff !important;
}
.card--session__btn-compile:hover {
  background: #1b84be;
  color: #f2f2f2;
}
.card--session__btn-master {
  background: #002B7C;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 1.375rem;
  color: #ffffff !important;
}
.card--session__btn-master:hover {
  background: #002263;
  color: #f2f2f2;
}
.card--link {
  display: flex;
  background: #002B7C;
  color: #ffffff;
  height: 5.875rem;
  text-decoration: none;
}
.card--link__title {
  font-family: "Archivo Black", sans-serif;
  font-size: 1.625rem;
  letter-spacing: -1.56px;
  color: #ffffff;
  margin-bottom: 0;
}
.card--link__subtitle {
  font-weight: 300;
  font-size: 1rem;
  letter-spacing: -0.32px;
  color: #ffffff;
}
.card--link__content {
  padding: 0.9375rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.card--link__icn {
  background: #1E93D4;
  width: 5.875rem;
  height: 5.875rem;
  padding: 0.9375rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
:hover .card--link__icn i {
  color: #ffffff;
}
.card--btn {
  display: flex;
  align-items: center;
  background: #002B7C;
  color: #ffffff;
  min-height: 4.125rem;
  text-decoration: none;
  padding-left: 0.0625rem;
}
.card--btn__title {
  font-weight: 300;
  font-size: 1rem;
  color: #ffffff;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .card--btn__title {
    font-size: 1.25rem;
  }
}
.card--btn__content {
  padding: 0.9375rem 30px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.card--btn__img {
  height: 4rem;
  width: 4.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: #ffffff;
  margin-right: 0.9375rem;
  color: #002B7C;
}
.card--btn__img img {
  height: 3.125rem;
  width: 3.125rem;
  object-fit: contain;
}
.card--btn__icn {
  height: 4.125rem;
  padding: 0.9375rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1200px) {
  .card--btn__icn img {
    width: 1.325rem;
  }
}
.card--list {
  display: flex;
  align-items: center;
  min-height: 4.125rem;
  text-decoration: none;
  border-bottom: 1px solid #707070;
  padding-left: 0.0625rem;
}
.card--list:last-child {
  border-bottom: 0;
}
.card--list__title {
  font-weight: 400;
  font-size: 1.125rem;
  color: #002B7C;
  margin-bottom: 0;
}
.card--list__subtitle {
  font-weight: 400;
  font-size: 1.125rem;
  color: #707070;
  margin-bottom: 0;
}
.card--list__content {
  padding: 0.9375rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.card--list__img {
  width: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.card--list__img img {
  height: 2rem;
  width: 2rem;
  object-fit: contain;
}
@media (max-width: 991px) {
  .card--item {
    border-bottom: 1px solid #002B7C;
  }
  .card--item:last-child {
    border: none;
  }

  #section-welcome {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .card--item {
    border-top: 1px solid #002B7C;
    border-left: 1px solid #002B7C;
    padding-left: 15px;
  }
  .card--item:nth-child(-n+2) {
    border-top: 1px solid #002B7C;
  }
  .card--item:nth-child(odd) {
    border-left: 1px solid #002B7C;
    padding-left: 15px;
  }
  .card--item:nth-child(-n+3) {
    border-top: none;
  }
  .card--item:first-child, .card--item:nth-child(3n+1) {
    border-left: none;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .card--item {
    border-top: 1px solid #002B7C;
    border-left: 1px solid #002B7C;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }
  .card--item:nth-child(-n+2) {
    border-top: 1px solid #002B7C;
  }
  .card--item:nth-child(odd) {
    border-left: 1px solid #002B7C;
    padding-left: 15px;
  }
  .card--item:nth-child(-n+3) {
    border-top: none;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .card--item:first-child, .card--item:nth-child(3n+1) {
    border-left: none;
    padding-left: 0;
  }
}
@media (min-width: 1360px) {
  .card--item {
    border-top: 1px solid #002B7C;
    border-left: 1px solid #002B7C;
    padding-top: 15px;
    padding-bottom: 50px;
    padding-left: 50px;
  }
  .card--item:nth-child(-n+2) {
    border-top: 1px solid #002B7C;
  }
  .card--item:nth-child(odd) {
    border-left: 1px solid #002B7C;
    padding-left: 50px;
  }
  .card--item:nth-child(-n+3) {
    border-top: none;
    padding-top: 50px;
    padding-bottom: 15px;
  }
  .card--item:first-child, .card--item:nth-child(3n+1) {
    border-left: none;
    padding-left: 0;
  }
}
.card--item__link {
  display: flex;
  align-items: center;
  height: 100%;
  text-decoration: none;
}
.card--item-list {
  padding: 0.625rem;
  background: #FCFCFC 0% 0% no-repeat padding-box;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
@media (min-width: 1200px) {
  .card--item-list {
    padding: 0.625rem 3.4375rem;
  }
}
.card--item__title {
  font-weight: 400;
  font-size: 1.125rem;
  color: #002B7C;
  margin-bottom: 0;
}
.card--item__subtitle {
  font-weight: 400;
  font-size: 1.125rem;
  color: #707070;
  margin-bottom: 0;
}
.card--item__content {
  padding: 0.9375rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.card--item__img {
  width: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #002B7C;
}
.card--item__img img {
  height: 2rem;
  width: 2rem;
  object-fit: contain;
}

/* Box
   ========================================================================== */
.squarebox {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.875rem;
  text-decoration: none;
  position: relative;
}
@media (min-width: 992px) {
  .squarebox-row {
    padding-left: 5.625rem;
    padding-right: 5.625rem;
    padding-top: 6.25rem;
    margin-bottom: 6.3rem;
  }
}
.squarebox__icon {
  width: 2.75rem;
  height: 3.25rem;
  text-align: center;
  font-size: 2.8125rem;
  color: #002B7C;
  line-height: 0;
}
.squarebox__icon img {
  max-width: 100%;
}
@media (min-width: 992px) {
  .squarebox__icon {
    width: 5.5rem;
    height: 5.5rem;
    font-size: 5.5rem;
  }
  .squarebox__icon img {
    height: 5.5rem;
  }
}
.squarebox__label {
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1rem;
  color: #002B7C;
  padding-top: 0.625rem;
}
@media (min-width: 992px) {
  .squarebox__label {
    font-size: 1.25rem;
    padding-top: 1.25rem;
  }
}
.squarebox:nth-child(even)::after {
  display: none;
}
@media (min-width: 768px) {
  .squarebox:nth-child(even)::after {
    display: block;
  }
}
.squarebox:nth-child(4)::after {
  display: none;
}
@media (min-width: 768px) {
  .squarebox:nth-child(1)::before, .squarebox:nth-child(2)::before {
    display: none;
  }
}
.squarebox:nth-child(3)::before, .squarebox:nth-child(4)::before {
  display: none;
}
.squarebox::after {
  content: "";
  display: block;
  width: 1px;
  height: 85%;
  background: #002B7C;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.squarebox::before {
  content: "";
  display: block;
  width: 85%;
  height: 1px;
  background: #002B7C;
  position: absolute;
  bottom: 0;
  margin: auto;
}

.accordion-icn {
  flex-shrink: 0;
}
.accordion-body img {
  max-width: 100%!important;
  height: auto!important;
}
.accordion-button {
  height: 4.125rem;
  padding: 0.3125rem;
  padding-right: 0.9375rem;
  background: #002B7C !important;
  border-radius: 0;
  border: none;
  font-size: 1rem !important;
  font-weight: 300 !important;
  color: #ffffff !important;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .accordion-button {
    font-size: 1.25rem !important;
    padding: 1.125rem;
    height: auto;
  }
}
.accordion-button .accordion-icn__minus {
  display: block;
  width: 1.1875rem;
}
@media (min-width: 1200px) {
  .accordion-button .accordion-icn__minus {
    width: 1.325rem;
  }
}
.accordion-button .accordion-icn__plus {
  display: none;
  width: 1.1875rem;
}
@media (min-width: 1200px) {
  .accordion-button .accordion-icn__plus {
    width: 1.325rem;
  }
}
.accordion-button.collapsed {
  background: #002B7C !important;
}
.accordion-button.collapsed .accordion-icn__minus {
  display: none;
  width: 1.1875rem; 
}
@media (min-width: 1200px) {
  .accordion-button.collapsed .accordion-icn__minus {
    width: 1.325rem;
  }
}
.accordion-button.collapsed .accordion-icn__plus {
  display: block;
  width: 1.1875rem;
}
@media (min-width: 1200px) {
  .accordion-button.collapsed .accordion-icn__plus {
    width: 1.325rem;
  }
}
.accordion-button::after {
  display: none !important;
}
.accordion-overtitle {
  display: flex;
  flex-grow: 1;
  padding-left: 1.5625rem;
  font-weight: 600;
  text-transform: uppercase;
}
.accordion-title {
  display: flex;
  flex-grow: 1;
  padding-left: 1.5625rem;
}
.accordion-body {
  border: none;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.6;
  color: #6A6A6A;
}
.accordion-img {
  width: 3.375rem;
  height: 3.375rem;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.accordion-img img {
  height: 3.125rem;
  width: 3.125rem;
  object-fit: contain;
}
.accordion-item:first-of-type {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.course {
  margin-bottom: 1.25rem;
}
.course--title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.625rem;
  color: #ffffff;
  text-decoration: none;
  padding: 0.625rem 1.25rem;
}
.course--title * {
  margin: 0;
  padding: 0;
}
.course--subtitle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.375rem;
  letter-spacing: -1.44px;
  color: #002B7C;
  text-decoration: none;
  padding: 0.625rem 1.25rem;
  background: #BFBFBF;
}
.course--subtitle * {
  margin: 0;
  padding: 0;
}
.course__separator {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.course__footer {
  display: flex;
  justify-content: flex-end;
}
.course__scroll-up {
  width: 3.125rem;
  height: 3.125rem;
  background: #002B7C;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  .course__scroll-up {
    width: 3.75rem;
    height: 3.75rem;
  }
}
.course__navbar {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  scrollbar-width: none;
}
.course__navbar::-webkit-scrollbar {
  visibility: hidden;
}
.course__navbar-nav {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
.course__navbar-item {
  max-width: 12.5rem;
  min-width: 6.25rem;
  flex-shrink: 0;
  border-left: 1px solid #BFBFBF;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.course__navbar-item:first-child {
  border-left: 0;
}
.course__carousel-header {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.course__carousel-title {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  /*font-size: 1.125rem;*/
  font-size: 20px;
  letter-spacing: -0.36px;
  color: #002B7C;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  margin: 0;
  flex-grow: 1;
}
.course__carousel-arrow {
  width: 3.125rem;
  min-height: 100%;
  background: #1E93D4;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  cursor: pointer;
}
@media (min-width: 992px) {
  .course__carousel-arrow {
    width: 3.75rem;
  }
}
.course__carousel-footer {
  display: flex;
  justify-content: center;
  padding-top: 0.625rem;
  padding-bottom: 1.25rem;
}
@media (min-width: 1190px) {
  .course__carousel-dot {
    display: none;
  }
}
.course__carousel-footer {
  display: flex;
  justify-content: center;
  padding-top: 0.625rem;
  padding-bottom: 1.25rem;
}
.course__navbar-link {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  letter-spacing: -0.32px;
  color: #6A6A6A;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor:inherit;
}
.course__navbar-link i {
  color: #002B7C;
}
.course__navbar-label {
  white-space: normal;
}
.course__navbar-img {
  width: 3.75rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #002B7C;
}
.course__navbar-img img {
  max-width: 2.1875rem;
}
@media (min-width: 1200px) {
  .course__navbar-img img {
    max-width: 2.8125rem;
  }
}

/* Table
   ========================================================================== */
.table-scroll {
  max-width: 100%;
  overflow: auto;
  position: relative;
}
.table-scroll--main {
  border: 1px solid #CCC;
}
.table-scroll--main__footer {
  padding: 0.625rem;
  color: #6A6A6A;
  font-style: italic;
  border-top: 1px solid #CCC;
}
.table-scroll table {
  position: relative;
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 0;
  margin-left: -1px;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.6;
  color: #6A6A6A;
}
@media (min-width: 1200px) {
  .table-scroll table {
    font-size: 1.125rem;
  }
}
.table-scroll td,
.table-scroll th {
  padding: 0.25em;
}
.table-scroll thead th {
  position: -webkit-sticky;
  /* for Safari */
  position: sticky;
  left: -1px;
  z-index: 1020;
  width: 12.5rem;
  background: #002B7C;
  color: #ffffff;
  font-weight: 300;
  box-shadow: inset -10px 0 1px -9px #CCC;
}
.table-scroll thead td {
  background: #002B7C;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .table-scroll thead td {
    font-size: 1.125rem;
  }
}
.table-scroll thead tr {
  border-color: #002B7C;
}
.table-scroll tbody {
  border-top: 0 !important;
}
.table-scroll tbody th {
  position: -webkit-sticky;
  /* for Safari */
  position: sticky;
  left: -1px;
  z-index: 1020;
  width: 12.5rem;
  background: #ffffff;
  font-weight: 300;
  /* box-shadow: inset -10px 0 1px -9px #CCC; */
}
.table-scroll td {
  width: 12.5rem;
}

/*
.table-scroll {
    table {
        table-layout: fixed;
        width: 100%;
    }


    td,
    th {
        vertical-align: top;
        border-top: 1px solid #ccc;
        padding: 10px;
        width: 100px;
    }

    .is-fix {
        position: absolute;
        margin-left: -100px;
        width: 100px;
    }

    &__outer {
        position: relative;
    }

    &__inner {
        overflow-x: scroll;
        overflow-y: visible;
        width: 400px;
        margin-left: 100px;
    }
}*/
/* Carousel
   ========================================================================== */
.carousel {
  position: relative;
}
@media (min-width: 992px) {
  .carousel--main {
    margin-bottom: 6.3rem;
  }
}
.carousel--main .carousel-item:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#a6000000", GradientType=0);
  /* IE6-9 */
}
.carousel__img {
  display: block;
  width: 100%;
  height: 23.75rem;
  object-fit: cover;
}
@media (min-width: 992px) {
  .carousel__img {
    height: 45.875rem;
  }
}
.carousel__body {
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
}
.carousel__body * {
  color: #ffffff;
  text-align: center;
}
.carousel__body .btn-follow {
  color: #ffffff !important;
}
.carousel__body .btn-follow:hover, .carousel__body .btn-follow:active, .carousel__body .btn-follow:focus, .carousel__body .btn-follow.is-checked {
  color: #1E93D4 !important;
}
@media (min-width: 992px) {
  .carousel__body {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}
.carousel__line {
  height: 0.5625rem;
  position: relative;
  display: none;
}
.carousel__line::after {
  content: "";
  display: block;
  background: #1E93D4;
  width: 50%;
  height: 0.5625rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.carousel__line::before {
  content: "";
  display: block;
  background: #A7A7A7;
  width: 100%;
  height: 0.1875rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.carousel__footer {
  display: flex;
  justify-content: center;
  padding-top: 1.5rem;
}
.carousel__next, .carousel__prev {
  background: transparent;
  border: 0.125rem solid #ffffff;
  border-radius: 0;
  width: 3.125rem;
  height: 3.125rem;
  margin-left: 12px;
  margin-right: 12px;
  box-shadow: none;
}
.carousel__next.cl-primary, .carousel__prev.cl-primary {
  border: 0.125rem solid #002B7C;
}
.carousel__next.cl-primary img, .carousel__prev.cl-primary img {
  width: 1.125rem;
}
@media (min-width: 992px) {
  .carousel__next, .carousel__prev {
    width: 5rem;
    height: 5rem;
  }
  .carousel__next img, .carousel__prev img {
    width: 1.5rem !important;
  }
}
.carousel-item__figure {
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 1.5625rem;
}
@media (min-width: 992px) {
  .carousel-item__figure {
    height: 13.75rem;
    margin-bottom: 2.5rem;
  }
}
.carousel-item__img {
  border-radius: 100%;
  width: 6.25rem;
  height: 6.25rem;
  object-fit: cover;
  border: 2px solid #1E93D4;
}
@media (min-width: 992px) {
  .carousel-item__img {
    width: 8.75rem;
    height: 8.75rem;
  }
}
.carousel-item__blockquote {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -11px;
  margin: auto;
}
@media (min-width: 992px) {
  .carousel-item__blockquote {
    width: 3.5rem !important;
    bottom: 0;
  }
}
.carousel-item__opinion {
  max-width: 23.125rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 1200px) {
  .carousel-item__opinion {
    min-height: 6.325rem;
    margin-bottom: 1.875rem;
  }
}
.carousel-item__opinion p {
  color: #6A6A6A;
  font-weight: 300;
  font-style: italic;
  font-size: 1rem;
  text-align: center;
}
@media (min-width: 1200px) {
  .carousel-item__opinion p {
    font-size: 1.25rem;
  }
}
.carousel-item__author {
  max-width: 23.125rem;
  margin-bottom: 3.125rem;
}
@media (min-width: 1200px) {
  .carousel-item__author {
    margin-bottom: 6.25rem;
  }
}
.carousel-item__author p {
  color: #002B7C;
  font-size: 1rem;
  text-align: center;
}
@media (min-width: 1200px) {
  .carousel-item__author p {
    font-size: 1.25rem;
  }
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0;
  margin-right: 0;
  margin-bottom: 1rem;
  margin-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.carousel-indicators [data-bs-target] {
  width: 100%;
  height: 0.5625rem;
  opacity: 1;
  background-color: #ffffff;
  border: none;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: -1px;
}
.carousel-indicators [data-bs-target].active {
  background-color: #1E93D4;
}

/* cta carousel */ 

.cta--contact {
    position: absolute;
    right: 0;
    background-color: #1E93D4;
    top: 290px;
    z-index: 10;
    display: none;
}

.cta--contact a {
    color: white;
    text-decoration: none;
    display: block;
    padding: 30px 40px;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: bold;
}

@media (min-width: 992px) {
  .cta--contact{
    display: block;
  }
}

.glide__slide {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.glide__arrows {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.glide__arrow {
  position: static;
  margin: 0;
  margin-right: 12px;
  margin-left: 12px;
}

/* Styles
   ========================================================================== */

/*# sourceMappingURL=style.css.map */
