a {
  color: inherit;
}

b, strong {
  font-weight: 700;
}

.border-none {
  border: none;
}

html {
  overflow-x: hidden;
  font-size: 20px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

body {
  font-family: "indivisible", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  color: black;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

main {
  flex-grow: 1;
}

.large-text {
  font-size: 28px;
}

.small-text {
  font-size: 12px;
}

strong, b, .fw-bold {
  font-weight: 600;
}

.bg-beige {
  background-color: #edebe0;
}

@media only screen and (max-width: 767.98px) {
  html {
    font-size: 18px;
  }
  .large-text {
    font-size: 24px;
  }
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "adobe-garamond-pro", serif;
  font-weight: 500;
  line-height: 1.2;
}

.row-gap-6 {
  row-gap: 5rem !important;
}

.mt-10 {
  margin-top: 6rem;
}

.mb-10 {
  margin-bottom: 6rem;
}

.mb-20 {
  margin-bottom: 12rem;
}

.pt-10 {
  padding-top: 6rem;
}

.pb-10 {
  padding-bottom: 6rem;
}

.py-10 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.pt-15 {
  padding-top: 9rem;
}

.pb-15 {
  padding-bottom: 9rem;
}

.pt-20 {
  padding-top: 12rem;
}

.pb-20 {
  padding-bottom: 12rem;
}

.py-6 {
  padding-top: 5rem;
  padding-bottom: 6rem;
}

@media (min-width: 768px) {
  .pb-md-20 {
    padding-bottom: 12rem;
  }
}
@media (min-width: 1200px) {
  .pe-xl-10 {
    padding-right: 6rem !important;
  }
  .px-xl-10 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
}
h1, .h1 {
  font-size: 60px;
}

@media only screen and (max-width: 767.98px) {
  h1, .h1 {
    font-size: 42px;
  }
}
.text :last-child {
  margin-bottom: 0;
}
.text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
  margin-bottom: 1rem;
}
.text ul, .text ol {
  padding-left: 1rem;
}
.text ul li, .text ol li {
  margin-bottom: 1rem;
}
.text ul li:last-of-type, .text ol li:last-of-type {
  margin-bottom: 0;
}
.text a:not(.button):not(.btn):not(.read-more) {
  text-decoration: underline;
}

.section-margin-top {
  margin-top: 5rem !important;
}

.section-margin-bottom {
  margin-bottom: 5rem !important;
}

.section-vertical-padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media (max-width: 767.98px) {
  .section-vertical-padding {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
/* containers */
@media (min-width: 1400px) {
  main .container, main .container-lg, main .container-md, main .container-sm, main .container-xl, main .container-xxl {
    max-width: 1140px;
  }
}
header nav.navbar a.nav-link {
  color: black;
}
header nav.navbar a.nav-link.active {
  font-weight: 700;
}
header nav.navbar a.menu-link {
  color: black;
  text-decoration: none;
}
header .offcanvas .btn-close {
  --bs-btn-close-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230C1A44'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
}
header .offcanvas.offcanvas-end {
  left: 0;
  width: 100%;
}

.navbar-toggler {
  border: none;
  padding: 0;
}
.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

header.overlap {
  margin-bottom: -100px;
}
header.sticky-top {
  z-index: 1021;
}
header nav.navbar {
  padding: 2rem 0;
}
header nav.navbar .navbar-brand {
  display: flex;
  padding: 0;
}
@media (max-width: 991.98px) {
  header {
    /*&.overlap {
        margin-bottom:0;
    }*/
  }
  header nav.navbar .navbar-brand img {
    width: 150px;
  }
  header nav.navbar .navbar-brand, header nav.navbar .navbar-toggler {
    z-index: 2;
  }
}
body.scrolled header nav.navbar {
  padding: 1rem 0;
}

.btn {
  background-color: black;
  border: none;
  border-radius: 24px;
  color: white;
  padding: 0.5rem 1.5rem;
  font-weight: 600;
}
.btn:hover, .btn:active {
  background-color: black;
  color: white;
}
.btn.with-arrow {
  display: flex;
  align-items: center;
}
.btn.with-arrow:after {
  content: "";
  display: block;
  background-image: url("../images/icon_arrow-right_white.svg");
  background-repeat: no-repeat;
  background-size: 24px 15px;
  width: 24px;
  height: 15px;
  margin-left: 10px;
}

@media (max-width: 575.98px) {
  .btn {
    padding: 0.25rem 0.75rem;
    font-size: 14px;
  }
}
/* tables */
.table {
  border: 1px solid #dee2e6;
  font-size: 16px;
}
.table th, .table td {
  border: 1px solid #dee2e6;
}
.table th {
  background-color: #f1f5fa;
}
.table td {
  background-color: white;
}

/* Webtoffee */
.wcc-category-list .wcc-category-list-title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.wcc-category-list table {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
  font-size: 1rem;
  color: #0C1A44;
}
.wcc-category-list table th, .wcc-category-list table td {
  background-color: #f1f5fa;
  color: #0C1A44;
  border-color: #dee2e6;
  font-size: 16px;
}

/* home header video */
#homeHeaderVideo [data-aos] {
  will-change: transform, opacity;
}
#homeHeaderVideo {
  aspect-ratio: 1920/800;
}
#homeHeaderVideo video {
  -o-object-fit: cover;
     object-fit: cover;
}
#homeHeaderVideo .header-video-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#homeHeaderVideo .header-video-overlay .header-video-logo_left,
#homeHeaderVideo .header-video-overlay .header-video-logo_right {
  flex: 1 1 50%;
  min-width: 0; /* prevents flex overflow with the padding */
}
#homeHeaderVideo .header-video-overlay .header-video-logo_left {
  padding-left: 6vw;
}
#homeHeaderVideo .header-video-overlay .header-video-logo_right {
  padding-right: 6vw;
}
#homeHeaderVideo .header-video-text {
  position: absolute;
  bottom: auto;
  left: auto;
  top: 1rem;
  right: 1.5rem;
}

@media (max-width: 575.98px) {
  #homeHeaderVideo {
    aspect-ratio: 1920/1080;
  }
  #homeHeaderVideo video {
    aspect-ratio: 1920/1080;
  }
}
/* video layout */
.video-layout {
  aspect-ratio: 1920/530;
}
.video-layout video {
  aspect-ratio: 1920/530;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 575.98px) {
  .video-layout {
    aspect-ratio: 1920/800;
  }
  .video-layout video {
    aspect-ratio: 1920/800;
  }
}
/* image layout */
.image-layout.container-fluid img {
  width: 100% !important;
}

/* oEmbeds */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* list with image */
ul.tick-list {
  list-style: none;
  padding-left: 0;
}
ul.tick-list li {
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: top left;
  padding-left: 40px;
}

@media (max-width: 767.98px) {
  .list-with-image-layout .large-image {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }
  .list-with-image-layout .phone-overlay-image {
    width: 200px;
    margin-left: 0;
    left: 0;
    bottom: 0;
  }
}
/* pagination */
.pagination-links .page-numbers {
  border: 2px solid #0C1A44;
  border-radius: 20px;
  display: block;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination-links .page-numbers.disabled {
  opacity: 0;
}
.pagination-links .page-numbers:hover:not(.disabled), .pagination-links .page-numbers.current {
  background-color: #0C1A44;
  color: white;
}
.pagination-links .page-numbers:not(.prev):not(.next) {
  margin-left: 5px;
  margin-right: 5px;
  width: 35px;
  height: 35px;
}
.pagination-links .page-numbers.prev, .pagination-links .page-numbers.next {
  width: 200px;
}
.pagination-links .page-numbers.prev {
  margin-right: auto;
}
.pagination-links .page-numbers.next {
  margin-left: auto;
}

/* modal */
.modal {
  --bs-modal-bg: #012b3a;
}

.modal-content {
  border: none;
  background-color: transparent;
}

.modal-backdrop {
  --bs-backdrop-bg: #012b3a;
  --bs-backdrop-opacity: 0.9;
}

.modal-header {
  padding-bottom: 0;
}
.modal-header .btn-close {
  opacity: 1;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
}

.modal-body .embed-container iframe {
  border: 2px solid #00CDDB;
  border-radius: 0.5rem;
}

.modal-footer {
  padding: 0;
}

.modal-header, .modal-footer {
  border: none;
}

@media (min-width: 992px) {
  .modal-dialog {
    max-width: 800px;
  }
}
@media (min-width: 1400px) {
  .modal-dialog {
    max-width: 1000px;
  }
}
/* page numbers */
@media only screen and (max-width: 767.98px) {
  .page-numbers.prev, .page-numbers.next {
    display: none;
  }
}
/* forminator forms */
form.forminator-ui .forminator-label {
  font-weight: 400 !important;
  font-size: inherit !important;
  margin-bottom: 0.5rem !important;
}
form.forminator-ui .forminator-label.forminator-repeater-label {
  font-size: 24px !important;
  font-weight: 700 !important;
}
form.forminator-ui .forminator-consent__label {
  font-size: inherit !important;
}
form.forminator-ui .forminator-consent__label p {
  font-size: inherit !important;
}
form.forminator-ui .bold-label .forminator-label {
  font-weight: 700 !important;
}
form.forminator-ui .bold-label .forminator-consent__label {
  font-weight: 700 !important;
}
form.forminator-ui .forminator-checkbox {
  font-size: inherit !important;
}
form.forminator-ui .forminator-checkbox-label, form.forminator-ui .forminator-consent__label {
  font-size: 12px !important;
}
form.forminator-ui .forminator-input[type=text], form.forminator-ui .forminator-input[type=email], form.forminator-ui .forminator-input[type=url] {
  border-radius: 50rem !important;
}
form.forminator-ui .forminator-textarea {
  border-radius: 1.5rem !important;
  padding: 1rem 1rem !important;
}
form.forminator-ui .forminator-select span.select2-selection {
  background-color: white !important;
  border-radius: 50rem !important;
}
form.forminator-ui .forminator-button-submit {
  color: black !important;
  background-color: #59B5F7 !important;
  border: none !important;
  border-radius: 50rem !important;
  width: 100% !important;
}
form.forminator-ui .forminator-button-submit:hover {
  color: #59B5F7 !important;
  background-color: black !important;
}

/* page title */
.page-title h1 {
  font-size: 50px;
}

@media only screen and (max-width: 767.98px) {
  .page-title h1 {
    font-size: 32px;
  }
}
/* accordion */
.accordion-button:not(.collapsed) {
  color: #0C1A44;
  background-color: transparent;
  box-shadow: none;
}
.accordion-button:focus {
  box-shadow: none;
}

.accordion-item {
  border: none;
}

.accordion > div {
  border-bottom: 1px solid #0C1A44;
}
.accordion > div:last-of-type {
  border-bottom: none;
}

.accordion-button, .accordion-body {
  padding-left: 0;
  padding-right: 0;
  color: #0C1A44;
}

/* dropdown menu */
nav.navbar .nav-dropdown a {
  text-decoration: none;
}
nav.navbar .product-dropdown {
  display: none;
}
nav.navbar.show-product-dropdown .product-dropdown {
  display: block;
}

@media (min-width: 992px) {
  .nav-dropdown {
    position: absolute;
    top: 99px;
    left: 0;
    right: 0;
  }
}
@media (max-width: 1399.98px) {
  .nav-dropdown {
    font-size: 14px;
  }
}
@media (max-width: 1199.98px) {
  .nav-dropdown {
    font-size: 12px;
  }
}
/* icons*/
i.bi::before {
  font-size: 2rem;
}

/* footer */
footer nav.navbar .nav-link {
  font-size: 14px;
  padding: 0;
}
#menu-footer-navigation .nav-link {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.footer__socials a {
  margin-right: 0.5rem;
}
.footer__socials a:last-of-type {
  margin-right: 0;
}

.bcorp-logo {
  width: 50px;
}/*# sourceMappingURL=app.css.map */