/*!************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/@accessible360/accessible-slick/slick/slick.min.css ***!
  \************************************************************************************************************************************************/
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
/*!*******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/scss/base.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

img {
  vertical-align: middle;
  border-style: none;
}

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

table {
  border-collapse: collapse;
}

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

button {
  border-radius: 0;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: 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;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

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

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

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

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

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.w-25 {
  width: 25% !important;
}

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

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

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

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

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

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

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

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

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

.mw-100 {
  max-width: 100% !important;
}

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

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

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

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

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

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

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

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

.m-1 {
  margin: 15px !important;
}

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

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

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

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

.m-2 {
  margin: 30px !important;
}

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

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

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

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

.m-3 {
  margin: 45px !important;
}

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

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

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

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

.m-4 {
  margin: 60px !important;
}

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

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

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

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

.m-5 {
  margin: 75px !important;
}

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

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

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

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

.m-6 {
  margin: 90px !important;
}

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

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

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

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

.m-7 {
  margin: 105px !important;
}

.mt-7,
.my-7 {
  margin-top: 105px !important;
}

.mr-7,
.mx-7 {
  margin-right: 105px !important;
}

.mb-7,
.my-7 {
  margin-bottom: 105px !important;
}

.ml-7,
.mx-7 {
  margin-left: 105px !important;
}

.m-8 {
  margin: 120px !important;
}

.mt-8,
.my-8 {
  margin-top: 120px !important;
}

.mr-8,
.mx-8 {
  margin-right: 120px !important;
}

.mb-8,
.my-8 {
  margin-bottom: 120px !important;
}

.ml-8,
.mx-8 {
  margin-left: 120px !important;
}

.m-9 {
  margin: 135px !important;
}

.mt-9,
.my-9 {
  margin-top: 135px !important;
}

.mr-9,
.mx-9 {
  margin-right: 135px !important;
}

.mb-9,
.my-9 {
  margin-bottom: 135px !important;
}

.ml-9,
.mx-9 {
  margin-left: 135px !important;
}

.m-10 {
  margin: 150px !important;
}

.mt-10,
.my-10 {
  margin-top: 150px !important;
}

.mr-10,
.mx-10 {
  margin-right: 150px !important;
}

.mb-10,
.my-10 {
  margin-bottom: 150px !important;
}

.ml-10,
.mx-10 {
  margin-left: 150px !important;
}

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

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

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

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

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

.p-1 {
  padding: 15px !important;
}

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

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

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

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

.p-2 {
  padding: 30px !important;
}

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

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

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

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

.p-3 {
  padding: 45px !important;
}

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

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

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

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

.p-4 {
  padding: 60px !important;
}

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

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

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

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

.p-5 {
  padding: 75px !important;
}

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

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

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

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

.p-6 {
  padding: 90px !important;
}

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

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

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

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

.p-7 {
  padding: 105px !important;
}

.pt-7,
.py-7 {
  padding-top: 105px !important;
}

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

.pb-7,
.py-7 {
  padding-bottom: 105px !important;
}

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

.p-8 {
  padding: 120px !important;
}

.pt-8,
.py-8 {
  padding-top: 120px !important;
}

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

.pb-8,
.py-8 {
  padding-bottom: 120px !important;
}

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

.p-9 {
  padding: 135px !important;
}

.pt-9,
.py-9 {
  padding-top: 135px !important;
}

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

.pb-9,
.py-9 {
  padding-bottom: 135px !important;
}

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

.p-10 {
  padding: 150px !important;
}

.pt-10,
.py-10 {
  padding-top: 150px !important;
}

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

.pb-10,
.py-10 {
  padding-bottom: 150px !important;
}

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

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

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

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

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

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

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

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

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

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

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

.font-weight-lighter {
  font-weight: lighter !important;
}

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

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

.font-weight-bolder {
  font-weight: bolder !important;
}

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

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

.text-muted {
  color: #6c757d !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

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

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@font-face {
  font-family: "National";
  src: url("../src/fonts/National-Regular.otf") format("otf"), url("../src/fonts/national-regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "National";
  src: url("../src/fonts/National-Bold.otf") format("otf"), url("../src/fonts/national-bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "National";
  src: url("../src/fonts/National-Black.otf") format("otf"), url("../src/fonts/national-black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "National";
  src: url("../src/fonts/National-Light.otf") format("otf"), url("../src/fonts/national-light.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
}
.font-bold {
  font-weight: 600;
}

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

.letter-space-narrow {
  letter-spacing: -10px;
}

.font-underlined {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.font-white {
  color: #FFFFFF;
}

body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  font-family: "National";
}

html {
  margin-top: 0 !important;
}
@media (max-width: 425px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 426px) and (max-width: 768px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 1025px) and (max-width: 1440px) {
  html {
    font-size: 18px;
  }
}
@media (min-width: 1441px) {
  html {
    font-size: 20px;
  }
  html .font-smaller {
    font-size: 0.5rem;
  }
  html .font-small {
    font-size: 1rem;
  }
  html .font-medium {
    font-size: 1.6rem;
  }
  html .font-big {
    font-size: 1.8rem;
  }
  html .font-bigger {
    font-size: 2rem;
  }
  html .font-enormous {
    font-size: 3rem;
  }
  html .font-pachidermous {
    font-size: 4rem;
  }
}

p {
  margin: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: "National";
  margin: 0;
  font-weight: 100;
  text-transform: capitalize;
  letter-spacing: 0;
}

h1 {
  font-size: 3rem;
}
@media (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  font-size: 2rem;
  line-height: 4rem;
}
@media (max-width: 768px) {
  h2 {
    font-size: 1.5rem;
  }
}

h3 {
  font-size: 1.5rem;
  line-height: 44px;
}

a, a:active, a:focus, a:visited {
  text-decoration: none;
  color: #000;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

a.font-white, a.font-white:active, a.font-white:target,
a.font-white:focus, a.font-white:visited,
a.font-white:focus-visible, a.font-white:focus-within {
  outline: none;
  text-decoration: none;
  color: #FFFFFF;
}

a:hover, a.font-white:hover,
a:-webkit-any-link:focus-visible {
  outline: none;
  text-decoration: none;
  color: red;
}

.line--height--body {
  line-height: 27px;
}

.heavy--font {
  font-weight: 700;
  font-family: "National";
}

.go-to-content {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  /* added line */
  border: 0;
}
.go-to-content:focus {
  height: auto;
  width: 100%;
  position: static;
  padding-left: 30px;
}

.body--sm {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
}

#wpadminbar {
  display: none !important;
}

.body--blue {
  color: #475B67;
  letter-spacing: 0;
  line-height: 27px;
}
.body--blue a {
  font-weight: 600;
  color: #475B67;
}

.border--dashed--blue-r {
  border-right: 2px dashed #FFFFFF;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to bottom, #173D7A, #173D7A 100%, #173D7A) border-box;
}

.blue--label {
  font-family: 600;
  font-size: 16px;
  color: #04809F;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.white--label {
  font-family: 600;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.view-more {
  position: relative;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #173D7A;
  width: -moz-fit-content;
  width: fit-content;
}
.view-more:after {
  position: absolute;
  right: -28px;
  height: 24px;
  width: 24px;
  content: "";
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0' mask-type='alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0)'%3E%3Cpath d='M3.51562 8.46443L12.0009 16.9497L20.4862 8.46443L19.072 7.05021L12.0009 14.1213L4.92984 7.05021L3.51562 8.46443Z' fill='%232E3A59'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.view-more:disabled,
.view-more[disabled] {
  opacity: 0.6;
}

@media (min-width: 1px) and (max-width: 1024px) {
  .mobile--menu {
    position: fixed !important;
    overflow-y: scroll;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

@media (min-width: 1px) and (max-width: 1024px) {
  .noscroll {
    overflow: hidden;
  }
}

.logo-groups-wrapper {
  width: 100%;
}
.logo-groups-wrapper img {
  max-width: 60px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 20px;
}

.navbar-global .textwidget p {
  margin-bottom: 0;
}

.close {
  opacity: 0.6 !important;
}

.button--primary {
  text-decoration: none;
  background: #04809F;
  font-family: "futura-pt-bold";
  display: inline-block;
  font-size: 18px;
  letter-spacing: 0;
  border: 2px solid transparent;
  padding: 12px 22px;
  color: #FFFFFF;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.5s !important;
}
.button--primary:hover {
  background: #FFFFFF;
  border: 2px solid #04809F;
  color: #04809F;
  box-shadow: 0 12px 24px -10px rgb(21, 59, 93) !important;
  transform: scale(0.97) !important;
}

button {
  padding: 0px;
}

button:focus {
  outline: none;
}

.container-fluid {
  width: 100%;
  padding: 0;
  margin-right: auto;
  margin-left: auto;
}

.page-topping {
  margin-top: 140px;
}
@media (max-width: 425px) {
  .page-topping {
    margin-top: 100px;
  }
}

.na-container {
  padding: 6vw 0;
  margin: 0 12vw;
}
@media (max-width: 425px) {
  .na-container {
    padding: 50px;
    margin: 0;
  }
}

.na-pad-container {
  padding: 6vw 12vw;
}
@media (max-width: 425px) {
  .na-pad-container {
    padding: 25px 50px;
    margin: 0;
  }
}

.na-m {
  margin: 25px;
}

.na-mx {
  margin: 0 25px;
}

.na-my {
  margin: 25px 0;
}

.na-mt {
  margin-top: 25px;
}

.na-mb {
  margin-bottom: 25px;
}

.na-p {
  padding: 50px;
}

.na-px {
  padding: 0 12vw;
}

.na-py {
  padding: 50px 0;
}

.na-pt {
  padding-top: 25px;
}

.na-pb {
  padding-bottom: 25px;
}

.na-border-top {
  border-top: 1px solid;
}

.na-border-bottom {
  border-bottom: 1px solid;
}

.bg-grey {
  background-color: #eee;
}

.rot-45 {
  transform: rotate(45deg);
}

header .navbar-global {
  top: 0;
  width: 100%;
  z-index: 9999;
  position: fixed;
}
header .navbar-global .navbar {
  width: 100%;
  z-index: 1;
  padding: 0;
}
header .navbar-global .na-menu-xs {
  width: 100vw;
}
header .navbar-global .na-dropdown-menu-head {
  position: fixed;
  align-items: center;
  background-color: #FFF;
  z-index: 2;
  width: 100vw;
  height: 80px;
}
header .navbar-global .na-dropdown-menu {
  position: fixed !important;
  flex-direction: column !important;
  transition: top 0.2s !important;
  background-color: #FFF;
  top: -100vh;
  z-index: 1;
  height: 100vh;
  width: 100%;
}
header .navbar-global .na-dropped {
  transition: top 0.2s !important;
  top: 80px;
}
header .navbar-global .na-menu-large {
  background-color: #FFF;
}
header .navbar-global .fa-sr-only, header .navbar-global .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
header .navbar-global .na-brand {
  text-decoration: none;
  padding: 0;
  font-weight: bold;
  color: black;
}
header .navbar-global .cities-menu {
  gap: 1rem;
  flex-direction: column;
}
header .navbar-global .cities-menu ul {
  display: block;
  transition: all 0.7s !important;
}
header .navbar-global .cities-menu ul li a:before {
  content: "●";
  color: transparent;
  margin-right: 0.5em;
  margin-left: 1rem;
}
header .navbar-global .cities-menu ul li a:hover {
  color: black;
}
header .navbar-global .cities-menu ul li a:hover:before, header .navbar-global .cities-menu ul li a:hover:after {
  color: red;
}
header .navbar-global.scrollUp .na-menu-large .cities-menu {
  gap: 0;
}
header .navbar-global.scrollUp .na-menu-large .cities-menu ul {
  height: auto;
  display: flex;
  flex-direction: column;
  transition: all 0.2s !important;
}
header .navbar-global.scrollUp .na-menu-large .cities-menu ul li {
  margin-left: 20px;
}
header .navbar-global.scrollUp .na-menu-large .cities-menu ul li a:not(.current-page) {
  display: none !important;
}
header .navbar-global.scrollUp .na-menu-large .cities-menu ul li a::before {
  margin-right: 8px;
}
header .navbar-global.scrollUp .na-menu-large:hover .cities-menu {
  gap: 1rem;
}
header .navbar-global.scrollUp .na-menu-large:hover .cities-menu li a:not(.current-page) {
  display: flex !important;
}
header .navbar-global .menu-burger {
  background: none;
  border: none;
}
header .navbar-global .current-page:before, header .navbar-global .current-page:after {
  color: red !important;
}

.footer {
  background: black;
}
.footer .footer-brand {
  font-weight: bold;
}
.footer .site-map {
  gap: 20px;
}

.about-content {
  display: flex;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: calc(12vw + 200px);
  padding-right: 12vw;
  padding-bottom: 12vw;
  padding-left: 12vw;
}
.about-content .text {
  padding: 4rem;
  background-color: #FFFFFF;
}

.alphabets-grid-container {
  padding: 10vw;
}
.alphabets-grid-container .alphabets-grid-grid {
  display: flex;
  flex-wrap: wrap;
  transform: rotate(45deg);
  justify-content: center;
  width: 50vw;
  margin: auto;
}
@media (max-width: 425px) {
  .alphabets-grid-container .alphabets-grid-grid {
    width: 70vw;
  }
}
.alphabets-grid-container .alphabets-grid-grid img {
  overflow: hidden;
  width: 100%;
}
.alphabets-grid-container .alphabets-grid-grid p {
  position: absolute;
  transform: rotate(-45deg);
  opacity: 0;
  text-decoration: none;
  color: black;
  font-weight: 600;
}
.alphabets-grid-container .alphabets-grid-grid a:hover {
  position: relative;
  transition: all 0.2s !important;
}
.alphabets-grid-container .alphabets-grid-grid a:hover p {
  opacity: 100;
  transition: all 0.2s !important;
}
.alphabets-grid-container .alphabets-grid-grid a:hover img {
  opacity: 0.1;
  transition: all 0.2s !important;
}
.alphabets-grid-container .alphabets-grid-grid a:hover .img-ghost {
  width: 98%;
  height: 98%;
  position: absolute;
  top: 0px;
  align-items: center;
  justify-content: center;
}
.alphabets-grid-container .agg-1 a {
  width: 75%;
}
.alphabets-grid-container .agg-4 a {
  width: 50%;
}
.alphabets-grid-container .agg-9 a {
  width: 30%;
}

.nalpha-img-box {
  margin: 50px;
}

.nalpha-img {
  width: 50vw;
  margin: 12vw;
}
@media (max-width: 425px) {
  .nalpha-img {
    width: 80%;
    margin: 0px;
  }
}

.nbhd-title {
  margin-left: -3px;
}
@media (max-width: 425px) {
  .nbhd-title {
    margin-left: 0px;
  }
}

.section-carousel-images .img--wrapper img {
  width: auto;
  min-width: 100%;
  height: 42vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 426px) {
  .section-carousel-images .img--wrapper img {
    height: 75vh;
  }
}
.section-carousel-images .carousel-images {
  position: relative;
}
.section-carousel-images .next-button, .section-carousel-images .previous-button {
  transition: all 0.5s ease;
  position: absolute;
  color: #FFFFFF;
  top: 42%;
  background: transparent;
  border: none;
  text-shadow: 1px 1px 30px black;
  outline: 0;
}
.section-carousel-images .next-button span, .section-carousel-images .previous-button span {
  font-size: 222px;
  line-height: 40px;
}
.section-carousel-images .next-button:focus-visible, .section-carousel-images .next-button:focus, .section-carousel-images .previous-button:focus-visible, .section-carousel-images .previous-button:focus {
  outline: 0;
}
.section-carousel-images .next-button:hover, .section-carousel-images .previous-button:hover {
  display: flex !important;
}
.section-carousel-images .next-button {
  z-index: 1;
  right: 42px;
}
.section-carousel-images .previous-button {
  z-index: 3;
  left: 42px;
}
.section-carousel-images .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}
.section-carousel-images .slick-dots li {
  margin: 0 0.25rem;
}
.section-carousel-images .slick-dots button {
  display: block;
  width: 6px;
  height: 6px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: grey;
  text-indent: -9999px;
}
.section-carousel-images .slick-dots li.slick-active button {
  background-color: red;
}

.section-carousel-letters {
  /* the letters pictures */
  /* the alphabet's letters selectors */
}
.section-carousel-letters .carousel-letters {
  position: relative;
  margin: auto;
  display: flex;
  flex-direction: column-reverse;
}
.section-carousel-letters .carousel-letters .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-carousel-letters .img--wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  justify-content: space-evenly;
}
.section-carousel-letters .img--wrapper img {
  width: 100px;
  height: 100px;
}
.section-carousel-letters .lcg-9 .img--wrapper {
  max-width: 372px;
}
@media (max-width: 425px) {
  .section-carousel-letters .lcg-9 .img--wrapper img {
    width: 20vw;
    height: 20vw;
  }
}
.section-carousel-letters .lcg-4 .img--wrapper {
  max-width: 500px;
}
@media (max-width: 425px) {
  .section-carousel-letters .lcg-4 .img--wrapper img {
    width: 25vw;
    height: 25vw;
  }
}
.section-carousel-letters .slider-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  margin: 12px;
}
.section-carousel-letters .slick-dots {
  list-style: none;
  padding-left: 0;
  padding-bottom: 42px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 425px) {
  .section-carousel-letters .slick-dots {
    flex-wrap: wrap;
  }
}
.section-carousel-letters .slick-dots li, .section-carousel-letters .slick-dots .slick-active {
  width: 2vw;
  height: 60px;
  display: flex;
  flex-direction: column-reverse;
  align-content: center;
  align-items: center;
}
@media (max-width: 425px) {
  .section-carousel-letters .slick-dots li, .section-carousel-letters .slick-dots .slick-active {
    width: 7.6923076923%;
    margin: 0px !important;
    height: 60px;
  }
}
.section-carousel-letters .slick-dots .slick-active {
  background: black;
  color: white;
}
.section-carousel-letters .slick-dots li {
  margin-right: 1vw;
  transition: all 0.3s;
}
.section-carousel-letters .slick-dots li button {
  text-indent: -9999px;
  border: none;
  background: transparent;
}
.section-carousel-letters .slick-dots li button:focus {
  outline: none;
}
.section-carousel-letters .slick-dots li button:after {
  content: "a";
}
.section-carousel-letters .slick-dots li:hover {
  background: red;
}

.index-page .accordion-head:hover {
  cursor: pointer;
}
.index-page .accordion-body ul {
  gap: 10%;
  width: 100%;
  flex-wrap: wrap;
}
.index-page .accordion-body li {
  flex-basis: 45%;
  flex-grow: 0;
  flex-shrink: 1;
}

.french-quotes {
  line-height: 58px;
  margin-right: 10px;
  transform: rotate(90deg);
  transition: all 0.5s !important;
}

.collapsed .french-quotes {
  transform: rotate(0deg);
  transition: all 0.5s !important;
}

/*# sourceMappingURL=main.352a27d0a3294b456828.css.map*/