.jarallax {
  position: relative !important;
  z-index: 0 !important;
}

.jarallax > .jarallax-img {
  position: absolute !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  /* support for plugin https://github.com/bfred-it/object-fit-images */
  font-family: "object-fit: cover;" !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: -1 !important;
}

.method-fit-img {
  position: absolute !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  /* support for plugin https://github.com/bfred-it/object-fit-images */
  font-family: "object-fit: cover;";
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: -1 !important;
}

.method-fit-img-contain {
  position: absolute !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  /* support for plugin https://github.com/bfred-it/object-fit-images */
  font-family: "object-fit: contain;";
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: -1 !important;
}

.method-fit-img-container {
  position: relative !important;
  z-index: 0 !important;
}

.editor-visual-editor__post-title-wrapper {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
  margin-top: 0 !important;
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.133) !important;
          box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.133) !important;
}

.editor-visual-editor__post-title-wrapper h1 {
  font-size: 36px !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 600 !important;
  color: #1e1e1e !important;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav .nav-link {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  background: none;
  border: 0;
}
.nav .nav-link.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.65;
}
.nav .nav-item {
  margin-bottom: -1px;
  list-style: none;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar .navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
.navbar .navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  .navbar.navbar-expand-lg {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar.navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar.navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar.navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar.navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: none;
    transition: none;
    opacity: 1;
  }
  .navbar.navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar.navbar-expand-lg .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

.dropdown {
  position: relative;
}
.dropdown .dropdown-toggle {
  white-space: nowrap;
}
.dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  text-align: left;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown .dropdown-menu.show {
  display: block;
}
.dropdown .dropdown-menu .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown .dropdown-menu .dropdown-item:hover, .dropdown .dropdown-menu .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown .dropdown-menu .dropdown-item.active, .dropdown .dropdown-menu .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}
.dropdown .dropdown-menu .dropdown-item.disabled, .dropdown .dropdown-menu .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.offcanvas.show {
  visibility: visible;
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.offcanvas.offcanvas-start.show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.offcanvas.offcanvas-end.show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.offcanvas.offcanvas-top {
  top: 0;
  left: 0;
  right: 0;
  height: 30vh;
  max-height: 100%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.offcanvas.offcanvas-top.show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.offcanvas.offcanvas-bottom {
  left: 0;
  right: 0;
  height: 30vh;
  max-height: 100%;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.offcanvas.offcanvas-bottom.show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.offcanvas .offcanvas-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
}
.offcanvas .offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.offcanvas .offcanvas-body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 1rem;
  overflow-y: auto;
}

.collapse {
  display: none;
}
.collapse.show {
  display: block;
}

.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.collapse-horizontal {
  width: 0;
  height: auto;
  -webkit-transition: width 0.35s ease;
  transition: width 0.35s ease;
}
.collapse-horizontal.collapsing {
  width: 0;
  height: auto;
  -webkit-transition: width 0.35s ease;
  transition: width 0.35s ease;
}
.collapse-horizontal.collapse.show {
  width: 100%;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
  .collapse-horizontal.collapsing {
    -webkit-transition: none;
    transition: none;
  }
}
.wp-block-method-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wp-block-method-button,
div[data-type="method/button"] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.5rem 1rem;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
  border-radius: 100px;
  background-color: #000;
  color: #fff;
  text-decoration: none;
}
.wp-block-method-button a,
div[data-type="method/button"] a {
  text-decoration: none;
  color: currentColor;
}

div[data-type="method/grid-item"],
.method-grid-item-component {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.method-grid-rendered > .method-inner-blocks {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.method-grid-rendered > .method-inner-blocks .method-grid-item-component {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.method-grid-rendered.method-align-end > .method-inner-blocks {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.method-grid-rendered.method-align-center > .method-inner-blocks {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.method-grid-rendered.method-justify-end > .method-inner-blocks {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.method-grid-rendered.method-justify-center > .method-inner-blocks {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.method-grid-rendered.method-justify-between > .method-inner-blocks {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.method-grid-rendered.method-layout-1 > .method-inner-blocks > .method-grid-item-component {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}
.method-grid-rendered.method-layout-2 > .method-inner-blocks > .method-grid-item-component {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}
.method-grid-rendered.method-layout-3 > .method-inner-blocks > .method-grid-item-component {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333333%;
}
.method-grid-rendered.method-layout-4 > .method-inner-blocks > .method-grid-item-component {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}
.method-grid-rendered.method-layout-5 > .method-inner-blocks > .method-grid-item-component {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20%;
}
.method-grid-rendered.method-layout-6 > .method-inner-blocks > .method-grid-item-component {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66666667%;
}
@media (max-width: 767.98px) {
  .method-grid-rendered.method-layout-mobile-1 > .method-inner-blocks > .method-grid-item-component {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .method-grid-rendered.method-layout-mobile-2 > .method-inner-blocks > .method-grid-item-component {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .method-grid-rendered.method-layout-mobile-3 > .method-inner-blocks > .method-grid-item-component {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
}
@media (max-width: 767.98px) {
  .method-grid-rendered.method-layout-mobile-4 > .method-inner-blocks > .method-grid-item-component {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
}
@media (max-width: 767.98px) {
  .method-grid-rendered.method-layout-mobile-5 > .method-inner-blocks > .method-grid-item-component {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
}
@media (max-width: 767.98px) {
  .method-grid-rendered.method-layout-mobile-6 > .method-inner-blocks > .method-grid-item-component {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
}
@media (max-width: 767.98px) {
  .method-grid-rendered.method-mobile-align-end > .method-inner-blocks {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
}
@media (max-width: 767.98px) {
  .method-grid-rendered.method-mobile-align-center > .method-inner-blocks {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}
@media (max-width: 767.98px) {
  .method-grid-rendered.method-mobile-justify-end > .method-inner-blocks {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
}
@media (max-width: 767.98px) {
  .method-grid-rendered.method-mobile-justify-center > .method-inner-blocks {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
@media (max-width: 767.98px) {
  .method-grid-rendered.method-mobile-justify-between > .method-inner-blocks {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .method-grid-rendered.method-layout-tablet-1 > .method-inner-blocks > .method-grid-item-component {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .method-grid-rendered.method-layout-tablet-2 > .method-inner-blocks > .method-grid-item-component {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .method-grid-rendered.method-layout-tablet-3 > .method-inner-blocks > .method-grid-item-component {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .method-grid-rendered.method-layout-tablet-4 > .method-inner-blocks > .method-grid-item-component {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .method-grid-rendered.method-layout-tablet-5 > .method-inner-blocks > .method-grid-item-component {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .method-grid-rendered.method-layout-tablet-6 > .method-inner-blocks > .method-grid-item-component {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .method-grid-rendered.method-tablet-align-end > .method-inner-blocks {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .method-grid-rendered.method-tablet-align-center > .method-inner-blocks {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .method-grid-rendered.method-tablet-justify-end > .method-inner-blocks {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .method-grid-rendered.method-tablet-justify-center > .method-inner-blocks {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .method-grid-rendered.method-tablet-justify-between > .method-inner-blocks {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1600px) {
  .method-grid-rendered.method-layout-wide-1 > .method-inner-blocks > .method-grid-item-component {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1600px) {
  .method-grid-rendered.method-layout-wide-2 > .method-inner-blocks > .method-grid-item-component {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 1600px) {
  .method-grid-rendered.method-layout-wide-3 > .method-inner-blocks > .method-grid-item-component {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
}
@media (min-width: 1600px) {
  .method-grid-rendered.method-layout-wide-4 > .method-inner-blocks > .method-grid-item-component {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
}
@media (min-width: 1600px) {
  .method-grid-rendered.method-layout-wide-5 > .method-inner-blocks > .method-grid-item-component {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
}
@media (min-width: 1600px) {
  .method-grid-rendered.method-layout-wide-6 > .method-inner-blocks > .method-grid-item-component {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
}
@media (min-width: 1600px) {
  .method-grid-rendered.method-wide-align-end > .method-inner-blocks {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
}
@media (min-width: 1600px) {
  .method-grid-rendered.method-wide-align-center > .method-inner-blocks {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}
@media (min-width: 1600px) {
  .method-grid-rendered.method-wide-justify-end > .method-inner-blocks {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
}
@media (min-width: 1600px) {
  .method-grid-rendered.method-wide-justify-center > .method-inner-blocks {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
@media (min-width: 1600px) {
  .method-grid-rendered.method-wide-justify-between > .method-inner-blocks {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.method-grid-rendered .method-inner-blocks .method-grid-item-component[data-gfw=true] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

div[data-type="method/grid"] .method-inner-blocks > .block-editor-inner-blocks {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}
div[data-type="method/grid"] .method-grid .method-inner-blocks > .block-editor-inner-blocks > .block-editor-block-list__layout {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}
div[data-type="method/grid"] .method-grid .method-inner-blocks > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}
div[data-type="method/grid"] .method-align-end .method-inner-blocks > .block-editor-inner-blocks > .block-editor-block-list__layout {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}
div[data-type="method/grid"] .method-align-center .method-inner-blocks > .block-editor-inner-blocks > .block-editor-block-list__layout {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
div[data-type="method/grid"] .method-justify-end .method-inner-blocks > .block-editor-inner-blocks > .block-editor-block-list__layout {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}
div[data-type="method/grid"] .method-justify-center .method-inner-blocks > .block-editor-inner-blocks > .block-editor-block-list__layout {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
div[data-type="method/grid"] .method-justify-between .method-inner-blocks > .block-editor-inner-blocks > .block-editor-block-list__layout {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
div[data-type="method/grid"] .method-layout-2 .method-inner-blocks > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}
div[data-type="method/grid"] .method-layout-3 .method-inner-blocks > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333333%;
}
div[data-type="method/grid"] .method-layout-4 .method-inner-blocks > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}
div[data-type="method/grid"] .method-layout-5 .method-inner-blocks > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20%;
}
div[data-type="method/grid"] .method-layout-6 .method-inner-blocks > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66666667%;
}
@media (max-width: 767.98px) {
  div[data-type="method/grid"] .method-mobile-align-end .method-inner-blocks > .block-editor-inner-blocks > .block-editor-block-list__layout {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
}
@media (max-width: 767.98px) {
  div[data-type="method/grid"] .method-mobile-align-center .method-inner-blocks > .block-editor-inner-blocks > .block-editor-block-list__layout {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}
@media (max-width: 767.98px) {
  div[data-type="method/grid"] .method-mobile-justify-end .method-inner-blocks > .block-editor-inner-blocks > .block-editor-block-list__layout {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
}
@media (max-width: 767.98px) {
  div[data-type="method/grid"] .method-mobile-justify-center .method-inner-blocks > .block-editor-inner-blocks > .block-editor-block-list__layout {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
@media (max-width: 767.98px) {
  div[data-type="method/grid"] .method-mobile-justify-between .method-inner-blocks > .block-editor-inner-blocks > .block-editor-block-list__layout {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
}
@media (max-width: 767.98px) {
  div[data-type="method/grid"] .method-layout-mobile-1 .method-inner-blocks > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  div[data-type="method/grid"] .method-layout-mobile-2 .method-inner-blocks > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  div[data-type="method/grid"] .method-layout-mobile-3 .method-inner-blocks > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
}
@media (max-width: 767.98px) {
  div[data-type="method/grid"] .method-layout-mobile-4 .method-inner-blocks > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
}
@media (max-width: 767.98px) {
  div[data-type="method/grid"] .method-layout-mobile-5 .method-inner-blocks > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
}
@media (max-width: 767.98px) {
  div[data-type="method/grid"] .method-layout-mobile-6 .method-inner-blocks > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
}
@media (min-width: 1600px) {
  div[data-type="method/grid"] .method-wide-align-end .method-inner-blocks > .block-editor-inner-blocks > .block-editor-block-list__layout {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
}
@media (min-width: 1600px) {
  div[data-type="method/grid"] .method-wide-align-center .method-inner-blocks > .block-editor-inner-blocks > .block-editor-block-list__layout {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}
@media (min-width: 1600px) {
  div[data-type="method/grid"] .method-wide-justify-end .method-inner-blocks > .block-editor-inner-blocks > .block-editor-block-list__layout {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
}
@media (min-width: 1600px) {
  div[data-type="method/grid"] .method-wide-justify-center .method-inner-blocks > .block-editor-inner-blocks > .block-editor-block-list__layout {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
@media (min-width: 1600px) {
  div[data-type="method/grid"] .method-wide-justify-between .method-inner-blocks > .block-editor-inner-blocks > .block-editor-block-list__layout {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
}
@media (min-width: 1600px) {
  div[data-type="method/grid"] .method-layout-wide-1 .method-inner-blocks > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1600px) {
  div[data-type="method/grid"] .method-layout-wide-2 .method-inner-blocks > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 1600px) {
  div[data-type="method/grid"] .method-layout-wide-3 .method-inner-blocks > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
}
@media (min-width: 1600px) {
  div[data-type="method/grid"] .method-layout-wide-4 .method-inner-blocks > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
}
@media (min-width: 1600px) {
  div[data-type="method/grid"] .method-layout-wide-5 .method-inner-blocks > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
}
@media (min-width: 1600px) {
  div[data-type="method/grid"] .method-layout-wide-6 .method-inner-blocks > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  div[data-type="method/grid"] .method-tablet-align-end .method-inner-blocks > .block-editor-inner-blocks > .block-editor-block-list__layout {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: end !important;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  div[data-type="method/grid"] .method-tablet-align-center .method-inner-blocks > .block-editor-inner-blocks > .block-editor-block-list__layout {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  div[data-type="method/grid"] .method-tablet-justify-end .method-inner-blocks > .block-editor-inner-blocks > .block-editor-block-list__layout {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  div[data-type="method/grid"] .method-tablet-justify-center .method-inner-blocks > .block-editor-inner-blocks > .block-editor-block-list__layout {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  div[data-type="method/grid"] .method-tablet-justify-between .method-inner-blocks > .block-editor-inner-blocks > .block-editor-block-list__layout {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  div[data-type="method/grid"] .method-layout-tablet-1 .method-inner-blocks > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  div[data-type="method/grid"] .method-layout-tablet-2 .method-inner-blocks > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  div[data-type="method/grid"] .method-layout-tablet-3 .method-inner-blocks > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  div[data-type="method/grid"] .method-layout-tablet-4 .method-inner-blocks > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  div[data-type="method/grid"] .method-layout-tablet-5 .method-inner-blocks > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  div[data-type="method/grid"] .method-layout-tablet-6 .method-inner-blocks > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
}
div[data-type="method/grid"] .method-inner-blocks > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block:has(*[data-gfw=true]) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}
div[data-type="method/grid"] .method-inner-blocks > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block {
  margin: 0;
}

.method-box-control-wrap .components-base-control {
  margin-bottom: 0 !important;
}
.method-box-control-wrap .components-base-control .components-base-control__field {
  margin-bottom: 0 !important;
}

.tab-enabled .dashicon {
  position: relative;
}
.tab-enabled .dashicon:after {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 10px;
  height: 10px;
  border-radius: 40px;
  background-color: #007CBA;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
}

.wp-block-method-container-full {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  position: relative !important;
  display: block !important;
}

.method-container-full > .alignfull > .method-inner-blocks {
  position: relative !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  display: block !important;
}

.method-container-full > .alignfull {
  position: relative !important;
  display: block !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

.method-container-full {
  position: relative !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  display: block !important;
}

.method-ntm-4 {
  position: relative !important;
  top: -4rem !important;
}

div[data-type="method/navbar"],
#method-nav {
  padding-top: 56px;
  position: relative;
}
div[data-type="method/navbar"] .navbar,
#method-nav .navbar {
  padding-left: 0;
  padding-right: 0;
}
div[data-type="method/navbar"] .navbar-nav .nav-item .nav-link,
#method-nav .navbar-nav .nav-item .nav-link {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  padding-left: 12px;
  padding-right: 12px;
}
@media (max-width: 991.98px) {
  div[data-type="method/navbar"] .navbar-nav .nav-item .nav-link,
  #method-nav .navbar-nav .nav-item .nav-link {
    padding: 8px 0 !important;
    display: block;
  }
}
div[data-type="method/navbar"] .navbar-toggler,
#method-nav .navbar-toggler {
  display: none;
  visibility: hidden;
}
@media (max-width: 991.98px) {
  div[data-type="method/navbar"] .navbar-toggler,
  #method-nav .navbar-toggler {
    display: block;
    visibility: visible;
    background-image: url("data:image/svg+xml,%3Csvg width='44' height='28' viewBox='0 0 44 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M44 28H0V22H44V28ZM44 17H0V11H44V17ZM44 6H0V0H44V6Z' fill='white'/%3E%3C/svg%3E%0A");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 44px;
    height: 28px;
    padding: 0;
  }
}

@media (max-width: 991.98px) {
  .offcanvas {
    background-color: #0d2f4b;
    color: #fff;
  }
  .offcanvas .offcanvas-title {
    font-size: 1.25rem;
    margin: 0;
  }
  .offcanvas .btn-close {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 16px;
    height: 16px;
    color: #fff;
    background: 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.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.375rem;
    opacity: 0.5;
    padding: 8px;
  }
}

div[data-type="method/navbar"] {
  background-color: #7d7d7d;
}

.method-header-part.wp-block-template-part {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
  z-index: 10;
}

.wp-block-post-content {
  -webkit-margin-before: 0 !important;
          margin-block-start: 0 !important;
}

.has-delta-line {
  position: relative;
  overflow: hidden;
}
.has-delta-line:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1045.725' height='451.272' viewBox='0 0 1045.725 451.272'%3E%3Cg id='Group_111' data-name='Group 111' transform='translate(-119.415 -3108.864)'%3E%3Cpath id='Path_400' data-name='Path 400' d='M759.29,7254.543s-70.563-154.894,19.478-292.764,310.559-122.062,446.72-54.357,425.762,111.664,511.959-47.916' transform='translate(1516.419 10444.855) rotate(-177)' fill='none' stroke='%23fff' stroke-width='2' stroke-dasharray='5' opacity='0.204'/%3E%3Cpath id='Path_403' data-name='Path 403' d='M746.627,0c2.254.922,4.489,1.895,6.766,2.756,6.52,2.466,13.057,4.885,19.587,7.327.525.2,1.037.428,1.837.761L747.151,25.11l-11.388-12.2L745.585,0h1.042m.579,4.831-6.081,7.8c2.068,2.209,4.124,4.3,6.046,6.513.709.816,1.238.729,2.047.3,2.845-1.513,5.718-2.973,8.581-4.453l6.958-3.6L747.206,4.831' transform='translate(539.999 2869.846) rotate(121)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
  width: 1046px;
  height: 451px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  content: "";
  top: -270px;
  right: -50vh;
}
@media (max-width: 991.98px) {
  .has-delta-line:before {
    top: -320px;
  }
}
@media (max-width: 575.98px) {
  .has-delta-line:before {
    right: -80vh;
    top: -330px;
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
}

div[data-type="method/video-header"],
.wp-block-method-video-header {
  background-color: #000;
  position: relative;
}
div[data-type="method/video-header"] .jarallax,
.wp-block-method-video-header .jarallax {
  height: 500px;
  padding-top: 180px;
  color: #fff;
  position: relative;
}
@media (max-width: 767.98px) {
  div[data-type="method/video-header"] .jarallax,
  .wp-block-method-video-header .jarallax {
    height: auto;
  }
}
div[data-type="method/video-header"] .jarallax .method-video-header-shade,
.wp-block-method-video-header .jarallax .method-video-header-shade {
  background-color: rgba(19, 28, 35, 0.4);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
div[data-type="method/video-header"] .jarallax .wp-block-block,
.wp-block-method-video-header .jarallax .wp-block-block {
  position: relative;
  z-index: 2;
}
div[data-type="method/video-header"] .jarallax .method-video-header-content-outer,
.wp-block-method-video-header .jarallax .method-video-header-content-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 500px;
}
@media (max-width: 767.98px) {
  div[data-type="method/video-header"] .jarallax .method-video-header-content-outer,
  .wp-block-method-video-header .jarallax .method-video-header-content-outer {
    height: auto;
    padding-top: 50px;
    padding-bottom: 80px;
  }
}
div[data-type="method/video-header"] .jarallax .method-video-header-content-outer .method-video-header-content-inner,
.wp-block-method-video-header .jarallax .method-video-header-content-outer .method-video-header-content-inner {
  width: 100%;
  display: block;
  text-align: center;
}
div[data-type="method/video-header"] .jarallax .method-video-header-content-outer h1,
.wp-block-method-video-header .jarallax .method-video-header-content-outer h1 {
  margin-top: 0 !important;
  font-size: 62px;
  font-weight: 700;
  margin-bottom: 2px;
}
@media (max-width: 767.98px) {
  div[data-type="method/video-header"] .jarallax .method-video-header-content-outer h1,
  .wp-block-method-video-header .jarallax .method-video-header-content-outer h1 {
    font-size: 40px;
  }
}
div[data-type="method/video-header"] .jarallax .method-video-header-content-outer .method-subhead,
.wp-block-method-video-header .jarallax .method-video-header-content-outer .method-subhead {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 32px;
}
@media (max-width: 767.98px) {
  div[data-type="method/video-header"] .jarallax .method-video-header-content-outer .method-subhead,
  .wp-block-method-video-header .jarallax .method-video-header-content-outer .method-subhead {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
div[data-type="method/video-header"] .jarallax .method-video-header-content-outer .method-subhead p,
.wp-block-method-video-header .jarallax .method-video-header-content-outer .method-subhead p {
  margin: 0;
  padding: 0;
}
div[data-type="method/video-header"] .jarallax .method-video-header-content-outer .method-jobs-btn,
.wp-block-method-video-header .jarallax .method-video-header-content-outer .method-jobs-btn {
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  line-height: 1;
  color: #0B435A;
  background-color: #06E2D3;
  padding: 12px;
  line-height: 1;
  text-decoration: none;
  border-radius: 3px;
}

#mtsi-footer {
  background-color: #131C23;
  color: #fff;
  padding-top: 4.5rem;
  padding-bottom: 1rem;
  z-index: 5;
  position: relative;
}
#mtsi-footer .mtsi-footer-top-row {
  margin-bottom: 4rem;
}
#mtsi-footer .mtsi-footer-top-row h3 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1rem;
  margin-top: 0 !important;
}
#mtsi-footer .mtsi-footer-top-row .mtsi-certs-wrap {
  padding-right: 25%;
}
@media (max-width: 767.98px) {
  #mtsi-footer .mtsi-footer-top-row .mtsi-certs-wrap {
    padding-right: 0;
    margin-bottom: 3rem;
  }
}
#mtsi-footer .mtsi-footer-top-row .mtsi-certs-wrap .mtsi-footer-cert {
  background-color: #06E2D3;
  display: inline-block;
  line-height: 1;
  font-size: 14px;
  padding: 4px;
  border-radius: 2px;
  margin-right: 8px;
  margin-bottom: 7px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
}
#mtsi-footer .mtsi-footer-top-row .mtsi-logo-wrap {
  margin-bottom: 2rem;
}
#mtsi-footer .mtsi-footer-top-row .mtsi-delta-wrap {
  margin-bottom: 2rem;
}
#mtsi-footer .mtsi-footer-top-row .nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 0 !important;
}
#mtsi-footer .mtsi-footer-top-row .nav .nav-link {
  padding: 0 0 0.5rem 0;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  #mtsi-footer .mtsi-footer-top-row .nav {
    margin-bottom: 3rem;
  }
}
#mtsi-footer .mtsi-footer-top-row ul.method-sn {
  padding: 0;
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#mtsi-footer .mtsi-footer-top-row ul.method-sn li {
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#mtsi-footer .mtsi-footer-top-row ul.method-sn li a {
  line-height: 1;
  width: 32px;
  height: 32px;
  border-radius: 50px;
  background-color: #314AB0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  margin-right: 12px;
  -webkit-transition: 0.2s ease-in-out all;
  transition: 0.2s ease-in-out all;
}
#mtsi-footer .mtsi-footer-top-row ul.method-sn li a:hover {
  color: #314AB0;
  background-color: #fff;
}
#mtsi-footer .mtsi-copyright {
  font-weight: 700;
}

div[data-type="mtsi/collapse"],
div.wp-block-mtsi-collapse {
  margin-bottom: 4rem;
}
div[data-type="mtsi/collapse"] .mtsi-ql-collapse,
div.wp-block-mtsi-collapse .mtsi-ql-collapse {
  display: block;
  text-decoration: none;
}
div[data-type="mtsi/collapse"] .mtsi-ql-collapse svg,
div.wp-block-mtsi-collapse .mtsi-ql-collapse svg {
  -webkit-transform: rotate(180deg) scale(0.8);
          transform: rotate(180deg) scale(0.8);
  -webkit-transition: 0.14s ease-in-out all;
  transition: 0.14s ease-in-out all;
}
div[data-type="mtsi/collapse"] .mtsi-ql-collapse:not(.collapsed) svg,
div.wp-block-mtsi-collapse .mtsi-ql-collapse:not(.collapsed) svg {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
div[data-type="mtsi/collapse"] .mtsi-ql-collapse .mtsi-ql-meta,
div.wp-block-mtsi-collapse .mtsi-ql-collapse .mtsi-ql-meta {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 38px;
  align-items: center;
  padding: 2.75rem;
  gap: 2rem;
}
@media (max-width: 767.98px) {
  div[data-type="mtsi/collapse"] .mtsi-ql-collapse .mtsi-ql-meta,
  div.wp-block-mtsi-collapse .mtsi-ql-collapse .mtsi-ql-meta {
    font-size: 28px;
    font-weight: 300;
    gap: 1rem;
    padding: 1rem;
  }
}
div[data-type="mtsi/collapse"] .mtsi-ql-collapse .mtsi-ql-meta .mtsi-ql-headline,
div.wp-block-mtsi-collapse .mtsi-ql-collapse .mtsi-ql-meta .mtsi-ql-headline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 300;
}
div[data-type="mtsi/collapse"] .mtsi-ql-collapse .mtsi-ql-meta .mtsi-ql-collapse-line,
div.wp-block-mtsi-collapse .mtsi-ql-collapse .mtsi-ql-meta .mtsi-ql-collapse-line {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  height: 4px;
}
@media (max-width: 767.98px) {
  div[data-type="mtsi/collapse"] .mtsi-ql-collapse .mtsi-ql-meta .mtsi-ql-collapse-line,
  div.wp-block-mtsi-collapse .mtsi-ql-collapse .mtsi-ql-meta .mtsi-ql-collapse-line {
    display: none;
    visibility: visible;
  }
}
div[data-type="mtsi/collapse"] .mtsi-ql-collapse .mtsi-ql-meta .mtsi-ql-collapse-arrow,
div.wp-block-mtsi-collapse .mtsi-ql-collapse .mtsi-ql-meta .mtsi-ql-collapse-arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 48px;
  height: 48px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 24px;
}
@media (max-width: 767.98px) {
  div[data-type="mtsi/collapse"] .mtsi-ql-collapse .mtsi-ql-meta .mtsi-ql-collapse-arrow,
  div.wp-block-mtsi-collapse .mtsi-ql-collapse .mtsi-ql-meta .mtsi-ql-collapse-arrow {
    width: 32px;
    height: 32px;
  }
  div[data-type="mtsi/collapse"] .mtsi-ql-collapse .mtsi-ql-meta .mtsi-ql-collapse-arrow svg,
  div.wp-block-mtsi-collapse .mtsi-ql-collapse .mtsi-ql-meta .mtsi-ql-collapse-arrow svg {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}
div[data-type="mtsi/collapse"] .mtsi-ql-collapse-innerblocks,
div.wp-block-mtsi-collapse .mtsi-ql-collapse-innerblocks {
  padding-top: 3rem;
}
@media (max-width: 767.98px) {
  div[data-type="mtsi/collapse"] .mtsi-ql-collapse-innerblocks,
  div.wp-block-mtsi-collapse .mtsi-ql-collapse-innerblocks {
    padding-top: 1.5rem;
  }
}

.mtsi-header {
  position: relative;
  z-index: 5;
}
.mtsi-header .mtsi-gradient-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.mtsi-header .mtsi-gradient-overlay-low {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(23, 23, 23, 0.4)), to(rgba(23, 23, 23, 0.15)));
  background: linear-gradient(0deg, rgba(23, 23, 23, 0.4) 0%, rgba(23, 23, 23, 0.15) 100%);
}
.mtsi-header .mtsi-gradient-overlay-mid {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(23, 23, 23, 0.5)), to(rgba(23, 23, 23, 0.2)));
  background: linear-gradient(0deg, rgba(23, 23, 23, 0.5) 0%, rgba(23, 23, 23, 0.2) 100%);
}
.mtsi-header .mtsi-gradient-overlay-high {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(23, 23, 23, 0.7)), to(rgba(23, 23, 23, 0.3)));
  background: linear-gradient(0deg, rgba(23, 23, 23, 0.7) 0%, rgba(23, 23, 23, 0.3) 100%);
}
.mtsi-header .container-fluid, .mtsi-header .mtsi-full-width-container {
  position: relative;
  z-index: 20;
}

#mtsi-header-front {
  background-color: #000;
  color: #fff;
}
#mtsi-header-front .mtsi-header-content-outer-wrap {
  padding-top: 150px;
}
#mtsi-header-front .mtsi-header-content-outer-wrap .mtsi-header-content {
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#mtsi-header-front .mtsi-header-content-outer-wrap .mtsi-header-content h1 {
  font-size: 64px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  #mtsi-header-front .mtsi-header-content-outer-wrap .mtsi-header-content h1 {
    font-size: 52px;
  }
}

.mtsi-full-width-container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.mtsi-header-internal {
  background-color: #131C23;
  padding-bottom: 24px;
}
.mtsi-header-internal .wp-block-column > *:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.mtsi-header-internal .mtsi-header-backdrop {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  height: 520px;
  z-index: 5;
}
.mtsi-header-internal .mtsi-header-backdrop:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, color-stop(3%, rgb(19, 28, 35)), to(rgba(19, 28, 35, 0.15)));
  background: linear-gradient(0deg, rgb(19, 28, 35) 3%, rgba(19, 28, 35, 0.15) 100%);
}
.mtsi-header-internal .is-layout-constrained {
  position: relative;
  z-index: 10;
}
.mtsi-header-internal .mtsi-header-content-outer-wrap .mtsi-header-content {
  color: #fff;
  height: 520px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.mtsi-header-internal .mtsi-header-content-outer-wrap .mtsi-header-content h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .mtsi-header-internal .mtsi-header-content-outer-wrap .mtsi-header-content h1 {
    font-size: 2.25rem;
  }
}
.mtsi-header-internal .mtsi-header-content-outer-wrap .mtsi-header-content h1.mtsi-innovation-h1 {
  background-color: #06E2D3;
  color: #131C23;
  font-size: 2.375rem;
  padding: 24px 60px;
  margin-bottom: -48px;
}
@media (max-width: 767.98px) {
  .mtsi-header-internal .mtsi-header-content-outer-wrap .mtsi-header-content h1.mtsi-innovation-h1 {
    font-size: 2rem;
    padding: 28px 18px;
  }
}
.mtsi-header-internal .mtsi-header-content-outer-wrap .mtsi-header-content h1.mtsi-casestudy-h1 {
  background-color: #fff;
  color: #0D2F4B;
  font-size: 2.375rem;
  padding: 28px 48px;
  margin-bottom: -30px;
  max-width: 560px;
}
.mtsi-header-internal .mtsi-header-content-outer-wrap .mtsi-header-content p.mtsi-header-subhead {
  font-size: 2.375rem;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 767.98px) {
  .mtsi-header-internal .mtsi-header-content-outer-wrap .mtsi-header-content p.mtsi-header-subhead {
    font-size: 2rem;
  }
}
.mtsi-header-internal .mtsi-header-content-outer-wrap .mtsi-header-content .mtsi-breadcrumbs {
  text-align: right;
  margin: 0;
  color: #06E2D3;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .mtsi-header-internal .mtsi-header-content-outer-wrap .mtsi-header-content .mtsi-breadcrumbs {
    margin-bottom: 2rem;
  }
}
.mtsi-header-internal .mtsi-header-content-outer-wrap .mtsi-header-content .mtsi-breadcrumbs a {
  text-decoration: none;
  color: #06E2D3;
}
.mtsi-header-internal .mtsi-header-content-outer-wrap .mtsi-header-content .mtsi-breadcrumbs span {
  display: inline-block;
}

.page-template-page-template-about .mtsi-header-internal,
.page-template-page-template-contracts .mtsi-header-internal,
.page-template-page-template-innovation .mtsi-header-internal {
  padding-bottom: 48px;
}

.single-mtsi_innovation .mtsi-header-internal {
  padding-bottom: 16px;
}

.single-mtsi_casestudy .mtsi-header-internal {
  padding-bottom: 105px;
}

.mtsi-testimonials .mtsi-testimonial-item {
  text-align: center;
  padding: 0 94px;
}
@media (max-width: 767.98px) {
  .mtsi-testimonials .mtsi-testimonial-item {
    padding: 0;
  }
}
.mtsi-testimonials .mtsi-testimonial-item .mtsi-quote {
  margin-bottom: 48px;
}
.mtsi-testimonials .mtsi-testimonial-item .mtsi-copy {
  font-size: 18px;
  font-weight: 500;
}
.mtsi-testimonials .mtsi-testimonial-item .mtsi-attr-line {
  width: 190px;
  height: 6px;
  margin: 0 auto;
  display: inline-block;
  margin: 32px 0 40px 0;
}
.mtsi-testimonials .mtsi-testimonial-item .mtsi-attr {
  font-size: 18px;
}
.mtsi-testimonials .mtsi-testimonial-item .mtsi-attr p {
  margin: 0;
  padding: 0;
}
.mtsi-testimonials .mtsi-testimonial-item .mtsi-attr-one {
  font-weight: 500;
}
.mtsi-testimonials .mtsi-testimonial-item .mtsi-attr-two {
  font-weight: 300;
}
.mtsi-testimonials .mtsi-swiper-arrow {
  width: 48px;
  height: 48px;
  border-radius: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: calc(50% - 48px);
  z-index: 5;
}
@media (max-width: 767.98px) {
  .mtsi-testimonials .mtsi-swiper-arrow {
    top: auto;
    bottom: 0;
    margin-bottom: -72px;
    left: calc(50% - 56px);
  }
}
.mtsi-testimonials .mtsi-swiper-arrow.mtsi-swiper-next {
  position: absolute;
  right: 0;
  left: auto;
}
@media (max-width: 767.98px) {
  .mtsi-testimonials .mtsi-swiper-arrow.mtsi-swiper-next {
    right: calc(50% - 56px);
  }
}
.mtsi-testimonials .swiper {
  position: relative;
  z-index: 1;
}
.mtsi-testimonials .mtsi-section-inner {
  position: relative;
}

.mtsi-career-carousel {
  overflow: hidden;
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
.mtsi-career-carousel .swiper-container {
  position: relative;
}
.mtsi-career-carousel .swiper-slide {
  padding-bottom: 1px !important;
  height: 570px;
  min-height: 570px;
}
@media (max-width: 767.98px) {
  .mtsi-career-carousel .swiper-slide {
    height: 640px;
    min-height: 640px;
  }
}
.mtsi-career-carousel .swiper-slide .mtsi-career-carousel-item {
  height: 570px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-color: #1e1e1e;
  position: relative;
}
@media (max-width: 767.98px) {
  .mtsi-career-carousel .swiper-slide .mtsi-career-carousel-item {
    height: 640px;
  }
}
.mtsi-career-carousel .swiper-slide .mtsi-career-carousel-item:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 28, 35, 0)), to(rgb(28, 33, 56)));
  background: linear-gradient(180deg, rgba(19, 28, 35, 0) 0%, rgb(28, 33, 56) 100%);
  content: "";
}
@media (max-width: 767.98px) {
  .mtsi-career-carousel .swiper-slide .mtsi-career-carousel-item:after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 28, 35, 0.625)), to(rgb(28, 33, 56)));
    background: linear-gradient(180deg, rgba(19, 28, 35, 0.625) 0%, rgb(28, 33, 56) 100%);
  }
}
.mtsi-career-carousel .swiper-slide .mtsi-career-carousel-item-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  display: block;
  padding-bottom: 80px;
  font-size: 18px;
  color: #fff;
}
@media (max-width: 767.98px) {
  .mtsi-career-carousel .swiper-slide .mtsi-career-carousel-item-inner {
    font-size: 16px;
  }
}
.mtsi-career-carousel .swiper-slide .mtsi-career-carousel-item-inner h2 {
  margin-bottom: 1.75rem;
}
@media (max-width: 767.98px) {
  .mtsi-career-carousel .swiper-slide .mtsi-career-carousel-item-inner h2 {
    font-size: 24px;
  }
}
.mtsi-career-carousel .swiper-pagination {
  text-align: right;
  width: 90% !important;
}
.mtsi-career-carousel .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background-color: #fff;
  opacity: 1;
  margin: 0 14px !important;
}
.mtsi-career-carousel .swiper-pagination-bullet-active {
  background-color: #4AE6D9;
}

.mtsi-swiper {
  padding: 80px 0;
}
.mtsi-swiper .swiper-container {
  position: relative;
  overflow: hidden;
}
.mtsi-swiper .swiper-outer-wrap {
  position: relative;
  padding: 0 96px;
  overflow: visible;
}
.mtsi-swiper .swiper-button-prev, .mtsi-swiper .swiper-button-next {
  width: 48px !important;
  height: 48px !important;
}
.mtsi-swiper .swiper-button-prev:after, .mtsi-swiper .swiper-button-next:after {
  display: none !important;
  visibility: hidden !important;
}
.mtsi-swiper .swiper-button-prev {
  background-image: url("../images/swiper-prev.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.mtsi-swiper .swiper-button-next {
  background-image: url("../images/swiper-next.png");
  background-size: contain;
  background-repeat: no-repeat;
}