@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 100 200 300 400 500 600 700;
  src: url(../fonts/material-symbols-outlined.woff2) format("woff2");
}

.material-symbols {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  vertical-align: text-top;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  font-variation-settings: "FILL" 1, "wght" 300, "GRAD" 0, "opsz" 24;
}

.small .material-symbols,
.material-symbols.small {
  font-size: 16px;
  line-height: 1.2;
}

.material-symbols-filled {
  font-variation-settings: "FILL" 1, "wght" 300, "GRAD" 0, "opsz" 24;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
}

::-webkit-scrollbar {
  height: 6px;
  width: 6px;
  background: #f6f6f6;
}

::-webkit-scrollbar-thumb:vertical {
  background: #cccccc;
}

::-webkit-scrollbar-thumb:horizontal {
  background: #cccccc;
}

.frontend .navbar-nav > li > a {
  height: 68px;
  line-height: 68px;
  font-size: 14px;
}

.frontend .navbar-brand,
.frontend .navbar-toggle {
  height: 68px;
  line-height: 68px;
}

.frontend .px-navbar .navbar-forms {
  height: 68px;
  padding-top: 14px;
  margin: 0;
  padding-right: 5px;
  padding-left: 5px;
}

.frontend .px-navbar .navbar-forms .form-control {
  border-radius: 3px;
}

.frontend .sub-navbar.fixed {
  position: fixed;
  top: 68px;
  left: 0;
  right: 0;
  z-index: 10;
}

.frontend .form-control.dark,
.frontend .sub-navbar.dark .form-control,
.frontend .px-navbar.dark .navbar-forms .form-control {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border: none;
  font-weight: 600;
}

.frontend .form-control.light,
.frontend .sub-navbar.light .form-control,
.frontend .px-navbar.light .navbar-forms .form-control {
  background: rgba(0, 0, 0, 0.08);
  color: #444444;
  border: none;
  font-weight: 600;
}

.frontend .form-control.dark::-webkit-input-placeholder,
.frontend .sub-navbar.dark .form-control::-webkit-input-placeholder,
.frontend
  .px-navbar.dark
  .navbar-forms
  .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.frontend .form-control.dark:-moz-placeholder,
.frontend .sub-navbar.dark .form-control:-moz-placeholder,
.frontend .px-navbar.dark .navbar-forms .form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.frontend .form-control.dark::-moz-placeholder,
.frontend .sub-navbar.dark .form-control::-moz-placeholder,
.frontend .px-navbar.dark .navbar-forms .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.frontend .form-control.dark:-ms-input-placeholder,
.frontend .sub-navbar.dark .form-control:-ms-input-placeholder,
.frontend .px-navbar.dark .navbar-forms .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.frontend .form-control.dark::-ms-input-placeholder,
.frontend .sub-navbar.dark .form-control::-ms-input-placeholder,
.frontend .px-navbar.dark .navbar-forms .form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.frontend .form-control.dark::placeholder,
.frontend .sub-navbar.dark .form-control::placeholder,
.frontend .px-navbar.dark .navbar-forms .form-control::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.frontend .form-control.light::-webkit-input-placeholder,
.frontend .sub-navbar.light .form-control::-webkit-input-placeholder,
.frontend
  .px-navbar.light
  .navbar-forms
  .form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.frontend .form-control.light:-moz-placeholder,
.frontend .sub-navbar.light .form-control:-moz-placeholder,
.frontend .px-navbar.light .navbar-forms .form-control:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.frontend .form-control.light::-moz-placeholder,
.frontend .sub-navbar.light .form-control::-moz-placeholder,
.frontend .px-navbar.light .navbar-forms .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.frontend .form-control.light:-ms-input-placeholder,
.frontend .sub-navbar.light .form-control:-ms-input-placeholder,
.frontend .px-navbar.light .navbar-forms .form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.frontend .form-control.light::-ms-input-placeholder,
.frontend .sub-navbar.light .form-control::-ms-input-placeholder,
.frontend .px-navbar.light .navbar-forms .form-control::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.frontend .form-control.light::placeholder,
.frontend .sub-navbar.light .form-control::placeholder,
.frontend .px-navbar.light .navbar-forms .form-control::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.frontend .px-navbar {
  position: fixed;
}

.frontend .px-navbar.dark {
  /* background: -webkit-linear-gradient(60deg, rgba(46, 115, 168, 0.8) 0px, rgba(89, 196, 228, 0.8) 100%); */
  background: rgba(255, 255, 255, 0);
  transition: background-color 0.15s ease-in-out;
  -webkit-transition: background-color 0.15s ease-in-out;
}

.frontend .px-navbar.dark .navbar-nav a {
  color: #444444;
}

.frontend .px-navbar.light {
  /* background-image: -webkit-linear-gradient(60deg, rgba(255, 255, 255, 0.95) 0px, rgba(255, 255, 255, 0.95) 100%);
	transition: background-image 0.5s ease-in-out;
	-webkit-transition: background-image 0.5s ease-in-out; */
  background-color: rgba(255, 255, 255, 0.95);
  transition: background-color 0.5s ease-in-out;
  -webkit-transition: background-color 0.5s ease-in-out;
}

.frontend .px-navbar.light .navbar-nav a {
  color: #444444;
}

.frontend .px-navbar .navbar-header {
  background: transparent;
}

.frontend .px-navbar .navbar-nav > li {
  border-right-width: 0;
}

.frontend .px-navbar .navbar-nav > li:first-child {
  border-left-width: 0;
}

/* .frontend .px-navbar .dropdown-menu a,  */
.frontend .px-navbar .navbar-nav a {
  color: #fff;
}

.frontend .navbar-brand > img {
  padding-top: 24px;
}

.frontend .px-navbar-image {
  height: 26px;
  top: 30px;
}

.frontend .navbar-nav > li > .dropdown-menu {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-width: 1px;
}

.frontend ul.dropdown-menu > li > a {
  color: #444444;
}

.frontend .form-control {
  border-radius: 4px;
  height: 38px;
}

.frontend .modal-content {
  border-radius: 15px;
}

.frontend .datepicker table {
  width: 264px;
}

.frontend .datepicker .day,
.frontend .datepicker tbody .cw {
  border-right: 0;
}

.frontend .datepicker .clear,
.frontend .datepicker .day,
.frontend .datepicker .today {
  border-top: 0;
}

.frontend .datepicker td,
.frontend .datepicker tfoot th,
.frontend .datepicker thead th {
  padding: 8px 0 !important;
}

.frontend .table-condensed > tfoot > tr > td,
.frontend .table-condensed > tfoot > tr > th,
.frontend .table-condensed > thead > tr > td,
.frontend .table-condensed > thead > tr > th {
  padding: 12px 8px !important;
}

.frontend .datepicker-dropdown {
  border: 2px solid #ccc;
}

.frontend .datepicker .disabled:not(.dow) {
  text-decoration: line-through;
}

.frontend .datepicker-dropdown.datepicker-orient-bottom:after {
  top: -9px;
}

.frontend .select2-selection {
  height: 38px;
  border-radius: 4px;
}

.frontend
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding: 7px 12px;
}

.frontend
  .select2-container
  .select2-selection--single
  .select2-selection__arrow {
  padding: 7px 12px 7px 0;
}

.frontend .select2-results__option {
  padding: 7px 18px;
}

.frontend .pagination > li > a,
.frontend .pagination > li > span {
  border-radius: 50px;
}

.preloader {
  z-index: 1082;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.section-cover {
  margin-top: -62px;
  margin-right: -20px;
  margin-left: -20px;
  height: 110px;
  /* background-image: url(../images/section-bg.jpg); */
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
	background-color: #004A74;
}

.section-crop {
  height: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.section-container {
  max-width: 1100px;
  margin: 0 auto;
}

.section-heading {
  padding-left: 15px;
  padding-right: 15px;
}

.section-full-height {
  height: 100vh;
}

.section-overlay {
  /* position: absolute;
    top: 0;
	right: 0;
	bottom: 0;
    left: 0; */
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, .5); */
  background-image: -webkit-linear-gradient(
    60deg,
    rgba(7, 60, 100, 0.8) 0px,
    rgba(89, 196, 228, 0.8) 100%
  );
}

#section-search {
  background-image: url(../images/section-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

.main-search {
  width: 100%;
  max-width: 700px;
  margin-bottom: 150px;
}

.main-search #btn-main-search {
  width: 100%;
}

/* .main-search .form-control {
	height: ;
} */

.frontend .input-icons i {
  font-size: 22px !important;
}

.input-icons i {
  position: absolute;
  left: 6px;
}

.input-icons.right i {
  left: unset;
  right: 6px;
}

.input-icons.right input.form-control {
  padding-left: 12px;
  padding-right: 42px;
}

.input-icons {
  width: 100%;
  position: relative;
}

.input-icons .icon {
  padding: 8px 10px;
  min-width: 42px;
  font-size: 16px;
  /* color: #d6d6d6; */
}

.input-icons input.form-control {
  padding-left: 42px;
}

.font-strikethrough {
  text-decoration: line-through;
}

.sticky {
  position: unset;
  top: unset;
}

.sticky-filter {
  position: unset;
  top: unset;
}

.sticky-navbar {
  position: sticky;
  position: -webkit-sticky;
  top: 68px;
  z-index: 2;
}

.frontend .panel {
  /* border-radius: 15px; */
	margin-top: 10px;
}

.nav-pills.nav-rounded > li > a {
  border-radius: 999px;
}

.nav-pills.nav-gradient > li.active > a,
.nav-pills.nav-gradient > li.active > a:focus,
.nav-pills.nav-gradient > li.active > a:hover,
.nav-tabs.nav-gradient > li.active > a,
.nav-tabs.nav-gradient > li.active > a:focus,
.nav-tabs.nav-gradient > li.active > a:hover {
  color: #fff;
  background: unset;
  background-image: -webkit-linear-gradient(
    60deg,
    rgba(40, 130, 190, 0.95) 0px,
    rgba(89, 196, 228, 0.95) 100%
  );
}

.panel.panel-category {
  height: 280px;
  background-color: unset;
  background-size: cover;
  background-position: center center;
}

.panel.panel-item-sm {
  height: 320px;
}

.panel.panel-item-sm .item-thumbnail {
  height: 180px;
  background-color: unset;
  background-size: cover;
  background-position: center center;
}

.custom-control-indicator.top {
  top: 11px;
}

.overlay-dark-bottom {
  height: 100%;
  width: 100%;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.7) 5%,
    rgba(0, 0, 0, 0.5) 25%,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0),
    rgba(8, 61, 98, 0.1),
    rgba(0, 0, 0, 0)
  );
}

.overlay-gradient-left {
  height: 100%;
  width: 100%;
  background: linear-gradient(
    to right,
    rgba(40, 130, 190, 1) 5%,
    rgba(40, 130, 190, 0.8) 25%,
    rgba(89, 196, 228, 0.6) 50%,
    rgba(89, 196, 228, 0.4),
    rgba(89, 196, 228, 0.1),
    rgba(0, 0, 0, 0)
  );
}

.badge-white,
.label-white {
  border-color: #d6d6d6;
  background: #fff;
  color: #444444;
}

.badge-gradient,
.label-gradient {
  border: 0;
  border-color: none;
  background-image: -webkit-linear-gradient(
    60deg,
    rgba(40, 130, 190, 0.95) 0px,
    rgba(89, 196, 228, 0.95) 100%
  );
  color: #fff;
}

.line-dash {
  border: 1px dashed rgba(255, 255, 255, 0.6);
}

#nsbbox {
  z-index: 1000 !important;
}

.h-200 {
  height: 200px;
}

.h-250 {
  height: 250px;
}

.h-300 {
  height: 300px;
}

.h-400 {
  height: 400px;
}

.image-box {
  /* border-radius: 5px; */
  overflow: hidden;
  position: relative;
}

.image-box-xs {
  width: 70px;
  height: 50px;
}

.image-box-xs-square {
  width: 70px;
  height: 70px;
}

.image-box-md {
  width: 110px;
  height: 80px;
}

/* image container height when small (in mobile / mobile first)*/
.image-box-h-140,
.image-box-h-200,
.image-box-h-300,
.image-box-h-350 {
  width: auto;
  min-height: 200px;
}

.image-h-350 {
  height: 200px;
}

.image-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-gallery {
  background-color: aquamarine;
  display: flex;
  flex-direction: column;
}

.image-gallery .image-container-main {
  height: 200px;
  width: 100%;
}

.image-gallery .image-container-sub {
  height: 100px;
  width: 100%;
  display: flex;
  flex-direction: row;
}

.image-gallery .image-container-sub div {
  flex: 1;
}

.image- .map-detail {
  height: 200px;
}

.flex-0-0-auto {
  flex: 0 0 auto;
}

.slick-dots li {
  margin: 0 !important;
}

.slick-prev:before,
.slick-next:before {
  color: rgba(255, 255, 255, 0.8);
  font-size: 28px;
}

.slick-prev,
.slick-next {
  z-index: 2;
}

.slick-prev {
  left: 25px;
}

.slick-next {
  right: 25px;
}

@media (min-width: 576px) {
  #btn-main-search {
    width: auto !important;
  }

  .image-box-h-140 {
    min-height: 140px;
  }

  .image-box-h-200 {
    min-height: 200px;
  }

  .image-box-h-300 {
    min-height: 300px;
  }

  .image-box-h-350 {
    min-height: 350px;
  }

  .image-h-350 {
    height: 350px;
  }

  .image-gallery {
    flex-direction: row;
  }

  .image-gallery .image-container-main {
    -ms-flex: 0 0 66.666667%;
    flex-direction: 0 0 66.666667%;
    max-width: 66.666667%;
    height: 350px;
  }

  .image-gallery .image-container-sub {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    flex-direction: column;
    height: auto;
  }

  .map-detail {
    height: 300px;
  }

  .panel.panel-category {
    height: 350px;
  }
}

@media (min-width: 768px) {
  .frontend .px-navbar .navbar-collapse {
    background: transparent;
  }

  .frontend .px-navbar .navbar-form {
    padding-top: 18px;
  }

  .frontend .px-navbar-image {
    height: 28px;
    top: 30px;
  }

  .main-search {
    margin-bottom: 200px;
  }

  #btn-main-search {
    margin-left: -20px;
  }

  .section-crop {
    height: 25px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }

  .sticky {
    position: sticky;
    position: -webkit-sticky;
    top: 95px;
  }

  .sticky-filter {
    position: sticky;
    position: -webkit-sticky;
    top: 150px;
  }

  .frontend .px-navbar.dark .navbar-nav a {
    color: #fff;
  }
}

@media (min-width: 992px) {
  .section-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .p-y-section {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .main-search {
    margin-bottom: 250px;
  }
}

@media (max-width: 576px) {
  .panel-wide-block-sm {
    margin-left: -20px;
    margin-right: -20px;
    border-radius: 0;
  }

  .panel-wide-block-xs {
    margin-left: -20px;
    margin-right: -20px;
    border-radius: 0;
  }

  .panel.panel-wide-block-sm,
  .image-box.panel-wide-block-sm {
    border-radius: 0;
  }
}

@media (max-width: 767px) {
  .frontend .px-navbar .navbar-forms .form-control,
  .frontend .px-navbar .navbar-forms .form-group,
  .frontend .px-navbar .navbar-forms .input-group {
    width: 100% !important;
  }
}

.bg-white {
  background-color: #fff;
  color: #444444;
}

.bg-gradient {
  background-image: -webkit-linear-gradient(
    60deg,
    rgba(40, 130, 190, 0.95) 0px,
    rgba(89, 196, 228, 0.95) 100%
  );
  color: #fff !important;
}

.bg-image {
  background-size: cover;
  background-position: center center;
}

.bg-blackish {
  background-color: #4a4c4c !important;
  color: #fff !important;
}

.bg-blackish.darken {
  background-color: #444444 !important;
  color: #fff !important;
}

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

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

hr.light {
  border-color: rgba(255, 255, 255, 0.15);
}

hr.dark {
  border-color: rgba(0, 0, 0, 0.15);
}

.border-light {
  border-color: rgba(255, 255, 255, 0.15);
}

.border-dark {
  border-color: rgba(0, 0, 0, 0.15);
}

input.no-outline {
  border: 0;
  outline: none;
}

input.no-outline:focus {
  border: 0;
  outline: none;
}

.text-gradient {
  color: transparent;
  background: -webkit-linear-gradient(
    60deg,
    rgba(40, 130, 190, 1),
    rgba(89, 196, 228, 1)
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn-gradient {
  color: #fff;
  background: -webkit-linear-gradient(
    60deg,
    rgba(40, 130, 190, 0.95) 0px,
    rgba(89, 196, 228, 0.95) 100%
  );
  /* border: 1px solid rgb(56, 149, 211); */
  border: 0;
  transition: transform 0.3s ease-in-out;
}

.btn-gradient:hover {
  background: -webkit-linear-gradient(
    60deg,
    rgba(40, 130, 190, 1) 0px,
    rgba(89, 196, 228, 1) 100%
  );
  color: #fff;
  border: 0;
}

.btn.btn-icon-only {
  border: none;
  background: transparent;
  padding: 0;
}

.font-weight-strong {
  font-weight: 800 !important;
}

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

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

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

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

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

.m-x-05 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.m-y-05 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.m-t-05 {
  margin-top: 5px !important;
}

.m-b-05 {
  margin-bottom: 5px !important;
}

.m-r-05 {
  margin-right: 5px !important;
}

.m-l-05 {
  margin-left: 5px !important;
}

.m-b-5 {
  margin-bottom: 30px !important;
}

.m-t-5 {
  margin-top: 30px !important;
}

.m-l-5 {
  margin-left: 30px !important;
}

.m-r-5 {
  margin-right: 30px !important;
}

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

.m-y-5 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.m-x-5 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.m-b-6 {
  margin-bottom: 35px !important;
}

.m-t-6 {
  margin-top: 35px !important;
}

.m-l-6 {
  margin-left: 35px !important;
}

.m-r-6 {
  margin-right: 35px !important;
}

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

.m-y-6 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.m-x-6 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}

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

.p-x-05 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.p-y-05 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.p-t-05 {
  padding-top: 5px !important;
}

.p-b-05 {
  padding-bottom: 5px !important;
}

.p-r-05 {
  padding-right: 5px !important;
}

.p-l-05 {
  padding-left: 5px !important;
}

.p-b-5 {
  padding-bottom: 30px !important;
}

.p-t-5 {
  padding-top: 30px !important;
}

.p-l-5 {
  padding-left: 30px !important;
}

.p-r-5 {
  padding-right: 30px !important;
}

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

.p-y-5 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.p-x-5 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.p-b-6 {
  padding-bottom: 35px !important;
}

.p-t-6 {
  padding-top: 35px !important;
}

.p-l-6 {
  padding-left: 35px !important;
}

.p-r-6 {
  padding-right: 35px !important;
}

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

.p-y-6 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.p-x-6 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.p-y-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

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

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

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

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

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

.font-size-10 {
  font-size: 10px !important;
}

.font-size-11 {
  font-size: 11px !important;
}

.font-size-12 {
  font-size: 12px !important;
}

.font-size-13 {
  font-size: 12px !important;
}

.font-size-14 {
  font-size: 14px !important;
}

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

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

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

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

.font-size-26 {
  font-size: 26px !important;
}

.font-size-30 {
  font-size: 30px !important;
}

.font-size-32 {
  font-size: 32px !important;
}

.font-size-36 {
  font-size: 36px !important;
}

.font-size-38 {
  font-size: 38px !important;
}

.font-size-42 {
  font-size: 42px !important;
}

.font-size-46 {
  font-size: 46px !important;
}

.font-size-50 {
  font-size: 50px !important;
}

.font-size-54 {
  font-size: 54px !important;
}

.font-size-60 {
  font-size: 60px !important;
}

.font-size-66 {
  font-size: 66px !important;
}

.font-size-72 {
  font-size: 72px !important;
}

.font-size-80 {
  font-size: 80px !important;
}

.font-size-88 {
  font-size: 88px !important;
}

.font-size-96 {
  font-size: 96px !important;
}

.line-height-1-1 {
  line-height: 1.1 !important;
}

.line-height-1-2 {
  line-height: 1.2 !important;
}

.line-height-1-3 {
  line-height: 1.3 !important;
}

.line-height-1-4 {
  line-height: 1.4 !important;
}

.line-height-1-5 {
  line-height: 1.5 !important;
}

.line-height-1-6 {
  line-height: 1.6 !important;
}

.line-height-1-7 {
  line-height: 1.7 !important;
}

.line-height-1-8 {
  line-height: 1.8 !important;
}

.line-height-1-9 {
  line-height: 1.9 !important;
}

.line-height-2 {
  line-height: 2 !important;
}

.line-height-2-1 {
  line-height: 2.1 !important;
}

.line-height-2-2 {
  line-height: 2.2 !important;
}

.line-height-2-3 {
  line-height: 2.3 !important;
}

.line-height-2-3 {
  line-height: 2.3 !important;
}

.line-height-2-4 {
  line-height: 2.4 !important;
}

.line-height-2-5 {
  line-height: 2.5 !important;
}

.line-height-2-6 {
  line-height: 2.6 !important;
}

.line-height-2-7 {
  line-height: 2.7 !important;
}

.line-height-2-8 {
  line-height: 2.8 !important;
}

.line-height-2-9 {
  line-height: 2.9 !important;
}

.line-height-3 {
  line-height: 3 !important;
}

.relative {
  position: relative !important;
}

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

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

.b-rad-0 {
  border-radius: 0 !important;
}

.b-rad-05 {
  border-radius: 5px !important;
}

.b-rad-1 {
  border-radius: 10px !important;
}

.b-rad-2 {
  border-radius: 15px !important;
}

.b-rad-3 {
  border-radius: 20px !important;
}

.b-rad-4 {
  border-radius: 25px !important;
}

.b-rad-5 {
  border-radius: 30px !important;
}

.b-rad-full {
  border-radius: 999px !important;
}

.b-rad-tl-05,
.b-rad-lt-05 {
  border-top-left-radius: 5px !important;
}

.b-rad-tr-05,
.b-rad-rt-05 {
  border-top-right-radius: 5px !important;
}

.b-rad-bl-05,
.b-rad-lb-05 {
  border-bottom-left-radius: 5px !important;
}

.b-rad-br-05,
.b-rad-rb-05 {
  border-bottom-right-radius: 5px !important;
}

.b-rad-tl-1,
.b-rad-lt-1 {
  border-top-left-radius: 10px !important;
}

.b-rad-tr-1,
.b-rad-rt-1 {
  border-top-right-radius: 10px !important;
}

.b-rad-bl-1,
.b-rad-lb-1 {
  border-bottom-left-radius: 10px !important;
}

.b-rad-br-1,
.b-rad-rb-1 {
  border-bottom-right-radius: 10px !important;
}

.b-rad-tl-2,
.b-rad-lt-2 {
  border-top-left-radius: 15px !important;
}

.b-rad-tr-2,
.b-rad-rt-2 {
  border-top-right-radius: 15px !important;
}

.b-rad-bl-2,
.b-rad-lb-2 {
  border-bottom-left-radius: 15px !important;
}

.b-rad-br-2,
.b-rad-rb-2 {
  border-bottom-right-radius: 15px !important;
}

.b-rad-tl-3,
.b-rad-lt-3 {
  border-top-left-radius: 20px !important;
}

.b-rad-tr-3,
.b-rad-rt-3 {
  border-top-right-radius: 20px !important;
}

.b-rad-bl-3,
.b-rad-lb-3 {
  border-bottom-left-radius: 20px !important;
}

.b-rad-br-3,
.b-rad-rb-3 {
  border-bottom-right-radius: 20px !important;
}

.b-rad-tl-4,
.b-rad-lt-4 {
  border-top-left-radius: 25px !important;
}

.b-rad-tr-4,
.b-rad-rt-4 {
  border-top-right-radius: 25px !important;
}

.b-rad-bl-4,
.b-rad-lb-4 {
  border-bottom-left-radius: 25px !important;
}

.b-rad-br-4,
.b-rad-rb-4 {
  border-bottom-right-radius: 25px !important;
}

.b-rad-tl-5,
.b-rad-lt-5 {
  border-top-left-radius: 30px !important;
}

.b-rad-tr-5,
.b-rad-rt-5 {
  border-top-right-radius: 30px !important;
}

.b-rad-bl-5,
.b-rad-lb-5 {
  border-bottom-left-radius: 30px !important;
}

.b-rad-br-5,
.b-rad-rb-5 {
  border-bottom-right-radius: 30px !important;
}

/*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/) (FLEX display ONLY)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-wd: 1400px;
}

.frow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -11px;
  margin-left: -11px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .fcol,
.no-gutters > [class*="fcol-"] {
  padding-right: 0;
  padding-left: 0;
}

.fcol-1,
.fcol-2,
.fcol-3,
.fcol-4,
.fcol-5,
.fcol-6,
.fcol-7,
.fcol-8,
.fcol-9,
.fcol-10,
.fcol-11,
.fcol-12,
.fcol,
.fcol-auto,
.fcol-sm-1,
.fcol-sm-2,
.fcol-sm-3,
.fcol-sm-4,
.fcol-sm-5,
.fcol-sm-6,
.fcol-sm-7,
.fcol-sm-8,
.fcol-sm-9,
.fcol-sm-10,
.fcol-sm-11,
.fcol-sm-12,
.fcol-sm,
.fcol-sm-auto,
.fcol-md-1,
.fcol-md-2,
.fcol-md-3,
.fcol-md-4,
.fcol-md-5,
.fcol-md-6,
.fcol-md-7,
.fcol-md-8,
.fcol-md-9,
.fcol-md-10,
.fcol-md-11,
.fcol-md-12,
.fcol-md,
.fcol-md-auto,
.fcol-lg-1,
.fcol-lg-2,
.fcol-lg-3,
.fcol-lg-4,
.fcol-lg-5,
.fcol-lg-6,
.fcol-lg-7,
.fcol-lg-8,
.fcol-lg-9,
.fcol-lg-10,
.fcol-lg-11,
.fcol-lg-12,
.fcol-lg,
.fcol-lg-auto,
.fcol-xl-1,
.fcol-xl-2,
.fcol-xl-3,
.fcol-xl-4,
.fcol-xl-5,
.fcol-xl-6,
.fcol-xl-7,
.fcol-xl-8,
.fcol-xl-9,
.fcol-xl-10,
.fcol-xl-11,
.fcol-xl-12,
.fcol-xl,
.fcol-xl-auto,
.fcol-wd-1,
.fcol-wd-2,
.fcol-wd-3,
.fcol-wd-4,
.fcol-wd-5,
.fcol-wd-6,
.fcol-wd-7,
.fcol-wd-8,
.fcol-wd-9,
.fcol-wd-10,
.fcol-wd-11,
.fcol-wd-12,
.fcol-wd,
.fcol-wd-auto {
  position: relative;
  width: 100%;
  padding-right: 11px;
  padding-left: 11px;
}

.fcol {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}

.frow-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.frow-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.frow-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.frow-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.frow-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.frow-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.fcol-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.fcol-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.fcol-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.fcol-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.fcol-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.fcol-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.fcol-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.fcol-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.fcol-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.fcol-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.fcol-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.fcol-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.fcol-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.foffset-1 {
  margin-left: 8.333333%;
}

.foffset-2 {
  margin-left: 16.666667%;
}

.foffset-3 {
  margin-left: 25%;
}

.foffset-4 {
  margin-left: 33.333333%;
}

.foffset-5 {
  margin-left: 41.666667%;
}

.foffset-6 {
  margin-left: 50%;
}

.foffset-7 {
  margin-left: 58.333333%;
}

.foffset-8 {
  margin-left: 66.666667%;
}

.foffset-9 {
  margin-left: 75%;
}

.foffset-10 {
  margin-left: 83.333333%;
}

.foffset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .fcol-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .frow-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .frow-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .frow-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .frow-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .frow-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .frow-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .fcol-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .fcol-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .fcol-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .fcol-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .fcol-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .fcol-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .fcol-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .fcol-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .fcol-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .fcol-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .fcol-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .fcol-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .fcol-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .foffset-sm-0 {
    margin-left: 0;
  }

  .foffset-sm-1 {
    margin-left: 8.333333%;
  }

  .foffset-sm-2 {
    margin-left: 16.666667%;
  }

  .foffset-sm-3 {
    margin-left: 25%;
  }

  .foffset-sm-4 {
    margin-left: 33.333333%;
  }

  .foffset-sm-5 {
    margin-left: 41.666667%;
  }

  .foffset-sm-6 {
    margin-left: 50%;
  }

  .foffset-sm-7 {
    margin-left: 58.333333%;
  }

  .foffset-sm-8 {
    margin-left: 66.666667%;
  }

  .foffset-sm-9 {
    margin-left: 75%;
  }

  .foffset-sm-10 {
    margin-left: 83.333333%;
  }

  .foffset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .fcol-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .frow-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .frow-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .frow-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .frow-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .frow-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .frow-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .fcol-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .fcol-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .fcol-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .fcol-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .fcol-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .fcol-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .fcol-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .fcol-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .fcol-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .fcol-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .fcol-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .fcol-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .fcol-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .foffset-md-0 {
    margin-left: 0;
  }

  .foffset-md-1 {
    margin-left: 8.333333%;
  }

  .foffset-md-2 {
    margin-left: 16.666667%;
  }

  .foffset-md-3 {
    margin-left: 25%;
  }

  .foffset-md-4 {
    margin-left: 33.333333%;
  }

  .foffset-md-5 {
    margin-left: 41.666667%;
  }

  .foffset-md-6 {
    margin-left: 50%;
  }

  .foffset-md-7 {
    margin-left: 58.333333%;
  }

  .foffset-md-8 {
    margin-left: 66.666667%;
  }

  .foffset-md-9 {
    margin-left: 75%;
  }

  .foffset-md-10 {
    margin-left: 83.333333%;
  }

  .foffset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .fcol-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .frow-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .frow-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .frow-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .frow-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .frow-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .frow-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .fcol-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .fcol-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .fcol-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .fcol-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .fcol-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .fcol-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .fcol-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .fcol-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .fcol-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .fcol-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .fcol-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .fcol-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .fcol-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .foffset-lg-0 {
    margin-left: 0;
  }

  .foffset-lg-1 {
    margin-left: 8.333333%;
  }

  .foffset-lg-2 {
    margin-left: 16.666667%;
  }

  .foffset-lg-3 {
    margin-left: 25%;
  }

  .foffset-lg-4 {
    margin-left: 33.333333%;
  }

  .foffset-lg-5 {
    margin-left: 41.666667%;
  }

  .foffset-lg-6 {
    margin-left: 50%;
  }

  .foffset-lg-7 {
    margin-left: 58.333333%;
  }

  .foffset-lg-8 {
    margin-left: 66.666667%;
  }

  .foffset-lg-9 {
    margin-left: 75%;
  }

  .foffset-lg-10 {
    margin-left: 83.333333%;
  }

  .foffset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .fcol-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .frow-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .frow-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .frow-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .frow-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .frow-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .frow-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .fcol-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .fcol-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .fcol-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .fcol-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .fcol-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .fcol-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .fcol-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .fcol-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .fcol-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .fcol-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .fcol-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .fcol-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .fcol-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .foffset-xl-0 {
    margin-left: 0;
  }

  .foffset-xl-1 {
    margin-left: 8.333333%;
  }

  .foffset-xl-2 {
    margin-left: 16.666667%;
  }

  .foffset-xl-3 {
    margin-left: 25%;
  }

  .foffset-xl-4 {
    margin-left: 33.333333%;
  }

  .foffset-xl-5 {
    margin-left: 41.666667%;
  }

  .foffset-xl-6 {
    margin-left: 50%;
  }

  .foffset-xl-7 {
    margin-left: 58.333333%;
  }

  .foffset-xl-8 {
    margin-left: 66.666667%;
  }

  .foffset-xl-9 {
    margin-left: 75%;
  }

  .foffset-xl-10 {
    margin-left: 83.333333%;
  }

  .foffset-xl-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1400px) {
  .fcol-wd {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .frow-cols-wd-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .frow-cols-wd-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .frow-cols-wd-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .frow-cols-wd-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .frow-cols-wd-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .frow-cols-wd-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .fcol-wd-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .fcol-wd-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .fcol-wd-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .fcol-wd-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .fcol-wd-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .fcol-wd-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .fcol-wd-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .fcol-wd-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .fcol-wd-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .fcol-wd-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .fcol-wd-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .fcol-wd-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .fcol-wd-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-wd-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-wd-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-wd-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-wd-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-wd-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-wd-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-wd-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-wd-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-wd-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-wd-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-wd-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-wd-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-wd-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-wd-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-wd-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .foffset-wd-0 {
    margin-left: 0;
  }

  .foffset-wd-1 {
    margin-left: 8.333333%;
  }

  .foffset-wd-2 {
    margin-left: 16.666667%;
  }

  .foffset-wd-3 {
    margin-left: 25%;
  }

  .foffset-wd-4 {
    margin-left: 33.333333%;
  }

  .foffset-wd-5 {
    margin-left: 41.666667%;
  }

  .foffset-wd-6 {
    margin-left: 50%;
  }

  .foffset-wd-7 {
    margin-left: 58.333333%;
  }

  .foffset-wd-8 {
    margin-left: 66.666667%;
  }

  .foffset-wd-9 {
    margin-left: 75%;
  }

  .foffset-wd-10 {
    margin-left: 83.333333%;
  }

  .foffset-wd-11 {
    margin-left: 91.666667%;
  }
}

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

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

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

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

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

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

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

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

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

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

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

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

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

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

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

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

.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: -ms-flexbox !important;
  display: flex !important;
}

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

.flex-1 {
  flex: 1 !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: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }

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

@media (min-width: 1200px) {
  .d-wd-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-wd-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-wd-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
/*!
 * End og Bootstrap Grid System
 */
