@charset "UTF-8";
/*------------------------------------------------------------------------------
	Template Name: Starter Project Template.
-------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,600,700|Work+Sans:400,500,600,700,800&display=swap");
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,600,700|Work+Sans:400,500,600,700,800&display=swap");
/* Default Css */
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,600,700|Work+Sans:400,500,600,700,800&display=swap");
/* COLORS */
/* FONT SIZES */
/* FONT WEIGHTS */
a:active, a:focus, a:hover,
button:active,
button:focus,
button:hover {
  text-decoration: none;
}

p {
  font-size: 0.9375rem;
  margin-bottom: 1rem;
  color: #000000;
  margin-top: 0;
  line-height: 1.7;
}
p > a {
  text-decoration: underline;
  color: #000000;
}
p > a.btn {
  text-decoration: none;
}
p > a:active, p > a:focus, p > a:hover {
  color: #000000;
}
p > .btn {
  text-decoration: none;
}

.last-p-mb0 p:last-of-type {
  margin-bottom: 0;
}

.last-child-mb0 *:last-child {
  margin-bottom: 0;
}

.read-more,
.back-overview {
  color: #7b7b7b;
}
.read-more:hover, .read-more:focus, .read-more:active,
.back-overview:hover,
.back-overview:focus,
.back-overview:active {
  color: #626262;
  text-decoration: underline;
}

.read-more:after {
  content: " »";
}

.back-overview:before {
  content: "«";
}

.hover-underline:hover, .hover-underline:focus, .hover-underline:active {
  text-decoration: underline;
}

/* LISTS */
ul {
  padding-left: 0;
}
ul li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 20px;
  list-style-type: none;
}
ul li a {
  color: #000000;
}
ul li a:active, ul li a:focus, ul li a:hover {
  color: black;
}
ul li:before {
  content: "";
  height: 6px;
  width: 6px;
  border-radius: 100%;
  background-color: #000000;
  position: absolute;
  left: 0;
  top: 10px;
}
ul.no-style {
  padding-left: 0;
}
ul.no-style li {
  padding-left: 0;
  list-style: none;
}
ul.no-style li:before {
  content: none;
}
ul.list-horizontal {
  display: inline-block;
}
ul.list-horizontal li {
  display: inline-block;
  margin-bottom: 0;
  padding-left: 0;
}
ul.list-dash > li:not(:last-child):after {
  content: "-";
  padding-left: 4px;
  padding-right: 4px;
  color: inherit;
}
ul.list-line > li:not(:last-child):after {
  content: "|";
  padding-left: 4px;
  padding-right: 4px;
  color: inherit;
}
ul.two-columns {
  -o-column-count: 2;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
@media all and (max-width: 768px) {
  ul.two-columns {
    -o-column-count: 1;
    -moz-column-count: 1;
         column-count: 1;
  }
}

ol {
  padding-left: 15px;
}
ol li {
  padding-left: 8px;
}
ol li:not(:last-child) {
  margin-bottom: 10px;
}
ol li::marker {
  font-weight: 500;
  color: #000000;
}
ol li a {
  color: #000000;
  text-decoration: underline;
}
ol li a:active, ol li a:focus, ol li a:hover {
  color: #000000;
  text-decoration: underline;
}
ol ol {
  margin-top: 5px;
}

blockquote {
  border-left: 5px solid #4b78c5;
  padding-left: 50px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-weight: 500;
}

h1 {
  color: #4b78c5;
  margin-bottom: 25px;
  font-size: 2.5rem;
  line-height: 1.2;
}

h2 {
  font-size: 2em;
}

h3 {
  color: pink;
  font-size: 1.8em;
  margin-bottom: 0;
}

h4 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  line-height: 1.2;
  color: #4b78c5;
}

h5 {
  margin-bottom: 18px;
  font-size: 0.9375rem;
}

h6 {
  font-size: 0.9375rem;
  text-decoration: underline;
}

.btn,
.link-arrow {
  font-size: 0.9375rem;
  font-weight: 500;
}

.btn {
  border: none;
  border-radius: 0;
  padding: 8px 13px;
  width: auto;
  background-color: #4b78c5;
  color: white;
  border: 2px solid #4b78c5;
  transition: all 0.2s ease;
}
.btn:active, .btn:focus, .btn:hover {
  background-color: #3c6bba;
  border-color: #3c6bba;
  color: white;
}
.btn:active {
  box-shadow: none;
  transform: translateY(2px);
}
.btn.btn-white-bordered {
  background-color: transparent;
  color: white;
  border: 2px solid #ffffff;
  transition: all 0.2s ease;
}
.btn.btn-white-bordered:active, .btn.btn-white-bordered:focus, .btn.btn-white-bordered:hover {
  background-color: white;
  border-color: white;
  color: #000000;
  box-shadow: none;
  transform: translateY(2px);
}
.btn.btn-red-bordered {
  background-color: transparent;
  color: #ff0000;
  border: 2px solid #ff0000;
  transition: all 0.2s ease;
}
.btn.btn-red-bordered:active, .btn.btn-red-bordered:focus, .btn.btn-red-bordered:hover {
  background-color: #ff0000;
  border-color: #ff0000;
  color: #ffffff;
  box-shadow: none;
  transform: translateY(2px);
}
.btn.btn-black-bordered {
  background-color: transparent;
  color: #000000;
  border: 2px solid #000000;
  transition: all 0.2s ease;
}
.btn.btn-black-bordered:active, .btn.btn-black-bordered:focus, .btn.btn-black-bordered:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
  box-shadow: none;
  transform: translateY(2px);
}

.link-arrow {
  display: inline-block;
  position: relative;
  padding-left: 50px;
  color: #000000;
}
.link-arrow > span {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: left 0.3s ease-in-out;
}
.link-arrow:hover, .link-arrow:focus, .link-arrow:active {
  color: black;
}
.link-arrow:hover > span, .link-arrow:focus > span, .link-arrow:active > span {
  left: 5px;
}

img {
  max-width: 100%;
}

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

.img-background {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  transition: height 0.3s ease;
}

.img-effect {
  position: relative;
  display: block;
}
.img-effect:before {
  content: "";
  position: absolute;
  background-color: #ffffff;
  opacity: 0.1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: opacity 0.3s ease-in-out;
}
.img-effect:active:before, .img-effect:focus:before, .img-effect:hover:before {
  opacity: 0;
}

@media all and (min-width: 992px) {
  .img-right {
    width: 450px;
    float: right;
    margin: 0 0 20px 20px;
  }
}
.indicators {
  height: 50px;
  line-height: 50px;
}

@media (min-width: 768px) {
  .modal .modal-dialog {
    max-width: 600px;
  }
}
.modal .modal-close button {
  background: none;
}
.modal .modal-header,
.modal .modal-footer {
  justify-content: center;
  border: 0;
}
.modal .modal-content {
  background: #ffffff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.modal .modal-content .modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  color: #7b7b7b;
  border: none;
}
.modal .modal-content .modal-body img,
.modal .modal-content .modal-body video {
  width: 100%;
  max-width: 100%;
  margin: 0 0 25px;
}
.modal .modal-content .modal-body img {
  width: auto;
  max-height: 50vh;
  height: auto;
}

.modal-backdrop.show {
  opacity: 0.2;
}

input[type=text],
input[type=email],
input[type=password],
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ffffff;
  border: 1px solid #000000;
  padding: 8px;
  color: #000000;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #7b7b7b;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #7b7b7b;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #7b7b7b;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #7b7b7b;
}

textarea {
  resize: none;
  height: 150px;
}

label {
  font-weight: 400;
}
label a {
  color: #ff0000;
  text-decoration: underline;
}
label a:active, label a:focus, label a:hover {
  color: #ff0000;
  text-decoration: underline;
}

.form-gdpr {
  padding-left: 20px;
  position: relative;
  font-weight: 400;
}
.form-gdpr > input {
  position: absolute;
  left: 0;
  top: 0;
}

@media all and (max-width: 768px) {
  .g-recaptcha > div {
    margin: 0 auto;
  }
}

input,
select,
textarea {
  width: 100%;
}

input[type=checkbox],
input[type=radio] {
  width: auto;
}

select::-ms-expand {
  display: none;
}

input[type=text],
input[type=email],
input[type=password] {
  transition-delay: 99999s;
}

.form-error {
  color: #ff0000;
  display: block;
  margin-top: 5px;
  font-size: 0.75rem;
}

.successmsg {
  padding: 10px;
  background-color: green;
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
}

.show-search {
  display: inline-block;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.15s ease;
}
.show-search input {
  width: 0;
  border: none;
  background-color: #f7f7f7;
  border-radius: 20px;
  height: 45px;
  transition: width 0.15s ease;
  font-size: 0.75rem;
  padding: 0;
}
.show-search input::-ms-clear {
  display: none;
}
.show-search .icon-close {
  position: absolute;
  top: 50%;
  right: 20px;
  color: #000000;
  transform: translateY(-50%);
  opacity: 0;
}
.show-search .icon-close:focus, .show-search .icon-close:hover {
  cursor: pointer;
}
.show-search.shown {
  opacity: 1;
  z-index: 1;
}
.show-search.shown input {
  padding: 8px 20px;
  width: 200px;
}
@media (max-width: 1199px) {
  .show-search.shown input {
    width: 150px;
  }
}
@media (max-width: 991px) {
  .show-search.shown input {
    width: 100px;
  }
}
.show-search.shown .icon-close {
  opacity: 1;
}

.searchform button {
  border: 0;
  border-right: 1px solid #000000;
  background-color: transparent;
}

.contact-extra {
  display: none;
}

@media (max-width: 767px) {
  .top-nav,
  .head-nav {
    display: none;
  }
}

.head-nav {
  z-index: 16;
  box-shadow: 0px 3px 15px rgba(182, 204, 194, 0.2);
}

.list-navigation li:not(:last-child) {
  margin-right: 20px;
}
.list-navigation li a {
  color: #000000;
  font-weight: 500;
  font-size: 1.125rem;
}
.list-navigation li a.active {
  color: #ff0000;
  text-decoration: underline;
}
.list-navigation li a:hover, .list-navigation li a:focus, .list-navigation li a:active {
  text-decoration: underline;
}
@media (max-width: 1199px) {
  .list-navigation li:not(:last-child) {
    margin-right: 15px;
  }
}
@media (max-width: 991px) {
  .list-navigation li:not(:last-child) {
    margin-right: 10px;
  }
  .list-navigation li a {
    font-size: 0.9375rem;
  }
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown .dropdown-menu {
  border-radius: 0;
  background-color: #ffffff;
  border: none;
  padding: 0;
  margin: 0;
  padding-top: 5px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 8px 6px -6px #f7f7f7;
}
.dropdown .dropdown-menu a {
  color: #000000;
  font-size: 0.9375rem;
  text-align: left;
  border-left: 4px solid #ff0000;
  padding: 10px 8px;
}
.dropdown .dropdown-menu a.active {
  background-color: #ff0000;
  color: #ffffff;
}
.dropdown .dropdown-menu.dropdown-menu-languages {
  min-width: 50px;
  padding-top: 0;
}
.dropdown .dropdown-menu.dropdown-menu-languages a {
  text-align: center;
  border: 0;
}
.dropdown .dropdown-menu.dropdown-menu-languages a:hover, .dropdown .dropdown-menu.dropdown-menu-languages a:focus, .dropdown .dropdown-menu.dropdown-menu-languages a:active {
  background-color: #f7f7f7;
  color: #000000;
}

.menu-navigation {
  position: relative;
}
.menu-navigation .menu-navigation-inner {
  max-height: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 2;
  background-color: #ffffff;
  border: solid 0px #ffffff;
  margin-top: -1px;
  overflow: hidden;
  transition-delay: 0.1s;
  transform: translateZ(0);
  transform-style: preserve-3d;
  box-shadow: 0px 3px 15px rgba(182, 204, 194, 0.2);
}
.menu-navigation .menu-navigation-inner.show {
  max-height: 500px;
  z-index: 3;
  border-width: 1px;
}
.menu-navigation .menu-navigation-inner:hover {
  max-height: 500px;
  z-index: 3;
  border-width: 1px;
}
.menu-navigation .menu-navigation-inner .menu-navigation-container {
  will-change: true;
  display: block;
  padding: 25px 50px;
  box-shadow: 0px 3px 15px rgba(182, 204, 194, 0.2);
}

.mobile-sticky-nav {
  z-index: 16;
}

.menu-link {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  position: relative;
}
.menu-link .bar {
  width: 20px;
  height: 2px;
  margin-bottom: 5px;
  background-color: #4b78c5;
  display: block;
  transition: all 0.2s ease;
}
.menu-link .bar:last-of-type {
  margin-bottom: 0;
}
.menu-link.active .bar:first-of-type {
  transform: translateY(7px) rotate(45deg);
}
.menu-link.active .bar:nth-of-type(2) {
  width: 0;
  margin-left: 10px;
}
.menu-link.active .bar:nth-of-type(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-nav {
  padding: 0;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100%;
  transition: left 0.3s ease;
  z-index: 16;
  overflow-y: scroll;
  opacity: 0;
  padding-top: 50px;
  left: -80vw;
}
.mobile-nav ul li {
  margin: 0;
}
.mobile-nav ul li a {
  background-color: white;
  border-bottom: 1px solid #f7f7f7;
  display: block;
  padding: 15px;
  color: #000000;
}
.mobile-nav ul li a.active, .mobile-nav ul li a:active, .mobile-nav ul li a:focus, .mobile-nav ul li a:hover {
  background-color: #f7f7f7;
  color: #000000;
}
.mobile-nav ul li a.active {
  background-color: #ff0000;
  color: #ffffff;
  font-weight: 700;
}
.mobile-nav ul li ul {
  padding: 0;
}
.mobile-nav ul li ul li a {
  background-color: #ffffff;
  padding-left: 20px;
  font-size: 0.75rem;
  font-weight: 400;
}
.mobile-nav ul li ul li a:active, .mobile-nav ul li ul li a:focus, .mobile-nav ul li ul li a:hover {
  background-color: #ffffff;
  color: #4b78c5;
}
.mobile-nav ul li ul li a.active {
  text-transform: none;
  color: #4b78c5;
  background-color: #f7f7f7;
}
.mobile-nav ul li ul li ul {
  padding: 0;
}
.mobile-nav ul li ul li ul li a {
  padding-left: 30px;
  font-size: 0.625rem;
  background-color: white;
}
.mobile-nav ul li ul li ul li ul {
  padding: 0;
}
.mobile-nav ul li ul li ul li ul li a {
  padding-left: 40px;
  background-color: #fafafa;
}
.mobile-nav .li-languages li a {
  color: #6db3ce;
  border: 0;
  width: 50%;
  float: left;
  text-align: center;
}
.mobile-nav .li-languages li a.active {
  background-color: #6db3ce;
  color: #296379;
}
.mobile-nav.open {
  position: fixed;
  top: 0px;
  bottom: 0px;
  height: 100%;
  left: 0px;
  width: 80vw;
  transition: left 300ms ease 0s;
  opacity: 1;
}

.pagination {
  padding: 10px 0;
}
.pagination > li {
  margin-bottom: 0;
  display: inline-block;
}
.pagination > li.disabled a {
  background-color: transparent;
}
.pagination > li a {
  border: solid 0 transparent;
  color: #ffffff;
  width: 25px;
  height: 25px;
  border-radius: 0;
  text-align: center;
  line-height: 25px;
  background-color: #000000;
  font-size: 0.75rem;
  padding: 0;
  float: none;
  display: block;
  position: relative;
}
.pagination > li a.active, .pagination > li a:active, .pagination > li a:focus, .pagination > li a:hover {
  border: none;
  z-index: 2;
  background-color: pink;
}
.pagination > li a {
  margin: 0 5px;
}

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

.icon-twitter:before {
  content: "\e900";
}

.icon-linkedin:before {
  content: "\e901";
}

.icon-instagram:before {
  content: "\e902";
}

.icon-facebook:before {
  content: "\e903";
}

.icon-mail:before {
  content: "\e904";
}

.icon-phone:before {
  content: "\e905";
}

.icon-arrow-right:before {
  content: "\e906";
}

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

.h100vh {
  height: 100vh;
}

.m0-auto {
  margin: 0 auto;
}

.z1 {
  z-index: 1;
}

.z2 {
  z-index: 2;
}

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

.ls-1 {
  letter-spacing: 1px;
}

.opacity-1 {
  transition: opacity 0.3s ease;
  opacity: 1;
}

.opacity-0 {
  opacity: 0 !important;
}

.absolute-centered {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.absolute-xcentered {
  left: 50%;
  transform: translateX(-50%);
}

.absolute-ycentered {
  top: 50%;
  transform: translateY(-50%);
}

.plcontainer {
  padding-left: calc((100% - 1140px) / 2);
}
@media (max-width: 1199px) {
  .plcontainer {
    padding-left: calc((100% - 940px) / 2);
  }
}
@media (max-width: 991px) {
  .plcontainer {
    padding-left: calc((100% - 710px) / 2);
  }
}
@media (max-width: 767px) {
  .plcontainer {
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .plcontainer-md {
    padding-left: calc((100% - 1140px) / 2);
  }
}

@media (min-width: 992px) {
  .plcontainer-sm {
    padding-left: calc((100% - 710px) / 2);
  }
}

.prcontainer {
  padding-right: calc((100% - 1140px) / 2);
}
@media (max-width: 1199px) {
  .prcontainer {
    padding-right: calc((100% - 940px) / 2);
  }
}
@media (max-width: 991px) {
  .prcontainer {
    padding-right: calc((100% - 710px) / 2);
  }
}
@media (max-width: 767px) {
  .prcontainer {
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .prcontainer-md {
    padding-right: calc((100% - 1140px) / 2);
  }
}

@media (max-width: 991px) {
  .prcontainer-sm {
    padding-right: calc((100% - 710px) / 2);
  }
}
@media (max-width: 767px) {
  .prcontainer-sm {
    padding-right: 15px;
  }
}

@media all and (min-width: 768px) {
  .align-center {
    display: flex;
    align-items: center;
  }
}

@media all and (min-width: 991px) {
  .align-center-md {
    display: flex;
    align-items: center;
  }
}

@media all and (min-width: 768px) {
  .align-baseline {
    display: flex;
    align-items: baseline;
  }
}

@media all and (min-width: 991px) {
  .align-baseline-md {
    display: flex;
    align-items: baseline;
  }
}

.border-right-red:after {
  content: "";
  width: 75px;
  height: 100%;
  background-color: #ff0000;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 575px) {
  .border-right-red:after {
    width: 50px;
  }
}

.hover-white:hover, .hover-white:focus, .hover-white:active {
  color: #ffffff;
}

.fill-white {
  fill: #ffffff;
}

.hr-white {
  border-top-color: #ffffff;
}

.hover-background-white:hover, .hover-background-white:focus, .hover-background-white:active {
  background-color: #ffffff;
}

.hover-text-white:hover, .hover-text-white:focus, .hover-text-white:active {
  color: #ffffff;
}

.hover-black:hover, .hover-black:focus, .hover-black:active {
  color: #000000;
}

.fill-black {
  fill: #000000;
}

.hr-black {
  border-top-color: #000000;
}

.hover-background-black:hover, .hover-background-black:focus, .hover-background-black:active {
  background-color: #000000;
}

.hover-text-black:hover, .hover-text-black:focus, .hover-text-black:active {
  color: #000000;
}

.hover-grey:hover, .hover-grey:focus, .hover-grey:active {
  color: #f7f7f7;
}

.fill-grey {
  fill: #f7f7f7;
}

.hr-grey {
  border-top-color: #f7f7f7;
}

.hover-background-grey:hover, .hover-background-grey:focus, .hover-background-grey:active {
  background-color: #f7f7f7;
}

.hover-text-grey:hover, .hover-text-grey:focus, .hover-text-grey:active {
  color: #f7f7f7;
}

.hover-darkgrey:hover, .hover-darkgrey:focus, .hover-darkgrey:active {
  color: #7b7b7b;
}

.fill-darkgrey {
  fill: #7b7b7b;
}

.hr-darkgrey {
  border-top-color: #7b7b7b;
}

.hover-background-darkgrey:hover, .hover-background-darkgrey:focus, .hover-background-darkgrey:active {
  background-color: #7b7b7b;
}

.hover-text-darkgrey:hover, .hover-text-darkgrey:focus, .hover-text-darkgrey:active {
  color: #7b7b7b;
}

.hover-blue:hover, .hover-blue:focus, .hover-blue:active {
  color: #4b78c5;
}

.fill-blue {
  fill: #4b78c5;
}

.hr-blue {
  border-top-color: #4b78c5;
}

.hover-background-blue:hover, .hover-background-blue:focus, .hover-background-blue:active {
  background-color: #4b78c5;
}

.hover-text-blue:hover, .hover-text-blue:focus, .hover-text-blue:active {
  color: #4b78c5;
}

.hover-lightblue:hover, .hover-lightblue:focus, .hover-lightblue:active {
  color: #6db3ce;
}

.fill-lightblue {
  fill: #6db3ce;
}

.hr-lightblue {
  border-top-color: #6db3ce;
}

.hover-background-lightblue:hover, .hover-background-lightblue:focus, .hover-background-lightblue:active {
  background-color: #6db3ce;
}

.hover-text-lightblue:hover, .hover-text-lightblue:focus, .hover-text-lightblue:active {
  color: #6db3ce;
}

.hover-red:hover, .hover-red:focus, .hover-red:active {
  color: #ff0000;
}

.fill-red {
  fill: #ff0000;
}

.hr-red {
  border-top-color: #ff0000;
}

.hover-background-red:hover, .hover-background-red:focus, .hover-background-red:active {
  background-color: #ff0000;
}

.hover-text-red:hover, .hover-text-red:focus, .hover-text-red:active {
  color: #ff0000;
}

.text-huge {
  font-size: 1.875rem;
}
.text-huge p {
  font-size: 1.875rem;
}

.text-big {
  font-size: 1.5625rem;
}
.text-big p {
  font-size: 1.5625rem;
}

.text-large {
  font-size: 1.5rem;
}
.text-large p {
  font-size: 1.5rem;
}

.text-greater {
  font-size: 1.25rem;
}
.text-greater p {
  font-size: 1.25rem;
}

.text-great {
  font-size: 1.125rem;
}
.text-great p {
  font-size: 1.125rem;
}

.text-base {
  font-size: 0.9375rem;
}
.text-base p {
  font-size: 0.9375rem;
}

.text-small {
  font-size: 0.75rem;
}
.text-small p {
  font-size: 0.75rem;
}

.text-xsmall {
  font-size: 0.625rem;
}
.text-xsmall p {
  font-size: 0.625rem;
}

.text-thin {
  font-weight: 300 !important;
}
.text-thin p {
  font-weight: 300;
}

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

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

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

.text-no-transform {
  text-transform: none;
}

.text-underline {
  text-decoration: underline;
}
.text-underline:active, .text-underline:focus, .text-underline:hover {
  text-decoration: underline;
}

.mt20 {
  margin-top: 20px;
}

.w_-1 {
  width: -1px;
}

.h_-1 {
  height: -1px;
}

.pb-1 {
  padding-bottom: -1px;
}

.l-1 {
  left: -1px;
}

.l_-1 {
  left: 1px;
}

.r-1 {
  right: -1px;
}

.r_-1 {
  right: 1px;
}

.b-1 {
  bottom: -1px;
}

.b_-1 {
  bottom: 1px;
}

.t-1 {
  top: -1px;
}

.t_-1 {
  top: 1px;
}

.w_0 {
  width: 0;
}

.h_0 {
  height: 0;
}

.pb0 {
  padding-bottom: 0;
}

.l0 {
  left: 0;
}

.l_0 {
  left: 0;
}

.r0 {
  right: 0;
}

.r_0 {
  right: 0;
}

.b0 {
  bottom: 0;
}

.b_0 {
  bottom: 0;
}

.t0 {
  top: 0;
}

.t_0 {
  top: 0;
}

.w_5 {
  width: 5px;
}

.h_5 {
  height: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.l5 {
  left: 5px;
}

.l_5 {
  left: -5px;
}

.r5 {
  right: 5px;
}

.r_5 {
  right: -5px;
}

.b5 {
  bottom: 5px;
}

.b_5 {
  bottom: -5px;
}

.t5 {
  top: 5px;
}

.t_5 {
  top: -5px;
}

.w_10 {
  width: 10px;
}

.h_10 {
  height: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.l10 {
  left: 10px;
}

.l_10 {
  left: -10px;
}

.r10 {
  right: 10px;
}

.r_10 {
  right: -10px;
}

.b10 {
  bottom: 10px;
}

.b_10 {
  bottom: -10px;
}

.t10 {
  top: 10px;
}

.t_10 {
  top: -10px;
}

.w_15 {
  width: 15px;
}

.h_15 {
  height: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.l15 {
  left: 15px;
}

.l_15 {
  left: -15px;
}

.r15 {
  right: 15px;
}

.r_15 {
  right: -15px;
}

.b15 {
  bottom: 15px;
}

.b_15 {
  bottom: -15px;
}

.t15 {
  top: 15px;
}

.t_15 {
  top: -15px;
}

.w_20 {
  width: 20px;
}

.h_20 {
  height: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.l20 {
  left: 20px;
}

.l_20 {
  left: -20px;
}

.r20 {
  right: 20px;
}

.r_20 {
  right: -20px;
}

.b20 {
  bottom: 20px;
}

.b_20 {
  bottom: -20px;
}

.t20 {
  top: 20px;
}

.t_20 {
  top: -20px;
}

.w_25 {
  width: 25px;
}

.h_25 {
  height: 25px;
}

.pb25 {
  padding-bottom: 25px;
}

.l25 {
  left: 25px;
}

.l_25 {
  left: -25px;
}

.r25 {
  right: 25px;
}

.r_25 {
  right: -25px;
}

.b25 {
  bottom: 25px;
}

.b_25 {
  bottom: -25px;
}

.t25 {
  top: 25px;
}

.t_25 {
  top: -25px;
}

.w_30 {
  width: 30px;
}

.h_30 {
  height: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.l30 {
  left: 30px;
}

.l_30 {
  left: -30px;
}

.r30 {
  right: 30px;
}

.r_30 {
  right: -30px;
}

.b30 {
  bottom: 30px;
}

.b_30 {
  bottom: -30px;
}

.t30 {
  top: 30px;
}

.t_30 {
  top: -30px;
}

.w_40 {
  width: 40px;
}

.h_40 {
  height: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.l40 {
  left: 40px;
}

.l_40 {
  left: -40px;
}

.r40 {
  right: 40px;
}

.r_40 {
  right: -40px;
}

.b40 {
  bottom: 40px;
}

.b_40 {
  bottom: -40px;
}

.t40 {
  top: 40px;
}

.t_40 {
  top: -40px;
}

.w_50 {
  width: 50px;
}

.h_50 {
  height: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.l50 {
  left: 50px;
}

.l_50 {
  left: -50px;
}

.r50 {
  right: 50px;
}

.r_50 {
  right: -50px;
}

.b50 {
  bottom: 50px;
}

.b_50 {
  bottom: -50px;
}

.t50 {
  top: 50px;
}

.t_50 {
  top: -50px;
}

.w_60 {
  width: 60px;
}

.h_60 {
  height: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.l60 {
  left: 60px;
}

.l_60 {
  left: -60px;
}

.r60 {
  right: 60px;
}

.r_60 {
  right: -60px;
}

.b60 {
  bottom: 60px;
}

.b_60 {
  bottom: -60px;
}

.t60 {
  top: 60px;
}

.t_60 {
  top: -60px;
}

.w_75 {
  width: 75px;
}

.h_75 {
  height: 75px;
}

.pb75 {
  padding-bottom: 75px;
}

.l75 {
  left: 75px;
}

.l_75 {
  left: -75px;
}

.r75 {
  right: 75px;
}

.r_75 {
  right: -75px;
}

.b75 {
  bottom: 75px;
}

.b_75 {
  bottom: -75px;
}

.t75 {
  top: 75px;
}

.t_75 {
  top: -75px;
}

.w_85 {
  width: 85px;
}

.h_85 {
  height: 85px;
}

.pb85 {
  padding-bottom: 85px;
}

.l85 {
  left: 85px;
}

.l_85 {
  left: -85px;
}

.r85 {
  right: 85px;
}

.r_85 {
  right: -85px;
}

.b85 {
  bottom: 85px;
}

.b_85 {
  bottom: -85px;
}

.t85 {
  top: 85px;
}

.t_85 {
  top: -85px;
}

.w_100 {
  width: 100px;
}

.h_100 {
  height: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

.l100 {
  left: 100px;
}

.l_100 {
  left: -100px;
}

.r100 {
  right: 100px;
}

.r_100 {
  right: -100px;
}

.b100 {
  bottom: 100px;
}

.b_100 {
  bottom: -100px;
}

.t100 {
  top: 100px;
}

.t_100 {
  top: -100px;
}

.w_150 {
  width: 150px;
}

.h_150 {
  height: 150px;
}

.pb150 {
  padding-bottom: 150px;
}

.l150 {
  left: 150px;
}

.l_150 {
  left: -150px;
}

.r150 {
  right: 150px;
}

.r_150 {
  right: -150px;
}

.b150 {
  bottom: 150px;
}

.b_150 {
  bottom: -150px;
}

.t150 {
  top: 150px;
}

.t_150 {
  top: -150px;
}

.w_200 {
  width: 200px;
}

.h_200 {
  height: 200px;
}

.pb200 {
  padding-bottom: 200px;
}

.l200 {
  left: 200px;
}

.l_200 {
  left: -200px;
}

.r200 {
  right: 200px;
}

.r_200 {
  right: -200px;
}

.b200 {
  bottom: 200px;
}

.b_200 {
  bottom: -200px;
}

.t200 {
  top: 200px;
}

.t_200 {
  top: -200px;
}

.w_250 {
  width: 250px;
}

.h_250 {
  height: 250px;
}

.pb250 {
  padding-bottom: 250px;
}

.l250 {
  left: 250px;
}

.l_250 {
  left: -250px;
}

.r250 {
  right: 250px;
}

.r_250 {
  right: -250px;
}

.b250 {
  bottom: 250px;
}

.b_250 {
  bottom: -250px;
}

.t250 {
  top: 250px;
}

.t_250 {
  top: -250px;
}

.w_300 {
  width: 300px;
}

.h_300 {
  height: 300px;
}

.pb300 {
  padding-bottom: 300px;
}

.l300 {
  left: 300px;
}

.l_300 {
  left: -300px;
}

.r300 {
  right: 300px;
}

.r_300 {
  right: -300px;
}

.b300 {
  bottom: 300px;
}

.b_300 {
  bottom: -300px;
}

.t300 {
  top: 300px;
}

.t_300 {
  top: -300px;
}

@media (max-width: 767px) {
  .text-xs-center {
    text-align: center;
  }
  .text-xs-left {
    text-align: left !important;
  }
  .text-xs-right {
    text-align: right !important;
  }
  .text-xs-justify {
    text-align: justify !important;
  }
  .m0-auto-xs {
    margin: 0 auto;
  }
  .absolute-xcentered-xs {
    left: 50%;
    transform: translateX(-50%);
  }
  .left-auto-xs {
    left: auto;
  }
  .right-auto-xs {
    right: auto;
  }
  .bottom-auto-xs {
    bottom: auto;
  }
  .top-auto-xs {
    top: auto;
  }
  .center-block-xs {
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .w_-1-xs {
    width: -1px;
  }
  .h_-1-xs {
    height: -1px;
  }
  .l-1-xs {
    left: -1px;
  }
  .l_-1-xs {
    left: 1px;
  }
  .r-1-xs {
    right: -1px;
  }
  .r_-1-xs {
    right: 1px;
  }
  .b-1-xs {
    bottom: -1px;
  }
  .b_-1-xs {
    bottom: 1px;
  }
  .t-1-xs {
    top: -1px;
  }
  .t_-1-xs {
    top: 1px;
  }
  .w_0-xs {
    width: 0;
  }
  .h_0-xs {
    height: 0;
  }
  .l0-xs {
    left: 0;
  }
  .l_0-xs {
    left: 0;
  }
  .r0-xs {
    right: 0;
  }
  .r_0-xs {
    right: 0;
  }
  .b0-xs {
    bottom: 0;
  }
  .b_0-xs {
    bottom: 0;
  }
  .t0-xs {
    top: 0;
  }
  .t_0-xs {
    top: 0;
  }
  .w_5-xs {
    width: 5px;
  }
  .h_5-xs {
    height: 5px;
  }
  .l5-xs {
    left: 5px;
  }
  .l_5-xs {
    left: -5px;
  }
  .r5-xs {
    right: 5px;
  }
  .r_5-xs {
    right: -5px;
  }
  .b5-xs {
    bottom: 5px;
  }
  .b_5-xs {
    bottom: -5px;
  }
  .t5-xs {
    top: 5px;
  }
  .t_5-xs {
    top: -5px;
  }
  .w_10-xs {
    width: 10px;
  }
  .h_10-xs {
    height: 10px;
  }
  .l10-xs {
    left: 10px;
  }
  .l_10-xs {
    left: -10px;
  }
  .r10-xs {
    right: 10px;
  }
  .r_10-xs {
    right: -10px;
  }
  .b10-xs {
    bottom: 10px;
  }
  .b_10-xs {
    bottom: -10px;
  }
  .t10-xs {
    top: 10px;
  }
  .t_10-xs {
    top: -10px;
  }
  .w_15-xs {
    width: 15px;
  }
  .h_15-xs {
    height: 15px;
  }
  .l15-xs {
    left: 15px;
  }
  .l_15-xs {
    left: -15px;
  }
  .r15-xs {
    right: 15px;
  }
  .r_15-xs {
    right: -15px;
  }
  .b15-xs {
    bottom: 15px;
  }
  .b_15-xs {
    bottom: -15px;
  }
  .t15-xs {
    top: 15px;
  }
  .t_15-xs {
    top: -15px;
  }
  .w_20-xs {
    width: 20px;
  }
  .h_20-xs {
    height: 20px;
  }
  .l20-xs {
    left: 20px;
  }
  .l_20-xs {
    left: -20px;
  }
  .r20-xs {
    right: 20px;
  }
  .r_20-xs {
    right: -20px;
  }
  .b20-xs {
    bottom: 20px;
  }
  .b_20-xs {
    bottom: -20px;
  }
  .t20-xs {
    top: 20px;
  }
  .t_20-xs {
    top: -20px;
  }
  .w_25-xs {
    width: 25px;
  }
  .h_25-xs {
    height: 25px;
  }
  .l25-xs {
    left: 25px;
  }
  .l_25-xs {
    left: -25px;
  }
  .r25-xs {
    right: 25px;
  }
  .r_25-xs {
    right: -25px;
  }
  .b25-xs {
    bottom: 25px;
  }
  .b_25-xs {
    bottom: -25px;
  }
  .t25-xs {
    top: 25px;
  }
  .t_25-xs {
    top: -25px;
  }
  .w_30-xs {
    width: 30px;
  }
  .h_30-xs {
    height: 30px;
  }
  .l30-xs {
    left: 30px;
  }
  .l_30-xs {
    left: -30px;
  }
  .r30-xs {
    right: 30px;
  }
  .r_30-xs {
    right: -30px;
  }
  .b30-xs {
    bottom: 30px;
  }
  .b_30-xs {
    bottom: -30px;
  }
  .t30-xs {
    top: 30px;
  }
  .t_30-xs {
    top: -30px;
  }
  .w_40-xs {
    width: 40px;
  }
  .h_40-xs {
    height: 40px;
  }
  .l40-xs {
    left: 40px;
  }
  .l_40-xs {
    left: -40px;
  }
  .r40-xs {
    right: 40px;
  }
  .r_40-xs {
    right: -40px;
  }
  .b40-xs {
    bottom: 40px;
  }
  .b_40-xs {
    bottom: -40px;
  }
  .t40-xs {
    top: 40px;
  }
  .t_40-xs {
    top: -40px;
  }
  .w_50-xs {
    width: 50px;
  }
  .h_50-xs {
    height: 50px;
  }
  .l50-xs {
    left: 50px;
  }
  .l_50-xs {
    left: -50px;
  }
  .r50-xs {
    right: 50px;
  }
  .r_50-xs {
    right: -50px;
  }
  .b50-xs {
    bottom: 50px;
  }
  .b_50-xs {
    bottom: -50px;
  }
  .t50-xs {
    top: 50px;
  }
  .t_50-xs {
    top: -50px;
  }
  .w_60-xs {
    width: 60px;
  }
  .h_60-xs {
    height: 60px;
  }
  .l60-xs {
    left: 60px;
  }
  .l_60-xs {
    left: -60px;
  }
  .r60-xs {
    right: 60px;
  }
  .r_60-xs {
    right: -60px;
  }
  .b60-xs {
    bottom: 60px;
  }
  .b_60-xs {
    bottom: -60px;
  }
  .t60-xs {
    top: 60px;
  }
  .t_60-xs {
    top: -60px;
  }
  .w_75-xs {
    width: 75px;
  }
  .h_75-xs {
    height: 75px;
  }
  .l75-xs {
    left: 75px;
  }
  .l_75-xs {
    left: -75px;
  }
  .r75-xs {
    right: 75px;
  }
  .r_75-xs {
    right: -75px;
  }
  .b75-xs {
    bottom: 75px;
  }
  .b_75-xs {
    bottom: -75px;
  }
  .t75-xs {
    top: 75px;
  }
  .t_75-xs {
    top: -75px;
  }
  .w_85-xs {
    width: 85px;
  }
  .h_85-xs {
    height: 85px;
  }
  .l85-xs {
    left: 85px;
  }
  .l_85-xs {
    left: -85px;
  }
  .r85-xs {
    right: 85px;
  }
  .r_85-xs {
    right: -85px;
  }
  .b85-xs {
    bottom: 85px;
  }
  .b_85-xs {
    bottom: -85px;
  }
  .t85-xs {
    top: 85px;
  }
  .t_85-xs {
    top: -85px;
  }
  .w_100-xs {
    width: 100px;
  }
  .h_100-xs {
    height: 100px;
  }
  .l100-xs {
    left: 100px;
  }
  .l_100-xs {
    left: -100px;
  }
  .r100-xs {
    right: 100px;
  }
  .r_100-xs {
    right: -100px;
  }
  .b100-xs {
    bottom: 100px;
  }
  .b_100-xs {
    bottom: -100px;
  }
  .t100-xs {
    top: 100px;
  }
  .t_100-xs {
    top: -100px;
  }
  .w_150-xs {
    width: 150px;
  }
  .h_150-xs {
    height: 150px;
  }
  .l150-xs {
    left: 150px;
  }
  .l_150-xs {
    left: -150px;
  }
  .r150-xs {
    right: 150px;
  }
  .r_150-xs {
    right: -150px;
  }
  .b150-xs {
    bottom: 150px;
  }
  .b_150-xs {
    bottom: -150px;
  }
  .t150-xs {
    top: 150px;
  }
  .t_150-xs {
    top: -150px;
  }
  .w_200-xs {
    width: 200px;
  }
  .h_200-xs {
    height: 200px;
  }
  .l200-xs {
    left: 200px;
  }
  .l_200-xs {
    left: -200px;
  }
  .r200-xs {
    right: 200px;
  }
  .r_200-xs {
    right: -200px;
  }
  .b200-xs {
    bottom: 200px;
  }
  .b_200-xs {
    bottom: -200px;
  }
  .t200-xs {
    top: 200px;
  }
  .t_200-xs {
    top: -200px;
  }
  .w_250-xs {
    width: 250px;
  }
  .h_250-xs {
    height: 250px;
  }
  .l250-xs {
    left: 250px;
  }
  .l_250-xs {
    left: -250px;
  }
  .r250-xs {
    right: 250px;
  }
  .r_250-xs {
    right: -250px;
  }
  .b250-xs {
    bottom: 250px;
  }
  .b_250-xs {
    bottom: -250px;
  }
  .t250-xs {
    top: 250px;
  }
  .t_250-xs {
    top: -250px;
  }
  .w_300-xs {
    width: 300px;
  }
  .h_300-xs {
    height: 300px;
  }
  .l300-xs {
    left: 300px;
  }
  .l_300-xs {
    left: -300px;
  }
  .r300-xs {
    right: 300px;
  }
  .r_300-xs {
    right: -300px;
  }
  .b300-xs {
    bottom: 300px;
  }
  .b_300-xs {
    bottom: -300px;
  }
  .t300-xs {
    top: 300px;
  }
  .t_300-xs {
    top: -300px;
  }
  .text-huge-xs {
    font-size: 1.875rem;
  }
  .text-huge-xs p {
    font-size: 1.875rem;
  }
  .text-big-xs {
    font-size: 1.5625rem;
  }
  .text-big-xs p {
    font-size: 1.5625rem;
  }
  .text-large-xs {
    font-size: 1.5rem;
  }
  .text-large-xs p {
    font-size: 1.5rem;
  }
  .text-greater-xs {
    font-size: 1.25rem;
  }
  .text-greater-xs p {
    font-size: 1.25rem;
  }
  .text-great-xs {
    font-size: 1.125rem;
  }
  .text-great-xs p {
    font-size: 1.125rem;
  }
  .text-base-xs {
    font-size: 0.9375rem;
  }
  .text-base-xs p {
    font-size: 0.9375rem;
  }
  .text-small-xs {
    font-size: 0.75rem;
  }
  .text-small-xs p {
    font-size: 0.75rem;
  }
  .text-xsmall-xs {
    font-size: 0.625rem;
  }
  .text-xsmall-xs p {
    font-size: 0.625rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .left-auto-sm {
    left: auto;
  }
  .right-auto-sm {
    right: auto;
  }
  .bottom-auto-sm {
    bottom: auto;
  }
  .top-auto-sm {
    top: auto;
  }
  .center-block-sm {
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .z1-sm {
    z-index: 1;
  }
  .absolute-xcentered-sm {
    left: 50%;
    transform: translateX(-50%);
  }
  .absolute-ycentered-sm {
    top: 50%;
    transform: translateY(-50%);
  }
  .m0-auto-sm {
    margin: 0 auto;
  }
  .w_-1-sm {
    width: -1px;
  }
  .h_-1-sm {
    height: -1px;
  }
  .l-1-sm {
    left: -1px;
  }
  .l_-1-sm {
    left: 1px;
  }
  .r-1-sm {
    right: -1px;
  }
  .r_-1-sm {
    right: 1px;
  }
  .b-1-sm {
    bottom: -1px;
  }
  .b_-1-sm {
    bottom: 1px;
  }
  .t-1-sm {
    top: -1px;
  }
  .t_-1-sm {
    top: 1px;
  }
  .w_0-sm {
    width: 0;
  }
  .h_0-sm {
    height: 0;
  }
  .l0-sm {
    left: 0;
  }
  .l_0-sm {
    left: 0;
  }
  .r0-sm {
    right: 0;
  }
  .r_0-sm {
    right: 0;
  }
  .b0-sm {
    bottom: 0;
  }
  .b_0-sm {
    bottom: 0;
  }
  .t0-sm {
    top: 0;
  }
  .t_0-sm {
    top: 0;
  }
  .w_5-sm {
    width: 5px;
  }
  .h_5-sm {
    height: 5px;
  }
  .l5-sm {
    left: 5px;
  }
  .l_5-sm {
    left: -5px;
  }
  .r5-sm {
    right: 5px;
  }
  .r_5-sm {
    right: -5px;
  }
  .b5-sm {
    bottom: 5px;
  }
  .b_5-sm {
    bottom: -5px;
  }
  .t5-sm {
    top: 5px;
  }
  .t_5-sm {
    top: -5px;
  }
  .w_10-sm {
    width: 10px;
  }
  .h_10-sm {
    height: 10px;
  }
  .l10-sm {
    left: 10px;
  }
  .l_10-sm {
    left: -10px;
  }
  .r10-sm {
    right: 10px;
  }
  .r_10-sm {
    right: -10px;
  }
  .b10-sm {
    bottom: 10px;
  }
  .b_10-sm {
    bottom: -10px;
  }
  .t10-sm {
    top: 10px;
  }
  .t_10-sm {
    top: -10px;
  }
  .w_15-sm {
    width: 15px;
  }
  .h_15-sm {
    height: 15px;
  }
  .l15-sm {
    left: 15px;
  }
  .l_15-sm {
    left: -15px;
  }
  .r15-sm {
    right: 15px;
  }
  .r_15-sm {
    right: -15px;
  }
  .b15-sm {
    bottom: 15px;
  }
  .b_15-sm {
    bottom: -15px;
  }
  .t15-sm {
    top: 15px;
  }
  .t_15-sm {
    top: -15px;
  }
  .w_20-sm {
    width: 20px;
  }
  .h_20-sm {
    height: 20px;
  }
  .l20-sm {
    left: 20px;
  }
  .l_20-sm {
    left: -20px;
  }
  .r20-sm {
    right: 20px;
  }
  .r_20-sm {
    right: -20px;
  }
  .b20-sm {
    bottom: 20px;
  }
  .b_20-sm {
    bottom: -20px;
  }
  .t20-sm {
    top: 20px;
  }
  .t_20-sm {
    top: -20px;
  }
  .w_25-sm {
    width: 25px;
  }
  .h_25-sm {
    height: 25px;
  }
  .l25-sm {
    left: 25px;
  }
  .l_25-sm {
    left: -25px;
  }
  .r25-sm {
    right: 25px;
  }
  .r_25-sm {
    right: -25px;
  }
  .b25-sm {
    bottom: 25px;
  }
  .b_25-sm {
    bottom: -25px;
  }
  .t25-sm {
    top: 25px;
  }
  .t_25-sm {
    top: -25px;
  }
  .w_30-sm {
    width: 30px;
  }
  .h_30-sm {
    height: 30px;
  }
  .l30-sm {
    left: 30px;
  }
  .l_30-sm {
    left: -30px;
  }
  .r30-sm {
    right: 30px;
  }
  .r_30-sm {
    right: -30px;
  }
  .b30-sm {
    bottom: 30px;
  }
  .b_30-sm {
    bottom: -30px;
  }
  .t30-sm {
    top: 30px;
  }
  .t_30-sm {
    top: -30px;
  }
  .w_40-sm {
    width: 40px;
  }
  .h_40-sm {
    height: 40px;
  }
  .l40-sm {
    left: 40px;
  }
  .l_40-sm {
    left: -40px;
  }
  .r40-sm {
    right: 40px;
  }
  .r_40-sm {
    right: -40px;
  }
  .b40-sm {
    bottom: 40px;
  }
  .b_40-sm {
    bottom: -40px;
  }
  .t40-sm {
    top: 40px;
  }
  .t_40-sm {
    top: -40px;
  }
  .w_50-sm {
    width: 50px;
  }
  .h_50-sm {
    height: 50px;
  }
  .l50-sm {
    left: 50px;
  }
  .l_50-sm {
    left: -50px;
  }
  .r50-sm {
    right: 50px;
  }
  .r_50-sm {
    right: -50px;
  }
  .b50-sm {
    bottom: 50px;
  }
  .b_50-sm {
    bottom: -50px;
  }
  .t50-sm {
    top: 50px;
  }
  .t_50-sm {
    top: -50px;
  }
  .w_60-sm {
    width: 60px;
  }
  .h_60-sm {
    height: 60px;
  }
  .l60-sm {
    left: 60px;
  }
  .l_60-sm {
    left: -60px;
  }
  .r60-sm {
    right: 60px;
  }
  .r_60-sm {
    right: -60px;
  }
  .b60-sm {
    bottom: 60px;
  }
  .b_60-sm {
    bottom: -60px;
  }
  .t60-sm {
    top: 60px;
  }
  .t_60-sm {
    top: -60px;
  }
  .w_75-sm {
    width: 75px;
  }
  .h_75-sm {
    height: 75px;
  }
  .l75-sm {
    left: 75px;
  }
  .l_75-sm {
    left: -75px;
  }
  .r75-sm {
    right: 75px;
  }
  .r_75-sm {
    right: -75px;
  }
  .b75-sm {
    bottom: 75px;
  }
  .b_75-sm {
    bottom: -75px;
  }
  .t75-sm {
    top: 75px;
  }
  .t_75-sm {
    top: -75px;
  }
  .w_85-sm {
    width: 85px;
  }
  .h_85-sm {
    height: 85px;
  }
  .l85-sm {
    left: 85px;
  }
  .l_85-sm {
    left: -85px;
  }
  .r85-sm {
    right: 85px;
  }
  .r_85-sm {
    right: -85px;
  }
  .b85-sm {
    bottom: 85px;
  }
  .b_85-sm {
    bottom: -85px;
  }
  .t85-sm {
    top: 85px;
  }
  .t_85-sm {
    top: -85px;
  }
  .w_100-sm {
    width: 100px;
  }
  .h_100-sm {
    height: 100px;
  }
  .l100-sm {
    left: 100px;
  }
  .l_100-sm {
    left: -100px;
  }
  .r100-sm {
    right: 100px;
  }
  .r_100-sm {
    right: -100px;
  }
  .b100-sm {
    bottom: 100px;
  }
  .b_100-sm {
    bottom: -100px;
  }
  .t100-sm {
    top: 100px;
  }
  .t_100-sm {
    top: -100px;
  }
  .w_150-sm {
    width: 150px;
  }
  .h_150-sm {
    height: 150px;
  }
  .l150-sm {
    left: 150px;
  }
  .l_150-sm {
    left: -150px;
  }
  .r150-sm {
    right: 150px;
  }
  .r_150-sm {
    right: -150px;
  }
  .b150-sm {
    bottom: 150px;
  }
  .b_150-sm {
    bottom: -150px;
  }
  .t150-sm {
    top: 150px;
  }
  .t_150-sm {
    top: -150px;
  }
  .w_200-sm {
    width: 200px;
  }
  .h_200-sm {
    height: 200px;
  }
  .l200-sm {
    left: 200px;
  }
  .l_200-sm {
    left: -200px;
  }
  .r200-sm {
    right: 200px;
  }
  .r_200-sm {
    right: -200px;
  }
  .b200-sm {
    bottom: 200px;
  }
  .b_200-sm {
    bottom: -200px;
  }
  .t200-sm {
    top: 200px;
  }
  .t_200-sm {
    top: -200px;
  }
  .w_250-sm {
    width: 250px;
  }
  .h_250-sm {
    height: 250px;
  }
  .l250-sm {
    left: 250px;
  }
  .l_250-sm {
    left: -250px;
  }
  .r250-sm {
    right: 250px;
  }
  .r_250-sm {
    right: -250px;
  }
  .b250-sm {
    bottom: 250px;
  }
  .b_250-sm {
    bottom: -250px;
  }
  .t250-sm {
    top: 250px;
  }
  .t_250-sm {
    top: -250px;
  }
  .w_300-sm {
    width: 300px;
  }
  .h_300-sm {
    height: 300px;
  }
  .l300-sm {
    left: 300px;
  }
  .l_300-sm {
    left: -300px;
  }
  .r300-sm {
    right: 300px;
  }
  .r_300-sm {
    right: -300px;
  }
  .b300-sm {
    bottom: 300px;
  }
  .b_300-sm {
    bottom: -300px;
  }
  .t300-sm {
    top: 300px;
  }
  .t_300-sm {
    top: -300px;
  }
  .text-huge-sm {
    font-size: 1.875rem;
  }
  .text-huge-sm p {
    font-size: 1.875rem;
  }
  .text-big-sm {
    font-size: 1.5625rem;
  }
  .text-big-sm p {
    font-size: 1.5625rem;
  }
  .text-large-sm {
    font-size: 1.5rem;
  }
  .text-large-sm p {
    font-size: 1.5rem;
  }
  .text-greater-sm {
    font-size: 1.25rem;
  }
  .text-greater-sm p {
    font-size: 1.25rem;
  }
  .text-great-sm {
    font-size: 1.125rem;
  }
  .text-great-sm p {
    font-size: 1.125rem;
  }
  .text-base-sm {
    font-size: 0.9375rem;
  }
  .text-base-sm p {
    font-size: 0.9375rem;
  }
  .text-small-sm {
    font-size: 0.75rem;
  }
  .text-small-sm p {
    font-size: 0.75rem;
  }
  .text-xsmall-sm {
    font-size: 0.625rem;
  }
  .text-xsmall-sm p {
    font-size: 0.625rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .left-auto-md {
    left: auto;
  }
  .right-auto-md {
    right: auto;
  }
  .bottom-auto-md {
    bottom: auto;
  }
  .top-auto-md {
    top: auto;
  }
  .center-block-md {
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .m0-auto-md {
    margin: 0 auto;
  }
  .z1-md {
    z-index: 1;
  }
  .absolute-xcentered-md {
    left: 50%;
    transform: translateX(-50%);
  }
  .absolute-ycentered-md {
    top: 50%;
    transform: translateY(-50%);
  }
  .w_-1-md {
    width: -1px;
  }
  .h_-1-md {
    height: -1px;
  }
  .l-1-md {
    left: -1px;
  }
  .l_-1-md {
    left: 1px;
  }
  .r-1-md {
    right: -1px;
  }
  .r_-1-md {
    right: 1px;
  }
  .b-1-md {
    bottom: -1px;
  }
  .b_-1-md {
    bottom: 1px;
  }
  .t-1-md {
    top: -1px;
  }
  .t_-1-md {
    top: 1px;
  }
  .w_0-md {
    width: 0;
  }
  .h_0-md {
    height: 0;
  }
  .l0-md {
    left: 0;
  }
  .l_0-md {
    left: 0;
  }
  .r0-md {
    right: 0;
  }
  .r_0-md {
    right: 0;
  }
  .b0-md {
    bottom: 0;
  }
  .b_0-md {
    bottom: 0;
  }
  .t0-md {
    top: 0;
  }
  .t_0-md {
    top: 0;
  }
  .w_5-md {
    width: 5px;
  }
  .h_5-md {
    height: 5px;
  }
  .l5-md {
    left: 5px;
  }
  .l_5-md {
    left: -5px;
  }
  .r5-md {
    right: 5px;
  }
  .r_5-md {
    right: -5px;
  }
  .b5-md {
    bottom: 5px;
  }
  .b_5-md {
    bottom: -5px;
  }
  .t5-md {
    top: 5px;
  }
  .t_5-md {
    top: -5px;
  }
  .w_10-md {
    width: 10px;
  }
  .h_10-md {
    height: 10px;
  }
  .l10-md {
    left: 10px;
  }
  .l_10-md {
    left: -10px;
  }
  .r10-md {
    right: 10px;
  }
  .r_10-md {
    right: -10px;
  }
  .b10-md {
    bottom: 10px;
  }
  .b_10-md {
    bottom: -10px;
  }
  .t10-md {
    top: 10px;
  }
  .t_10-md {
    top: -10px;
  }
  .w_15-md {
    width: 15px;
  }
  .h_15-md {
    height: 15px;
  }
  .l15-md {
    left: 15px;
  }
  .l_15-md {
    left: -15px;
  }
  .r15-md {
    right: 15px;
  }
  .r_15-md {
    right: -15px;
  }
  .b15-md {
    bottom: 15px;
  }
  .b_15-md {
    bottom: -15px;
  }
  .t15-md {
    top: 15px;
  }
  .t_15-md {
    top: -15px;
  }
  .w_20-md {
    width: 20px;
  }
  .h_20-md {
    height: 20px;
  }
  .l20-md {
    left: 20px;
  }
  .l_20-md {
    left: -20px;
  }
  .r20-md {
    right: 20px;
  }
  .r_20-md {
    right: -20px;
  }
  .b20-md {
    bottom: 20px;
  }
  .b_20-md {
    bottom: -20px;
  }
  .t20-md {
    top: 20px;
  }
  .t_20-md {
    top: -20px;
  }
  .w_25-md {
    width: 25px;
  }
  .h_25-md {
    height: 25px;
  }
  .l25-md {
    left: 25px;
  }
  .l_25-md {
    left: -25px;
  }
  .r25-md {
    right: 25px;
  }
  .r_25-md {
    right: -25px;
  }
  .b25-md {
    bottom: 25px;
  }
  .b_25-md {
    bottom: -25px;
  }
  .t25-md {
    top: 25px;
  }
  .t_25-md {
    top: -25px;
  }
  .w_30-md {
    width: 30px;
  }
  .h_30-md {
    height: 30px;
  }
  .l30-md {
    left: 30px;
  }
  .l_30-md {
    left: -30px;
  }
  .r30-md {
    right: 30px;
  }
  .r_30-md {
    right: -30px;
  }
  .b30-md {
    bottom: 30px;
  }
  .b_30-md {
    bottom: -30px;
  }
  .t30-md {
    top: 30px;
  }
  .t_30-md {
    top: -30px;
  }
  .w_40-md {
    width: 40px;
  }
  .h_40-md {
    height: 40px;
  }
  .l40-md {
    left: 40px;
  }
  .l_40-md {
    left: -40px;
  }
  .r40-md {
    right: 40px;
  }
  .r_40-md {
    right: -40px;
  }
  .b40-md {
    bottom: 40px;
  }
  .b_40-md {
    bottom: -40px;
  }
  .t40-md {
    top: 40px;
  }
  .t_40-md {
    top: -40px;
  }
  .w_50-md {
    width: 50px;
  }
  .h_50-md {
    height: 50px;
  }
  .l50-md {
    left: 50px;
  }
  .l_50-md {
    left: -50px;
  }
  .r50-md {
    right: 50px;
  }
  .r_50-md {
    right: -50px;
  }
  .b50-md {
    bottom: 50px;
  }
  .b_50-md {
    bottom: -50px;
  }
  .t50-md {
    top: 50px;
  }
  .t_50-md {
    top: -50px;
  }
  .w_60-md {
    width: 60px;
  }
  .h_60-md {
    height: 60px;
  }
  .l60-md {
    left: 60px;
  }
  .l_60-md {
    left: -60px;
  }
  .r60-md {
    right: 60px;
  }
  .r_60-md {
    right: -60px;
  }
  .b60-md {
    bottom: 60px;
  }
  .b_60-md {
    bottom: -60px;
  }
  .t60-md {
    top: 60px;
  }
  .t_60-md {
    top: -60px;
  }
  .w_75-md {
    width: 75px;
  }
  .h_75-md {
    height: 75px;
  }
  .l75-md {
    left: 75px;
  }
  .l_75-md {
    left: -75px;
  }
  .r75-md {
    right: 75px;
  }
  .r_75-md {
    right: -75px;
  }
  .b75-md {
    bottom: 75px;
  }
  .b_75-md {
    bottom: -75px;
  }
  .t75-md {
    top: 75px;
  }
  .t_75-md {
    top: -75px;
  }
  .w_85-md {
    width: 85px;
  }
  .h_85-md {
    height: 85px;
  }
  .l85-md {
    left: 85px;
  }
  .l_85-md {
    left: -85px;
  }
  .r85-md {
    right: 85px;
  }
  .r_85-md {
    right: -85px;
  }
  .b85-md {
    bottom: 85px;
  }
  .b_85-md {
    bottom: -85px;
  }
  .t85-md {
    top: 85px;
  }
  .t_85-md {
    top: -85px;
  }
  .w_100-md {
    width: 100px;
  }
  .h_100-md {
    height: 100px;
  }
  .l100-md {
    left: 100px;
  }
  .l_100-md {
    left: -100px;
  }
  .r100-md {
    right: 100px;
  }
  .r_100-md {
    right: -100px;
  }
  .b100-md {
    bottom: 100px;
  }
  .b_100-md {
    bottom: -100px;
  }
  .t100-md {
    top: 100px;
  }
  .t_100-md {
    top: -100px;
  }
  .w_150-md {
    width: 150px;
  }
  .h_150-md {
    height: 150px;
  }
  .l150-md {
    left: 150px;
  }
  .l_150-md {
    left: -150px;
  }
  .r150-md {
    right: 150px;
  }
  .r_150-md {
    right: -150px;
  }
  .b150-md {
    bottom: 150px;
  }
  .b_150-md {
    bottom: -150px;
  }
  .t150-md {
    top: 150px;
  }
  .t_150-md {
    top: -150px;
  }
  .w_200-md {
    width: 200px;
  }
  .h_200-md {
    height: 200px;
  }
  .l200-md {
    left: 200px;
  }
  .l_200-md {
    left: -200px;
  }
  .r200-md {
    right: 200px;
  }
  .r_200-md {
    right: -200px;
  }
  .b200-md {
    bottom: 200px;
  }
  .b_200-md {
    bottom: -200px;
  }
  .t200-md {
    top: 200px;
  }
  .t_200-md {
    top: -200px;
  }
  .w_250-md {
    width: 250px;
  }
  .h_250-md {
    height: 250px;
  }
  .l250-md {
    left: 250px;
  }
  .l_250-md {
    left: -250px;
  }
  .r250-md {
    right: 250px;
  }
  .r_250-md {
    right: -250px;
  }
  .b250-md {
    bottom: 250px;
  }
  .b_250-md {
    bottom: -250px;
  }
  .t250-md {
    top: 250px;
  }
  .t_250-md {
    top: -250px;
  }
  .w_300-md {
    width: 300px;
  }
  .h_300-md {
    height: 300px;
  }
  .l300-md {
    left: 300px;
  }
  .l_300-md {
    left: -300px;
  }
  .r300-md {
    right: 300px;
  }
  .r_300-md {
    right: -300px;
  }
  .b300-md {
    bottom: 300px;
  }
  .b_300-md {
    bottom: -300px;
  }
  .t300-md {
    top: 300px;
  }
  .t_300-md {
    top: -300px;
  }
  .text-huge-md {
    font-size: 1.875rem;
  }
  .text-huge-md p {
    font-size: 1.875rem;
  }
  .text-big-md {
    font-size: 1.5625rem;
  }
  .text-big-md p {
    font-size: 1.5625rem;
  }
  .text-large-md {
    font-size: 1.5rem;
  }
  .text-large-md p {
    font-size: 1.5rem;
  }
  .text-greater-md {
    font-size: 1.25rem;
  }
  .text-greater-md p {
    font-size: 1.25rem;
  }
  .text-great-md {
    font-size: 1.125rem;
  }
  .text-great-md p {
    font-size: 1.125rem;
  }
  .text-base-md {
    font-size: 0.9375rem;
  }
  .text-base-md p {
    font-size: 0.9375rem;
  }
  .text-small-md {
    font-size: 0.75rem;
  }
  .text-small-md p {
    font-size: 0.75rem;
  }
  .text-xsmall-md {
    font-size: 0.625rem;
  }
  .text-xsmall-md p {
    font-size: 0.625rem;
  }
}
@media (min-width: 1200px) {
  .left-auto-lg {
    left: auto;
  }
  .right-auto-lg {
    right: auto;
  }
  .bottom-auto-lg {
    bottom: auto;
  }
  .top-auto-lg {
    top: auto;
  }
  .center-block-lg {
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .m0-auto-lg {
    margin: 0 auto;
  }
  .z1-md {
    z-index: 1;
  }
  .absolute-xcentered-lg {
    left: 50%;
    transform: translateX(-50%);
  }
  .absolute-ycentered-lg {
    top: 50%;
    transform: translateY(-50%);
  }
  .w_-1-lg {
    width: -1px;
  }
  .h_-1-lg {
    height: -1px;
  }
  .l-1-lg {
    left: -1px;
  }
  .l_-1-lg {
    left: 1px;
  }
  .r-1-lg {
    right: -1px;
  }
  .r_-1-lg {
    right: 1px;
  }
  .b-1-lg {
    bottom: -1px;
  }
  .b_-1-lg {
    bottom: 1px;
  }
  .t-1-lg {
    top: -1px;
  }
  .t_-1-lg {
    top: 1px;
  }
  .w_0-lg {
    width: 0;
  }
  .h_0-lg {
    height: 0;
  }
  .l0-lg {
    left: 0;
  }
  .l_0-lg {
    left: 0;
  }
  .r0-lg {
    right: 0;
  }
  .r_0-lg {
    right: 0;
  }
  .b0-lg {
    bottom: 0;
  }
  .b_0-lg {
    bottom: 0;
  }
  .t0-lg {
    top: 0;
  }
  .t_0-lg {
    top: 0;
  }
  .w_5-lg {
    width: 5px;
  }
  .h_5-lg {
    height: 5px;
  }
  .l5-lg {
    left: 5px;
  }
  .l_5-lg {
    left: -5px;
  }
  .r5-lg {
    right: 5px;
  }
  .r_5-lg {
    right: -5px;
  }
  .b5-lg {
    bottom: 5px;
  }
  .b_5-lg {
    bottom: -5px;
  }
  .t5-lg {
    top: 5px;
  }
  .t_5-lg {
    top: -5px;
  }
  .w_10-lg {
    width: 10px;
  }
  .h_10-lg {
    height: 10px;
  }
  .l10-lg {
    left: 10px;
  }
  .l_10-lg {
    left: -10px;
  }
  .r10-lg {
    right: 10px;
  }
  .r_10-lg {
    right: -10px;
  }
  .b10-lg {
    bottom: 10px;
  }
  .b_10-lg {
    bottom: -10px;
  }
  .t10-lg {
    top: 10px;
  }
  .t_10-lg {
    top: -10px;
  }
  .w_15-lg {
    width: 15px;
  }
  .h_15-lg {
    height: 15px;
  }
  .l15-lg {
    left: 15px;
  }
  .l_15-lg {
    left: -15px;
  }
  .r15-lg {
    right: 15px;
  }
  .r_15-lg {
    right: -15px;
  }
  .b15-lg {
    bottom: 15px;
  }
  .b_15-lg {
    bottom: -15px;
  }
  .t15-lg {
    top: 15px;
  }
  .t_15-lg {
    top: -15px;
  }
  .w_20-lg {
    width: 20px;
  }
  .h_20-lg {
    height: 20px;
  }
  .l20-lg {
    left: 20px;
  }
  .l_20-lg {
    left: -20px;
  }
  .r20-lg {
    right: 20px;
  }
  .r_20-lg {
    right: -20px;
  }
  .b20-lg {
    bottom: 20px;
  }
  .b_20-lg {
    bottom: -20px;
  }
  .t20-lg {
    top: 20px;
  }
  .t_20-lg {
    top: -20px;
  }
  .w_25-lg {
    width: 25px;
  }
  .h_25-lg {
    height: 25px;
  }
  .l25-lg {
    left: 25px;
  }
  .l_25-lg {
    left: -25px;
  }
  .r25-lg {
    right: 25px;
  }
  .r_25-lg {
    right: -25px;
  }
  .b25-lg {
    bottom: 25px;
  }
  .b_25-lg {
    bottom: -25px;
  }
  .t25-lg {
    top: 25px;
  }
  .t_25-lg {
    top: -25px;
  }
  .w_30-lg {
    width: 30px;
  }
  .h_30-lg {
    height: 30px;
  }
  .l30-lg {
    left: 30px;
  }
  .l_30-lg {
    left: -30px;
  }
  .r30-lg {
    right: 30px;
  }
  .r_30-lg {
    right: -30px;
  }
  .b30-lg {
    bottom: 30px;
  }
  .b_30-lg {
    bottom: -30px;
  }
  .t30-lg {
    top: 30px;
  }
  .t_30-lg {
    top: -30px;
  }
  .w_40-lg {
    width: 40px;
  }
  .h_40-lg {
    height: 40px;
  }
  .l40-lg {
    left: 40px;
  }
  .l_40-lg {
    left: -40px;
  }
  .r40-lg {
    right: 40px;
  }
  .r_40-lg {
    right: -40px;
  }
  .b40-lg {
    bottom: 40px;
  }
  .b_40-lg {
    bottom: -40px;
  }
  .t40-lg {
    top: 40px;
  }
  .t_40-lg {
    top: -40px;
  }
  .w_50-lg {
    width: 50px;
  }
  .h_50-lg {
    height: 50px;
  }
  .l50-lg {
    left: 50px;
  }
  .l_50-lg {
    left: -50px;
  }
  .r50-lg {
    right: 50px;
  }
  .r_50-lg {
    right: -50px;
  }
  .b50-lg {
    bottom: 50px;
  }
  .b_50-lg {
    bottom: -50px;
  }
  .t50-lg {
    top: 50px;
  }
  .t_50-lg {
    top: -50px;
  }
  .w_60-lg {
    width: 60px;
  }
  .h_60-lg {
    height: 60px;
  }
  .l60-lg {
    left: 60px;
  }
  .l_60-lg {
    left: -60px;
  }
  .r60-lg {
    right: 60px;
  }
  .r_60-lg {
    right: -60px;
  }
  .b60-lg {
    bottom: 60px;
  }
  .b_60-lg {
    bottom: -60px;
  }
  .t60-lg {
    top: 60px;
  }
  .t_60-lg {
    top: -60px;
  }
  .w_75-lg {
    width: 75px;
  }
  .h_75-lg {
    height: 75px;
  }
  .l75-lg {
    left: 75px;
  }
  .l_75-lg {
    left: -75px;
  }
  .r75-lg {
    right: 75px;
  }
  .r_75-lg {
    right: -75px;
  }
  .b75-lg {
    bottom: 75px;
  }
  .b_75-lg {
    bottom: -75px;
  }
  .t75-lg {
    top: 75px;
  }
  .t_75-lg {
    top: -75px;
  }
  .w_85-lg {
    width: 85px;
  }
  .h_85-lg {
    height: 85px;
  }
  .l85-lg {
    left: 85px;
  }
  .l_85-lg {
    left: -85px;
  }
  .r85-lg {
    right: 85px;
  }
  .r_85-lg {
    right: -85px;
  }
  .b85-lg {
    bottom: 85px;
  }
  .b_85-lg {
    bottom: -85px;
  }
  .t85-lg {
    top: 85px;
  }
  .t_85-lg {
    top: -85px;
  }
  .w_100-lg {
    width: 100px;
  }
  .h_100-lg {
    height: 100px;
  }
  .l100-lg {
    left: 100px;
  }
  .l_100-lg {
    left: -100px;
  }
  .r100-lg {
    right: 100px;
  }
  .r_100-lg {
    right: -100px;
  }
  .b100-lg {
    bottom: 100px;
  }
  .b_100-lg {
    bottom: -100px;
  }
  .t100-lg {
    top: 100px;
  }
  .t_100-lg {
    top: -100px;
  }
  .w_150-lg {
    width: 150px;
  }
  .h_150-lg {
    height: 150px;
  }
  .l150-lg {
    left: 150px;
  }
  .l_150-lg {
    left: -150px;
  }
  .r150-lg {
    right: 150px;
  }
  .r_150-lg {
    right: -150px;
  }
  .b150-lg {
    bottom: 150px;
  }
  .b_150-lg {
    bottom: -150px;
  }
  .t150-lg {
    top: 150px;
  }
  .t_150-lg {
    top: -150px;
  }
  .w_200-lg {
    width: 200px;
  }
  .h_200-lg {
    height: 200px;
  }
  .l200-lg {
    left: 200px;
  }
  .l_200-lg {
    left: -200px;
  }
  .r200-lg {
    right: 200px;
  }
  .r_200-lg {
    right: -200px;
  }
  .b200-lg {
    bottom: 200px;
  }
  .b_200-lg {
    bottom: -200px;
  }
  .t200-lg {
    top: 200px;
  }
  .t_200-lg {
    top: -200px;
  }
  .w_250-lg {
    width: 250px;
  }
  .h_250-lg {
    height: 250px;
  }
  .l250-lg {
    left: 250px;
  }
  .l_250-lg {
    left: -250px;
  }
  .r250-lg {
    right: 250px;
  }
  .r_250-lg {
    right: -250px;
  }
  .b250-lg {
    bottom: 250px;
  }
  .b_250-lg {
    bottom: -250px;
  }
  .t250-lg {
    top: 250px;
  }
  .t_250-lg {
    top: -250px;
  }
  .w_300-lg {
    width: 300px;
  }
  .h_300-lg {
    height: 300px;
  }
  .l300-lg {
    left: 300px;
  }
  .l_300-lg {
    left: -300px;
  }
  .r300-lg {
    right: 300px;
  }
  .r_300-lg {
    right: -300px;
  }
  .b300-lg {
    bottom: 300px;
  }
  .b_300-lg {
    bottom: -300px;
  }
  .t300-lg {
    top: 300px;
  }
  .t_300-lg {
    top: -300px;
  }
  .text-huge-lg {
    font-size: 1.875rem;
  }
  .text-huge-lg p {
    font-size: 1.875rem;
  }
  .text-big-lg {
    font-size: 1.5625rem;
  }
  .text-big-lg p {
    font-size: 1.5625rem;
  }
  .text-large-lg {
    font-size: 1.5rem;
  }
  .text-large-lg p {
    font-size: 1.5rem;
  }
  .text-greater-lg {
    font-size: 1.25rem;
  }
  .text-greater-lg p {
    font-size: 1.25rem;
  }
  .text-great-lg {
    font-size: 1.125rem;
  }
  .text-great-lg p {
    font-size: 1.125rem;
  }
  .text-base-lg {
    font-size: 0.9375rem;
  }
  .text-base-lg p {
    font-size: 0.9375rem;
  }
  .text-small-lg {
    font-size: 0.75rem;
  }
  .text-small-lg p {
    font-size: 0.75rem;
  }
  .text-xsmall-lg {
    font-size: 0.625rem;
  }
  .text-xsmall-lg p {
    font-size: 0.625rem;
  }
}
* {
  outline: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375rem;
  color: #000000;
}

.cookie-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.cookie-backdrop.in {
  opacity: 0.5;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border: 0;
}

#map {
  height: 450px;
}

main {
  overflow: hidden;
}
@supports not (-ms-hight-contrast: none) {
  main {
    display: flex;
    flex-direction: column;
  }
  @media (min-width: 1200px) {
    main {
      min-height: calc(100vh - 137.21px);
    }
  }
  @media (max-width: 1199px) {
    main {
      min-height: calc(100vh - 123.32px);
    }
  }
  @media (max-width: 991px) {
    main {
      min-height: calc(100vh - 100.3px);
    }
  }
  @media (max-width: 767px) {
    main {
      min-height: calc(100vh - 62.3px);
    }
  }
}

/* COLORS */
/* FONT SIZES */
/* FONT WEIGHTS */
html::-webkit-scrollbar, body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
html::-webkit-scrollbar-track, body::-webkit-scrollbar-track {
  background: #c1c1c1;
}
html::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb {
  background-color: #222;
  outline: none;
}
html::-webkit-scrollbar-thumb:active, body::-webkit-scrollbar-thumb:active {
  background: #006986;
}

body {
  color: #004350;
  font-size: 16px;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
}

img {
  max-width: 100%;
  transition: all 0.3s linear 0s;
}

a {
  text-decoration: none;
  transition: all 0.3s linear 0s;
}
a:active, a:hover {
  text-decoration: none;
}

button,
.btn {
  transition: all 0.3s linear 0s;
}
button:active, button:hover, button:focus,
.btn:active,
.btn:hover,
.btn:focus {
  outline: 0;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.form-control:focus {
  color: #006986;
  background-color: transparent;
  outline: 0;
  box-shadow: none;
}

.btn:hover,
.btn:focus {
  outline: 0;
  box-shadow: none;
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  color: #006986;
  font-weight: 700;
  margin-bottom: 20px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 48px;
  line-height: 1.3;
}

h2 {
  font-size: 36px;
  line-height: 1.3;
}

h3 {
  font-size: 28px;
  line-height: 1.3;
}

h4 {
  font-size: 24px;
  line-height: 1.2;
}

h5 {
  font-size: 20px;
  line-height: 1.2;
}

h6 {
  font-size: 16px;
  line-height: 1.2;
}

hr {
  margin: 20px 0;
  border-color: #352323;
}

ol {
  list-style: decimal;
}

p:last-child {
  margin-bottom: 0;
}

/* Form */
label {
  color: #ddd;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
}

*::-moz-selection {
  background: #006986;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #006986;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #006986;
  color: #fff;
  text-shadow: none;
}

/* Placeholder */
*::-moz-placeholder {
  color: #004350;
  font-size: 16px;
  opacity: 1;
}

*::placeholder {
  color: #004350;
  font-size: 16px;
  opacity: 1;
}

/* Button */
.btn-theme {
  color: #fff;
  border-color: #006986;
  background: #006986;
}
.btn-theme:hover {
  background: #006986;
  color: #fff;
  border-color: #006986;
}

.btn-rounded {
  border-radius: 100% !important;
}

.btn-square {
  border-radius: 0 !important;
}

/* Bg Color */
.bg-gray {
  background: #ddd;
}

.bg-white {
  background: #fff;
}

.bg-black {
  background: #000;
}

.bg-ash {
  background: #F5F8F8 !important;
}

.bg-theme {
  background: #006986;
}

.bg-dark {
  background-color: #101a23 !important;
}

.bg-off-white {
  background-color: #f7f7f7;
}

.bg-off-white-2 {
  background-color: #f1f8ff;
}

.bg-blue {
  background-color: #4c87ff !important;
}

.bg-paste {
  background-color: rgba(147, 206, 189, 0.25) !important;
}

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

.bg-pink {
  background-color: #fc4557 !important;
}

.bg-egg-blue {
  background-color: #1cb5a3 !important;
}

.bg-purple {
  background-color: #5851a7 !important;
}

/* Text Color */
.gray-color {
  background: #ddd;
}

.white-color {
  color: #fff;
}

.black-color {
  color: #000;
}

.theme-color {
  color: #006986;
}

/* Others Common Css Here :) */
.table-row {
  display: table;
  width: 100%;
  height: 100%;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

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

@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1150px;
  }
}
.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
  --bs-gutter-x: 30px;
}

.row {
  --bs-gutter-x: 30px;
}

.slide-bar {
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: -330px;
  width: 300px;
  padding: 25px 20px;
  height: 100%;
  display: block;
  background-color: #ffffff;
  z-index: 1020;
  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
}

.slide-bar.show {
  right: 0;
}

.open-mobile-menu {
  display: inline-block;
}
.open-mobile-menu a {
  display: block;
  width: 40px;
  height: 40px;
  background: #212121;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  margin-left: 20px;
  color: #fff;
}
.open-mobile-menu a:hover {
  background: #006986;
}
.open-mobile-menu a.active {
  background: #006986;
}

.close-mobile-menu a {
  color: #212121;
  position: relative;
  z-index: 2;
  font-size: 16px;
  top: -10px;
  left: 0;
}
.close-mobile-menu a:hover {
  color: #ff0000;
}

.on-side {
  overflow: hidden;
}

.body-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 4;
  left: 0;
  opacity: 0;
  display: none;
  transition: all 0.3s linear 0s;
}

.body-overlay.active {
  opacity: 1;
  display: block;
}

.side-mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.side-mobile-menu ul li {
  padding: 0;
  margin: 0;
}
.side-mobile-menu ul li:before {
  display: none;
}
.side-mobile-menu ul li a {
  padding: 13px 0;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 16px;
  color: #101a23;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
.side-mobile-menu ul li a:hover {
  color: #006986;
  padding-left: 5px;
}
.side-mobile-menu ul li a[aria-expanded=true] {
  color: #006986;
}
.side-mobile-menu ul li a[aria-expanded=true]:before {
  background: #006986;
  border-color: #006986;
}
.side-mobile-menu ul li ul {
  padding-left: 0;
  list-style: none;
}
.side-mobile-menu ul li ul li {
  padding-left: 15px;
}
.side-mobile-menu ul li ul li:hover > a {
  color: #006986;
  padding-left: 20px;
}
.side-mobile-menu ul li ul li:hover > a:before {
  background: #006986;
  border-color: #006986;
}
.side-mobile-menu ul li ul li a {
  position: relative;
  padding-left: 15px;
  text-transform: capitalize;
  font-size: 16px;
}
.side-mobile-menu ul li ul li a:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid #101a23;
  border-radius: 50%;
}
.side-mobile-menu ul li ul li a[aria-expanded=true] {
  padding-left: 20px;
}
.side-mobile-menu ul li.has-children > a:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-width: 2px 0 0 2px;
  border-style: solid;
  border-color: initial;
  right: 16px;
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
  transform-origin: top;
  transition: all 0.3s ease-out;
}
.side-mobile-menu ul li.has-children a[aria-expanded=true]:after {
  transform: rotate(-135deg) translateY(-50%);
}

.header-section {
  padding-top: 20px;
  padding-bottom: 20px;
}
.header-section.sticky-header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 999;
  background: #fff;
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
}
@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
.logo img {
  max-width: 375px;
  width: 100%;
}

.main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-menu ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.main-menu ul li:before {
  display: none;
}
.main-menu ul li a {
  display: block;
  padding: 10px 20px;
  color: #004350;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
}
.main-menu ul li a:hover {
  color: #f39200;
}

.header-social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
}
.header-social a {
  width: 34px;
  height: 34px;
  border: 1px solid #006986;
  color: #006986;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.header-social a:hover {
  color: #fff;
  background: #006986;
}

.header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 50px;
}

.hero-section {
  position: relative;
}
.hero-section .hero-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}
.hero-section .hero-video {
  background: #006986;
}
.hero-section .hero-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-section .hero-info {
  display: inline-block;
  text-align: center;
  max-width: 432px;
  background: #F39200;
  padding: 15px 10px;
}
.hero-section .hero-info h3 {
  font-size: 33px;
  line-height: 33px;
  font-weight: 800;
  margin-bottom: 0;
  color: #fff;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-section .hero-info h3 {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-section .hero-info h3 {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  .hero-section .hero-info h3 {
    font-size: 12px;
    line-height: 14px;
  }
}
.hero-section .hero-info p {
  font-size: 24px;
  color: #004350;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-section .hero-info p {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-section .hero-info p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .hero-section .hero-info p {
    font-size: 10px;
  }
}
.hero-section .hero-scroll {
  position: absolute;
  left: 0;
  bottom: 43px;
  z-index: 10;
  text-align: center;
  width: 100%;
}
@media (max-width: 767px) {
  .hero-section .hero-scroll {
    bottom: 20px;
  }
}
.hero-section .hero-scroll a {
  display: inline-block;
}
.hero-section .hero-scroll a svg {
  max-width: 72px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-section .hero-scroll a svg {
    max-width: 45px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-section .hero-scroll a svg {
    max-width: 45px;
  }
}
@media (max-width: 767px) {
  .hero-section .hero-scroll a svg {
    max-width: 30px;
  }
}

.hero-title {
  background: #006986;
}
.hero-title h2 {
  font-size: 50px;
  line-height: 60px;
  color: #fff;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-title h2 {
    font-size: 30px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-title h2 {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .hero-title h2 {
    font-size: 20px;
    line-height: 1.2;
  }
}

.expend-heading h3 {
  font-family: "Graphie";
  font-size: 50px;
  font-weight: 700;
  line-height: 67px;
  color: #006986;
  padding-bottom: 53px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .expend-heading h3 {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .expend-heading h3 {
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .expend-heading h3 {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.expend-heading h3:after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 65px;
  background-color: #F39200;
}
.expend-heading.style-2 h3:after {
  left: 50%;
  transform: translateX(-50%);
}

.expend-content h4 {
  font-family: "Graphie";
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #222222;
  margin-bottom: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .expend-content h4 {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .expend-content h4 {
    font-size: 18px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .expend-content h4 {
    font-size: 18px;
    line-height: 1.2;
  }
}
.expend-content p {
  font-family: "Graphie";
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #222222;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .expend-content p {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .expend-content p {
    font-size: 18px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .expend-content p {
    font-size: 18px;
    line-height: 1.2;
  }
}
.expend-content.style-2 p {
  color: #004350;
}

.expend-list-wrap {
  padding-left: 110px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .expend-list-wrap {
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .expend-list-wrap {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .expend-list-wrap {
    padding-left: 0;
  }
}
.expend-list-wrap ul {
  background-color: #F5F8F8;
  padding: 72px 39px;
  margin: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .expend-list-wrap ul {
    padding: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .expend-list-wrap ul {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .expend-list-wrap ul {
    padding: 30px;
  }
}
.expend-list-wrap ul li {
  font-family: "Graphie";
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #F39200;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .expend-list-wrap ul li {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .expend-list-wrap ul li {
    font-size: 18px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .expend-list-wrap ul li {
    font-size: 18px;
    line-height: 1.2;
  }
}

.expend-map {
  position: relative;
  z-index: 1;
}
.expend-map .map-info {
  max-width: 297px;
  display: inline-block;
  padding: 23px 13px 21px 32px;
  background-color: #006986;
  position: absolute;
  z-index: 2;
  bottom: 134px;
  left: 53px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .expend-map .map-info {
    padding: 15px;
    bottom: 40px;
  }
}
@media (max-width: 767px) {
  .expend-map .map-info {
    padding: 15px;
    bottom: 40px;
  }
}
.expend-map .map-info:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 100%;
  left: 50%;
  transform: translateX(-67%);
  height: 53px;
  width: 62px;
  background: #006986;
  -webkit-clip-path: polygon(100% 0, 0 0, 48% 100%);
          clip-path: polygon(100% 0, 0 0, 48% 100%);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .expend-map .map-info:after {
    height: 15px;
    width: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .expend-map .map-info:after {
    height: 15px;
    width: 30px;
    top: 99%;
  }
}
@media (max-width: 767px) {
  .expend-map .map-info:after {
    height: 15px;
    width: 30px;
    top: 99%;
  }
}
.expend-map .map-info h4 {
  font-family: "Graphie";
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #FFFFFF;
  margin-bottom: 5px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .expend-map .map-info h4 {
    font-size: 18px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .expend-map .map-info h4 {
    font-size: 12px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .expend-map .map-info h4 {
    font-size: 12px;
    line-height: 1.2;
  }
}
.expend-map .map-info p {
  font-family: "Graphie";
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #FFFFFF;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .expend-map .map-info p {
    font-size: 18px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .expend-map .map-info p {
    font-size: 12px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .expend-map .map-info p {
    font-size: 12px;
    line-height: 1.2;
  }
}

.expend-right-content h4 {
  font-family: "Graphie";
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #222222;
  margin-bottom: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .expend-right-content h4 {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .expend-right-content h4 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .expend-right-content h4 {
    font-size: 20px;
  }
}
.expend-right-content ul {
  padding: 0;
  margin: 0;
}
.expend-right-content ul li {
  font-family: "Graphie";
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #222222;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .expend-right-content ul li {
    font-size: 16px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .expend-right-content ul li {
    font-size: 16px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .expend-right-content ul li {
    font-size: 16px;
    line-height: 1.2;
  }

  .expend-right-content ul li:before {
    top: 5px;
  }


  .list-wrap ul li:before {
    top: 5px;
  }


}

.expend-right-content p {
  font-family: "Graphie";
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #222222;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .expend-right-content p {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .expend-right-content p {
    font-size: 18px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .expend-right-content p {
    font-size: 18px;
    line-height: 1.2;
  }
}

.about-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.about-section .s-shape-1 {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 441px;
  height: 441px;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-section .s-shape-1 {
    width: 200px;
    height: 200px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-section .s-shape-1 {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 767px) {
  .about-section .s-shape-1 {
    display: none;
  }
}
.about-section .s-shape-1 .bar {
  position: absolute;
  z-index: -1;
  top: 85px;
  left: -38px;
  width: 441px;
  height: 30px;
  background: #F39200;
  transform: rotate(149deg);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-section .s-shape-1 .bar {
    top: 5px;
    left: -40px;
    width: 300px;
    height: 10px;
    transform: rotate(145deg);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-section .s-shape-1 .bar {
    top: 5px;
    left: -40px;
    width: 300px;
    height: 10px;
    transform: rotate(145deg);
  }
}
.about-section .s-shape-1:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -2;
  -webkit-clip-path: polygon(0 0, 0 50%, 80% 0);
          clip-path: polygon(0 0, 0 50%, 80% 0);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-section .s-shape-1:before {
    -webkit-clip-path: polygon(0 0, 0 40%, 60% 0);
            clip-path: polygon(0 0, 0 40%, 60% 0);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-section .s-shape-1:before {
    -webkit-clip-path: polygon(0 0, 0 40%, 60% 0);
            clip-path: polygon(0 0, 0 40%, 60% 0);
  }
}
.about-section .s-shape-2 {
  position: absolute;
  z-index: -1;
  bottom: -2px;
  right: 0;
  width: 441px;
  height: 441px;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-section .s-shape-2 {
    width: 200px;
    height: 200px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-section .s-shape-2 {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 767px) {
  .about-section .s-shape-2 {
    display: none;
  }
}
.about-section .s-shape-2 .bar {
  position: absolute;
  z-index: -1;
  bottom: 85px;
  right: -70px;
  width: 441px;
  height: 30px;
  background: #F39200;
  transform: rotate(140deg);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-section .s-shape-2 .bar {
    bottom: 5px;
    right: -40px;
    width: 300px;
    height: 10px;
    transform: rotate(145deg);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-section .s-shape-2 .bar {
    bottom: 5px;
    right: -40px;
    width: 300px;
    height: 10px;
    transform: rotate(145deg);
  }
}
.about-section .s-shape-2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #F5F8F8;
  z-index: -2;
  -webkit-clip-path: polygon(100% 45%, 0 132%, 100% 100%);
          clip-path: polygon(100% 45%, 0 132%, 100% 100%);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-section .s-shape-2:before {
    -webkit-clip-path: polygon(100% 50%, 0 133%, 100% 100%);
            clip-path: polygon(100% 50%, 0 133%, 100% 100%);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-section .s-shape-2:before {
    -webkit-clip-path: polygon(100% 50%, 0 133%, 100% 100%);
            clip-path: polygon(100% 50%, 0 133%, 100% 100%);
  }
}

.about-content h4 {
  font-family: "Graphie";
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #222222;
  margin-bottom: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-content h4 {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-content h4 {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .about-content h4 {
    font-size: 18px;
    line-height: 1.2;
  }
}
.about-content p {
  font-family: "Graphie";
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #222222;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-content p {
    font-size: 16px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-content p {
    font-size: 16px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .about-content p {
    font-size: 16px;
    line-height: 1.2;
  }
}
.about-content .list-wrap ul {
  padding-left: 0;
  margin: 0;
}
.about-content .list-wrap ul li {
  font-family: "Graphie";
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #222222;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-content .list-wrap ul li {
    font-size: 16px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-content .list-wrap ul li {
    font-size: 16px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .about-content .list-wrap ul li {
    font-size: 16px;
    line-height: 1.2;
  }
}
.about-content .list-wrap ul li span {
  font-family: "Graphie";
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #222222;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-content .list-wrap ul li span {
    font-size: 16px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-content .list-wrap ul li span {
    font-size: 16px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .about-content .list-wrap ul li span {
    font-size: 16px;
    line-height: 1.2;
  }
}
.about-content .text p {
  font-family: "Graphie";
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #222222;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-content .text p {
    font-size: 16px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-content .text p {
    font-size: 16px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .about-content .text p {
    font-size: 16px;
    line-height: 1.2;
  }
}
.about-content .text p span {
  font-weight: 700;
}

.steps-section {
  position: relative;
  z-index: 1;
}
.steps-section .atuty-shape h5 {
  font-family: "Graphie";
  font-size: 26px;
  font-weight: 700;
  line-height: 35px;
  color: #F39200;
  margin-bottom: 0;
  position: absolute;
  z-index: 2;
  transform: rotate(270deg);
  top: 16%;
  left: 15%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .steps-section .atuty-shape h5 {
    font-size: 16px;
    line-height: 1.2;
    left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .steps-section .atuty-shape h5 {
    font-size: 16px;
    line-height: 1.2;
    left: 20px;
  }
}
@media (max-width: 767px) {
  .steps-section .atuty-shape h5 {
    font-size: 16px;
    line-height: 1.2;
    left: 20px;
  }
}
.steps-section .atuty-shape h5:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  right: 120%;
  height: 4px;
  width: 67px;
  background-color: #F39200;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .steps-section .atuty-shape h5:after {
    height: 2px;
    width: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .steps-section .atuty-shape h5:after {
    height: 2px;
    width: 30px;
  }
}
@media (max-width: 767px) {
  .steps-section .atuty-shape h5:after {
    height: 2px;
    width: 30px;
  }
}
.steps-section .shape-1 {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 441px;
  height: 441px;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .steps-section .shape-1 {
    width: 200px;
    height: 200px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .steps-section .shape-1 {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 767px) {
  .steps-section .shape-1 {
    display: none;
  }
}
.steps-section .shape-1 .bar {
  position: absolute;
  z-index: -1;
  top: 85px;
  left: -38px;
  width: 441px;
  height: 30px;
  background: #F39200;
  transform: rotate(149deg);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .steps-section .shape-1 .bar {
    top: 5px;
    left: -40px;
    width: 300px;
    height: 10px;
    transform: rotate(145deg);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .steps-section .shape-1 .bar {
    top: 5px;
    left: -40px;
    width: 300px;
    height: 10px;
    transform: rotate(145deg);
  }
}
.steps-section .shape-1:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -2;
  -webkit-clip-path: polygon(0 0, 0 50%, 80% 0);
          clip-path: polygon(0 0, 0 50%, 80% 0);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .steps-section .shape-1:before {
    -webkit-clip-path: polygon(0 0, 0 40%, 60% 0);
            clip-path: polygon(0 0, 0 40%, 60% 0);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .steps-section .shape-1:before {
    -webkit-clip-path: polygon(0 0, 0 40%, 60% 0);
            clip-path: polygon(0 0, 0 40%, 60% 0);
  }
}

.steps-contact-form {
  max-width: 476px;
  background: #F39200;
  padding: 47px 49px 50px 54px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .steps-contact-form {
    padding: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .steps-contact-form {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .steps-contact-form {
    padding: 30px;
  }
}
.steps-contact-form .info {
  margin-bottom: 25px;
}
.steps-contact-form .info h4 {
  font-family: "Graphie";
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
  color: #004350;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .steps-contact-form .info h4 {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .steps-contact-form .info h4 {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .steps-contact-form .info h4 {
    font-size: 20px;
    line-height: 1.2;
  }
}
.steps-contact-form .info p {
  font-family: "Graphie";
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  color: #004350;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .steps-contact-form .info p {
    font-size: 16px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .steps-contact-form .info p {
    font-size: 16px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .steps-contact-form .info p {
    font-size: 16px;
    line-height: 1.2;
  }
}
.steps-contact-form .input-wrap {
  margin-bottom: 25px;
}
.steps-contact-form .input-wrap input {
  font-family: "Graphie";
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  color: #006986;
  padding: 15px 20px;
  width: 100%;
  background: #FFFFFF;
  border: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .steps-contact-form .input-wrap input {
    padding: 12px 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .steps-contact-form .input-wrap input {
    padding: 12px 20px;
  }
}
@media (max-width: 767px) {
  .steps-contact-form .input-wrap input {
    padding: 12px 20px;
  }
}
.steps-contact-form .input-wrap textarea {
  font-family: "Graphie";
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  color: #006986;
  padding: 15px 24px;
  width: 100%;
  background: #FFFFFF;
  height: 119px;
  border: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .steps-contact-form .input-wrap textarea {
    padding: 12px 20px;
    height: 80px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .steps-contact-form .input-wrap textarea {
    padding: 12px 20px;
    height: 80px;
  }
}
@media (max-width: 767px) {
  .steps-contact-form .input-wrap textarea {
    padding: 12px 20px;
    height: 80px;
  }
}
.steps-contact-form .contact-wrap {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .steps-contact-form .recaptcha-icon img {
    width: 200px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .steps-contact-form .recaptcha-icon img {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .steps-contact-form .recaptcha-icon img {
    width: 200px;
  }
}
.steps-contact-form .c-checkbox-wrap {
  position: relative;
  padding-left: 37px;
}
.steps-contact-form .c-checkbox-wrap .custom-check-mark {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 1px solid #006986;
  background: #FFFFFF;
  transition: all 0.3s linear 0s;
}
.steps-contact-form .c-checkbox-wrap .custom-check-mark:before {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear 0s;
}
.steps-contact-form .c-checkbox-wrap label {
  display: inline-block;
  font-family: "Graphie";
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  color: #004350;
}
.steps-contact-form .c-checkbox-wrap input[type=checkbox] {
  display: none;
}
.steps-contact-form .c-checkbox-wrap input[type=checkbox]:checked + .custom-check-mark {
  background-color: #006986;
}
.steps-contact-form .c-checkbox-wrap input[type=checkbox]:checked + .custom-check-mark:before {
  opacity: 1;
  visibility: visible;
  color: #FFFFFF;
}
.steps-contact-form .input-btn button {
  font-family: "Graphie";
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #FFFFFF;
  padding: 15px;
  background: #006986;
  width: 100%;
  border: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .steps-contact-form .input-btn button {
    padding: 12px 20px;
    font-size: 16px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .steps-contact-form .input-btn button {
    padding: 12px 20px;
    font-size: 16px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .steps-contact-form .input-btn button {
    padding: 12px 20px;
    font-size: 16px;
    line-height: 1.2;
  }
}

.steps-contact-form {
  position: fixed;
  z-index: 10;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: none;
  transition: all 0.1s linear 0s;
}
.steps-contact-form.active {
  display: block;
}
.steps-contact-form .steps-form-close {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 10;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
}

.steps-content {
  text-align: center;
}
.steps-content .icon {
  margin-bottom: 54px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .steps-content .icon {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .steps-content .icon {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .steps-content .icon {
    margin-bottom: 20px;
  }
}
.steps-content .icon img {
  border-radius: 50%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .steps-content .icon img {
    width: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .steps-content .icon img {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .steps-content .icon img {
    width: 100px;
  }
}
.steps-content h4 {
  font-family: "Graphie";
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  color: #006986;
  margin-bottom: 48px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .steps-content h4 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .steps-content h4 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .steps-content h4 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
}
.steps-content p {
  font-family: "Graphie";
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #004350;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .steps-content p {
    font-size: 16px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .steps-content p {
    font-size: 16px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .steps-content p {
    font-size: 16px;
    line-height: 1.2;
  }
}

.modules-section {
  background: #004350;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .modules-section .atuty-shape {
    display: none;
  }
}
.modules-section .atuty-shape h5 {
  font-family: "Graphie";
  font-size: 26px;
  font-weight: 700;
  line-height: 35px;
  color: #F39200;
  margin-bottom: 0;
  position: absolute;
  z-index: 2;
  transform: rotate(270deg);
  top: 16%;
  left: 10%;
}
@media (min-width: 1400px) and (max-width: 1700px) {
  .modules-section .atuty-shape h5 {
    left: 50px;
    top: 20%;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .modules-section .atuty-shape h5 {
    left: -20px;
    top: 25%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .modules-section .atuty-shape h5 {
    font-size: 16px;
    line-height: 1.2;
    left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .modules-section .atuty-shape h5 {
    font-size: 16px;
    line-height: 1.2;
    left: 0;
  }
}
@media (max-width: 767px) {
  .modules-section .atuty-shape h5 {
    font-size: 16px;
    line-height: 1.2;
    left: 20px;
  }
}
.modules-section .atuty-shape h5:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  right: 120%;
  height: 4px;
  width: 67px;
  background-color: #F39200;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .modules-section .atuty-shape h5:after {
    height: 2px;
    width: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .modules-section .atuty-shape h5:after {
    height: 2px;
    width: 30px;
  }
}
@media (max-width: 767px) {
  .modules-section .atuty-shape h5:after {
    height: 2px;
    width: 30px;
  }
}
.modules-section .shape-1 {
  position: absolute;
  z-index: -1;
  top: -2px;
  left: 0;
  width: 441px;
  height: 441px;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .modules-section .shape-1 {
    width: 200px;
    height: 200px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .modules-section .shape-1 {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 767px) {
  .modules-section .shape-1 {
    display: none;
  }
}
.modules-section .shape-1 .bar {
  position: absolute;
  z-index: -1;
  top: 85px;
  left: -38px;
  width: 441px;
  height: 30px;
  background: #F39200;
  transform: rotate(149deg);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .modules-section .shape-1 .bar {
    top: 5px;
    left: -40px;
    width: 300px;
    height: 10px;
    transform: rotate(145deg);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .modules-section .shape-1 .bar {
    top: 5px;
    left: -40px;
    width: 300px;
    height: 10px;
    transform: rotate(145deg);
  }
}
.modules-section .shape-1:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #F5F8F8;
  z-index: -2;
  -webkit-clip-path: polygon(0 0, 0 50%, 80% 0);
          clip-path: polygon(0 0, 0 50%, 80% 0);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .modules-section .shape-1:before {
    -webkit-clip-path: polygon(0 0, 0 40%, 60% 0);
            clip-path: polygon(0 0, 0 40%, 60% 0);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .modules-section .shape-1:before {
    -webkit-clip-path: polygon(0 0, 0 40%, 60% 0);
            clip-path: polygon(0 0, 0 40%, 60% 0);
  }
}

.module-content h4 {
  font-family: "Graphie";
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
  color: #FFFFFF;
  margin-bottom: 25px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .module-content h4 {
    font-size: 22px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .module-content h4 {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .module-content h4 {
    font-size: 20px;
    line-height: 1.2;
  }
}
.module-content .list-wrap ul {
  margin: 0;
  padding-left: 0;
}
.module-content .list-wrap ul li {
  font-family: "Graphie";
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #FFFFFF;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .module-content .list-wrap ul li {
    font-size: 16px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .module-content .list-wrap ul li {
    font-size: 16px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .module-content .list-wrap ul li {
    font-size: 16px;
    line-height: 1.2;
  }
}
.module-content .list-wrap ul li:before {
  background: #fff;
}

.module-thumb {
  position: relative;
  z-index: 1;
}
.module-thumb .module-thumb-info {
  padding: 36px 58px 33px;
  background: #F5F8F8;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 100%;
  width: 355px;
  display: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .module-thumb .module-thumb-info {
    padding: 30px;
    left: 87%;
    width: 240px;
    bottom: -40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .module-thumb .module-thumb-info {
    padding: 30px;
    left: 67%;
    width: 240px;
  }
}
@media (max-width: 767px) {
  .module-thumb .module-thumb-info {
    padding: 20px;
    left: 50%;
    bottom: -70px;
    width: 180px;
  }
}
.module-thumb .module-thumb-info.active {
  display: inline-block;
}
.module-thumb .module-thumb-info:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 10%;
  right: 100%;
  height: 90px;
  width: 115px;
  background: #F5F8F8;
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 61%);
          clip-path: polygon(100% 0, 0 0, 100% 61%);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .module-thumb .module-thumb-info:after {
    height: 40px;
    width: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .module-thumb .module-thumb-info:after {
    height: 40px;
    width: 50px;
  }
}
@media (max-width: 767px) {
  .module-thumb .module-thumb-info:after {
    height: 40px;
    width: 50px;
  }
}
.module-thumb .module-thumb-info h4 {
  font-family: "Graphie";
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #F39200;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .module-thumb .module-thumb-info h4 {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .module-thumb .module-thumb-info h4 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .module-thumb .module-thumb-info h4 {
    font-size: 18px;
    line-height: 1.2;
  }
}
.module-thumb .module-thumb-info .text p {
  font-family: "Graphie";
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  color: #004350;
  margin-bottom: 25px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .module-thumb .module-thumb-info .text p {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .module-thumb .module-thumb-info .text p {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .module-thumb .module-thumb-info .text p {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 10px;
  }
}
.module-thumb .module-thumb-info .text p:last-child {
  margin-bottom: 40px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .module-thumb .module-thumb-info .text p:last-child {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .module-thumb .module-thumb-info .text p:last-child {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .module-thumb .module-thumb-info .text p:last-child {
    margin-bottom: 10px;
  }
}
.module-thumb .module-thumb-info .m-btn a {
  display: inline-block;
  font-family: "Graphie";
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  color: #FFFFFF;
  padding: 16px 52px;
  background: #F39200;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .module-thumb .module-thumb-info .m-btn a {
    font-size: 16px;
    padding: 12px 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .module-thumb .module-thumb-info .m-btn a {
    font-size: 16px;
    padding: 12px 20px;
  }
}
@media (max-width: 767px) {
  .module-thumb .module-thumb-info .m-btn a {
    font-size: 16px;
    padding: 12px 20px;
  }
}

.module-grid {
  position: absolute;
  left: 0;
  top: 128px;
  width: 424px;
  height: 275px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .module-grid {
    top: 100px;
    width: 346px;
    height: 230px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .module-grid {
    top: 119px;
    height: 255px;
    width: 395px;
  }
}
@media (max-width: 767px) {
  .module-grid {
    top: 20%;
    width: 62%;
    height: 43%;
  }
}
.module-grid .module-grid-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(0, 67, 80, 0.1);
  border-right: 1px solid rgba(0, 67, 80, 0.1);
}
.module-grid .module-grid-col .module-grid-item {
  text-align: center;
  background: #D7E0DF;
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .module-grid .module-grid-col .module-grid-item {
    padding: 5px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .module-grid .module-grid-col .module-grid-item p {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .module-grid .module-grid-col .module-grid-item p {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .module-grid .module-grid-col .module-grid-item p {
    font-size: 10px;
  }
}
.module-grid .module-grid-col .module-grid-item:hover {
  background: #F39200;
}
/* .module-grid .module-grid-col:last-child {
  height: 130px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .module-grid .module-grid-col:last-child {
    height: 94px;
  }
}
@media (max-width: 767px) {
  .module-grid .module-grid-col:last-child {
    height: 66px;
  }
} */

.module-info-wrap {
  margin-bottom: 50px;
}
.module-info-wrap h4 {
  font-family: "Graphie";
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  color: #FFFFFF;
  margin-bottom: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .module-info-wrap h4 {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .module-info-wrap h4 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .module-info-wrap h4 {
    font-size: 16px;
  }
}
.module-info-wrap .module-info {
  display: flex;
  align-items: center;
  gap: 43px;
  margin-bottom: 16px;
}
.module-info-wrap .module-info .icon {
  min-width: 59px;
  text-align: center;
}
.module-info-wrap .module-info h4 {
  font-family: "Graphie";
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  color: #FFFFFF;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .module-info-wrap .module-info h4 {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .module-info-wrap .module-info h4 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .module-info-wrap .module-info h4 {
    font-size: 16px;
  }
}

.technique-btn a {
  display: inline-block;
  text-align: center;
  font-family: "Graphie";
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #FFFFFF;
  padding: 27px;
  background: #F39200;
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .technique-btn a {
    padding: 20px;
    font-size: 16px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .technique-btn a {
    padding: 20px;
    font-size: 16px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .technique-btn a {
    padding: 20px;
    font-size: 16px;
    line-height: 1.2;
  }
}

.technique-heading h4 {
  font-family: "Graphie";
  font-size: 50px;
  font-weight: 800;
  line-height: 67px;
  color: #FFFFFF;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .technique-heading h4 {
    font-size: 30px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .technique-heading h4 {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .technique-heading h4 {
    font-size: 20px;
    line-height: 1.2;
  }
}

.technique-section-2 {
  height: 874px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .technique-section-2 {
    height: 470px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .technique-section-2 {
    height: 470px;
  }
}
@media (max-width: 767px) {
  .technique-section-2 {
    height: 470px;
  }
}
.technique-section-2 .tech-info {
  max-width: 1185px;
  width: 100%;
  padding: 37px 49px;
  background: #006986;
  position: absolute;
  z-index: 1;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .technique-section-2 .tech-info {
    padding: 20px;
    max-width: 77%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .technique-section-2 .tech-info {
    padding: 20px;
    max-width: 77%;
  }
}
@media (max-width: 767px) {
  .technique-section-2 .tech-info {
    padding: 20px;
    max-width: 77%;
  }
}
.technique-section-2 .tech-info:after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 95%;
  right: 25%;
  height: 119px;
  width: 64px;
  background: #006986;
  -webkit-clip-path: polygon(100% 100%, 0 0, 0 100%);
          clip-path: polygon(100% 100%, 0 0, 0 100%);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .technique-section-2 .tech-info:after {
    height: 60px;
    width: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .technique-section-2 .tech-info:after {
    height: 60px;
    width: 40px;
  }
}
@media (max-width: 767px) {
  .technique-section-2 .tech-info:after {
    height: 60px;
    width: 40px;
  }
}
.technique-section-2 .tech-info h4 {
  font-family: "Graphie";
  font-size: 40px;
  font-weight: 800;
  line-height: 53px;
  color: #FFFFFF;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .technique-section-2 .tech-info h4 {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .technique-section-2 .tech-info h4 {
    font-size: 18px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .technique-section-2 .tech-info h4 {
    font-size: 16px;
    line-height: 1.2;
  }
}

.instagram-section {
  height: 240px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.instagram-section .instagram-info {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.instagram-section .instagram-info h4 {
  display: inline-block;
  font-family: "Graphie";
  font-size: 19px;
  font-weight: 300;
  line-height: 26px;
  color: #FFFFFF;
  padding: 19px 23px;
  background: rgba(34, 34, 34, 0.6);
}

.contact-section {
  position: relative;
  z-index: 1;
}
.contact-section .atuty-shape h5 {
  font-family: "Graphie";
  font-size: 26px;
  font-weight: 700;
  line-height: 35px;
  color: #006986;
  margin-bottom: 0;
  position: absolute;
  z-index: 2;
  transform: rotate(270deg);
  top: 15%;
  left: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-section .atuty-shape h5 {
    font-size: 16px;
    line-height: 1.2;
    left: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-section .atuty-shape h5 {
    font-size: 16px;
    line-height: 1.2;
    left: 0px;
  }
}
@media (max-width: 767px) {
  .contact-section .atuty-shape h5 {
    display: none;
  }
}
.contact-section .atuty-shape h5:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  right: 120%;
  height: 4px;
  width: 67px;
  background-color: #006986;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-section .atuty-shape h5:after {
    height: 2px;
    width: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-section .atuty-shape h5:after {
    height: 2px;
    width: 30px;
  }
}
@media (max-width: 767px) {
  .contact-section .atuty-shape h5:after {
    height: 2px;
    width: 30px;
  }
}

.contact-form {
  background: #D7E0DF;
  padding: 52px 102px 80px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-form {
    padding: 50px 60px;
  }
}
@media (max-width: 767px) {
  .contact-form {
    padding: 30px;
  }
}
.contact-form.style-2 {
  background: rgba(255, 255, 255, 0.4);
}
.contact-form .info-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .contact-form .info-wrap {
    flex-direction: column;
    gap: 20px;
  }
}
.contact-form .info-wrap .info {
  max-width: 470px;
}
.contact-form .info-wrap .info.style-2 {
  max-width: 100%;
}
.contact-form .info-wrap .info h4 {
  font-family: "Graphie";
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  color: #006986;
  margin-bottom: 25px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-form .info-wrap .info h4 {
    font-size: 22px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-form .info-wrap .info h4 {
    font-size: 22px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .contact-form .info-wrap .info h4 {
    font-size: 20px;
    line-height: 1.2;
  }
}
.contact-form .info-wrap .info p {
  font-family: "Graphie";
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  color: #006986;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-form .info-wrap .info p {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-form .info-wrap .info p {
    font-size: 18px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .contact-form .info-wrap .info p {
    font-size: 16px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .contact-form .info-wrap .logo img {
    max-width: 120px;
  }
}
.contact-form .input-wrap {
  margin-bottom: 22px;
}
.contact-form .input-wrap input {
  font-family: "Graphie";
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  color: #006986;
  padding: 15px 24px;
  width: 100%;
  background: #FFFFFF;
  border: none;
}
.contact-form .input-wrap textarea {
  font-family: "Graphie";
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  color: #006986;
  padding: 15px 24px;
  width: 100%;
  background: #FFFFFF;
  min-height: 119px;
  border: none;
}
.contact-form .contact-wrap {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 10px;
}
@media (max-width: 767px) {
  .contact-form .contact-wrap {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.contact-form .c-checkbox-wrap {
  position: relative;
  padding-left: 35px;
}
.contact-form .c-checkbox-wrap.style-2 label {
  font-size: 24px;
  line-height: 32px;
  color: #006986;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-form .c-checkbox-wrap.style-2 label {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-form .c-checkbox-wrap.style-2 label {
    font-size: 16px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .contact-form .c-checkbox-wrap.style-2 label {
    font-size: 16px;
    line-height: 1.2;
  }
}
.contact-form .c-checkbox-wrap .custom-check-mark {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 1px solid #006986;
  transition: all 0.3s linear 0s;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-form .c-checkbox-wrap .custom-check-mark {
    width: 15px;
    height: 15px;
    top: 3px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-form .c-checkbox-wrap .custom-check-mark {
    width: 15px;
    height: 15px;
    top: 3px;
  }
}
@media (max-width: 767px) {
  .contact-form .c-checkbox-wrap .custom-check-mark {
    width: 15px;
    height: 15px;
    top: 3px;
  }
}
.contact-form .c-checkbox-wrap .custom-check-mark:before {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear 0s;
}
.contact-form .c-checkbox-wrap label {
  display: inline-block;
  font-family: "Graphie";
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  color: #004350;
}
.contact-form .c-checkbox-wrap input[type=checkbox] {
  display: none;
}
.contact-form .c-checkbox-wrap input[type=checkbox]:checked + .custom-check-mark {
  background-color: #006986;
}
.contact-form .c-checkbox-wrap input[type=checkbox]:checked + .custom-check-mark:before {
  opacity: 1;
  visibility: visible;
  color: #FFFFFF;
}
.contact-form .input-btn button {
  font-family: "Graphie";
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #FFFFFF;
  padding: 15px;
  background: #F39200;
  width: 100%;
  border: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-form .input-btn button {
    font-size: 16px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-form .input-btn button {
    font-size: 16px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .contact-form .input-btn button {
    font-size: 16px;
    line-height: 1.2;
  }
}

.contact-team .team-icon {
  margin-bottom: 70px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-team .team-icon {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-team .team-icon {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .contact-team .team-icon {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-team .team-icon img {
    width: 200px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-team .team-icon img {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .contact-team .team-icon img {
    width: 150px;
  }
}
.contact-team h4 {
  font-family: "Graphie";
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #006986;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-team h4 {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-team h4 {
    font-size: 18px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .contact-team h4 {
    font-size: 18px;
    line-height: 1.2;
  }
}
.contact-team p {
  font-family: "Graphie";
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #006986;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-team p {
    font-size: 16px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-team p {
    font-size: 16px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .contact-team p {
    font-size: 16px;
    line-height: 1.2;
  }
}

footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
footer .footer-shape-1 {
  position: absolute;
  z-index: 2;
  bottom: -122px;
  right: -141px;
}

.footer-section {
  background: #D7E0DF;
}

@media (max-width: 767px) {
  .footer-logo {
    text-align: center;
  }
}

.footer-text p {
  font-family: "Graphie";
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #004350;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-text p {
    font-size: 16px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-text p {
    font-size: 16px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .footer-text p {
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
  }
}
.footer-text.style-2 p {
  font-weight: 300;
}

.footer-text-2 p {
  font-family: "Graphie";
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  color: #004350;
}
@media (max-width: 767px) {
  .footer-text-2 p {
    font-size: 16px;
  }
}

.footer-text-3 p {
  font-family: "Graphie";
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  color: #004350;
}
.footer-text-3 p a {
  color: #004350;
}

.privacy-content h4 {
  font-family: "Graphie";
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
  color: #006986;
  margin-bottom: 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .privacy-content h4 {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .privacy-content h4 {
    font-size: 18px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .privacy-content h4 {
    font-size: 18px;
    line-height: 1.2;
  }
}
.privacy-content p {
  font-family: "Graphie";
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  color: #006986;
  margin-bottom: 20px;
}
.privacy-content p a {
  color: inherit;
  text-decoration: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .privacy-content p {
    font-size: 16px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .privacy-content p {
    font-size: 16px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .privacy-content p {
    font-size: 16px;
    line-height: 1.2;
  }
}/*# sourceMappingURL=main.css.map */
