.content-hidden {
  display: none;
}

a#CybotCookiebotDialogPoweredbyCybot {
  display: none;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99999;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: black;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .5;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 100px 30px;
}

.fancybox-slide--html .fancybox-content {
  border-radius: 6px;
  padding: 35px;
  overflow: initial;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-content ul {
  font-size: 19px;
}

.fancybox-content.content-holder {
  width: 1170px;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

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

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
  background: transparent;
  background-color: #fff;
  border: 2px solid #23afe6;
  border-radius: 50%;
  color: #ccc;
  cursor: pointer;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  right: 15px;
  top: 15px;
  width: 20px;
  height: 20px;
  padding: 0;
}

.fancybox-slide--html .fancybox-close-small svg {
  display: none;
}

.fancybox-slide--html .fancybox-close-small:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-size: 8px 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-cross-blue.svg);
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

/*@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}*/

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Transition effects */

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */

@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  /*    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }*/
}

/* Share */

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */

@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #d22f38;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #d22f38;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1170px;
  --font-family-sans-serif: Montserrat, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: Montserrat, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

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

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

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

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

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

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

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

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

.col-1 {
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

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

.col-4 {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

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

.col-7 {
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

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

.col-10 {
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

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

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

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

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

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

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 1169.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

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

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

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

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

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

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

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

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

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

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

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #d22f38 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #a9252c !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

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

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

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

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #d22f38 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

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

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

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

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

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

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

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

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

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

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

@media print {
  .d-print-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

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

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

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

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

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

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

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

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

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

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

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

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

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

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

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

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

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

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

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #d22f38 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #942027 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: 2rem;
}

h2,
.h2 {
  font-size: 1.8rem;
}

h3,
.h3 {
  font-size: 1.6rem;
}

h4,
.h4 {
  font-size: 1.4rem;
}

h5,
.h5 {
  font-size: 1.2rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0;
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.6;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

select.form-control[size],
select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
}

.form-row > .col > .valid-tooltip,
.form-row > [class*="col-"] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.6em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem) no-repeat;
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #d22f38;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #fff;
  background-color: rgba(210, 47, 56, 0.9);
}

.form-row > .col > .invalid-tooltip,
.form-row > [class*="col-"] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #d22f38;
  padding-right: calc(1.6em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23d22f38' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23d22f38' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #d22f38;
  box-shadow: 0 0 0 0.2rem rgba(210, 47, 56, 0.25);
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #d22f38;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23d22f38' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23d22f38' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem) no-repeat;
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #d22f38;
  box-shadow: 0 0 0 0.2rem rgba(210, 47, 56, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #d22f38;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #d22f38;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #d22f38;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #db5960;
  background-color: #db5960;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(210, 47, 56, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #d22f38;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #d22f38;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #d22f38;
  box-shadow: 0 0 0 0.2rem rgba(210, 47, 56, 0.25);
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

.btn,
.wp-block-button .wp-block-button__link,
.mpForm .mpFormTable .mpQuestionTable .submitButton,
.woocommerce-checkout-payment .place-order .button,
.single_add_to_cart_button {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.6;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn,
  .wp-block-button .wp-block-button__link,
  .mpForm .mpFormTable .mpQuestionTable .submitButton,
  .woocommerce-checkout-payment .place-order .button,
  .single_add_to_cart_button {
    transition: none;
  }
}

.btn:hover,
.wp-block-button .wp-block-button__link:hover,
.mpForm .mpFormTable .mpQuestionTable .submitButton:hover,
.woocommerce-checkout-payment .place-order .button:hover,
.single_add_to_cart_button:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus,
.wp-block-button .wp-block-button__link:focus,
.mpForm .mpFormTable .mpQuestionTable .submitButton:focus,
.woocommerce-checkout-payment .place-order .button:focus,
.single_add_to_cart_button:focus,
.btn.focus,
.wp-block-button .focus.wp-block-button__link,
.mpForm .mpFormTable .mpQuestionTable .focus.submitButton,
.woocommerce-checkout-payment .place-order .focus.button,
.focus.single_add_to_cart_button {
  outline: 0;
  box-shadow: 0;
}

.btn.disabled,
.wp-block-button .disabled.wp-block-button__link,
.mpForm .mpFormTable .mpQuestionTable .disabled.submitButton,
.woocommerce-checkout-payment .place-order .disabled.button,
.disabled.single_add_to_cart_button,
.btn:disabled,
.wp-block-button .wp-block-button__link:disabled,
.mpForm .mpFormTable .mpQuestionTable .submitButton:disabled,
.woocommerce-checkout-payment .place-order .button:disabled,
.single_add_to_cart_button:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled),
.wp-block-button .wp-block-button__link:not(:disabled):not(.disabled),
.mpForm .mpFormTable .mpQuestionTable .submitButton:not(:disabled):not(.disabled),
.woocommerce-checkout-payment .place-order .button:not(:disabled):not(.disabled),
.single_add_to_cart_button:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
.wp-block-button a.disabled.wp-block-button__link,
.mpForm .mpFormTable .mpQuestionTable a.disabled.submitButton,
.woocommerce-checkout-payment .place-order a.disabled.button,
a.disabled.single_add_to_cart_button,
fieldset:disabled a.btn,
fieldset:disabled .wp-block-button a.wp-block-button__link,
.wp-block-button fieldset:disabled a.wp-block-button__link,
fieldset:disabled .mpForm .mpFormTable .mpQuestionTable a.submitButton,
.mpForm .mpFormTable .mpQuestionTable fieldset:disabled a.submitButton,
fieldset:disabled .woocommerce-checkout-payment .place-order a.button,
.woocommerce-checkout-payment .place-order fieldset:disabled a.button,
fieldset:disabled a.single_add_to_cart_button {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0 rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0 rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0 rgba(72, 180, 97, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0 rgba(58, 176, 195, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0 rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #d22f38;
  border-color: #d22f38;
}

.btn-danger:hover {
  color: #fff;
  background-color: #b4272f;
  border-color: #a9252c;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #b4272f;
  border-color: #a9252c;
  box-shadow: 0 0 0 0 rgba(217, 78, 86, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #d22f38;
  border-color: #d22f38;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #a9252c;
  border-color: #9f2229;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(217, 78, 86, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0 rgba(216, 217, 219, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0 rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0 rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #d22f38;
  border-color: #d22f38;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #d22f38;
  border-color: #d22f38;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0 rgba(210, 47, 56, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #d22f38;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #d22f38;
  border-color: #d22f38;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(210, 47, 56, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  flex: 1;
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #6d181d;
  background-color: #f2c5c7;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #6d181d;
  background-color: #edb0b3;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #6d181d;
  border-color: #6d181d;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn):not(.single_add_to_cart_button) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

@page {
    size: a3;
}

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

@media (max-width: 767.98px) {
  .admin-bar #wpadminbar {
    position: fixed;
  }
}

html {
  color: #002a4d;
  font-size: 14px;
  height: 100%;
  overflow-x: hidden;
}

body {
  min-height: 100%;
  position: relative;
}

/**
Disable W3C & Bootstrap standard styles for the abbr tag
 */

abbr[title].required {
  border-bottom: none;
  text-decoration: none;
}

.monofont {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

#site-header.has-fixed-top-navbar {
  padding-top: 85px;
}

@media screen and (max-width: 1169.98px) and (max-width: 782px) {
  body.admin-bar #site-header nav.navbar.fixed-top {
    top: 46px !important;
  }
}

#site-footer {
  background: #f4f5f7;
}

#site-footer #wc-footer-main {
  padding: 65px 15px 80px;
}

#site-footer .wc-footer-image {
  margin-bottom: 20px;
}

#site-footer .footer-menu {
  margin-bottom: 20px;
}

#site-footer .footer-menu-title {
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
}

#site-footer .footer-menu a {
  display: block;
  color: #212529;
  line-height: 1.7;
}

#site-footer .footer-menu a:hover {
  text-decoration: none;
  color: #e1e4e7;
}

#site-footer .location {
  margin-bottom: 10px;
}

#site-footer .location .footer-location-title {
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
}

#site-footer .location .location-line-1,
#site-footer .location .location-line-2,
#site-footer .location a {
  display: block;
}

#site-footer .location a {
  color: #212529;
}

#site-footer .location a:hover {
  text-decoration: none;
  color: #e1e4e7;
}

#site-footer .opening-hours {
  margin-bottom: 20px;
}

#site-footer .opening-hours-title {
  font-weight: 600;
  margin-bottom: 10px;
}

#site-footer .opening-hours span {
  display: block;
}

#site-footer .wc-footer-social {
  margin-bottom: 20px;
}

#site-footer .wc-footer-social span {
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

#site-footer .wc-footer-social a {
  margin: 0 15px 0 0;
  font-size: 1.4rem;
  color: #212529;
}

#site-footer .wc-footer-social a:hover {
  text-decoration: none;
  color: #e1e4e7;
}

#wc-bottom-bar {
  padding: 20px 0;
  background: #fff;
}

@media (max-width: 575.98px) {
  #wc-bottom-bar .wc-footer-copyright {
    display: block;
    margin-bottom: 1rem;
    text-align: center;
  }
}

#wc-bottom-bar .bottom-bar-menu {
  width: 100%;
  text-align: center;
}

#wc-bottom-bar .bottom-bar-menu a {
  color: #212529;
  margin: 10px;
  font-size: 1rem;
}

#wc-bottom-bar .bottom-bar-menu a:hover {
  color: #e1e4e7;
  text-decoration: none;
}

@font-face {
  font-family: 'Greycliff CF';
  src: url("../../fonts/GreycliffCF-Regular.eot");
  src: url("../../fonts/GreycliffCF-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/GreycliffCF-Regular.woff2") format("woff2"), url("../../fonts/GreycliffCF-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Greycliff CF';
  src: url("../../fonts/GreycliffCF-RegularOblique.eot");
  src: url("../../fonts/GreycliffCF-RegularOblique.eot?#iefix") format("embedded-opentype"), url("../../fonts/GreycliffCF-RegularOblique.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Greycliff CF';
  src: url("../../fonts/GreycliffCF-Bold.eot");
  src: url("../../fonts/GreycliffCF-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/GreycliffCF-Bold.woff2") format("woff2"), url("../../fonts/GreycliffCF-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Greycliff CF';
  src: url("../../fonts/GreycliffCF-BoldOblique.eot");
  src: url("../../fonts/GreycliffCF-BoldOblique.eot?#iefix") format("embedded-opentype"), url("../../fonts/GreycliffCF-BoldOblique.woff2") format("woff2"), url("../../fonts/GreycliffCF-BoldOblique.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../../fonts/OpenSans-Regular.eot");
  src: url("../../fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/OpenSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../../fonts/OpenSans-SemiBold.eot");
  src: url("../../fonts/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../../fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../../fonts/OpenSans-SemiBoldItalic.eot");
  src: url("../../fonts/OpenSans-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/OpenSans-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../../fonts/OpenSans-BoldItalic.eot");
  src: url("../../fonts/OpenSans-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/OpenSans-BoldItalic.woff2") format("woff2"), url("../../fonts/OpenSans-BoldItalic.woff") format("woff"), url("../../fonts/OpenSans-BoldItalic.ttf") format("truetype"), url("../../fonts/OpenSans-BoldItalic.svg#OpenSans-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../../fonts/OpenSans-Italic.eot");
  src: url("../../fonts/OpenSans-Italic.eot?#iefix") format("embedded-opentype"), url("../../fonts/OpenSans-Italic.woff2") format("woff2"), url("../../fonts/OpenSans-Italic.woff") format("woff"), url("../../fonts/OpenSans-Italic.ttf") format("truetype"), url("../../fonts/OpenSans-Italic.svg#OpenSans-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../../fonts/OpenSans-Bold.eot");
  src: url("../../fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/OpenSans-Bold.woff2") format("woff2"), url("../../fonts/OpenSans-Bold.woff") format("woff"), url("../../fonts/OpenSans-Bold.ttf") format("truetype"), url("../../fonts/OpenSans-Bold.svg#OpenSans-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../../fonts/OpenSans-LightItalic.eot");
  src: url("../../fonts/OpenSans-LightItalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/OpenSans-LightItalic.woff2") format("woff2"), url("../../fonts/OpenSans-LightItalic.woff") format("woff"), url("../../fonts/OpenSans-LightItalic.ttf") format("truetype"), url("../../fonts/OpenSans-LightItalic.svg#OpenSans-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../../fonts/OpenSans-Light.eot");
  src: url("../../fonts/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("../../fonts/OpenSans-Light.woff2") format("woff2"), url("../../fonts/OpenSans-Light.woff") format("woff"), url("../../fonts/OpenSans-Light.ttf") format("truetype"), url("../../fonts/OpenSans-Light.svg#OpenSans-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

html {
  width: 100%;
  height: auto;
  overflow-x: visible;
  box-sizing: border-box;
}

body {
  min-height: auto;
  color: #002a4d;
}

body.woocommerce,
body.woocommerce-page {
  background-color: #e6f6fc;
}

.site-wrapper {
  overflow: hidden;
}

.woocommerce .site-wrapper,
.woocommerce-page .site-wrapper {
  position: relative;
}

.woocommerce .site-wrapper:before,
.woocommerce-page .site-wrapper:before {
  content: '';
  position: absolute;
  top: 100px;
  left: 0;
  z-index: -1;
  opacity: 0.05;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 460px;
  height: 460px;
  background-size: 460px 460px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/logo-circle-dark.svg);
}

@media only screen and (max-width: 1800px) {
  .woocommerce .site-wrapper:before,
  .woocommerce-page .site-wrapper:before {
    display: none;
  }
}

* {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

::-moz-selection {
  background: #002a4d;
  color: #fff;
}

::selection {
  background: #002a4d;
  color: #fff;
}

.container {
  max-width: 1200px !important;
}

.container.big-container {
  max-width: 1200px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Greycliff CF', sans-serif;
  color: #002a4d;
  line-height: 1.25;
  font-weight: 700;
  margin: 0 0 15px 0;
}

h1 > span,
h1 em,
h1 strong,
h2 > span,
h2 em,
h2 strong,
h3 > span,
h3 em,
h3 strong,
h4 > span,
h4 em,
h4 strong,
h5 > span,
h5 em,
h5 strong,
h6 > span,
h6 em,
h6 strong {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

h1 {
  font-size: 40px;
  line-height: 1.1;
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 34px;
  }
}

@media only screen and (max-width: 374px) {
  h1 {
    font-size: 28px;
  }
}

h2 {
  font-size: 35px;
  line-height: 1.1;
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 30px;
    line-height: 1.1;
  }
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 26px;
  }
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 25px;
}

@media only screen and (max-width: 1024px) {
  h4 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 767px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 20px;
  margin-bottom: 10px;
}

h6 {
  font-size: 15px;
}

p {
  color: #002a4d;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 30px 0;
}

@media only screen and (max-width: 374px) {
  p {
    font-size: 15px;
  }
}

p:empty {
  display: none;
}

p + ul {
  margin-top: -25px !important;
}

p a[data-fancybox] {
  cursor: pointer;
}

p a[data-fancybox]:hover,
p a[data-fancybox]:focus {
  text-decoration: underline !important;
}

ol {
  margin-bottom: 30px;
  margin-top: 0;
  padding: 0;
  list-style: none;
  counter-reset: my-awesome-counter;
}

ol li {
  color: #002a4d;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  counter-increment: my-awesome-counter;
  position: relative;
  padding-left: 28px;
}

@media only screen and (max-width: 374px) {
  ol li {
    font-size: 15px;
  }
}

ol li:before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  top: 0;
  left: 0;
  color: #002a4d;
}

ul:not(.main-nav):not(.top-nav):not(.sec-nav):not(.sub-menu):not(.other-languages):not(.slick-dots):not(.mobile-nav):not(.gform_fields):not(.footer-nav):not(.page-numbers):not(.gfield_checkbox):not(.gfield_radio):not(.hamburger-nav):not(.features-list):not(.parnter-info-list):not(.filters-list):not(.partner-names):not(.mpFormTable):not(.mpRadioButtonTable):not(.bullet-list):not(.woocommerce-error) {
  margin-bottom: 30px;
  margin-top: 0;
  list-style: none;
  padding: 0 0 0 20px;
}

ul:not(.main-nav):not(.top-nav):not(.sec-nav):not(.sub-menu):not(.other-languages):not(.slick-dots):not(.mobile-nav):not(.gform_fields):not(.footer-nav):not(.page-numbers):not(.gfield_checkbox):not(.gfield_radio):not(.hamburger-nav):not(.features-list):not(.parnter-info-list):not(.filters-list):not(.partner-names):not(.mpFormTable):not(.mpRadioButtonTable):not(.bullet-list):not(.woocommerce-error) li {
  color: #002a4d;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  padding-left: 25px;
}

@media only screen and (max-width: 374px) {
  ul:not(.main-nav):not(.top-nav):not(.sec-nav):not(.sub-menu):not(.other-languages):not(.slick-dots):not(.mobile-nav):not(.gform_fields):not(.footer-nav):not(.page-numbers):not(.gfield_checkbox):not(.gfield_radio):not(.hamburger-nav):not(.features-list):not(.parnter-info-list):not(.filters-list):not(.partner-names):not(.mpFormTable):not(.mpRadioButtonTable):not(.bullet-list):not(.woocommerce-error) li {
    font-size: 15px;
  }
}

ul:not(.main-nav):not(.top-nav):not(.sec-nav):not(.sub-menu):not(.other-languages):not(.slick-dots):not(.mobile-nav):not(.gform_fields):not(.footer-nav):not(.page-numbers):not(.gfield_checkbox):not(.gfield_radio):not(.hamburger-nav):not(.features-list):not(.parnter-info-list):not(.filters-list):not(.partner-names):not(.mpFormTable):not(.mpRadioButtonTable):not(.bullet-list):not(.woocommerce-error) li:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #002a4d;
}

ul:not(.main-nav):not(.top-nav):not(.sec-nav):not(.sub-menu):not(.other-languages):not(.slick-dots):not(.mobile-nav):not(.gform_fields):not(.footer-nav):not(.page-numbers):not(.gfield_checkbox):not(.gfield_radio):not(.hamburger-nav):not(.features-list):not(.parnter-info-list):not(.filters-list):not(.partner-names):not(.mpFormTable):not(.mpRadioButtonTable):not(.bullet-list):not(.woocommerce-error).fa-ul {
  margin-left: 25px;
}

ul:not(.main-nav):not(.top-nav):not(.sec-nav):not(.sub-menu):not(.other-languages):not(.slick-dots):not(.mobile-nav):not(.gform_fields):not(.footer-nav):not(.page-numbers):not(.gfield_checkbox):not(.gfield_radio):not(.hamburger-nav):not(.features-list):not(.parnter-info-list):not(.filters-list):not(.partner-names):not(.mpFormTable):not(.mpRadioButtonTable):not(.bullet-list):not(.woocommerce-error).fa-ul li {
  padding-left: 5px;
}

ul:not(.main-nav):not(.top-nav):not(.sec-nav):not(.sub-menu):not(.other-languages):not(.slick-dots):not(.mobile-nav):not(.gform_fields):not(.footer-nav):not(.page-numbers):not(.gfield_checkbox):not(.gfield_radio):not(.hamburger-nav):not(.features-list):not(.parnter-info-list):not(.filters-list):not(.partner-names):not(.mpFormTable):not(.mpRadioButtonTable):not(.bullet-list):not(.woocommerce-error).fa-ul li:before {
  display: none;
}

a {
  color: #23afe6;
  text-decoration: underline;
  transition: color 0.3s ease-in-out;
}

a:hover,
a:focus {
  color: #002a4d;
}

blockquote {
  max-width: 970px;
  text-align: center;
  margin: 0 auto 30px auto;
  position: relative;
}

@media only screen and (max-width: 1170px) {
  blockquote {
    max-width: none;
  }
}

blockquote,
blockquote > p {
  color: #23afe6;
  font-family: 'Greycliff CF', sans-serif;
  font-size: 20px;
  line-height: 1.25;
  font-style: italic;
  text-align: left;
}

blockquote strong,
blockquote b,
blockquote > p strong,
blockquote > p b {
  font-weight: 700;
}

ul[id*=menu] {
  margin: 0;
  padding: 0;
  font-size: 0;
  display: inline-block;
}

ul[id*=menu] li {
  display: inline-block;
  list-style: none;
}

ul[id*=menu] li:last-child {
  margin-right: 0;
}

ul[id*=menu] li:first-child {
  margin-left: 0;
}

ul[id*=menu] li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
}

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

.flex-box-parent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

@media only screen and (max-width: 767px) {
  .flex-box-parent {
    margin: 0 -15px;
  }
}

.flex-box-child {
  padding: 0 15px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .flex-box-child {
    padding: 0 15px;
    margin-bottom: 30px;
  }
}

.nmp-last-el h1:last-child,
.nmp-last-el h2:last-child,
.nmp-last-el h3:last-child,
.nmp-last-el h4:last-child,
.nmp-last-el h5:last-child,
.nmp-last-el h6:last-child,
.nmp-last-el ul:last-child,
.nmp-last-el ol:last-child,
.nmp-last-el p:last-child,
.nmp-last-el div:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0;
}

.nmp-last-el .btn.short-code:last-child,
.nmp-last-el .wp-block-button .short-code.wp-block-button__link:last-child,
.wp-block-button .nmp-last-el .short-code.wp-block-button__link:last-child,
.nmp-last-el .mpForm .mpFormTable .mpQuestionTable .short-code.submitButton:last-child,
.mpForm .mpFormTable .mpQuestionTable .nmp-last-el .short-code.submitButton:last-child,
.nmp-last-el .woocommerce-checkout-payment .place-order .short-code.button:last-child,
.woocommerce-checkout-payment .place-order .nmp-last-el .short-code.button:last-child,
.nmp-last-el .short-code.single_add_to_cart_button:last-child {
  margin-bottom: 0;
}

.sec-margin,
.logos-section.sec-type-2 {
  margin-bottom: 125px;
}

@media only screen and (max-width: 1280px) {
  .sec-margin,
  .logos-section.sec-type-2 {
    margin-bottom: 95px;
  }
}

@media only screen and (max-width: 1024px) {
  .sec-margin,
  .logos-section.sec-type-2 {
    margin-bottom: 75px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-margin,
  .logos-section.sec-type-2 {
    margin-bottom: 65px;
  }
}

@media only screen and (max-width: 374px) {
  .sec-margin,
  .logos-section.sec-type-2 {
    margin-bottom: 50px;
  }
}

.sec-min-margin,
.cart_totals,
.woocommerce-checkout,
.woocommerce-order {
  margin-bottom: 100px;
}

@media only screen and (max-width: 1280px) {
  .sec-min-margin,
  .cart_totals,
  .woocommerce-checkout,
  .woocommerce-order {
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 1024px) {
  .sec-min-margin,
  .cart_totals,
  .woocommerce-checkout,
  .woocommerce-order {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-min-margin,
  .cart_totals,
  .woocommerce-checkout,
  .woocommerce-order {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 374px) {
  .sec-min-margin,
  .cart_totals,
  .woocommerce-checkout,
  .woocommerce-order {
    margin-bottom: 30px;
  }
}

.sec-margin-blocks {
  margin-bottom: 95px;
}

@media only screen and (max-width: 1280px) {
  .sec-margin-blocks {
    margin-bottom: 65px;
  }
}

@media only screen and (max-width: 1024px) {
  .sec-margin-blocks {
    margin-bottom: 45px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-margin-blocks {
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 374px) {
  .sec-margin-blocks {
    margin-bottom: 20px;
  }
}

.sec-margin-min-blocks {
  margin-bottom: 70px;
}

@media only screen and (max-width: 1280px) {
  .sec-margin-min-blocks {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .sec-margin-min-blocks {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-margin-min-blocks {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 374px) {
  .sec-margin-min-blocks {
    margin-bottom: 0;
  }
}

.sec-padding {
  padding-bottom: 125px;
}

@media only screen and (max-width: 1280px) {
  .sec-padding {
    padding-bottom: 95px;
  }
}

@media only screen and (max-width: 1024px) {
  .sec-padding {
    padding-bottom: 75px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-padding {
    padding-bottom: 65px;
  }
}

@media only screen and (max-width: 374px) {
  .sec-padding {
    padding-bottom: 50px;
  }
}

.sec-min-padding,
.progress-section .steps-box .steps-list {
  padding-bottom: 100px;
}

@media only screen and (max-width: 1280px) {
  .sec-min-padding,
  .progress-section .steps-box .steps-list {
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 1024px) {
  .sec-min-padding,
  .progress-section .steps-box .steps-list {
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-min-padding,
  .progress-section .steps-box .steps-list {
    padding-bottom: 40px;
  }
}

.sec-double-padding {
  padding: 125px 0;
}

@media only screen and (max-width: 1280px) {
  .sec-double-padding {
    padding: 95px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .sec-double-padding {
    padding: 75px 0;
  }
}

@media only screen and (max-width: 767px) {
  .sec-double-padding {
    padding: 65px 0;
  }
}

@media only screen and (max-width: 374px) {
  .sec-double-padding {
    padding: 50px 0;
  }
}

.sec-double-min-padding,
body.page-template-links .posts-section,
body.page-template-templates .posts-section {
  padding: 100px 0;
}

@media only screen and (max-width: 1280px) {
  .sec-double-min-padding,
  body.page-template-links .posts-section,
  body.page-template-templates .posts-section {
    padding: 70px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .sec-double-min-padding,
  body.page-template-links .posts-section,
  body.page-template-templates .posts-section {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 767px) {
  .sec-double-min-padding,
  body.page-template-links .posts-section,
  body.page-template-templates .posts-section {
    padding: 40px 0;
  }
}

.sec-double-padding-blocks {
  padding: 125px 0 95px 0;
}

@media only screen and (max-width: 1280px) {
  .sec-double-padding-blocks {
    padding: 95px 0 65px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .sec-double-padding-blocks {
    padding: 75px 0 45px 0;
  }
}

@media only screen and (max-width: 767px) {
  .sec-double-padding-blocks {
    padding: 65px 0 35px 0;
  }
}

@media only screen and (max-width: 374px) {
  .sec-double-padding-blocks {
    padding: 50px 0 20px 0;
  }
}

.sec-double-min-padding-blocks {
  padding: 100px 0 70px 0;
}

@media only screen and (max-width: 1280px) {
  .sec-double-min-padding-blocks {
    padding: 70px 0 40px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .sec-double-min-padding-blocks {
    padding: 50px 0 20px 0;
  }
}

@media only screen and (max-width: 767px) {
  .sec-double-min-padding-blocks {
    padding: 40px 0 10px 0;
  }
}

.sec-top-min-padding {
  padding-top: 100px;
}

@media only screen and (max-width: 1280px) {
  .sec-top-min-padding {
    padding-top: 70px;
  }
}

@media only screen and (max-width: 1024px) {
  .sec-top-min-padding {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-top-min-padding {
    padding-top: 40px;
  }
}

.no-bottom-padding {
  padding-bottom: 0;
}

.sec-title {
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .sec-title {
    margin-bottom: 30px;
  }
}

.sec-button-wrap {
  text-align: center;
  padding-top: 20px;
}

@media only screen and (max-width: 767px) {
  .sec-button-wrap {
    padding-top: 0;
  }
}

.sec-button-wrap .btn,
.sec-button-wrap .wp-block-button .wp-block-button__link,
.wp-block-button .sec-button-wrap .wp-block-button__link,
.sec-button-wrap .mpForm .mpFormTable .mpQuestionTable .submitButton,
.mpForm .mpFormTable .mpQuestionTable .sec-button-wrap .submitButton,
.sec-button-wrap .woocommerce-checkout-payment .place-order .button,
.woocommerce-checkout-payment .place-order .sec-button-wrap .button,
.sec-button-wrap .single_add_to_cart_button {
  min-width: 220px;
}

@media only screen and (max-width: 767px) {
  .sec-button-wrap .btn,
  .sec-button-wrap .wp-block-button .wp-block-button__link,
  .wp-block-button .sec-button-wrap .wp-block-button__link,
  .sec-button-wrap .mpForm .mpFormTable .mpQuestionTable .submitButton,
  .mpForm .mpFormTable .mpQuestionTable .sec-button-wrap .submitButton,
  .sec-button-wrap .woocommerce-checkout-payment .place-order .button,
  .woocommerce-checkout-payment .place-order .sec-button-wrap .button,
  .sec-button-wrap .single_add_to_cart_button {
    display: block;
    width: 100%;
  }
}

.zoom-container .fancybox-close-small {
  display: block;
  width: 50px;
  height: 50px;
  top: -25px;
  right: -25px;
  background-color: transparent;
  border: 1px dashed #fff;
}

@media only screen and (max-width: 1200px) {
  .zoom-container .fancybox-close-small {
    right: 15px;
  }
}

.zoom-container .fancybox-close-small:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #002a4d;
  transition: all 0.3s ease-in-out;
}

.zoom-container .fancybox-close-small > svg path {
  fill: #fff;
}

.zoom-container .fancybox-close-small:hover:before {
  background-color: #d22f38;
}

.zoom-container .fancybox-caption .fancybox-caption__body {
  width: 100%;
  text-align: left;
  max-width: 1170px;
  margin: 0 auto;
}

.zoom-container .fancybox-caption h3 {
  color: #fff;
  font-size: 35px;
}

@media only screen and (max-width: 767px) {
  .zoom-container .fancybox-caption h3 {
    font-size: 28px;
  }
}

.zoom-container .fancybox-caption p {
  color: #fff;
  font-weight: 300;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .zoom-container .fancybox-caption p {
    font-size: 14px;
  }
}

.zoom-container .fancybox-bg {
  opacity: 0.95;
  background-color: #002a4d;
}

.zoom-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  z-index: 5;
}

.zoom-link .zoom-icon {
  display: block;
  position: absolute;
  top: 25px;
  right: 25px;
  width: 60px;
  height: 60px;
  opacity: 0;
  border-radius: 50%;
  border: 2px dashed #fff;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1200px) {
  .zoom-link .zoom-icon {
    top: 15px;
    right: 15px;
    opacity: 1;
    width: 50px;
    height: 50px;
    border: 2px dashed #fff;
  }
}

.zoom-link .zoom-icon:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #002a4d;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1200px) {
  .zoom-link .zoom-icon:before {
    top: 4px;
    left: 4px;
    width: 38px;
    height: 38px;
  }
}

.zoom-link .zoom-icon:after {
  content: '';
  position: absolute;
  top: 18px;
  left: 18px;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/search-white.svg);
  z-index: 2;
}

@media only screen and (max-width: 1200px) {
  .zoom-link .zoom-icon:after {
    top: 15px;
    left: 15px;
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/search-white.svg);
  }
}

.zoom-link:hover .zoom-icon,
.thumbnails-section .thumb-blocks .thumb-block-item .thumb-block .thumbnails-box .th-item .th-box .th-img-wrap.show-icon-always .zoom-icon {
  opacity: 1;
}

.zoom-link:hover .zoom-icon:before,
.thumbnails-section .thumb-blocks .thumb-block-item .thumb-block .thumbnails-box .th-item .th-box .th-img-wrap.show-icon-always .zoom-icon:before {
  top: 4px;
  left: 4px;
  width: 48px;
  height: 48px;
}

.video-box,
.wp-block-embed__wrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

.video-box iframe,
.wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.white-content h1,
.sec-color-4.with-bg-option h1,
.sec-color-6.with-bg-option h1,
.white-content h2,
.sec-color-4.with-bg-option h2,
.sec-color-6.with-bg-option h2,
.white-content h3,
.sec-color-4.with-bg-option h3,
.sec-color-6.with-bg-option h3,
.white-content h4,
.sec-color-4.with-bg-option h4,
.sec-color-6.with-bg-option h4,
.white-content h5,
.sec-color-4.with-bg-option h5,
.sec-color-6.with-bg-option h5,
.white-content h6,
.sec-color-4.with-bg-option h6,
.sec-color-6.with-bg-option h6 {
  color: #fff;
}

.white-content span,
.sec-color-4.with-bg-option span,
.sec-color-6.with-bg-option span {
  color: #fff;
}

.white-content p,
.sec-color-4.with-bg-option p,
.sec-color-6.with-bg-option p,
.white-content li,
.sec-color-4.with-bg-option li,
.sec-color-6.with-bg-option li {
  color: #fff !important;
}

.white-content a,
.sec-color-4.with-bg-option a,
.sec-color-6.with-bg-option a {
  color: #fff;
  -webkit-text-decoration-color: rgba(254, 254, 254, 0.5);
  text-decoration-color: rgba(254, 254, 254, 0.5);
  transition: all 0.3s ease-in-out;
}

.white-content a:hover,
.sec-color-4.with-bg-option a:hover,
.sec-color-6.with-bg-option a:hover,
.white-content a:focus,
.sec-color-4.with-bg-option a:focus,
.sec-color-6.with-bg-option a:focus {
  -webkit-text-decoration-color: #fff;
  text-decoration-color: #fff;
}

.white-content ul > li:before,
.sec-color-4.with-bg-option ul > li:before,
.sec-color-6.with-bg-option ul > li:before {
  background-color: #fff !important;
}

.white-content .mpForm .mpFormTable .mpQuestionTable .mpFormText span,
.sec-color-4.with-bg-option .mpForm .mpFormTable .mpQuestionTable .mpFormText span,
.sec-color-6.with-bg-option .mpForm .mpFormTable .mpQuestionTable .mpFormText span {
  color: #fff !important;
}

.white-content .mpForm .mpFormTable .mpQuestionTable .mpFormLabel,
.sec-color-4.with-bg-option .mpForm .mpFormTable .mpQuestionTable .mpFormLabel,
.sec-color-6.with-bg-option .mpForm .mpFormTable .mpQuestionTable .mpFormLabel {
  color: #fff;
}

.white-buttons .btn,
.white-buttons .wp-block-button .wp-block-button__link,
.wp-block-button .white-buttons .wp-block-button__link,
.white-buttons .mpForm .mpFormTable .mpQuestionTable .submitButton,
.mpForm .mpFormTable .mpQuestionTable .white-buttons .submitButton,
.white-buttons .woocommerce-checkout-payment .place-order .button,
.woocommerce-checkout-payment .place-order .white-buttons .button,
.white-buttons .single_add_to_cart_button {
  border-color: #fff;
}

.white-buttons .btn:hover,
.white-buttons .wp-block-button .wp-block-button__link:hover,
.wp-block-button .white-buttons .wp-block-button__link:hover,
.white-buttons .mpForm .mpFormTable .mpQuestionTable .submitButton:hover,
.mpForm .mpFormTable .mpQuestionTable .white-buttons .submitButton:hover,
.white-buttons .woocommerce-checkout-payment .place-order .button:hover,
.woocommerce-checkout-payment .place-order .white-buttons .button:hover,
.white-buttons .single_add_to_cart_button:hover,
.white-buttons .btn:focus,
.white-buttons .wp-block-button .wp-block-button__link:focus,
.wp-block-button .white-buttons .wp-block-button__link:focus,
.white-buttons .mpForm .mpFormTable .mpQuestionTable .submitButton:focus,
.mpForm .mpFormTable .mpQuestionTable .white-buttons .submitButton:focus,
.white-buttons .woocommerce-checkout-payment .place-order .button:focus,
.woocommerce-checkout-payment .place-order .white-buttons .button:focus,
.white-buttons .single_add_to_cart_button:focus {
  color: #002a4d;
  background-color: #fff;
}

.white-buttons .btn:hover span,
.white-buttons .wp-block-button .wp-block-button__link:hover span,
.wp-block-button .white-buttons .wp-block-button__link:hover span,
.white-buttons .mpForm .mpFormTable .mpQuestionTable .submitButton:hover span,
.mpForm .mpFormTable .mpQuestionTable .white-buttons .submitButton:hover span,
.white-buttons .woocommerce-checkout-payment .place-order .button:hover span,
.woocommerce-checkout-payment .place-order .white-buttons .button:hover span,
.white-buttons .single_add_to_cart_button:hover span,
.white-buttons .btn:focus span,
.white-buttons .wp-block-button .wp-block-button__link:focus span,
.wp-block-button .white-buttons .wp-block-button__link:focus span,
.white-buttons .mpForm .mpFormTable .mpQuestionTable .submitButton:focus span,
.mpForm .mpFormTable .mpQuestionTable .white-buttons .submitButton:focus span,
.white-buttons .woocommerce-checkout-payment .place-order .button:focus span,
.woocommerce-checkout-payment .place-order .white-buttons .button:focus span,
.white-buttons .single_add_to_cart_button:focus span {
  color: inherit;
}

.white-buttons .link-btn:before {
  width: 6px;
  height: 10px;
  background-size: 6px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-white.svg);
}

.big-headings {
  /*h1,h2,h3 {
    margin-bottom: 25px;
    @media only screen and (max-width: $tablet-width) {
      margin-bottom: 20px;
    }
    @media only screen and (max-width: $mobile-width) {
      margin-bottom: 15px;
    }
  }*/
}

@media only screen and (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}

.main section:last-child.links-section,
.main section:last-child.feature-blocks-section.with-bg,
.main section:last-child.text-section.with-bg,
.main section:last-child.line-cta-section,
.main section:last-child.form-section.with-bg,
.main section:last-child.progress-section,
.main section:last-child.cta-section.with-bg,
.main section:last-child.news-blog-section {
  margin-bottom: 0;
}

body.page-template-news,
body.page-template-downloads,
body.page-template-guides {
  background-color: #e6f6fc;
}

body.page-template-news .posts-section,
body.page-template-downloads .posts-section,
body.page-template-guides .posts-section {
  padding-top: 0;
  padding-bottom: 0;
}

body.single-news .header-section,
body.single-blog .header-section {
  margin-bottom: 0;
}

body.single-guides .header-section {
  margin-bottom: 50px;
}

body.single-downloads .header-section .header-sec-box {
  padding-top: 92px;
}

@media only screen and (max-width: 1280px) {
  body.single-downloads .header-section .header-sec-box {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  body.single-downloads .header-section .header-sec-box {
    padding-top: 60px;
  }
}

body.single-downloads .footer .footer-bottom-box .footer-info-line {
  margin-top: 0;
}

.ajax-posts-list-wrap {
  position: relative;
  min-height: 250px;
}

.ajax-posts-list-wrap .preloader {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  text-align: center;
}

.ajax-posts-list-wrap .preloader .preloader-circle {
  position: absolute;
  top: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
}

.ajax-posts-list-wrap .preloader .preloader-circle:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background-size: 100px 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/logo-circle.svg);
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.ajax-posts-list-wrap .load-more-btn-wrap {
  display: none;
  text-align: center;
  margin-top: 50px;
  position: relative;
}

.ajax-posts-list-wrap .load-more-btn-wrap.loading {
  height: 50px;
}

.ajax-posts-list-wrap .load-more-btn-wrap.loading:before {
  content: '';
  position: absolute;
  top: 0;
  left: calc(50% - 25px);
  width: 50px;
  height: 50px;
  width: 50px;
  height: 50px;
  background-size: 50px 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/logo-circle.svg);
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

.ajax-posts-list-wrap .load-more-btn-wrap.loading .load-more-btn {
  display: none;
}

.ajax-no-posts-info {
  display: none;
  text-align: center;
  padding: 17px 0 20px;
  font-weight: 700;
  color: #23afe6;
  font-family: 'Greycliff CF', sans-serif;
  font-size: 25px;
  border: 2px solid #23afe6;
}

.ajax-no-posts-info span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

#CybotCookiebotDialogPoweredByText {
  display: none !important;
}

.nmp-last-el .no-wrap,
.no-wrap-span .no-wrap {
  white-space: nowrap;
}

.nmp-last-el p,
.no-wrap-span p {
  /*> span {
      white-space: nowrap;
    }*/
}

span.nowrap {
  white-space: nowrap;
}

.has-text-align-center {
  text-align: center;
}

.has-text-align-right {
  text-align: right;
}

.wp-block-embed__wrapper {
  padding-bottom: 56.25% !important;
}

@media only screen and (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}

@media only screen and (max-width: 1024px) {
  .hide-tablet {
    display: none !important;
  }
}

@media only screen and (max-width: 1025px) {
  .desktop-only {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-fw .wp-block-columns {
    display: block !important;
  }

  .mobile-fw .wp-block-columns .wp-block-image {
    margin: 20px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .tablet-fw .wp-block-columns {
    display: block !important;
  }

  .tablet-fw .wp-block-columns .wp-block-image {
    margin: 20px 0;
  }
}

strong em {
  font-weight: 700;
}

strong em > a {
  font-weight: 700;
}

strong > a {
  font-weight: 700;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.svg-arrow-circle,
.link-btn.with-arrow:before {
  background: url("sprites.svg") no-repeat;
  background-position: 0 0;
}

.svg-arrow-circle-dims,
.link-btn.with-arrow:before {
  width: 14px;
  height: 14px;
}

.svg-arrow-circle-blue,
.link-btn.with-arrow:after {
  background: url("sprites.svg") no-repeat;
  background-position: 0.8631319358816276% 1.1466011466011465%;
}

.svg-arrow-circle-blue-dims,
.link-btn.with-arrow:after {
  width: 14px;
  height: 14px;
}

.svg-basket-dark-blue {
  background: url("sprites.svg") no-repeat;
  background-position: 1.734820322180917% 2.3045267489711936%;
}

.svg-basket-dark-blue-dims {
  width: 22px;
  height: 20px;
}

.svg-basket-white {
  background: url("sprites.svg") no-repeat;
  background-position: 3.097893432465923% 3.950617283950617%;
}

.svg-basket-white-dims {
  width: 22px;
  height: 20px;
}

.svg-basket-yellow {
  background: url("sprites.svg") no-repeat;
  background-position: 4.4609665427509295% 5.596707818930041%;
}

.svg-basket-yellow-dims {
  width: 22px;
  height: 20px;
}

.svg-calendar-blue {
  background: url("sprites.svg") no-repeat;
  background-position: 5.7953144266337855% 7.219031993437244%;
}

.svg-calendar-blue-dims {
  width: 14px;
  height: 16px;
}

.svg-check {
  background: url("sprites.svg") no-repeat;
  background-position: 6.666666666666667% 8.503679476696648%;
}

.svg-check-dims {
  width: 16px;
  height: 12px;
}

.svg-check-circle-blue {
  background: url("sprites.svg") no-repeat;
  background-position: 7.654320987654321% 9.515996718621821%;
}

.svg-check-circle-blue-dims {
  width: 16px;
  height: 16px;
}

.svg-check-dark-blue {
  background: url("sprites.svg") no-repeat;
  background-position: 8.641975308641975% 10.79313164349959%;
}

.svg-check-dark-blue-dims {
  width: 16px;
  height: 12px;
}

.svg-chevron-blue {
  background: url("sprites.svg") no-repeat;
  background-position: 9.570552147239264% 11.755102040816327%;
}

.svg-chevron-blue-dims {
  width: 6px;
  height: 10px;
}

.svg-chevron-blue-hz {
  background: url("sprites.svg") no-repeat;
  background-position: 9.96309963099631% 12.530512611879576%;
}

.svg-chevron-blue-hz-dims {
  width: 10px;
  height: 6px;
}

.svg-chevron-dark-blue {
  background: url("sprites.svg") no-repeat;
  background-position: 10.552147239263803% 13.061224489795919%;
}

.svg-chevron-dark-blue-dims {
  width: 6px;
  height: 10px;
}

.svg-chevron-dark-blue-r {
  background: url("sprites.svg") no-repeat;
  background-position: 10.920245398773005% 13.877551020408163%;
}

.svg-chevron-dark-blue-r-dims {
  width: 6px;
  height: 10px;
}

.svg-chevron-white {
  background: url("sprites.svg") no-repeat;
  background-position: 11.28834355828221% 14.693877551020408%;
}

.svg-chevron-white-dims {
  width: 6px;
  height: 10px;
}

.svg-chevron-white-l {
  background: url("sprites.svg") no-repeat;
  background-position: 11.656441717791411% 15.510204081632653%;
}

.svg-chevron-white-l-dims {
  width: 6px;
  height: 10px;
}

.svg-close-circle-red {
  background: url("sprites.svg") no-repeat;
  background-position: 12.11372064276885% 16.433853738701725%;
}

.svg-close-circle-red-dims {
  width: 18px;
  height: 18px;
}

.svg-close-dark-blue {
  background: url("sprites.svg") no-repeat;
  background-position: 13.177339901477833% 17.825020441537205%;
}

.svg-close-dark-blue-dims {
  width: 12px;
  height: 12px;
}

.svg-close-white {
  background: url("sprites.svg") no-repeat;
  background-position: 13.916256157635468% 18.806214227309894%;
}

.svg-close-white-dims {
  width: 12px;
  height: 12px;
}

.svg-dashed-line {
  background: url("sprites.svg") no-repeat;
  background-position: 14.5565749235474% 19.690805532953622%;
}

.svg-dashed-line-dims {
  width: 1px;
  height: 6px;
}

.svg-dashed-line-white {
  background: url("sprites.svg") no-repeat;
  background-position: 14.617737003058105% 20.179007323026852%;
}

.svg-dashed-line-white-dims {
  width: 1px;
  height: 6px;
}

.svg-document-blue {
  background: url("sprites.svg") no-repeat;
  background-position: 14.77832512315271% 20.836751435602952%;
}

.svg-document-blue-dims {
  width: 12px;
  height: 16px;
}

.svg-facebook,
.socials .social-link.icon-facebook:before {
  background: url("sprites.svg") no-repeat;
  background-position: 15.488629379225568% 22.18570254724733%;
}

.svg-facebook-dims,
.socials .social-link.icon-facebook:before {
  width: 9px;
  height: 18px;
}

.svg-icon-api-product,
.features-list li.icon-api-product:before,
.info_badge ul li.icon-api-product:before,
.features-list .item.icon-api-product:before,
.info_badge ul .item.icon-api-product:before {
  background: url("sprites.svg") no-repeat;
  background-position: 16.071428571428573% 23.548650858544562%;
}

.svg-icon-api-product-dims,
.features-list li.icon-api-product:before,
.info_badge ul li.icon-api-product:before,
.features-list .item.icon-api-product:before,
.info_badge ul .item.icon-api-product:before {
  width: 12px;
  height: 12px;
}

.svg-icon-caret-down-blue {
  background: url("sprites.svg") no-repeat;
  background-position: 16.893564356435643% 24.515812699190977%;
}

.svg-icon-caret-down-blue-dims {
  width: 20px;
  height: 11.3px;
}

.svg-icon-check {
  background: url("sprites.svg") no-repeat;
  background-position: 18.08641975308642% 25.511038430089943%;
}

.svg-icon-check-dims {
  width: 16px;
  height: 12px;
}

.svg-icon-check-product,
.features-list li:not(.icon):before,
.info_badge ul li:not(.icon):before,
.features-list .item:not(.icon):before,
.info_badge ul .item:not(.icon):before,
.features-list li.icon-check-product:before,
.info_badge ul li.icon-check-product:before,
.features-list .item.icon-check-product:before,
.info_badge ul .item.icon-check-product:before {
  background: url("sprites.svg") no-repeat;
  background-position: 19.027093596059114% 26.427406199021206%;
}

.svg-icon-check-product-dims,
.features-list li:not(.icon):before,
.info_badge ul li:not(.icon):before,
.features-list .item:not(.icon):before,
.info_badge ul .item:not(.icon):before,
.features-list li.icon-check-product:before,
.info_badge ul li.icon-check-product:before,
.features-list .item.icon-check-product:before,
.info_badge ul .item.icon-check-product:before {
  width: 12px;
  height: 9px;
}

.svg-icon-chevron-blue-down {
  background: url("sprites.svg") no-repeat;
  background-position: 19.74169741697417% 27.09519934906428%;
}

.svg-icon-chevron-blue-down-dims {
  width: 10px;
  height: 6px;
}

.svg-icon-chevron-right {
  background: url("sprites.svg") no-repeat;
  background-position: 20.32295695953828% 27.718724448078497%;
}

.svg-icon-chevron-right-dims {
  width: 7.3px;
  height: 12px;
}

.svg-icon-cross-blue {
  background: url("sprites.svg") no-repeat;
  background-position: 20.784794604537094% 28.536585365853657%;
}

.svg-icon-cross-blue-dims {
  width: 5px;
  height: 5px;
}

.svg-icon-cross-dark-blue {
  background: url("sprites.svg") no-repeat;
  background-position: 21.091354996934395% 28.943089430894307%;
}

.svg-icon-cross-dark-blue-dims {
  width: 5px;
  height: 5px;
}

.svg-icon-desktop-blue,
.parnter-info-list .icon.icon-desktop-blue:before {
  background: url("sprites.svg") no-repeat;
  background-position: 21.675672318489536% 29.785478547854787%;
}

.svg-icon-desktop-blue-dims,
.parnter-info-list .icon.icon-desktop-blue:before {
  width: 25.9px;
  height: 23px;
}

.svg-icon-info-product-black {
  background: url("sprites.svg") no-repeat;
  background-position: 23.091133004926107% 31.398201144726084%;
}

.svg-icon-info-product-black-dims {
  width: 12px;
  height: 12px;
}

.svg-icon-info-product-white {
  background: url("sprites.svg") no-repeat;
  background-position: 23.830049261083744% 32.379394930498776%;
}

.svg-icon-info-product-white-dims {
  width: 12px;
  height: 12px;
}

.svg-icon-linkedin-white,
.team-loop-block .linkedin-link:after {
  background: url("sprites.svg") no-repeat;
  background-position: 24.62962962962963% 33.47005742411813%;
}

.svg-icon-linkedin-white-dims,
.team-loop-block .linkedin-link:after {
  width: 16px;
  height: 16px;
}

.svg-icon-mail-blue,
.parnter-info-list .icon.icon-mail-blue:before {
  background: url("sprites.svg") no-repeat;
  background-position: 25.71251548946716% 34.796881411571604%;
}

.svg-icon-mail-blue-dims,
.parnter-info-list .icon.icon-mail-blue:before {
  width: 22px;
  height: 16.5px;
}

.svg-icon-map-blue,
.parnter-info-list .icon.icon-map-blue:before {
  background: url("sprites.svg") no-repeat;
  background-position: 26.983636924976846% 36.35614179719703%;
}

.svg-icon-map-blue-dims,
.parnter-info-list .icon.icon-map-blue:before {
  width: 16.5px;
  height: 22px;
}

.svg-icon-person-blue,
.parnter-info-list .icon.icon-person-blue:before {
  background: url("sprites.svg") no-repeat;
  background-position: 28.059332509270703% 38.232865400495456%;
}

.svg-icon-person-blue-dims,
.parnter-info-list .icon.icon-person-blue:before {
  width: 18px;
  height: 24px;
}

.svg-icon-phone-blue,
.parnter-info-list .icon.icon-phone-blue:before {
  background: url("sprites.svg") no-repeat;
  background-position: 29.26224426534408% 40.18151815181518%;
}

.svg-icon-phone-blue-dims,
.parnter-info-list .icon.icon-phone-blue:before {
  width: 23px;
  height: 23px;
}

.svg-icon-plus-product,
.features-list li.icon-plus-product:before,
.info_badge ul li.icon-plus-product:before,
.features-list .item.icon-plus-product:before,
.info_badge ul .item.icon-plus-product:before {
  background: url("sprites.svg") no-repeat;
  background-position: 30.480295566502463% 41.70073589533933%;
}

.svg-icon-plus-product-dims,
.features-list li.icon-plus-product:before,
.info_badge ul li.icon-plus-product:before,
.features-list .item.icon-plus-product:before,
.info_badge ul .item.icon-plus-product:before {
  width: 12px;
  height: 12px;
}

.svg-icon-security-product,
.features-list li.icon-security-product:before,
.info_badge ul li.icon-security-product:before,
.features-list .item.icon-security-product:before,
.info_badge ul .item.icon-security-product:before {
  background: url("sprites.svg") no-repeat;
  background-position: 31.2192118226601% 42.74134119380987%;
}

.svg-icon-security-product-dims,
.features-list li.icon-security-product:before,
.info_badge ul li.icon-security-product:before,
.features-list .item.icon-security-product:before,
.info_badge ul .item.icon-security-product:before {
  width: 12px;
  height: 13.7px;
}

.svg-icon-star-half-yellow {
  background: url("sprites.svg") no-repeat;
  background-position: 32.134233174416444% 44.85355648535565%;
}

.svg-icon-star-half-yellow-dims {
  width: 20.9px;
  height: 40px;
}

.svg-icon-star-solid-grey {
  background: url("sprites.svg") no-repeat;
  background-position: 33.87278885961611% 48.20083682008368%;
}

.svg-icon-star-solid-grey-dims {
  width: 41.8px;
  height: 40px;
}

.svg-icon-star-solid-yellow {
  background: url("sprites.svg") no-repeat;
  background-position: 36.507339104252914% 51.54811715481171%;
}

.svg-icon-star-solid-yellow-dims {
  width: 41.8px;
  height: 40px;
}

.svg-icon-users-product,
.features-list li.icon-users-product:before,
.info_badge ul li.icon-users-product:before,
.features-list .item.icon-users-product:before,
.info_badge ul .item.icon-users-product:before {
  background: url("sprites.svg") no-repeat;
  background-position: 38.423645320197046% 53.814602132895814%;
}

.svg-icon-users-product-dims,
.features-list li.icon-users-product:before,
.info_badge ul li.icon-users-product:before,
.features-list .item.icon-users-product:before,
.info_badge ul .item.icon-users-product:before {
  width: 12px;
  height: 16px;
}

.svg-info-dark-blue {
  background: url("sprites.svg") no-repeat;
  background-position: 39.25925925925926% 55.12715340442986%;
}

.svg-info-dark-blue-dims {
  width: 16px;
  height: 16px;
}

.svg-instagram,
.socials .social-link.icon-instagram:before {
  background: url("sprites.svg") no-repeat;
  background-position: 40.296662546353524% 56.53245686113394%;
}

.svg-instagram-dims,
.socials .social-link.icon-instagram:before {
  width: 18px;
  height: 18px;
}

.svg-linkedin,
.socials .social-link.icon-linkedin:before {
  background: url("sprites.svg") no-repeat;
  background-position: 41.409147095179236% 58.011503697617094%;
}

.svg-linkedin-dims,
.socials .social-link.icon-linkedin:before {
  width: 18px;
  height: 18px;
}

.svg-logo {
  background: url("sprites.svg") no-repeat;
  background-position: 45.62334217506631% 60.43405676126878%;
}

.svg-logo-dims {
  width: 128px;
  height: 37px;
}

.svg-logo-circle {
  background: url("sprites.svg") no-repeat;
  background-position: 51.45018915510719% 64.21940928270043%;
}

.svg-logo-circle-dims {
  width: 50px;
  height: 50px;
}

.svg-logo-circle-dark {
  background: url("sprites.svg") no-repeat;
  background-position: 54.60277427490542% 68.43881856540085%;
}

.svg-logo-circle-dark-dims {
  width: 50px;
  height: 50px;
}

.svg-pinterest,
.socials .social-link.icon-pinterest:before {
  background: url("sprites.svg") no-repeat;
  background-position: 56.61310259579728% 70.74774034511093%;
}

.svg-pinterest-dims,
.socials .social-link.icon-pinterest:before {
  width: 18px;
  height: 18px;
}

.svg-question-blue {
  background: url("sprites.svg") no-repeat;
  background-position: 57.65432098765432% 72.10828547990155%;
}

.svg-question-blue-dims {
  width: 16px;
  height: 16px;
}

.svg-refresh-blue {
  background: url("sprites.svg") no-repeat;
  background-position: 58.78712871287129% 73.66255144032922%;
}

.svg-refresh-blue-dims {
  width: 20px;
  height: 20px;
}

.svg-search-white {
  background: url("sprites.svg") no-repeat;
  background-position: 60.024752475247524% 75.30864197530865%;
}

.svg-search-white-dims {
  width: 20px;
  height: 20px;
}

.svg-spotler_csshop_RGB_dark {
  background: url("sprites.svg") no-repeat;
  background-position: 74.57065381138898% 86.51799759415194%;
}

.svg-spotler_csshop_RGB_dark-dims {
  width: 308.4px;
  height: 154.3px;
}

.svg-spotlershopblue {
  background: url("sprites.svg") no-repeat;
  background-position: 86.25498007968127% 91.90556492411467%;
}

.svg-spotlershopblue-dims {
  width: 130px;
  height: 49px;
}

.svg-spotlerstuffblue {
  background: url("sprites.svg") no-repeat;
  background-position: 96.81571815718158% 96.93617021276596%;
}

.svg-spotlerstuffblue-dims {
  width: 160px;
  height: 60px;
}

.svg-twitter,
.socials .social-link.icon-twitter:before {
  background: url("sprites.svg") no-repeat;
  background-position: 98.45105328376704% 98.52095316351685%;
}

.svg-twitter-dims,
.socials .social-link.icon-twitter:before {
  width: 22px;
  height: 18px;
}

.svg-youtube,
.socials .social-link.icon-youtube:before {
  background: url("sprites.svg") no-repeat;
  background-position: 100% 100%;
}

.svg-youtube-dims,
.socials .social-link.icon-youtube:before {
  width: 25px;
  height: 18px;
}

.btn,
.wp-block-button .wp-block-button__link,
.mpForm .mpFormTable .mpQuestionTable .submitButton,
.woocommerce-checkout-payment .place-order .button,
.single_add_to_cart_button {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  border-radius: 50px;
  border: 1px solid #002a4d;
  position: relative;
  padding: 9px 25px;
  background-color: #002a4d;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.btn span,
.wp-block-button .wp-block-button__link span,
.mpForm .mpFormTable .mpQuestionTable .submitButton span,
.woocommerce-checkout-payment .place-order .button span,
.single_add_to_cart_button span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  position: relative;
  z-index: 3;
}

.btn:hover,
.wp-block-button .wp-block-button__link:hover,
.mpForm .mpFormTable .mpQuestionTable .submitButton:hover,
.woocommerce-checkout-payment .place-order .button:hover,
.single_add_to_cart_button:hover,
.btn:focus,
.wp-block-button .wp-block-button__link:focus,
.mpForm .mpFormTable .mpQuestionTable .submitButton:focus,
.woocommerce-checkout-payment .place-order .button:focus,
.single_add_to_cart_button:focus {
  color: #002a4d;
  background-color: #fff;
}

.btn.yellow-btn,
.wp-block-button .yellow-btn.wp-block-button__link,
.mpForm .mpFormTable .mpQuestionTable .yellow-btn.submitButton,
.mpForm .mpFormTable .mpQuestionTable .woocommerce-checkout-payment .place-order .submitButton.button,
.woocommerce-checkout-payment .place-order .mpForm .mpFormTable .mpQuestionTable .submitButton.button,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .btn,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .wp-block-button .wp-block-button__link,
.wp-block-button .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .wp-block-button__link,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .mpForm .mpFormTable .mpQuestionTable .submitButton,
.mpForm .mpFormTable .mpQuestionTable .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .submitButton,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .woocommerce-checkout-payment .place-order .button,
.woocommerce-checkout-payment .place-order .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .button,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .single_add_to_cart_button,
.woocommerce-checkout-payment .place-order .button,
.single_add_to_cart_button {
  color: #002a4d;
  background-color: #f3e400;
  border-color: #f3e400;
}

.btn.yellow-btn:hover,
.wp-block-button .yellow-btn.wp-block-button__link:hover,
.mpForm .mpFormTable .mpQuestionTable .yellow-btn.submitButton:hover,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .btn:hover,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .wp-block-button .wp-block-button__link:hover,
.wp-block-button .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .wp-block-button__link:hover,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .mpForm .mpFormTable .mpQuestionTable .submitButton:hover,
.mpForm .mpFormTable .mpQuestionTable .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .submitButton:hover,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .woocommerce-checkout-payment .place-order .button:hover,
.woocommerce-checkout-payment .place-order .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .button:hover,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .single_add_to_cart_button:hover,
.woocommerce-checkout-payment .place-order .button:hover,
.single_add_to_cart_button:hover,
.btn.yellow-btn:focus,
.wp-block-button .yellow-btn.wp-block-button__link:focus,
.mpForm .mpFormTable .mpQuestionTable .yellow-btn.submitButton:focus,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .btn:focus,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .wp-block-button .wp-block-button__link:focus,
.wp-block-button .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .wp-block-button__link:focus,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .mpForm .mpFormTable .mpQuestionTable .submitButton:focus,
.mpForm .mpFormTable .mpQuestionTable .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .submitButton:focus,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .woocommerce-checkout-payment .place-order .button:focus,
.woocommerce-checkout-payment .place-order .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .button:focus,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .single_add_to_cart_button:focus,
.woocommerce-checkout-payment .place-order .button:focus,
.single_add_to_cart_button:focus {
  color: #002a4d;
  background-color: #fff;
}

.btn.yellow-btn.back-btn,
.wp-block-button .yellow-btn.back-btn.wp-block-button__link,
.mpForm .mpFormTable .mpQuestionTable .yellow-btn.back-btn.submitButton,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .back-btn.btn,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .wp-block-button .back-btn.wp-block-button__link,
.wp-block-button .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .back-btn.wp-block-button__link,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .mpForm .mpFormTable .mpQuestionTable .back-btn.submitButton,
.mpForm .mpFormTable .mpQuestionTable .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .back-btn.submitButton,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .woocommerce-checkout-payment .place-order .back-btn.button,
.woocommerce-checkout-payment .place-order .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .back-btn.button,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .back-btn.single_add_to_cart_button,
.woocommerce-checkout-payment .place-order .back-btn.button,
.back-btn.single_add_to_cart_button {
  padding-left: 45px;
  position: relative;
}

.btn.yellow-btn.back-btn:before,
.wp-block-button .yellow-btn.back-btn.wp-block-button__link:before,
.mpForm .mpFormTable .mpQuestionTable .yellow-btn.back-btn.submitButton:before,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .back-btn.btn:before,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .wp-block-button .back-btn.wp-block-button__link:before,
.wp-block-button .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .back-btn.wp-block-button__link:before,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .mpForm .mpFormTable .mpQuestionTable .back-btn.submitButton:before,
.mpForm .mpFormTable .mpQuestionTable .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .back-btn.submitButton:before,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .woocommerce-checkout-payment .place-order .back-btn.button:before,
.woocommerce-checkout-payment .place-order .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .back-btn.button:before,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .back-btn.single_add_to_cart_button:before,
.woocommerce-checkout-payment .place-order .back-btn.button:before,
.back-btn.single_add_to_cart_button:before {
  content: '';
  position: absolute;
  top: 15px;
  left: 25px;
  width: 8px;
  height: 13px;
  background-size: 8px 13px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-dark-blue.svg);
  transition: all 0.3s ease-in-out;
}

.btn.yellow-btn.back-btn:hover:before,
.wp-block-button .yellow-btn.back-btn.wp-block-button__link:hover:before,
.mpForm .mpFormTable .mpQuestionTable .yellow-btn.back-btn.submitButton:hover:before,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .back-btn.btn:hover:before,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .wp-block-button .back-btn.wp-block-button__link:hover:before,
.wp-block-button .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .back-btn.wp-block-button__link:hover:before,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .mpForm .mpFormTable .mpQuestionTable .back-btn.submitButton:hover:before,
.mpForm .mpFormTable .mpQuestionTable .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .back-btn.submitButton:hover:before,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .woocommerce-checkout-payment .place-order .back-btn.button:hover:before,
.woocommerce-checkout-payment .place-order .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .back-btn.button:hover:before,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .back-btn.single_add_to_cart_button:hover:before,
.woocommerce-checkout-payment .place-order .back-btn.button:hover:before,
.back-btn.single_add_to_cart_button:hover:before,
.btn.yellow-btn.back-btn:focus:before,
.wp-block-button .yellow-btn.back-btn.wp-block-button__link:focus:before,
.mpForm .mpFormTable .mpQuestionTable .yellow-btn.back-btn.submitButton:focus:before,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .back-btn.btn:focus:before,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .wp-block-button .back-btn.wp-block-button__link:focus:before,
.wp-block-button .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .back-btn.wp-block-button__link:focus:before,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .mpForm .mpFormTable .mpQuestionTable .back-btn.submitButton:focus:before,
.mpForm .mpFormTable .mpQuestionTable .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .back-btn.submitButton:focus:before,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .woocommerce-checkout-payment .place-order .back-btn.button:focus:before,
.woocommerce-checkout-payment .place-order .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .back-btn.button:focus:before,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .back-btn.single_add_to_cart_button:focus:before,
.woocommerce-checkout-payment .place-order .back-btn.button:focus:before,
.back-btn.single_add_to_cart_button:focus:before {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}

.btn.yellow-btn:disabled,
.wp-block-button .yellow-btn.wp-block-button__link:disabled,
.mpForm .mpFormTable .mpQuestionTable .yellow-btn.submitButton:disabled,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .btn:disabled,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .wp-block-button .wp-block-button__link:disabled,
.wp-block-button .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .wp-block-button__link:disabled,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .mpForm .mpFormTable .mpQuestionTable .submitButton:disabled,
.mpForm .mpFormTable .mpQuestionTable .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .submitButton:disabled,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .woocommerce-checkout-payment .place-order .button:disabled,
.woocommerce-checkout-payment .place-order .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .button:disabled,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .single_add_to_cart_button:disabled,
.woocommerce-checkout-payment .place-order .button:disabled,
.single_add_to_cart_button:disabled {
  opacity: 0.5;
  color: #777;
  border-color: #ccc;
  background-color: #ccc;
}

.btn.blue-btn,
.wp-block-button .blue-btn.wp-block-button__link,
.mpForm .mpFormTable .mpQuestionTable .submitButton,
.woocommerce-checkout-payment .place-order .blue-btn.button,
.blue-btn.single_add_to_cart_button {
  color: #fff;
  background-color: #23afe6;
  border-color: #23afe6;
}

.btn.blue-btn:hover,
.wp-block-button .blue-btn.wp-block-button__link:hover,
.mpForm .mpFormTable .mpQuestionTable .submitButton:hover,
.woocommerce-checkout-payment .place-order .blue-btn.button:hover,
.blue-btn.single_add_to_cart_button:hover,
.btn.blue-btn:focus,
.wp-block-button .blue-btn.wp-block-button__link:focus,
.mpForm .mpFormTable .mpQuestionTable .submitButton:focus,
.woocommerce-checkout-payment .place-order .blue-btn.button:focus,
.blue-btn.single_add_to_cart_button:focus {
  color: #002a4d;
  background-color: #fff;
}

.btn.red-btn,
.wp-block-button .red-btn.wp-block-button__link,
.mpForm .mpFormTable .mpQuestionTable .red-btn.submitButton,
.woocommerce-checkout-payment .place-order .red-btn.button,
.red-btn.single_add_to_cart_button {
  color: #fff;
  background-color: #d22f38;
  border-color: #d22f38;
}

.btn.red-btn:hover,
.wp-block-button .red-btn.wp-block-button__link:hover,
.mpForm .mpFormTable .mpQuestionTable .red-btn.submitButton:hover,
.woocommerce-checkout-payment .place-order .red-btn.button:hover,
.red-btn.single_add_to_cart_button:hover,
.btn.red-btn:focus,
.wp-block-button .red-btn.wp-block-button__link:focus,
.mpForm .mpFormTable .mpQuestionTable .red-btn.submitButton:focus,
.woocommerce-checkout-payment .place-order .red-btn.button:focus,
.red-btn.single_add_to_cart_button:focus {
  color: #002a4d;
  background-color: #fff;
}

.btn.ghost-btn,
.wp-block-button .ghost-btn.wp-block-button__link,
.mpForm .mpFormTable .mpQuestionTable .ghost-btn.submitButton,
.woocommerce-checkout-payment .place-order .ghost-btn.button,
.ghost-btn.single_add_to_cart_button {
  color: #002a4d;
  background-color: transparent;
}

.btn.ghost-btn:hover,
.wp-block-button .ghost-btn.wp-block-button__link:hover,
.mpForm .mpFormTable .mpQuestionTable .ghost-btn.submitButton:hover,
.woocommerce-checkout-payment .place-order .ghost-btn.button:hover,
.ghost-btn.single_add_to_cart_button:hover,
.btn.ghost-btn:focus,
.wp-block-button .ghost-btn.wp-block-button__link:focus,
.mpForm .mpFormTable .mpQuestionTable .ghost-btn.submitButton:focus,
.woocommerce-checkout-payment .place-order .ghost-btn.button:focus,
.ghost-btn.single_add_to_cart_button:focus {
  color: #fff;
  background-color: #002a4d;
}

.btn.ghost-btn-yellow,
.wp-block-button .ghost-btn-yellow.wp-block-button__link,
.mpForm .mpFormTable .mpQuestionTable .ghost-btn-yellow.submitButton,
.woocommerce-checkout-payment .place-order .ghost-btn-yellow.button,
.ghost-btn-yellow.single_add_to_cart_button {
  color: #002a4d;
  border-color: #f3e400;
  background-color: transparent;
}

.btn.ghost-btn-yellow:hover,
.wp-block-button .ghost-btn-yellow.wp-block-button__link:hover,
.mpForm .mpFormTable .mpQuestionTable .ghost-btn-yellow.submitButton:hover,
.woocommerce-checkout-payment .place-order .ghost-btn-yellow.button:hover,
.ghost-btn-yellow.single_add_to_cart_button:hover,
.btn.ghost-btn-yellow:focus,
.wp-block-button .ghost-btn-yellow.wp-block-button__link:focus,
.mpForm .mpFormTable .mpQuestionTable .ghost-btn-yellow.submitButton:focus,
.woocommerce-checkout-payment .place-order .ghost-btn-yellow.button:focus,
.ghost-btn-yellow.single_add_to_cart_button:focus {
  background-color: #f3e400;
}

.btn.ghost-btn-blue,
.wp-block-button .ghost-btn-blue.wp-block-button__link,
.mpForm .mpFormTable .mpQuestionTable .ghost-btn-blue.submitButton,
.woocommerce-checkout-payment .place-order .ghost-btn-blue.button,
.ghost-btn-blue.single_add_to_cart_button {
  color: #002a4d;
  border-color: #23afe6;
  background-color: transparent;
}

.btn.ghost-btn-blue:hover,
.wp-block-button .ghost-btn-blue.wp-block-button__link:hover,
.mpForm .mpFormTable .mpQuestionTable .ghost-btn-blue.submitButton:hover,
.woocommerce-checkout-payment .place-order .ghost-btn-blue.button:hover,
.ghost-btn-blue.single_add_to_cart_button:hover,
.btn.ghost-btn-blue:focus,
.wp-block-button .ghost-btn-blue.wp-block-button__link:focus,
.mpForm .mpFormTable .mpQuestionTable .ghost-btn-blue.submitButton:focus,
.woocommerce-checkout-payment .place-order .ghost-btn-blue.button:focus,
.ghost-btn-blue.single_add_to_cart_button:focus {
  color: #fff;
  background-color: #23afe6;
}

.btn.ghost-btn-red,
.wp-block-button .ghost-btn-red.wp-block-button__link,
.mpForm .mpFormTable .mpQuestionTable .ghost-btn-red.submitButton,
.woocommerce-checkout-payment .place-order .ghost-btn-red.button,
.ghost-btn-red.single_add_to_cart_button {
  color: #002a4d;
  border-color: #d22f38;
  background-color: transparent;
}

.btn.ghost-btn-red:hover,
.wp-block-button .ghost-btn-red.wp-block-button__link:hover,
.mpForm .mpFormTable .mpQuestionTable .ghost-btn-red.submitButton:hover,
.woocommerce-checkout-payment .place-order .ghost-btn-red.button:hover,
.ghost-btn-red.single_add_to_cart_button:hover,
.btn.ghost-btn-red:focus,
.wp-block-button .ghost-btn-red.wp-block-button__link:focus,
.mpForm .mpFormTable .mpQuestionTable .ghost-btn-red.submitButton:focus,
.woocommerce-checkout-payment .place-order .ghost-btn-red.button:focus,
.ghost-btn-red.single_add_to_cart_button:focus {
  color: #fff;
  background-color: #d22f38;
}

.link-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #23afe6;
  text-decoration: underline;
  padding-left: 18px;
  position: relative;
}

.link-btn:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  transition: all 0.3s ease-in-out;
  width: 6px;
  height: 10px;
  background-size: 6px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-blue.svg);
}

.link-btn span {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  position: relative;
  z-index: 3;
}

.link-btn:hover,
.link-btn:focus {
  color: #23afe6;
}

.link-btn:hover:before,
.link-btn:focus:before {
  left: 5px;
}

.link-btn.back-link:before {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.link-btn.back-link:hover:before,
.link-btn.back-link:focus:before {
  left: -5px;
}

.link-btn.with-arrow {
  color: #002a4d;
  padding-left: 25px;
}

.link-btn.with-arrow:before {
  top: 5px;
}

.link-btn.with-arrow:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.link-btn.with-arrow:hover,
.link-btn.with-arrow:focus {
  color: #23afe6;
}

.link-btn.with-arrow:hover:before,
.link-btn.with-arrow:focus:before {
  left: 0;
  opacity: 0;
}

.link-btn.with-arrow:hover:after,
.link-btn.with-arrow:focus:after {
  opacity: 1;
}

.short-code,
.btn.short-code,
.wp-block-button .short-code.wp-block-button__link,
.mpForm .mpFormTable .mpQuestionTable .short-code.submitButton,
.woocommerce-checkout-payment .place-order .short-code.button,
.short-code.single_add_to_cart_button,
.link-btn.short-code {
  margin-bottom: 30px;
}

section.with-bg-option.sec-color-3 .dark-blue-btn:hover,
section.with-bg-option.sec-color-3 .dark-blue-btn:focus {
  border-color: #fff;
}

section.with-bg-option.sec-color-3 .yellow-btn:hover,
section.with-bg-option.sec-color-3 .woocommerce-checkout-payment .place-order .button:hover,
.woocommerce-checkout-payment .place-order section.with-bg-option.sec-color-3 .button:hover,
section.with-bg-option.sec-color-3 .yellow-btn:focus,
section.with-bg-option.sec-color-3 .woocommerce-checkout-payment .place-order .button:focus,
.woocommerce-checkout-payment .place-order section.with-bg-option.sec-color-3 .button:focus {
  color: #fff;
  border-color: #002a4d;
  background-color: #002a4d;
}

section.with-bg-option.sec-color-3 .blue-btn,
section.with-bg-option.sec-color-3 .mpForm .mpFormTable .mpQuestionTable .submitButton,
.mpForm .mpFormTable .mpQuestionTable section.with-bg-option.sec-color-3 .submitButton {
  border-color: #002a4d;
}

section.with-bg-option.sec-color-3 .blue-btn:hover,
section.with-bg-option.sec-color-3 .mpForm .mpFormTable .mpQuestionTable .submitButton:hover,
.mpForm .mpFormTable .mpQuestionTable section.with-bg-option.sec-color-3 .submitButton:hover,
section.with-bg-option.sec-color-3 .blue-btn:focus,
section.with-bg-option.sec-color-3 .mpForm .mpFormTable .mpQuestionTable .submitButton:focus,
.mpForm .mpFormTable .mpQuestionTable section.with-bg-option.sec-color-3 .submitButton:focus {
  color: #23afe6;
}

section.with-bg-option.sec-color-3 .red-btn:hover,
section.with-bg-option.sec-color-3 .red-btn:focus {
  color: #fff;
  border-color: #002a4d;
  background-color: #002a4d;
}

section.with-bg-option.sec-color-3 .ghost-btn {
  color: #fff;
}

section.with-bg-option.sec-color-3 .ghost-btn:hover,
section.with-bg-option.sec-color-3 .ghost-btn:focus {
  border-color: #002a4d;
}

section.with-bg-option.sec-color-3 .ghost-btn-yellow {
  color: #fff;
}

section.with-bg-option.sec-color-3 .ghost-btn-yellow:hover,
section.with-bg-option.sec-color-3 .ghost-btn-yellow:focus {
  color: #002a4d;
  border-color: #f3e400;
}

section.with-bg-option.sec-color-3 .ghost-btn-blue {
  color: #fff;
  border-color: #002a4d;
}

section.with-bg-option.sec-color-3 .ghost-btn-blue:hover,
section.with-bg-option.sec-color-3 .ghost-btn-blue:focus {
  color: #002a4d;
  background-color: #fff;
}

section.with-bg-option.sec-color-3 .ghost-btn-red {
  color: #fff;
}

section.with-bg-option.sec-color-3 .ghost-btn-red:hover,
section.with-bg-option.sec-color-3 .ghost-btn-red:focus {
  color: #fff;
  border-color: #d22f38;
}

section.with-bg-option.sec-color-4 .dark-blue-btn {
  border-color: #fff;
}

section.with-bg-option.sec-color-4 .dark-blue-btn:hover,
section.with-bg-option.sec-color-4 .dark-blue-btn:focus {
  color: #002a4d;
}

section.with-bg-option.sec-color-4 .dark-blue-btn:hover > span,
section.with-bg-option.sec-color-4 .dark-blue-btn:focus > span {
  color: inherit;
}

section.with-bg-option.sec-color-4 .yellow-btn,
section.with-bg-option.sec-color-4 .woocommerce-checkout-payment .place-order .button,
.woocommerce-checkout-payment .place-order section.with-bg-option.sec-color-4 .button {
  color: #002a4d;
}

section.with-bg-option.sec-color-4 .yellow-btn > span,
section.with-bg-option.sec-color-4 .woocommerce-checkout-payment .place-order .button > span,
.woocommerce-checkout-payment .place-order section.with-bg-option.sec-color-4 .button > span {
  color: inherit;
}

section.with-bg-option.sec-color-4 .yellow-btn:hover,
section.with-bg-option.sec-color-4 .woocommerce-checkout-payment .place-order .button:hover,
.woocommerce-checkout-payment .place-order section.with-bg-option.sec-color-4 .button:hover,
section.with-bg-option.sec-color-4 .yellow-btn:focus,
section.with-bg-option.sec-color-4 .woocommerce-checkout-payment .place-order .button:focus,
.woocommerce-checkout-payment .place-order section.with-bg-option.sec-color-4 .button:focus {
  border-color: #fff;
}

section.with-bg-option.sec-color-4 .blue-btn > span,
section.with-bg-option.sec-color-4 .mpForm .mpFormTable .mpQuestionTable .submitButton > span,
.mpForm .mpFormTable .mpQuestionTable section.with-bg-option.sec-color-4 .submitButton > span {
  color: inherit;
}

section.with-bg-option.sec-color-4 .blue-btn:hover,
section.with-bg-option.sec-color-4 .mpForm .mpFormTable .mpQuestionTable .submitButton:hover,
.mpForm .mpFormTable .mpQuestionTable section.with-bg-option.sec-color-4 .submitButton:hover,
section.with-bg-option.sec-color-4 .blue-btn:focus,
section.with-bg-option.sec-color-4 .mpForm .mpFormTable .mpQuestionTable .submitButton:focus,
.mpForm .mpFormTable .mpQuestionTable section.with-bg-option.sec-color-4 .submitButton:focus {
  color: #002a4d;
  border-color: #fff;
}

section.with-bg-option.sec-color-4 .red-btn > span {
  color: inherit;
}

section.with-bg-option.sec-color-4 .red-btn:hover,
section.with-bg-option.sec-color-4 .red-btn:focus {
  color: #002a4d;
  border-color: #fff;
}

section.with-bg-option.sec-color-4 .ghost-btn {
  border-color: #fff;
}

section.with-bg-option.sec-color-4 .ghost-btn > span {
  color: inherit;
}

section.with-bg-option.sec-color-4 .ghost-btn:hover,
section.with-bg-option.sec-color-4 .ghost-btn:focus {
  color: #002a4d;
  background-color: #fff;
}

section.with-bg-option.sec-color-4 .ghost-btn-yellow > span {
  color: inherit;
}

section.with-bg-option.sec-color-4 .ghost-btn-yellow:hover,
section.with-bg-option.sec-color-4 .ghost-btn-yellow:focus {
  color: #002a4d;
}

section.with-bg-option.sec-color-5 .dark-blue-btn:hover,
section.with-bg-option.sec-color-5 .dark-blue-btn:focus {
  border-color: #fff;
}

section.with-bg-option.sec-color-5 .yellow-btn,
section.with-bg-option.sec-color-5 .woocommerce-checkout-payment .place-order .button,
.woocommerce-checkout-payment .place-order section.with-bg-option.sec-color-5 .button {
  border-color: #002a4d;
}

section.with-bg-option.sec-color-5 .yellow-btn:hover,
section.with-bg-option.sec-color-5 .woocommerce-checkout-payment .place-order .button:hover,
.woocommerce-checkout-payment .place-order section.with-bg-option.sec-color-5 .button:hover,
section.with-bg-option.sec-color-5 .yellow-btn:focus,
section.with-bg-option.sec-color-5 .woocommerce-checkout-payment .place-order .button:focus,
.woocommerce-checkout-payment .place-order section.with-bg-option.sec-color-5 .button:focus {
  color: #fff;
  background-color: #002a4d;
}

section.with-bg-option.sec-color-5 .blue-btn:hover,
section.with-bg-option.sec-color-5 .mpForm .mpFormTable .mpQuestionTable .submitButton:hover,
.mpForm .mpFormTable .mpQuestionTable section.with-bg-option.sec-color-5 .submitButton:hover,
section.with-bg-option.sec-color-5 .blue-btn:focus,
section.with-bg-option.sec-color-5 .mpForm .mpFormTable .mpQuestionTable .submitButton:focus,
.mpForm .mpFormTable .mpQuestionTable section.with-bg-option.sec-color-5 .submitButton:focus {
  border-color: #fff;
}

section.with-bg-option.sec-color-5 .red-btn:hover,
section.with-bg-option.sec-color-5 .red-btn:focus {
  border-color: #fff;
}

section.with-bg-option.sec-color-5 .ghost-btn-yellow {
  border-color: #fff;
}

section.with-bg-option.sec-color-5 .ghost-btn-yellow:hover,
section.with-bg-option.sec-color-5 .ghost-btn-yellow:focus {
  background-color: #fff;
}

section.with-bg-option.sec-color-6 .dark-blue-btn > span {
  color: inherit;
}

section.with-bg-option.sec-color-6 .dark-blue-btn:hover,
section.with-bg-option.sec-color-6 .dark-blue-btn:focus {
  color: #002a4d;
  border-color: #fff;
  background-color: #fff;
}

section.with-bg-option.sec-color-6 .yellow-btn,
section.with-bg-option.sec-color-6 .woocommerce-checkout-payment .place-order .button,
.woocommerce-checkout-payment .place-order section.with-bg-option.sec-color-6 .button {
  color: #002a4d;
}

section.with-bg-option.sec-color-6 .yellow-btn > span,
section.with-bg-option.sec-color-6 .woocommerce-checkout-payment .place-order .button > span,
.woocommerce-checkout-payment .place-order section.with-bg-option.sec-color-6 .button > span {
  color: inherit;
}

section.with-bg-option.sec-color-6 .yellow-btn:hover,
section.with-bg-option.sec-color-6 .woocommerce-checkout-payment .place-order .button:hover,
.woocommerce-checkout-payment .place-order section.with-bg-option.sec-color-6 .button:hover,
section.with-bg-option.sec-color-6 .yellow-btn:focus,
section.with-bg-option.sec-color-6 .woocommerce-checkout-payment .place-order .button:focus,
.woocommerce-checkout-payment .place-order section.with-bg-option.sec-color-6 .button:focus {
  border-color: #fff;
}

section.with-bg-option.sec-color-6 .blue-btn > span,
section.with-bg-option.sec-color-6 .mpForm .mpFormTable .mpQuestionTable .submitButton > span,
.mpForm .mpFormTable .mpQuestionTable section.with-bg-option.sec-color-6 .submitButton > span {
  color: inherit;
}

section.with-bg-option.sec-color-6 .blue-btn:hover,
section.with-bg-option.sec-color-6 .mpForm .mpFormTable .mpQuestionTable .submitButton:hover,
.mpForm .mpFormTable .mpQuestionTable section.with-bg-option.sec-color-6 .submitButton:hover,
section.with-bg-option.sec-color-6 .blue-btn:focus,
section.with-bg-option.sec-color-6 .mpForm .mpFormTable .mpQuestionTable .submitButton:focus,
.mpForm .mpFormTable .mpQuestionTable section.with-bg-option.sec-color-6 .submitButton:focus {
  color: #002a4d;
  border-color: #fff;
}

section.with-bg-option.sec-color-6 .red-btn {
  border-color: #fff;
}

section.with-bg-option.sec-color-6 .red-btn > span {
  color: inherit;
}

section.with-bg-option.sec-color-6 .red-btn:hover,
section.with-bg-option.sec-color-6 .red-btn:focus {
  color: #002a4d;
}

section.with-bg-option.sec-color-6 .ghost-btn-yellow > span {
  color: inherit;
}

section.with-bg-option.sec-color-6 .ghost-btn-yellow:hover,
section.with-bg-option.sec-color-6 .ghost-btn-yellow:focus {
  color: #002a4d;
}

section.with-bg-option.sec-color-6 .ghost-btn-red {
  border-color: #fff;
}

section.with-bg-option.sec-color-6 .ghost-btn-red > span {
  color: inherit;
}

section.with-bg-option.sec-color-6 .ghost-btn-red:hover,
section.with-bg-option.sec-color-6 .ghost-btn-red:focus {
  color: #002a4d;
  background-color: #fff;
}

section.with-bg-option.cases-slider-section .dark-blue-btn:hover {
  border-color: #002a4d;
}

.wp-block-button .wp-block-button__link.has-blue-background-color {
  border-color: #23afe6;
}

.no-bot-margin {
  margin-bottom: 0 !important;
}

/*animations*/

@-webkit-keyframes nudgeUp {
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes nudgeUp {
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition-timing-function: ease-out;
  }
}

.prijzen-slider-emails .current-amount,
.price_slider .current-amount {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 30px;
  text-align: center;
}

.slider_arrow {
  margin-top: 79px;
}

.prijzen-slider-emails,
.price_slider {
  /*    .after-amount {
        text-align: center;
        font-weight: 600;
        margin-bottom: 20px;
    }*/
}

.prijzen-slider-emails .ui-state-default,
.prijzen-slider-emails .ui-widget-content .ui-state-default,
.prijzen-slider-emails .ui-widget-header .ui-state-default,
.price_slider .ui-state-default,
.price_slider .ui-widget-content .ui-state-default,
.price_slider .ui-widget-header .ui-state-default {
  background-color: #23afe6;
  border-radius: 25px;
  background-size: cover;
  border: none;
  top: 8px;
  margin-left: -11px;
  min-width: 0;
}

.prijzen-slider-emails .slider_animation,
.price_slider .slider_animation {
  position: absolute;
  bottom: 9px;
  left: 16px;
  width: 50px;
  height: 20px;
  background-image: url("../../resources/images/gif/credit-slider-ani.gif");
  background-repeat: no-repeat;
  background-size: contain;
}

.prijzen-slider-emails .ui-slider .ui-slider-handle,
.price_slider .ui-slider .ui-slider-handle {
  position: absolute;
  height: 25px;
  width: 25px;
  outline: none;
}

.prijzen-slider-emails .slider_container *,
.price_slider .slider_container * {
  cursor: pointer;
}

.prijzen-slider-emails .ui-corner-all,
.prijzen-slider-emails .ui-corner-bottom,
.prijzen-slider-emails .ui-corner-right,
.prijzen-slider-emails .ui-corner-br,
.price_slider .ui-corner-all,
.price_slider .ui-corner-bottom,
.price_slider .ui-corner-right,
.price_slider .ui-corner-br {
  position: relative;
  height: 40px;
  background: none;
  border: transparent;
}

#prijzen-slider {
  position: relative;
  margin-bottom: 50px;
}

#prijzen-slider .slider_container {
  position: relative;
  border-radius: 20px;
  max-width: 770px;
  min-height: 40px;
  background-color: #002a4d;
  padding: 0 23px;
  margin: 0 auto;
}

#prijzen-slider > span:not(.prijzen-slider-hint) {
  position: absolute;
  right: 5px;
  bottom: 0;
  font-size: 11px;
  line-height: 32px;
}

.prijzen-slider-emails :not(.slider_container) .prijzen-slider-hint,
.price_slider :not(.slider_container) .prijzen-slider-hint {
  display: inline-block;
  position: absolute;
  top: -94px;
  left: -77px;
  z-index: 2;
  width: 154px;
  padding: 17px 7px;
  background: #f0e306;
  border-radius: 5px;
  color: #002a4d;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  line-height: 18px;
}

.prijzen-slider-emails :not(.slider_container) .prijzen-slider-hint:after,
.price_slider :not(.slider_container) .prijzen-slider-hint:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #f0e306;
  border-width: 6px;
  margin-left: -6px;
}

#prijzen-slider-result .productpriceinfo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#prijzen-slider-result .productpriceinfo .product_text_info {
  color: #23afe6;
  font-size: 18px;
  font-weight: 700;
  margin-right: 25px;
}

@media (max-width: 767px) {
  #prijzen-slider-result .productpriceinfo .text-col {
    width: 100%;
    text-align: center;
  }
}

#prijzen-slider-result .productpriceinfo .price-col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  #prijzen-slider-result .productpriceinfo .price-col {
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
}

#prijzen-slider-result .productpriceinfo .price-col .productprice {
  color: #002a4d;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  margin-right: 25px;
}

#prijzen-slider-result .productpriceinfo .price-col .month,
#prijzen-slider-result .productpriceinfo .price-col .year {
  color: #002a4d;
  font-size: 13px;
}

#prijzen-slider-result .productpriceinfo .price-col .month {
  display: block;
  font-weight: 700;
}

#prijzen-slider-result .productpriceinfo .price-col .year {
  font-weight: 300;
}

.prijzen-slider-emails {
  position: relative;
  max-width: 770px;
  margin: 0 auto 40px;
}

@media (max-width: 1200px) {
  .prijzen-slider-emails .slider_container {
    width: 85%;
  }
}

@media (max-width: 768px) {
  .prijzen-slider-emails .slider_container {
    width: 70%;
  }
}

.hamburger {
  padding: 0 0;
  display: inline-block;
  font-size: 0;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  outline: none !important;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger.is-active:hover {
  opacity: 1;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}

.hamburger-box {
  width: 30px;
  height: 19px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 30px;
  height: 3px;
  background-color: #fff;
  border-radius: 0;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -8px;
}

.hamburger-inner::after {
  bottom: -8px;
}

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-slide:focus {
  outline: none;
}

.bc-col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -15px;
}

.back-btn {
  margin-bottom: 15px;
}

.breadcrumbs-line {
  padding-top: 30px;
}

@media only screen and (max-width: 767px) {
  .breadcrumbs-line {
    padding-top: 15px;
  }
}

.breadcrumbs-line .breadcrumbs {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 15px;
}

.breadcrumbs-line .breadcrumbs span {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .breadcrumbs-line .breadcrumbs span {
    font-size: 14px;
  }
}

.breadcrumbs-line .breadcrumbs > span {
  display: inline-block;
  margin-right: 30px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .breadcrumbs-line .breadcrumbs > span {
    margin-right: 20px;
  }
}

.breadcrumbs-line .breadcrumbs > span:after {
  content: '';
  position: absolute;
  top: 8px;
  right: -19px;
  width: 6px;
  height: 10px;
  background-size: 6px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-blue.svg);
}

@media only screen and (max-width: 767px) {
  .breadcrumbs-line .breadcrumbs > span:after {
    top: 7px;
    right: -14px;
  }
}

.breadcrumbs-line .breadcrumbs > span:last-child {
  margin-right: 0;
}

.breadcrumbs-line .breadcrumbs > span:last-child:after {
  display: none;
}

.breadcrumbs-line .breadcrumbs > span > a {
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
}

.breadcrumbs-line .breadcrumbs > span > a span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.breadcrumbs-line .breadcrumbs > span > a:hover,
.breadcrumbs-line .breadcrumbs > span > a:focus {
  color: #002a4d;
}

.woocommerce .breadcrumbs-line,
.woocommerce-page .breadcrumbs-line {
  margin-top: 20px;
}

body .gform_wrapper {
  margin: 0;
}

body .gform_wrapper input.large,
body .gform_wrapper input.medium,
body .gform_wrapper input.small,
body .gform_wrapper select.large,
body .gform_wrapper select.medium,
body .gform_wrapper select.small,
body .gform_wrapper textarea.large,
body .gform_wrapper textarea.medium,
body .gform_wrapper textarea.small {
  border: 1px solid #002a4d;
  background-color: #fff;
  border-radius: 0;
  box-shadow: none;
  color: #002a4d;
  height: 45px;
  line-height: 45px;
  font-size: 16px !important;
  outline: none;
}

@media only screen and (max-width: 767px) {
  body .gform_wrapper input.large,
  body .gform_wrapper input.medium,
  body .gform_wrapper input.small,
  body .gform_wrapper select.large,
  body .gform_wrapper select.medium,
  body .gform_wrapper select.small,
  body .gform_wrapper textarea.large,
  body .gform_wrapper textarea.medium,
  body .gform_wrapper textarea.small {
    font-size: 14px !important;
  }
}

body .gform_wrapper input:focus,
body .gform_wrapper select:focus,
body .gform_wrapper textarea:focus {
  box-shadow: 0 10px 15px rgba(0, 29, 52, 0.05);
  border-color: rgba(35, 175, 230, 0.15);
}

body .gform_wrapper select {
  background-image: url(../../resources/images/svg/chevron-blue-hz.svg);
  background-position: calc(100% - 15px) 50%;
  background-repeat: no-repeat;
  background-size: 20px 12px;
  padding: 10px 15px !important;
  height: 45px !important;
  line-height: normal !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  top: 0;
}

@media only screen and (max-width: 767px) {
  body .gform_wrapper select {
    padding: 10px 15px !important;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  body .gform_wrapper select {
    top: -1px;
  }
}

@-moz-document url-prefix()  {
  body .gform_wrapper select {
    top: 1px;
  }
}

body .gform_wrapper textarea {
  padding: 10px 15px;
  height: 200px !important;
  line-height: normal !important;
}

@media only screen and (max-width: 767px) {
  body .gform_wrapper textarea {
    height: 160px !important;
  }
}

body .gform_wrapper select::-ms-expand {
  display: none;
}

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 10px 15px;
}

body .gform_wrapper .top_label div.ginput_container {
  margin-top: 0 !important;
}

body .gform_wrapper .top_label .gfield_label {
  color: #002a4d;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 15px;
}

body .gform_wrapper ul li.gfield {
  margin-top: 0 !important;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  body .gform_wrapper ul li.gfield {
    margin-bottom: 20px;
  }
}

body .gform_wrapper ul li.gfield.gfield_html p {
  color: #002a4d;
  font-size: 14px;
  margin-bottom: 20px;
}

body .gform_wrapper.gravity-theme .gform_footer {
  padding: 15px 0 0 0;
  margin: 0;
}

body .gform_wrapper.gravity-theme .gform_footer .btn,
body .gform_wrapper.gravity-theme .gform_footer .wp-block-button .wp-block-button__link,
.wp-block-button body .gform_wrapper.gravity-theme .gform_footer .wp-block-button__link,
body .gform_wrapper.gravity-theme .gform_footer .mpForm .mpFormTable .mpQuestionTable .submitButton,
.mpForm .mpFormTable .mpQuestionTable body .gform_wrapper.gravity-theme .gform_footer .submitButton,
body .gform_wrapper.gravity-theme .gform_footer .woocommerce-checkout-payment .place-order .button,
.woocommerce-checkout-payment .place-order body .gform_wrapper.gravity-theme .gform_footer .button,
body .gform_wrapper.gravity-theme .gform_footer .single_add_to_cart_button {
  margin: 0;
}

body .gform_wrapper ul.gform_fields li.gfield {
  line-height: 1;
  padding-right: 0;
}

.gform_wrapper.gravity-theme .gfield {
  margin-bottom: 10px;
}

body .gform_wrapper .top_label input.medium,
body .gform_wrapper .top_label select.medium {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  body .gform_wrapper .top_label input.medium,
  body .gform_wrapper .top_label select.medium {
    width: 100%;
  }
}

body .gform_wrapper li.gfield.gfield_error,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
  border: none;
}

body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
}

body .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper li.gfield_error textarea {
  border-color: #d16915;
}

.gf_simple_horizontal_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first,
.gf_simple_horizontal_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_middle,
.gf_simple_horizontal_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last {
  padding-top: 0 !important;
}

.gf_simple_horizontal_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text],
.gf_simple_horizontal_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
  margin-bottom: 0 !important;
}

.gf_simple_horizontal_wrapper li.hidden_label input {
  margin-top: 0 !important;
}

body .gf_simple_horizontal_wrapper .top_label div.ginput_container {
  margin-top: 0 !important;
}

.gf_simple_horizontal div.gform_footer.top_label {
  width: auto !important;
  vertical-align: top !important;
}

.gf_simple_horizontal div.gform_footer.top_label input[type="submit"] {
  line-height: 26px;
  font-size: 13px;
  padding: 0 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.gform_wrapper .top_label li.gfield.gf_right_half {
  padding-right: 0 !important;
  padding-left: 15px !important;
}

@media only screen and (max-width: 1170px) {
  .gform_wrapper .top_label li.gfield.gf_right_half {
    padding-left: 7.5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .gform_wrapper .top_label li.gfield.gf_right_half {
    padding-left: 0 !important;
  }
}

.gform_wrapper .top_label li.gfield.gf_left_half {
  padding-right: 15px !important;
}

@media only screen and (max-width: 1170px) {
  .gform_wrapper .top_label li.gfield.gf_left_half {
    padding-right: 7.5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .gform_wrapper .top_label li.gfield.gf_left_half {
    padding-right: 0 !important;
  }
}

.gfield_required.gfield_required_asterisk {
  margin-left: 5px !important;
}

.gform_wrapper .gfield_required {
  position: relative;
  color: #d22f38 !important;
  font-size: 18px;
  font-weight: 600;
  top: -2px;
  left: 0;
  margin-left: 0 !important;
  padding-left: 0 !important;
  /*    &:before {
    content: '*';
    color: #d22f38;
    font-size: 18px;
    font-weight: 600;
    top: 0;
    left: 0;
    margin-left: 5px;
  }*/
}

.gform_wrapper .gfield_required .gfield_required_text {
  display: none;
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
  margin-left: 0 !important;
  margin-top: 1px !important;
}

.gform_wrapper .top_label li.gfield.gfield_error.gf_left_half {
  margin-right: 0 !important;
}

.gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half {
  max-width: 50% !important;
}

@media only screen and (max-width: 767px) {
  .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half {
    max-width: none !important;
  }
}

.gform_wrapper li.gfield.gfield_error {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 0 !important;
}

.gform_wrapper .validation_message {
  color: #23afe6 !important;
  font-weight: 400 !important;
  padding-top: 0 !important;
  margin-top: 5px !important;
  margin-bottom: 15px !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  padding: 10px !important;
  margin-top: 5px;
}

.gform_wrapper div.validation_error {
  font-size: 18px !important;
  color: #23afe6 !important;
  font-weight: 500 !important;
  border-top-color: #23afe6 !important;
  border-bottom-color: #23afe6 !important;
}

@media only screen and (max-width: 767px) {
  .gform_wrapper div.validation_error {
    font-size: 18px !important;
  }
}

.gform_footer .btn,
.gform_footer .wp-block-button .wp-block-button__link,
.wp-block-button .gform_footer .wp-block-button__link,
.gform_footer .mpForm .mpFormTable .mpQuestionTable .submitButton,
.mpForm .mpFormTable .mpQuestionTable .gform_footer .submitButton,
.gform_footer .woocommerce-checkout-payment .place-order .button,
.woocommerce-checkout-payment .place-order .gform_footer .button,
.gform_footer .single_add_to_cart_button {
  min-width: 170px;
}

@media only screen and (max-width: 767px) {
  .gform_footer .btn,
  .gform_footer .wp-block-button .wp-block-button__link,
  .wp-block-button .gform_footer .wp-block-button__link,
  .gform_footer .mpForm .mpFormTable .mpQuestionTable .submitButton,
  .mpForm .mpFormTable .mpQuestionTable .gform_footer .submitButton,
  .gform_footer .woocommerce-checkout-payment .place-order .button,
  .woocommerce-checkout-payment .place-order .gform_footer .button,
  .gform_footer .single_add_to_cart_button {
    display: block;
    width: 100%;
  }
}

.gform_confirmation_message {
  color: #002a4d;
  font-size: 20px;
  padding: 20px;
  text-align: center;
  border: 2px solid #002a4d;
}

@media only screen and (max-width: 767px) {
  .gform_confirmation_message {
    padding: 15px;
    text-align: center;
  }
}

@media only screen and (max-width: 374px) {
  .gform_confirmation_message {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .gform_wrapper .gfield_radio {
    margin-bottom: 30px;
  }
}

.gform_wrapper .gfield_radio > div {
  margin-bottom: 10px;
}

.gform_wrapper .gfield_radio > div label {
  color: #002a4d;
  display: inline-block;
  cursor: pointer;
  font-size: 16px !important;
  line-height: 1.25;
  position: relative;
  padding-left: 30px;
  padding-top: 0;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.gform_wrapper .gfield_radio > div label:before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #001d34;
  background-color: #fff;
  border-radius: 50%;
}

.gform_wrapper .gfield_radio > div label:after {
  content: '';
  position: absolute;
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: transparent;
}

.gform_wrapper .gfield_radio > div input[type=radio] {
  display: none;
}

.gform_wrapper .gfield_radio > div input[type=radio]:checked + label {
  font-weight: 400;
}

.gform_wrapper .gfield_radio > div input[type=radio]:checked + label:after {
  background-color: #23afe6;
}

@media only screen and (max-width: 767px) {
  .gform_wrapper .gfield_checkbox {
    margin-bottom: 30px;
  }
}

.gform_wrapper .gfield_checkbox > div {
  margin-bottom: 15px;
}

.gform_wrapper .gfield_checkbox > div label {
  color: #002a4d;
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.25;
  position: relative;
  padding-left: 35px;
  padding-top: 2px;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.gform_wrapper .gfield_checkbox > div label:before {
  content: '';
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #001d34;
  background-color: #fff;
}

.gform_wrapper .gfield_checkbox > div input[type=checkbox] {
  display: none;
}

.gform_wrapper .gfield_checkbox > div input[type=checkbox]:checked + label {
  font-weight: 400;
}

.gform_wrapper .gfield_checkbox > div input[type=checkbox]:checked + label:after {
  content: '';
  position: absolute;
  top: 6px;
  left: 4px;
  width: 16px;
  height: 12px;
  background-size: 16px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/check.svg);
}

.gform_wrapper .ginput_container_consent label {
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
  padding-left: 35px;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.gform_wrapper .ginput_container_consent label:before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 1px;
  border: 1px solid #001d34;
  background-color: #f3e400;
}

.gform_wrapper .ginput_container_consent label:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 4px;
  width: 12px;
  height: 12px;
  background-color: transparent;
}

.gform_wrapper .ginput_container_consent input[type=checkbox] {
  display: none;
}

.gform_wrapper .ginput_container_consent input[type=checkbox]:checked + label {
  font-weight: 400;
}

.gform_wrapper .ginput_container_consent input[type=checkbox]:checked + label:after {
  background-color: #23afe6;
}

.gform_wrapper .gsection {
  border-bottom: 1px solid #f3e400 !important;
}

.gform_wrapper .ginput_complex label {
  color: #002a4d;
  font-size: 17px !important;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 15px !important;
  margin-top: 10px !important;
}

.gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) {
  border: 1px solid #002a4d;
  background-color: #fff;
  border-radius: 0;
  box-shadow: none;
  color: #002a4d;
  height: 45px;
  line-height: 45px;
  font-size: 16px !important;
  font-weight: 400;
  outline: none;
}

.gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]):focus {
  border-color: #23afe6;
}

.gform_wrapper .gform_validation_errors {
  margin-bottom: 30px !important;
  margin-top: 0;
}

.gform_wrapper .gform_validation_errors > h2 {
  font-size: 18px !important;
}

.gform_wrapper .gfield_description {
  color: #002a4d !important;
  padding: 10px 15px !important;
  margin-bottom: 0 !important;
  margin-top: 10px !important;
}

.mpForm .mpErrorSummary {
  padding: 15px;
  border: 1px solid #d22f38;
  margin-bottom: 30px;
}

.mpForm .mpErrorSummary label {
  font-size: 18px;
}

.mpForm .mpErrorSummary > ul {
  margin: 0 !important;
}

.mpForm .mpErrorSummary > ul > li {
  display: block !important;
  color: #d22f38 !important;
  margin-bottom: 5px !important;
}

.mpForm .mpErrorSummary > ul > li:before {
  background-color: #d22f38 !important;
}

.mpForm .mpErrorSummary > ul > li:last-child {
  margin-bottom: 0 !important;
}

.mpForm .mpFormTable {
  margin: 0;
  padding: 0;
}

.mpForm .mpFormTable .sublabel {
  font-size: 14px;
  font-style: italic;
}

.mpForm .mpFormTable .mpQuestionTable {
  display: block;
  list-style: none;
  text-align: left;
  margin-bottom: 15px;
}

.mpForm .mpFormTable .mpQuestionTable .mpFormLabel {
  display: inline-block;
  color: #002a4d;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .mpForm .mpFormTable .mpQuestionTable .mpFormLabel {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.mpForm .mpFormTable .mpQuestionTable .mpFormLabel label {
  margin-bottom: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.mpForm .mpFormTable .mpQuestionTable .mpFormLabel .mandatorySign {
  color: #d22f38;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.mpForm .mpFormTable .mpQuestionTable .mpFormField input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.mpForm .mpFormTable .mpQuestionTable .mpFormField select,
.mpForm .mpFormTable .mpQuestionTable .mpFormField textarea {
  width: 100%;
  border: 1px solid #ccdde3;
  background-color: #fff;
  border-radius: 0;
  box-shadow: none;
  color: #002a4d;
  height: 45px;
  line-height: 45px;
  font-size: 16px !important;
  outline: none;
  padding: 10px 15px;
}

@media only screen and (max-width: 767px) {
  .mpForm .mpFormTable .mpQuestionTable .mpFormField input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  .mpForm .mpFormTable .mpQuestionTable .mpFormField select,
  .mpForm .mpFormTable .mpQuestionTable .mpFormField textarea {
    font-size: 14px !important;
    height: 40px;
    line-height: 40px;
  }
}

.mpForm .mpFormTable .mpQuestionTable .mpFormField input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
.mpForm .mpFormTable .mpQuestionTable .mpFormField select:focus,
.mpForm .mpFormTable .mpQuestionTable .mpFormField textarea:focus {
  box-shadow: 0 10px 15px rgba(0, 29, 52, 0.05);
  border-color: rgba(35, 175, 230, 0.15);
}

.mpForm .mpFormTable .mpQuestionTable .mpFormField select {
  background-image: url(../../resources/images/svg/chevron-blue-hz.svg);
  background-position: calc(100% - 15px) 50%;
  background-repeat: no-repeat;
  background-size: 20px 12px;
  padding: 10px 15px !important;
  height: 45px !important;
  line-height: normal !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  top: 0;
}

@media only screen and (max-width: 767px) {
  .mpForm .mpFormTable .mpQuestionTable .mpFormField select {
    padding: 10px 15px !important;
    height: 40px !important;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .mpForm .mpFormTable .mpQuestionTable .mpFormField select {
    top: -1px;
  }
}

@-moz-document url-prefix()  {
  .mpForm .mpFormTable .mpQuestionTable .mpFormField select {
    top: 1px;
  }
}

.mpForm .mpFormTable .mpQuestionTable .mpFormField textarea {
  padding: 10px 15px;
  height: 200px !important;
  line-height: normal !important;
}

@media only screen and (max-width: 767px) {
  .mpForm .mpFormTable .mpQuestionTable .mpFormField textarea {
    height: 160px !important;
  }
}

.mpForm .mpFormTable .mpQuestionTable .mpFormField select::-ms-expand {
  display: none;
}

.mpForm .mpFormTable .mpQuestionTable .mpFormField > ul:not(.mpRadioButtonTable) {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
}

@media only screen and (max-width: 767px) {
  .mpForm .mpFormTable .mpQuestionTable .mpFormField > ul:not(.mpRadioButtonTable) {
    margin-top: 5px !important;
  }
}

.mpForm .mpFormTable .mpQuestionTable .mpFormField > ul:not(.mpRadioButtonTable) > li {
  list-style: none;
  padding: 0 !important;
  margin: 0 0 15px 0 !important;
}

.mpForm .mpFormTable .mpQuestionTable .mpFormField > ul:not(.mpRadioButtonTable) > li:before {
  display: none !important;
}

.mpForm .mpFormTable .mpQuestionTable .mpFormField > ul:not(.mpRadioButtonTable) > li label {
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  padding-left: 40px;
  margin: 0;
  padding-top: 1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media only screen and (max-width: 767px) {
  .mpForm .mpFormTable .mpQuestionTable .mpFormField > ul:not(.mpRadioButtonTable) > li label {
    padding-top: 0;
    padding-left: 35px;
  }
}

.mpForm .mpFormTable .mpQuestionTable .mpFormField > ul:not(.mpRadioButtonTable) > li label:before {
  content: '';
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 1px;
  border: 1px solid #ccdde3;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .mpForm .mpFormTable .mpQuestionTable .mpFormField > ul:not(.mpRadioButtonTable) > li label:before {
    width: 20px;
    height: 20px;
  }
}

.mpForm .mpFormTable .mpQuestionTable .mpFormField > ul:not(.mpRadioButtonTable) > li label:after {
  content: '';
  position: absolute;
  top: 6px;
  left: 5px;
  width: 15px;
  height: 15px;
  background-color: transparent;
}

@media only screen and (max-width: 767px) {
  .mpForm .mpFormTable .mpQuestionTable .mpFormField > ul:not(.mpRadioButtonTable) > li label:after {
    width: 12px;
    height: 12px;
    top: 5px;
    left: 4px;
  }
}

.mpForm .mpFormTable .mpQuestionTable .mpFormField > ul:not(.mpRadioButtonTable) > li input[type=checkbox] {
  display: none;
}

.mpForm .mpFormTable .mpQuestionTable .mpFormField > ul:not(.mpRadioButtonTable) > li input[type=checkbox]:checked + label {
  font-weight: 400;
}

.mpForm .mpFormTable .mpQuestionTable .mpFormField > ul:not(.mpRadioButtonTable) > li input[type=checkbox]:checked + label:after {
  content: '';
  position: absolute;
  top: 7px;
  left: 4px;
  width: 16px;
  height: 12px;
  background-size: 16px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/check.svg);
}

.mpForm .mpFormTable .mpQuestionTable .mpFormField .mpRadioButtonTable {
  padding: 0;
  margin: 0;
}

.mpForm .mpFormTable .mpQuestionTable .mpFormField .mpRadioButtonTable > li {
  list-style: none;
  margin-bottom: 12px;
}

.mpForm .mpFormTable .mpQuestionTable .mpFormField .mpRadioButtonTable > li label {
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  padding-left: 40px;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mpForm .mpFormTable .mpQuestionTable .mpFormField .mpRadioButtonTable > li label:before {
  content: '';
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #ccdde3;
  background-color: #fff;
  border-radius: 50%;
}

.mpForm .mpFormTable .mpQuestionTable .mpFormField .mpRadioButtonTable > li label:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: transparent;
}

.mpForm .mpFormTable .mpQuestionTable .mpFormField .mpRadioButtonTable > li input[type=radio] {
  display: none;
}

.mpForm .mpFormTable .mpQuestionTable .mpFormField .mpRadioButtonTable > li input[type=radio]:checked + label {
  font-weight: 400;
}

.mpForm .mpFormTable .mpQuestionTable .mpFormField .mpRadioButtonTable > li input[type=radio]:checked + label:after {
  background-color: #23afe6;
}

.mpForm .mpFormTable .mpQuestionTable .mpFormText span {
  font-size: 14px !important;
  color: #002a4d !important;
}

@media only screen and (max-width: 767px) {
  .mpForm .mpFormTable .mpQuestionTable .mpFormText span {
    font-size: 13px !important;
  }
}

.mpForm .mpFormTable .mpQuestionTable .submitButton {
  min-width: 170px;
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  .mpForm .mpFormTable .mpQuestionTable .submitButton {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
}

.mpForm .mpFormTable .mpQuestionTable .mpErrorRow {
  color: #d22f38;
  font-size: 14px;
  margin-top: 5px;
}

.mpFormField > ul > li {
  margin-bottom: 12px !important;
}

.mpFormField > ul > li input[type=radio] {
  display: none;
}

.mpFormField > ul > li input[type=radio] + label:before {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 1px solid #d6d6d6;
  border-radius: 50%;
  content: "";
  text-align: center;
}

.mpFormField > ul > li input[type=radio] + label:after {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: "";
  text-align: center;
  background-color: transparent;
}

.mpFormField > ul > li input[type=radio]:checked + label:after {
  background-color: #23afe6 !important;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  padding: 0;
  background-color: #23afe6;
  transition: all 0.15s ease-in-out;
  border-bottom: 1px solid transparent;
  height: 100px;
}

@media only screen and (max-width: 1280px) {
  .header {
    padding: 0;
    height: 80px;
  }
}

@media only screen and (max-width: 1200px) {
  .header {
    padding: 21px 0;
  }
}

@media only screen and (max-width: 767px) {
  .header {
    padding: 13px 0;
    height: 60px;
  }
}

.header .header-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 1800px) {
  .header .header-box {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.header .header-box .logo-wrapper {
  width: calc((100% - 1200px) / 2);
  padding-right: 60px;
  padding-left: 15px;
}

@media only screen and (max-width: 1800px) {
  .header .header-box .logo-wrapper {
    width: auto;
    padding: 0 15px;
  }
}

.header .header-box .logo-wrapper .logo-box {
  width: 160px;
  height: 60px;
  position: relative;
  margin-left: auto;
}

@media only screen and (max-width: 1360px) {
  .header .header-box .logo-wrapper .logo-box {
    width: 107px;
    height: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .header .header-box .logo-wrapper .logo-box {
    width: 88px;
    height: 33px;
  }
}

.header .header-box .logo-wrapper .logo-box .logo-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  z-index: 5;
}

.header .header-box .logo-wrapper .logo-box .main-logo {
  display: block;
  width: inherit;
  height: inherit;
}

.header .header-box .main-menu-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1200px;
  padding: 0 15px;
}

@media only screen and (max-width: 1800px) {
  .header .header-box .main-menu-wrap {
    width: 100%;
  }
}

@media only screen and (max-width: 1200px) {
  .header .header-box .main-menu-wrap {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media only screen and (max-width: 767px) {
  .header .header-box .main-menu-wrap {
    padding: 0;
  }
}

@media only screen and (max-width: 1200px) {
  .header .header-box .main-menu-box {
    display: none;
  }
}

.header .header-box .main-menu-box ul[id*=menu] > li {
  margin: 0;
  padding: 37px 15px 38px 15px;
}

@media only screen and (max-width: 1415px) {
  .header .header-box .main-menu-box ul[id*=menu] > li {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 1280px) {
  .header .header-box .main-menu-box ul[id*=menu] > li {
    padding: 28px 10px;
  }
}

@media only screen and (max-width: 1279px) {
  .header .header-box .main-menu-box ul[id*=menu] > li {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.header .header-box .main-menu-box ul[id*=menu] > li > a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}

@media only screen and (max-width: 1280px) {
  .header .header-box .main-menu-box ul[id*=menu] > li > a {
    font-size: 15px;
  }
}

.header .header-box .main-menu-box ul[id*=menu] > li > a .menu-item-box {
  position: relative;
}

.header .header-box .main-menu-box ul[id*=menu] > li > a .menu-item-box:after {
  content: '';
  position: absolute;
  top: 5px;
  right: -15px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 7px;
  height: 12px;
  background-size: 7px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-dark-blue.svg);
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}

.header .header-box .main-menu-box ul[id*=menu] > li > a .menu-item-box .menu-info .item-title {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.15s ease-in-out;
}

@media only screen and (max-width: 1550px) {
  .header .header-box .main-menu-box ul[id*=menu] > li > a .menu-item-box .menu-info .item-title {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1240px) {
  .header .header-box .main-menu-box ul[id*=menu] > li > a .menu-item-box .menu-info .item-title {
    font-size: 14px;
  }
}

.header .header-box .main-menu-box ul[id*=menu] > li:first-child {
  margin-left: 0;
  padding-left: 0;
}

.header .header-box .main-menu-box ul[id*=menu] > li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children {
  position: static;
}

.header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 100%;
  width: 1170px;
  background-color: #fff;
  padding: 20px 0 40px 0;
  margin: -15px;
  visibility: hidden;
}

.header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 5000px;
  height: 100%;
  background-color: #fff;
}

.header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 5000px;
  height: 1px;
  background-color: #002a4d;
}

.header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu.extra-items-margin > li {
  margin: 0 33px;
}

.header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu > li {
  display: none;
  width: 20%;
  max-width: 100%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu > li > a {
  display: block;
  text-decoration: none;
  top: 0;
  position: relative;
  transition: all 0.5s ease-in-out;
}

.header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu > li > a .menu-item-box .menu-img-wrap {
  position: relative;
  overflow: hidden;
}

.header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu > li > a .menu-item-box .menu-img-wrap img {
  display: block;
  height: 150px;
  width: auto;
  max-width: 150px;
  margin: 0 auto;
}

.header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu > li > a .menu-item-box .menu-info {
  text-align: center;
}

.header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu > li > a .menu-item-box .menu-info .item-title {
  display: block;
  color: #002a4d;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 5px;
}

.header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu > li > a .menu-item-box .menu-info .menu-desc {
  display: block;
  color: #002a4d;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu > li > a:hover,
.header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu > li > a:focus {
  top: -5px;
}

.header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu.items-2 {
  -ms-flex-pack: center;
  justify-content: center;
}

.header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children:hover > .sub-menu,
.header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children:focus > .sub-menu {
  visibility: visible;
}

.header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children:hover > .sub-menu > li,
.header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children:focus > .sub-menu > li {
  display: block;
}

.header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children > a {
  position: relative;
  padding-right: 15px;
}

.header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children > a:after {
  content: '';
  position: absolute;
  top: 5px;
  right: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 7px;
  height: 12px;
  background-size: 7px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-white.svg);
  opacity: 1;
  transition: opacity 0.15s ease-in-out;
}

.header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children > a:before {
  content: '';
  position: absolute;
  top: 5px;
  right: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 7px;
  height: 12px;
  background-size: 7px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-blue.svg);
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}

.header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children:hover > a,
.header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children:focus > a {
  color: #23afe6;
}

.header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children:hover > a:after,
.header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children:focus > a:after {
  opacity: 0;
}

.header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children:hover > a:before,
.header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children:focus > a:before {
  opacity: 1;
}

.header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children:hover > a .menu-item-box:after,
.header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children:focus > a .menu-item-box:after {
  opacity: 0 !important;
}

.header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children:hover > a .menu-item-box .menu-info .item-title,
.header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children:focus > a .menu-item-box .menu-info .item-title {
  color: #23afe6 !important;
}

.header .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a,
.header .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a {
  color: #002a4d;
}

.header .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a:after,
.header .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 7px;
  height: 12px;
  background-size: 7px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-dark-blue.svg);
}

.header .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a .menu-item-box .menu-info .item-title,
.header .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a .menu-item-box .menu-info .item-title {
  color: #002a4d;
}

.header .header-box .header-buttons-box {
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 15px;
  margin-left: 15px;
}

@media only screen and (max-width: 1800px) {
  .header .header-box .header-buttons-box {
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0 15px;
    margin-left: auto;
  }
}

@media only screen and (max-width: 767px) {
  .header .header-box .header-buttons-box {
    display: none;
  }
}

.header .header-box .header-buttons-box .header-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.header .header-box .header-buttons-box .header-buttons .btn,
.header .header-box .header-buttons-box .header-buttons .wp-block-button .wp-block-button__link,
.wp-block-button .header .header-box .header-buttons-box .header-buttons .wp-block-button__link,
.header .header-box .header-buttons-box .header-buttons .mpForm .mpFormTable .mpQuestionTable .submitButton,
.mpForm .mpFormTable .mpQuestionTable .header .header-box .header-buttons-box .header-buttons .submitButton,
.header .header-box .header-buttons-box .header-buttons .woocommerce-checkout-payment .place-order .button,
.woocommerce-checkout-payment .place-order .header .header-box .header-buttons-box .header-buttons .button,
.header .header-box .header-buttons-box .header-buttons .single_add_to_cart_button {
  white-space: nowrap;
  text-transform: uppercase;
  margin-right: 15px;
}

@media only screen and (max-width: 1360px) {
  .header .header-box .header-buttons-box .header-buttons .btn,
  .header .header-box .header-buttons-box .header-buttons .wp-block-button .wp-block-button__link,
  .wp-block-button .header .header-box .header-buttons-box .header-buttons .wp-block-button__link,
  .header .header-box .header-buttons-box .header-buttons .mpForm .mpFormTable .mpQuestionTable .submitButton,
  .mpForm .mpFormTable .mpQuestionTable .header .header-box .header-buttons-box .header-buttons .submitButton,
  .header .header-box .header-buttons-box .header-buttons .woocommerce-checkout-payment .place-order .button,
  .woocommerce-checkout-payment .place-order .header .header-box .header-buttons-box .header-buttons .button,
  .header .header-box .header-buttons-box .header-buttons .single_add_to_cart_button {
    padding: 6px 15px;
    font-size: 14px;
    margin-right: 10px;
  }
}

.header .header-box .header-buttons-box .header-buttons .btn:hover,
.header .header-box .header-buttons-box .header-buttons .wp-block-button .wp-block-button__link:hover,
.wp-block-button .header .header-box .header-buttons-box .header-buttons .wp-block-button__link:hover,
.header .header-box .header-buttons-box .header-buttons .mpForm .mpFormTable .mpQuestionTable .submitButton:hover,
.mpForm .mpFormTable .mpQuestionTable .header .header-box .header-buttons-box .header-buttons .submitButton:hover,
.header .header-box .header-buttons-box .header-buttons .woocommerce-checkout-payment .place-order .button:hover,
.woocommerce-checkout-payment .place-order .header .header-box .header-buttons-box .header-buttons .button:hover,
.header .header-box .header-buttons-box .header-buttons .single_add_to_cart_button:hover,
.header .header-box .header-buttons-box .header-buttons .btn:focus,
.header .header-box .header-buttons-box .header-buttons .wp-block-button .wp-block-button__link:focus,
.wp-block-button .header .header-box .header-buttons-box .header-buttons .wp-block-button__link:focus,
.header .header-box .header-buttons-box .header-buttons .mpForm .mpFormTable .mpQuestionTable .submitButton:focus,
.mpForm .mpFormTable .mpQuestionTable .header .header-box .header-buttons-box .header-buttons .submitButton:focus,
.header .header-box .header-buttons-box .header-buttons .woocommerce-checkout-payment .place-order .button:focus,
.woocommerce-checkout-payment .place-order .header .header-box .header-buttons-box .header-buttons .button:focus,
.header .header-box .header-buttons-box .header-buttons .single_add_to_cart_button:focus {
  color: #23afe6;
  background-color: #002a4d;
}

.header .header-box .header-buttons-box .header-buttons .btn.ghost-btn:hover,
.header .header-box .header-buttons-box .header-buttons .wp-block-button .ghost-btn.wp-block-button__link:hover,
.wp-block-button .header .header-box .header-buttons-box .header-buttons .ghost-btn.wp-block-button__link:hover,
.header .header-box .header-buttons-box .header-buttons .mpForm .mpFormTable .mpQuestionTable .ghost-btn.submitButton:hover,
.mpForm .mpFormTable .mpQuestionTable .header .header-box .header-buttons-box .header-buttons .ghost-btn.submitButton:hover,
.header .header-box .header-buttons-box .header-buttons .woocommerce-checkout-payment .place-order .ghost-btn.button:hover,
.woocommerce-checkout-payment .place-order .header .header-box .header-buttons-box .header-buttons .ghost-btn.button:hover,
.header .header-box .header-buttons-box .header-buttons .ghost-btn.single_add_to_cart_button:hover,
.header .header-box .header-buttons-box .header-buttons .btn.ghost-btn:focus,
.header .header-box .header-buttons-box .header-buttons .wp-block-button .ghost-btn.wp-block-button__link:focus,
.wp-block-button .header .header-box .header-buttons-box .header-buttons .ghost-btn.wp-block-button__link:focus,
.header .header-box .header-buttons-box .header-buttons .mpForm .mpFormTable .mpQuestionTable .ghost-btn.submitButton:focus,
.mpForm .mpFormTable .mpQuestionTable .header .header-box .header-buttons-box .header-buttons .ghost-btn.submitButton:focus,
.header .header-box .header-buttons-box .header-buttons .woocommerce-checkout-payment .place-order .ghost-btn.button:focus,
.woocommerce-checkout-payment .place-order .header .header-box .header-buttons-box .header-buttons .ghost-btn.button:focus,
.header .header-box .header-buttons-box .header-buttons .ghost-btn.single_add_to_cart_button:focus {
  color: #23afe6;
  background-color: #002a4d;
}

.header .header-box .header-buttons-box .header-buttons .btn:last-child,
.header .header-box .header-buttons-box .header-buttons .wp-block-button .wp-block-button__link:last-child,
.wp-block-button .header .header-box .header-buttons-box .header-buttons .wp-block-button__link:last-child,
.header .header-box .header-buttons-box .header-buttons .mpForm .mpFormTable .mpQuestionTable .submitButton:last-child,
.mpForm .mpFormTable .mpQuestionTable .header .header-box .header-buttons-box .header-buttons .submitButton:last-child,
.header .header-box .header-buttons-box .header-buttons .woocommerce-checkout-payment .place-order .button:last-child,
.woocommerce-checkout-payment .place-order .header .header-box .header-buttons-box .header-buttons .button:last-child,
.header .header-box .header-buttons-box .header-buttons .single_add_to_cart_button:last-child {
  margin-right: 0;
}

.header .header-box .hamburger {
  display: none;
  margin-right: 15px;
  margin-left: 15px;
}

@media only screen and (max-width: 1200px) {
  .header .header-box .hamburger {
    display: block;
  }
}

.header .header-box.hide-main-nav .logo-wrapper {
  padding: 0;
}

.header .header-box.hide-main-nav .logo-wrapper .logo-box {
  margin: 0;
}

.header.headroom.headroom--unpinned {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.header.headroom.headroom--pinned {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.header.landing {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0 !important;
}

.header.hide-nav-header {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0 !important;
}

.header.hide-nav-header .header-box {
  width: 100%;
}

.header.hide-nav-header:hover,
.header.hide-nav-header:focus {
  background-color: #23afe6 !important;
  border-color: transparent !important;
}

.active-header,
.header:hover:not(.landing),
.header:focus:not(.landing),
.header.active,
.header.headroom--not-top {
  background-color: #fff;
  border-bottom-color: #002a4d;
}

.active-header .header-box .header-cart-wrap .cart-box,
.header:hover:not(.landing) .header-box .header-cart-wrap .cart-box,
.header:focus:not(.landing) .header-box .header-cart-wrap .cart-box,
.header.active .header-box .header-cart-wrap .cart-box,
.header.headroom--not-top .header-box .header-cart-wrap .cart-box {
  position: relative;
}

.active-header .header-box .header-cart-wrap .cart-box .header-cart-link,
.header:hover:not(.landing) .header-box .header-cart-wrap .cart-box .header-cart-link,
.header:focus:not(.landing) .header-box .header-cart-wrap .cart-box .header-cart-link,
.header.active .header-box .header-cart-wrap .cart-box .header-cart-link,
.header.headroom--not-top .header-box .header-cart-wrap .cart-box .header-cart-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  z-index: 5;
}

.active-header .header-box .header-cart-wrap .cart-box .cart-icon,
.header:hover:not(.landing) .header-box .header-cart-wrap .cart-box .cart-icon,
.header:focus:not(.landing) .header-box .header-cart-wrap .cart-box .cart-icon,
.header.active .header-box .header-cart-wrap .cart-box .cart-icon,
.header.headroom--not-top .header-box .header-cart-wrap .cart-box .cart-icon {
  background-color: #f3e400;
}

.active-header .header-box .header-cart-wrap .cart-box .cart-info:before,
.header:hover:not(.landing) .header-box .header-cart-wrap .cart-box .cart-info:before,
.header:focus:not(.landing) .header-box .header-cart-wrap .cart-box .cart-info:before,
.header.active .header-box .header-cart-wrap .cart-box .cart-info:before,
.header.headroom--not-top .header-box .header-cart-wrap .cart-box .cart-info:before {
  background-color: #23afe6;
}

.active-header .header-box .header-cart-wrap .cart-box .cart-info .js-cart-text.js-cart-num,
.header:hover:not(.landing) .header-box .header-cart-wrap .cart-box .cart-info .js-cart-text.js-cart-num,
.header:focus:not(.landing) .header-box .header-cart-wrap .cart-box .cart-info .js-cart-text.js-cart-num,
.header.active .header-box .header-cart-wrap .cart-box .cart-info .js-cart-text.js-cart-num,
.header.headroom--not-top .header-box .header-cart-wrap .cart-box .cart-info .js-cart-text.js-cart-num {
  opacity: 1;
  color: #23afe6;
}

.active-header .header-box .main-menu-box ul[id*=menu] > li > a,
.header:hover:not(.landing) .header-box .main-menu-box ul[id*=menu] > li > a,
.header:focus:not(.landing) .header-box .main-menu-box ul[id*=menu] > li > a,
.header.active .header-box .main-menu-box ul[id*=menu] > li > a,
.header.headroom--not-top .header-box .main-menu-box ul[id*=menu] > li > a {
  color: #002a4d;
}

.active-header .header-box .main-menu-box ul[id*=menu] > li > a .menu-item-box .menu-info .item-title,
.header:hover:not(.landing) .header-box .main-menu-box ul[id*=menu] > li > a .menu-item-box .menu-info .item-title,
.header:focus:not(.landing) .header-box .main-menu-box ul[id*=menu] > li > a .menu-item-box .menu-info .item-title,
.header.active .header-box .main-menu-box ul[id*=menu] > li > a .menu-item-box .menu-info .item-title,
.header.headroom--not-top .header-box .main-menu-box ul[id*=menu] > li > a .menu-item-box .menu-info .item-title {
  color: #002a4d;
}

.active-header .header-box .main-menu-box ul[id*=menu] > li > a:hover,
.header:hover:not(.landing) .header-box .main-menu-box ul[id*=menu] > li > a:hover,
.header:focus:not(.landing) .header-box .main-menu-box ul[id*=menu] > li > a:hover,
.header.active .header-box .main-menu-box ul[id*=menu] > li > a:hover,
.header.headroom--not-top .header-box .main-menu-box ul[id*=menu] > li > a:hover,
.active-header .header-box .main-menu-box ul[id*=menu] > li > a:focus,
.header:hover:not(.landing) .header-box .main-menu-box ul[id*=menu] > li > a:focus,
.header:focus:not(.landing) .header-box .main-menu-box ul[id*=menu] > li > a:focus,
.header.active .header-box .main-menu-box ul[id*=menu] > li > a:focus,
.header.headroom--not-top .header-box .main-menu-box ul[id*=menu] > li > a:focus {
  color: #23afe6;
}

.active-header .header-box .main-menu-box ul[id*=menu] > li > a:hover .menu-item-box .menu-info .item-title,
.header:hover:not(.landing) .header-box .main-menu-box ul[id*=menu] > li > a:hover .menu-item-box .menu-info .item-title,
.header:focus:not(.landing) .header-box .main-menu-box ul[id*=menu] > li > a:hover .menu-item-box .menu-info .item-title,
.header.active .header-box .main-menu-box ul[id*=menu] > li > a:hover .menu-item-box .menu-info .item-title,
.header.headroom--not-top .header-box .main-menu-box ul[id*=menu] > li > a:hover .menu-item-box .menu-info .item-title,
.active-header .header-box .main-menu-box ul[id*=menu] > li > a:focus .menu-item-box .menu-info .item-title,
.header:hover:not(.landing) .header-box .main-menu-box ul[id*=menu] > li > a:focus .menu-item-box .menu-info .item-title,
.header:focus:not(.landing) .header-box .main-menu-box ul[id*=menu] > li > a:focus .menu-item-box .menu-info .item-title,
.header.active .header-box .main-menu-box ul[id*=menu] > li > a:focus .menu-item-box .menu-info .item-title,
.header.headroom--not-top .header-box .main-menu-box ul[id*=menu] > li > a:focus .menu-item-box .menu-info .item-title {
  color: #23afe6;
}

.active-header .header-box .main-menu-box ul[id*=menu] > li > a .menu-title,
.header:hover:not(.landing) .header-box .main-menu-box ul[id*=menu] > li > a .menu-title,
.header:focus:not(.landing) .header-box .main-menu-box ul[id*=menu] > li > a .menu-title,
.header.active .header-box .main-menu-box ul[id*=menu] > li > a .menu-title,
.header.headroom--not-top .header-box .main-menu-box ul[id*=menu] > li > a .menu-title {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.active-header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children > a:after,
.header:hover:not(.landing) .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children > a:after,
.header:focus:not(.landing) .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children > a:after,
.header.active .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children > a:after,
.header.headroom--not-top .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children > a:after {
  opacity: 0;
}

.active-header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children > a .menu-item-box:after,
.header:hover:not(.landing) .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children > a .menu-item-box:after,
.header:focus:not(.landing) .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children > a .menu-item-box:after,
.header.active .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children > a .menu-item-box:after,
.header.headroom--not-top .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children > a .menu-item-box:after {
  opacity: 1;
}

.active-header .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a,
.header:hover:not(.landing) .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a,
.header:focus:not(.landing) .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a,
.header.active .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a,
.header.headroom--not-top .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a,
.active-header .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a,
.header:hover:not(.landing) .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a,
.header:focus:not(.landing) .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a,
.header.active .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a,
.header.headroom--not-top .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a {
  color: #23afe6;
}

.active-header .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a:after,
.header:hover:not(.landing) .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a:after,
.header:focus:not(.landing) .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a:after,
.header.active .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a:after,
.header.headroom--not-top .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a:after,
.active-header .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a:after,
.header:hover:not(.landing) .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a:after,
.header:focus:not(.landing) .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a:after,
.header.active .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a:after,
.header.headroom--not-top .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a:after {
  opacity: 0;
}

.active-header .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a:before,
.header:hover:not(.landing) .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a:before,
.header:focus:not(.landing) .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a:before,
.header.active .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a:before,
.header.headroom--not-top .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a:before,
.active-header .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a:before,
.header:hover:not(.landing) .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a:before,
.header:focus:not(.landing) .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a:before,
.header.active .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a:before,
.header.headroom--not-top .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a:before {
  opacity: 1;
}

.active-header .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a .menu-item-box:after,
.header:hover:not(.landing) .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a .menu-item-box:after,
.header:focus:not(.landing) .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a .menu-item-box:after,
.header.active .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a .menu-item-box:after,
.header.headroom--not-top .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a .menu-item-box:after,
.active-header .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a .menu-item-box:after,
.header:hover:not(.landing) .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a .menu-item-box:after,
.header:focus:not(.landing) .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a .menu-item-box:after,
.header.active .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a .menu-item-box:after,
.header.headroom--not-top .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a .menu-item-box:after {
  opacity: 0;
}

.active-header .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a .menu-item-box .menu-info .item-title,
.header:hover:not(.landing) .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a .menu-item-box .menu-info .item-title,
.header:focus:not(.landing) .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a .menu-item-box .menu-info .item-title,
.header.active .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a .menu-item-box .menu-info .item-title,
.header.headroom--not-top .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a .menu-item-box .menu-info .item-title,
.active-header .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a .menu-item-box .menu-info .item-title,
.header:hover:not(.landing) .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a .menu-item-box .menu-info .item-title,
.header:focus:not(.landing) .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a .menu-item-box .menu-info .item-title,
.header.active .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a .menu-item-box .menu-info .item-title,
.header.headroom--not-top .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a .menu-item-box .menu-info .item-title {
  color: #23afe6;
}

.active-header .header-box .hamburger .hamburger-box .hamburger-inner,
.header:hover:not(.landing) .header-box .hamburger .hamburger-box .hamburger-inner,
.header:focus:not(.landing) .header-box .hamburger .hamburger-box .hamburger-inner,
.header.active .header-box .hamburger .hamburger-box .hamburger-inner,
.header.headroom--not-top .header-box .hamburger .hamburger-box .hamburger-inner {
  background-color: #002a4d;
  transition: all 0.3s ease-in-out;
}

.active-header .header-box .hamburger .hamburger-box .hamburger-inner:before,
.header:hover:not(.landing) .header-box .hamburger .hamburger-box .hamburger-inner:before,
.header:focus:not(.landing) .header-box .hamburger .hamburger-box .hamburger-inner:before,
.header.active .header-box .hamburger .hamburger-box .hamburger-inner:before,
.header.headroom--not-top .header-box .hamburger .hamburger-box .hamburger-inner:before,
.active-header .header-box .hamburger .hamburger-box .hamburger-inner:after,
.header:hover:not(.landing) .header-box .hamburger .hamburger-box .hamburger-inner:after,
.header:focus:not(.landing) .header-box .hamburger .hamburger-box .hamburger-inner:after,
.header.active .header-box .hamburger .hamburger-box .hamburger-inner:after,
.header.headroom--not-top .header-box .hamburger .hamburger-box .hamburger-inner:after {
  background-color: #002a4d;
  transition: all 0.3s ease-in-out;
}

.mobile-menu-box {
  display: none;
  position: fixed;
  top: 100px;
  left: 0;
  bottom: 0;
  z-index: 999;
  width: 100%;
  background-color: #fff;
}

@media only screen and (max-width: 1280px) {
  .mobile-menu-box {
    top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-menu-box {
    top: 60px;
  }
}

.mobile-menu-box .mobile-menu-nav {
  margin: 0 -15px;
}

.mobile-menu-box .mobile-menu-nav ul[id*=menu] {
  margin: 0;
  padding: 0;
  display: block;
}

.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li {
  display: block;
  list-style: none;
  padding: 10px 15px 10px 15px;
  border-bottom: 1px solid #e6f6fc;
  margin-bottom: 0;
}

.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li a {
  color: #23afe6;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
}

.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li a:hover,
.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li a:focus {
  color: #002a4d;
}

.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children {
  position: relative;
}

.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children:after {
  content: '';
  position: absolute;
  top: 15px;
  right: 15px;
  transition: all 0.35s ease-in-out;
  width: 9px;
  height: 14px;
  background-size: 9px 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-blue.svg);
}

.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children.opened:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children ul.sub-menu {
  display: none;
  padding: 0;
  margin: 10px 0 0 0;
}

.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children ul.sub-menu > li {
  display: block;
  padding: 5px 20px;
}

.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children ul.sub-menu > li:before {
  display: block;
  top: 15px;
  left: 8px;
  width: 7px;
  height: 7px;
}

.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children ul.sub-menu > li a {
  font-size: 14px;
  text-transform: unset;
}

.header-section .header-sec-box {
  padding-top: 100px;
  background-color: #23afe6;
  overflow: hidden;
}

@media only screen and (max-width: 1280px) {
  .header-section .header-sec-box {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .header-section .header-sec-box {
    padding-top: 60px;
  }
}

.header-section .header-sec-box .btn.dark-blue-btn:hover,
.header-section .header-sec-box .wp-block-button .dark-blue-btn.wp-block-button__link:hover,
.wp-block-button .header-section .header-sec-box .dark-blue-btn.wp-block-button__link:hover,
.header-section .header-sec-box .mpForm .mpFormTable .mpQuestionTable .dark-blue-btn.submitButton:hover,
.mpForm .mpFormTable .mpQuestionTable .header-section .header-sec-box .dark-blue-btn.submitButton:hover,
.header-section .header-sec-box .woocommerce-checkout-payment .place-order .dark-blue-btn.button:hover,
.woocommerce-checkout-payment .place-order .header-section .header-sec-box .dark-blue-btn.button:hover,
.header-section .header-sec-box .dark-blue-btn.single_add_to_cart_button:hover,
.header-section .header-sec-box .btn.dark-blue-btn:focus,
.header-section .header-sec-box .wp-block-button .dark-blue-btn.wp-block-button__link:focus,
.wp-block-button .header-section .header-sec-box .dark-blue-btn.wp-block-button__link:focus,
.header-section .header-sec-box .mpForm .mpFormTable .mpQuestionTable .dark-blue-btn.submitButton:focus,
.mpForm .mpFormTable .mpQuestionTable .header-section .header-sec-box .dark-blue-btn.submitButton:focus,
.header-section .header-sec-box .woocommerce-checkout-payment .place-order .dark-blue-btn.button:focus,
.woocommerce-checkout-payment .place-order .header-section .header-sec-box .dark-blue-btn.button:focus,
.header-section .header-sec-box .dark-blue-btn.single_add_to_cart_button:focus {
  border-color: #fff !important;
}

.header-section .header-sec-box .btn.yellow-btn:hover,
.header-section .header-sec-box .wp-block-button .yellow-btn.wp-block-button__link:hover,
.wp-block-button .header-section .header-sec-box .yellow-btn.wp-block-button__link:hover,
.header-section .header-sec-box .mpForm .mpFormTable .mpQuestionTable .yellow-btn.submitButton:hover,
.mpForm .mpFormTable .mpQuestionTable .header-section .header-sec-box .yellow-btn.submitButton:hover,
.header-section .header-sec-box .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .btn:hover,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .header-section .header-sec-box .btn:hover,
.header-section .header-sec-box .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .wp-block-button .wp-block-button__link:hover,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .wp-block-button .header-section .header-sec-box .wp-block-button__link:hover,
.header-section .header-sec-box .wp-block-button .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .wp-block-button__link:hover,
.wp-block-button .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .header-section .header-sec-box .wp-block-button__link:hover,
.header-section .header-sec-box .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .mpForm .mpFormTable .mpQuestionTable .submitButton:hover,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .mpForm .mpFormTable .mpQuestionTable .header-section .header-sec-box .submitButton:hover,
.header-section .header-sec-box .mpForm .mpFormTable .mpQuestionTable .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .submitButton:hover,
.mpForm .mpFormTable .mpQuestionTable .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .header-section .header-sec-box .submitButton:hover,
.header-section .header-sec-box .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .woocommerce-checkout-payment .place-order .button:hover,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .woocommerce-checkout-payment .place-order .header-section .header-sec-box .button:hover,
.header-section .header-sec-box .woocommerce-checkout-payment .place-order .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .button:hover,
.woocommerce-checkout-payment .place-order .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .header-section .header-sec-box .button:hover,
.header-section .header-sec-box .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .single_add_to_cart_button:hover,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .header-section .header-sec-box .single_add_to_cart_button:hover,
.header-section .header-sec-box .woocommerce-checkout-payment .place-order .button:hover,
.woocommerce-checkout-payment .place-order .header-section .header-sec-box .button:hover,
.header-section .header-sec-box .single_add_to_cart_button:hover,
.header-section .header-sec-box .btn.yellow-btn:focus,
.header-section .header-sec-box .wp-block-button .yellow-btn.wp-block-button__link:focus,
.wp-block-button .header-section .header-sec-box .yellow-btn.wp-block-button__link:focus,
.header-section .header-sec-box .mpForm .mpFormTable .mpQuestionTable .yellow-btn.submitButton:focus,
.mpForm .mpFormTable .mpQuestionTable .header-section .header-sec-box .yellow-btn.submitButton:focus,
.header-section .header-sec-box .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .btn:focus,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .header-section .header-sec-box .btn:focus,
.header-section .header-sec-box .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .wp-block-button .wp-block-button__link:focus,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .wp-block-button .header-section .header-sec-box .wp-block-button__link:focus,
.header-section .header-sec-box .wp-block-button .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .wp-block-button__link:focus,
.wp-block-button .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .header-section .header-sec-box .wp-block-button__link:focus,
.header-section .header-sec-box .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .mpForm .mpFormTable .mpQuestionTable .submitButton:focus,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .mpForm .mpFormTable .mpQuestionTable .header-section .header-sec-box .submitButton:focus,
.header-section .header-sec-box .mpForm .mpFormTable .mpQuestionTable .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .submitButton:focus,
.mpForm .mpFormTable .mpQuestionTable .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .header-section .header-sec-box .submitButton:focus,
.header-section .header-sec-box .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .woocommerce-checkout-payment .place-order .button:focus,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .woocommerce-checkout-payment .place-order .header-section .header-sec-box .button:focus,
.header-section .header-sec-box .woocommerce-checkout-payment .place-order .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .button:focus,
.woocommerce-checkout-payment .place-order .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .header-section .header-sec-box .button:focus,
.header-section .header-sec-box .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .single_add_to_cart_button:focus,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .header-section .header-sec-box .single_add_to_cart_button:focus,
.header-section .header-sec-box .woocommerce-checkout-payment .place-order .button:focus,
.woocommerce-checkout-payment .place-order .header-section .header-sec-box .button:focus,
.header-section .header-sec-box .single_add_to_cart_button:focus {
  color: #fff;
  background-color: #002a4d;
  border-color: #002a4d;
}

.header-section .header-sec-content {
  padding-top: 60px;
  padding-bottom: 125px;
  position: relative;
  /*&:after {
      display: block;
      content: '';
      position: absolute;
      top: 60px;
      right: 15px;
      width: 470px;
      height: 470px;
      border: 100px solid $third-color;
      border-radius: 50%;
      opacity: 0.25;
      z-index: 2;
      @media only screen and (max-width: $tablet-width) {
        width: 400px;
        height: 400px;
        top: 75px;
        right: -30px;
        border-width: 80px;
      }
      @media only screen and (max-width: $tablet-min-width) {
        opacity: 0.15;
      }
      @media only screen and (max-width: $mobile-width) {
        top: 0;
        left: 25%;
        right: auto;
      }
    }*/
}

@media only screen and (max-width: 767px) {
  .header-section .header-sec-content {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}

.header-section .header-sec-content:after {
  content: '';
  position: absolute;
  top: 50px;
  right: 15px;
  opacity: 0.25;
  z-index: 2;
  width: 400px;
  height: 400px;
  background-size: 400px 400px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/logo-circle-dark.svg);
}

@media only screen and (max-width: 1024px) {
  .header-section .header-sec-content:after {
    top: 25px;
    right: -30px;
    opacity: 0.15;
    width: 320px;
    height: 320px;
    background-size: 320px 320px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/logo-circle-dark.svg);
  }
}

@media only screen and (max-width: 767px) {
  .header-section .header-sec-content:after {
    top: 15px;
    left: 25%;
    right: auto;
  }
}

.header-section .header-sec-content.no-decor-element:after {
  display: none;
}

.header-section .header-text-wrap {
  padding-top: 60px;
  padding-bottom: 125px;
}

@media only screen and (max-width: 1280px) {
  .header-section .header-text-wrap {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 1024px) {
  .header-section .header-text-wrap {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 960px) {
  .header-section .header-text-wrap {
    padding-top: 30px;
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .header-section .header-text-wrap {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}

.header-section .header-text-wrap .header-text {
  position: relative;
  z-index: 3;
}

.header-section .header-text-wrap .header-text h1,
.header-section .header-text-wrap .header-text h2,
.header-section .header-text-wrap .header-text h3 {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .header-section .header-text-wrap .header-text h1 br,
  .header-section .header-text-wrap .header-text h2 br,
  .header-section .header-text-wrap .header-text h3 br {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .header-section .header-text-wrap .header-text p br {
    display: none;
  }
}

.header-section .header-text-wrap .header-text p,
.header-section .header-text-wrap .header-text li {
  font-size: 18px;
}

.header-section .header-text-wrap .hs-buttons-box {
  margin-top: 30px;
  margin-bottom: -15px;
}

.header-section .header-text-wrap .hs-buttons-box .btn,
.header-section .header-text-wrap .hs-buttons-box .wp-block-button .wp-block-button__link,
.wp-block-button .header-section .header-text-wrap .hs-buttons-box .wp-block-button__link,
.header-section .header-text-wrap .hs-buttons-box .mpForm .mpFormTable .mpQuestionTable .submitButton,
.mpForm .mpFormTable .mpQuestionTable .header-section .header-text-wrap .hs-buttons-box .submitButton,
.header-section .header-text-wrap .hs-buttons-box .woocommerce-checkout-payment .place-order .button,
.woocommerce-checkout-payment .place-order .header-section .header-text-wrap .hs-buttons-box .button,
.header-section .header-text-wrap .hs-buttons-box .single_add_to_cart_button {
  font-size: 18px;
  margin-right: 15px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .header-section .header-text-wrap .hs-buttons-box .btn,
  .header-section .header-text-wrap .hs-buttons-box .wp-block-button .wp-block-button__link,
  .wp-block-button .header-section .header-text-wrap .hs-buttons-box .wp-block-button__link,
  .header-section .header-text-wrap .hs-buttons-box .mpForm .mpFormTable .mpQuestionTable .submitButton,
  .mpForm .mpFormTable .mpQuestionTable .header-section .header-text-wrap .hs-buttons-box .submitButton,
  .header-section .header-text-wrap .hs-buttons-box .woocommerce-checkout-payment .place-order .button,
  .woocommerce-checkout-payment .place-order .header-section .header-text-wrap .hs-buttons-box .button,
  .header-section .header-text-wrap .hs-buttons-box .single_add_to_cart_button {
    display: block;
    width: 100%;
    margin-right: 0;
  }
}

.header-section .header-text-wrap .hs-buttons-box .btn.yellow-btn:hover,
.header-section .header-text-wrap .hs-buttons-box .wp-block-button .yellow-btn.wp-block-button__link:hover,
.wp-block-button .header-section .header-text-wrap .hs-buttons-box .yellow-btn.wp-block-button__link:hover,
.header-section .header-text-wrap .hs-buttons-box .mpForm .mpFormTable .mpQuestionTable .yellow-btn.submitButton:hover,
.mpForm .mpFormTable .mpQuestionTable .header-section .header-text-wrap .hs-buttons-box .yellow-btn.submitButton:hover,
.header-section .header-text-wrap .hs-buttons-box .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .btn:hover,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .header-section .header-text-wrap .hs-buttons-box .btn:hover,
.header-section .header-text-wrap .hs-buttons-box .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .wp-block-button .wp-block-button__link:hover,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .wp-block-button .header-section .header-text-wrap .hs-buttons-box .wp-block-button__link:hover,
.header-section .header-text-wrap .hs-buttons-box .wp-block-button .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .wp-block-button__link:hover,
.wp-block-button .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .header-section .header-text-wrap .hs-buttons-box .wp-block-button__link:hover,
.header-section .header-text-wrap .hs-buttons-box .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .mpForm .mpFormTable .mpQuestionTable .submitButton:hover,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .mpForm .mpFormTable .mpQuestionTable .header-section .header-text-wrap .hs-buttons-box .submitButton:hover,
.header-section .header-text-wrap .hs-buttons-box .mpForm .mpFormTable .mpQuestionTable .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .submitButton:hover,
.mpForm .mpFormTable .mpQuestionTable .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .header-section .header-text-wrap .hs-buttons-box .submitButton:hover,
.header-section .header-text-wrap .hs-buttons-box .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .single_add_to_cart_button:hover,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .header-section .header-text-wrap .hs-buttons-box .single_add_to_cart_button:hover,
.header-section .header-text-wrap .hs-buttons-box .woocommerce-checkout-payment .place-order .button:hover,
.woocommerce-checkout-payment .place-order .header-section .header-text-wrap .hs-buttons-box .button:hover,
.header-section .header-text-wrap .hs-buttons-box .single_add_to_cart_button:hover,
.header-section .header-text-wrap .hs-buttons-box .btn.yellow-btn:focus,
.header-section .header-text-wrap .hs-buttons-box .wp-block-button .yellow-btn.wp-block-button__link:focus,
.wp-block-button .header-section .header-text-wrap .hs-buttons-box .yellow-btn.wp-block-button__link:focus,
.header-section .header-text-wrap .hs-buttons-box .mpForm .mpFormTable .mpQuestionTable .yellow-btn.submitButton:focus,
.mpForm .mpFormTable .mpQuestionTable .header-section .header-text-wrap .hs-buttons-box .yellow-btn.submitButton:focus,
.header-section .header-text-wrap .hs-buttons-box .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .btn:focus,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .header-section .header-text-wrap .hs-buttons-box .btn:focus,
.header-section .header-text-wrap .hs-buttons-box .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .wp-block-button .wp-block-button__link:focus,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .wp-block-button .header-section .header-text-wrap .hs-buttons-box .wp-block-button__link:focus,
.header-section .header-text-wrap .hs-buttons-box .wp-block-button .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .wp-block-button__link:focus,
.wp-block-button .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .header-section .header-text-wrap .hs-buttons-box .wp-block-button__link:focus,
.header-section .header-text-wrap .hs-buttons-box .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .mpForm .mpFormTable .mpQuestionTable .submitButton:focus,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .mpForm .mpFormTable .mpQuestionTable .header-section .header-text-wrap .hs-buttons-box .submitButton:focus,
.header-section .header-text-wrap .hs-buttons-box .mpForm .mpFormTable .mpQuestionTable .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .submitButton:focus,
.mpForm .mpFormTable .mpQuestionTable .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .header-section .header-text-wrap .hs-buttons-box .submitButton:focus,
.header-section .header-text-wrap .hs-buttons-box .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .single_add_to_cart_button:focus,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .header-section .header-text-wrap .hs-buttons-box .single_add_to_cart_button:focus,
.header-section .header-text-wrap .hs-buttons-box .woocommerce-checkout-payment .place-order .button:focus,
.woocommerce-checkout-payment .place-order .header-section .header-text-wrap .hs-buttons-box .button:focus,
.header-section .header-text-wrap .hs-buttons-box .single_add_to_cart_button:focus {
  border-color: #002a4d;
}

.header-section .header-text-wrap .hs-buttons-box .btn:last-child,
.header-section .header-text-wrap .hs-buttons-box .wp-block-button .wp-block-button__link:last-child,
.wp-block-button .header-section .header-text-wrap .hs-buttons-box .wp-block-button__link:last-child,
.header-section .header-text-wrap .hs-buttons-box .mpForm .mpFormTable .mpQuestionTable .submitButton:last-child,
.mpForm .mpFormTable .mpQuestionTable .header-section .header-text-wrap .hs-buttons-box .submitButton:last-child,
.header-section .header-text-wrap .hs-buttons-box .woocommerce-checkout-payment .place-order .button:last-child,
.woocommerce-checkout-payment .place-order .header-section .header-text-wrap .hs-buttons-box .button:last-child,
.header-section .header-text-wrap .hs-buttons-box .single_add_to_cart_button:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 960px) {
  .header-section .header-img-col {
    display: none;
  }
}

.header-section .page-title {
  color: #fff;
  margin-bottom: 0;
  position: relative;
  z-index: 3;
}

.woocommerce .header-section,
.woocommerce-page .header-section {
  margin-bottom: 50px;
}

body.admin-bar .header {
  top: 32px;
}

@media only screen and (max-width: 782px) {
  body.admin-bar .header {
    top: 46px;
  }
}

body.admin-bar .mobile-menu-box {
  top: 132px;
}

@media only screen and (max-width: 1280px) {
  body.admin-bar .mobile-menu-box {
    top: 112px;
  }
}

@media only screen and (max-width: 782px) {
  body.admin-bar .mobile-menu-box {
    top: 126px;
  }
}

@media only screen and (max-width: 767px) {
  body.admin-bar .mobile-menu-box {
    top: 106px;
  }
}

.woocommerce .footer,
.woocommerce-page .footer {
  position: relative;
}

.woocommerce .footer:before,
.woocommerce-page .footer:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.05;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  width: 460px;
  height: 460px;
  background-size: 460px 460px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/logo-circle-dark.svg);
}

@media only screen and (max-width: 1280px) {
  .woocommerce .footer:before,
  .woocommerce-page .footer:before {
    display: none;
  }
}

.footer .footer-cols-box {
  padding: 75px 0 55px 0;
  background-color: #002a4d;
}

@media only screen and (max-width: 1024px) {
  .footer .footer-cols-box {
    padding: 50px 0 30px 0;
  }
}

@media only screen and (max-width: 767px) {
  .footer .footer-cols-box {
    padding: 30px 0 10px 0;
  }
}

.footer .footer-cols-box .footer-columns .footer-col {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
  margin: 0;
}

@media only screen and (max-width: 960px) {
  .footer .footer-cols-box .footer-columns .footer-col {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .footer .footer-cols-box .footer-columns .footer-col {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: none;
  }
}

.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul {
  display: block;
  margin: 0 0 20px 0 !important;
  padding: 0;
}

.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li {
  display: block;
  padding: 0 !important;
  margin: 0;
  list-style: none;
  color: #fff !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
}

@media only screen and (max-width: 1024px) {
  .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li {
    font-size: 13px !important;
  }
}

@media only screen and (max-width: 767px) {
  .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li {
    font-size: 14px !important;
  }
}

.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li:before {
  display: none !important;
}

.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li > strong {
  display: block;
  margin-bottom: 5px;
}

.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li > a {
  color: #cddde3;
  text-decoration: none;
}

.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li > a:hover,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li > a:focus {
  color: #fff;
}

.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .btn,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .wp-block-button .wp-block-button__link,
.wp-block-button .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .wp-block-button__link,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .mpForm .mpFormTable .mpQuestionTable .submitButton,
.mpForm .mpFormTable .mpQuestionTable .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .submitButton,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .woocommerce-checkout-payment .place-order .button,
.woocommerce-checkout-payment .place-order .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .button,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .single_add_to_cart_button {
  margin-top: 5px;
  min-width: 200px;
  margin-bottom: 0 !important;
}

.footer .footer-bottom-box {
  padding: 65px 0 35px 0;
  background-color: #001d34;
}

@media only screen and (max-width: 1024px) {
  .footer .footer-bottom-box {
    padding: 50px 0 20px 0;
  }
}

@media only screen and (max-width: 767px) {
  .footer .footer-bottom-box {
    padding: 30px 0 10px 0;
  }
}

.footer .footer-bottom-box .footer-logos {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

.footer .footer-bottom-box .footer-logos .footer-logo-item {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  max-width: 20%;
  padding-right: 30px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .footer .footer-bottom-box .footer-logos .footer-logo-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    margin-bottom: 20px;
  }
}

.footer .footer-bottom-box .footer-logos .footer-logo-item .footer-logo-wrap {
  display: inline-block;
  position: relative;
}

.footer .footer-bottom-box .footer-logos .footer-logo-item .footer-logo-wrap .footer-logo-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  z-index: 5;
}

.footer .footer-bottom-box .footer-info-line {
  margin: 30px 0 60px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 1200px) {
  .footer .footer-bottom-box .footer-info-line {
    -ms-flex-pack: left;
    justify-content: left;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 1024px) {
  .footer .footer-bottom-box .footer-info-line {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .footer .footer-bottom-box .footer-info-line {
    display: block;
    margin-bottom: 30px;
  }
}

.footer .footer-bottom-box .footer-info-line > div {
  margin-right: 30px;
}

.footer .footer-bottom-box .footer-info-line > div:last-child {
  margin-right: 0;
}

.footer .footer-bottom-box .footer-info-line .copyrights {
  color: #fff;
  font-size: 14px;
  opacity: 0.85;
}

@media only screen and (max-width: 767px) {
  .footer .footer-bottom-box .footer-info-line .copyrights {
    font-size: 12px;
  }
}

.footer .footer-bottom-box .footer-info-line .copyrights span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.footer .footer-bottom-box .footer-info-line .footer-links {
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .footer .footer-bottom-box .footer-info-line .footer-links {
    display: block;
  }
}

.footer .footer-bottom-box .footer-info-line .footer-links .footer-link {
  margin: 0 15px;
  text-decoration: none;
  position: relative;
  font-size: 14px;
  opacity: 0.85;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .footer .footer-bottom-box .footer-info-line .footer-links .footer-link {
    font-size: 12px;
    margin: 0 5px;
  }
}

.footer .footer-bottom-box .footer-info-line .footer-links .footer-link span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.footer .footer-bottom-box .footer-info-line .footer-links .footer-link:before {
  content: '';
  position: absolute;
  top: 3px;
  left: -15px;
  width: 1px;
  opacity: 0.85;
  height: 16px;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .footer .footer-bottom-box .footer-info-line .footer-links .footer-link:before {
    top: 2px;
    left: -7px;
    height: 14px;
  }
}

.footer .footer-bottom-box .footer-info-line .footer-links .footer-link:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 767px) {
  .footer .footer-bottom-box .footer-info-line .footer-links .footer-link:first-child:before {
    display: none;
  }
}

.footer .footer-bottom-box .footer-info-line .footer-links .footer-link:last-child {
  margin-right: 0;
}

.footer .footer-bottom-box .footer-info-line .footer-links .footer-link:hover,
.footer .footer-bottom-box .footer-info-line .footer-links .footer-link:focus {
  opacity: 1;
}

.footer-cta-section {
  padding: 50px 0 20px 0;
  background-color: #001d34;
}

@media only screen and (max-width: 1024px) {
  .footer-cta-section {
    padding: 40px 0 10px 0;
  }
}

@media only screen and (max-width: 960px) {
  .footer-cta-section {
    padding: 30px 0 20px 0;
  }
}

.footer-cta-section .footer-cta .footer-cta-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .footer-cta-section .footer-cta .footer-cta-item {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 960px) {
  .footer-cta-section .footer-cta .footer-cta-item {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-cta-section .footer-cta .footer-cta-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: none;
  }
}

.footer-cta-section .footer-cta .footer-cta-item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .footer-cta-section .footer-cta .footer-cta-item:after {
    display: none;
  }
}

.footer-cta-section .footer-cta .footer-cta-item .footer-cta-label {
  color: #fff;
  font-family: 'Greycliff CF', sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  margin-right: 15px;
  position: relative;
  top: -2px;
}

@media only screen and (max-width: 960px) {
  .footer-cta-section .footer-cta .footer-cta-item .footer-cta-label {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-cta-section .footer-cta .footer-cta-item .footer-cta-label {
    font-size: 20px;
  }
}

@media only screen and (max-width: 374px) {
  .footer-cta-section .footer-cta .footer-cta-item .footer-cta-label {
    font-size: 18px;
  }
}

.footer-cta-section .footer-cta .footer-cta-item .footer-cta-link {
  color: #fff;
  font-family: 'Greycliff CF', sans-serif;
  font-size: 30px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 960px) {
  .footer-cta-section .footer-cta .footer-cta-item .footer-cta-link {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-cta-section .footer-cta .footer-cta-item .footer-cta-link {
    font-size: 20px;
  }
}

@media only screen and (max-width: 374px) {
  .footer-cta-section .footer-cta .footer-cta-item .footer-cta-link {
    font-size: 18px;
  }
}

.footer-cta-section .footer-cta .footer-cta-item .footer-cta-link:hover,
.footer-cta-section .footer-cta .footer-cta-item .footer-cta-link:focus {
  color: #23afe6;
}

.footer-cta-section .footer-cta .footer-cta-item:first-child:after {
  display: none;
}

.go-to-top {
  display: block;
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 50;
  width: 60px;
  height: 60px;
  background-color: #23afe6;
  border-radius: 50%;
  box-shadow: 0 0 10px 0 rgba(34, 60, 80, 0.25);
  color: transparent;
  font-size: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 960px) {
  .go-to-top {
    bottom: 90px;
  }
}

.go-to-top:before {
  content: '';
  position: absolute;
  top: 16px;
  left: 23px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 15px;
  height: 25px;
  background-size: 15px 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-white.svg);
}

.go-to-top:hover {
  background-color: #f3e400;
}

.go-to-top.active {
  opacity: 1;
  visibility: visible;
}

.contacts-wrap {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 10;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 0.5s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .contacts-wrap {
    display: none !important;
  }
}

.contacts-wrap .contacts-title {
  position: absolute;
  z-index: 5;
  display: block;
  top: 0;
  bottom: auto;
  width: auto;
  right: 100%;
  color: #002a4d;
  white-space: nowrap;
  -webkit-transform: rotate(-90deg) translateY(-46px);
  transform: rotate(-90deg) translateY(-46px);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  text-transform: uppercase;
  text-align: center;
  transition: opacity .7s ease;
  background-color: #f3e400;
  padding: 10px 30px;
  font-size: 17px;
  font-weight: 700;
  border: 0;
  height: 47px;
  cursor: pointer;
}

.contacts-wrap .contacts-box {
  border: 1px solid #d0d0d0;
  padding: 50px 70px;
  background-color: #fff;
}

.contacts-wrap .contacts-box .close-contacts {
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 20px;
  right: 20px;
  z-index: 10;
  cursor: pointer;
}

.contacts-wrap .contacts-box .close-contacts:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-cross-dark-blue.svg);
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.contacts-wrap .contacts-box .close-contacts:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-cross-blue.svg);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.contacts-wrap .contacts-box .close-contacts:hover:before,
.contacts-wrap .contacts-box .close-contacts:focus:before {
  opacity: 0;
}

.contacts-wrap .contacts-box .close-contacts:hover:after,
.contacts-wrap .contacts-box .close-contacts:focus:after {
  opacity: 1;
}

.contacts-wrap .contacts-box .cb-links-box {
  margin-bottom: 20px;
}

.contacts-wrap .contacts-box .cb-links-box .cb-links-title {
  display: inline-block;
  font-family: 'Greycliff CF', sans-serif;
  color: #002a4d;
  line-height: 1.25;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.contacts-wrap .contacts-box .cb-links-box .cb-links .cb-link-wrap {
  margin-bottom: 2px;
}

.contacts-wrap .contacts-box .cb-links-box .cb-links .cb-link-wrap .cb-link {
  display: inline-block;
  font-size: 15px;
  text-decoration: none;
  padding-left: 25px;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.contacts-wrap .contacts-box .cb-links-box .cb-links .cb-link-wrap .cb-link:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
}

.contacts-wrap .contacts-box .cb-links-box .cb-links .cb-link-wrap .cb-link.icon-1:before {
  width: 15px;
  height: 15px;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-phone-blue.svg);
}

.contacts-wrap .contacts-box .cb-links-box .cb-links .cb-link-wrap .cb-link.icon-2:before {
  top: 7px;
  width: 16px;
  height: 12px;
  background-size: 16px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-mail-blue.svg);
}

.contacts-wrap .contacts-box .cb-links-box .cb-links .cb-link-wrap .cb-link.icon-3:before {
  width: 12px;
  height: 16px;
  background-size: 12px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/document-blue.svg);
}

.contacts-wrap .contacts-box .cb-links-box .cb-links .cb-link-wrap .cb-link.icon-4:before {
  width: 14px;
  height: 16px;
  background-size: 14px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/calendar-blue.svg);
}

.contacts-wrap .contacts-box .cb-links-box .cb-links .cb-link-wrap .cb-link.icon-5:before {
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/question-blue.svg);
}

.contacts-wrap .contacts-box .cb-links-box .cb-links .cb-link-wrap .cb-link.icon-6:before {
  top: 3px;
  left: 1px;
  width: 13px;
  height: 18px;
  background-size: 13px 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-map-blue.svg);
}

.contacts-wrap .contacts-box .cb-links-box:last-child {
  margin-bottom: 0;
}

.contacts-wrap.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.socials {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
  .socials {
    -ms-flex-pack: left;
    justify-content: left;
  }
}

.socials .social-link {
  position: relative;
  width: 18px;
  height: 18px;
  top: 0;
  margin: 0 20px;
  transition: all .3s ease-in-out;
  overflow: hidden;
  opacity: 0.75;
}

@media only screen and (max-width: 767px) {
  .socials .social-link {
    margin: 0 15px;
  }
}

.socials .social-link:first-child {
  margin-left: 0;
}

.socials .social-link:last-child {
  margin-right: 0;
}

.socials .social-link:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}

.socials .social-link.icon-twitter {
  width: 22px;
}

.socials .social-link.icon-facebook {
  width: 9px;
}

.socials .social-link.icon-youtube {
  width: 25px;
}

.socials .social-link:hover,
.socials .social-link:focus {
  opacity: 1;
}

.filter-wrap {
  margin-bottom: 35px;
}

@media only screen and (max-width: 1280px) {
  .filter-wrap {
    margin-bottom: 20px;
  }
}

.filter-wrap .filter-box .filter-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .filter-wrap .filter-box .filter-buttons {
    display: none;
  }
}

.filter-wrap .filter-box .filter-buttons .btn,
.filter-wrap .filter-box .filter-buttons .wp-block-button .wp-block-button__link,
.wp-block-button .filter-wrap .filter-box .filter-buttons .wp-block-button__link,
.filter-wrap .filter-box .filter-buttons .mpForm .mpFormTable .mpQuestionTable .submitButton,
.mpForm .mpFormTable .mpQuestionTable .filter-wrap .filter-box .filter-buttons .submitButton,
.filter-wrap .filter-box .filter-buttons .woocommerce-checkout-payment .place-order .button,
.woocommerce-checkout-payment .place-order .filter-wrap .filter-box .filter-buttons .button,
.filter-wrap .filter-box .filter-buttons .single_add_to_cart_button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #002a4d;
  background-color: transparent;
  border-color: #002a4d;
  margin: 0 15px 15px 0;
}

.filter-wrap .filter-box .filter-buttons .btn:last-child,
.filter-wrap .filter-box .filter-buttons .wp-block-button .wp-block-button__link:last-child,
.wp-block-button .filter-wrap .filter-box .filter-buttons .wp-block-button__link:last-child,
.filter-wrap .filter-box .filter-buttons .mpForm .mpFormTable .mpQuestionTable .submitButton:last-child,
.mpForm .mpFormTable .mpQuestionTable .filter-wrap .filter-box .filter-buttons .submitButton:last-child,
.filter-wrap .filter-box .filter-buttons .woocommerce-checkout-payment .place-order .button:last-child,
.woocommerce-checkout-payment .place-order .filter-wrap .filter-box .filter-buttons .button:last-child,
.filter-wrap .filter-box .filter-buttons .single_add_to_cart_button:last-child {
  margin-right: 0;
}

.filter-wrap .filter-box .filter-buttons .btn:hover,
.filter-wrap .filter-box .filter-buttons .wp-block-button .wp-block-button__link:hover,
.wp-block-button .filter-wrap .filter-box .filter-buttons .wp-block-button__link:hover,
.filter-wrap .filter-box .filter-buttons .mpForm .mpFormTable .mpQuestionTable .submitButton:hover,
.mpForm .mpFormTable .mpQuestionTable .filter-wrap .filter-box .filter-buttons .submitButton:hover,
.filter-wrap .filter-box .filter-buttons .woocommerce-checkout-payment .place-order .button:hover,
.woocommerce-checkout-payment .place-order .filter-wrap .filter-box .filter-buttons .button:hover,
.filter-wrap .filter-box .filter-buttons .single_add_to_cart_button:hover,
.filter-wrap .filter-box .filter-buttons .btn:focus,
.filter-wrap .filter-box .filter-buttons .wp-block-button .wp-block-button__link:focus,
.wp-block-button .filter-wrap .filter-box .filter-buttons .wp-block-button__link:focus,
.filter-wrap .filter-box .filter-buttons .mpForm .mpFormTable .mpQuestionTable .submitButton:focus,
.mpForm .mpFormTable .mpQuestionTable .filter-wrap .filter-box .filter-buttons .submitButton:focus,
.filter-wrap .filter-box .filter-buttons .woocommerce-checkout-payment .place-order .button:focus,
.woocommerce-checkout-payment .place-order .filter-wrap .filter-box .filter-buttons .button:focus,
.filter-wrap .filter-box .filter-buttons .single_add_to_cart_button:focus {
  color: #fff;
  border-color: #23afe6;
  background-color: #23afe6;
}

.filter-wrap .filter-box .filter-buttons .btn.active,
.filter-wrap .filter-box .filter-buttons .wp-block-button .active.wp-block-button__link,
.wp-block-button .filter-wrap .filter-box .filter-buttons .active.wp-block-button__link,
.filter-wrap .filter-box .filter-buttons .mpForm .mpFormTable .mpQuestionTable .active.submitButton,
.mpForm .mpFormTable .mpQuestionTable .filter-wrap .filter-box .filter-buttons .active.submitButton,
.filter-wrap .filter-box .filter-buttons .woocommerce-checkout-payment .place-order .active.button,
.woocommerce-checkout-payment .place-order .filter-wrap .filter-box .filter-buttons .active.button,
.filter-wrap .filter-box .filter-buttons .active.single_add_to_cart_button {
  cursor: default;
  color: #fff;
  border-color: #23afe6;
  background-color: #23afe6;
}

.filter-wrap .filter-box .filter-select-wrap {
  display: none;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .filter-wrap .filter-box .filter-select-wrap {
    display: -ms-flexbox;
    display: flex;
  }
}

.filter-wrap .filter-box .filter-select-wrap select {
  color: #002a4d;
  font-size: 16px;
  font-weight: 700;
  background-image: url(../../resources/images/svg/chevron-blue-hz.svg);
  background-position: calc(100% - 15px) 50%;
  background-repeat: no-repeat;
  background-size: 15px 9px;
  padding: 10px 40px 10px 20px;
  height: 45px;
  line-height: normal !important;
  border-radius: 50px;
  outline: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  top: 0;
  border-color: #23afe6;
}

@media only screen and (max-width: 767px) {
  .filter-wrap .filter-box .filter-select-wrap select {
    width: 100%;
    padding: 10px 15px;
  }
}

.sec-color-1.with-bg-option {
  background-color: #fff;
}

.sec-color-1.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block {
  padding: 20px;
  background-color: #fff;
}

.sec-color-1.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sec-color-1.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .fb-title {
  color: #002a4d;
}

.sec-color-1.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .fb-desc {
  color: #002a4d !important;
}

.sec-color-1.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap {
  margin-top: auto;
}

.sec-color-1.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap .link-btn {
  color: #002a4d;
  text-decoration: none;
}

.sec-color-1.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap .link-btn:before {
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-circle.svg);
}

.sec-color-1.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap .link-btn:hover,
.sec-color-1.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap .link-btn:focus {
  color: #23afe6;
}

.sec-color-1.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h1,
.sec-color-1.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h2,
.sec-color-1.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h3,
.sec-color-1.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h4,
.sec-color-1.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h5,
.sec-color-1.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h6 {
  color: #002a4d;
}

.sec-color-1.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text span {
  color: #002a4d;
}

.sec-color-1.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text p,
.sec-color-1.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text li {
  color: #002a4d !important;
}

.sec-color-1.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .btn span,
.sec-color-1.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .wp-block-button .wp-block-button__link span,
.wp-block-button .sec-color-1.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .wp-block-button__link span,
.sec-color-1.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .mpForm .mpFormTable .mpQuestionTable .submitButton span,
.mpForm .mpFormTable .mpQuestionTable .sec-color-1.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .submitButton span,
.sec-color-1.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .woocommerce-checkout-payment .place-order .button span,
.woocommerce-checkout-payment .place-order .sec-color-1.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .button span,
.sec-color-1.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .single_add_to_cart_button span {
  color: inherit;
}

.sec-color-1.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text a:not(.btn):not(.single_add_to_cart_button) {
  color: #002a4d;
  -webkit-text-decoration-color: #002a4d;
  text-decoration-color: #002a4d;
  transition: all 0.3s ease-in-out;
}

.sec-color-1.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text a:not(.btn):not(.single_add_to_cart_button):hover,
.sec-color-1.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text a:not(.btn):not(.single_add_to_cart_button):focus {
  color: #23afe6;
  -webkit-text-decoration-color: #23afe6;
  text-decoration-color: #23afe6;
}

.sec-color-1.with-bg-option.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box:after {
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.001) 0%, #fff 50%);
}

.sec-color-1.with-bg-option.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .slider-controls {
  background-color: #fff;
}

.sec-color-2.with-bg-option {
  background-color: #e6f6fc;
}

.sec-color-2.with-bg-option .link-btn:hover,
.sec-color-2.with-bg-option .link-btn:focus {
  color: #002a4d;
}

.sec-color-2.with-bg-option .link-btn:hover:before,
.sec-color-2.with-bg-option .link-btn:focus:before {
  width: 6px;
  height: 10px;
  background-size: 6px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-dark-blue-r.svg);
}

.sec-color-2.with-bg-option .posts-list-wrap .posts-list .post-item .post-box {
  border: none;
}

.sec-color-2.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block {
  padding: 20px;
  background-color: #fff;
}

.sec-color-2.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sec-color-2.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .fb-title {
  color: #002a4d;
}

.sec-color-2.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .fb-desc {
  color: #002a4d !important;
}

.sec-color-2.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap {
  margin-top: auto;
}

.sec-color-2.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap .link-btn {
  color: #002a4d;
  text-decoration: none;
}

.sec-color-2.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap .link-btn:before {
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-circle.svg);
}

.sec-color-2.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap .link-btn:hover,
.sec-color-2.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap .link-btn:focus {
  color: #23afe6;
}

.sec-color-2.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block {
  background-color: #fff;
}

.sec-color-2.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h1,
.sec-color-2.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h2,
.sec-color-2.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h3,
.sec-color-2.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h4,
.sec-color-2.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h5,
.sec-color-2.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h6 {
  color: #002a4d;
}

.sec-color-2.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text span {
  color: #002a4d;
}

.sec-color-2.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text p,
.sec-color-2.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text li {
  color: #002a4d !important;
}

.sec-color-2.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .btn span,
.sec-color-2.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .wp-block-button .wp-block-button__link span,
.wp-block-button .sec-color-2.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .wp-block-button__link span,
.sec-color-2.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .mpForm .mpFormTable .mpQuestionTable .submitButton span,
.mpForm .mpFormTable .mpQuestionTable .sec-color-2.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .submitButton span,
.sec-color-2.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .woocommerce-checkout-payment .place-order .button span,
.woocommerce-checkout-payment .place-order .sec-color-2.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .button span,
.sec-color-2.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .single_add_to_cart_button span {
  color: inherit;
}

.sec-color-2.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text a:not(.btn):not(.single_add_to_cart_button) {
  color: #002a4d;
  -webkit-text-decoration-color: #002a4d;
  text-decoration-color: #002a4d;
  transition: all 0.3s ease-in-out;
}

.sec-color-2.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text a:not(.btn):not(.single_add_to_cart_button):hover,
.sec-color-2.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text a:not(.btn):not(.single_add_to_cart_button):focus {
  color: #23afe6;
  -webkit-text-decoration-color: #23afe6;
  text-decoration-color: #23afe6;
}

.sec-color-2.with-bg-option.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box:after {
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.001) 0%, #e6f6fc 50%);
}

.sec-color-2.with-bg-option.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .slider-controls {
  background-color: #e6f6fc;
}

.sec-color-3.with-bg-option {
  background-color: #23afe6;
  /*.btn {
          &:hover,&:focus {
            border-color: #fff;
          }
        }*/
}

.sec-color-3.with-bg-option .mpForm .mpFormTable .mpQuestionTable .submitButton {
  background-color: #002a4d;
  border-color: #002a4d;
}

.sec-color-3.with-bg-option .mpForm .mpFormTable .mpQuestionTable .submitButton:hover,
.sec-color-3.with-bg-option .mpForm .mpFormTable .mpQuestionTable .submitButton:focus {
  color: #002a4d !important;
  background-color: #fff;
  border-color: #fff;
}

.sec-color-3.with-bg-option .link-btn {
  color: #002a4d;
}

.sec-color-3.with-bg-option .link-btn:before {
  width: 6px;
  height: 10px;
  background-size: 6px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-dark-blue-r.svg);
}

.sec-color-3.with-bg-option .link-btn:hover,
.sec-color-3.with-bg-option .link-btn:focus {
  color: #fff;
}

.sec-color-3.with-bg-option .link-btn:hover:before,
.sec-color-3.with-bg-option .link-btn:focus:before {
  width: 6px;
  height: 10px;
  background-size: 6px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-white.svg);
}

.sec-color-3.with-bg-option p > a:not(.short-code):not(.btn.short-code):not(.short-code.single_add_to_cart_button):not(.link-btn.short-code) {
  color: #002a4d;
}

.sec-color-3.with-bg-option p > a:not(.short-code):not(.btn.short-code):not(.short-code.single_add_to_cart_button):not(.link-btn.short-code):hover,
.sec-color-3.with-bg-option p > a:not(.short-code):not(.btn.short-code):not(.short-code.single_add_to_cart_button):not(.link-btn.short-code):focus {
  color: #fff;
}

.sec-color-3.with-bg-option .posts-list-wrap .posts-list .post-item .post-box {
  border: none;
}

.sec-color-3.with-bg-option .info-block .dark-blue-btn:hover,
.sec-color-3.with-bg-option .info-block .dark-blue-btn:focus {
  border-color: #002a4d;
}

.sec-color-3.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block {
  padding: 20px;
  background-color: #fff;
}

.sec-color-3.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sec-color-3.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .fb-title {
  color: #002a4d;
}

.sec-color-3.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .fb-desc {
  color: #002a4d !important;
}

.sec-color-3.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap {
  margin-top: auto;
}

.sec-color-3.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap .link-btn {
  color: #002a4d;
  text-decoration: none;
}

.sec-color-3.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap .link-btn:before {
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-circle.svg);
}

.sec-color-3.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap .link-btn:hover,
.sec-color-3.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap .link-btn:focus {
  color: #23afe6;
}

.sec-color-3.with-bg-option.faq-section .faq-list .faq-item .faq-question:hover,
.sec-color-3.with-bg-option.faq-section .faq-list .faq-item .faq-question:focus {
  color: #fff;
}

.sec-color-3.with-bg-option.faq-section .faq-list.active .faq-question {
  color: #fff;
}

.sec-color-3.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block {
  background-color: #fff;
}

.sec-color-3.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .blue-btn,
.sec-color-3.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .mpForm .mpFormTable .mpQuestionTable .submitButton,
.mpForm .mpFormTable .mpQuestionTable .sec-color-3.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .submitButton {
  border-color: #23afe6;
}

.sec-color-3.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .blue-btn:hover,
.sec-color-3.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .mpForm .mpFormTable .mpQuestionTable .submitButton:hover,
.mpForm .mpFormTable .mpQuestionTable .sec-color-3.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .submitButton:hover {
  color: #002a4d;
}

.sec-color-3.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h1,
.sec-color-3.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h2,
.sec-color-3.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h3,
.sec-color-3.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h4,
.sec-color-3.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h5,
.sec-color-3.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h6 {
  color: #002a4d;
}

.sec-color-3.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text span {
  color: #002a4d;
}

.sec-color-3.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text p,
.sec-color-3.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text li {
  color: #002a4d !important;
}

.sec-color-3.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .btn span,
.sec-color-3.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .wp-block-button .wp-block-button__link span,
.wp-block-button .sec-color-3.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .wp-block-button__link span,
.sec-color-3.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .mpForm .mpFormTable .mpQuestionTable .submitButton span,
.mpForm .mpFormTable .mpQuestionTable .sec-color-3.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .submitButton span,
.sec-color-3.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .woocommerce-checkout-payment .place-order .button span,
.woocommerce-checkout-payment .place-order .sec-color-3.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .button span,
.sec-color-3.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .single_add_to_cart_button span {
  color: inherit;
}

.sec-color-3.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text a:not(.btn):not(.single_add_to_cart_button) {
  color: #002a4d;
  -webkit-text-decoration-color: #002a4d;
  text-decoration-color: #002a4d;
  transition: all 0.3s ease-in-out;
}

.sec-color-3.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text a:not(.btn):not(.single_add_to_cart_button):hover,
.sec-color-3.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text a:not(.btn):not(.single_add_to_cart_button):focus {
  color: #23afe6;
  -webkit-text-decoration-color: #23afe6;
  text-decoration-color: #23afe6;
}

.sec-color-3.with-bg-option.progress-section .ps-sub-title {
  color: #fff;
}

.sec-color-3.with-bg-option.progress-section .steps-box .steps-list:before {
  background-image: url(../../resources/images/svg/dashed-line-white.svg);
}

.sec-color-3.with-bg-option.progress-section .steps-box .steps-list .step-item-box .step-item .step-num-wrap .step-num {
  background-color: #fff;
}

.sec-color-3.with-bg-option.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box:after {
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.001) 0%, #23afe6 50%);
}

.sec-color-3.with-bg-option.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .slider-controls {
  background-color: #23afe6;
}

.sec-color-3.with-bg-option.software-section .sfw-slider-wrapper .sfw-slider-box .software-slider .slick-dots li:before {
  background-color: #fff;
}

.sec-color-3.with-bg-option.software-section .sfw-slider-wrapper .sfw-slider-box .software-slider .slick-dots li.slick-active {
  border-color: #fff;
}

.sec-color-3.with-bg-option.cases-slider-section .cases-slider .slick-arrow:before {
  width: 12px;
  height: 20px;
  background-size: 12px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-white-l.svg);
}

.sec-color-3.with-bg-option.cases-slider-section .cases-slider .slick-dots > li {
  background-color: #fff;
  border-color: #fff;
}

.sec-color-4.with-bg-option {
  background-color: #002a4d;
  /*.btn {
          border-color: $primary-color;
          background-color: $primary-color;
          &:hover,&:focus {
            color: $third-color;
            border-color: #fff;
            background-color: #fff;
          }
          span {
            color: inherit;
          }
        }*/
}

.sec-color-4.with-bg-option .link-btn {
  color: #fff;
}

.sec-color-4.with-bg-option .link-btn span {
  color: inherit;
}

.sec-color-4.with-bg-option .link-btn:before {
  width: 6px;
  height: 10px;
  background-size: 6px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-white.svg);
  -webkit-text-decoration-color: #fff;
  text-decoration-color: #fff;
}

.sec-color-4.with-bg-option .link-btn:hover,
.sec-color-4.with-bg-option .link-btn:focus {
  color: #23afe6;
  -webkit-text-decoration-color: #23afe6;
  text-decoration-color: #23afe6;
}

.sec-color-4.with-bg-option .link-btn:hover:before,
.sec-color-4.with-bg-option .link-btn:focus:before {
  width: 6px;
  height: 10px;
  background-size: 6px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-blue.svg);
}

.sec-color-4.with-bg-option p > a:not(.short-code):not(.btn.short-code):not(.short-code.single_add_to_cart_button):not(.link-btn.short-code) {
  color: #fff;
  -webkit-text-decoration-color: #fff;
  text-decoration-color: #fff;
}

.sec-color-4.with-bg-option p > a:not(.short-code):not(.btn.short-code):not(.short-code.single_add_to_cart_button):not(.link-btn.short-code):hover,
.sec-color-4.with-bg-option p > a:not(.short-code):not(.btn.short-code):not(.short-code.single_add_to_cart_button):not(.link-btn.short-code):focus {
  color: #23afe6;
  -webkit-text-decoration-color: #23afe6;
  text-decoration-color: #23afe6;
}

.sec-color-4.with-bg-option .posts-list-wrap .posts-list .post-item .post-box {
  border: none;
}

.sec-color-4.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block {
  padding: 20px;
  background-color: #fff;
}

.sec-color-4.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sec-color-4.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .fb-title {
  color: #002a4d;
}

.sec-color-4.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .fb-desc {
  color: #002a4d !important;
}

.sec-color-4.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap {
  margin-top: auto;
}

.sec-color-4.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap .link-btn {
  color: #002a4d;
  text-decoration: none;
}

.sec-color-4.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap .link-btn:before {
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-circle.svg);
}

.sec-color-4.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap .link-btn:hover,
.sec-color-4.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap .link-btn:focus {
  color: #23afe6;
}

.sec-color-4.with-bg-option.logos-section .logos-list-wrap .logos-list.slick-slider .slick-arrow:before {
  width: 12px;
  height: 20px;
  background-size: 12px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-white-l.svg);
}

@media only screen and (max-width: 1365px) {
  .sec-color-4.with-bg-option.logos-section .logos-list-wrap .logos-list.slick-slider .slick-arrow:before {
    width: 9px;
    height: 15px;
    background-size: 9px 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/chevron-white-l.svg);
  }
}

.sec-color-4.with-bg-option.faq-section .faq-list .faq-item .faq-question:after {
  width: 9px;
  height: 15px;
  background-size: 9px 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-white-l.svg);
}

.sec-color-4.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block {
  background-color: #fff;
}

.sec-color-4.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .yellow-btn:hover,
.sec-color-4.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .woocommerce-checkout-payment .place-order .button:hover,
.woocommerce-checkout-payment .place-order .sec-color-4.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .button:hover {
  border-color: #f3e400;
}

.sec-color-4.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h1,
.sec-color-4.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h2,
.sec-color-4.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h3,
.sec-color-4.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h4,
.sec-color-4.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h5,
.sec-color-4.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h6 {
  color: #002a4d;
}

.sec-color-4.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text span {
  color: #002a4d;
}

.sec-color-4.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text p,
.sec-color-4.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text li {
  color: #002a4d !important;
}

.sec-color-4.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .btn span,
.sec-color-4.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .wp-block-button .wp-block-button__link span,
.wp-block-button .sec-color-4.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .wp-block-button__link span,
.sec-color-4.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .mpForm .mpFormTable .mpQuestionTable .submitButton span,
.mpForm .mpFormTable .mpQuestionTable .sec-color-4.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .submitButton span,
.sec-color-4.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .woocommerce-checkout-payment .place-order .button span,
.woocommerce-checkout-payment .place-order .sec-color-4.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .button span,
.sec-color-4.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .single_add_to_cart_button span {
  color: inherit;
}

.sec-color-4.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text a:not(.btn):not(.single_add_to_cart_button) {
  color: #002a4d;
  -webkit-text-decoration-color: #002a4d;
  text-decoration-color: #002a4d;
  transition: all 0.3s ease-in-out;
}

.sec-color-4.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text a:not(.btn):not(.single_add_to_cart_button):hover,
.sec-color-4.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text a:not(.btn):not(.single_add_to_cart_button):focus {
  color: #23afe6;
  -webkit-text-decoration-color: #23afe6;
  text-decoration-color: #23afe6;
}

.sec-color-4.with-bg-option.gallery-section .gallery-box .gallery-slider .slick-arrow:before {
  width: 12px;
  height: 20px;
  background-size: 12px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-white-l.svg);
}

.sec-color-4.with-bg-option.progress-section .ps-sub-title {
  color: #23afe6;
}

.sec-color-4.with-bg-option.progress-section .steps-box .steps-list:before {
  background-image: url(../../resources/images/svg/dashed-line-white.svg);
}

.sec-color-4.with-bg-option.progress-section .steps-box .steps-list .step-item-box .step-item .step-num-wrap .step-num {
  background-color: #fff;
}

.sec-color-4.with-bg-option.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box:after {
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.001) 0%, #002a4d 50%);
}

.sec-color-4.with-bg-option.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .sfw-titles-slider .slide-title-box .slide-title-content .slide-title-text .slide-title {
  color: #fff;
}

.sec-color-4.with-bg-option.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .slider-controls {
  background-color: #002a4d;
}

.sec-color-4.with-bg-option.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .slider-controls > span:before {
  width: 9px;
  height: 15px;
  background-size: 9px 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-white-l.svg);
}

.sec-color-4.with-bg-option.software-section .sfw-slider-wrapper .sfw-slider-box .software-slider .slick-dots li:before {
  background-color: #fff;
}

.sec-color-4.with-bg-option.software-section .sfw-slider-wrapper .sfw-slider-box .software-slider .slick-dots li.slick-active {
  border-color: #fff;
}

.sec-color-4.with-bg-option.cases-slider-section .cases-slider .case-slide .case-slide-box .case-quote-box .case-quote p {
  color: #002a4d !important;
}

.sec-color-4.with-bg-option.cases-slider-section .cases-slider .slick-arrow:before {
  width: 12px;
  height: 20px;
  background-size: 12px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-white-l.svg);
}

.sec-color-4.with-bg-option.cases-slider-section .cases-slider .slick-dots > li {
  background-color: #fff;
  border-color: #fff;
}

.sec-color-5.with-bg-option {
  background-color: #f0e306;
  /*.btn {
          &:hover,&:focus {
            border-color: #fff;
          }
        }*/
}

.sec-color-5.with-bg-option .info-block .dark-blue-btn:hover,
.sec-color-5.with-bg-option .info-block .dark-blue-btn:focus {
  border-color: #002a4d;
}

.sec-color-5.with-bg-option .link-btn {
  color: #002a4d;
}

.sec-color-5.with-bg-option .link-btn:before {
  width: 6px;
  height: 10px;
  background-size: 6px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-dark-blue-r.svg);
}

.sec-color-5.with-bg-option .link-btn:hover,
.sec-color-5.with-bg-option .link-btn:focus {
  color: #23afe6;
}

.sec-color-5.with-bg-option .link-btn:hover:before,
.sec-color-5.with-bg-option .link-btn:focus:before {
  width: 6px;
  height: 10px;
  background-size: 6px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-blue.svg);
}

.sec-color-5.with-bg-option p > a:not(.short-code):not(.btn.short-code):not(.short-code.single_add_to_cart_button):not(.link-btn.short-code) {
  color: #002a4d;
}

.sec-color-5.with-bg-option p > a:not(.short-code):not(.btn.short-code):not(.short-code.single_add_to_cart_button):not(.link-btn.short-code):hover,
.sec-color-5.with-bg-option p > a:not(.short-code):not(.btn.short-code):not(.short-code.single_add_to_cart_button):not(.link-btn.short-code):focus {
  color: #23afe6;
}

.sec-color-5.with-bg-option .posts-list-wrap .posts-list .post-item .post-box {
  border: none;
}

.sec-color-5.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block {
  padding: 20px;
  background-color: #fff;
}

.sec-color-5.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sec-color-5.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .fb-title {
  color: #002a4d;
}

.sec-color-5.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .fb-desc {
  color: #002a4d !important;
}

.sec-color-5.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap {
  margin-top: auto;
}

.sec-color-5.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap .link-btn {
  color: #002a4d;
  text-decoration: none;
}

.sec-color-5.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap .link-btn:before {
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-circle.svg);
}

.sec-color-5.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap .link-btn:hover,
.sec-color-5.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap .link-btn:focus {
  color: #23afe6;
}

.sec-color-5.with-bg-option.faq-section .faq-list .faq-item {
  border-color: #002a4d;
}

.sec-color-5.with-bg-option.faq-section .faq-sec-desc {
  border-color: #002a4d;
}

.sec-color-5.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block {
  background-color: #fff;
}

.sec-color-5.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h1,
.sec-color-5.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h2,
.sec-color-5.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h3,
.sec-color-5.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h4,
.sec-color-5.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h5,
.sec-color-5.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h6 {
  color: #002a4d;
}

.sec-color-5.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text span {
  color: #002a4d;
}

.sec-color-5.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text p,
.sec-color-5.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text li {
  color: #002a4d !important;
}

.sec-color-5.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .btn span,
.sec-color-5.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .wp-block-button .wp-block-button__link span,
.wp-block-button .sec-color-5.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .wp-block-button__link span,
.sec-color-5.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .mpForm .mpFormTable .mpQuestionTable .submitButton span,
.mpForm .mpFormTable .mpQuestionTable .sec-color-5.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .submitButton span,
.sec-color-5.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .woocommerce-checkout-payment .place-order .button span,
.woocommerce-checkout-payment .place-order .sec-color-5.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .button span,
.sec-color-5.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .single_add_to_cart_button span {
  color: inherit;
}

.sec-color-5.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text a:not(.btn):not(.single_add_to_cart_button) {
  color: #002a4d;
  -webkit-text-decoration-color: #002a4d;
  text-decoration-color: #002a4d;
  transition: all 0.3s ease-in-out;
}

.sec-color-5.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text a:not(.btn):not(.single_add_to_cart_button):hover,
.sec-color-5.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text a:not(.btn):not(.single_add_to_cart_button):focus {
  color: #23afe6;
  -webkit-text-decoration-color: #23afe6;
  text-decoration-color: #23afe6;
}

.sec-color-5.with-bg-option.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box:after {
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.001) 0%, #f0e306 50%);
}

.sec-color-5.with-bg-option.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .slider-controls {
  background-color: #f0e306;
}

.sec-color-6.with-bg-option {
  background-color: #d22f38;
  /*.btn {
          span {
            color: inherit;
          }
          &:hover,&:focus {
            color: $third-color;
            border-color: #fff;
          }
        }*/
}

.sec-color-6.with-bg-option .mpForm .mpFormTable .mpQuestionTable .submitButton {
  background-color: #002a4d;
  border-color: #002a4d;
}

.sec-color-6.with-bg-option .mpForm .mpFormTable .mpQuestionTable .submitButton:hover,
.sec-color-6.with-bg-option .mpForm .mpFormTable .mpQuestionTable .submitButton:focus {
  color: #002a4d !important;
  background-color: #fff;
  border-color: #fff;
}

.sec-color-6.with-bg-option .link-btn {
  color: #fff;
  -webkit-text-decoration-color: #fff;
  text-decoration-color: #fff;
}

.sec-color-6.with-bg-option .link-btn span {
  color: inherit;
}

.sec-color-6.with-bg-option .link-btn:before {
  width: 6px;
  height: 10px;
  background-size: 6px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-white.svg);
}

.sec-color-6.with-bg-option .link-btn:hover,
.sec-color-6.with-bg-option .link-btn:focus {
  color: #002a4d;
  -webkit-text-decoration-color: #002a4d;
  text-decoration-color: #002a4d;
}

.sec-color-6.with-bg-option .link-btn:hover:before,
.sec-color-6.with-bg-option .link-btn:focus:before {
  width: 6px;
  height: 10px;
  background-size: 6px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-dark-blue-r.svg);
}

.sec-color-6.with-bg-option p > a:not(.short-code):not(.btn.short-code):not(.short-code.single_add_to_cart_button):not(.link-btn.short-code) {
  -webkit-text-decoration-color: #fff;
  text-decoration-color: #fff;
}

.sec-color-6.with-bg-option p > a:not(.short-code):not(.btn.short-code):not(.short-code.single_add_to_cart_button):not(.link-btn.short-code):hover,
.sec-color-6.with-bg-option p > a:not(.short-code):not(.btn.short-code):not(.short-code.single_add_to_cart_button):not(.link-btn.short-code):focus {
  color: #002a4d;
  -webkit-text-decoration-color: #002a4d;
  text-decoration-color: #002a4d;
}

.sec-color-6.with-bg-option .posts-list-wrap .posts-list .post-item .post-box {
  border: none;
}

.sec-color-6.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block {
  padding: 20px;
  background-color: #fff;
}

.sec-color-6.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sec-color-6.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .fb-title {
  color: #002a4d;
}

.sec-color-6.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .fb-desc {
  color: #002a4d !important;
}

.sec-color-6.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap {
  margin-top: auto;
}

.sec-color-6.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap .link-btn {
  color: #002a4d;
  text-decoration: none;
}

.sec-color-6.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap .link-btn:before {
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-circle.svg);
}

.sec-color-6.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap .link-btn:hover,
.sec-color-6.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap .link-btn:focus {
  color: #23afe6;
}

.sec-color-6.with-bg-option.logos-section .logos-list-wrap .logos-list.slick-slider .slick-arrow:before {
  width: 12px;
  height: 20px;
  background-size: 12px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-white-l.svg);
}

@media only screen and (max-width: 1365px) {
  .sec-color-6.with-bg-option.logos-section .logos-list-wrap .logos-list.slick-slider .slick-arrow:before {
    width: 9px;
    height: 15px;
    background-size: 9px 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/chevron-white-l.svg);
  }
}

.sec-color-6.with-bg-option.faq-section .faq-list .faq-item .faq-question:after {
  width: 9px;
  height: 15px;
  background-size: 9px 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-white-l.svg);
}

.sec-color-6.with-bg-option.faq-section .faq-list .faq-item .faq-question:hover,
.sec-color-6.with-bg-option.faq-section .faq-list .faq-item .faq-question:focus {
  color: #002a4d;
}

.sec-color-6.with-bg-option.faq-section .faq-list .faq-item.active .faq-question {
  color: #002a4d;
}

.sec-color-6.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block {
  background-color: #fff;
}

.sec-color-6.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .red-btn:hover {
  border-color: #d22f38;
}

.sec-color-6.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h1,
.sec-color-6.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h2,
.sec-color-6.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h3,
.sec-color-6.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h4,
.sec-color-6.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h5,
.sec-color-6.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h6 {
  color: #002a4d;
}

.sec-color-6.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text span {
  color: #002a4d;
}

.sec-color-6.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text p,
.sec-color-6.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text li {
  color: #002a4d !important;
}

.sec-color-6.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .btn span,
.sec-color-6.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .wp-block-button .wp-block-button__link span,
.wp-block-button .sec-color-6.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .wp-block-button__link span,
.sec-color-6.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .mpForm .mpFormTable .mpQuestionTable .submitButton span,
.mpForm .mpFormTable .mpQuestionTable .sec-color-6.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .submitButton span,
.sec-color-6.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .woocommerce-checkout-payment .place-order .button span,
.woocommerce-checkout-payment .place-order .sec-color-6.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .button span,
.sec-color-6.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .single_add_to_cart_button span {
  color: inherit;
}

.sec-color-6.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text a:not(.btn):not(.single_add_to_cart_button) {
  color: #002a4d;
  -webkit-text-decoration-color: #002a4d;
  text-decoration-color: #002a4d;
  transition: all 0.3s ease-in-out;
}

.sec-color-6.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text a:not(.btn):not(.single_add_to_cart_button):hover,
.sec-color-6.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text a:not(.btn):not(.single_add_to_cart_button):focus {
  color: #23afe6;
  -webkit-text-decoration-color: #23afe6;
  text-decoration-color: #23afe6;
}

.sec-color-6.with-bg-option.gallery-section .gallery-box .gallery-slider .slick-arrow:before {
  width: 12px;
  height: 20px;
  background-size: 12px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-white-l.svg);
}

.sec-color-6.with-bg-option.progress-section .ps-sub-title {
  color: #fff;
}

.sec-color-6.with-bg-option.progress-section .steps-box .steps-list:before {
  background-image: url(../../resources/images/svg/dashed-line-white.svg);
}

.sec-color-6.with-bg-option.progress-section .steps-box .steps-list .step-item-box .step-item .step-num-wrap .step-num {
  background-color: #fff;
}

.sec-color-6.with-bg-option.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box:after {
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.001) 0%, #d22f38 50%);
}

.sec-color-6.with-bg-option.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .sfw-titles-slider .slide-title-box .slide-title-content .slide-title-text .slide-title {
  color: #fff;
}

.sec-color-6.with-bg-option.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .slider-controls {
  background-color: #d22f38;
}

.sec-color-6.with-bg-option.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .slider-controls > span:before {
  width: 9px;
  height: 15px;
  background-size: 9px 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-white-l.svg);
}

.sec-color-6.with-bg-option.software-section .sfw-slider-wrapper .sfw-slider-box .software-slider .slick-dots li:before {
  background-color: #fff;
}

.sec-color-6.with-bg-option.software-section .sfw-slider-wrapper .sfw-slider-box .software-slider .slick-dots li.slick-active {
  border-color: #fff;
}

.sec-color-6.with-bg-option.cases-slider-section .cases-slider .case-slide .case-slide-box .case-quote-box .case-quote p {
  color: #002a4d !important;
}

.sec-color-6.with-bg-option.cases-slider-section .cases-slider .slick-arrow:before {
  width: 10px;
  height: 20px;
  background-size: 10px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-white-l.svg);
}

.sec-color-6.with-bg-option.cases-slider-section .cases-slider .slick-dots > li {
  background-color: #fff;
  border-color: #fff;
}

.product-cat-list .cat-products .product-cat-title {
  margin-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
  .product-cat-list .cat-products .product-cat-title {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .product-cat-list .cat-products .product-cat-title {
    margin-bottom: 30px;
  }
}

.woo-archive-product .product-cat-list:last-child {
  margin-bottom: 0;
}

.products-list .product-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-preferred-size: 33.3333333333%;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

@media only screen and (max-width: 1024px) {
  .products-list .product-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .products-list .product-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.products-list .product-item .product-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  padding: 25px 25px 10px 25px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}

.products-list .product-item .product-box .product-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  z-index: 5;
}

.products-list .product-item .product-box .product-th-wrap {
  margin-bottom: 20px;
}

.products-list .product-item .product-box .product-th-wrap .product-th {
  padding-top: 68.75%;
  background-size: cover;
  background-position: center;
}

.products-list .product-item .product-box .product-th-wrap.no-image {
  background-color: #002a4d;
}

.products-list .product-item .product-box .product-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.products-list .product-item .product-box .product-info .product-title {
  font-size: 18px;
}

.products-list .product-item .product-box .product-info .short-desc {
  margin-bottom: 25px;
}

.products-list .product-item .product-box .product-info .short-desc p,
.products-list .product-item .product-box .product-info .short-desc li {
  font-size: 16px;
}

.products-list .product-item .product-box .product-info .prices-wrap {
  border-top: 1px solid #e6f6fc;
  margin-top: auto;
  padding-top: 25px;
}

.products-list .product-item .product-box .product-info .prices-wrap .price-box {
  margin-bottom: 15px;
}

@media only screen and (max-width: 960px) {
  .products-list .product-item .product-box .product-info .prices-wrap .price-box > span {
    font-size: 21px;
  }
}

.products-list .product-item .product-box .product-info .prices-wrap .price-box.with-sale .regular-price {
  font-size: 17px;
}

.products-list .product-item .product-box:hover,
.products-list .product-item .product-box:focus {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0 10px 15px rgba(0, 29, 52, 0.05);
}

.products-list .product-item .product-box:hover .product-info .prices-wrap .read-more-label,
.products-list .product-item .product-box:focus .product-info .prices-wrap .read-more-label {
  background-color: #fff;
}

.prices-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.prices-wrap .price-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.prices-wrap .price-box > span {
  display: inline-block;
  color: #002a4d;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
}

.prices-wrap .price-box.with-sale .regular-price {
  font-size: 21px;
  top: 1px;
  position: relative;
  margin-left: 15px;
  text-decoration: line-through;
  opacity: 0.5;
}

.prices-wrap .price-box.with-sale .sale-price:after,
.prices-wrap .price-box.with-sale .regular-price:after {
  content: ',-';
}

.prices-wrap .price-box.no-sale .regular-price:after {
  content: ',-';
}

.prices-wrap .read-more-label {
  margin-bottom: 15px;
}

.woo-single-product .product-col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 30px;
}

.woo-single-product .product-gallery-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.woo-single-product .product-gallery-box .gal-img-link {
  display: none;
}

.woo-single-product .product-gallery-box .product-gal-image-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}

.woo-single-product .product-gallery-box .product-gal-image-wrap .gal-img-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  z-index: 5;
}

.woo-single-product .product-gallery-box .product-gal-image-wrap .product-gal-img {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  height: 430px;
  background-size: cover;
  background-position: center;
}

.woo-single-product .product-gallery-box .product-gal-image-wrap.no-img .product-gal-img {
  background-color: #002a4d;
}

.woo-single-product .product-info-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.woo-single-product .product-info-wrap .product-title-box {
  padding: 20px 50px 25px 50px;
  background-color: #23afe6;
}

@media only screen and (max-width: 1024px) {
  .woo-single-product .product-info-wrap .product-title-box {
    padding: 15px 25px 20px 25px;
  }
}

@media only screen and (max-width: 767px) {
  .woo-single-product .product-info-wrap .product-title-box {
    padding: 15px 20px 15px 20px;
  }
}

.woo-single-product .product-info-wrap .product-title-box .product-title {
  color: #fff;
  font-size: 30px;
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  .woo-single-product .product-info-wrap .product-title-box .product-title {
    font-size: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .woo-single-product .product-info-wrap .product-title-box .product-title {
    font-size: 26px;
  }
}

.woo-single-product .product-info-wrap .product-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #fff;
  padding: 25px 50px 10px 50px;
}

@media only screen and (max-width: 1024px) {
  .woo-single-product .product-info-wrap .product-info {
    padding: 20px 25px 10px 25px;
  }
}

.woo-single-product .product-info-wrap .product-info .short-desc {
  margin-bottom: 25px;
}

.woo-single-product .product-info-wrap .product-info .short-desc p,
.woo-single-product .product-info-wrap .product-info .short-desc li {
  font-size: 18px;
  font-weight: 600;
}

@media only screen and (max-width: 1024px) {
  .woo-single-product .product-info-wrap .product-info .short-desc p,
  .woo-single-product .product-info-wrap .product-info .short-desc li {
    font-size: 16px;
  }
}

@media only screen and (max-width: 960px) {
  .woo-single-product .product-info-wrap .product-info .short-desc p,
  .woo-single-product .product-info-wrap .product-info .short-desc li {
    font-size: 17px;
  }
}

@media only screen and (max-width: 767px) {
  .woo-single-product .product-info-wrap .product-info .short-desc p,
  .woo-single-product .product-info-wrap .product-info .short-desc li {
    font-size: 16px;
  }
}

.woo-single-product .product-info-wrap .product-info .short-desc p > span,
.woo-single-product .product-info-wrap .product-info .short-desc li > span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.woo-single-product .product-info-wrap .product-info .product-bottom-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: auto;
  border-top: 1px solid rgba(0, 42, 77, 0.05);
  padding-top: 25px;
}

@media only screen and (max-width: 1024px) {
  .woo-single-product .product-info-wrap .product-info .product-bottom-box {
    display: block;
  }
}

@media only screen and (max-width: 960px) {
  .woo-single-product .product-info-wrap .product-info .product-bottom-box {
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 767px) {
  .woo-single-product .product-info-wrap .product-info .product-bottom-box {
    display: block;
  }
}

.woo-single-product .product-info-wrap .product-info .product-bottom-box .prices-wrap {
  margin-right: 20px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 1024px) {
  .woo-single-product .product-info-wrap .product-info .product-bottom-box .prices-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 0;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 960px) {
  .woo-single-product .product-info-wrap .product-info .product-bottom-box .prices-wrap {
    display: block;
    margin-right: 20px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .woo-single-product .product-info-wrap .product-info .product-bottom-box .prices-wrap {
    display: -ms-flexbox;
    display: flex;
    margin-right: 0;
    margin-bottom: 25px;
  }
}

.woo-single-product .product-info-wrap .product-info .product-bottom-box .cart {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .woo-single-product .product-info-wrap .product-info .product-bottom-box .cart {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media only screen and (max-width: 767px) {
  .woo-single-product .product-info-wrap .product-info .product-bottom-box .cart input[type=number] {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .woo-single-product .product-info-wrap .product-info .product-bottom-box .cart .btn,
  .woo-single-product .product-info-wrap .product-info .product-bottom-box .cart .wp-block-button .wp-block-button__link,
  .wp-block-button .woo-single-product .product-info-wrap .product-info .product-bottom-box .cart .wp-block-button__link,
  .woo-single-product .product-info-wrap .product-info .product-bottom-box .cart .mpForm .mpFormTable .mpQuestionTable .submitButton,
  .mpForm .mpFormTable .mpQuestionTable .woo-single-product .product-info-wrap .product-info .product-bottom-box .cart .submitButton,
  .woo-single-product .product-info-wrap .product-info .product-bottom-box .cart .woocommerce-checkout-payment .place-order .button,
  .woocommerce-checkout-payment .place-order .woo-single-product .product-info-wrap .product-info .product-bottom-box .cart .button,
  .woo-single-product .product-info-wrap .product-info .product-bottom-box .cart .single_add_to_cart_button {
    display: block;
    width: 100%;
  }
}

.woo-single-product .product-content {
  background-color: #fff;
  padding: 60px 100px;
}

@media only screen and (max-width: 1024px) {
  .woo-single-product .product-content {
    padding: 30px 40px 40px 40px;
  }
}

@media only screen and (max-width: 767px) {
  .woo-single-product .product-content {
    padding: 20px 25px 25px 25px;
  }
}

.woo-single-product .product-content p strong {
  font-size: 18px;
  font-weight: 600;
}

.woo-single-product .product-content p + ul {
  margin-top: 0 !important;
}

.woo-single-product .product-content ul {
  padding: 0 !important;
}

.woocommerce-notices-wrapper {
  max-width: 1200px;
  margin: 0 auto 30px auto;
  padding: 0 15px;
}

.woocommerce-notices-wrapper:empty {
  margin: 0;
}

.woocommerce-cart .woocommerce-notices-wrapper {
  padding: 0;
}

.woocommerce-notices-wrapper .woocommerce-error {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}

.woocommerce-notices-wrapper .woocommerce-error > li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 2px solid #d22f38;
  background-color: #fff;
  padding: 25px 30px;
  color: #002a4d;
  font-size: 16px;
  font-weight: 400;
}

.woocommerce-notices-wrapper .woocommerce-error > li span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.woocommerce-notices-wrapper .woocommerce-error > li .cart-error-text {
  display: inline-block;
  position: relative;
  padding-left: 30px;
}

.woocommerce-notices-wrapper .woocommerce-error > li .cart-error-text:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  height: 15px;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/close-circle-red.svg);
}

.woocommerce-message {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 2px solid #23afe6;
  background-color: #fff;
  padding: 25px 30px;
  color: #002a4d;
  font-size: 16px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .woocommerce-message {
    padding: 15px 20px;
  }
}

.woocommerce-message span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.woocommerce-message .cart-message-text {
  display: inline-block;
  color: #002a4d;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  padding-left: 30px;
}

.woocommerce-message .cart-message-text:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 17px;
  height: 17px;
  background-size: 17px 17px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/check-circle-blue.svg);
}

.woocommerce-message .cart-link {
  color: #002a4d;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  padding-left: 0;
  padding-right: 18px;
}

.woocommerce-message .cart-link:after {
  content: '';
  position: absolute;
  top: 0;
  left: -30px;
  width: 2px;
  height: 25px;
  border-radius: 2px;
  background-color: #23afe6;
  opacity: 0.1;
}

.woocommerce-message .cart-link:before {
  left: auto;
  right: 0;
  top: 7px;
  width: 8px;
  height: 13px;
  background-size: 8px 13px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-dark-blue-r.svg);
}

.woocommerce-message .cart-link:hover:before,
.woocommerce-message .cart-link:focus:before {
  right: -5px;
}

.single-product .woocommerce-message {
  padding-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .single-product .woocommerce-message {
    padding-bottom: 0;
  }
}

.single-product .woocommerce-message .cart-message-text {
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .single-product .woocommerce-message .cart-message-text {
    padding-left: 0;
  }

  .single-product .woocommerce-message .cart-message-text:before {
    display: none;
  }
}

.single-product .woocommerce-message .cart-link {
  margin-bottom: 15px;
}

.woocommerce-checkout .woocommerce-message {
  margin-bottom: 30px;
}

.number-input,
.woo-single-product .product-info-wrap .product-info .product-bottom-box .cart input[type=number],
.woocommerce-cart-form .shop_table tbody .cart_item td.product-quantity input[type=number] {
  border: none !important;
  outline: none !important;
  border-radius: 50px;
  width: 80px;
  height: 45px;
  line-height: 45px;
  background-color: #e6f6fc;
  padding: 10px 20px 10px 35px;
  color: #002a4d;
  font-size: 16px;
  font-weight: 700;
}

.woocommerce .fancybox-bg {
  opacity: 0.95;
  background-color: #002a4d;
}

.woocommerce-cart .entry-footer,
.woocommerce-checkout .entry-footer {
  display: none;
}

.woocommerce-cart .entry-header .entry-title {
  margin-bottom: 30px;
}

.woocommerce-checkout .entry-header {
  display: none;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle {
  display: none;
}

.woocommerce-cart-form {
  display: block;
  margin-bottom: 30px;
}

.woocommerce-cart-form .shop_table {
  width: 100%;
  background-color: #fff;
}

.woocommerce-cart-form .shop_table thead {
  background-color: #23afe6;
}

.woocommerce-cart-form .shop_table thead th {
  width: 15%;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 30px;
}

@media only screen and (max-width: 1024px) {
  .woocommerce-cart-form .shop_table thead th {
    padding: 15px 20px;
  }
}

.woocommerce-cart-form .shop_table thead th.product-remove {
  width: 30px;
  padding: 0;
}

@media only screen and (max-width: 1024px) {
  .woocommerce-cart-form .shop_table thead th.product-remove {
    width: 20px;
  }
}

.woocommerce-cart-form .shop_table thead th.product-name {
  width: auto;
  padding-left: 0;
}

@media only screen and (max-width: 767px) {
  .woocommerce-cart-form .shop_table thead th.product-name {
    display: block;
    width: 100%;
  }
}

.woocommerce-cart-form .shop_table thead th.product-subtotal {
  text-align: right;
}

.woocommerce-cart-form .shop_table thead th.product-quantity {
  text-align: center;
}

.woocommerce-cart-form .shop_table tbody .cart_item {
  border-bottom: 1px solid rgba(0, 41, 75, 0.05);
}

.woocommerce-cart-form .shop_table tbody .cart_item td {
  width: 15%;
  padding: 25px 30px;
  color: #002a4d;
  font-weight: 400;
  font-size: 16px;
}

@media only screen and (max-width: 1024px) {
  .woocommerce-cart-form .shop_table tbody .cart_item td {
    padding: 15px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .woocommerce-cart-form .shop_table tbody .cart_item td {
    width: auto;
  }
}

.woocommerce-cart-form .shop_table tbody .cart_item td.product-remove {
  width: 30px;
  padding: 25px 0;
}

@media only screen and (max-width: 1024px) {
  .woocommerce-cart-form .shop_table tbody .cart_item td.product-remove {
    width: 20px;
    padding: 15px 0;
  }
}

@media only screen and (max-width: 767px) {
  .woocommerce-cart-form .shop_table tbody .cart_item td.product-remove {
    width: auto;
    background-color: #23afe6;
  }
}

.woocommerce-cart-form .shop_table tbody .cart_item td.product-remove > a {
  display: block;
  width: 10px;
  height: 10px;
  color: transparent;
  font-size: 0;
  text-decoration: none;
  font-weight: 700;
  position: relative;
  left: 30px;
}

@media only screen and (max-width: 1024px) {
  .woocommerce-cart-form .shop_table tbody .cart_item td.product-remove > a {
    left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .woocommerce-cart-form .shop_table tbody .cart_item td.product-remove > a {
    width: 24px;
    height: 24px;
    top: 0;
    left: auto;
    right: 20px;
    margin-left: auto;
    border-radius: 50%;
    border: 2px solid #fff;
  }
}

.woocommerce-cart-form .shop_table tbody .cart_item td.product-remove > a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/close-dark-blue.svg);
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .woocommerce-cart-form .shop_table tbody .cart_item td.product-remove > a:before {
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/close-white.svg);
  }
}

.woocommerce-cart-form .shop_table tbody .cart_item td.product-remove > a:hover:before,
.woocommerce-cart-form .shop_table tbody .cart_item td.product-remove > a:focus:before {
  opacity: 0.5;
}

.woocommerce-cart-form .shop_table tbody .cart_item td.product-name {
  width: auto;
}

.woocommerce-cart-form .shop_table tbody .cart_item td.product-name a {
  color: #002a4d;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .woocommerce-cart-form .shop_table tbody .cart_item td.product-name a {
    font-weight: 600;
    color: #23afe6;
  }
}

@media only screen and (max-width: 375px) {
  .woocommerce-cart-form .shop_table tbody .cart_item td.product-name a {
    font-size: 15px;
  }
}

.woocommerce-cart-form .shop_table tbody .cart_item td.product-name a:hover {
  color: #23afe6;
}

.woocommerce-cart-form .shop_table tbody .cart_item td.product-quantity {
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .woocommerce-cart-form .shop_table tbody .cart_item td.product-quantity input[type=number] {
    width: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .woocommerce-cart-form .shop_table tbody .cart_item td.product-quantity input[type=number] {
    width: 50px;
    height: 25px;
    line-height: 25px;
    padding: 0 20px;
    font-size: 14px;
  }
}

.woocommerce-cart-form .shop_table tbody .cart_item td.product-subtotal {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .woocommerce-cart-form .shop_table tbody .cart_item td.product-subtotal {
    font-weight: 700;
  }
}

.woocommerce-cart-form .shop_table tbody .cart_item td.product-subtotal span,
.woocommerce-cart-form .shop_table tbody .cart_item td.product-subtotal bdi {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.woocommerce-cart-form .shop_table tbody .coupon-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 25px 30px;
  position: relative;
}

.woocommerce-cart-form .shop_table tbody .coupon-wrapper:before {
  display: none;
  content: '';
  position: absolute;
  top: -2px;
  left: -2%;
  width: 104%;
  height: 30px;
  background-color: #e6f6fc;
}

@media only screen and (max-width: 767px) {
  .woocommerce-cart-form .shop_table tbody .coupon-wrapper:before {
    display: block;
  }
}

@media only screen and (max-width: 1024px) {
  .woocommerce-cart-form .shop_table tbody .coupon-wrapper {
    padding: 15px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .woocommerce-cart-form .shop_table tbody .coupon-wrapper {
    padding-top: 45px;
  }
}

.woocommerce-cart-form .shop_table tbody .coupon-wrapper .coupon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .woocommerce-cart-form .shop_table tbody .coupon-wrapper .coupon {
    width: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.woocommerce-cart-form .shop_table tbody .coupon-wrapper .coupon label {
  display: none;
}

.woocommerce-cart-form .shop_table tbody .coupon-wrapper .coupon input[type=text] {
  height: 45px;
  line-height: 45px;
  border: none !important;
  outline: none !important;
  border-radius: 50px;
  background-color: #e6f6fc;
  color: #002a4d;
  font-size: 16px;
  padding: 10px 20px;
  margin-right: 15px;
}

@media only screen and (max-width: 767px) {
  .woocommerce-cart-form .shop_table tbody .coupon-wrapper .coupon input[type=text] {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.woocommerce-cart-form .shop_table tbody .coupon-wrapper .coupon .btn,
.woocommerce-cart-form .shop_table tbody .coupon-wrapper .coupon .wp-block-button .wp-block-button__link,
.wp-block-button .woocommerce-cart-form .shop_table tbody .coupon-wrapper .coupon .wp-block-button__link,
.woocommerce-cart-form .shop_table tbody .coupon-wrapper .coupon .mpForm .mpFormTable .mpQuestionTable .submitButton,
.mpForm .mpFormTable .mpQuestionTable .woocommerce-cart-form .shop_table tbody .coupon-wrapper .coupon .submitButton,
.woocommerce-cart-form .shop_table tbody .coupon-wrapper .coupon .woocommerce-checkout-payment .place-order .button,
.woocommerce-checkout-payment .place-order .woocommerce-cart-form .shop_table tbody .coupon-wrapper .coupon .button,
.woocommerce-cart-form .shop_table tbody .coupon-wrapper .coupon .single_add_to_cart_button {
  height: 45px;
}

@media only screen and (max-width: 767px) {
  .woocommerce-cart-form .shop_table tbody .coupon-wrapper .coupon .btn,
  .woocommerce-cart-form .shop_table tbody .coupon-wrapper .coupon .wp-block-button .wp-block-button__link,
  .wp-block-button .woocommerce-cart-form .shop_table tbody .coupon-wrapper .coupon .wp-block-button__link,
  .woocommerce-cart-form .shop_table tbody .coupon-wrapper .coupon .mpForm .mpFormTable .mpQuestionTable .submitButton,
  .mpForm .mpFormTable .mpQuestionTable .woocommerce-cart-form .shop_table tbody .coupon-wrapper .coupon .submitButton,
  .woocommerce-cart-form .shop_table tbody .coupon-wrapper .coupon .woocommerce-checkout-payment .place-order .button,
  .woocommerce-checkout-payment .place-order .woocommerce-cart-form .shop_table tbody .coupon-wrapper .coupon .button,
  .woocommerce-cart-form .shop_table tbody .coupon-wrapper .coupon .single_add_to_cart_button {
    display: block;
    width: 100%;
  }
}

.woocommerce-cart-form .shop_table tbody .coupon-wrapper .update-btn {
  display: none;
  position: relative;
  padding-right: 55px;
}

@media only screen and (max-width: 1024px) {
  .woocommerce-cart-form .shop_table tbody .coupon-wrapper .update-btn {
    display: none;
  }
}

.woocommerce-cart-form .shop_table tbody .coupon-wrapper .update-btn:after {
  content: '';
  position: absolute;
  top: 13px;
  right: 20px;
  width: 19px;
  height: 19px;
  background-size: 19px 19px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/refresh-blue.svg);
}

.woocommerce-cart-form .shop_table tbody .coupon-wrapper .update-btn:disabled {
  opacity: 1;
  border-color: #e6f6fc;
  background-color: #e6f6fc;
  color: rgba(0, 42, 77, 0.5);
  font-size: 16px;
  font-weight: 700;
}

.woocommerce-cart-form .shop_table tbody .coupon-wrapper .update-btn:disabled:after {
  opacity: 0.5;
}

.woocommerce-cart-form .shop_table tbody .coupon-wrapper .update-btn:disabled:hover,
.woocommerce-cart-form .shop_table tbody .coupon-wrapper .update-btn:disabled:focus {
  border-color: #e6f6fc;
  background-color: #e6f6fc;
}

@media only screen and (max-width: 767px) {
  .woocommerce-cart-form .shop_table.shop_table_responsive thead {
    display: none;
  }

  .woocommerce-cart-form .shop_table.shop_table_responsive tbody tr:first-child td:first-child {
    border-top: 0;
  }

  .woocommerce-cart-form .shop_table.shop_table_responsive tbody th {
    display: none;
  }

  .woocommerce-cart-form .shop_table.shop_table_responsive tr {
    display: block;
  }

  .woocommerce-cart-form .shop_table.shop_table_responsive tr td {
    display: block;
    text-align: right !important;
    border-bottom: 1px solid rgba(0, 41, 75, 0.05);
  }

  .woocommerce-cart-form .shop_table.shop_table_responsive tr td:first-child {
    border-bottom: none;
  }

  .woocommerce-cart-form .shop_table.shop_table_responsive tr td:last-child {
    border-bottom: none;
  }

  .woocommerce-cart-form .shop_table.shop_table_responsive tr td.order-actions {
    text-align: left !important;
  }

  .woocommerce-cart-form .shop_table.shop_table_responsive tr td::before {
    content: attr(data-title) ": ";
    font-weight: 600;
    float: left;
    position: relative;
  }
}

@media only screen and (max-width: 767px) and (max-width: 375px) {
  .woocommerce-cart-form .shop_table.shop_table_responsive tr td::before {
    font-size: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .woocommerce-cart-form .shop_table.shop_table_responsive tr td.product-remove::before,
  .woocommerce-cart-form .shop_table.shop_table_responsive tr td.actions::before {
    display: none;
  }
}

.cart_totals {
  display: block;
  width: 50%;
  margin-left: auto;
  background-color: #fff;
}

@media only screen and (max-width: 1024px) {
  .cart_totals {
    width: 60%;
  }
}

@media only screen and (max-width: 960px) {
  .cart_totals {
    width: 75%;
  }
}

@media only screen and (max-width: 767px) {
  .cart_totals {
    width: 100%;
  }
}

.cart_totals > h2 {
  display: none;
}

.cart_totals .woocommerce-remove-coupon {
  display: inline-block;
  width: 13px;
  height: 13px;
  color: transparent;
  font-size: 0;
  text-decoration: none;
  font-weight: 700;
  position: relative;
  margin-left: 10px;
}

.cart_totals .woocommerce-remove-coupon:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 13px;
  background-size: 13px 13px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/close-circle-red.svg);
  transition: all 0.3s ease-in-out;
}

.cart_totals .woocommerce-remove-coupon:hover:before,
.cart_totals .woocommerce-remove-coupon:focus:before {
  opacity: 0.5;
}

.cart_totals .shop_table {
  width: 100%;
}

.cart_totals .shop_table tbody tr {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 30px;
  border-bottom: 1px solid rgba(0, 41, 75, 0.05);
  color: #002a4d;
  font-size: 16px;
}

@media only screen and (max-width: 1024px) {
  .cart_totals .shop_table tbody tr {
    padding: 15px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .cart_totals .shop_table tbody tr {
    padding: 15px;
  }
}

.cart_totals .shop_table tbody tr.order-total th,
.cart_totals .shop_table tbody tr.order-total td {
  font-weight: 700;
}

.cart_totals .shop_table tbody tr.order-total th bdi,
.cart_totals .shop_table tbody tr.order-total th span,
.cart_totals .shop_table tbody tr.order-total td bdi,
.cart_totals .shop_table tbody tr.order-total td span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.cart_totals .shop_table tbody tr.cart-discount td {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.cart_totals .wc-proceed-to-checkout {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 15px 30px;
  text-align: right;
}

@media only screen and (max-width: 1024px) {
  .cart_totals .wc-proceed-to-checkout {
    padding: 15px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .cart_totals .wc-proceed-to-checkout {
    display: block;
    padding: 15px;
    position: relative;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .cart_totals .wc-proceed-to-checkout .btn,
  .cart_totals .wc-proceed-to-checkout .wp-block-button .wp-block-button__link,
  .wp-block-button .cart_totals .wc-proceed-to-checkout .wp-block-button__link,
  .cart_totals .wc-proceed-to-checkout .mpForm .mpFormTable .mpQuestionTable .submitButton,
  .mpForm .mpFormTable .mpQuestionTable .cart_totals .wc-proceed-to-checkout .submitButton,
  .cart_totals .wc-proceed-to-checkout .woocommerce-checkout-payment .place-order .button,
  .woocommerce-checkout-payment .place-order .cart_totals .wc-proceed-to-checkout .button,
  .cart_totals .wc-proceed-to-checkout .single_add_to_cart_button {
    display: block;
  }
}

.cart_totals .wc-proceed-to-checkout .order-btn-divider {
  display: inline-block;
  color: #002a4d;
  font-size: 16px;
  font-weight: 700;
  padding: 0 10px;
}

@media only screen and (max-width: 767px) {
  .cart_totals .wc-proceed-to-checkout .order-btn-divider {
    padding: 10px 0;
  }
}

@media only screen and (max-width: 767px) {
  .cart_totals .wc-proceed-to-checkout .info-tooltip {
    display: none;
    position: absolute;
    top: 15px;
    left: 15px;
  }
}

.cart-empty {
  padding: 25px 0;
}

.cart-collaterals {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.cart-collaterals .cross-sells .cross-title {
  margin-bottom: 50px;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .cart-collaterals .cross-sells .cross-title {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .cart-collaterals .cross-sells .cross-title {
    margin-bottom: 30px;
    font-size: 30px;
  }
}

.woocommerce-Price-amount bdi {
  display: inline-block;
}

.woocommerce-Price-amount bdi:after {
  content: ',-';
}

.cross-list {
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .header-cart-wrap {
    position: relative;
    top: 0;
  }
}

.header-cart-wrap .cart-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.header-cart-wrap .cart-box.active-pop:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  cursor: pointer;
}

.header-cart-wrap .cart-box .header-cart-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  z-index: 5;
}

.header-cart-wrap .cart-box .cart-info {
  margin-right: 25px;
  padding-left: 25px;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .header-cart-wrap .cart-box .cart-info {
    padding-left: 0;
    margin-right: 15px;
  }
}

.header-cart-wrap .cart-box .cart-info:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 25px;
  border-radius: 1px;
  background-color: #e6f6fc;
  opacity: 0.25;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1024px) {
  .header-cart-wrap .cart-box .cart-info:before {
    display: none;
  }
}

.header-cart-wrap .cart-box .cart-info .js-cart-text {
  line-height: 1.4;
}

@media only screen and (max-width: 1024px) {
  .header-cart-wrap .cart-box .cart-info .js-cart-text {
    line-height: 1.25;
  }
}

@media only screen and (max-width: 767px) {
  .header-cart-wrap .cart-box .cart-info .js-cart-text {
    line-height: 1.2;
  }
}

.header-cart-wrap .cart-box .cart-info .js-cart-text.js-cart-sum {
  color: #002a4d;
  font-size: 16px;
  font-weight: 600;
}

@media only screen and (max-width: 1024px) {
  .header-cart-wrap .cart-box .cart-info .js-cart-text.js-cart-sum {
    font-size: 14px;
  }
}

.header-cart-wrap .cart-box .cart-info .js-cart-text.js-cart-sum span {
  display: inline-block;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.header-cart-wrap .cart-box .cart-info .js-cart-text.js-cart-sum span.js-cart-money:after {
  content: ',-';
}

.header-cart-wrap .cart-box .cart-info .js-cart-text.js-cart-num {
  opacity: 0.85;
  color: #fff;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1024px) {
  .header-cart-wrap .cart-box .cart-info .js-cart-text.js-cart-num {
    font-size: 13px;
  }
}

.header-cart-wrap .cart-box .cart-info .js-cart-text.js-cart-num span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.header-cart-wrap .cart-box .cart-icon {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .header-cart-wrap .cart-box .cart-icon {
    width: 36px;
    height: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .header-cart-wrap .cart-box .cart-icon {
    width: 33px;
    height: 33px;
  }
}

.header-cart-wrap .cart-box .cart-icon:before {
  content: '';
  position: absolute;
  top: 13px;
  left: 12px;
  width: 21px;
  height: 19px;
  background-size: 21px 19px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/basket-dark-blue.svg);
}

@media only screen and (max-width: 1024px) {
  .header-cart-wrap .cart-box .cart-icon:before {
    top: 9px;
    left: 10px;
    width: 16px;
    height: 18px;
    background-size: 16px 18px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/basket-dark-blue.svg);
  }
}

@media only screen and (max-width: 767px) {
  .header-cart-wrap .cart-box .cart-icon:before {
    top: 7px;
    left: 7px;
    width: 19px;
    height: 17px;
    background-size: 19px 17px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/basket-dark-blue.svg);
  }
}

.header-cart-wrap .cart-box .cart-pop-wrap {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform: translateY(27px);
  transform: translateY(27px);
  background-color: #002a4d;
}

@media only screen and (max-width: 1280px) {
  .header-cart-wrap .cart-box .cart-pop-wrap {
    -webkit-transform: translateY(17px);
    transform: translateY(17px);
  }
}

@media only screen and (max-width: 1024px) {
  .header-cart-wrap .cart-box .cart-pop-wrap {
    -webkit-transform: translateY(22px);
    transform: translateY(22px);
  }
}

@media only screen and (max-width: 767px) {
  .header-cart-wrap .cart-box .cart-pop-wrap {
    -webkit-transform: translateY(14px);
    transform: translateY(14px);
  }
}

.header-cart-wrap .cart-box .cart-pop-wrap .cart-pop-box {
  min-width: 300px;
  padding: 15px 25px;
}

.header-cart-wrap .cart-box .cart-pop-wrap .cart-pop-box:before {
  display: none;
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 800px;
  height: 100%;
  background-color: #002a4d;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .header-cart-wrap .cart-box .cart-pop-wrap .cart-pop-box:before {
    display: block;
  }
}

.header-cart-wrap .cart-box .cart-pop-wrap .cart-pop-box > div {
  position: relative;
  z-index: 2;
}

.header-cart-wrap .cart-box .cart-pop-wrap .cart-pop-box .cp-products .cp-product {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid rgba(230, 246, 252, 0.15);
}

.header-cart-wrap .cart-box .cart-pop-wrap .cart-pop-box .cp-products .cp-product:first-child {
  padding-top: 0;
}

.header-cart-wrap .cart-box .cart-pop-wrap .cart-pop-box .cp-products .cp-product .cp-remove-link {
  display: inline-block;
  position: relative;
  width: 8px;
  height: 8px;
  margin-right: 15px;
  font-size: 0;
  color: transparent;
}

.header-cart-wrap .cart-box .cart-pop-wrap .cart-pop-box .cp-products .cp-product .cp-remove-link:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  width: 8px;
  height: 8px;
  background-size: 8px 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/close-white.svg);
  transition: all 0.3s ease-in-out;
}

.header-cart-wrap .cart-box .cart-pop-wrap .cart-pop-box .cp-products .cp-product .cp-remove-link:hover:before,
.header-cart-wrap .cart-box .cart-pop-wrap .cart-pop-box .cp-products .cp-product .cp-remove-link:focus:before {
  opacity: 0.5;
}

.header-cart-wrap .cart-box .cart-pop-wrap .cart-pop-box .cp-products .cp-product .cp-product-title {
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
}

.header-cart-wrap .cart-box .cart-pop-wrap .cart-pop-box .cp-products .cp-product .cp-qty {
  display: inline-block;
  margin-left: 5px;
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
}

.header-cart-wrap .cart-box .cart-pop-wrap .cart-pop-box .cp-total-line {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid rgba(230, 246, 252, 0.15);
}

.header-cart-wrap .cart-box .cart-pop-wrap .cart-pop-box .cp-total-line .total-text {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  margin-right: 20px;
}

.header-cart-wrap .cart-box .cart-pop-wrap .cart-pop-box .cp-total-line .cart-pop-total {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.header-cart-wrap .cart-box .cart-pop-wrap .cart-pop-box .cp-total-line .cart-pop-total span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.header-cart-wrap .cart-box .cart-pop-wrap .cart-pop-box .cp-total-line .cart-pop-total span.cp-total-money:after {
  content: ',-';
}

.header-cart-wrap .cart-box .cart-pop-wrap .cart-pop-box .cp-cart-link-wrap {
  text-align: center;
  padding-top: 20px;
  margin-bottom: 5px;
}

.header-cart-wrap .cart-box .cart-pop-wrap .cart-pop-box .cp-cart-link-wrap .cp-cart-link {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  padding-right: 25px;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.header-cart-wrap .cart-box .cart-pop-wrap .cart-pop-box .cp-cart-link-wrap .cp-cart-link:before,
.header-cart-wrap .cart-box .cart-pop-wrap .cart-pop-box .cp-cart-link-wrap .cp-cart-link:after {
  content: '';
  position: absolute;
  top: 2px;
  right: 0;
  transition: all 0.3s ease-in-out;
}

.header-cart-wrap .cart-box .cart-pop-wrap .cart-pop-box .cp-cart-link-wrap .cp-cart-link:before {
  opacity: 1;
  width: 16px;
  height: 15px;
  background-size: 16px 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/basket-white.svg);
  transition: all 0.3s ease-in-out;
}

.header-cart-wrap .cart-box .cart-pop-wrap .cart-pop-box .cp-cart-link-wrap .cp-cart-link:after {
  opacity: 0;
  width: 16px;
  height: 15px;
  background-size: 16px 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/basket-yellow.svg);
  transition: all 0.3s ease-in-out;
}

.header-cart-wrap .cart-box .cart-pop-wrap .cart-pop-box .cp-cart-link-wrap .cp-cart-link span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.header-cart-wrap .cart-box .cart-pop-wrap .cart-pop-box .cp-cart-link-wrap .cp-cart-link:hover,
.header-cart-wrap .cart-box .cart-pop-wrap .cart-pop-box .cp-cart-link-wrap .cp-cart-link:focus {
  color: #f3e400;
}

.info-tooltip {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: relative;
  background-color: #fff;
  margin-right: auto;
}

.info-tooltip:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/info-dark-blue.svg);
  z-index: 1;
}

.info-tooltip .tooltip-text {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -17px);
  transform: translate(-50%, -17px);
  width: 300px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 5;
  border-radius: 7px;
  box-shadow: 2px 2px 8px rgba(0, 41, 75, 0.1);
  border: 2px solid #23afe6;
  background-color: #fff;
  padding: 10px 15px;
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.info-tooltip .tooltip-text:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-top: 10px solid #23afe6;
  z-index: 6;
}

.info-tooltip .tooltip-text h1,
.info-tooltip .tooltip-text h2,
.info-tooltip .tooltip-text h3,
.info-tooltip .tooltip-text h4,
.info-tooltip .tooltip-text h5,
.info-tooltip .tooltip-text h6 {
  font-size: 16px;
  margin-bottom: 7px;
}

.info-tooltip .tooltip-text p,
.info-tooltip .tooltip-text li {
  font-size: 13px;
}

.info-tooltip:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, -27px);
  transform: translate(-50%, -27px);
}

.related-products .section-titles {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.related-products .section-titles .rel-title {
  margin-bottom: 15px;
}

.related-products .section-titles .back-btn {
  margin-bottom: 15px;
}

.woocommerce-checkout {
  position: relative;
  z-index: 2;
}

.woocommerce-checkout .woocommerce-error {
  border: 2px solid #d22f38;
  background-color: #fff;
  margin: 0 0 30px 0;
  padding: 25px 30px;
  color: #002a4d;
  font-size: 16px;
  font-weight: 400;
  list-style: none;
}

.woocommerce-checkout .woocommerce-error > li {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
}

.woocommerce-checkout .woocommerce-error > li:last-child {
  margin-bottom: 0;
}

.woocommerce-checkout .woocommerce-error > li:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  height: 15px;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/close-circle-red.svg);
}

.checkout-title {
  font-size: 35px;
  margin-bottom: 30px;
  line-height: 1.25;
}

.checkout-title.checkout-table-title {
  margin-bottom: 61px;
}

@media only screen and (max-width: 960px) {
  .checkout-title.checkout-table-title {
    margin-bottom: 20px;
  }
}

.checkout-wrapper .woocommerce-checkout-review-order .shop_table {
  width: 100%;
  background-color: #fff;
}

.checkout-wrapper .woocommerce-checkout-review-order .shop_table thead {
  background-color: #23afe6;
}

.checkout-wrapper .woocommerce-checkout-review-order .shop_table thead th {
  width: 20%;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 20px;
}

.checkout-wrapper .woocommerce-checkout-review-order .shop_table thead th.product-name {
  width: auto;
}

.checkout-wrapper .woocommerce-checkout-review-order .shop_table thead th.product-quantity {
  text-align: right;
}

.checkout-wrapper .woocommerce-checkout-review-order .shop_table thead th.product-total {
  text-align: right;
}

.checkout-wrapper .woocommerce-checkout-review-order .shop_table tbody .cart_item {
  border-bottom: 1px solid rgba(0, 41, 75, 0.05);
}

.checkout-wrapper .woocommerce-checkout-review-order .shop_table tbody .cart_item td {
  width: 20%;
  padding: 15px 20px;
  color: #002a4d;
  font-weight: 400;
  font-size: 16px;
}

.checkout-wrapper .woocommerce-checkout-review-order .shop_table tbody .cart_item td .product-quantity {
  display: block;
  text-align: center;
}

.checkout-wrapper .woocommerce-checkout-review-order .shop_table tbody .cart_item td.product-name {
  width: auto;
}

.checkout-wrapper .woocommerce-checkout-review-order .shop_table tbody .cart_item td .product-quantity {
  text-align: right;
}

.checkout-wrapper .woocommerce-checkout-review-order .shop_table tbody .cart_item td.product-total {
  text-align: right;
}

.checkout-wrapper .woocommerce-checkout-review-order .shop_table tfoot tr {
  color: #002a4d;
  font-weight: 700;
  font-size: 16px;
  border-bottom: 1px solid rgba(0, 41, 75, 0.05);
}

.checkout-wrapper .woocommerce-checkout-review-order .shop_table tfoot tr:last-child {
  border-bottom: none;
}

.checkout-wrapper .woocommerce-checkout-review-order .shop_table tfoot tr th {
  font-weight: 700;
  padding: 15px 20px;
}

.checkout-wrapper .woocommerce-checkout-review-order .shop_table tfoot tr td {
  font-weight: 700;
  padding: 15px 20px;
}

.checkout-wrapper .woocommerce-checkout-review-order .shop_table tfoot tr td span,
.checkout-wrapper .woocommerce-checkout-review-order .shop_table tfoot tr td bdi {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.checkout-wrapper .woocommerce-checkout-review-order .shop_table tfoot tr td:last-child {
  text-align: right;
}

.checkout-wrapper .woocommerce-checkout-review-order .shop_table tfoot tr.cart-discount td:last-child {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.checkout-wrapper .woocommerce-checkout-review-order .shop_table tfoot tr.cart-discount .woocommerce-remove-coupon {
  display: inline-block;
  width: 13px;
  height: 13px;
  color: transparent;
  font-size: 0;
  text-decoration: none;
  font-weight: 700;
  position: relative;
  margin-left: 10px;
}

.checkout-wrapper .woocommerce-checkout-review-order .shop_table tfoot tr.cart-discount .woocommerce-remove-coupon:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 13px;
  background-size: 13px 13px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/close-circle-red.svg);
  transition: all 0.3s ease-in-out;
}

.checkout-wrapper .woocommerce-checkout-review-order .shop_table tfoot tr.cart-discount .woocommerce-remove-coupon:hover:before,
.checkout-wrapper .woocommerce-checkout-review-order .shop_table tfoot tr.cart-discount .woocommerce-remove-coupon:focus:before {
  opacity: 0.5;
}

@media only screen and (max-width: 960px) {
  .billing-fields-box {
    margin-bottom: 30px;
  }
}

.woocommerce-billing-fields__field-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

@media only screen and (max-width: 767px) {
  .woocommerce-billing-fields__field-wrapper {
    margin: 0 -15px;
  }
}

.woocommerce-billing-fields__field-wrapper > .tooltip-text {
  display: none;
}

.woocommerce-billing-fields__field-wrapper .form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0 15px;
  margin-bottom: 20px;
}

.woocommerce-billing-fields__field-wrapper .form-row .field-label-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.woocommerce-billing-fields__field-wrapper .form-row .info-tooltip {
  margin-bottom: 10px;
  margin-left: 15px;
}

.woocommerce-billing-fields__field-wrapper .form-row label {
  display: inline-block;
  color: #002a4d;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.woocommerce-billing-fields__field-wrapper .form-row label .required {
  color: #d22f38;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.woocommerce-billing-fields__field-wrapper .form-row label .optional {
  display: none;
}

.woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper {
  display: block;
}

.woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  border: 2px solid #fff;
  background-color: #fff;
  outline: none !important;
  padding: 10px;
  color: #7f94a6;
  font-size: 16px;
}

.woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper input[type=radio] {
  display: none;
}

.woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper input[type=radio] + label {
  position: relative;
  padding-left: 40px;
  height: 30px;
  margin-bottom: 0;
  margin-right: 20px;
  padding-top: 4px;
}

.woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper input[type=radio] + label:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  background-color: #fff;
}

.woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper input[type=radio] + label:after {
  content: '';
  position: absolute;
  display: block;
  top: 7px;
  left: 7px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  text-align: center;
  background-color: transparent;
}

.woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper input[type=radio]:checked + label:after {
  background-color: #23afe6;
}

.woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper .select2 .selection .select2-selection {
  border-radius: 0;
  border: 2px solid #fff;
  height: 45px;
}

.woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper .select2 .selection .select2-selection .select2-selection__rendered {
  height: inherit;
  line-height: 41px;
  padding-left: 12px;
}

.woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper .select2 .selection .select2-selection .select2-selection__arrow {
  height: inherit;
  right: 10px;
}

.woocommerce-billing-fields__field-wrapper .form-row.half-field {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

@media only screen and (max-width: 767px) {
  .woocommerce-billing-fields__field-wrapper .form-row.half-field {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.woocommerce-billing-fields__field-wrapper .form-row.address-field .screen-reader-text {
  border: none;
  width: auto;
  height: auto;
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  margin: 0 0 0.5rem 0;
  padding: 0;
  overflow: visible;
  position: static !important;
  word-wrap: normal !important;
}

.woocommerce-billing-fields__field-wrapper #invoice_field {
  display: none;
}

.woocommerce-billing-fields__field-wrapper .invoice-checkbox > {
  margin-bottom: 15px;
}

.woocommerce-billing-fields .request-info {
  padding-top: 20px;
  padding-left: 40px;
  margin-top: 20px;
  border-top: 1px solid rgba(0, 41, 75, 0.05);
  position: relative;
}

@media only screen and (max-width: 767px) {
  .woocommerce-billing-fields .request-info {
    padding-top: 55px;
    padding-left: 0;
  }
}

.woocommerce-billing-fields .request-info:before {
  content: '';
  position: absolute;
  top: 23px;
  left: 0;
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/info-dark-blue.svg);
}

.woocommerce-billing-fields .checkout-status {
  display: none !important;
}

.select2-dropdown {
  -webkit-transform: translateY(-27px);
  transform: translateY(-27px);
  border: none !important;
}

.select2-results__options {
  padding: 0 !important;
  margin: 0 !important;
}

.select2-results__options > li {
  padding: 10px !important;
}

.select2-results__options > li:before {
  display: none;
}

.select2-results__options > li.select2-results__option--highlighted {
  color: #fff !important;
  background-color: #002a4d !important;
}

.woocommerce-checkout-payment {
  margin-top: 30px;
}

.woocommerce-checkout-payment .wc_payment_methods {
  display: none;
}

.woocommerce-checkout-payment .place-order {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
  padding: 15px 0 0 0;
  border-top: 1px solid rgba(0, 41, 75, 0.05);
  border-bottom: 1px solid rgba(0, 41, 75, 0.05);
}

.woocommerce-checkout-payment .place-order .button {
  margin-bottom: 15px;
}

.woocommerce-checkout-payment .place-order .woocommerce-input-wrapper .checkbox {
  color: #002a4d;
  display: inline-block;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
  position: relative;
  padding-left: 55px;
  padding-top: 0;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.woocommerce-checkout-payment .place-order .woocommerce-input-wrapper .checkbox:before {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  left: 5px;
  top: -7px;
  background-color: #fff;
}

@media only screen and (max-width: 960px) {
  .woocommerce-checkout-payment .place-order .woocommerce-input-wrapper .checkbox:before {
    top: 0;
  }
}

.woocommerce-checkout-payment .place-order .woocommerce-input-wrapper .checkbox .required {
  display: none;
}

.woocommerce-checkout-payment .place-order .woocommerce-input-wrapper .checkbox input[type=checkbox] {
  display: none;
}

.woocommerce-checkout-payment .place-order .privacy {
  margin-bottom: 15px;
}

.woocommerce-checkout-payment .place-order .privacy.woocommerce-validated .woocommerce-input-wrapper .checkbox:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 12px;
  width: 16px;
  height: 12px;
  background-size: 16px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/check.svg);
}

@media only screen and (max-width: 960px) {
  .woocommerce-checkout-payment .place-order .privacy.woocommerce-validated .woocommerce-input-wrapper .checkbox:after {
    top: 8px;
  }
}

.woocommerce-checkout-payment .place-order .privacy .optional {
  display: none;
}

.woocommerce-terms-and-conditions-wrapper {
  display: none;
}

.thank-you-titles {
  margin-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
  .thank-you-titles {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .thank-you-titles {
    margin-bottom: 30px;
  }
}

.woocommerce-order .woocommerce-order-overview {
  width: 100%;
  background-color: #fff;
  margin-bottom: 50px;
}

.woocommerce-order .woocommerce-order-overview thead {
  background-color: #23afe6;
}

.woocommerce-order .woocommerce-order-overview thead th {
  width: 200px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 30px;
}

@media only screen and (max-width: 1024px) {
  .woocommerce-order .woocommerce-order-overview thead th {
    padding: 15px 20px;
  }
}

.woocommerce-order .woocommerce-order-overview thead th.order-number {
  width: auto;
}

@media only screen and (max-width: 767px) {
  .woocommerce-order .woocommerce-order-overview thead th.order-number {
    display: block;
    width: 100%;
  }
}

.woocommerce-order .woocommerce-order-overview thead th.order-date {
  text-align: right;
}

.woocommerce-order .woocommerce-order-overview thead th.order-total {
  text-align: right;
}

.woocommerce-order .woocommerce-order-overview tbody tr {
  border-bottom: 1px solid rgba(0, 41, 75, 0.05);
}

.woocommerce-order .woocommerce-order-overview tbody tr td {
  width: 200px;
  padding: 25px 30px;
  color: #002a4d;
  font-weight: 400;
  font-size: 16px;
}

@media only screen and (max-width: 1024px) {
  .woocommerce-order .woocommerce-order-overview tbody tr td {
    padding: 15px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .woocommerce-order .woocommerce-order-overview tbody tr td {
    width: auto;
  }
}

.woocommerce-order .woocommerce-order-overview tbody tr td.order {
  width: auto;
}

.woocommerce-order .woocommerce-order-overview tbody tr td.date {
  text-align: right;
}

.woocommerce-order .woocommerce-order-overview tbody tr td.total {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .woocommerce-order .woocommerce-order-overview.shop_table_responsive thead {
    display: none;
  }

  .woocommerce-order .woocommerce-order-overview.shop_table_responsive tbody th {
    display: none;
  }

  .woocommerce-order .woocommerce-order-overview.shop_table_responsive tr {
    display: block;
  }

  .woocommerce-order .woocommerce-order-overview.shop_table_responsive tr td {
    display: block;
    text-align: right !important;
    border-bottom: 1px solid rgba(0, 41, 75, 0.05);
  }

  .woocommerce-order .woocommerce-order-overview.shop_table_responsive tr td:last-child {
    border-bottom: none;
  }

  .woocommerce-order .woocommerce-order-overview.shop_table_responsive tr td.order-actions {
    text-align: left !important;
  }

  .woocommerce-order .woocommerce-order-overview.shop_table_responsive tr td::before {
    content: attr(data-title) ": ";
    font-weight: 600;
    float: left;
    position: relative;
  }
}

@media only screen and (max-width: 767px) and (max-width: 375px) {
  .woocommerce-order .woocommerce-order-overview.shop_table_responsive tr td::before {
    font-size: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .woocommerce-order .woocommerce-order-overview.shop_table_responsive tr td.product-remove::before,
  .woocommerce-order .woocommerce-order-overview.shop_table_responsive tr td.actions::before {
    display: none;
  }
}

.woocommerce-order-details__title {
  margin-bottom: 20px;
}

.woocommerce-order-details .order-again {
  display: none;
  margin-bottom: 0;
  margin-top: 30px;
  text-align: right;
}

.woocommerce-order-details .thn-buttons {
  margin-bottom: 0;
  margin-top: 30px;
  text-align: right;
}

.woocommerce-order-details .woocommerce-table {
  width: 100%;
  background-color: #fff;
}

.woocommerce-order-details .woocommerce-table thead {
  background-color: #23afe6;
}

.woocommerce-order-details .woocommerce-table thead th {
  width: 200px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 30px;
}

@media only screen and (max-width: 767px) {
  .woocommerce-order-details .woocommerce-table thead th {
    width: auto;
    padding: 15px 20px;
  }
}

.woocommerce-order-details .woocommerce-table thead th.product-name {
  width: auto;
}

.woocommerce-order-details .woocommerce-table thead th.product-quantity {
  text-align: right;
}

.woocommerce-order-details .woocommerce-table thead th.product-total {
  text-align: right;
}

.woocommerce-order-details .woocommerce-table tbody tr {
  border-bottom: 1px solid rgba(0, 41, 75, 0.05);
}

.woocommerce-order-details .woocommerce-table tbody tr td {
  width: 200px;
  padding: 15px 30px;
  color: #002a4d;
  font-weight: 400;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .woocommerce-order-details .woocommerce-table tbody tr td {
    width: auto;
    padding: 15px 20px;
  }
}

.woocommerce-order-details .woocommerce-table tbody tr td .product-quantity {
  display: block;
  text-align: right;
}

.woocommerce-order-details .woocommerce-table tbody tr td.product-total {
  text-align: right;
}

.woocommerce-order-details .woocommerce-table tbody tr td.product-name {
  width: auto;
}

.woocommerce-order-details .woocommerce-table tbody tr td.product-name a {
  color: #002a4d;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .woocommerce-order-details .woocommerce-table tbody tr td.product-name a {
    font-weight: 600;
    color: #23afe6;
  }
}

@media only screen and (max-width: 375px) {
  .woocommerce-order-details .woocommerce-table tbody tr td.product-name a {
    font-size: 15px;
  }
}

.woocommerce-order-details .woocommerce-table tbody tr td.product-name a:hover {
  color: #23afe6;
}

.woocommerce-order-details .woocommerce-table tfoot tr {
  color: #002a4d;
  font-weight: 700;
  font-size: 16px;
  border-bottom: 1px solid rgba(0, 41, 75, 0.05);
}

.woocommerce-order-details .woocommerce-table tfoot tr:last-child {
  border-bottom: none;
}

.woocommerce-order-details .woocommerce-table tfoot tr th {
  font-weight: 700;
  padding: 15px 30px;
}

@media only screen and (max-width: 767px) {
  .woocommerce-order-details .woocommerce-table tfoot tr th {
    width: auto;
    padding: 15px 20px;
  }
}

.woocommerce-order-details .woocommerce-table tfoot tr td {
  font-weight: 700;
  padding: 15px 30px;
}

@media only screen and (max-width: 767px) {
  .woocommerce-order-details .woocommerce-table tfoot tr td {
    width: auto;
    padding: 15px 20px;
  }
}

.woocommerce-order-details .woocommerce-table tfoot tr td span,
.woocommerce-order-details .woocommerce-table tfoot tr td bdi {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.woocommerce-order-details .woocommerce-table tfoot tr td .amount:after {
  content: ',-';
}

.woocommerce-order-details .woocommerce-table tfoot tr td:last-child {
  text-align: right;
}

.woocommerce-order-details .woocommerce-table tfoot tr.cart-discount td:last-child {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.woocommerce-order-details .woocommerce-table tfoot tr.cart-discount .woocommerce-remove-coupon {
  display: inline-block;
  width: 13px;
  height: 13px;
  color: transparent;
  font-size: 0;
  text-decoration: none;
  font-weight: 700;
  position: relative;
  margin-left: 10px;
}

.woocommerce-order-details .woocommerce-table tfoot tr.cart-discount .woocommerce-remove-coupon:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 13px;
  background-size: 13px 13px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/close-circle-red.svg);
  transition: all 0.3s ease-in-out;
}

.woocommerce-order-details .woocommerce-table tfoot tr.cart-discount .woocommerce-remove-coupon:hover:before,
.woocommerce-order-details .woocommerce-table tfoot tr.cart-discount .woocommerce-remove-coupon:focus:before {
  opacity: 0.5;
}

.request-details-table .shop_table {
  width: 100%;
  background-color: #fff;
}

.request-details-table .shop_table thead {
  background-color: #23afe6;
}

.request-details-table .shop_table thead th {
  width: 20%;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 20px;
}

.request-details-table .shop_table thead th.product-name {
  width: auto;
}

.request-details-table .shop_table thead th.product-quantity {
  text-align: right;
}

.request-details-table .shop_table thead th.product-total {
  text-align: right;
}

.request-details-table .shop_table tbody tr {
  border-bottom: 1px solid rgba(0, 41, 75, 0.05);
}

.request-details-table .shop_table tbody tr td {
  width: 20%;
  padding: 15px 20px;
  color: #002a4d;
  font-weight: 400;
  font-size: 16px;
}

.request-details-table .shop_table tbody tr td .product-quantity {
  display: block;
  text-align: right;
}

.request-details-table .shop_table tbody tr td.product-name {
  width: auto;
}

.request-details-table .shop_table tbody tr td.product-subtotal {
  text-align: right;
}

.request-details-table .shop_table tfoot tr {
  color: #002a4d;
  font-weight: 700;
  font-size: 16px;
  border-bottom: 1px solid rgba(0, 41, 75, 0.05);
}

.request-details-table .shop_table tfoot tr:last-child {
  border-bottom: none;
}

.request-details-table .shop_table tfoot tr th {
  font-weight: 700;
  padding: 15px 20px;
}

.request-details-table .shop_table tfoot tr td {
  font-weight: 700;
  padding: 15px 20px;
}

.request-details-table .shop_table tfoot tr td span,
.request-details-table .shop_table tfoot tr td bdi {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.request-details-table .shop_table tfoot tr td:last-child {
  text-align: right;
}

.request-details-table .shop_table tfoot tr.cart-discount td:last-child {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.payment-page-bottom {
  margin-top: 30px;
  padding: 15px 0;
  border-top: 1px solid rgba(0, 41, 75, 0.05);
  border-bottom: 1px solid rgba(0, 41, 75, 0.05);
}

.woo-single-product .sku_wrapper {
  display: none;
}

.woo-single-product .product-info-wrap .product-info .product-bottom-box .variations_form.cart {
  display: block;
}

.variations tr {
  line-height: 80px;
}

.variations label {
  font-weight: 600;
  margin-right: 20px;
  line-height: 38px;
}

.variations select {
  border: none !important;
  outline: none !important;
  border-radius: 30px;
  width: 280px;
  height: 45px;
  line-height: 45px;
  background-color: #e6f6fc;
  padding: 10px 16px;
  color: #002a4d;
  font-size: 14px;
  font-weight: 700;
}

.variations .woocommerce-variation-add-to-cart.variations_button {
  display: -ms-flexbox;
  display: flex;
}

.single_variation_wrap .woocommerce-variation-add-to-cart {
  margin-top: 20px;
}

.single_variation_wrap .quantity {
  display: inline-block;
}

.single_variation_wrap .woocommerce-variation-price bdi {
  display: inline-block;
  color: #002a4d;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
}

tr.cart-subtotal {
  display: none !important;
}

.line-cta-section {
  padding: 30px 0;
  background-color: #001d34;
}

@media only screen and (max-width: 767px) {
  .line-cta-section {
    padding: 40px 0;
  }
}

.line-cta-section .line-cta-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .line-cta-section .line-cta-box {
    display: block;
  }
}

.line-cta-section .line-cta-box .line-cta-logo-wrap {
  margin: 7px 30px 7px 0;
}

@media only screen and (max-width: 767px) {
  .line-cta-section .line-cta-box .line-cta-logo-wrap {
    margin: 0 0 20px 0;
  }
}

.line-cta-section .line-cta-box .line-cta-logo-wrap img {
  display: block;
  width: 60px;
  min-width: 60px;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .line-cta-section .line-cta-box .line-cta-logo-wrap img {
    margin: 0 auto;
  }
}

.line-cta-section .line-cta-box .line-cta-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.line-cta-section .line-cta-box .line-cta-info .line-cta-title {
  font-size: 30px;
  margin: 5px 0 10px 0;
}

@media only screen and (max-width: 767px) {
  .line-cta-section .line-cta-box .line-cta-info .line-cta-title {
    text-align: center;
  }
}

@media only screen and (max-width: 374px) {
  .line-cta-section .line-cta-box .line-cta-info .line-cta-title {
    font-size: 26px;
  }
}

.line-cta-section .line-cta-box .line-cta-info .btn,
.line-cta-section .line-cta-box .line-cta-info .wp-block-button .wp-block-button__link,
.wp-block-button .line-cta-section .line-cta-box .line-cta-info .wp-block-button__link,
.line-cta-section .line-cta-box .line-cta-info .mpForm .mpFormTable .mpQuestionTable .submitButton,
.mpForm .mpFormTable .mpQuestionTable .line-cta-section .line-cta-box .line-cta-info .submitButton,
.line-cta-section .line-cta-box .line-cta-info .woocommerce-checkout-payment .place-order .button,
.woocommerce-checkout-payment .place-order .line-cta-section .line-cta-box .line-cta-info .button,
.line-cta-section .line-cta-box .line-cta-info .single_add_to_cart_button {
  margin: 7px 0;
}

@media only screen and (max-width: 767px) {
  .line-cta-section .line-cta-box .line-cta-info .btn,
  .line-cta-section .line-cta-box .line-cta-info .wp-block-button .wp-block-button__link,
  .wp-block-button .line-cta-section .line-cta-box .line-cta-info .wp-block-button__link,
  .line-cta-section .line-cta-box .line-cta-info .mpForm .mpFormTable .mpQuestionTable .submitButton,
  .mpForm .mpFormTable .mpQuestionTable .line-cta-section .line-cta-box .line-cta-info .submitButton,
  .line-cta-section .line-cta-box .line-cta-info .woocommerce-checkout-payment .place-order .button,
  .woocommerce-checkout-payment .place-order .line-cta-section .line-cta-box .line-cta-info .button,
  .line-cta-section .line-cta-box .line-cta-info .single_add_to_cart_button {
    display: block;
    width: 100%;
    margin: 20px 0 0 0;
  }
}

.line-cta-section.default-colors .line-cta-box .line-cta-info {
  /*.btn {
          @extend .yellow-btn;
          &:hover,&:focus {
            background-color: #01294c;
          }
        }*/
}

.line-cta-section.default-colors .line-cta-box .line-cta-info .line-cta-title {
  color: #fff;
}

.feature-blocks-section .feature-blocks-wrap .fb-sec-title {
  text-align: center;
}

.feature-blocks-section .feature-blocks-wrap .feature-blocks {
  -ms-flex-pack: center;
  justify-content: center;
}

.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

@media only screen and (max-width: 960px) {
  .feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: none;
  }
}

.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 20px;
  background-color: #e6f6fc;
  position: relative;
}

@media only screen and (max-width: 374px) {
  .feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block {
    padding: 15px;
  }
}

.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .block-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  z-index: 5;
}

.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-img-wrap {
  overflow: hidden;
  margin-bottom: 20px;
}

.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-img-wrap.no-img {
  background-color: #fff;
  position: relative;
}

.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-img-wrap.no-img:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background-size: 100px 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/logo-circle.svg);
}

.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .fb-title {
  font-size: 18px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 960px) {
  .feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .fb-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 374px) {
  .feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .fb-title {
    font-size: 18px;
    margin-bottom: 5px;
  }
}

.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .fb-desc {
  font-size: 16px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 1024px) {
  .feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .fb-desc {
    font-size: 13px;
  }
}

@media only screen and (max-width: 960px) {
  .feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .fb-desc {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .fb-desc {
    font-size: 16px;
  }
}

.feature-blocks-section .feature-blocks-wrap.ct-blocks-wrap .feature-blocks .feature-block-item .feature-block {
  background-color: #fff;
  padding: 0;
}

.feature-blocks-section .feature-blocks-wrap.ct-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .fb-title {
  font-size: 18px;
}

@media only screen and (max-width: 1024px) {
  .feature-blocks-section .feature-blocks-wrap.ct-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .fb-title {
    font-size: 16px;
  }
}

@media only screen and (max-width: 960px) {
  .feature-blocks-section .feature-blocks-wrap.ct-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .fb-title {
    font-size: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .feature-blocks-section .feature-blocks-wrap.ct-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .fb-title {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .feature-blocks-section .feature-blocks-wrap.ct-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap .link-btn {
    font-size: 14px;
    padding-left: 20px;
  }
}

@media only screen and (max-width: 960px) {
  .feature-blocks-section .feature-blocks-wrap.ct-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap .link-btn {
    font-size: 18px;
    padding-left: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .feature-blocks-section .feature-blocks-wrap.ct-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap .link-btn {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1024px) {
  .feature-blocks-section .feature-blocks-wrap.ct-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap .link-btn:before {
    top: 4px;
  }
}

@media only screen and (max-width: 960px) {
  .feature-blocks-section .feature-blocks-wrap.ct-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap .link-btn:before {
    top: 7px;
  }
}

@media only screen and (max-width: 767px) {
  .feature-blocks-section .feature-blocks-wrap.ct-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap .link-btn:before {
    top: 5px;
  }
}

.feature-blocks-section.with-bg {
  background-color: #e6f6fc;
}

.feature-blocks-section.with-bg .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block {
  background-color: #fff;
}

.feature-blocks-section.no-bg {
  padding: 0;
}

.feature-blocks-section.no-bot-margin {
  margin-bottom: 0;
}

.usp-section .usp-sec-title {
  text-align: center;
}

.usp-section .usp-blocks {
  -ms-flex-pack: center;
  justify-content: center;
}

.usp-section .usp-blocks .usp-block-item {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  max-width: 20%;
}

@media only screen and (max-width: 960px) {
  .usp-section .usp-blocks .usp-block-item {
    -ms-flex-preferred-size: 33.333333%;
    flex-basis: 33.333333%;
    max-width: 33.333333%;
  }
}

@media only screen and (max-width: 767px) {
  .usp-section .usp-blocks .usp-block-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 374px) {
  .usp-section .usp-blocks .usp-block-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: none;
  }
}

.usp-section .usp-blocks .usp-block-item .usp-block {
  position: relative;
}

.usp-section .usp-blocks .usp-block-item .usp-block .usp-block-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  z-index: 5;
}

.usp-section .usp-blocks .usp-block-item .usp-block .usp-icon-wrap {
  margin-bottom: 15px;
}

@media only screen and (max-width: 374px) {
  .usp-section .usp-blocks .usp-block-item .usp-block .usp-icon-wrap {
    max-width: 60%;
    margin: 0 auto 15px auto;
  }
}

.usp-section .usp-blocks .usp-block-item .usp-block .usp-icon-wrap img {
  display: block;
  width: auto;
  height: 123px;
  margin: 0 auto;
}

.usp-section .usp-blocks .usp-block-item .usp-block .usp-block-info {
  text-align: center;
}

.usp-section .usp-blocks .usp-block-item .usp-block .usp-block-info .usp-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

@media only screen and (max-width: 1024px) {
  .usp-section .usp-blocks .usp-block-item .usp-block .usp-block-info .usp-title {
    font-size: 16px;
  }
}

@media only screen and (max-width: 960px) {
  .usp-section .usp-blocks .usp-block-item .usp-block .usp-block-info .usp-title {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .usp-section .usp-blocks .usp-block-item .usp-block .usp-block-info .usp-title {
    font-size: 15px;
  }
}

@media only screen and (max-width: 374px) {
  .usp-section .usp-blocks .usp-block-item .usp-block .usp-block-info .usp-title {
    font-size: 18px;
  }
}

.usp-section .usp-blocks .usp-block-item .usp-block .usp-block-info .usp-desc {
  font-size: 16px;
}

@media only screen and (max-width: 960px) {
  .usp-section .usp-blocks .usp-block-item .usp-block .usp-block-info .usp-desc {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .usp-section .usp-blocks .usp-block-item .usp-block .usp-block-info .usp-desc {
    font-size: 13px;
    line-height: 1.25;
  }
}

@media only screen and (max-width: 374px) {
  .usp-section .usp-blocks .usp-block-item .usp-block .usp-block-info .usp-desc {
    font-size: 16px;
  }
}

.usp-section.no-bot-margin {
  margin-bottom: 0;
}

.logos-section {
  margin-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
  .logos-section {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .logos-section {
    margin-bottom: 30px;
  }
}

.logos-section .logos-sec-title {
  text-align: center;
}

.logos-section .logos-list-wrap .logos-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}

.logos-section .logos-list-wrap .logos-list .logo-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  max-width: 20%;
  margin-bottom: 60px;
}

@media only screen and (max-width: 1024px) {
  .logos-section .logos-list-wrap .logos-list .logo-box {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 960px) {
  .logos-section .logos-list-wrap .logos-list .logo-box {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
}

@media only screen and (max-width: 767px) {
  .logos-section .logos-list-wrap .logos-list .logo-box {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    margin-bottom: 30px;
  }
}

.logos-section .logos-list-wrap .logos-list .logo-box .logo-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.logos-section .logos-list-wrap .logos-list .logo-box .logo-wrap .logo-img {
  max-width: 150px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media only screen and (max-width: 960px) {
  .logos-section .logos-list-wrap .logos-list .logo-box .logo-wrap .logo-img {
    max-width: 120px;
  }
}

.logos-section .logos-list-wrap .logos-list.slick-slider {
  display: block;
  padding: 0;
}

@media only screen and (max-width: 1365px) {
  .logos-section .logos-list-wrap .logos-list.slick-slider {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 960px) {
  .logos-section .logos-list-wrap .logos-list.slick-slider {
    width: 90%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .logos-section .logos-list-wrap .logos-list.slick-slider {
    width: 75%;
  }
}

.logos-section .logos-list-wrap .logos-list.slick-slider .slick-list .slick-track {
  display: -ms-flexbox !important;
  display: flex !important;
}

.logos-section .logos-list-wrap .logos-list.slick-slider .logo-box {
  height: inherit !important;
  max-width: none;
  margin-bottom: 0;
}

.logos-section .logos-list-wrap .logos-list.slick-slider .slick-arrow {
  display: block;
  width: 12px;
  height: 20px;
  border: none;
  background: none;
  font-size: 0;
  padding: 0;
  margin: 0;
  color: transparent;
  position: absolute;
  left: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 1365px) {
  .logos-section .logos-list-wrap .logos-list.slick-slider .slick-arrow {
    width: 9px;
    height: 15px;
    left: 0;
  }
}

.logos-section .logos-list-wrap .logos-list.slick-slider .slick-arrow:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 20px;
  background-size: 12px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-dark-blue.svg);
}

@media only screen and (max-width: 1365px) {
  .logos-section .logos-list-wrap .logos-list.slick-slider .slick-arrow:before {
    width: 9px;
    height: 15px;
    background-size: 9px 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/chevron-dark-blue.svg);
  }
}

.logos-section .logos-list-wrap .logos-list.slick-slider .slick-arrow.slick-next {
  left: auto;
  right: -50px;
}

@media only screen and (max-width: 1365px) {
  .logos-section .logos-list-wrap .logos-list.slick-slider .slick-arrow.slick-next {
    right: 0;
  }
}

.logos-section .logos-list-wrap .logos-list.slick-slider .slick-arrow.slick-next:before {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}

.logos-section.sec-type-1 .logos-sec-title {
  margin-bottom: 75px;
}

@media only screen and (max-width: 1024px) {
  .logos-section.sec-type-1 .logos-sec-title {
    margin-bottom: 50px;
  }
}

.logos-section.no-bot-margin {
  margin-bottom: 0;
}

.links-section .links-logos-list-wrap .links-logos-list,
.logos-overview-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.links-section .links-logos-list-wrap .links-logos-list .link-logo-item,
.logos-overview-wrapper .link-logo-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-preferred-size: 14.28571428571429%;
  flex-basis: 14.28571428571429%;
  max-width: 14.28571428571429%;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
  .links-section .links-logos-list-wrap .links-logos-list .link-logo-item,
  .logos-overview-wrapper .link-logo-item {
    -ms-flex-preferred-size: 25% !important;
    flex-basis: 25% !important;
    max-width: 25% !important;
  }
}

@media only screen and (max-width: 960px) {
  .links-section .links-logos-list-wrap .links-logos-list .link-logo-item,
  .logos-overview-wrapper .link-logo-item {
    -ms-flex-preferred-size: 33.33333333% !important;
    flex-basis: 33.33333333% !important;
    max-width: 33.33333333% !important;
  }
}

@media only screen and (max-width: 767px) {
  .links-section .links-logos-list-wrap .links-logos-list .link-logo-item,
  .logos-overview-wrapper .link-logo-item {
    -ms-flex-preferred-size: 50% !important;
    flex-basis: 50% !important;
    max-width: 50% !important;
    margin-bottom: 40px;
  }
}

.links-section .links-logos-list-wrap .links-logos-list .link-logo-item .link-logo-box,
.logos-overview-wrapper .link-logo-item .link-logo-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .links-section .links-logos-list-wrap .links-logos-list .link-logo-item .link-logo-box img,
  .logos-overview-wrapper .link-logo-item .link-logo-box img {
    max-width: 120px;
  }
}

@media only screen and (max-width: 374px) {
  .links-section .links-logos-list-wrap .links-logos-list .link-logo-item .link-logo-box img,
  .logos-overview-wrapper .link-logo-item .link-logo-box img {
    max-width: 100px;
  }
}

.links-section .links-logos-list-wrap .logos-num-7.links-logos-list .link-logo-item,
.logos-num-7.logos-overview-wrapper .link-logo-item,
.links-section .links-logos-list-wrap .logos-num-8.links-logos-list .link-logo-item,
.logos-num-8.logos-overview-wrapper .link-logo-item {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.links-section .links-logos-list-wrap .logos-num-9.links-logos-list .link-logo-item,
.logos-num-9.logos-overview-wrapper .link-logo-item,
.links-section .links-logos-list-wrap .logos-num-10.links-logos-list .link-logo-item,
.logos-num-10.logos-overview-wrapper .link-logo-item {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  max-width: 20%;
}

.links-section .links-logos-list-wrap .logos-num-11.links-logos-list .link-logo-item,
.logos-num-11.logos-overview-wrapper .link-logo-item,
.links-section .links-logos-list-wrap .logos-num-12.links-logos-list .link-logo-item,
.logos-num-12.logos-overview-wrapper .link-logo-item {
  -ms-flex-preferred-size: 16.66667%;
  flex-basis: 16.66667%;
  max-width: 16.66667%;
}

.links-section {
  background-color: #f3e400;
}

.links-section .links-sec-title {
  text-align: center;
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .links-section .links-sec-title {
    margin-bottom: 40px;
  }
}

.links-section .links-logos-list-wrap .links-logos-list.slick-slider {
  display: block;
  margin-bottom: 50px;
  padding: 0;
}

@media only screen and (max-width: 1365px) {
  .links-section .links-logos-list-wrap .links-logos-list.slick-slider {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 960px) {
  .links-section .links-logos-list-wrap .links-logos-list.slick-slider {
    width: 90%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .links-section .links-logos-list-wrap .links-logos-list.slick-slider {
    width: 75%;
  }
}

.links-section .links-logos-list-wrap .links-logos-list.slick-slider .slick-list .slick-track {
  display: -ms-flexbox !important;
  display: flex !important;
}

.links-section .links-logos-list-wrap .links-logos-list.slick-slider .link-logo-item {
  height: inherit !important;
  max-width: none;
  margin-bottom: 0;
}

.links-section .links-logos-list-wrap .links-logos-list.slick-slider .slick-arrow {
  display: block;
  width: 12px;
  height: 20px;
  border: none;
  background: none;
  font-size: 0;
  padding: 0;
  margin: 0;
  color: transparent;
  position: absolute;
  left: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 1365px) {
  .links-section .links-logos-list-wrap .links-logos-list.slick-slider .slick-arrow {
    width: 9px;
    height: 15px;
    left: 0;
  }
}

.links-section .links-logos-list-wrap .links-logos-list.slick-slider .slick-arrow:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 20px;
  background-size: 12px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-dark-blue.svg);
}

@media only screen and (max-width: 1365px) {
  .links-section .links-logos-list-wrap .links-logos-list.slick-slider .slick-arrow:before {
    width: 9px;
    height: 15px;
    background-size: 9px 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/chevron-dark-blue.svg);
  }
}

.links-section .links-logos-list-wrap .links-logos-list.slick-slider .slick-arrow.slick-next {
  left: auto;
  right: -50px;
}

@media only screen and (max-width: 1365px) {
  .links-section .links-logos-list-wrap .links-logos-list.slick-slider .slick-arrow.slick-next {
    right: 0;
  }
}

.links-section .links-logos-list-wrap .links-logos-list.slick-slider .slick-arrow.slick-next:before {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}

.links-section .links-sec-btn {
  padding-top: 0;
}

.links-section.no-top-padding {
  padding-top: 0;
}

.links-section.no-bottom-padding {
  padding-bottom: 0;
}

body.page-template-links .posts-section {
  background-color: #e6f6fc;
}

@media only screen and (max-width: 767px) {
  body.page-template-links .posts-section .posts-list-wrap .posts-list {
    margin: 0 -7.5px;
  }
}

body.page-template-links .posts-section .posts-list-wrap .posts-list .link-logo-item {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

@media only screen and (max-width: 960px) {
  body.page-template-links .posts-section .posts-list-wrap .posts-list .link-logo-item {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
}

@media only screen and (max-width: 767px) {
  body.page-template-links .posts-section .posts-list-wrap .posts-list .link-logo-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 7.5px;
    margin-bottom: 15px;
  }
}

body.page-template-links .posts-section .posts-list-wrap .posts-list .link-logo-item .link-logo-box {
  top: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}

body.page-template-links .posts-section .posts-list-wrap .posts-list .link-logo-item .link-logo-box .link-logo-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  z-index: 5;
}

body.page-template-links .posts-section .posts-list-wrap .posts-list .link-logo-item .link-logo-box:hover,
body.page-template-links .posts-section .posts-list-wrap .posts-list .link-logo-item .link-logo-box:focus {
  top: -5px;
  box-shadow: 0 10px 15px rgba(0, 29, 52, 0.05);
}

body.page-template-links .main section:last-child.posts-section {
  margin-bottom: 0;
}

body.page-template-templates .posts-section {
  background-color: #e6f6fc;
}

body.page-template-templates .posts-section .overview-title {
  text-align: center;
}

body.page-template-templates .posts-section:last-child {
  margin-bottom: 0;
}

.text-and-image-section .tai-img-wrap {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .text-and-image-section .tai-img-wrap {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 374px) {
  .text-and-image-section .tai-img-wrap {
    margin-bottom: 20px;
  }
}

.text-and-image-section .tai-img-wrap img {
  display: block;
  width: 100%;
  height: auto;
}

.text-and-image-section .long-text-2 .tai-text {
  padding-right: 30px;
}

@media only screen and (max-width: 960px) {
  .text-and-image-section .long-text-2 .tai-text {
    padding-right: 0;
  }
}

.text-and-image-section .long-text-1 .tai-text {
  padding-left: 30px;
}

@media only screen and (max-width: 960px) {
  .text-and-image-section .long-text-1 .tai-text {
    padding-left: 0;
  }
}

.text-and-image-section.margin-bottom-15 {
  margin-bottom: 15px;
}

.text-and-image-section.margin-bottom-30 {
  margin-bottom: 30px;
}

.text-and-image-section.margin-bottom-50 {
  margin-bottom: 50px;
}

.text-and-image-section.padding-bottom-15 {
  padding-bottom: 15px;
}

.text-and-image-section.padding-bottom-30 {
  padding-bottom: 30px;
}

.text-and-image-section.padding-bottom-50 {
  padding-bottom: 50px;
}

.text-and-image-section.no-top-padding {
  padding-top: 0;
}

.text-section .text-columns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .text-section .text-columns {
    display: block;
  }
}

.text-section .text-columns .text-column {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media only screen and (max-width: 767px) {
  .text-section .text-columns .text-column {
    margin-bottom: 30px;
  }

  .text-section .text-columns .text-column:last-child {
    margin-bottom: 0;
  }
}

.text-section .text-columns .text-column img.aligncenter {
  display: block;
  margin: 0 auto;
}

.text-section .text-columns.cols-2 {
  margin: 0 -35px;
}

@media only screen and (max-width: 1170px) {
  .text-section .text-columns.cols-2 {
    margin: 0 -15px;
  }
}

.text-section .text-columns.cols-2 .text-column {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  padding: 0 35px;
}

@media only screen and (max-width: 1170px) {
  .text-section .text-columns.cols-2 .text-column {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  .text-section .text-columns.cols-2 .text-column {
    max-width: none;
  }
}

.text-section .text-columns.cols-3 {
  margin: 0 -35px;
}

@media only screen and (max-width: 1170px) {
  .text-section .text-columns.cols-3 {
    margin: 0 -15px;
  }
}

.text-section .text-columns.cols-3 .text-column {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
  padding: 0 35px;
}

@media only screen and (max-width: 1170px) {
  .text-section .text-columns.cols-3 .text-column {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  .text-section .text-columns.cols-3 .text-column {
    max-width: none;
  }
}

.text-section .text-columns.cols-4 {
  margin: 0 -20px;
}

@media only screen and (max-width: 1170px) {
  .text-section .text-columns.cols-4 {
    margin: 0 -15px;
  }
}

.text-section .text-columns.cols-4 .text-column {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
  padding: 0 20px;
}

@media only screen and (max-width: 1170px) {
  .text-section .text-columns.cols-4 .text-column {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 1024px) {
  .text-section .text-columns.cols-4 .text-column {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    margin-bottom: 30px;
  }

  .text-section .text-columns.cols-4 .text-column:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .text-section .text-columns.cols-4 .text-column {
    max-width: none;
  }
}

.text-section.margin-bottom-15 {
  margin-bottom: 15px;
}

.text-section.margin-bottom-30 {
  margin-bottom: 30px;
}

.text-section.margin-bottom-50 {
  margin-bottom: 50px;
}

.text-section.padding-bottom-15 {
  padding-bottom: 15px;
}

.text-section.padding-bottom-30 {
  padding-bottom: 30px;
}

.text-section.padding-bottom-50 {
  padding-bottom: 50px;
}

.text-section.no-margin {
  margin-bottom: 0 !important;
}

.text-section.no-top-padding {
  padding-top: 0;
}

.text-section.no-bot-padding {
  padding-bottom: 0;
}

.text-section.with-bg {
  background-color: #e6f6fc;
}

.text-section.with-bg.no-margin {
  margin-bottom: 0;
}

.text-section.with-bg.no-bot-padding {
  padding-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .text-section.with-bg.no-bot-padding {
    margin-bottom: 40px;
  }
}

.faq-section .faq-sec-title {
  text-align: center;
}

.faq-section .faq-list .faq-item {
  padding: 22px 0 25px 0;
  border-top: 1px solid #ccdde3;
}

@media only screen and (max-width: 1024px) {
  .faq-section .faq-list .faq-item {
    padding: 15px 0 17px 0;
  }
}

.faq-section .faq-list .faq-item .faq-question {
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  padding-right: 75px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1024px) {
  .faq-section .faq-list .faq-item .faq-question {
    padding-right: 45px;
  }
}

.faq-section .faq-list .faq-item .faq-question:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  width: 9px;
  height: 15px;
  background-size: 9px 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-dark-blue.svg);
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1024px) {
  .faq-section .faq-list .faq-item .faq-question:after {
    right: 15px;
  }
}

.faq-section .faq-list .faq-item .faq-question:hover,
.faq-section .faq-list .faq-item .faq-question:focus {
  color: #23afe6;
}

.faq-section .faq-list .faq-item .faq-answer {
  display: none;
  padding-top: 20px;
  padding-bottom: 5px;
  padding-right: 75px;
}

@media only screen and (max-width: 1024px) {
  .faq-section .faq-list .faq-item .faq-answer {
    padding-right: 45px;
  }
}

.faq-section .faq-list .faq-item.active .faq-question {
  color: #23afe6;
}

.faq-section .faq-list .faq-item.active .faq-question:after {
  -webkit-transform: translateY(-50%) rotate(-90deg) scaleX(-1);
  transform: translateY(-50%) rotate(-90deg) scaleX(-1);
}

.faq-section .faq-sec-desc {
  padding-top: 25px;
  border-top: 1px solid #ccdde3;
}

.faq-section .faq-sec-desc h5 {
  margin-bottom: 5px;
}

.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-preferred-size: 33.333333333%;
  flex-basis: 33.333333333%;
  max-width: 33.333333333%;
}

@media only screen and (max-width: 767px) {
  .info-blocks-section .info-blocks-wrap .info-blocks .info-block-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: none;
  }
}

.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 35px 50px;
  background-color: #e6f6fc;
}

@media only screen and (max-width: 1280px) {
  .info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block {
    padding: 30px 25px 35px 25px;
  }
}

@media only screen and (max-width: 960px) {
  .info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block {
    padding: 30px 20px 35px 20px;
  }
}

@media only screen and (max-width: 374px) {
  .info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block {
    padding: 20px 15px 25px 15px;
  }
}

.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text {
  text-align: center;
}

.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h1,
.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h2,
.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h3 {
  line-height: 1.1;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
  .info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h1,
  .info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h2,
  .info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h3 {
    font-size: 28px;
  }
}

@media only screen and (max-width: 960px) {
  .info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h1,
  .info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h2,
  .info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h1,
  .info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h2,
  .info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h3 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 374px) {
  .info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h1,
  .info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h2,
  .info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h3 {
    font-size: 26px;
  }
}

.form-section .form-desc {
  text-align: center;
  margin-bottom: 50px;
}

.form-section.with-bg {
  background-color: #e6f6fc;
}

.form-section.with-bg .form-box .gform_wrapper input,
.form-section.with-bg .form-box .gform_wrapper select,
.form-section.with-bg .form-box .gform_wrapper textarea {
  border: 1px solid #fff;
}

.form-section.with-bg .form-box .gform_wrapper .gfield_checkbox > div label:before {
  border-color: #fff;
}

.form-section.with-bg .form-box .gform_wrapper .gfield_radio > div label:before {
  border-color: #fff;
}

.form-section.with-bg .mpForm .mpFormTable .mpQuestionTable .mpFormField input,
.form-section.with-bg .mpForm .mpFormTable .mpQuestionTable .mpFormField select,
.form-section.with-bg .mpForm .mpFormTable .mpQuestionTable .mpFormField textarea {
  border-color: #fff;
}

.form-section.margin-bottom-15 {
  margin-bottom: 15px;
}

.form-section.margin-bottom-30 {
  margin-bottom: 30px;
}

.form-section.margin-bottom-50 {
  margin-bottom: 50px;
}

.form-section.padding-bottom-15 {
  padding-bottom: 15px;
}

.form-section.padding-bottom-30 {
  padding-bottom: 30px;
}

.form-section.padding-bottom-50 {
  padding-bottom: 50px;
}

.form-section.no-top-padding {
  padding-top: 0;
}

.form-section.no-bottom-padding {
  padding-bottom: 0;
}

.big-image-section {
  padding-bottom: 0;
}

.big-image-section .big-img-wrap {
  position: relative;
}

.big-image-section .bis-desc {
  text-align: center;
  margin-bottom: 40px;
}

.gallery-section .gallery-desc {
  margin-bottom: 40px;
}

.gallery-section .gallery-box .gallery-slider .gal-img-wrap {
  position: relative;
}

.gallery-section .gallery-box .gallery-slider .gal-img-wrap .gal-image {
  padding-top: 40%;
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 767px) {
  .gallery-section .gallery-box .gallery-slider .gal-img-wrap .gal-image {
    padding-top: 56.25%;
  }
}

.gallery-section .gallery-box .gallery-slider .slick-dots {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  z-index: 5;
}

@media only screen and (max-width: 767px) {
  .gallery-section .gallery-box .gallery-slider .slick-dots {
    position: static;
    margin-top: 15px;
  }
}

.gallery-section .gallery-box .gallery-slider .slick-dots > li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #f3e400;
  list-style: none;
  padding: 0;
  margin: 0 4px;
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .gallery-section .gallery-box .gallery-slider .slick-dots > li {
    opacity: 1;
    background-color: #002a4d;
  }
}

.gallery-section .gallery-box .gallery-slider .slick-dots > li:first-child {
  margin-left: 0;
}

.gallery-section .gallery-box .gallery-slider .slick-dots > li:last-child {
  margin-right: 0;
}

.gallery-section .gallery-box .gallery-slider .slick-dots > li button {
  display: none;
}

.gallery-section .gallery-box .gallery-slider .slick-dots > li.slick-active {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .gallery-section .gallery-box .gallery-slider .slick-dots > li.slick-active {
    background-color: #23afe6;
  }
}

.gallery-section .gallery-box .gallery-slider .slick-arrow {
  display: block;
  width: 12px;
  height: 20px;
  border: none;
  background: none;
  font-size: 0;
  padding: 0;
  margin: 0;
  color: transparent;
  position: absolute;
  left: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1280px) {
  .gallery-section .gallery-box .gallery-slider .slick-arrow {
    left: 30px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(243, 238, 0, 0.5);
  }
}

@media only screen and (max-width: 767px) {
  .gallery-section .gallery-box .gallery-slider .slick-arrow {
    display: none !important;
  }
}

.gallery-section .gallery-box .gallery-slider .slick-arrow:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 20px;
  background-size: 12px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-dark-blue.svg);
}

@media only screen and (max-width: 1280px) {
  .gallery-section .gallery-box .gallery-slider .slick-arrow:before {
    top: 12px;
    left: 14px;
  }
}

.gallery-section .gallery-box .gallery-slider .slick-arrow.slick-next {
  left: auto;
  right: -50px;
}

@media only screen and (max-width: 1280px) {
  .gallery-section .gallery-box .gallery-slider .slick-arrow.slick-next {
    right: 30px;
  }
}

.gallery-section .gallery-box .gallery-slider .slick-arrow.slick-next:before {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}

@media only screen and (max-width: 1280px) {
  .gallery-section .gallery-box .gallery-slider .slick-arrow.slick-next:before {
    top: 12px;
    left: 16px;
  }
}

@media only screen and (max-width: 1280px) {
  .gallery-section .gallery-box .gallery-slider .slick-arrow:hover,
  .gallery-section .gallery-box .gallery-slider .slick-arrow:focus {
    background-color: #f3e400;
  }
}

.progress-section {
  background-color: #e6f6fc;
  padding-bottom: 0;
}

.progress-section .ps-sec-desc {
  text-align: center;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .progress-section .ps-sec-desc {
    margin-bottom: 40px;
  }
}

.progress-section .ps-sub-title {
  color: #23afe6;
  text-align: center;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .progress-section .ps-sub-title {
    margin-bottom: 40px;
  }
}

.progress-section .steps-box .steps-list {
  position: relative;
}

.progress-section .steps-box .steps-list:before {
  content: '';
  position: absolute;
  top: 0;
  left: 35px;
  width: 1px;
  height: 100%;
  background-image: url(../../resources/images/svg/dashed-line.svg);
  background-repeat: repeat-y;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .progress-section .steps-box .steps-list:before {
    left: 20px;
  }
}

.progress-section .steps-box .steps-list .step-item-box {
  display: block;
  margin-bottom: 40px;
}

.progress-section .steps-box .steps-list .step-item-box .step-item {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
}

.progress-section .steps-box .steps-list .step-item-box .step-item .step-num-wrap {
  margin-right: 30px;
}

@media only screen and (max-width: 767px) {
  .progress-section .steps-box .steps-list .step-item-box .step-item .step-num-wrap {
    margin-right: 20px;
  }
}

.progress-section .steps-box .steps-list .step-item-box .step-item .step-num-wrap .step-num {
  display: block;
  width: 70px;
  height: 70px;
  line-height: 58px;
  font-family: 'Greycliff CF', sans-serif;
  font-size: 35px;
  color: #002a4d;
  background-color: #e6f6fc;
  font-weight: 700;
  text-align: center;
  border-radius: 50%;
  border: 4px solid #002a4d;
}

@media only screen and (max-width: 767px) {
  .progress-section .steps-box .steps-list .step-item-box .step-item .step-num-wrap .step-num {
    width: 40px;
    height: 40px;
    line-height: 33px;
    font-size: 22px;
    border-width: 2px;
  }
}

.progress-section .steps-box .steps-list .step-item-box .step-item .step-desc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.progress-section .steps-box .steps-list .step-item-box .step-item .step-desc h1,
.progress-section .steps-box .steps-list .step-item-box .step-item .step-desc h2,
.progress-section .steps-box .steps-list .step-item-box .step-item .step-desc h3,
.progress-section .steps-box .steps-list .step-item-box .step-item .step-desc h4 {
  font-size: 22px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .progress-section .steps-box .steps-list .step-item-box .step-item .step-desc h1,
  .progress-section .steps-box .steps-list .step-item-box .step-item .step-desc h2,
  .progress-section .steps-box .steps-list .step-item-box .step-item .step-desc h3,
  .progress-section .steps-box .steps-list .step-item-box .step-item .step-desc h4 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .progress-section .steps-box .steps-list .step-item-box .step-item .step-desc p,
  .progress-section .steps-box .steps-list .step-item-box .step-item .step-desc li,
  .progress-section .steps-box .steps-list .step-item-box .step-item .step-desc a {
    font-size: 14px;
  }
}

.progress-section .steps-box .steps-list .step-item-box:last-child {
  margin-bottom: 0;
}

.software-section {
  background-color: #e6f6fc;
}

.software-section .sfw-slider-desc-box {
  position: relative;
  z-index: 3;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
  .software-section .sfw-slider-desc-box {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .software-section .sfw-slider-desc-box {
    margin-bottom: 30px;
  }
}

.software-section .sfw-slider-wrapper {
  position: relative;
  z-index: 3;
}

.software-section .sfw-slider-wrapper .sfw-slider-box {
  position: relative;
}

.software-section .sfw-slider-wrapper .sfw-slider-box .software-slider .slide-box .slide-img {
  padding-top: 50%;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}

.software-section .sfw-slider-wrapper .sfw-slider-box .software-slider .slick-dots {
  display: block;
  padding: 0;
  margin: 0;
  width: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -66px;
}

@media only screen and (max-width: 1440px) {
  .software-section .sfw-slider-wrapper .sfw-slider-box .software-slider .slick-dots {
    display: none !important;
    right: 0;
    bottom: -60px;
    top: auto;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.software-section .sfw-slider-wrapper .sfw-slider-box .software-slider .slick-dots li {
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid transparent;
  border-radius: 50%;
  margin-bottom: 30px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1440px) {
  .software-section .sfw-slider-wrapper .sfw-slider-box .software-slider .slick-dots li {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 30px;
  }
}

.software-section .sfw-slider-wrapper .sfw-slider-box .software-slider .slick-dots li:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #23afe6;
  transition: all 0.3s ease-in-out;
}

.software-section .sfw-slider-wrapper .sfw-slider-box .software-slider .slick-dots li:hover {
  border-color: #fff;
}

.software-section .sfw-slider-wrapper .sfw-slider-box .software-slider .slick-dots li:last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.software-section .sfw-slider-wrapper .sfw-slider-box .software-slider .slick-dots li button {
  display: none;
}

.software-section .sfw-slider-wrapper .sfw-slider-box .software-slider .slick-dots li.slick-active {
  border-color: #23afe6;
}

.software-section .sfw-slider-wrapper .sfw-slider-box .software-slider.slick-vertical .slick-slide {
  border: none !important;
}

.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box {
  position: relative;
  margin-top: 50px;
}

.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 15%;
  height: 100%;
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.001) 0%, #e6f6fc 50%);
}

@media only screen and (max-width: 767px) {
  .software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box:after {
    display: none;
  }
}

@media only screen and (max-width: 1440px) {
  .software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box {
    margin-top: 20px;
  }
}

.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .sfw-titles-slider .slide-title-box {
  padding-bottom: 15px;
}

.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .sfw-titles-slider .slide-title-box .slide-title-content {
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  opacity: 0;
  transition: all 0.75s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .sfw-titles-slider .slide-title-box .slide-title-content {
    display: block;
    max-width: none;
  }
}

.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .sfw-titles-slider .slide-title-box .slide-title-content .sfw-icon {
  margin-right: 30px;
  width: auto;
  height: 33px;
  min-height: 33px;
}

@media only screen and (max-width: 767px) {
  .software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .sfw-titles-slider .slide-title-box .slide-title-content .sfw-icon {
    margin-right: 15px;
    height: 23px;
    min-height: 23px;
    margin-bottom: 15px;
  }
}

.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .sfw-titles-slider .slide-title-box .slide-title-content .slide-title-text .slide-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #002a4d;
  font-size: 30px;
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  .software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .sfw-titles-slider .slide-title-box .slide-title-content .slide-title-text .slide-title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 960px) {
  .software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .sfw-titles-slider .slide-title-box .slide-title-content .slide-title-text .slide-title {
    font-size: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .sfw-titles-slider .slide-title-box .slide-title-content .slide-title-text .slide-title {
    font-size: 21px;
  }
}

.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .sfw-titles-slider .slide-title-box .slide-title-content .slide-title-text .slide-desc {
  padding-top: 10px;
  padding-right: 150px;
}

@media only screen and (max-width: 767px) {
  .software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .sfw-titles-slider .slide-title-box .slide-title-content .slide-title-text .slide-desc {
    padding-right: 0;
  }
}

.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .sfw-titles-slider .slide-title-box.slick-active .slide-title-content {
  opacity: 1;
}

.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .sfw-titles-slider .slick-dots {
  display: none !important;
  width: 100%;
  text-align: center;
  margin: 30px 0 0 0;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .sfw-titles-slider .slick-dots {
    display: block !important;
  }
}

.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .sfw-titles-slider .slick-dots li {
  width: 16px;
  height: 16px;
  border: 1px solid transparent;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 20px;
}

.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .sfw-titles-slider .slick-dots li:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #23afe6;
  transition: all 0.3s ease-in-out;
}

.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .sfw-titles-slider .slick-dots li:last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .sfw-titles-slider .slick-dots li button {
  display: none;
}

.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .sfw-titles-slider .slick-dots li.slick-active {
  border-color: #23afe6;
}

.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .slider-controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 150px;
  height: 37px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  background-color: transparent !important;
}

@media only screen and (max-width: 767px) {
  .software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .slider-controls {
    display: none;
  }
}

.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .slider-controls > span {
  display: block;
  width: 33px;
  height: 33px;
  border: 1px solid transparent;
  border-radius: 50px;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  position: relative;
}

.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .slider-controls > span:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 12px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  width: 9px;
  height: 15px;
  background-size: 9px 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-dark-blue.svg);
  z-index: 2;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .slider-controls > span:after {
  content: '';
  position: absolute;
  top: 8px;
  left: 12px;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  width: 9px;
  height: 15px;
  background-size: 9px 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-white.svg);
  z-index: 2;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .slider-controls > span.prev-arrow {
  margin-right: 25px;
}

.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .slider-controls > span.prev-arrow:before {
  left: 10px;
  -webkit-transform: none;
  transform: none;
}

.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .slider-controls > span.prev-arrow:after {
  left: 10px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .slider-controls > span:hover,
.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .slider-controls > span:focus {
  background-color: #002a4d;
}

.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .slider-controls > span:hover:before,
.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .slider-controls > span:focus:before {
  opacity: 0;
}

.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .slider-controls > span:hover:after,
.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .slider-controls > span:focus:after {
  opacity: 1;
}

.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .slider-controls > span.slick-disabled {
  cursor: default;
  background-color: transparent;
}

.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .slider-controls > span.slick-disabled:before {
  opacity: 0.25;
}

.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .slider-controls > span.slick-disabled:hover:before,
.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .slider-controls > span.slick-disabled:focus:before {
  opacity: 0.25;
}

.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .slider-controls > span.slick-disabled:hover:after,
.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .slider-controls > span.slick-disabled:focus:after {
  opacity: 0;
}

.cta-section .content-col {
  -ms-flex-item-align: center;
  align-self: center;
}

.cta-section.sec-bg-1 {
  padding: 0;
}

.cta-section.sec-bg-2 {
  background-color: #23afe6;
}

.cta-section.sec-bg-3 {
  background-color: #e6f6fc;
}

@media only screen and (max-width: 767px) {
  .cta-section .cta-desc-box.no-padding {
    margin-bottom: 40px;
  }
}

.cta-section .cta-desc-box .cta-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: -15px;
}

@media only screen and (max-width: 767px) {
  .cta-section .cta-desc-box .cta-buttons {
    margin-bottom: 0;
  }
}

.cta-section .cta-desc-box .cta-buttons .button-wrapper .btn,
.cta-section .cta-desc-box .cta-buttons .button-wrapper .wp-block-button .wp-block-button__link,
.wp-block-button .cta-section .cta-desc-box .cta-buttons .button-wrapper .wp-block-button__link,
.cta-section .cta-desc-box .cta-buttons .button-wrapper .mpForm .mpFormTable .mpQuestionTable .submitButton,
.mpForm .mpFormTable .mpQuestionTable .cta-section .cta-desc-box .cta-buttons .button-wrapper .submitButton,
.cta-section .cta-desc-box .cta-buttons .button-wrapper .woocommerce-checkout-payment .place-order .button,
.woocommerce-checkout-payment .place-order .cta-section .cta-desc-box .cta-buttons .button-wrapper .button,
.cta-section .cta-desc-box .cta-buttons .button-wrapper .single_add_to_cart_button {
  margin: 0 15px 15px 0;
}

@media only screen and (max-width: 767px) {
  .cta-section .cta-desc-box .cta-buttons .button-wrapper .btn,
  .cta-section .cta-desc-box .cta-buttons .button-wrapper .wp-block-button .wp-block-button__link,
  .wp-block-button .cta-section .cta-desc-box .cta-buttons .button-wrapper .wp-block-button__link,
  .cta-section .cta-desc-box .cta-buttons .button-wrapper .mpForm .mpFormTable .mpQuestionTable .submitButton,
  .mpForm .mpFormTable .mpQuestionTable .cta-section .cta-desc-box .cta-buttons .button-wrapper .submitButton,
  .cta-section .cta-desc-box .cta-buttons .button-wrapper .woocommerce-checkout-payment .place-order .button,
  .woocommerce-checkout-payment .place-order .cta-section .cta-desc-box .cta-buttons .button-wrapper .button,
  .cta-section .cta-desc-box .cta-buttons .button-wrapper .single_add_to_cart_button {
    display: block;
    width: 100%;
  }
}

.cta-section .cta-desc-box .cta-buttons .button-wrapper:last-child .btn,
.cta-section .cta-desc-box .cta-buttons .button-wrapper:last-child .wp-block-button .wp-block-button__link,
.wp-block-button .cta-section .cta-desc-box .cta-buttons .button-wrapper:last-child .wp-block-button__link,
.cta-section .cta-desc-box .cta-buttons .button-wrapper:last-child .mpForm .mpFormTable .mpQuestionTable .submitButton,
.mpForm .mpFormTable .mpQuestionTable .cta-section .cta-desc-box .cta-buttons .button-wrapper:last-child .submitButton,
.cta-section .cta-desc-box .cta-buttons .button-wrapper:last-child .woocommerce-checkout-payment .place-order .button,
.woocommerce-checkout-payment .place-order .cta-section .cta-desc-box .cta-buttons .button-wrapper:last-child .button,
.cta-section .cta-desc-box .cta-buttons .button-wrapper:last-child .single_add_to_cart_button {
  margin-bottom: 0;
}

.cta-section .cta-img-wrap {
  position: relative;
}

.cta-section.with-img-padding .cta-img-wrap {
  padding-top: 50px;
}

@media only screen and (max-width: 767px) {
  .cta-section.with-img-padding .cta-img-wrap {
    padding-top: 0;
  }
}

.news-blog-section .nbs-title {
  text-align: center;
}

.landing-section .land-sec-desc {
  margin-bottom: 50px;
}

@media only screen and (max-width: 1280px) {
  .landing-section .land-sec-desc {
    margin-bottom: 40px;
  }
}

.landing-section .ls-items-list {
  padding-right: 20px;
}

@media only screen and (max-width: 767px) {
  .landing-section .ls-items-list {
    padding-right: 0;
  }
}

.landing-section .ls-items-list .ls-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .landing-section .ls-items-list .ls-item {
    display: block;
  }
}

.landing-section .ls-items-list .ls-item .ls-item-img-wrap {
  position: relative;
  margin-right: 40px;
}

@media only screen and (max-width: 1280px) {
  .landing-section .ls-items-list .ls-item .ls-item-img-wrap {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .landing-section .ls-items-list .ls-item .ls-item-img-wrap {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.landing-section .ls-items-list .ls-item .ls-item-img-wrap .zoom-link .zoom-icon {
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.landing-section .ls-items-list .ls-item .ls-item-img-wrap img {
  display: block;
  width: 140px;
  min-width: 140px;
  height: auto;
}

.landing-section .ls-items-list .ls-item .ls-item-desc h1,
.landing-section .ls-items-list .ls-item .ls-item-desc h2,
.landing-section .ls-items-list .ls-item .ls-item-desc h3 {
  font-size: 27px;
}

.landing-section .ls-items-list .ls-item:last-child {
  margin-bottom: 0;
}

.landing-section .land-form-box {
  padding: 25px;
  background-color: #002a4d;
}

@media only screen and (max-width: 960px) {
  .landing-section .land-form-box {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .landing-section .land-form-box {
    padding: 30px 20px;
  }
}

.landing-section .land-form-box .gform_wrapper .gfield_required:before {
  color: #fff;
}

.landing-section .land-form-box .gform_wrapper .top_label .gfield_label {
  color: #fff;
  font-size: 16px;
  line-height: 1.25;
}

.landing-section .land-form-box .gform_wrapper .gfield_checkbox > div label {
  color: #fff;
  font-size: 16px;
  padding-top: 3px;
}

.landing-section .land-form-box .gform_wrapper .gfield_radio > div label {
  color: #fff;
  font-size: 16px;
}

.landing-section .land-form-box .mpForm .mpErrorSummary label {
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
}

.landing-section .land-form-box .mpForm .mpErrorSummary > ul > li {
  font-size: 14px !important;
  color: #fff !important;
}

.landing-section .land-form-box .mpForm .mpErrorSummary > ul > li:before {
  background-color: #d22f38 !important;
}

.landing-section .land-form-box .mpForm .mpFormTable .mpQuestionTable .submitButton:hover {
  border-color: #fff !important;
}

.landing-section .land-form-box .mpForm .mpFormTable .mpQuestionTable .mpFormLabel {
  color: #fff;
}

.landing-section .land-form-box .mpForm .mpFormTable .mpQuestionTable .mpFormLabel label {
  font-size: 16px;
}

.landing-section .land-form-box .mpForm .mpFormTable .mpQuestionTable .mpFormLabel .mandatorySign {
  color: #fff;
}

.landing-section .land-form-box .mpForm .mpFormTable .mpQuestionTable .mpFormField input:focus,
.landing-section .land-form-box .mpForm .mpFormTable .mpQuestionTable .mpFormField select:focus,
.landing-section .land-form-box .mpForm .mpFormTable .mpQuestionTable .mpFormField textarea:focus {
  box-shadow: none;
  border-color: #f3e400;
}

.landing-section .land-form-box .mpForm .mpFormTable .mpQuestionTable .mpFormField > ul > li label {
  color: #fff;
}

.landing-section .land-form-box .mpForm .mpFormTable .mpQuestionTable .mpFormField > ul > li input[type=checkbox] {
  display: none;
}

.landing-section .land-form-box .mpForm .mpFormTable .mpQuestionTable .mpFormField > ul > li input[type=checkbox]:checked + label {
  /* Removed in because of the task cant' see if it is in use anywhere else
                        &:after {
                        background-color: $third-color !important;
                      } */
}

.landing-section .land-form-box .mpForm .mpFormTable .mpQuestionTable .mpFormField .sublabel {
  color: #fff;
}

.landing-section .land-form-box .mpForm .mpFormTable .mpQuestionTable .mpFormText span {
  color: #fff;
}

.landing-section .land-form-box .mpForm .mpFormTable .mpQuestionTable .mpErrorRow {
  color: #fff;
}

.landing-section .land-img-wrapper {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .landing-section .land-img-wrapper {
    margin-bottom: 30px;
  }
}

.client-cases-section {
  background-color: #e6f6fc;
}

.client-cases-section .client-cases-desc {
  margin-bottom: 60px;
  text-align: center;
}

.cases-slider-section .cases-slider .slick-track {
  display: -ms-flexbox !important;
  display: flex !important;
}

.cases-slider-section .cases-slider .case-slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: inherit !important;
}

.cases-slider-section .cases-slider .case-slide .case-slide-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media only screen and (max-width: 767px) {
  .cases-slider-section .cases-slider .case-slide .case-slide-box {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.cases-slider-section .cases-slider .case-slide .case-slide-box .case-quote-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  padding: 60px 70px;
  box-shadow: 0 10px 15px rgba(0, 29, 52, 0.05);
  background-color: #fff;
}

@media only screen and (max-width: 1280px) {
  .cases-slider-section .cases-slider .case-slide .case-slide-box .case-quote-box {
    padding: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .cases-slider-section .cases-slider .case-slide .case-slide-box .case-quote-box {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: none;
    padding: 30px 20px;
  }
}

.cases-slider-section .cases-slider .case-slide .case-slide-box .case-quote-box .case-logo-wrap {
  margin-bottom: 25px;
}

.cases-slider-section .cases-slider .case-slide .case-slide-box .case-quote-box .case-logo-wrap img {
  display: block;
  margin: 0 auto;
  width: auto;
  max-height: 80px;
}

@media only screen and (max-width: 767px) {
  .cases-slider-section .cases-slider .case-slide .case-slide-box .case-quote-box .case-logo-wrap img {
    max-height: 60px;
  }
}

.cases-slider-section .cases-slider .case-slide .case-slide-box .case-quote-box .case-quote {
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.cases-slider-section .cases-slider .case-slide .case-slide-box .case-quote-box .case-quote p {
  color: #002a4d;
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.35;
}

@media only screen and (max-width: 767px) {
  .cases-slider-section .cases-slider .case-slide .case-slide-box .case-quote-box .case-quote p {
    font-size: 17px;
  }
}

.cases-slider-section .cases-slider .case-slide .case-slide-box .case-quote-box .case-author-info {
  text-align: center;
  margin-top: 25px;
}

.cases-slider-section .cases-slider .case-slide .case-slide-box .case-quote-box .case-author-info .author-name {
  display: block;
  color: #002a4d;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}

.cases-slider-section .cases-slider .case-slide .case-slide-box .case-quote-box .case-author-info .author-function {
  display: inline-block;
  color: #002a4d;
  font-size: 16px;
  font-weight: 400;
}

.cases-slider-section .cases-slider .case-slide .case-slide-box .case-quote-box .case-btn-wrap {
  margin-top: 25px;
  text-align: center;
}

.cases-slider-section .cases-slider .case-slide .case-slide-box .case-quote-box .case-btn-wrap .btn,
.cases-slider-section .cases-slider .case-slide .case-slide-box .case-quote-box .case-btn-wrap .wp-block-button .wp-block-button__link,
.wp-block-button .cases-slider-section .cases-slider .case-slide .case-slide-box .case-quote-box .case-btn-wrap .wp-block-button__link,
.cases-slider-section .cases-slider .case-slide .case-slide-box .case-quote-box .case-btn-wrap .mpForm .mpFormTable .mpQuestionTable .submitButton,
.mpForm .mpFormTable .mpQuestionTable .cases-slider-section .cases-slider .case-slide .case-slide-box .case-quote-box .case-btn-wrap .submitButton,
.cases-slider-section .cases-slider .case-slide .case-slide-box .case-quote-box .case-btn-wrap .woocommerce-checkout-payment .place-order .button,
.woocommerce-checkout-payment .place-order .cases-slider-section .cases-slider .case-slide .case-slide-box .case-quote-box .case-btn-wrap .button,
.cases-slider-section .cases-slider .case-slide .case-slide-box .case-quote-box .case-btn-wrap .single_add_to_cart_button {
  min-width: 220px;
}

.cases-slider-section .cases-slider .case-slide .case-slide-box .case-img-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .cases-slider-section .cases-slider .case-slide .case-slide-box .case-img-wrap {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: none;
  }
}

.cases-slider-section .cases-slider .case-slide .case-slide-box .case-img-wrap .case-img {
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 767px) {
  .cases-slider-section .cases-slider .case-slide .case-slide-box .case-img-wrap .case-img {
    padding-top: 56.25%;
  }
}

.cases-slider-section .cases-slider .slick-dots {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 30px 0 0 0;
}

.cases-slider-section .cases-slider .slick-dots > li {
  list-style: none;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #23afe6;
  border: 1px solid #23afe6;
  margin: 0 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.cases-slider-section .cases-slider .slick-dots > li:first-child {
  margin-left: 0;
}

.cases-slider-section .cases-slider .slick-dots > li:last-child {
  margin-right: 0;
}

.cases-slider-section .cases-slider .slick-dots > li:hover,
.cases-slider-section .cases-slider .slick-dots > li:focus {
  border-color: #002a4d;
  background-color: #002a4d;
}

.cases-slider-section .cases-slider .slick-dots > li.slick-active {
  cursor: default;
  border-color: #23afe6;
  background-color: transparent !important;
}

.cases-slider-section .cases-slider .slick-dots > li button {
  display: none;
}

.cases-slider-section .cases-slider .slick-arrow {
  display: block;
  width: 12px;
  height: 20px;
  border: none;
  background: none;
  font-size: 0;
  padding: 0;
  margin: 0;
  color: transparent;
  position: absolute;
  left: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1280px) {
  .cases-slider-section .cases-slider .slick-arrow {
    display: none !important;
  }
}

.cases-slider-section .cases-slider .slick-arrow:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 20px;
  background-size: 12px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-dark-blue.svg);
}

@media only screen and (max-width: 1280px) {
  .cases-slider-section .cases-slider .slick-arrow:before {
    top: 12px;
    left: 14px;
  }
}

.cases-slider-section .cases-slider .slick-arrow.slick-next {
  left: auto;
  right: -50px;
}

@media only screen and (max-width: 1280px) {
  .cases-slider-section .cases-slider .slick-arrow.slick-next {
    right: 30px;
  }
}

.cases-slider-section .cases-slider .slick-arrow.slick-next:before {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}

@media only screen and (max-width: 1280px) {
  .cases-slider-section .cases-slider .slick-arrow.slick-next:before {
    top: 12px;
    left: 16px;
  }
}

@media only screen and (max-width: 1280px) {
  .cases-slider-section .cases-slider .slick-arrow:hover,
  .cases-slider-section .cases-slider .slick-arrow:focus {
    background-color: #f3e400;
  }
}

.colored-blocks-section {
  background-color: #e6f6fc;
}

.colored-blocks-section .col-sec-desc {
  text-align: center;
}

.colored-blocks-section .product-col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 30px;
}

.colored-blocks-section .product-block {
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: auto;
}

.colored-blocks-section .product-block .product-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 25px;
  min-height: 180px;
  position: relative;
}

.colored-blocks-section .product-block .product-header .header-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  z-index: 5;
}

.colored-blocks-section .product-block .product-header .title {
  font-family: 'Greycliff CF', sans-serif;
}

.colored-blocks-section .product-block .subtitle {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 0;
}

.colored-blocks-section .product-block .product-links-box {
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #fff;
  padding: 30px 20px;
}

.colored-blocks-section .product-block .product-links-box .cb-list-title {
  display: block;
  font-size: 16px;
  color: #002a4d;
  font-weight: 700;
  margin-bottom: 15px;
}

.colored-blocks-section .product-block .product-links-box .cb-links-list {
  font-size: 16px;
}

.colored-blocks-section .product-block .product-links-box .cb-links-list.font-size-14 {
  font-size: 14px;
}

.colored-blocks-section .product-block .product-links-box .cb-links-list.font-size-16 {
  font-size: 16px;
}

.colored-blocks-section .product-block .product-links-box .cb-links-list .cb-link-wrap {
  margin-bottom: 5px;
}

.colored-blocks-section .product-block .product-links-box .cb-links-list .cb-link-wrap .cb-link {
  display: inline-block;
  padding-left: 25px;
  color: #002a4d;
  font-size: inherit;
  position: relative;
}

.colored-blocks-section .product-block .product-links-box .cb-links-list .cb-link-wrap .cb-link:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 16px;
  height: 12px;
  background-size: 16px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-check-product.svg);
}

.colored-blocks-section .product-block .product-links-box .cb-links-list .cb-link-wrap .cb-link:hover,
.colored-blocks-section .product-block .product-links-box .cb-links-list .cb-link-wrap .cb-link:focus {
  color: #23afe6;
}

.colored-blocks-section .product-block .product-links-box .cb-links-list .cb-link-wrap .cb-link.cb-text {
  cursor: default;
}

.colored-blocks-section .product-block .product-links-box .cb-links-list .cb-link-wrap .cb-link.cb-text:hover,
.colored-blocks-section .product-block .product-links-box .cb-links-list .cb-link-wrap .cb-link.cb-text:focus {
  color: #002a4d;
}

.colored-blocks-section .product-block .product-links-box .cb-links-list .cb-link-wrap:last-child {
  margin-bottom: 0;
}

.colored-blocks-section .col-sec-btn-wrap {
  text-align: center;
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .colored-blocks-section .col-sec-btn-wrap {
    margin-top: 0;
  }
}

.colored-blocks-section .cb-btn-wrap {
  margin-top: 30px;
  text-align: center;
}

.colored-blocks-section .cb-btn-wrap .btn,
.colored-blocks-section .cb-btn-wrap .wp-block-button .wp-block-button__link,
.wp-block-button .colored-blocks-section .cb-btn-wrap .wp-block-button__link,
.colored-blocks-section .cb-btn-wrap .mpForm .mpFormTable .mpQuestionTable .submitButton,
.mpForm .mpFormTable .mpQuestionTable .colored-blocks-section .cb-btn-wrap .submitButton,
.colored-blocks-section .cb-btn-wrap .woocommerce-checkout-payment .place-order .button,
.woocommerce-checkout-payment .place-order .colored-blocks-section .cb-btn-wrap .button,
.colored-blocks-section .cb-btn-wrap .single_add_to_cart_button {
  display: block;
  width: 100%;
}

.colored-blocks-section .red-btn:hover,
.colored-blocks-section .red-btn:focus {
  background-color: #fff;
}

.colored-blocks-section .yellow-btn:hover,
.colored-blocks-section .woocommerce-checkout-payment .place-order .button:hover,
.woocommerce-checkout-payment .place-order .colored-blocks-section .button:hover,
.colored-blocks-section .yellow-btn:focus,
.colored-blocks-section .woocommerce-checkout-payment .place-order .button:focus,
.woocommerce-checkout-payment .place-order .colored-blocks-section .button:focus {
  color: #002a4d;
  border-color: #f3e400;
  background-color: #fff;
}

.colored-blocks-section .blue-btn:hover,
.colored-blocks-section .mpForm .mpFormTable .mpQuestionTable .submitButton:hover,
.mpForm .mpFormTable .mpQuestionTable .colored-blocks-section .submitButton:hover,
.colored-blocks-section .blue-btn:focus,
.colored-blocks-section .mpForm .mpFormTable .mpQuestionTable .submitButton:focus,
.mpForm .mpFormTable .mpQuestionTable .colored-blocks-section .submitButton:focus {
  background-color: #fff;
}

.video-tour-section .video-tour-wrapper {
  position: relative;
}

.video-tour-section .video-tour-wrapper .vt-chapters .vt-chapter {
  margin-bottom: 40px;
}

.video-tour-section .video-tour-wrapper .vt-chapters .vt-chapter .chapter-title {
  display: inline-block;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .video-tour-section .video-tour-wrapper .vt-chapters .vt-chapter .chapter-title {
    font-size: 26px;
    margin-bottom: 15px;
  }
}

.video-tour-section .video-tour-wrapper .vt-chapters .vt-chapter .vt-video-box {
  display: none;
  background-color: #002a4d;
  margin-bottom: 30px;
}

.video-tour-section .video-tour-wrapper .vt-chapters .vt-chapter .vt-video-box .video-box,
.video-tour-section .video-tour-wrapper .vt-chapters .vt-chapter .vt-video-box .wp-block-embed__wrapper {
  padding-bottom: 52.63157894736842%;
}

.video-tour-section .video-tour-wrapper .vt-chapters .vt-chapter .vt-video-box.opened {
  display: block;
}

.video-tour-section .video-tour-wrapper .vt-chapters .vt-chapter .vt-items .vt-item {
  margin-bottom: 10px;
}

.video-tour-section .video-tour-wrapper .vt-chapters .vt-chapter .vt-items .vt-item .vt-item-title {
  display: inline-block;
  font-size: 18px;
  margin-bottom: 0;
  padding-left: 30px;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.video-tour-section .video-tour-wrapper .vt-chapters .vt-chapter .vt-items .vt-item .vt-item-title:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  opacity: 0;
  width: 16px;
  height: 12px;
  background-size: 16px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/check.svg);
  z-index: 1;
}

.video-tour-section .video-tour-wrapper .vt-chapters .vt-chapter .vt-items .vt-item .vt-item-title:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  opacity: 1;
  width: 16px;
  height: 12px;
  background-size: 16px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/check-dark-blue.svg);
  z-index: 2;
}

.video-tour-section .video-tour-wrapper .vt-chapters .vt-chapter .vt-items .vt-item .vt-item-desc {
  display: none;
  padding-top: 10px;
  padding-left: 30px;
}

.video-tour-section .video-tour-wrapper .vt-chapters .vt-chapter .vt-items .vt-item .vt-item-desc p,
.video-tour-section .video-tour-wrapper .vt-chapters .vt-chapter .vt-items .vt-item .vt-item-desc li {
  font-size: 15px;
}

.video-tour-section .video-tour-wrapper .vt-chapters .vt-chapter .vt-items .vt-item:last-child {
  margin-bottom: 0;
}

.video-tour-section .video-tour-wrapper .vt-chapters .vt-chapter .vt-items .vt-item.active .vt-item-title {
  color: #23afe6;
}

.video-tour-section .video-tour-wrapper .vt-chapters .vt-chapter .vt-items .vt-item.active .vt-item-title:before {
  opacity: 1;
}

.video-tour-section .video-tour-wrapper .vt-chapters .vt-chapter .vt-items .vt-item.active .vt-item-title:after {
  opacity: 0;
}

.video-tour-section .video-tour-wrapper .vt-chapters .vt-chapter .vt-items .vt-item.active .vt-item-desc {
  display: block;
}

.video-tour-section .video-tour-wrapper .vt-chapters .vt-chapter:last-child {
  margin-bottom: 0;
}

.quote-slider-section .quote-slider-wrap .quote-slider .quote-slide .qs-box {
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .quote-slider-section .quote-slider-wrap .quote-slider .quote-slide .qs-box {
    display: block;
  }
}

.quote-slider-section .quote-slider-wrap .quote-slider .quote-slide .qs-box .qs-img-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}

.quote-slider-section .quote-slider-wrap .quote-slider .quote-slide .qs-box .qs-img-wrap .qs-img {
  background-size: cover;
  background-position: center;
  width: 170px;
  height: 170px;
}

.quote-slider-section .quote-slider-wrap .quote-slider .quote-slide .qs-box .qs-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 25px 30px;
}

@media only screen and (max-width: 767px) {
  .quote-slider-section .quote-slider-wrap .quote-slider .quote-slide .qs-box .qs-text {
    padding: 20px;
  }
}

.quote-slider-section .quote-slider-wrap .quote-slider .quote-slide .qs-box .qs-text p,
.quote-slider-section .quote-slider-wrap .quote-slider .quote-slide .qs-box .qs-text li {
  font-size: 18px;
}

.quote-slider-section .quote-slider-wrap .quote-slider .quote-slide .qs-box.with-bg {
  background-color: #e6f6fc;
}

.quote-slider-section .quote-slider-wrap .quote-slider .quote-slide .qs-box.with-bg .qs-img-wrap {
  padding: 30px 0 30px 30px;
}

@media only screen and (max-width: 767px) {
  .quote-slider-section .quote-slider-wrap .quote-slider .quote-slide .qs-box.with-bg .qs-img-wrap {
    padding: 20px 0 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .quote-slider-section .quote-slider-wrap .quote-slider .quote-slide .qs-box.no-bg .qs-text {
    padding-left: 0;
    padding-right: 0;
  }
}

.quote-slider-section .quote-slider-wrap .quote-slider .quote-slide .qs-box.no-bg .qs-text.no-img {
  padding: 0;
}

.quote-slider-section .quote-slider-wrap .quote-slider .slick-dots {
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 1365px) {
  .quote-slider-section .quote-slider-wrap .quote-slider .slick-dots {
    width: calc(100% - 60px);
    left: 30px;
  }
}

.quote-slider-section .quote-slider-wrap .quote-slider .slick-dots > li {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #23afe6;
  list-style: none;
  transition: all 0.3s ease-in-out;
}

.quote-slider-section .quote-slider-wrap .quote-slider .slick-dots > li button {
  display: none;
}

.quote-slider-section .quote-slider-wrap .quote-slider .slick-dots > li.slick-active {
  background-color: #23afe6;
}

.quote-slider-section .quote-slider-wrap .quote-slider .slick-dots > li:first-child {
  margin-left: 0;
}

.quote-slider-section .quote-slider-wrap .quote-slider .slick-dots > li:last-child {
  margin-right: 0;
}

.quote-slider-section .quote-slider-wrap .quote-slider .slick-arrow {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -50px;
  width: 12px;
  height: 20px;
  background-color: transparent;
  border: none !important;
  font-size: 0;
  color: transparent;
}

@media only screen and (max-width: 1365px) {
  .quote-slider-section .quote-slider-wrap .quote-slider .slick-arrow {
    left: 0;
    top: 100%;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
}

.quote-slider-section .quote-slider-wrap .quote-slider .slick-arrow:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 20px;
  background-size: 12px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-dark-blue-r.svg);
}

.quote-slider-section .quote-slider-wrap .quote-slider .slick-arrow.slick-prev:before {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.quote-slider-section .quote-slider-wrap .quote-slider .slick-arrow.slick-next {
  left: auto;
  right: -50px;
}

@media only screen and (max-width: 1365px) {
  .quote-slider-section .quote-slider-wrap .quote-slider .slick-arrow.slick-next {
    right: 0;
  }
}

.quote-slider-section .quote-slider-wrap .quote-slider .slick-arrow.slick-disabled {
  cursor: default;
  opacity: 0.25;
}

.quote-slider-section .quote-slider-wrap.with-dots {
  padding-bottom: 30px;
}

.branches-section .branches-blocks .branch-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-preferred-size: 33.3333333%;
  flex-basis: 33.3333333%;
  max-width: 33.3333333%;
}

@media only screen and (max-width: 960px) {
  .branches-section .branches-blocks .branch-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .branches-section .branches-blocks .branch-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: none;
  }
}

.branches-section .branches-blocks .branch-item .bb-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 25px;
  background-color: #e6f6fc;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .branches-section .branches-blocks .branch-item .bb-box {
    padding: 20px;
  }
}

.branches-section .branches-blocks .branch-item .bb-box .box-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  z-index: 5;
}

.branches-section .branches-blocks .branch-item .bb-box .bb-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 30px;
  text-align: center;
  background-color: #fff;
}

@media only screen and (max-width: 1024px) {
  .branches-section .branches-blocks .branch-item .bb-box .bb-info {
    padding: 20px;
  }
}

.branches-section .branches-blocks .branch-item .bb-box .bb-info .bb-icon-wrap {
  min-height: 65px;
  margin-bottom: 5px;
}

.branches-section .branches-blocks .branch-item .bb-box .bb-info .bb-icon-wrap img {
  display: block;
  margin: 0 auto;
  max-height: 65px;
}

.branches-section .branches-blocks .branch-item .bb-box .bb-info .bb-content .bb-title {
  color: #002a4d;
  font-size: 18px;
  font-weight: 700;
}

.branches-section .branches-blocks .branch-item .bb-box .bb-info .bb-button-wrap {
  margin-top: auto;
  padding-top: 10px;
}

.branches-section .branches-blocks .branch-item .bb-box .bb-info .bb-button-wrap .bb-link {
  color: #002a4d;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  padding: 0 0 0 20px;
  border: none !important;
  box-shadow: none !important;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}

.branches-section .branches-blocks .branch-item .bb-box .bb-info .bb-button-wrap .bb-link:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 12px;
  background-size: 8px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-blue.svg);
  transition: all 0.3s ease-in-out;
}

.branches-section .branches-blocks .branch-item .bb-box:hover .bb-info .bb-button-wrap .bb-link,
.branches-section .branches-blocks .branch-item .bb-box:focus .bb-info .bb-button-wrap .bb-link {
  color: #23afe6;
}

.branches-section .branches-blocks .branch-item .bb-box:hover .bb-info .bb-button-wrap .bb-link:before,
.branches-section .branches-blocks .branch-item .bb-box:focus .bb-info .bb-button-wrap .bb-link:before {
  left: 5px;
}

.branches-section .branches-blocks.branches-slider {
  margin: 0 -15px;
}

.branches-section .branches-blocks.branches-slider .slick-track {
  display: -ms-flexbox !important;
  display: flex !important;
}

.branches-section .branches-blocks.branches-slider .slick-slide {
  height: inherit !important;
}

@media only screen and (max-width: 1200px) {
  .branches-section .branches-blocks.branches-slider .slick-list {
    padding-right: 5% !important;
  }
}

@media only screen and (max-width: 960px) {
  .branches-section .branches-blocks.branches-slider .slick-list {
    padding-right: 7% !important;
  }
}

@media only screen and (max-width: 767px) {
  .branches-section .branches-blocks.branches-slider .slick-list {
    padding-right: 15% !important;
  }
}

.branches-section .branches-blocks.branches-slider .branch-item {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: none;
  margin-bottom: 0;
}

.branches-section .branches-blocks.branches-slider .slick-arrow {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -35px;
  width: 12px;
  height: 20px;
  background-color: transparent;
  border: none !important;
  font-size: 0;
  color: transparent;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1365px) {
  .branches-section .branches-blocks.branches-slider .slick-arrow {
    display: none;
  }
}

.branches-section .branches-blocks.branches-slider .slick-arrow:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 20px;
  background-size: 12px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-dark-blue-r.svg);
}

.branches-section .branches-blocks.branches-slider .slick-arrow.slick-prev:before {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.branches-section .branches-blocks.branches-slider .slick-arrow.slick-next {
  left: auto;
  right: -35px;
}

.branches-section .branches-blocks.branches-slider .slick-arrow.slick-disabled {
  cursor: default;
  opacity: 0.25;
}

.branches-section .bs-title {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .branches-section .bs-title {
    font-size: 32px;
    margin-bottom: 15px;
  }
}

.branches-section .bs-desc {
  margin-bottom: 30px;
}

.branches-section .bs-button-wrapper {
  text-align: center;
  padding-top: 20px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .branches-section .bs-button-wrapper {
    padding-top: 0;
  }
}

.branches-section .slider-controls-line {
  overflow: hidden;
  margin-top: 40px;
}

@media only screen and (max-width: 1024px) {
  .branches-section .slider-controls-line {
    margin-top: 30px;
  }
}

.branches-section .slider-controls-line .progress-holder {
  position: relative;
  height: 5px;
  background-color: #e6f6fc;
}

.branches-section .slider-controls-line .progress-holder .line {
  position: absolute;
  left: 0;
  top: 0;
  width: 20%;
  background-color: #23afe6;
  height: 100%;
  transition: all .3s ease-in-out;
}

.branches-section.desc-pos-2 .desc-row {
  display: block;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
  .branches-section.desc-pos-2 .desc-row {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .branches-section.desc-pos-2 .desc-row {
    margin-bottom: 30px;
  }
}

.branches-section.desc-pos-2 .desc-row > .col-sm-12 {
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .branches-section.desc-pos-2 .desc-row > .col-sm-12 {
    max-width: 100%;
    text-align: left;
  }
}

.branches-section.desc-pos-2 .desc-row .bs-title {
  margin-bottom: 15px;
}

.branches-section.list-type-2 .bs-button-wrapper {
  padding-top: 50px;
}

@media only screen and (max-width: 1024px) {
  .branches-section.list-type-2 .bs-button-wrapper {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .branches-section.list-type-2 .bs-button-wrapper {
    padding-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .branches-section.list-type-2 .bs-button-wrapper .btn,
  .branches-section.list-type-2 .bs-button-wrapper .wp-block-button .wp-block-button__link,
  .wp-block-button .branches-section.list-type-2 .bs-button-wrapper .wp-block-button__link,
  .branches-section.list-type-2 .bs-button-wrapper .mpForm .mpFormTable .mpQuestionTable .submitButton,
  .mpForm .mpFormTable .mpQuestionTable .branches-section.list-type-2 .bs-button-wrapper .submitButton,
  .branches-section.list-type-2 .bs-button-wrapper .woocommerce-checkout-payment .place-order .button,
  .woocommerce-checkout-payment .place-order .branches-section.list-type-2 .bs-button-wrapper .button,
  .branches-section.list-type-2 .bs-button-wrapper .single_add_to_cart_button {
    display: block;
    width: 100%;
  }
}

.cases-blocks-section .cb-desc {
  text-align: center;
  margin-bottom: 50px;
}

.cases-blocks-section .cases-blocks-wrap .cases-blocks .case-block-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-preferred-size: 33.3333333%;
  flex-basis: 33.3333333%;
  max-width: 33.3333333%;
}

@media only screen and (max-width: 960px) {
  .cases-blocks-section .cases-blocks-wrap .cases-blocks .case-block-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .cases-blocks-section .cases-blocks-wrap .cases-blocks .case-block-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: none;
  }
}

.cases-blocks-section .cases-blocks-wrap .cases-blocks .case-block-item .case-box-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 25px;
  background-color: #e6f6fc;
  position: relative;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1024px) {
  .cases-blocks-section .cases-blocks-wrap .cases-blocks .case-block-item .case-box-wrap {
    padding: 20px;
  }
}

.cases-blocks-section .cases-blocks-wrap .cases-blocks .case-block-item .case-box-wrap .case-box-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  z-index: 5;
}

.cases-blocks-section .cases-blocks-wrap .cases-blocks .case-block-item .case-box-wrap .case-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.cases-blocks-section .cases-blocks-wrap .cases-blocks .case-block-item .case-box-wrap .case-box .case-img-wrap {
  margin-bottom: 25px;
}

.cases-blocks-section .cases-blocks-wrap .cases-blocks .case-block-item .case-box-wrap .case-box .case-img-wrap .case-img {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 320px;
  background-color: #002a4d;
  background-size: cover;
  background-position: center;
}

.cases-blocks-section .cases-blocks-wrap .cases-blocks .case-block-item .case-box-wrap .case-box .case-img-wrap .case-img .case-label {
  display: inline-block;
  color: #002a4d;
  font-family: 'Greycliff CF', sans-serif;
  font-size: 20px;
  font-weight: 700;
  padding: 9px 15px 11px 15px;
  background-color: #fff;
  position: relative;
  left: 25px;
  bottom: 25px;
  cursor: default;
}

@media only screen and (max-width: 1024px) {
  .cases-blocks-section .cases-blocks-wrap .cases-blocks .case-block-item .case-box-wrap .case-box .case-img-wrap .case-img .case-label {
    left: 20px;
    bottom: 20px;
    font-size: 18px;
    padding: 5px 10px;
  }
}

.cases-blocks-section .cases-blocks-wrap .cases-blocks .case-block-item .case-box-wrap .case-box .case-img-wrap .case-img .case-label.label-color-2 {
  background-color: #e6f6fc;
}

.cases-blocks-section .cases-blocks-wrap .cases-blocks .case-block-item .case-box-wrap .case-box .case-img-wrap .case-img .case-label.label-color-3 {
  color: #fff;
  background-color: #23afe6;
}

.cases-blocks-section .cases-blocks-wrap .cases-blocks .case-block-item .case-box-wrap .case-box .case-img-wrap .case-img .case-label.label-color-4 {
  color: #fff;
  background-color: #002a4d;
}

.cases-blocks-section .cases-blocks-wrap .cases-blocks .case-block-item .case-box-wrap .case-box .case-img-wrap .case-img .case-label.label-color-5 {
  color: #002a4d;
  background-color: #f0e306;
}

.cases-blocks-section .cases-blocks-wrap .cases-blocks .case-block-item .case-box-wrap .case-box .case-img-wrap .case-img .case-label.label-color-6 {
  color: #fff;
  background-color: #d22f38;
}

.cases-blocks-section .cases-blocks-wrap .cases-blocks .case-block-item .case-box-wrap .case-box .case-box-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.cases-blocks-section .cases-blocks-wrap .cases-blocks .case-block-item .case-box-wrap .case-box .case-box-info .case-box-desc {
  margin-bottom: 15px;
}

.cases-blocks-section .cases-blocks-wrap .cases-blocks .case-block-item .case-box-wrap .case-box .case-box-info .case-link-wrap {
  margin-top: auto;
}

.cases-blocks-section .cases-blocks-wrap .cases-blocks .case-block-item .case-box-wrap .case-box .case-box-info .case-link-wrap .block-link {
  color: #002a4d;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.cases-blocks-section .cases-blocks-wrap .cases-blocks .case-block-item.size-50 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

@media only screen and (max-width: 767px) {
  .cases-blocks-section .cases-blocks-wrap .cases-blocks .case-block-item.size-50 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: none;
  }
}

.cases-blocks-section .cases-blocks-wrap .cases-blocks .case-block-item.size-66 {
  -ms-flex-preferred-size: 66.6666666%;
  flex-basis: 66.6666666%;
  max-width: 66.6666666%;
}

@media only screen and (max-width: 960px) {
  .cases-blocks-section .cases-blocks-wrap .cases-blocks .case-block-item.size-66 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .cases-blocks-section .cases-blocks-wrap .cases-blocks .case-block-item.size-66 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: none;
  }
}

.cases-blocks-section .cases-blocks-wrap.with-hover .cases-blocks .case-block-item .case-box-wrap:hover,
.cases-blocks-section .cases-blocks-wrap.with-hover .cases-blocks .case-block-item .case-box-wrap:focus {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0 10px 15px rgba(0, 29, 52, 0.05);
}

.cases-blocks-section .cases-blocks-wrap.with-hover .cases-blocks .case-block-item .case-box-wrap:hover .case-box-info .case-link-wrap .block-link,
.cases-blocks-section .cases-blocks-wrap.with-hover .cases-blocks .case-block-item .case-box-wrap:focus .case-box-info .case-link-wrap .block-link {
  color: #23afe6;
}

.cases-blocks-section .cases-blocks-wrap.with-hover .cases-blocks .case-block-item .case-box-wrap:hover .case-box-info .case-link-wrap .block-link:before,
.cases-blocks-section .cases-blocks-wrap.with-hover .cases-blocks .case-block-item .case-box-wrap:focus .case-box-info .case-link-wrap .block-link:before {
  left: 0;
}

.thumbnails-section .thumb-blocks {
  margin-bottom: -30px;
}

.thumbnails-section .thumb-blocks .thumb-block-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

@media only screen and (max-width: 960px) {
  .thumbnails-section .thumb-blocks .thumb-block-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: none;
  }
}

.thumbnails-section .thumb-blocks .thumb-block-item.size-100 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: none;
}

.thumbnails-section .thumb-blocks .thumb-block-item .thumb-block {
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 30px 25px 0 25px;
}

.thumbnails-section .thumb-blocks .thumb-block-item .thumb-block .thumb-block-text {
  margin-bottom: 30px;
}

.thumbnails-section .thumb-blocks .thumb-block-item .thumb-block .thumb-block-text .th-block-title {
  margin-bottom: 25px;
}

.thumbnails-section .thumb-blocks .thumb-block-item .thumb-block .thumbnails-box .th-item {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

@media only screen and (max-width: 767px) {
  .thumbnails-section .thumb-blocks .thumb-block-item .thumb-block .thumbnails-box .th-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: none;
  }
}

.thumbnails-section .thumb-blocks .thumb-block-item .thumb-block .thumbnails-box .th-item.size-100 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: none;
}

.thumbnails-section .thumb-blocks .thumb-block-item .thumb-block .thumbnails-box .th-item .th-box .th-img-wrap {
  position: relative;
}

.thumbnails-section .thumb-blocks .thumb-block-item .thumb-block .thumbnails-box .th-item .th-box .th-img-wrap .th-img {
  display: block;
  width: 100%;
  height: auto;
}

.thumbnails-section .thumb-blocks .thumb-block-item .thumb-block .thumbnails-box .th-item .th-box .th-img-wrap .th-img-bg {
  padding-top: 120%;
  background-color: #002A4D;
}

.thumbnails-section .thumb-blocks .thumb-block-item .thumb-block .thumbnails-box .th-item .th-box .th-img-wrap .zoom-link .zoom-icon {
  top: 50%;
  left: 50%;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.thumbnails-section .thumb-blocks .thumb-block-item .thumb-block .thumbnails-box .th-item .th-box .th-img-wrap.no-zoom-icon .zoom-link .zoom-icon {
  display: none;
}

.thumbnails-section .thumb-blocks .thumb-block-item .thumb-block .thumbnails-box .th-item .th-box .th-desc {
  text-align: center;
  margin-top: 20px;
}

.wp-block-cover {
  position: relative;
  margin-bottom: 30px;
}

.wp-block-cover .wp-block-cover__inner-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 15px;
}

.wp-block-cover .wp-block-cover__inner-container:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: #000;
  opacity: .5;
}

.wp-block-cover .wp-block-cover__inner-container p {
  position: relative;
  z-index: 3;
  color: #fff;
  font-size: 35px;
}

.wp-block-cover .wp-block-cover__inner-container h1,
.wp-block-cover .wp-block-cover__inner-container h2,
.wp-block-cover .wp-block-cover__inner-container h3,
.wp-block-cover .wp-block-cover__inner-container h4,
.wp-block-cover .wp-block-cover__inner-container h5,
.wp-block-cover .wp-block-cover__inner-container p,
.wp-block-cover .wp-block-cover__inner-container li,
.wp-block-cover .wp-block-cover__inner-container a {
  position: relative;
  z-index: 2;
}

.wp-block-image-lightbox {
  margin-bottom: 30px;
}

.wp-block-image-lightbox br {
  display: none;
}

.wp-block-image-lightbox .image-wrapper {
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}

.wp-block-image-lightbox .image-wrapper .zoom-link.with-th {
  cursor: zoom-in;
}

.wp-block-image-lightbox .image-wrapper .zoom-link.with-th .zoom-icon {
  opacity: 1;
}

.wp-block-image-lightbox .image-wrapper .zoom-link.with-th .zoom-icon:before {
  top: 4px;
  left: 4px;
  width: 48px;
  height: 48px;
}

@media only screen and (max-width: 1200px) {
  .wp-block-image-lightbox .image-wrapper .zoom-link.with-th .zoom-icon:before {
    top: 4px;
    left: 4px;
    width: 38px;
    height: 38px;
  }
}

@media only screen and (max-width: 1200px) {
  .wp-block-image-lightbox .image-wrapper .zoom-link.with-th .zoom-icon {
    top: 15px;
    right: 15px;
    opacity: 1;
    width: 50px;
    height: 50px;
    border: 2px dashed #fff;
  }
}

.wp-block-image-lightbox .image-wrapper .zoom-link.with-th:hover .zoom-icon:before,
.wp-block-image-lightbox .image-wrapper .thumbnails-section .thumb-blocks .thumb-block-item .thumb-block .thumbnails-box .th-item .th-box .with-th.th-img-wrap.show-icon-always .zoom-icon:before,
.thumbnails-section .thumb-blocks .thumb-block-item .thumb-block .thumbnails-box .th-item .th-box .wp-block-image-lightbox .image-wrapper .with-th.th-img-wrap.show-icon-always .zoom-icon:before {
  background-color: #23afe6;
}

.wp-block-image {
  margin-bottom: 30px;
}

.wp-block-image .aligncenter {
  text-align: center;
}

.wp-block-image.size-full.alignright {
  text-align: right;
}

.wp-block-image figure {
  margin-bottom: 0;
}

.wp-block-columns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.wp-block-columns .wp-block-column {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 15px;
}

.post-content p.has-background,
.post-content div.has-background {
  padding: 25px 30px;
  margin-bottom: 30px;
}

.wp-block-bullet-list {
  margin-bottom: 30px;
}

.wp-block-bullet-list .bullet-list {
  display: block;
  margin: 0;
  padding: 0;
}

.wp-block-bullet-list .bullet-list > li {
  list-style: none;
  color: #002a4d;
  font-size: 16px;
  font-weight: 400;
  padding-left: 30px;
  margin-bottom: 5px;
  position: relative;
}

.wp-block-bullet-list .bullet-list > li:last-child {
  margin-bottom: 0;
}

.wp-block-bullet-list .bullet-list.style-1 > li:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 13px;
  height: 10px;
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/check-dark-blue.svg);
}

.wp-block-bullet-list .bullet-list.style-2 > li:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-plus-product.svg);
}

.wp-block-bullet-list .bullet-list.style-4 > li:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #002a4d;
}

.wp-block-bullet-list .bullet-list.style-5 > li:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  border: 1px solid #002a4d;
}

.team-section .team-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.team-section .team-row .team-col {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-bottom: 30px;
  padding: 0 15px;
}

.team-loop-block {
  position: relative;
  width: 270px;
  margin: 0 auto;
  padding-bottom: 40px;
}

.team-loop-block .post-image {
  height: 300px;
  max-height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.team-loop-block .post-image .hover-image {
  opacity: 0;
}

.team-loop-block .info-row {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f0e306;
  line-height: 1;
  margin: 0 20px;
  padding: 20px 10px;
  text-align: center;
}

.team-loop-block .info-row .title {
  color: #002a4d;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}

.team-loop-block .info-row .function {
  color: #002a4d;
  font-size: 11px;
}

.team-loop-block .linkedin-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: -25px;
  right: -10px;
  width: 35px;
  height: 35px;
  color: #fff;
  cursor: pointer;
  background-color: #23afe6;
  border-radius: 0;
  line-height: 35px;
  text-decoration: unset;
}

.team-loop-block .linkedin-link:after {
  content: '';
}

.team-loop-block:hover .hover-image {
  opacity: 1;
}

.prices-step .section-title {
  margin-bottom: 50px;
  text-align: center;
}

.prices-step.prices-step-1 {
  background-color: #e6f6fc;
  padding-top: 100px;
  padding-bottom: 70px;
}

.prices-step.prices-step-1 .product-col {
  margin-bottom: 30px;
}

.prices-step.prices-step-2 {
  background-color: #fff;
  padding: 100px 0;
}

.prices-step.prices-step-2 .section-title {
  margin-bottom: 147px;
}

.prices-step.prices-step-3 {
  background-color: #e6f6fc;
  margin-bottom: 100px;
  padding: 100px 0;
}

.prices-step.prices-step-3 .step-subtitle {
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 30px;
  text-align: center;
}

.prices-step.prices-step-3 .product-connector-col {
  margin-bottom: 50px;
}

.product-block.dark-blue .text-color,
.product-block.red .text-color {
  color: #fff;
}

.product-block.dark-blue .product-header .info_badge .fa-info-circle,
.product-block.red .product-header .info_badge .fa-info-circle {
  width: 13px;
  height: 13px;
  background-size: 13px 13px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-info-product-white.svg);
}

.product-block.white .text-color,
.product-block.blue .text-color,
.product-block.yellow .text-color {
  color: #002a4d;
}

.product-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  height: 100%;
}

.product-block.white {
  background-color: #fff;
}

.product-block.blue {
  background-color: #23afe6;
}

.product-block.dark-blue {
  background-color: #002a4d;
}

.product-block.yellow {
  background-color: #f3e400;
}

.product-block.red {
  background-color: #d22f38;
}

.product-block .product-header {
  padding: 25px 20px;
}

.product-block .product-header .product-text {
  min-width: auto;
  font-size: 12.5px;
}

.product-block .title {
  font-family: 'Open Sans';
  margin-bottom: 5px;
}

.product-block .subtitle {
  display: block;
  min-height: 30px;
  line-height: 1.2;
  margin-bottom: 15px;
}

.product-block .price-info-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 6px;
  text-align: left;
}

.product-block .price-info-row .price {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  margin-right: 20px;
}

.product-block .price-info-row .date-text {
  line-height: 1.2;
}

.product-block .price-info-row .date-text .month {
  display: block;
  font-size: 13px;
  font-weight: 700;
}

.product-block .price-info-row .date-text .year {
  font-size: 13px;
  font-weight: 300;
}

.product-block .product-text {
  display: block;
  font-size: 13px;
  min-width: 270px;
}

.product-block .features-holder {
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #fff;
  border: 1px solid rgba(35, 175, 230, 0.15);
  padding: 25px 20px;
}

.product-block .features-title {
  display: block;
  color: #002a4d;
  font-weight: 700;
  margin-bottom: 4px;
}

.product-block .features-title.main {
  display: inline-block;
  font-size: 14px;
  position: relative;
}

.product-block .features-title.main.with-plus:after {
  content: '';
  position: absolute;
  top: 4px;
  right: -20px;
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-plus-product.svg);
}

.product-block .features-title.main > i {
  color: #23afe6;
  font-style: normal;
  font-weight: 700;
}

.product-block .features-title.special {
  font-size: 13px;
  margin-bottom: 10px;
}

.product-block .features-title.special > i {
  font-style: normal;
}

.product-block .features-title span {
  color: #23afe6;
}

.product-block .features-title span.price {
  color: #002a4d;
  font-weight: 400;
}

.product-connector-wrapper {
  height: 100%;
  background-color: #fff;
}

.product-connector-wrapper .product-connector {
  width: 290px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.product-connector-wrapper .product-connector .title {
  margin-bottom: 15px;
}

.product-connector-wrapper .product-connector .price-info-row {
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 15px;
}

.product-connector {
  background-color: #fff;
  padding: 25px;
}

.features-list,
.info_badge ul {
  list-style-type: none;
  margin: 0 0 20px;
  padding: 0;
}

.features-list:last-child,
.info_badge ul:last-child {
  margin-bottom: 0;
}

.features-list li,
.info_badge ul li,
.features-list .item,
.info_badge ul .item {
  position: relative;
  color: #002a4d;
  font-size: 13px;
  margin-bottom: 10px;
  line-height: 1.3;
  padding-left: 20px;
}

.features-list li:last-child,
.info_badge ul li:last-child,
.features-list .item:last-child,
.info_badge ul .item:last-child {
  margin-bottom: 0;
}

.features-list li:before,
.info_badge ul li:before,
.features-list li:after,
.info_badge ul li:after,
.features-list .item:before,
.info_badge ul .item:before,
.features-list .item:after,
.info_badge ul .item:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 0;
}

.features-list li.content-has-info .info_badge .formHelpText,
.info_badge ul li.content-has-info .info_badge .formHelpText,
.features-list .item.content-has-info .info_badge .formHelpText,
.info_badge ul .item.content-has-info .info_badge .formHelpText {
  left: 33px;
}

.features-list li.icon-plus-product:before,
.info_badge ul li.icon-plus-product:before,
.features-list .item.icon-plus-product:before,
.info_badge ul .item.icon-plus-product:before {
  top: 3px;
}

.features-list li.icon-users-product:before,
.info_badge ul li.icon-users-product:before,
.features-list .item.icon-users-product:before,
.info_badge ul .item.icon-users-product:before {
  top: 1px;
}

.features-list li ul,
.info_badge ul li ul,
.features-list .item ul,
.info_badge ul .item ul {
  margin-top: 10px;
}

.features-list li ul li:before,
.info_badge ul li ul li:before,
.features-list .item ul li:before,
.info_badge ul .item ul li:before {
  display: none;
}

.features-list li ul li:after,
.info_badge ul li ul li:after,
.features-list .item ul li:after,
.info_badge ul .item ul li:after {
  top: 1px;
  width: 7px;
  height: 12px;
  background-size: 7px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-chevron-right.svg);
}

.content-has-info {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
}

.content-has-info .info_badge {
  position: absolute;
  top: -2px;
  right: 0;
}

.content-has-info .info_badge .formHelpText {
  left: 32px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.info_badge {
  display: inline;
  margin-left: 5px;
  cursor: help;
  font-size: 14px;
  vertical-align: top;
  font-weight: 400;
  line-height: 24px;
}

.info_badge .fa-info-circle {
  display: inline-block;
  width: 13px;
  height: 13px;
  background-size: 13px 13px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-info-product-black.svg);
}

.info_badge .fa-info-circle:before {
  display: none;
}

.info_badge p,
.info_badge li,
.info_badge a {
  font-size: inherit;
}

.info_badge ul li {
  color: #002a4d;
}

.title-has-info-badge .info_badge {
  position: relative;
}

.title-has-info-badge .formHelpText {
  position: absolute;
  top: 10px;
  right: 0;
  left: unset;
  width: 100%;
  max-width: 360px;
  min-width: 320px;
}

.formHelpText {
  display: none;
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #002a4d;
  background-color: rgba(240, 227, 6, 0.97);
  padding: 15px;
  font-size: 13px;
  color: #002a4d;
  z-index: 999;
  left: 0;
  margin-top: 10px;
  white-space: normal;
  text-align: left;
}

.formHelpText .close {
  display: none;
}

@media (max-width: 768px) {
  .formHelpText .close {
    display: block;
    position: absolute;
    top: 0;
    right: 5px;
    font-size: .7em;
    font-weight: 900;
    padding: 5px;
  }
}

.back-to-archive {
  display: none;
  font-size: 16px;
  margin: 20px 0 50px;
  text-decoration: none;
}

.back-to-archive:before {
  content: '';
  display: inline-block;
  position: relative;
  top: -1px;
  line-height: 1;
  margin-right: 10px;
  vertical-align: middle;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 10px;
  height: 5px;
  background-size: 10px 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-caret-down-blue.svg);
}

.back-to-archive:hover {
  text-decoration: none;
}

.sidebar-block {
  border-bottom: 1px solid #ededed;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.sidebar-block:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.sidebar-block .partner-logo-holder {
  font-size: 0;
  text-align: center;
}

.parnter-info-list {
  list-style-type: none;
  margin: 0 0 30px;
  padding: 0;
}

.parnter-info-list .icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  margin-right: 14px;
}

.parnter-info-list .icon:before {
  content: '';
  display: inline-block;
}

.parnter-info-list li {
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 12px;
}

.parnter-info-list li:last-child {
  margin-bottom: 0;
}

.parnter-info-list li a {
  text-decoration: none;
}

.certified-partner-label {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  font-size: 16px;
  margin-bottom: 40px;
}

.certified-partner-label.no-label {
  padding-left: 0;
}

.certified-partner-label .labelColourCircle {
  position: absolute;
  top: 0;
  left: 0;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  margin-right: 15px;
}

.certified-partner-label .labelColourCircle.color-1gold {
  background-color: #ffd700;
}

.certified-partner-label .labelColourCircle.color-2silver {
  background-color: silver;
}

.certified-partner-label .labelColourCircle.color-3bronze {
  background-color: #cd7f32;
}

.taxonomy-side-wrapper .title {
  font-size: 20px;
  margin-bottom: 0;
}

.taxonomy-side-wrapper .terms {
  font-size: 16px;
  margin-bottom: 10px;
}

.partner-detail-rating .rating form,
.partner-overview-rating .rating form,
.partner-review-rating .rating form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.partner-detail-rating .rating form label,
.partner-overview-rating .rating form label,
.partner-review-rating .rating form label {
  color: #ddd;
  font-size: 0;
  margin: 0 2px;
  padding: 0;
}

.partner-detail-rating .rating form label:before,
.partner-overview-rating .rating form label:before,
.partner-review-rating .rating form label:before {
  content: '';
  display: inline-block;
  width: 41px;
  height: 40px;
  background-size: 41px 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-star-solid-grey.svg);
}

.partner-detail-rating .rating form .half:before,
.partner-overview-rating .rating form .half:before,
.partner-review-rating .rating form .half:before {
  position: absolute;
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}

.partner-detail-rating .rating form input,
.partner-overview-rating .rating form input,
.partner-review-rating .rating form input {
  display: none;
}

.partner-detail-rating .rating {
  margin: 0 -6px 20px;
}

.partner-detail-rating .rating form label:before {
  width: 23px;
  height: 24px;
  background-size: 23px 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-star-solid-grey.svg);
}

.partner-detail-rating .rating form input:checked ~ label:before {
  width: 23px;
  height: 24px;
  background-size: 23px 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-star-solid-yellow.svg);
}

.partner-detail-rating .rating form input:checked ~ label.half:before {
  width: 11px;
  height: 24px;
  background-size: 11px 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-star-half-yellow.svg);
}

.partner-detail-rating a {
  font-size: 16px;
  text-decoration: none;
}

.rating > form > input:checked ~ label {
  color: #f0e306;
}

.rating > form > input:checked ~ label:before {
  width: 41px;
  height: 40px;
  background-size: 41px 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-star-solid-yellow.svg);
}

.rating > form > input:checked ~ label.half:before {
  width: 21px;
  height: 40px;
  background-size: 21px 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-star-half-yellow.svg);
}

.gform_wrapper .rating-radios .gfield_radio {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.gform_wrapper .rating-radios .gfield_radio label {
  font-size: 0;
}

.gform_wrapper .rating-radios .gfield_radio label:before {
  content: '';
  display: inline-block;
  width: 41px;
  height: 40px;
  background-size: 41px 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-star-solid-grey.svg);
}

.gform_wrapper .rating-radios .gfield_radio label.checked:before,
.gform_wrapper .rating-radios .gfield_radio label.hovered:before {
  width: 41px;
  height: 40px;
  background-size: 41px 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-star-solid-yellow.svg);
}

.gform_wrapper .rating-radios .gfield_radio label.checked.not-hovered:before {
  width: 41px;
  height: 40px;
  background-size: 41px 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-star-solid-grey.svg);
}

.gform_wrapper .rating-radios .gfield_radio input {
  display: none;
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.gform_wrapper .rating-radios .gfield_radio input:checked ~ label:before {
  width: 41px;
  height: 40px;
  background-size: 41px 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-star-solid-yellow.svg);
}

.gform_wrapper .rating-radios .gfield_radio input:checked ~ label.not-hovered:before {
  width: 41px;
  height: 40px;
  background-size: 41px 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-star-solid-grey.svg);
}

.partner-title {
  color: #23afe6;
}

.partner-cases-title {
  margin-bottom: 20px;
}

.partner-case-column {
  margin-bottom: 30px;
}

.client-case .case-image {
  display: inline-block;
  width: 100%;
  font-size: 0;
  margin-bottom: 10px;
}

.client-case .case-image .case-thumbnail {
  display: inline-block;
  width: 100%;
  height: 190px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.review-block {
  border-bottom: 1px solid #ededed;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.review-block:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.review-block .review-block-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.review-block .review-block-header .partner-review-rating {
  margin-bottom: 15px;
}

.review-block .review-block-header .review-date {
  font-size: 16px;
  font-style: italic;
  margin-bottom: 15px;
}

.review-block .review-title {
  margin-bottom: 25px;
}

.review-block .company-name {
  color: #002a4d;
  font-style: italic;
}

.review-block .block-w-read-more .read-more-btn {
  font-size: 16px;
}

.review-block .name {
  font-size: 16px;
}

.gform_wrapper .review-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper .review-form textarea,
.offerte-form-modal .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.offerte-form-modal .gform_wrapper textarea {
  width: 100%;
  background-color: #fff;
  border: 1px solid #d6d6d6 !important;
  font-size: 18px;
  outline: none;
}

.gform_wrapper .review-form input:focus:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper .review-form textarea:focus,
.offerte-form-modal .gform_wrapper input:focus:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.offerte-form-modal .gform_wrapper textarea:focus {
  box-shadow: 0 10px 15px rgba(0, 29, 52, 0.05);
  border-color: rgba(35, 175, 230, 0.15);
}

.gform_wrapper .review-form ul li.gfield {
  margin-top: 0;
  margin-bottom: 20px;
}

.gform_wrapper .review-form label.gfield_label {
  line-height: 1;
  font-size: 17px;
  font-weight: 400;
}

.open-form-partner {
  font-size: 13px;
}

.offerte-form-modal .modal-header {
  border-bottom: 1px solid #e5e5e5;
  margin: 0 -35px 40px;
  padding: 11px 50px 11px 35px;
}

.offerte-form-modal .title {
  color: #23afe6;
  margin-bottom: 0;
}

.offerte-form-modal .gform_wrapper {
  margin: 0;
}

.offerte-form-modal .gform_wrapper label.gfield_label,
.offerte-form-modal .gform_wrapper legend.gfield_label {
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
}

.offerte-form-modal .gform_wrapper .top_label div.ginput_container {
  margin-top: 0;
}

.offerte-form-modal .gform_wrapper .gform_footer {
  padding-bottom: 0;
}

.block-w-read-more .read-more-holder {
  margin-bottom: 30px;
}

.block-w-read-more .read-more-text,
.block-w-read-more .read-more-excerpt {
  font-size: 16px;
  margin-bottom: 25px;
}

.block-w-read-more .read-more-text p,
.block-w-read-more .read-more-excerpt p {
  font-size: inherit;
}

.block-w-read-more .read-more-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}

.block-w-read-more .read-more-btn:after {
  content: '';
  display: inline-block;
  margin-left: 10px;
  width: 10px;
  height: 5px;
  background-size: 10px 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-caret-down-blue.svg);
}

.page-area {
  border: 1px solid #ededed;
  padding: 20px;
  margin-bottom: 50px;
}

.page-area.parnters-review-area .reviews-title {
  margin: 25px 0;
}

.page-area.send-review-area .area-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-area.send-review-area .title {
  width: 60%;
  padding-right: 20px;
  transition: width .2s ease-in-out;
}

.page-area.send-review-area .title.full {
  width: 100%;
}

.page-area.send-review-area .review-form-holder {
  display: none;
}

.partners-filter select,
.partner-sort-select {
  background-image: url(../../resources/images/svg/icon-chevron-blue-down.svg);
  background-position: calc(100% - 15px) 50%;
  background-repeat: no-repeat;
  background-size: 20px 12px;
  padding: 10px 45px 10px 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.filter-holder {
  margin-bottom: 100px;
}

.filter-holder .filter-title {
  font-size: 20px;
}

.filter-holder .filter-title sup {
  color: #23afe6;
}

.filter-holder .filter-wrapper {
  margin-bottom: 20px;
}

.filter-holder .filter-wrapper .filter-info {
  color: #002a4d;
  font-size: 12px;
  font-style: italic;
}

.filter-holder .filter-wrapper .filter-info sup {
  color: #23afe6;
}

.info-aside-block {
  margin-bottom: 40px;
}

.info-aside-block .link-row a:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #23afe6;
  margin-left: 5px;
}

.partners-filter {
  position: relative;
}

.partners-filter.loading:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}

.partners-filter ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.partners-filter ul li label {
  position: relative;
  width: 100%;
  color: #002a42;
  font-size: 16px;
  padding-left: 35px;
}

.partners-filter ul li label input[type="checkbox"] {
  display: none;
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.partners-filter ul li label input[type="checkbox"]:checked + .check:after {
  content: '';
  width: 16px;
  height: 12px;
  background-size: 16px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-check.svg);
}

.partners-filter ul li label .check {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  border: 1px solid #ccdde3;
  background-color: #fff;
}

.partners-filter ul li label.label-partner_label {
  padding-right: 30px;
}

.partners-filter ul li label.label-partner_label:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.partners-filter ul li label.label-partner_label.v-1gold:after {
  background-color: gold;
}

.partners-filter ul li label.label-partner_label.v-2silver:after {
  background-color: silver;
}

.partners-filter ul li label.label-partner_label.v-3bronze:after {
  background-color: #cd7f32;
}

.partners-filter select {
  width: 100%;
}

.partners-filter select::-ms-expand {
  display: none;
}

.control-row {
  margin-bottom: 70px;
}

.control-row .control-col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.selected-filters-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.selected-filters-container:not(.active) {
  display: none;
}

.selected-filters-container .reset-filters {
  margin-right: 40px;
  margin-bottom: 10px;
}

.selected-filters-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.selected-filters-row .active-filter {
  background-color: #fff;
  background-image: url(../../resources/images/svg/icon-cross-blue.svg);
  background-position: calc(100% - 10px) 50%;
  background-repeat: no-repeat;
  background-size: 10px 10px;
  border-radius: 5px;
  border: 1px solid #e3e3e3;
  cursor: pointer;
  padding: 5px 25px 5px 5px;
  margin-right: 10px;
  margin-bottom: 10px;
  line-height: 1;
}

.sorting-filter-wrapper {
  margin-left: auto;
}

.sorting-filter-wrapper .text {
  color: #002a42;
  font-size: 16px;
  margin-right: 5px;
}

.partner-sort-select {
  border: 1px solid #ccdde3;
}

.partner-search-form {
  position: relative;
  z-index: 5;
  margin-bottom: 20px;
}

.partner-search-form .search-title {
  font-size: 20px;
}

.partner-search-form .partner-search-input {
  width: 100%;
  border-radius: 0;
  border: 1px solid #ccdde3;
  padding: 10px 15px;
}

.partner-search-form .partner-names {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 150px;
  background-color: #fff;
  border: 1px solid #002a4d;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: auto;
}

.partner-search-form .partner-names li {
  cursor: pointer;
  padding: 5px;
}

.partner-search-form .partner-names li:hover {
  background-color: #e3e3e3;
}

.partner-col {
  margin-bottom: 30px;
}

.partner-loop-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  max-width: 360px;
  background-color: #fff;
  border: 1px solid #ccdde3;
  margin: 0 auto;
  padding: 20px;
}

.partner-loop-block .partner-logo-holder {
  font-size: 0;
  margin-bottom: 20px;
  text-align: center;
}

.partner-loop-block .partner-overview-title {
  font-size: 20px;
  margin-bottom: 10px;
}

.partner-loop-block .partner-overview-title a {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
}

.partner-loop-block .partner-overview-text {
  min-height: 120px;
  font-size: 16px;
  margin-bottom: 50px;
}

.partner-loop-block .partner-overview-text a {
  color: #002a4d;
  font-size: inherit;
  text-decoration: none;
}

.partner-loop-block .partner-overview-text a:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #23afe6;
  margin-left: 5px;
}

.partner-loop-block .partner-rating-wrapper {
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
}

.partner-loop-block .partner-rating-wrapper .left-wrapper {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.partner-loop-block .partner-rating-wrapper .partner-label-image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 20px;
}

.posts-list-wrap .posts-list .post-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

@media only screen and (max-width: 960px) {
  .posts-list-wrap .posts-list .post-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .posts-list-wrap .posts-list .post-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: none;
  }
}

.posts-list-wrap .posts-list .post-item .post-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
  top: 0;
  position: relative;
  background-color: #fff;
  border: 1px solid #e6f6fc;
  transition: all 0.3s ease-in-out;
}

.posts-list-wrap .posts-list .post-item .post-box .post-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  z-index: 5;
}

.posts-list-wrap .posts-list .post-item .post-box .post-th-wrap {
  position: relative;
  overflow: hidden;
}

.posts-list-wrap .posts-list .post-item .post-box .post-th-wrap .post-th {
  padding-top: 56.25%;
  background-size: cover;
  background-position: center;
  background-color: #23afe6;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}

.posts-list-wrap .posts-list .post-item .post-box .post-th-wrap .post-th.no-image:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background-size: 100px 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/logo-circle-dark.svg);
  opacity: 0.25;
}

.posts-list-wrap .posts-list .post-item .post-box .post-info-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 25px;
}

@media only screen and (max-width: 1280px) {
  .posts-list-wrap .posts-list .post-item .post-box .post-info-box {
    padding: 15px;
  }
}

.posts-list-wrap .posts-list .post-item .post-box .post-info-box .post-info {
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 20px;
}

.posts-list-wrap .posts-list .post-item .post-box .post-info-box .post-info .post-title {
  color: #002a4d;
  margin-bottom: 15px;
}

@media only screen and (max-width: 1280px) {
  .posts-list-wrap .posts-list .post-item .post-box .post-info-box .post-info .post-title {
    line-height: 1.1;
  }
}

.posts-list-wrap .posts-list .post-item .post-box .post-info-box .post-info .post-excerpt p {
  color: #002a4d !important;
  font-size: 16px;
}

@media only screen and (max-width: 1280px) {
  .posts-list-wrap .posts-list .post-item .post-box .post-info-box .post-info .post-excerpt p {
    font-size: 15px;
  }
}

@media only screen and (max-width: 374px) {
  .posts-list-wrap .posts-list .post-item .post-box .post-info-box .post-info .post-excerpt p {
    font-size: 14px;
  }
}

.posts-list-wrap .posts-list .post-item .post-box:hover,
.posts-list-wrap .posts-list .post-item .post-box:focus {
  box-shadow: 0 10px 15px rgba(0, 29, 52, 0.05);
  border: 1px solid rgba(35, 175, 230, 0.15);
}

.posts-list-wrap .posts-list .post-item.download-item {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

@media only screen and (max-width: 1024px) {
  .posts-list-wrap .posts-list .post-item.download-item {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
}

@media only screen and (max-width: 960px) {
  .posts-list-wrap .posts-list .post-item.download-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .posts-list-wrap .posts-list .post-item.download-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: none;
  }
}

.posts-list-wrap .posts-list .post-item.download-item .post-box {
  padding: 20px;
}

.posts-list-wrap .posts-list .post-item.download-item .post-box .post-th-wrap {
  margin-bottom: 20px;
}

.posts-list-wrap .posts-list .post-item.download-item .post-box .post-th-wrap .post-th {
  padding-top: 142.5%;
}

.posts-list-wrap .posts-list .post-item.download-item .post-box .post-info-box {
  padding: 0;
}

.posts-list-wrap .posts-list .post-item.download-item .post-box .post-info-box .post-info {
  text-align: center;
}

.posts-list-wrap .posts-list .post-item.download-item .post-box .post-info-box .post-info .post-title {
  font-size: 18px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 960px) {
  .posts-list-wrap .posts-list .post-item.download-item .post-box .post-info-box .post-info .post-title {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .posts-list-wrap .posts-list .post-item.download-item .post-box .post-info-box .post-info .post-title {
    font-size: 18px;
  }
}

.posts-list-wrap .posts-list .post-item.download-item .post-box .post-info-box .post-info .post-excerpt p {
  font-size: 16px;
}

@media only screen and (max-width: 374px) {
  .posts-list-wrap .posts-list .post-item.download-item .post-box .post-info-box .post-info .post-excerpt p {
    font-size: 14px;
  }
}

.posts-list-wrap .posts-list .post-item.download-item .post-box .post-info-box .btn,
.posts-list-wrap .posts-list .post-item.download-item .post-box .post-info-box .wp-block-button .wp-block-button__link,
.wp-block-button .posts-list-wrap .posts-list .post-item.download-item .post-box .post-info-box .wp-block-button__link,
.posts-list-wrap .posts-list .post-item.download-item .post-box .post-info-box .mpForm .mpFormTable .mpQuestionTable .submitButton,
.mpForm .mpFormTable .mpQuestionTable .posts-list-wrap .posts-list .post-item.download-item .post-box .post-info-box .submitButton,
.posts-list-wrap .posts-list .post-item.download-item .post-box .post-info-box .woocommerce-checkout-payment .place-order .button,
.woocommerce-checkout-payment .place-order .posts-list-wrap .posts-list .post-item.download-item .post-box .post-info-box .button,
.posts-list-wrap .posts-list .post-item.download-item .post-box .post-info-box .single_add_to_cart_button {
  display: block;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.posts-list-wrap .posts-list .post-item.download-item .post-box:hover .post-info-box .btn,
.posts-list-wrap .posts-list .post-item.download-item .post-box:hover .post-info-box .wp-block-button .wp-block-button__link,
.wp-block-button .posts-list-wrap .posts-list .post-item.download-item .post-box:hover .post-info-box .wp-block-button__link,
.posts-list-wrap .posts-list .post-item.download-item .post-box:hover .post-info-box .mpForm .mpFormTable .mpQuestionTable .submitButton,
.mpForm .mpFormTable .mpQuestionTable .posts-list-wrap .posts-list .post-item.download-item .post-box:hover .post-info-box .submitButton,
.posts-list-wrap .posts-list .post-item.download-item .post-box:hover .post-info-box .woocommerce-checkout-payment .place-order .button,
.woocommerce-checkout-payment .place-order .posts-list-wrap .posts-list .post-item.download-item .post-box:hover .post-info-box .button,
.posts-list-wrap .posts-list .post-item.download-item .post-box:hover .post-info-box .single_add_to_cart_button,
.posts-list-wrap .posts-list .post-item.download-item .post-box:focus .post-info-box .btn,
.posts-list-wrap .posts-list .post-item.download-item .post-box:focus .post-info-box .wp-block-button .wp-block-button__link,
.wp-block-button .posts-list-wrap .posts-list .post-item.download-item .post-box:focus .post-info-box .wp-block-button__link,
.posts-list-wrap .posts-list .post-item.download-item .post-box:focus .post-info-box .mpForm .mpFormTable .mpQuestionTable .submitButton,
.mpForm .mpFormTable .mpQuestionTable .posts-list-wrap .posts-list .post-item.download-item .post-box:focus .post-info-box .submitButton,
.posts-list-wrap .posts-list .post-item.download-item .post-box:focus .post-info-box .woocommerce-checkout-payment .place-order .button,
.woocommerce-checkout-payment .place-order .posts-list-wrap .posts-list .post-item.download-item .post-box:focus .post-info-box .button,
.posts-list-wrap .posts-list .post-item.download-item .post-box:focus .post-info-box .single_add_to_cart_button {
  color: #fff;
  border-color: #002a4d;
  background-color: #002a4d;
}

.posts-list-wrap .posts-list .post-item.case-item {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

@media only screen and (max-width: 1024px) {
  .posts-list-wrap .posts-list .post-item.case-item {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
}

@media only screen and (max-width: 960px) {
  .posts-list-wrap .posts-list .post-item.case-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .posts-list-wrap .posts-list .post-item.case-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: none;
  }
}

.posts-list-wrap .posts-list .post-item.case-item .post-box {
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 25px;
}

.posts-list-wrap .posts-list .post-item.case-item .post-box .post-th-img-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .posts-list-wrap .posts-list .post-item.case-item .post-box .post-th-img-wrap {
    margin-bottom: 30px;
  }
}

.posts-list-wrap .posts-list .post-item.case-item .post-box .post-th-img-wrap img {
  display: block;
  margin: 0 auto;
}

.posts-list-wrap .posts-list .post-item.case-item .post-box .post-info-box {
  padding: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.posts-list-wrap .posts-list .post-item.case-item .post-box .post-info-box .post-info {
  text-align: center;
}

.posts-list-wrap .posts-list .post-item.case-item .post-box .post-info-box .post-info .post-title {
  font-size: 18px;
  margin-bottom: 10px;
}

.posts-list-wrap .posts-list .post-item.case-item .post-box .post-info-box .post-info .post-excerpt p {
  font-size: 16px;
}

.posts-list-wrap .posts-list .post-item.case-item .post-box .post-info-box .btn,
.posts-list-wrap .posts-list .post-item.case-item .post-box .post-info-box .wp-block-button .wp-block-button__link,
.wp-block-button .posts-list-wrap .posts-list .post-item.case-item .post-box .post-info-box .wp-block-button__link,
.posts-list-wrap .posts-list .post-item.case-item .post-box .post-info-box .mpForm .mpFormTable .mpQuestionTable .submitButton,
.mpForm .mpFormTable .mpQuestionTable .posts-list-wrap .posts-list .post-item.case-item .post-box .post-info-box .submitButton,
.posts-list-wrap .posts-list .post-item.case-item .post-box .post-info-box .woocommerce-checkout-payment .place-order .button,
.woocommerce-checkout-payment .place-order .posts-list-wrap .posts-list .post-item.case-item .post-box .post-info-box .button,
.posts-list-wrap .posts-list .post-item.case-item .post-box .post-info-box .single_add_to_cart_button {
  transition: all 0.3s ease-in-out;
}

.posts-list-wrap .posts-list .post-item.case-item .post-box:hover .post-info-box .btn,
.posts-list-wrap .posts-list .post-item.case-item .post-box:hover .post-info-box .wp-block-button .wp-block-button__link,
.wp-block-button .posts-list-wrap .posts-list .post-item.case-item .post-box:hover .post-info-box .wp-block-button__link,
.posts-list-wrap .posts-list .post-item.case-item .post-box:hover .post-info-box .mpForm .mpFormTable .mpQuestionTable .submitButton,
.mpForm .mpFormTable .mpQuestionTable .posts-list-wrap .posts-list .post-item.case-item .post-box:hover .post-info-box .submitButton,
.posts-list-wrap .posts-list .post-item.case-item .post-box:hover .post-info-box .woocommerce-checkout-payment .place-order .button,
.woocommerce-checkout-payment .place-order .posts-list-wrap .posts-list .post-item.case-item .post-box:hover .post-info-box .button,
.posts-list-wrap .posts-list .post-item.case-item .post-box:hover .post-info-box .single_add_to_cart_button,
.posts-list-wrap .posts-list .post-item.case-item .post-box:focus .post-info-box .btn,
.posts-list-wrap .posts-list .post-item.case-item .post-box:focus .post-info-box .wp-block-button .wp-block-button__link,
.wp-block-button .posts-list-wrap .posts-list .post-item.case-item .post-box:focus .post-info-box .wp-block-button__link,
.posts-list-wrap .posts-list .post-item.case-item .post-box:focus .post-info-box .mpForm .mpFormTable .mpQuestionTable .submitButton,
.mpForm .mpFormTable .mpQuestionTable .posts-list-wrap .posts-list .post-item.case-item .post-box:focus .post-info-box .submitButton,
.posts-list-wrap .posts-list .post-item.case-item .post-box:focus .post-info-box .woocommerce-checkout-payment .place-order .button,
.woocommerce-checkout-payment .place-order .posts-list-wrap .posts-list .post-item.case-item .post-box:focus .post-info-box .button,
.posts-list-wrap .posts-list .post-item.case-item .post-box:focus .post-info-box .single_add_to_cart_button {
  color: #fff;
  border-color: #002a4d;
  background-color: #002a4d;
}

.share-icons-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
  padding: 50px 0 35px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

@media only screen and (max-width: 1024px) {
  .share-icons-box {
    margin-top: 40px;
    padding: 30px 0 15px 0;
  }
}

@media only screen and (max-width: 767px) {
  .share-icons-box {
    margin-top: 30px;
    padding: 20px 0 10px 0;
  }
}

.share-icons-box .share-text {
  display: inline-block;
  font-size: 18px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .share-icons-box .share-text {
    font-size: 16px;
  }
}

.share-icons-box .share-icons {
  display: block;
  margin-bottom: 15px;
}

.addtoany_list > a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  padding: 0;
  margin: 0 10px;
  position: relative;
}

.addtoany_list > a:first-child {
  margin-left: 0;
}

.addtoany_list > a:last-child {
  margin-right: 0;
}

.addtoany_list > a .a2a_svg {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  transition: all 0.3s ease-in-out;
  border: 2px solid #002a4d !important;
  background-color: transparent !important;
  position: relative;
  z-index: 2;
}

.addtoany_list > a .a2a_svg svg {
  display: block;
  width: auto;
  top: 3px;
  height: 30px;
}

.addtoany_list > a .a2a_svg svg path {
  fill: #002a4d !important;
  transition: all 0.3s ease-in-out;
}

.addtoany_list > a:hover .a2a_svg,
.addtoany_list > a:focus .a2a_svg {
  opacity: 1;
  background-color: #002a4d !important;
}

.addtoany_list > a:hover .a2a_svg svg path,
.addtoany_list > a:focus .a2a_svg svg path {
  fill: #fff !important;
}

.post-info-line {
  font-size: 13px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 374px) {
  .post-info-line {
    font-size: 12px;
  }
}

.post-info-line > span {
  display: inline-block;
  position: relative;
  margin-right: 14px;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.post-info-line > span:after {
  content: '';
  position: absolute;
  top: 4px;
  right: -9px;
  width: 1px;
  height: 12px;
  background-color: #002a4d;
}

@media only screen and (max-width: 374px) {
  .post-info-line > span:after {
    height: 11px;
  }
}

.post-info-line > span > i {
  font-style: normal;
  text-transform: lowercase;
}

.post-info-line > span:last-child {
  margin-right: 0;
}

.post-info-line > span:last-child:after {
  display: none;
}

.post-single-wrapper {
  margin-top: 100px;
}

@media only screen and (max-width: 1280px) {
  .post-single-wrapper {
    margin-top: 70px;
  }
}

@media only screen and (max-width: 1024px) {
  .post-single-wrapper {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .post-single-wrapper {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 374px) {
  .post-single-wrapper {
    margin-top: 30px;
  }
}

.post-single-wrapper .back-to-archive-row {
  display: none;
}

.post-single-wrapper .back-to-archive-row .back-to-archive-box {
  margin-top: 20px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 960px) {
  .post-single-wrapper .back-to-archive-row .back-to-archive-box {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 374px) {
  .post-single-wrapper .back-to-archive-row .back-to-archive-box {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 374px) {
  .post-single-wrapper .back-to-archive-row .back-to-archive-box .link-btn {
    font-size: 14px;
  }
}

@media only screen and (max-width: 374px) {
  .post-single-wrapper .back-to-archive-row .back-to-archive-box .link-btn:before {
    top: 6px;
  }
}

.post-single-wrapper .post-info {
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .post-single-wrapper .post-info {
    margin-bottom: 30px;
  }
}

.post-single-wrapper .post-info .post-title {
  margin-bottom: 15px;
}

.post-single-wrapper .post-sidebar .sidebar-box {
  padding: 20px;
  border: 1px solid #ccdde3;
  margin-bottom: 30px;
}

.post-single-wrapper .post-sidebar .sidebar-box:last-child {
  margin-bottom: 0;
}

.post-single-wrapper .post-sidebar .post-author-box {
  border-color: #ccdde3;
}

@media only screen and (max-width: 960px) {
  .post-single-wrapper .post-sidebar .post-author-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .post-single-wrapper .post-sidebar .post-author-box {
    display: block;
  }
}

.post-single-wrapper .post-sidebar .post-author-box .author-photo-wrap img {
  display: block;
  border-radius: 50%;
  margin: 0 auto;
  max-width: 200px;
}

@media only screen and (max-width: 960px) {
  .post-single-wrapper .post-sidebar .post-author-box .author-photo-wrap img {
    width: 100px;
    margin-right: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .post-single-wrapper .post-sidebar .post-author-box .author-photo-wrap img {
    width: 150px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 374px) {
  .post-single-wrapper .post-sidebar .post-author-box .author-photo-wrap img {
    width: 120px;
  }
}

.post-single-wrapper .post-sidebar .post-author-box .author-info {
  margin-top: 30px;
  text-align: center;
}

@media only screen and (max-width: 960px) {
  .post-single-wrapper .post-sidebar .post-author-box .author-info {
    margin-top: 0;
    text-align: left;
  }
}

@media only screen and (max-width: 767px) {
  .post-single-wrapper .post-sidebar .post-author-box .author-info {
    margin-top: 20px;
    text-align: center;
  }
}

.post-single-wrapper .post-sidebar .post-author-box .author-info .author-label {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 14px;
}

@media only screen and (max-width: 960px) {
  .post-single-wrapper .post-sidebar .post-author-box .author-info .author-label {
    font-size: 16px;
    margin-bottom: 0;
  }
}

.post-single-wrapper .post-sidebar .post-author-box .author-info .author-name {
  display: block;
  font-size: 24px;
  line-height: 1.25;
}

.post-single-wrapper .post-sidebar .related-posts-box .rel-posts-title {
  font-size: 23px;
  text-align: center;
  margin-bottom: 30px;
}

@media only screen and (max-width: 960px) {
  .post-single-wrapper .post-sidebar .related-posts-box .related-posts {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
}

@media only screen and (max-width: 767px) {
  .post-single-wrapper .post-sidebar .related-posts-box .related-posts {
    display: block;
    margin: 0;
  }
}

.post-single-wrapper .post-sidebar .related-posts-box .related-posts .post-item {
  padding: 0;
  margin-bottom: 0;
}

@media only screen and (max-width: 960px) {
  .post-single-wrapper .post-sidebar .related-posts-box .related-posts .post-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .post-single-wrapper .post-sidebar .related-posts-box .related-posts .post-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: none;
  }
}

.post-single-wrapper .post-sidebar .related-posts-box .related-posts .post-item .post-box {
  position: relative;
  margin-bottom: 20px;
}

@media only screen and (max-width: 960px) {
  .post-single-wrapper .post-sidebar .related-posts-box .related-posts .post-item .post-box {
    padding: 15px;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .post-single-wrapper .post-sidebar .related-posts-box .related-posts .post-item .post-box {
    padding: 0;
    margin-bottom: 30px;
  }
}

.post-single-wrapper .post-sidebar .related-posts-box .related-posts .post-item .post-box .post-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  z-index: 5;
}

.post-single-wrapper .post-sidebar .related-posts-box .related-posts .post-item .post-box .post-th-wrap {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}

.post-single-wrapper .post-sidebar .related-posts-box .related-posts .post-item .post-box .post-th-wrap .post-th {
  padding-top: 56.25%;
  background-size: cover;
  background-position: center;
  background-color: #23afe6;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}

.post-single-wrapper .post-sidebar .related-posts-box .related-posts .post-item .post-box .post-th-wrap .post-th.no-image:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background-size: 100px 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/logo-circle-dark.svg);
  opacity: 0.25;
}

.post-single-wrapper .post-sidebar .related-posts-box .related-posts .post-item .post-box .post-info-box .post-info {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .post-single-wrapper .post-sidebar .related-posts-box .related-posts .post-item .post-box .post-info-box .post-info .post-title {
    font-size: 23px;
  }
}

@media only screen and (max-width: 374px) {
  .post-single-wrapper .post-sidebar .related-posts-box .related-posts .post-item .post-box .post-info-box .post-info .post-title {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .post-single-wrapper .post-sidebar .related-posts-box .related-posts .post-item .post-box .post-info-box .post-info .post-info-line {
    font-size: 15px;
  }
}

@media only screen and (max-width: 374px) {
  .post-single-wrapper .post-sidebar .related-posts-box .related-posts .post-item .post-box .post-info-box .post-info .post-info-line {
    font-size: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .post-single-wrapper .post-sidebar .related-posts-box .related-posts .post-item .post-box .post-info-box .post-info .post-info-line > span:after {
    top: 6px;
    height: 13px;
  }
}

@media only screen and (max-width: 374px) {
  .post-single-wrapper .post-sidebar .related-posts-box .related-posts .post-item .post-box .post-info-box .post-info .post-info-line > span:after {
    top: 4px;
    height: 12px;
  }
}

.post-single-wrapper .post-sidebar .related-posts-box .related-posts .post-item .post-box .post-info-box .post-info .post-excerpt p {
  font-size: 15px;
}

@media only screen and (max-width: 960px) {
  .post-single-wrapper .post-sidebar .related-posts-box .related-posts .post-item .post-box .post-info-box .post-info .post-excerpt p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 374px) {
  .post-single-wrapper .post-sidebar .related-posts-box .related-posts .post-item .post-box .post-info-box .post-info .post-excerpt p {
    font-size: 15px;
  }
}

.post-single-wrapper .post-sidebar .related-posts-box .related-posts .post-item .post-box .post-info-box .link-btn {
  font-size: 14px;
  padding-left: 15px;
}

@media only screen and (max-width: 767px) {
  .post-single-wrapper .post-sidebar .related-posts-box .related-posts .post-item .post-box .post-info-box .link-btn {
    font-size: 16px;
    padding-left: 18px;
  }
}

@media only screen and (max-width: 374px) {
  .post-single-wrapper .post-sidebar .related-posts-box .related-posts .post-item .post-box .post-info-box .link-btn {
    font-size: 14px;
    padding-left: 15px;
  }
}

.post-single-wrapper .post-sidebar .related-posts-box .related-posts .post-item .post-box .post-info-box .link-btn:before {
  top: 6px;
}

@media only screen and (max-width: 767px) {
  .post-single-wrapper .post-sidebar .related-posts-box .related-posts .post-item .post-box .post-info-box .link-btn:before {
    top: 7px;
  }
}

@media only screen and (max-width: 374px) {
  .post-single-wrapper .post-sidebar .related-posts-box .related-posts .post-item .post-box .post-info-box .link-btn:before {
    top: 6px;
  }
}

.post-single-wrapper .post-sidebar .related-posts-box .related-posts .post-item:last-child .post-box {
  margin-bottom: 0;
}

.concept-title {
  margin-bottom: 30px;
}

.concept-content .wp-block-group.has-background,
.concept-content .wp-block-column.has-background {
  padding: 25px 30px;
}

@media only screen and (max-width: 960px) {
  .concept-content .wp-block-group.has-background,
  .concept-content .wp-block-column.has-background {
    padding: 15px 20px;
  }
}

.concept-content p strong {
  font-weight: 600;
  margin-bottom: 20px;
}

.prev-next-posts-line {
  padding: 25px 0;
  margin-top: 30px;
  border-top: 1px solid #e6f6fc;
  border-bottom: 1px solid #e6f6fc;
}

.prev-next-posts-line .prev-next-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.prev-next-posts-line .prev-next-wrap .link-box-divider {
  opacity: 0;
  -ms-flex-preferred-size: 30px;
  flex-basis: 30px;
  max-width: 30px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .prev-next-posts-line .prev-next-wrap .link-box-divider {
    opacity: 1;
  }
}

.prev-next-posts-line .prev-next-wrap .link-box-divider:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #e6f6fc;
}

.prev-next-posts-line .prev-next-wrap .link-box-wrap {
  padding-left: 40px;
  position: relative;
  max-width: calc(50% - 15px);
}

.prev-next-posts-line .prev-next-wrap .link-box-wrap:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scaleX(-1);
  transform: translateY(-50%) scaleX(-1);
  left: 5px;
  width: 9px;
  height: 15px;
  background-size: 9px 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-blue.svg);
  transition: all 0.3s ease-in-out;
}

.prev-next-posts-line .prev-next-wrap .link-box-wrap .box-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  z-index: 5;
}

.prev-next-posts-line .prev-next-wrap .link-box-wrap .link-title {
  display: block;
  color: #002a4d;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}

.prev-next-posts-line .prev-next-wrap .link-box-wrap:hover:before,
.prev-next-posts-line .prev-next-wrap .link-box-wrap:focus:before {
  left: 0;
}

.prev-next-posts-line .prev-next-wrap .link-box-wrap:hover .link-title,
.prev-next-posts-line .prev-next-wrap .link-box-wrap:focus .link-title {
  color: #23afe6;
}

.prev-next-posts-line .prev-next-wrap .link-box-wrap.next-link-box-wrap {
  text-align: right;
  padding-left: 0;
  padding-right: 40px;
}

.prev-next-posts-line .prev-next-wrap .link-box-wrap.next-link-box-wrap:before {
  left: auto;
  right: 5px;
  -webkit-transform: translateY(-50%) scaleX(1);
  transform: translateY(-50%) scaleX(1);
}

.prev-next-posts-line .prev-next-wrap .link-box-wrap.next-link-box-wrap:hover:before,
.prev-next-posts-line .prev-next-wrap .link-box-wrap.next-link-box-wrap:focus:before {
  left: auto;
  right: 0;
}

.prev-next-posts-line.first-item .prev-next-wrap {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.rel-concepts-block {
  border: 1px solid #e6f6fc;
}

@media only screen and (max-width: 767px) {
  .rel-concepts-block {
    margin-top: 30px;
  }
}

.rel-concepts-block .rel-con-title-box {
  padding: 12px 20px;
  background-color: #e6f6fc;
}

.rel-concepts-block .rel-con-title-box .rel-con-title {
  color: #002a4d;
  font-size: 16px;
  font-weight: 700;
}

.rel-concepts-block .rel-con-items {
  padding: 15px 20px;
}

.rel-concepts-block .rel-con-items .rel-con-item {
  margin-bottom: 15px;
}

.rel-concepts-block .rel-con-items .rel-con-item .rel-con-link {
  color: #002a4d;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-decoration: none;
  transition: none;
}

.rel-concepts-block .rel-con-items .rel-con-item .rel-con-link span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.rel-concepts-block .rel-con-items .rel-con-item .rel-con-link:hover,
.rel-concepts-block .rel-con-items .rel-con-item .rel-con-link:focus {
  color: #23afe6;
  text-decoration: underline;
}

.rel-concepts-block .rel-con-items .rel-con-item:last-child {
  margin-bottom: 0;
}

.concepts-desc-section {
  margin: 50px 0;
}

@media only screen and (max-width: 1024px) {
  .concepts-desc-section {
    margin: 40px 0;
  }
}

.concepts-desc-section .con-page-desc > h1 {
  margin-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
  .concepts-desc-section .con-page-desc > h1 {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .concepts-desc-section .con-page-desc > p,
  .concepts-desc-section .con-page-desc li {
    font-size: 15px;
  }
}

.alphabet-line-section .alphabet-line-wrapper {
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}

.alphabet-line-section .alphabet-line-wrapper .alphabet-line {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 20px 0;
  border-top: 1px solid #f2fafd;
  border-bottom: 1px solid #f2fafd;
}

@media only screen and (max-width: 1024px) {
  .alphabet-line-section .alphabet-line-wrapper .alphabet-line {
    padding: 10px 0;
  }
}

@media only screen and (max-width: 767px) {
  .alphabet-line-section .alphabet-line-wrapper .alphabet-line {
    padding: 5px 0;
  }
}

.alphabet-line-section .alphabet-line-wrapper .alphabet-line .letters {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .alphabet-line-section .alphabet-line-wrapper .alphabet-line .letters {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.alphabet-line-section .alphabet-line-wrapper .alphabet-line .letters a,
.alphabet-line-section .alphabet-line-wrapper .alphabet-line .letters span {
  color: #002a4d;
  opacity: 0.15;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

@media only screen and (max-width: 1024px) {
  .alphabet-line-section .alphabet-line-wrapper .alphabet-line .letters a,
  .alphabet-line-section .alphabet-line-wrapper .alphabet-line .letters span {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .alphabet-line-section .alphabet-line-wrapper .alphabet-line .letters a,
  .alphabet-line-section .alphabet-line-wrapper .alphabet-line .letters span {
    -ms-flex-preferred-size: 7%;
    flex-basis: 7%;
    font-size: 16px;
  }
}

.alphabet-line-section .alphabet-line-wrapper .alphabet-line .letters a.letter-text,
.alphabet-line-section .alphabet-line-wrapper .alphabet-line .letters span.letter-text {
  cursor: default;
}

.alphabet-line-section .alphabet-line-wrapper .alphabet-line .letters a.letter-link,
.alphabet-line-section .alphabet-line-wrapper .alphabet-line .letters span.letter-link {
  opacity: 1;
}

.alphabet-line-section .alphabet-line-wrapper .alphabet-line .letters a.letter-link:hover,
.alphabet-line-section .alphabet-line-wrapper .alphabet-line .letters a.letter-link:focus,
.alphabet-line-section .alphabet-line-wrapper .alphabet-line .letters span.letter-link:hover,
.alphabet-line-section .alphabet-line-wrapper .alphabet-line .letters span.letter-link:focus {
  color: #23afe6;
}

.alphabet-line-section .alphabet-line-wrapper .alphabet-line .letters a.letter-link.active,
.alphabet-line-section .alphabet-line-wrapper .alphabet-line .letters span.letter-link.active {
  color: #23afe6;
}

.alphabet-line-section .alphabet-line-wrapper.sticky-letters {
  position: fixed;
  z-index: 101;
  width: 100%;
  max-width: 100%;
  box-shadow: 0 2px 8px rgba(0, 41, 75, 0.05);
}

.alphabet-line-section .alphabet-line-wrapper.sticky-letters .alphabet-line {
  border-color: #fff;
}

.concepts-section {
  margin-top: 75px;
}

@media only screen and (max-width: 767px) {
  .concepts-section {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 1200px) {
  .concepts-section .concept-col {
    padding-left: 0;
    padding-right: 0;
  }
}

.concepts-section .concepts-list .concept-box {
  padding: 30px 60px 30px 30px;
  border-top: 1px solid #f2fafd;
  transition: all 0.3s ease-in-out;
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .concepts-section .concepts-list .concept-box {
    padding: 30px 45px 30px 15px;
  }
}

@media only screen and (max-width: 767px) {
  .concepts-section .concepts-list .concept-box {
    padding: 20px 40px 20px 15px;
  }
}

.concepts-section .concepts-list .concept-box:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
  width: 12px;
  height: 20px;
  background-size: 12px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-blue.svg);
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1200px) {
  .concepts-section .concepts-list .concept-box:after {
    right: 15px;
  }
}

.concepts-section .concepts-list .concept-box .concept-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  z-index: 5;
}

.concepts-section .concepts-list .concept-box:last-child {
  border-bottom: 1px solid #f2fafd;
}

.concepts-section .concepts-list .concept-box .concept-title {
  margin-bottom: 0;
}

@media only screen and (max-width: 960px) {
  .concepts-section .concepts-list .concept-box .concept-title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .concepts-section .concepts-list .concept-box .concept-title {
    font-size: 26px;
  }
}

.concepts-section .concepts-list .concept-box .concept-excerpt {
  margin-top: 15px;
}

@media only screen and (max-width: 960px) {
  .concepts-section .concepts-list .concept-box .concept-excerpt {
    margin-top: 10px;
  }
}

.concepts-section .concepts-list .concept-box .concept-excerpt p {
  color: #002a4d;
  font-size: 18px;
  margin-bottom: 0;
}

@media only screen and (max-width: 960px) {
  .concepts-section .concepts-list .concept-box .concept-excerpt p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .concepts-section .concepts-list .concept-box .concept-excerpt p {
    font-size: 14px;
  }
}

.concepts-section .concepts-list .concept-box:hover,
.concepts-section .concepts-list .concept-box:focus {
  background-color: #e6f6fc;
  border-color: #e6f6fc;
}

.concepts-section .concepts-list .concept-box:hover + div,
.concepts-section .concepts-list .concept-box:focus + div {
  border-color: #e6f6fc;
}

.concepts-section .concepts-list .concept-box:hover:after,
.concepts-section .concepts-list .concept-box:focus:after {
  -webkit-transform: translate(5px, -50%);
  transform: translate(5px, -50%);
}

.concepts-section .concepts-list .concept-box.active {
  background-color: #e6f6fc;
  border-color: #e6f6fc;
}

.concepts-section .concepts-list .concept-box.active + div {
  border-color: #e6f6fc;
}

.guide-single-wrapper .guide-title {
  margin-bottom: 40px;
}

.guide-single-wrapper .guide-content > h1,
.guide-single-wrapper .guide-content h2 {
  padding-top: 10px;
  position: relative;
  margin-bottom: 30px;
}

.guide-single-wrapper .guide-content > h1:before,
.guide-single-wrapper .guide-content h2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 3px;
  background-color: #23afe6;
}

.guide-single-wrapper .guide-content > h1.no-line,
.guide-single-wrapper .guide-content h2.no-line {
  padding-top: 0;
}

.guide-single-wrapper .guide-content > h1.no-line:before,
.guide-single-wrapper .guide-content h2.no-line:before {
  display: none;
}

.guide-single-wrapper .guide-content > p.intro {
  font-size: 18px;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .guide-single-wrapper .guide-content > p.intro {
    font-size: 17px;
  }
}

.guide-single-wrapper .guide-content .wp-block-image {
  margin-bottom: 50px;
}

.guide-single-wrapper .guide-content .wp-block-separator {
  margin-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid #e6f6fc;
}

.guide-single-wrapper .guide-content .wp-block-quote > p {
  font-size: 19px;
  line-height: 1.4;
}

.guide-single-wrapper .guide-content .wp-block-group.has-background {
  padding: 25px 30px;
}

@media only screen and (max-width: 960px) {
  .guide-single-wrapper .guide-content .wp-block-group.has-background {
    padding: 15px 20px;
  }
}

.guide-single-wrapper .guide-content .wp-block-columns {
  margin: 0 -15px;
}

.guide-single-wrapper .guide-content .wp-block-columns .wp-block-column {
  margin-bottom: 0;
}

.guide-single-wrapper .guide-content .wp-block-columns .wp-block-column .wp-block-buttons {
  margin-top: 20px;
}

.guide-single-wrapper .guide-content .wp-block-columns.has-background {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 30px;
}

.guide-single-wrapper .guide-content .wp-block-columns.has-background .wp-block-column {
  margin: 0;
  padding: 25px 30px;
}

@media only screen and (max-width: 960px) {
  .guide-single-wrapper .guide-content .wp-block-columns.has-background .wp-block-column {
    padding: 15px 20px;
  }
}

.guide-single-wrapper .guide-content .wp-block-columns.has-background .wp-block-column > p:last-child {
  margin-bottom: 0;
}

.guide-single-wrapper .guide-content .wp-block-columns.has-background > h1,
.guide-single-wrapper .guide-content .wp-block-columns.has-background h2 {
  padding-top: 0;
}

.guide-single-wrapper .guide-content .wp-block-columns.has-background > h1:before,
.guide-single-wrapper .guide-content .wp-block-columns.has-background h2:before {
  display: none;
}

.guide-single-wrapper .guide-content .wp-block-columns.has-background > h1:last-child,
.guide-single-wrapper .guide-content .wp-block-columns.has-background h2:last-child {
  margin-bottom: 0;
}

.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-blue-background-color > h1,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-blue-background-color h2,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-blue-background-color h3,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-blue-background-color h4,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-blue-background-color h5,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-blue-background-color h6 {
  color: #002a4d;
}

.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-blue-background-color > h1 a,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-blue-background-color h2 a,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-blue-background-color h3 a,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-blue-background-color h4 a,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-blue-background-color h5 a,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-blue-background-color h6 a {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
}

.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-blue-background-color > h1 a:hover,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-blue-background-color > h1 a:focus,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-blue-background-color h2 a:hover,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-blue-background-color h2 a:focus,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-blue-background-color h3 a:hover,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-blue-background-color h3 a:focus,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-blue-background-color h4 a:hover,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-blue-background-color h4 a:focus,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-blue-background-color h5 a:hover,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-blue-background-color h5 a:focus,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-blue-background-color h6 a:hover,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-blue-background-color h6 a:focus {
  color: #fff;
}

.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-blue-background-color p,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-blue-background-color li,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-blue-background-color div {
  color: #002a4d;
}

.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-dark-blue-background-color > h1,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-dark-blue-background-color h2,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-dark-blue-background-color h3,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-dark-blue-background-color h4,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-dark-blue-background-color h5,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-dark-blue-background-color h6 {
  color: #fff;
}

.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-dark-blue-background-color > h1 a,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-dark-blue-background-color h2 a,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-dark-blue-background-color h3 a,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-dark-blue-background-color h4 a,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-dark-blue-background-color h5 a,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-dark-blue-background-color h6 a {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
}

.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-dark-blue-background-color > h1 a:hover,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-dark-blue-background-color > h1 a:focus,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-dark-blue-background-color h2 a:hover,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-dark-blue-background-color h2 a:focus,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-dark-blue-background-color h3 a:hover,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-dark-blue-background-color h3 a:focus,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-dark-blue-background-color h4 a:hover,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-dark-blue-background-color h4 a:focus,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-dark-blue-background-color h5 a:hover,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-dark-blue-background-color h5 a:focus,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-dark-blue-background-color h6 a:hover,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-dark-blue-background-color h6 a:focus {
  color: #23afe6;
}

.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-dark-blue-background-color p,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-dark-blue-background-color li {
  color: #fff;
}

.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-red-background-color > h1,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-red-background-color h2,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-red-background-color h3,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-red-background-color h4,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-red-background-color h5,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-red-background-color h6 {
  color: #fff;
}

.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-red-background-color > h1 a,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-red-background-color h2 a,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-red-background-color h3 a,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-red-background-color h4 a,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-red-background-color h5 a,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-red-background-color h6 a {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
}

.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-red-background-color > h1 a:hover,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-red-background-color > h1 a:focus,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-red-background-color h2 a:hover,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-red-background-color h2 a:focus,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-red-background-color h3 a:hover,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-red-background-color h3 a:focus,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-red-background-color h4 a:hover,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-red-background-color h4 a:focus,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-red-background-color h5 a:hover,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-red-background-color h5 a:focus,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-red-background-color h6 a:hover,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-red-background-color h6 a:focus {
  color: #002a4d;
}

.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-red-background-color p,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-red-background-color li {
  color: #fff;
}

.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-yellow-background-color > h1,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-yellow-background-color h2,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-yellow-background-color h3,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-yellow-background-color h4,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-yellow-background-color h5,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-yellow-background-color h6 {
  color: #002a4d;
}

.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-yellow-background-color > h1 a,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-yellow-background-color h2 a,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-yellow-background-color h3 a,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-yellow-background-color h4 a,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-yellow-background-color h5 a,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-yellow-background-color h6 a {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
}

.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-yellow-background-color > h1 a:hover,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-yellow-background-color > h1 a:focus,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-yellow-background-color h2 a:hover,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-yellow-background-color h2 a:focus,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-yellow-background-color h3 a:hover,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-yellow-background-color h3 a:focus,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-yellow-background-color h4 a:hover,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-yellow-background-color h4 a:focus,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-yellow-background-color h5 a:hover,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-yellow-background-color h5 a:focus,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-yellow-background-color h6 a:hover,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-yellow-background-color h6 a:focus {
  color: #23afe6;
}

.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-yellow-background-color p,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-yellow-background-color li {
  color: #002a4d;
}

.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-light-blue-background-color > h1,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-light-blue-background-color h2,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-light-blue-background-color h3,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-light-blue-background-color h4,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-light-blue-background-color h5,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-light-blue-background-color h6 {
  color: #002a4d;
}

.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-light-blue-background-color > h1 a,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-light-blue-background-color h2 a,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-light-blue-background-color h3 a,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-light-blue-background-color h4 a,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-light-blue-background-color h5 a,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-light-blue-background-color h6 a {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
}

.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-light-blue-background-color > h1 a:hover,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-light-blue-background-color > h1 a:focus,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-light-blue-background-color h2 a:hover,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-light-blue-background-color h2 a:focus,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-light-blue-background-color h3 a:hover,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-light-blue-background-color h3 a:focus,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-light-blue-background-color h4 a:hover,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-light-blue-background-color h4 a:focus,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-light-blue-background-color h5 a:hover,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-light-blue-background-color h5 a:focus,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-light-blue-background-color h6 a:hover,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-light-blue-background-color h6 a:focus {
  color: #23afe6;
}

.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-light-blue-background-color p,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-light-blue-background-color li {
  color: #002a4d;
}

.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-light-border-background-color {
  background-color: #fff;
  border: 1px solid #cfe5ed;
}

.guide-single-wrapper .guide-content .has-blue-background-color a:not(.wp-block-button__link) {
  color: #002a4d;
}

.guide-single-wrapper .guide-content .has-blue-background-color a:not(.wp-block-button__link):hover,
.guide-single-wrapper .guide-content .has-blue-background-color a:not(.wp-block-button__link):focus {
  color: #fff;
}

.guide-single-wrapper .guide-content .has-light-border-background-color a:not(.wp-block-button__link) {
  color: #23afe6;
}

.guide-single-wrapper .guide-content .has-light-border-background-color a:not(.wp-block-button__link):hover,
.guide-single-wrapper .guide-content .has-light-border-background-color a:not(.wp-block-button__link):focus {
  color: #002a4d;
}

.guide-single-wrapper .guide-content .has-yellow-background-color a:not(.wp-block-button__link) {
  color: #002a4d;
}

.guide-single-wrapper .guide-content .has-yellow-background-color a:not(.wp-block-button__link):hover,
.guide-single-wrapper .guide-content .has-yellow-background-color a:not(.wp-block-button__link):focus {
  color: #23afe6;
}

.guide-single-wrapper .guide-content .has-light-blue-background-color a:not(.wp-block-button__link) {
  color: #23afe6;
}

.guide-single-wrapper .guide-content .has-light-blue-background-color a:not(.wp-block-button__link):hover,
.guide-single-wrapper .guide-content .has-light-blue-background-color a:not(.wp-block-button__link):focus {
  color: #002a4d;
}

.guide-single-wrapper .guide-content .has-red-background-color a:not(.wp-block-button__link) {
  color: #fff;
}

.guide-single-wrapper .guide-content .has-red-background-color a:not(.wp-block-button__link):hover,
.guide-single-wrapper .guide-content .has-red-background-color a:not(.wp-block-button__link):focus {
  color: #002a4d;
}

.guide-single-wrapper .guide-post-row {
  margin-top: -30px;
}

@media only screen and (max-width: 767px) {
  .guide-single-wrapper .guide-post-row {
    margin-top: 0;
  }
}

.guide-single-wrapper .guide-post-col {
  padding-top: 30px;
}

@media only screen and (max-width: 767px) {
  .guide-single-wrapper .guide-post-col {
    padding-top: 0;
  }
}

.guide-single-wrapper .guide-sidebar-col {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

.guide-single-wrapper .guide-sidebar {
  padding-top: 30px;
  padding-left: 35px;
  padding-right: 15px;
}

@media only screen and (max-width: 1170px) {
  .guide-single-wrapper .guide-sidebar {
    padding-left: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .guide-single-wrapper .guide-sidebar {
    margin-bottom: 40px;
    padding-top: 0;
  }
}

.guide-single-wrapper .guide-sidebar > div:last-child {
  margin-bottom: 0;
}

.guide-single-wrapper .guide-sidebar .anchor-box {
  margin-bottom: 30px;
  border: 1px solid #e6f6fc;
}

.guide-single-wrapper .guide-sidebar .anchor-box .anchor-list .anchor-link-wrap .anchor-link {
  display: block;
  color: #002a4d;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
  text-decoration: none;
  padding: 15px 20px;
  border-bottom: 1px solid #e6f6fc;
  transition: all 0.15s ease-in-out;
}

.guide-single-wrapper .guide-sidebar .anchor-box .anchor-list .anchor-link-wrap .anchor-link:hover {
  background-color: #23afe6;
}

.guide-single-wrapper .guide-sidebar .anchor-box .anchor-list .anchor-link-wrap .anchor-link.active {
  background-color: #23afe6;
}

.guide-single-wrapper .guide-sidebar .anchor-box .anchor-list .anchor-link-wrap:last-child .anchor-link {
  border-bottom: 0;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block {
  margin-bottom: 30px;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-bg-block {
  height: 270px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-bg-block .cta-bg-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-bg-block .cta-bg-content .cta-bg-title {
  color: #fff;
  font-family: 'Greycliff CF', sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-bg-block .cta-bg-content .cta-bg-btn-wrap {
  margin-top: 15px;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-bg-block .cta-bg-content .cta-bg-btn-wrap .btn:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-bg-block .cta-bg-content .cta-bg-btn-wrap .wp-block-button .wp-block-button__link:hover,
.wp-block-button .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-bg-block .cta-bg-content .cta-bg-btn-wrap .wp-block-button__link:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-bg-block .cta-bg-content .cta-bg-btn-wrap .mpForm .mpFormTable .mpQuestionTable .submitButton:hover,
.mpForm .mpFormTable .mpQuestionTable .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-bg-block .cta-bg-content .cta-bg-btn-wrap .submitButton:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-bg-block .cta-bg-content .cta-bg-btn-wrap .woocommerce-checkout-payment .place-order .button:hover,
.woocommerce-checkout-payment .place-order .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-bg-block .cta-bg-content .cta-bg-btn-wrap .button:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-bg-block .cta-bg-content .cta-bg-btn-wrap .single_add_to_cart_button:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-bg-block .cta-bg-content .cta-bg-btn-wrap .btn:focus,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-bg-block .cta-bg-content .cta-bg-btn-wrap .wp-block-button .wp-block-button__link:focus,
.wp-block-button .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-bg-block .cta-bg-content .cta-bg-btn-wrap .wp-block-button__link:focus,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-bg-block .cta-bg-content .cta-bg-btn-wrap .mpForm .mpFormTable .mpQuestionTable .submitButton:focus,
.mpForm .mpFormTable .mpQuestionTable .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-bg-block .cta-bg-content .cta-bg-btn-wrap .submitButton:focus,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-bg-block .cta-bg-content .cta-bg-btn-wrap .woocommerce-checkout-payment .place-order .button:focus,
.woocommerce-checkout-payment .place-order .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-bg-block .cta-bg-content .cta-bg-btn-wrap .button:focus,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-bg-block .cta-bg-content .cta-bg-btn-wrap .single_add_to_cart_button:focus {
  border-color: #fff;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-img-wrap img {
  display: block;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info {
  padding: 20px 25px;
  text-align: center;
  background-color: #e6f6fc;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-title {
  color: #002a4d;
  font-family: 'Greycliff CF', sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap {
  margin-top: 10px;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .block-link {
  color: #002a4d;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  padding-left: 15px;
  position: relative;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .block-link:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  opacity: 1;
  width: 5px;
  height: 9px;
  background-size: 5px 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-blue.svg);
  transition: all 0.3s ease-in-out;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .block-link:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  opacity: 0;
  width: 5px;
  height: 9px;
  background-size: 5px 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-dark-blue-r.svg);
  transition: all 0.3s ease-in-out;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .block-link:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .block-link:focus {
  color: #23afe6;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .block-link:hover:before,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .block-link:hover:after,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .block-link:focus:before,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .block-link:focus:after {
  left: 3px;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .btn.btn-color-3,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .wp-block-button .btn-color-3.wp-block-button__link,
.wp-block-button .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .btn-color-3.wp-block-button__link,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .mpForm .mpFormTable .mpQuestionTable .btn-color-3.submitButton,
.mpForm .mpFormTable .mpQuestionTable .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .btn-color-3.submitButton,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .woocommerce-checkout-payment .place-order .btn-color-3.button,
.woocommerce-checkout-payment .place-order .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .btn-color-3.button,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .btn-color-3.single_add_to_cart_button {
  background-color: #23afe6;
  border-color: #23afe6;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .btn.btn-color-3:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .wp-block-button .btn-color-3.wp-block-button__link:hover,
.wp-block-button .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .btn-color-3.wp-block-button__link:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .mpForm .mpFormTable .mpQuestionTable .btn-color-3.submitButton:hover,
.mpForm .mpFormTable .mpQuestionTable .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .btn-color-3.submitButton:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .woocommerce-checkout-payment .place-order .btn-color-3.button:hover,
.woocommerce-checkout-payment .place-order .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .btn-color-3.button:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .btn-color-3.single_add_to_cart_button:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .btn.btn-color-3:focus,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .wp-block-button .btn-color-3.wp-block-button__link:focus,
.wp-block-button .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .btn-color-3.wp-block-button__link:focus,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .mpForm .mpFormTable .mpQuestionTable .btn-color-3.submitButton:focus,
.mpForm .mpFormTable .mpQuestionTable .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .btn-color-3.submitButton:focus,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .woocommerce-checkout-payment .place-order .btn-color-3.button:focus,
.woocommerce-checkout-payment .place-order .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .btn-color-3.button:focus,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .btn-color-3.single_add_to_cart_button:focus {
  color: #002a4d;
  background-color: #fff;
  border-color: #23afe6;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .btn.btn-color-6,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .wp-block-button .btn-color-6.wp-block-button__link,
.wp-block-button .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .btn-color-6.wp-block-button__link,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .mpForm .mpFormTable .mpQuestionTable .btn-color-6.submitButton,
.mpForm .mpFormTable .mpQuestionTable .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .btn-color-6.submitButton,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .woocommerce-checkout-payment .place-order .btn-color-6.button,
.woocommerce-checkout-payment .place-order .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .btn-color-6.button,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .btn-color-6.single_add_to_cart_button {
  color: #fff;
  background-color: #d22f38;
  border-color: #d22f38;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .btn.btn-color-6:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .wp-block-button .btn-color-6.wp-block-button__link:hover,
.wp-block-button .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .btn-color-6.wp-block-button__link:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .mpForm .mpFormTable .mpQuestionTable .btn-color-6.submitButton:hover,
.mpForm .mpFormTable .mpQuestionTable .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .btn-color-6.submitButton:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .woocommerce-checkout-payment .place-order .btn-color-6.button:hover,
.woocommerce-checkout-payment .place-order .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .btn-color-6.button:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .btn-color-6.single_add_to_cart_button:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .btn.btn-color-6:focus,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .wp-block-button .btn-color-6.wp-block-button__link:focus,
.wp-block-button .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .btn-color-6.wp-block-button__link:focus,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .mpForm .mpFormTable .mpQuestionTable .btn-color-6.submitButton:focus,
.mpForm .mpFormTable .mpQuestionTable .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .btn-color-6.submitButton:focus,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .woocommerce-checkout-payment .place-order .btn-color-6.button:focus,
.woocommerce-checkout-payment .place-order .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .btn-color-6.button:focus,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .btn-color-6.single_add_to_cart_button:focus {
  color: #002a4d;
  background-color: #fff;
  border-color: #d22f38;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-1 {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-1 .block-link {
  color: #23afe6;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-1 .block-link:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-1 .block-link:focus {
  color: #002a4d;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-1 .block-link:hover:before,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-1 .block-link:focus:before {
  opacity: 0;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-1 .block-link:hover:after,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-1 .block-link:focus:after {
  opacity: 1;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-2 .block-link {
  color: #23afe6;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-2 .block-link:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-2 .block-link:focus {
  color: #002a4d;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-2 .block-link:hover:before,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-2 .block-link:focus:before {
  opacity: 0;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-2 .block-link:hover:after,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-2 .block-link:focus:after {
  opacity: 1;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 {
  background-color: #23afe6;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .block-link {
  color: #002a4d;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .block-link:before {
  width: 5px;
  height: 9px;
  background-size: 5px 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-dark-blue-r.svg);
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .block-link:after {
  width: 5px;
  height: 9px;
  background-size: 5px 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-white.svg);
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .block-link:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .block-link:focus {
  color: #fff;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .block-link:hover:before,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .block-link:focus:before {
  opacity: 0;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .block-link:hover:after,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .block-link:focus:after {
  opacity: 1;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .btn.btn-color-4,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .wp-block-button .btn-color-4.wp-block-button__link,
.wp-block-button .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .btn-color-4.wp-block-button__link,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .mpForm .mpFormTable .mpQuestionTable .btn-color-4.submitButton,
.mpForm .mpFormTable .mpQuestionTable .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .btn-color-4.submitButton,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .woocommerce-checkout-payment .place-order .btn-color-4.button,
.woocommerce-checkout-payment .place-order .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .btn-color-4.button,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .btn-color-4.single_add_to_cart_button {
  background-color: #002a4d;
  border-color: #002a4d;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .btn.btn-color-4:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .wp-block-button .btn-color-4.wp-block-button__link:hover,
.wp-block-button .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .btn-color-4.wp-block-button__link:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .mpForm .mpFormTable .mpQuestionTable .btn-color-4.submitButton:hover,
.mpForm .mpFormTable .mpQuestionTable .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .btn-color-4.submitButton:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .woocommerce-checkout-payment .place-order .btn-color-4.button:hover,
.woocommerce-checkout-payment .place-order .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .btn-color-4.button:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .btn-color-4.single_add_to_cart_button:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .btn.btn-color-4:focus,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .wp-block-button .btn-color-4.wp-block-button__link:focus,
.wp-block-button .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .btn-color-4.wp-block-button__link:focus,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .mpForm .mpFormTable .mpQuestionTable .btn-color-4.submitButton:focus,
.mpForm .mpFormTable .mpQuestionTable .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .btn-color-4.submitButton:focus,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .woocommerce-checkout-payment .place-order .btn-color-4.button:focus,
.woocommerce-checkout-payment .place-order .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .btn-color-4.button:focus,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .btn-color-4.single_add_to_cart_button:focus {
  background-color: #fff;
  border-color: #fff;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .btn.btn-color-5,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .wp-block-button .btn-color-5.wp-block-button__link,
.wp-block-button .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .btn-color-5.wp-block-button__link,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .mpForm .mpFormTable .mpQuestionTable .btn-color-5.submitButton,
.mpForm .mpFormTable .mpQuestionTable .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .btn-color-5.submitButton,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .woocommerce-checkout-payment .place-order .btn-color-5.button,
.woocommerce-checkout-payment .place-order .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .btn-color-5.button,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .btn-color-5.single_add_to_cart_button {
  color: #002a4d;
  background-color: #f0e306;
  border-color: #f0e306;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .btn.btn-color-5:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .wp-block-button .btn-color-5.wp-block-button__link:hover,
.wp-block-button .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .btn-color-5.wp-block-button__link:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .mpForm .mpFormTable .mpQuestionTable .btn-color-5.submitButton:hover,
.mpForm .mpFormTable .mpQuestionTable .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .btn-color-5.submitButton:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .woocommerce-checkout-payment .place-order .btn-color-5.button:hover,
.woocommerce-checkout-payment .place-order .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .btn-color-5.button:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .btn-color-5.single_add_to_cart_button:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .btn.btn-color-5:focus,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .wp-block-button .btn-color-5.wp-block-button__link:focus,
.wp-block-button .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .btn-color-5.wp-block-button__link:focus,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .mpForm .mpFormTable .mpQuestionTable .btn-color-5.submitButton:focus,
.mpForm .mpFormTable .mpQuestionTable .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .btn-color-5.submitButton:focus,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .woocommerce-checkout-payment .place-order .btn-color-5.button:focus,
.woocommerce-checkout-payment .place-order .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .btn-color-5.button:focus,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .btn-color-5.single_add_to_cart_button:focus {
  color: #fff;
  background-color: #002a4d;
  border-color: #002a4d;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 {
  background-color: #002a4d;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .block-link {
  color: #fff;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .block-link:before {
  width: 5px;
  height: 9px;
  background-size: 5px 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-white.svg);
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .block-link:after {
  width: 5px;
  height: 9px;
  background-size: 5px 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-blue.svg);
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .block-link:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .block-link:focus {
  color: #23afe6;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .block-link:hover:before,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .block-link:focus:before {
  opacity: 0;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .block-link:hover:after,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .block-link:focus:after {
  opacity: 1;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .cta-block-title {
  color: #fff;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .btn.btn-color-3,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .wp-block-button .btn-color-3.wp-block-button__link,
.wp-block-button .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .btn-color-3.wp-block-button__link,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .mpForm .mpFormTable .mpQuestionTable .btn-color-3.submitButton,
.mpForm .mpFormTable .mpQuestionTable .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .btn-color-3.submitButton,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .woocommerce-checkout-payment .place-order .btn-color-3.button,
.woocommerce-checkout-payment .place-order .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .btn-color-3.button,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .btn-color-3.single_add_to_cart_button {
  background-color: #23afe6;
  border-color: #23afe6;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .btn.btn-color-3:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .wp-block-button .btn-color-3.wp-block-button__link:hover,
.wp-block-button .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .btn-color-3.wp-block-button__link:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .mpForm .mpFormTable .mpQuestionTable .btn-color-3.submitButton:hover,
.mpForm .mpFormTable .mpQuestionTable .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .btn-color-3.submitButton:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .woocommerce-checkout-payment .place-order .btn-color-3.button:hover,
.woocommerce-checkout-payment .place-order .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .btn-color-3.button:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .btn-color-3.single_add_to_cart_button:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .btn.btn-color-3:focus,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .wp-block-button .btn-color-3.wp-block-button__link:focus,
.wp-block-button .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .btn-color-3.wp-block-button__link:focus,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .mpForm .mpFormTable .mpQuestionTable .btn-color-3.submitButton:focus,
.mpForm .mpFormTable .mpQuestionTable .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .btn-color-3.submitButton:focus,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .woocommerce-checkout-payment .place-order .btn-color-3.button:focus,
.woocommerce-checkout-payment .place-order .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .btn-color-3.button:focus,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .btn-color-3.single_add_to_cart_button:focus {
  background-color: #fff;
  border-color: #fff;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .btn.btn-color-5,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .wp-block-button .btn-color-5.wp-block-button__link,
.wp-block-button .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .btn-color-5.wp-block-button__link,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .mpForm .mpFormTable .mpQuestionTable .btn-color-5.submitButton,
.mpForm .mpFormTable .mpQuestionTable .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .btn-color-5.submitButton,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .woocommerce-checkout-payment .place-order .btn-color-5.button,
.woocommerce-checkout-payment .place-order .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .btn-color-5.button,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .btn-color-5.single_add_to_cart_button {
  color: #002a4d;
  background-color: #f0e306;
  border-color: #f0e306;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .btn.btn-color-5:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .wp-block-button .btn-color-5.wp-block-button__link:hover,
.wp-block-button .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .btn-color-5.wp-block-button__link:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .mpForm .mpFormTable .mpQuestionTable .btn-color-5.submitButton:hover,
.mpForm .mpFormTable .mpQuestionTable .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .btn-color-5.submitButton:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .woocommerce-checkout-payment .place-order .btn-color-5.button:hover,
.woocommerce-checkout-payment .place-order .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .btn-color-5.button:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .btn-color-5.single_add_to_cart_button:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .btn.btn-color-5:focus,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .wp-block-button .btn-color-5.wp-block-button__link:focus,
.wp-block-button .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .btn-color-5.wp-block-button__link:focus,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .mpForm .mpFormTable .mpQuestionTable .btn-color-5.submitButton:focus,
.mpForm .mpFormTable .mpQuestionTable .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .btn-color-5.submitButton:focus,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .woocommerce-checkout-payment .place-order .btn-color-5.button:focus,
.woocommerce-checkout-payment .place-order .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .btn-color-5.button:focus,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .btn-color-5.single_add_to_cart_button:focus {
  background-color: #fff;
  border-color: #fff;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .btn.btn-color-6,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .wp-block-button .btn-color-6.wp-block-button__link,
.wp-block-button .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .btn-color-6.wp-block-button__link,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .mpForm .mpFormTable .mpQuestionTable .btn-color-6.submitButton,
.mpForm .mpFormTable .mpQuestionTable .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .btn-color-6.submitButton,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .woocommerce-checkout-payment .place-order .btn-color-6.button,
.woocommerce-checkout-payment .place-order .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .btn-color-6.button,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .btn-color-6.single_add_to_cart_button {
  color: #fff;
  background-color: #d22f38;
  border-color: #d22f38;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .btn.btn-color-6:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .wp-block-button .btn-color-6.wp-block-button__link:hover,
.wp-block-button .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .btn-color-6.wp-block-button__link:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .mpForm .mpFormTable .mpQuestionTable .btn-color-6.submitButton:hover,
.mpForm .mpFormTable .mpQuestionTable .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .btn-color-6.submitButton:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .woocommerce-checkout-payment .place-order .btn-color-6.button:hover,
.woocommerce-checkout-payment .place-order .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .btn-color-6.button:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .btn-color-6.single_add_to_cart_button:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .btn.btn-color-6:focus,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .wp-block-button .btn-color-6.wp-block-button__link:focus,
.wp-block-button .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .btn-color-6.wp-block-button__link:focus,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .mpForm .mpFormTable .mpQuestionTable .btn-color-6.submitButton:focus,
.mpForm .mpFormTable .mpQuestionTable .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .btn-color-6.submitButton:focus,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .woocommerce-checkout-payment .place-order .btn-color-6.button:focus,
.woocommerce-checkout-payment .place-order .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .btn-color-6.button:focus,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .btn-color-6.single_add_to_cart_button:focus {
  color: #002a4d;
  background-color: #fff;
  border-color: #fff;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 {
  background-color: #f0e306;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .block-link {
  color: #002a4d;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .block-link:before {
  width: 5px;
  height: 9px;
  background-size: 5px 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-dark-blue-r.svg);
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .block-link:after {
  width: 5px;
  height: 9px;
  background-size: 5px 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-blue.svg);
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .block-link:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .block-link:focus {
  color: #23afe6;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .block-link:hover:before,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .block-link:focus:before {
  opacity: 0;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .block-link:hover:after,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .block-link:focus:after {
  opacity: 1;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .btn.btn-color-3,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .wp-block-button .btn-color-3.wp-block-button__link,
.wp-block-button .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .btn-color-3.wp-block-button__link,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .mpForm .mpFormTable .mpQuestionTable .btn-color-3.submitButton,
.mpForm .mpFormTable .mpQuestionTable .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .btn-color-3.submitButton,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .woocommerce-checkout-payment .place-order .btn-color-3.button,
.woocommerce-checkout-payment .place-order .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .btn-color-3.button,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .btn-color-3.single_add_to_cart_button {
  background-color: #23afe6;
  border-color: #23afe6;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .btn.btn-color-3:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .wp-block-button .btn-color-3.wp-block-button__link:hover,
.wp-block-button .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .btn-color-3.wp-block-button__link:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .mpForm .mpFormTable .mpQuestionTable .btn-color-3.submitButton:hover,
.mpForm .mpFormTable .mpQuestionTable .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .btn-color-3.submitButton:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .woocommerce-checkout-payment .place-order .btn-color-3.button:hover,
.woocommerce-checkout-payment .place-order .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .btn-color-3.button:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .btn-color-3.single_add_to_cart_button:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .btn.btn-color-3:focus,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .wp-block-button .btn-color-3.wp-block-button__link:focus,
.wp-block-button .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .btn-color-3.wp-block-button__link:focus,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .mpForm .mpFormTable .mpQuestionTable .btn-color-3.submitButton:focus,
.mpForm .mpFormTable .mpQuestionTable .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .btn-color-3.submitButton:focus,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .woocommerce-checkout-payment .place-order .btn-color-3.button:focus,
.woocommerce-checkout-payment .place-order .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .btn-color-3.button:focus,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .btn-color-3.single_add_to_cart_button:focus {
  color: #002a4d;
  background-color: #fff;
  border-color: #fff;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .btn.btn-color-4,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .wp-block-button .btn-color-4.wp-block-button__link,
.wp-block-button .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .btn-color-4.wp-block-button__link,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .mpForm .mpFormTable .mpQuestionTable .btn-color-4.submitButton,
.mpForm .mpFormTable .mpQuestionTable .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .btn-color-4.submitButton,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .woocommerce-checkout-payment .place-order .btn-color-4.button,
.woocommerce-checkout-payment .place-order .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .btn-color-4.button,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .btn-color-4.single_add_to_cart_button {
  background-color: #002a4d;
  border-color: #002a4d;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .btn.btn-color-4:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .wp-block-button .btn-color-4.wp-block-button__link:hover,
.wp-block-button .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .btn-color-4.wp-block-button__link:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .mpForm .mpFormTable .mpQuestionTable .btn-color-4.submitButton:hover,
.mpForm .mpFormTable .mpQuestionTable .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .btn-color-4.submitButton:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .woocommerce-checkout-payment .place-order .btn-color-4.button:hover,
.woocommerce-checkout-payment .place-order .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .btn-color-4.button:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .btn-color-4.single_add_to_cart_button:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .btn.btn-color-4:focus,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .wp-block-button .btn-color-4.wp-block-button__link:focus,
.wp-block-button .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .btn-color-4.wp-block-button__link:focus,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .mpForm .mpFormTable .mpQuestionTable .btn-color-4.submitButton:focus,
.mpForm .mpFormTable .mpQuestionTable .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .btn-color-4.submitButton:focus,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .woocommerce-checkout-payment .place-order .btn-color-4.button:focus,
.woocommerce-checkout-payment .place-order .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .btn-color-4.button:focus,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .btn-color-4.single_add_to_cart_button:focus {
  color: #002a4d;
  background-color: #fff;
  border-color: #fff;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-6 {
  background-color: #d22f38;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-6 .block-link {
  color: #fff;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-6 .block-link:before {
  width: 5px;
  height: 9px;
  background-size: 5px 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-white.svg);
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-6 .block-link:after {
  width: 5px;
  height: 9px;
  background-size: 5px 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-dark-blue-r.svg);
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-6 .block-link:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-6 .block-link:focus {
  color: #002a4d;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-6 .block-link:hover:before,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-6 .block-link:focus:before {
  opacity: 0;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-6 .block-link:hover:after,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-6 .block-link:focus:after {
  opacity: 1;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-6 .cta-block-title {
  color: #fff;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-6 .btn.btn-color-3,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-6 .wp-block-button .btn-color-3.wp-block-button__link,
.wp-block-button .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-6 .btn-color-3.wp-block-button__link,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-6 .mpForm .mpFormTable .mpQuestionTable .btn-color-3.submitButton,
.mpForm .mpFormTable .mpQuestionTable .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-6 .btn-color-3.submitButton,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-6 .woocommerce-checkout-payment .place-order .btn-color-3.button,
.woocommerce-checkout-payment .place-order .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-6 .btn-color-3.button,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-6 .btn-color-3.single_add_to_cart_button {
  background-color: #23afe6;
  border-color: #23afe6;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-6 .btn.btn-color-3:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-6 .wp-block-button .btn-color-3.wp-block-button__link:hover,
.wp-block-button .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-6 .btn-color-3.wp-block-button__link:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-6 .mpForm .mpFormTable .mpQuestionTable .btn-color-3.submitButton:hover,
.mpForm .mpFormTable .mpQuestionTable .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-6 .btn-color-3.submitButton:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-6 .woocommerce-checkout-payment .place-order .btn-color-3.button:hover,
.woocommerce-checkout-payment .place-order .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-6 .btn-color-3.button:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-6 .btn-color-3.single_add_to_cart_button:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-6 .btn.btn-color-3:focus,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-6 .wp-block-button .btn-color-3.wp-block-button__link:focus,
.wp-block-button .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-6 .btn-color-3.wp-block-button__link:focus,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-6 .mpForm .mpFormTable .mpQuestionTable .btn-color-3.submitButton:focus,
.mpForm .mpFormTable .mpQuestionTable .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-6 .btn-color-3.submitButton:focus,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-6 .woocommerce-checkout-payment .place-order .btn-color-3.button:focus,
.woocommerce-checkout-payment .place-order .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-6 .btn-color-3.button:focus,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-6 .btn-color-3.single_add_to_cart_button:focus {
  color: #002a4d;
  background-color: #fff;
  border-color: #fff;
}

.guide-single-wrapper .guide-sidebar .guide-share-box {
  text-align: center;
}

.guide-single-wrapper .guide-sidebar .guide-share-box .share-text {
  color: #002a4d;
  font-size: 16px;
  font-weight: 700;
}

.guide-single-wrapper .guide-sidebar .guide-share-box .share-icons {
  display: block;
  margin-top: 10px;
}

.guide-single-wrapper .guide-sidebar .guide-share-box .share-icons .addtoany_shortcode {
  border: 1px solid #e6f6fc;
}

.guide-single-wrapper .guide-sidebar .guide-share-box .share-icons .addtoany_shortcode .addtoany_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.guide-single-wrapper .guide-sidebar .guide-share-box .share-icons .addtoany_shortcode .addtoany_list > a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0;
  padding: 0;
  width: auto;
  height: 48px;
  border-radius: 0 !important;
  background-color: #fff;
  border-right: 1px solid #e6f6fc;
  transition: all 0.3s ease-in-out;
}

.guide-single-wrapper .guide-sidebar .guide-share-box .share-icons .addtoany_shortcode .addtoany_list > a .a2a_svg {
  width: 25px !important;
  height: 25px !important;
  line-height: 25px !important;
  border-radius: 0 !important;
  border: none !important;
}

.guide-single-wrapper .guide-sidebar .guide-share-box .share-icons .addtoany_shortcode .addtoany_list > a .a2a_svg svg {
  top: auto;
  height: 25px;
}

.guide-single-wrapper .guide-sidebar .guide-share-box .share-icons .addtoany_shortcode .addtoany_list > a:hover,
.guide-single-wrapper .guide-sidebar .guide-share-box .share-icons .addtoany_shortcode .addtoany_list > a:focus {
  background-color: #e6f6fc;
}

.guide-single-wrapper .guide-sidebar .guide-share-box .share-icons .addtoany_shortcode .addtoany_list > a:hover .a2a_svg,
.guide-single-wrapper .guide-sidebar .guide-share-box .share-icons .addtoany_shortcode .addtoany_list > a:focus .a2a_svg {
  background-color: transparent !important;
}

.guide-single-wrapper .guide-sidebar .guide-share-box .share-icons .addtoany_shortcode .addtoany_list > a:hover .a2a_svg svg,
.guide-single-wrapper .guide-sidebar .guide-share-box .share-icons .addtoany_shortcode .addtoany_list > a:focus .a2a_svg svg {
  top: auto;
  height: 25px;
}

.guide-single-wrapper .guide-sidebar .guide-share-box .share-icons .addtoany_shortcode .addtoany_list > a:hover .a2a_svg svg path,
.guide-single-wrapper .guide-sidebar .guide-share-box .share-icons .addtoany_shortcode .addtoany_list > a:focus .a2a_svg svg path {
  fill: #002a4d !important;
}

.guide-single-wrapper .guide-sidebar .guide-share-box .share-icons .addtoany_shortcode .addtoany_list > a:last-child {
  border-right: none;
}

.guide-single-wrapper .guide-sidebar.sticky-sidebar {
  position: fixed;
  top: 0;
  z-index: 9;
  width: 400px;
  max-width: 400px;
}

@media only screen and (max-width: 1200px) {
  .guide-single-wrapper .guide-sidebar.sticky-sidebar {
    width: 33.33333%;
    max-width: 33.33333%;
  }
}

@media only screen and (max-width: 768px) {
  .guide-single-wrapper .guide-sidebar.sticky-sidebar {
    width: 41.66667%;
    max-width: 41.66667%;
  }
}

@media only screen and (max-width: 576px) {
  .guide-single-wrapper .guide-sidebar.sticky-sidebar {
    width: 100%;
    max-width: none;
  }
}

.guide-single-wrapper .guide-sidebar.sticky-sidebar-stop {
  position: absolute;
  top: auto !important;
  bottom: 30px;
  z-index: 9;
  width: 400px;
  max-width: 400px;
}

@media only screen and (max-width: 1200px) {
  .guide-single-wrapper .guide-sidebar.sticky-sidebar-stop {
    width: 33.33333%;
    max-width: 33.33333%;
  }
}

@media only screen and (max-width: 768px) {
  .guide-single-wrapper .guide-sidebar.sticky-sidebar-stop {
    width: 41.66667%;
    max-width: 41.66667%;
  }
}

@media only screen and (max-width: 576px) {
  .guide-single-wrapper .guide-sidebar.sticky-sidebar-stop {
    width: 100%;
    max-width: none;
  }
}

.guide-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.guide-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #fff;
  padding: 25px;
  position: relative;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1024px) {
  .guide-box {
    padding: 20px;
  }
}

.guide-box .post-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  z-index: 5;
}

.guide-box .guide-th-wrap {
  margin-bottom: 15px;
  overflow: hidden;
}

.guide-box .guide-th-wrap .guide-th-img {
  padding-top: 68.75%;
  background-size: cover;
  background-position: center;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}

.guide-box .guide-post-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.guide-box .guide-post-info .guide-title {
  font-size: 18px;
  margin-bottom: 12px;
  transition: all 0.5s ease-in-out;
}

@media only screen and (max-width: 1024px) {
  .guide-box .guide-post-info .guide-title {
    margin-bottom: 10px;
  }
}

.guide-box .guide-post-info .guide-link {
  color: #23afe6;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  padding-left: 15px;
  margin-top: auto;
  position: relative;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1024px) {
  .guide-box .guide-post-info .guide-link {
    font-size: 14px;
  }
}

.guide-box .guide-post-info .guide-link:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 6px;
  height: 10px;
  background-size: 6px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-blue.svg);
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1024px) {
  .guide-box .guide-post-info .guide-link:before {
    width: 5px;
    height: 9px;
    background-size: 5px 9px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/chevron-blue.svg);
  }
}

.guide-box:hover,
.guide-box:focus {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0 10px 15px rgba(0, 29, 52, 0.05);
}

.related-guides {
  background-color: #e6f6fc;
}

.related-guides .related-guides-title {
  text-align: center;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .related-guides .related-guides-title {
    margin-bottom: 40px;
  }
}