@import "bootstrap.min.css";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;600;700;800&family=Space+Grotesk&display=swap");
.animated-effect, .contact-details .form-control, .modal .form-field .form-control, .modal .btn-close, .btn.btn-link img, .btn.btn-transparent img, .btn.btn-outline-light img, .btn.btn-white img, .btn.btn-light img, .btn.btn-primary img, .btn, .navbar .navbar-nav .nav-item .btn img, .navbar .navbar-nav .nav-item .nav-link {
  transition: 0.2s ease all;
}

.animated-long-effect {
  transition: 0.4s ease all;
}

.active-effect {
  transform-origin: center;
  transform: scale(0.975);
}

.disable-selection {
  user-select: none;
}

.disable-clicks {
  pointer-events: none;
}

.text-ellipsis {
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

html, body {
  font-family: "Roboto", sans-serif;
  position: relative;
  background: #fff;
  transition: 0.25s ease background-color;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  html, body {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  html, body {
    font-size: 12px;
  }
}

.navbar-brand {
  padding: 0;
  margin: 0;
  position: relative;
}
.navbar-brand img {
  height: 5rem;
  transition: 0.15s ease all;
}

.navbar {
  width: 100%;
  z-index: 99;
  padding: 1rem 0;
  transition: 0.15s ease all;
}
@media (max-width: 767.9px) {
  .navbar {
    padding: 0.75rem 0;
  }
}
@media (max-width: 767.9px) {
  .navbar .navbar-nav {
    padding-bottom: 1.5rem;
  }
}
.navbar .navbar-nav .nav-item {
  margin-left: 1.75rem;
  padding-left: 1.75rem;
  position: relative;
}
.navbar .navbar-nav .nav-item:not(:first-child):before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 70%;
  background: #ddd;
  content: " ";
  margin: auto;
}
@media (max-width: 767.9px) {
  .navbar .navbar-nav .nav-item {
    margin-left: 0;
    padding-left: 0;
  }
  .navbar .navbar-nav .nav-item:before {
    display: none;
  }
}
.navbar .navbar-nav .nav-item .nav-link {
  font-size: 1.1rem;
  font-weight: 600;
  padding: 0.5rem 0;
  color: #fff;
}
.navbar .navbar-nav .nav-item .nav-link:hover, .navbar .navbar-nav .nav-item .nav-link:focus {
  color: #14aae2;
}
.navbar .navbar-nav .nav-item .nav-link.active {
  color: #14aae2;
}
.navbar .navbar-nav .nav-item .btn {
  display: flex;
  align-items: center;
}
@media (max-width: 767.9px) {
  .navbar .navbar-nav .nav-item .btn {
    margin-top: 0.5rem;
  }
}
.navbar .navbar-nav .nav-item .btn img {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 -0.5rem 0 1rem;
}
.navbar .navbar-nav .nav-item-langs:before {
  content: none !important;
}
.navbar .navbar-nav .nav-item-langs ul {
  list-style: none;
  padding: 0;
}
.navbar .navbar-nav .nav-item-langs ul li {
  display: inline-block;
}
.navbar .navbar-nav .nav-item-langs ul li .nav-link {
  font-weight: bold;
  border-radius: 6px;
  padding: 0.3rem 0.5rem;
}
.navbar .navbar-nav .nav-item-langs ul li.active .nav-link {
  color: #14aae2;
}
.navbar .navbar-toggler {
  filter: brightness(0) invert(1);
  box-shadow: none;
  outline: none;
  border: none;
  padding: 0;
}
.navbar.active {
  background: #fff;
  padding: 1rem 0;
}
.navbar.active .navbar-nav .nav-item .nav-link {
  color: rgb(12.736, 50.944, 86.764);
}
.navbar.active .navbar-nav .nav-item .nav-link:hover, .navbar.active .navbar-nav .nav-item .nav-link:focus {
  color: #14aae2;
}
.navbar.active .navbar-nav .nav-item .nav-link.active {
  color: #14aae2;
}
.navbar.active .navbar-toggler {
  filter: brightness(0);
  font-size: 0.9rem;
}

footer.page-footer {
  padding: 5rem 0;
}
footer.page-footer .navbar-brand {
  display: inline-block;
  margin: 0;
}
footer.page-footer h3 {
  font-weight: 600;
  font-size: 0.9rem;
  color: rgba(16, 64, 109, 0.5);
}
@media (max-width: 767.9px) {
  footer.page-footer h3 {
    margin: 2.5rem 0 0.5rem 0;
  }
}
footer.page-footer p {
  font-size: 0.9rem;
  color: #10406d;
  margin: 0;
}
footer.page-footer .footer-about {
  color: #10406d;
}
footer.page-footer .disclaimer {
  color: #10406d;
  font-size: 0.9rem;
  margin: 0;
}
footer.page-footer hr {
  margin: 2.5rem 0;
  background-color: rgba(16, 64, 109, 0.1);
  opacity: 1;
}
footer.page-footer form .form-field {
  margin-bottom: 0.5rem;
}
footer.page-footer form .form-field .form-label {
  font-weight: 600;
  color: #10406d;
  margin-bottom: 0;
}
footer.page-footer form .form-field .form-control {
  height: auto;
  padding: 1rem;
  border: none;
  background-color: rgba(12.736, 50.944, 86.764, 0.1);
  box-shadow: none;
  outline: none;
  border-radius: 0.75rem;
}
footer.page-footer .nav-link {
  color: #10406d;
  padding: 0;
  margin-top: 0.75rem;
  margin-right: 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
}
footer.page-footer .nav-link:hover {
  color: #14aae2;
}
footer.page-footer .social-links li a img {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
}
footer.page-footer .nav.nav-services {
  flex-direction: row;
  flex-wrap: wrap;
}
footer.page-footer .nav.nav-services li {
  width: 50%;
}
@media (max-width: 767.9px) {
  footer.page-footer .nav.nav-services li {
    width: 100%;
  }
}

.btn {
  font-weight: 600;
  padding: 1rem 2rem;
  font-size: 1.1rem;
  border-radius: 0.5rem;
}
.btn.btn-primary {
  background: #14aae2;
  border: none;
  color: #fff;
  display: inline-flex;
  align-items: center;
}
.btn.btn-primary img {
  filter: brightness(0) invert(1);
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  box-shadow: none;
  outline: none;
  color: #fff;
  filter: brightness(110%);
}
.btn.btn-primary:active {
  filter: brightness(120%);
  box-shadow: none;
  outline: none;
  color: #fff;
}
.btn.btn-primary img {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 -0.5rem 0 1rem;
}
.btn.btn-primary.btn-lg {
  padding: 1rem 2.5rem;
  font-size: 1.25rem;
}
.btn.btn-light {
  background: rgba(255, 255, 255, 0.1);
  border-color: transparent;
  color: #fff;
  padding: 0.75rem 2rem;
  border-radius: 2rem;
  display: inline-flex;
  align-items: center;
}
.btn.btn-light img {
  filter: brightness(0) invert(1);
}
.btn.btn-light:hover, .btn.btn-light:focus {
  box-shadow: none;
  outline: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  border-color: transparent;
}
.btn.btn-light:hover img, .btn.btn-light:focus img {
  filter: brightness(0) invert(1);
}
.btn.btn-light:active {
  background: #fff;
  border-color: #fff;
  box-shadow: none;
  outline: none;
  color: rgb(12.736, 50.944, 86.764);
}
.btn.btn-light:active img {
  filter: brightness(0);
}
.btn.btn-light img {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 -0.5rem 0 1rem;
}
.btn.btn-white {
  background: white;
  border-color: transparent;
  color: #10406d;
  padding: 0.75rem 2rem;
  border-radius: 2rem;
  display: inline-flex;
  align-items: center;
}
.btn.btn-white img {
  filter: none;
}
.btn.btn-white:hover, .btn.btn-white:focus {
  box-shadow: none;
  outline: none;
  color: #fff;
  background: #10406d;
  border-color: transparent;
}
.btn.btn-white:hover img, .btn.btn-white:focus img {
  filter: brightness(0) invert(1);
}
.btn.btn-white:active {
  background: rgb(22.528, 90.112, 153.472);
  border-color: rgb(22.528, 90.112, 153.472);
  box-shadow: none;
  outline: none;
  color: #fff;
}
.btn.btn-white:active img {
  filter: brightness(0) invert(1);
}
.btn.btn-white img {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 -0.5rem 0 1rem;
}
.btn.btn-outline-light {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.15);
  color: #fff;
  padding: 0.75rem 2rem;
  border-radius: 2rem;
  display: inline-flex;
  align-items: center;
}
.btn.btn-outline-light img {
  filter: brightness(0) invert(1);
}
.btn.btn-outline-light:hover, .btn.btn-outline-light:focus {
  box-shadow: none;
  outline: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  border-color: transparent;
}
.btn.btn-outline-light:hover img, .btn.btn-outline-light:focus img {
  filter: brightness(0) invert(1);
}
.btn.btn-outline-light:active {
  background: #fff;
  border-color: #fff;
  box-shadow: none;
  outline: none;
  color: rgb(12.736, 50.944, 86.764);
}
.btn.btn-outline-light:active img {
  filter: brightness(0);
}
.btn.btn-outline-light img {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 -0.5rem 0 1rem;
}
.btn.btn-transparent {
  background: rgba(255, 255, 255, 0.2);
  border-color: transparent;
  color: #fff;
  padding: 0.75rem 2rem;
  border-radius: 2rem;
  display: inline-flex;
  align-items: center;
}
.btn.btn-transparent img {
  filter: brightness(0) invert(1);
}
.btn.btn-transparent:hover, .btn.btn-transparent:focus {
  box-shadow: none;
  outline: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.3);
  border-color: transparent;
}
.btn.btn-transparent:hover img, .btn.btn-transparent:focus img {
  filter: brightness(0) invert(1);
}
.btn.btn-transparent:active {
  background: #fff;
  border-color: #fff;
  box-shadow: none;
  outline: none;
  color: rgb(12.736, 50.944, 86.764);
}
.btn.btn-transparent:active img {
  filter: brightness(0);
}
.btn.btn-transparent img {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 -0.5rem 0 1rem;
}
.btn.btn-link {
  display: inline-flex;
  align-items: center;
  padding: 0;
  margin: 0;
  outline: none;
  box-shadow: none;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.8rem;
}
.btn.btn-link:hover, .btn.btn-link:focus {
  color: #fff;
}
.btn.btn-link:hover img, .btn.btn-link:focus img {
  transform: translateX(0.5rem);
  opacity: 1;
}
.btn.btn-link img {
  width: 1.25rem;
  height: 1.25rem;
  filter: brightness(0) invert(1);
  margin: 0 -0.5rem 0 0.5rem;
  opacity: 0.25;
}

.modal .modal-content {
  background: none;
  box-shadow: none;
  background: #fff;
  border: none;
  outline: none;
  padding: 2.5rem;
  border-radius: 2rem;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .modal .modal-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767.9px) {
  .modal .modal-content {
    padding: 2.5rem 1.5rem;
  }
}
.modal .btn-close {
  position: absolute;
  top: -1rem;
  right: -0.5rem;
  filter: brightness(0);
  border: none;
  outline: none;
  box-shadow: none;
  opacity: 0.25;
}
.modal .btn-close:active {
  opacity: 1;
}
.modal h2 {
  font-weight: 600;
  color: rgb(12.736, 50.944, 86.764);
  font-size: 2.5rem;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .modal h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.9px) {
  .modal h2 {
    font-size: 1.75rem;
    text-align: center;
  }
}
.modal p {
  color: rgb(12.736, 50.944, 86.764);
  font-weight: 400;
  font-size: 1rem;
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .modal p {
    font-size: 1rem;
  }
}
@media (max-width: 767.9px) {
  .modal p {
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
  }
}
.modal p span {
  color: rgb(12.736, 50.944, 86.764);
}
.modal p.small {
  font-size: 0.8rem;
  font-weight: 400;
  color: rgba(12.736, 50.944, 86.764, 0.2);
}
@media (max-width: 767.9px) {
  .modal p.small {
    text-align: left;
  }
}
.modal .form-field .form-label {
  font-size: 1rem;
  font-weight: 600;
  color: rgb(12.736, 50.944, 86.764);
  margin-bottom: 0.25rem;
}
.modal .form-field .form-control {
  background: none;
  border: 1px solid rgb(12.736, 50.944, 86.764);
  box-shadow: none;
  border-radius: 0.5rem;
  color: rgb(12.736, 50.944, 86.764);
  padding: 1rem;
}
.modal .form-field .form-control:hover {
  border: 1px solid #14aae2;
}
.modal .form-field .form-control:focus {
  border: 1px solid #14aae2;
}

.modal-backdrop.show {
  opacity: 0.9;
}

.total-reviews-widget {
  margin-top: 1.5rem;
  position: relative;
  padding-top: 1.5rem;
  border-top: 2px solid rgba(12.736, 50.944, 86.764, 0.1);
  display: none;
}
@media (max-width: 767.9px) {
  .total-reviews-widget {
    margin-top: 1rem;
    padding-top: 0;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-top: none;
    border-bottom: 2px solid rgba(12.736, 50.944, 86.764, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
.total-reviews-widget .total-reviews-people {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-bottom: 0.75rem;
}
@media (max-width: 767.9px) {
  .total-reviews-widget .total-reviews-people {
    justify-content: center;
    padding-right: 1.5rem;
  }
}
.total-reviews-widget .total-reviews-people img {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  object-fit: cover;
  margin-right: -1.5rem;
  border: 2px solid #fff;
}
.total-reviews-widget .total-reviews-summary {
  display: block;
}
.total-reviews-widget .total-reviews-summary strong {
  display: inline-block;
  background: linear-gradient(45deg, #14aae2, rgb(41.6666666667, 20, 226));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.2;
}
.total-reviews-widget .total-reviews-summary span {
  display: block;
  color: rgba(12.736, 50.944, 86.764, 0.5);
  font-size: 0.9rem;
}

.modal-access p.h5 {
  font-size: 1.4rem;
  font-weight: bold;
}
.modal-access .form-label {
  font-weight: bold;
  color: #10406d;
  font-size: 1rem;
  margin-bottom: 0.25rem;
}
.modal-access .form-control {
  height: auto;
  padding: 1rem;
  border: none;
  background: rgba(16, 64, 109, 0.05);
  border-radius: 0.75rem;
  box-shadow: none;
  outline: none;
}
.modal-access .form-control.is-invalid, .modal-access .was-validated .form-control:invalid {
  border: 1px solid #dc3545;
}
.modal-access p.small {
  font-size: 0.8rem;
  font-weight: 400;
  color: rgba(13, 51, 87, 0.7);
  margin-top: 6px;
}
.modal-access .form-group {
  margin-bottom: 1rem;
}

.form-control {
  height: auto;
}
.main .main-box {
  position: relative;
  padding: 10rem 5rem;
  min-height: 600px;
  border-radius: 2rem;
  overflow: hidden;
}
@media (max-width: 767.9px) {
  .main .main-box {
    width: calc(100% + 1.5rem);
    margin: 0 -0.75rem;
    border-radius: 0;
    padding: 7.5rem 0.75rem;
    min-height: inherit;
    text-align: center;
  }
}
.main .main-box:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(12.736, 50.944, 86.764);
  content: " ";
  z-index: 1;
  opacity: 0.35;
}
.main .main-box .video-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.main .main-box .video-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 767.9px) {
  .main .main-box .video-wrapper img {
    height: 100%;
  }
}
.main .main-box .video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.15s ease all;
  z-index: 0;
}
.main .main-box .row {
  position: relative;
  z-index: 3;
}
.main .main-box .certified-operator-banner {
  position: absolute;
  top: 5rem;
  right: 0;
  width: 30rem;
  height: 25px;
  line-height: 25px;
  font-weight: bold;
  font-size: 0.8rem;
  text-align: center;
  background: #14aae2;
  transform-origin: center;
  color: #fff;
  transform: translateX(25%) translateY(100%) rotate(45deg);
  user-select: none;
  text-transform: uppercase;
  z-index: 5;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .main .main-box .certified-operator-banner {
    transform: translateX(25%) translateY(75%) rotate(45deg);
  }
}
.main h1 {
  font-size: 1.5rem;
  font-weight: 600;
  color: white;
}
@media (max-width: 767.9px) {
  .main h1 {
    font-size: 1rem;
  }
}
.main h1 strong {
  display: block;
  font-size: 3.5rem;
  color: #fff;
  font-weight: bold;
  margin-top: 1rem;
  line-height: 1;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .main h1 strong {
    font-size: 4rem;
  }
}
@media (max-width: 767.9px) {
  .main h1 strong {
    font-size: 2rem;
  }
}
.main p {
  color: #fff;
  margin: 1rem 0 0 0;
}

.partners {
  position: relative;
  padding: 5rem 0 0 0;
}
@media (max-width: 767.9px) {
  .partners {
    padding: 2.5rem 0 0 0;
  }
}
.partners .partners-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767.9px) {
  .partners .partners-images {
    justify-content: center;
  }
}
.partners .partners-images img {
  height: 1.5rem;
  filter: grayscale(1);
  opacity: 0.2;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .partners .partners-images img {
    height: 1rem;
  }
}
@media (max-width: 767.9px) {
  .partners .partners-images img {
    height: 1rem;
    margin: 0.5rem;
  }
}

.why-section {
  position: relative;
  padding: 5rem 0;
}
.why-section img {
  border-radius: 2rem;
}
@media (max-width: 767.9px) {
  .why-section {
    padding: 2.5rem 0 5rem 0;
    overflow: hidden;
  }
}
.why-section h2 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #10406d;
  line-height: 1.2;
  margin: 1rem 0 1.5rem 0;
}
@media (max-width: 767.9px) {
  .why-section h2 {
    font-size: 2rem;
  }
}
.why-section h3 {
  font-weight: 600;
  color: #10406d;
  font-size: 1.25rem;
  margin: 0 0 1rem 0;
}
.why-section p {
  font-size: 1.125rem;
  color: rgb(12.736, 50.944, 86.764);
}
.why-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  counter-reset: custom-counter;
}
.why-section ul li {
  display: block;
  position: relative;
  padding-left: 2rem;
  counter-increment: custom-counter;
}
.why-section ul li + li {
  margin-top: 0.75rem;
}
.why-section ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  margin: auto;
  content: counter(custom-counter);
  background: #14aae2;
  z-index: 0;
  border-radius: 0.5rem;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
}

.how-section {
  position: relative;
  padding: 0 0 1.5rem 0;
}
@media (max-width: 767.9px) {
  .how-section {
    overflow: hidden;
  }
}
.how-section img {
  border-radius: 2rem;
}
.how-section h2 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #10406d;
  line-height: 1.2;
  margin: 1rem 0 1.5rem 0;
}
@media (max-width: 767.9px) {
  .how-section h2 {
    font-size: 2rem;
  }
}
.how-section h3 {
  font-weight: 600;
  color: #10406d;
  font-size: 1.25rem;
  margin: 0 0 1rem 0;
}
.how-section p {
  font-size: 1.125rem;
  color: rgb(12.736, 50.944, 86.764);
}
.how-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  counter-reset: custom-counter;
}
.how-section ul li {
  display: block;
  position: relative;
  padding-left: 2rem;
  counter-increment: custom-counter;
}
.how-section ul li + li {
  margin-top: 0.75rem;
}
.how-section ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  margin: auto;
  content: counter(custom-counter);
  background: #14aae2;
  z-index: 0;
  border-radius: 0.5rem;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
}

.services {
  padding: 8.5rem 0 5rem 0;
  position: relative;
  background: rgb(237.3609756098, 249.0682926829, 253.4390243902);
}
.services .section-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5rem;
  z-index: 1;
}
.services .section-divider svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
  object-position: center bottom;
}
.services h2 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #10406d;
  line-height: 1.2;
  margin: 1rem 0 1.5rem 0;
}
@media (max-width: 767.9px) {
  .services h2 {
    font-size: 2rem;
  }
}
.services h3 {
  font-weight: 600;
  color: #10406d;
  font-size: 1.25rem;
  margin: 0 0 1rem 0;
}
.services p {
  font-size: 1.125rem;
  color: rgb(12.736, 50.944, 86.764);
}
.services .service-item {
  display: block;
  padding: 3rem;
  background: #fff;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 767.9px) {
  .services .service-item {
    padding: 1.5rem;
    border-radius: 0.75rem;
  }
}
.services .service-item img {
  width: 5rem;
  height: 5rem;
}
.services .service-item h4 {
  color: #10406d;
  font-weight: bold;
  font-size: 1.5rem;
  margin: 1.5rem 0 1rem 0;
}
.services .service-item .service-description {
  margin: 0;
  font-size: 0.9rem;
  color: #10406d;
}

.video-section {
  position: relative;
  padding: 5rem 0;
  background: #10406d;
}
.video-section h2 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
  margin: 1rem 0 1.5rem 0;
}
@media (max-width: 767.9px) {
  .video-section h2 {
    font-size: 2rem;
  }
}
.video-section h3 {
  font-weight: 600;
  color: #fff;
  font-size: 1.25rem;
  margin: 0 0 1rem 0;
}
.video-section p {
  font-size: 1.125rem;
  color: #fff;
}
.video-section .video-wrapper iframe {
  margin: 0;
  border-radius: 0.75rem;
  box-shadow: rgba(12.736, 50.944, 86.764, 0.2) 0 0.25rem 0.75rem;
}

.not-found {
  padding: 10rem 0;
}
.not-found h1 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #10406d;
  line-height: 1.2;
  margin: 1rem 0 1.5rem 0;
}
@media (max-width: 767.9px) {
  .not-found h1 {
    font-size: 2rem;
  }
}
.not-found p {
  font-size: 1.125rem;
  color: #10406d;
}

.home-form {
  position: relative;
  z-index: 1;
}
.home-form:before {
  position: absolute;
  bottom: -2rem;
  border-radius: 0 0 2rem 2rem;
  right: -2.5rem;
  width: 119%;
  height: 113%;
  content: " ";
  z-index: 0;
  background-image: radial-gradient(circle, #D3D4D4, #D3D4D4 1px, transparent 1px);
  background-size: 8px 8px;
}
@media (max-width: 767.9px) {
  .home-form:before {
    height: 110%;
    bottom: -2.5rem;
    right: -1.5rem;
    width: 115%;
  }
}
.home-form .form-group {
  position: sticky;
}
.home-form .form-group .form-label {
  margin-bottom: 0.5rem;
  background: #fff;
  margin-top: 0.5rem;
}
.home-form .form-group .form-control {
  height: auto;
}
.home-form button {
  position: sticky;
}

.modal .btn-close {
  position: absolute;
  top: 2rem;
  right: 2.5rem;
  filter: brightness(0);
  border: none;
  outline: none;
  box-shadow: none;
  opacity: 1;
}

.service-header {
  background: rgb(12.736, 50.944, 86.764);
  padding: 5rem 0;
}
@media (max-width: 767.9px) {
  .service-header {
    overflow: hidden;
    text-align: center;
  }
}
.service-header.v2 .img-fluid {
  margin-top: -5rem;
}
@media (max-width: 767.9px) {
  .service-header.v2 .img-fluid {
    margin-top: 0;
  }
}
.service-header h1 {
  font-size: 1.25rem;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.5);
}
.service-header h2 {
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
}
@media (min-width: 1200px) and (max-width: 1919.9px) {
  .service-header h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .service-header h2 {
    font-size: 2.25rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .service-header h2 {
    font-size: 2.25rem;
  }
}
@media (max-width: 767.9px) {
  .service-header h2 {
    font-size: 2rem;
  }
}
.service-header .img-fluid {
  margin-bottom: -5rem;
}
@media (max-width: 767.9px) {
  .service-header .img-fluid {
    margin-top: 2.5rem;
  }
}

.service-description-page {
  padding: 5rem 0;
}
.service-description-page h2 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #10406d;
  line-height: 1.2;
  margin: 1rem 0 1.5rem 0;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .service-description-page h2 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .service-description-page h2 {
    font-size: 2rem;
  }
}
@media (max-width: 767.9px) {
  .service-description-page h2 {
    font-size: 1.5rem;
  }
}
.service-description-page h3 {
  font-weight: 600;
  color: #10406d;
  font-size: 1.25rem;
  margin: 0 0 1rem 0;
}
.service-description-page p {
  font-size: 1.125rem;
  color: rgb(12.736, 50.944, 86.764);
}
.service-description-page .img-fluid {
  border-radius: 0.75rem;
}
.service-description-page .description-details {
  padding-left: 1.5rem;
  border-left: 1px solid rgba(12.736, 50.944, 86.764, 0.1);
}
@media (max-width: 767.9px) {
  .service-description-page .description-details {
    padding-left: 0;
    border-left: none;
    padding-top: 1.5rem;
    margin-top: 0.5rem;
    border-top: 1px solid rgba(12.736, 50.944, 86.764, 0.1);
  }
}
.service-description-page .description-details h4 {
  font-weight: 600;
  color: #10406d;
  font-size: 1.25rem;
  margin: 0 0 1rem 0;
}
.service-description-page .description-details p {
  font-size: 1rem;
  color: #10406d;
}

.service-faq {
  padding: 5rem 0;
  background: rgb(237.3609756098, 249.0682926829, 253.4390243902);
}
@media (max-width: 767.9px) {
  .service-faq {
    overflow: hidden;
  }
}
.service-faq.v2 {
  padding-top: 10rem;
  margin-top: -5rem;
}
.service-faq h2 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #10406d;
  line-height: 1.2;
  margin: 0 0 1.5rem 0;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .service-faq h2 {
    font-size: 2rem;
  }
}
@media (max-width: 767.9px) {
  .service-faq h2 {
    font-size: 2rem;
  }
}
.service-faq .accordion-item {
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
}
.service-faq .accordion-item + .accordion-item {
  margin-top: 0.5rem;
}
.service-faq .accordion-item .accordion-header {
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
}
.service-faq .accordion-item .accordion-header .accordion-button {
  background: none;
  outline: none;
  box-shadow: none;
  white-space: normal;
  text-align: left;
  border: none;
  display: block;
  font-weight: bold;
  color: #14aae2;
  user-select: none;
  padding: 0.5rem 0;
  font-size: 1.25rem;
  line-height: 1.5;
}
.service-faq .accordion-item .accordion-header .accordion-button.collapsed {
  color: #10406d;
}
.service-faq .accordion-item .accordion-header .accordion-button:hover {
  color: #14aae2;
}
.service-faq .accordion-item .accordion-body {
  color: #10406d;
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0;
}
.service-faq .img-fluid {
  border-radius: 2rem;
}
.service-requirements {
  background: #14aae2;
  padding: 5rem 0;
}
.service-requirements h5 {
  font-weight: bold;
  font-size: 2rem;
  color: #fff;
}
.service-requirements p {
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  margin: 0;
}

.service-cta {
  display: block;
  padding-bottom: 5rem;
}
.service-cta h2 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #10406d;
  line-height: 1.2;
  margin: 0 0 1.5rem 0;
}
@media (max-width: 767.9px) {
  .service-cta h2 {
    font-size: 1.5rem;
    margin: 1.5rem 0 1rem 0;
  }
}
.service-cta .img-fluid {
  border-radius: 2rem;
}

.service-features {
  display: block;
  position: relative;
}
@media (max-width: 767.9px) {
  .service-features {
    padding: 5rem 0;
    background: #14aae2;
  }
}
.service-features .box {
  background: #14aae2;
  padding: 5rem;
  border-radius: 2rem;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .service-features .box {
    padding: 3.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .service-features .box {
    padding: 3.5rem;
  }
}
@media (max-width: 767.9px) {
  .service-features .box {
    padding: 0;
    background: none;
    border-radius: 0;
  }
}
.service-features .box h2 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
  margin: 1rem 0 0 0;
}
@media (max-width: 767.9px) {
  .service-features .box h2 {
    font-size: 2rem;
  }
}
.service-features .box h3 {
  font-weight: 600;
  color: #fff;
  font-size: 1.25rem;
  margin: 0 0 1rem 0;
}
.service-features .box h4 {
  font-weight: bold;
  margin-top: 1.5rem;
  color: #fff;
}
.service-features .box hr {
  margin: 2.5rem 0;
  background-color: rgba(255, 255, 255, 0.25);
  opacity: 1;
  border: none;
}
.service-features .box p {
  font-size: 1.125rem;
  color: #fff;
}
.service-features .box ul {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
.service-features .box ul:after {
  content: " ";
  clear: both;
  display: block;
  width: 100%;
}
.service-features .box ul li {
  display: block;
  padding-left: 2rem;
  position: relative;
  color: #fff;
  margin-top: 1rem;
  float: left;
}
.service-features .box ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.5rem;
  background: #fff;
  content: " ";
  z-index: 0;
}
.service-features .box ul li:after {
  position: absolute;
  top: 0.4rem;
  left: 0.3rem;
  width: 0.8rem;
  height: 0.4rem;
  border-left: 2px solid #10406d;
  border-bottom: 2px solid #10406d;
  transform-origin: center;
  transform: rotate(-45deg);
  margin: auto;
  z-index: 1;
  content: " ";
}

.contact-main {
  background: rgb(12.736, 50.944, 86.764);
  padding: 7.5rem 0;
  position: relative;
}
@media (max-width: 767.9px) {
  .contact-main {
    padding: 5rem 0;
    text-align: center;
  }
}
.contact-main:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #10406d;
  content: " ";
  z-index: 1;
  opacity: 0.9;
}
.contact-main .container {
  position: relative;
  z-index: 3;
}
.contact-main .contact-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  z-index: 0;
}
.contact-main h1 {
  font-size: 1.25rem;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.5);
}
.contact-main h2 {
  font-size: 3rem;
  font-weight: bold;
  margin: 1rem 0 1.5rem 0;
  color: #fff;
}
@media (min-width: 1200px) and (max-width: 1919.9px) {
  .contact-main h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .contact-main h2 {
    font-size: 2.25rem;
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .contact-main h2 {
    font-size: 2.25rem;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 767.9px) {
  .contact-main h2 {
    font-size: 2rem;
  }
}
.contact-main p {
  font-size: 1rem;
  color: #fff;
}

.contact-details {
  padding: 5rem 0 5rem 0;
  border-bottom: 1px solid rgba(12.736, 50.944, 86.764, 0.1);
}
.contact-details .contact-box {
  display: flex;
  align-items: center;
  padding: 1.5rem;
  background: rgba(16, 64, 109, 0.05);
  border-radius: 0.75rem;
  text-decoration: none;
  color: inherit;
}
@media (max-width: 767.9px) {
  .contact-details .contact-box {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1.5rem 1rem;
  }
}
.contact-details .contact-box img {
  width: 4rem;
  height: 4rem;
  display: block;
}
.contact-details .contact-box .info {
  padding-left: 1.5rem;
}
@media (max-width: 767.9px) {
  .contact-details .contact-box .info {
    padding-left: 0;
    padding-top: 1.5rem;
  }
}
.contact-details .contact-box h6 {
  color: #10406d;
  font-weight: bold;
  font-size: 1.5rem;
  margin: 0 0 0.5rem 0;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .contact-details .contact-box h6 {
    font-size: 1.25rem;
  }
}
.contact-details .contact-box p {
  margin: 0;
  font-size: 1rem;
  color: #10406d;
}
.contact-details .form-label {
  font-weight: bold;
  color: #10406d;
  font-size: 1rem;
  margin-bottom: 0.25rem;
}
.contact-details .form-control {
  height: auto;
  padding: 1rem;
  border: none;
  background: rgba(16, 64, 109, 0.05);
  border-radius: 0.75rem;
  box-shadow: none;
  outline: none;
}
.contact-details .form-control:focus {
  background: rgba(16, 64, 109, 0.1);
}
.contact-details textarea.form-control {
  min-height: 10rem;
}

.map-wrapper {
  width: 100%;
}
.map-wrapper iframe {
  display: block;
  background: rgba(16, 64, 109, 0.1);
  width: 100% !important;
  height: 20rem !important;
}

.pricing-header {
  background: rgb(12.736, 50.944, 86.764);
  padding: 5rem 0;
}
@media (max-width: 767.9px) {
  .pricing-header {
    overflow: hidden;
    text-align: center;
  }
}
.pricing-header h1 {
  font-size: 1.25rem;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.5);
}
.pricing-header h2 {
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
}
@media (min-width: 1200px) and (max-width: 1919.9px) {
  .pricing-header h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .pricing-header h2 {
    font-size: 2.25rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .pricing-header h2 {
    font-size: 2.25rem;
  }
}
@media (max-width: 767.9px) {
  .pricing-header h2 {
    font-size: 2rem;
  }
}
.pricing-header p {
  color: rgba(255, 255, 255, 0.75);
}

.pricing {
  padding: 3.5rem 0 0 0;
}
.pricing .pricing-package.premium-package .pricing-label {
  position: absolute;
  top: 0;
  right: 0;
  width: 10rem;
  height: 25px;
  line-height: 25px;
  font-weight: bold;
  font-size: 0.8rem;
  text-align: center;
  background: #ff0000;
  transform-origin: center;
  transform: translateX(25%) translateY(100%) rotate(45deg);
  user-select: none;
  text-transform: uppercase;
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .pricing .pricing .pricing-package.premium-package .pricing-label {
    transform: translateX(25%) translateY(75%) rotate(45deg);
  }
}
.pricing .pricing-package {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 2.5rem;
  border-radius: 0.75rem;
  background: rgba(16, 64, 109, 0.05);
  overflow: hidden;
}
.pricing .pricing-package .pricing-title {
  display: block;
}
.pricing .pricing-package .pricing-title strong {
  display: block;
  font-size: 2rem;
  font-weight: 600;
  color: rgb(12.736, 50.944, 86.764);
  padding-right: 15%;
  line-height: 1.2;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .pricing .pricing-package .pricing-title strong {
    font-size: 1.5rem;
    padding-right: 25%;
  }
}
.pricing .pricing-package .pricing-title span {
  display: block;
  font-size: 0.9rem;
  color: rgb(12.736, 50.944, 86.764);
  max-width: 70%;
  margin-top: 0.5rem;
}
.pricing .pricing-package .pricing-amount {
  display: flex;
  align-items: center;
  position: relative;
  padding: 1.5rem 0;
}
.pricing .pricing-package .pricing-amount strong {
  display: block;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: -0.1rem;
  background: linear-gradient(45deg, #14aae2, #10406d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}
.pricing .pricing-package .pricing-amount span {
  display: block;
  line-height: 1.2;
  color: rgb(12.736, 50.944, 86.764);
  font-size: 0.9rem;
  margin-left: 1rem;
}
.pricing .pricing-package .pricing-features ul {
  list-style: none;
  padding: 1.5rem 0;
  border-top: 1px solid rgba(12.736, 50.944, 86.764, 0.1);
  margin: 0;
  display: block;
}
.pricing .pricing-package .pricing-features ul li {
  display: block;
  font-size: 1rem;
  color: rgb(12.736, 50.944, 86.764);
  padding-left: 1.5rem;
  position: relative;
}
.pricing .pricing-package .pricing-features ul li:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0.8rem;
  height: 0.4rem;
  border-bottom: 2px solid rgb(12.736, 50.944, 86.764);
  border-left: 2px solid rgb(12.736, 50.944, 86.764);
  content: " ";
  transform-origin: center;
  transform: rotate(-45deg);
  margin: 7px auto;
  opacity: 0.2;
}
.pricing .pricing-package .pricing-features ul li + li {
  margin-top: 0.5rem;
}
.pricing .pricing-package .pricing-buy {
  margin-top: auto;
}
.pricing .pricing-package .pricing-buy .btn {
  display: flex;
  justify-content: center;
}
.pricing .pricing-package .pricing-plus {
  position: absolute !important;
  top: 0;
  bottom: 0;
  right: -2.75rem;
  margin: auto;
  width: 4rem;
  height: 4rem;
  background: #10406d;
  color: #fff;
  text-align: center;
  line-height: calc(4rem - 4px);
  border-radius: 0.75rem;
  font-weight: bold;
  font-size: 1.5rem;
  z-index: 1;
}
@media (max-width: 767.9px) {
  .pricing .pricing-package .pricing-plus {
    left: 0;
    right: 0;
    bottom: -2.75rem;
    top: auto;
  }
}
.pricing .pricing-package .pricing-label {
  position: absolute;
  top: 0;
  right: 0;
  width: 10rem;
  height: 25px;
  line-height: 25px;
  font-weight: bold;
  font-size: 0.8rem;
  text-align: center;
  background: rgba(16, 64, 109, 0.15);
  transform-origin: center;
  transform: translateX(25%) translateY(100%) rotate(45deg);
  user-select: none;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .pricing .pricing-package .pricing-label {
    transform: translateX(25%) translateY(75%) rotate(45deg);
  }
}
.pricing .pricing-package.premium-package {
  background: linear-gradient(-45deg, #14aae2, #10406d);
  border: none;
  position: relative;
  /*overflow: visible;*/
}
.pricing .pricing-package.premium-package * {
  position: relative;
  z-index: 2;
}
.pricing .pricing-package.premium-package .pricing-title strong, .pricing .pricing-package.premium-package .pricing-title span {
  color: #fff;
}
.pricing .pricing-package.premium-package .pricing-amount strong {
  color: #fff;
  background: none;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
}
.pricing .pricing-package.premium-package .pricing-amount span {
  color: #fff;
}
.pricing .pricing-package.premium-package .pricing-features {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.pricing .pricing-package.premium-package .pricing-features li {
  color: #fff;
  font-weight: bold;
}
.pricing .pricing-package.premium-package .pricing-features li:before {
  border-color: #fff;
  opacity: 1;
}

.blog-header {
  background: rgb(12.736, 50.944, 86.764);
  padding: 5rem 0;
}
@media (max-width: 767.9px) {
  .blog-header {
    overflow: hidden;
    text-align: center;
  }
}
.blog-header h1 {
  font-size: 1.25rem;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.5);
}
.blog-header h2 {
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
}
@media (min-width: 1200px) and (max-width: 1919.9px) {
  .blog-header h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .blog-header h2 {
    font-size: 2.25rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .blog-header h2 {
    font-size: 2.25rem;
  }
}
@media (max-width: 767.9px) {
  .blog-header h2 {
    font-size: 2rem;
  }
}
.blog-header p {
  color: rgba(255, 255, 255, 0.75);
}

.blog {
  padding: 5rem 0 0 0;
}
.blog h2 {
  font-size: 2.5rem;
  font-weight: 600;
  color: rgb(12.736, 50.944, 86.764);
  line-height: 1.2;
  margin: 1rem 0 1.5rem 0;
}
@media (max-width: 767.9px) {
  .blog h2 {
    font-size: 1.75rem;
  }
}
.blog p {
  font-size: 1.125rem;
  color: rgb(12.736, 50.944, 86.764);
}
.blog .blog-article {
  position: relative;
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 0.75rem;
}
@media (max-width: 767.9px) {
  .blog .blog-article {
    flex-direction: column;
  }
}
.blog .blog-article .blog-thumbnail {
  width: 100%;
  height: 15rem;
  object-fit: cover;
  display: block;
  flex-shrink: 0;
  border-radius: 0.75rem;
}
@media (max-width: 767.9px) {
  .blog .blog-article .blog-thumbnail {
    width: 100%;
  }
}
.blog .blog-article .blog-details {
  padding: 1.5rem 0 0 0;
  position: relative;
}
.blog .blog-article .blog-details .blog-title {
  font-weight: bold;
  color: rgb(12.736, 50.944, 86.764);
  font-size: 1.5rem;
  line-height: 1.2;
}
.blog .blog-article .blog-details .blog-date {
  font-size: 0.9rem;
  color: #14aae2;
  display: block;
  margin: 0.5rem 0;
}
.blog .blog-article .blog-details .blog-description {
  font-size: 1rem;
  color: rgba(12.736, 50.944, 86.764, 0.5);
  font-weight: 400;
  margin: 0 0;
}
.blog .blog-article:hover .blog-thumbnail {
  opacity: 0.8;
}

.blog-article-page {
  color: rgb(12.736, 50.944, 86.764);
}
.blog-article-page .blog-thumb {
  border-radius: 1rem;
  width: 100%;
  height: 20rem;
  object-fit: cover;
  margin-bottom: 1.5rem;
}
.blog-article-page .breadcrumb {
  margin-bottom: 1.5rem;
}
@media (max-width: 767.9px) {
  .blog-article-page .breadcrumb {
    display: none;
  }
}
.blog-article-page .breadcrumb li {
  color: rgb(12.736, 50.944, 86.764);
}
.blog-article-page .breadcrumb li a {
  color: #14aae2;
}
.blog-article-page h1 {
  font-weight: 600;
  color: rgb(12.736, 50.944, 86.764);
  font-size: 2.5rem;
}
@media (max-width: 767.9px) {
  .blog-article-page h1 {
    font-size: 2rem;
  }
}
.blog-article-page h2, .blog-article-page h3, .blog-article-page h4, .blog-article-page h5, .blog-article-page h6 {
  font-weight: bold;
  color: rgb(12.736, 50.944, 86.764);
  margin: 2.5rem 0 1rem 0;
}
.blog-article-page video {
  border-radius: 0.75rem;
}
.blog-article-page p {
  color: rgb(12.736, 50.944, 86.764);
}
.blog-article-page p.lead {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: 0;
}
.blog-article-page p.lead strong {
  font-weight: 600;
  color: rgb(12.736, 50.944, 86.764);
}

/*# sourceMappingURL=style.css.map */
