html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: "fieldwork";
}

a {
  text-decoration: none;
}

body.menu-open {
  overflow: hidden;
}

.top-bar {
  background-color: #453878;
  padding: 8px 0;
  text-align: center;
}

@media (max-width: 1200px) {
  .top-bar {
    line-height: 1;
  }
}

.top-bar.no-promo {
  background: none;
  padding: 0;
}

@media (max-width: 1200px) {
  .top-bar.no-promo {
    display: none;
  }
}

.top-bar.no-promo + header.sticky .header {
  padding-top: 5px;
}

.top-bar.no-promo + header .header {
  padding-top: 0;
}

@media (max-width: 1200px) {
  .top-bar.no-promo + header .header {
    padding-top: 5px;
  }
}

.top-bar.no-promo span {
  color: #453878;
}

.top-bar.no-promo .top-right .icons-left {
  border-color: #453878;
}

.top-bar.no-promo .top-right .icons-left li:last-child .cart-details {
  top: -5px;
}

.top-bar.no-promo .top-right .icons-left li svg {
  fill: #453878;
}

.top-bar.no-promo .top-right .icons-left li a:hover svg {
  fill: #3DE580;
}

.top-bar.no-promo .top-right .icons-right .select2-container .select2-selection.select2-selection--single .select2-selection__rendered {
  color: #453878;
}

.top-bar.no-promo .top-right .icons-right .select2-container .select2-selection.select2-selection--single .select2-selection__arrow:after {
  border-color: #453878;
}

.top-bar span {
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 100;
}

@media (max-width: 767px) {
  .top-bar span {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .top-bar span {
    font-size: 14px;
  }
}

.top-bar .top-inner {
  width: 100%;
  min-height: 35px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top-bar .top-left {
  max-width: calc(100% - 365px);
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .top-bar .top-left {
    max-width: 100%;
  }
}

.top-bar .top-right {
  width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  position: absolute;
  right: 0;
  top: inherit;
}

@media (max-width: 1200px) {
  .top-bar .top-right {
    display: none;
  }
}

.top-bar .top-right .icons-left,
.top-bar .top-right .icons-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header {
  background-color: #FFFFFF;
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  left: 0;
  z-index: 999;
}

header.checkout-header {
  background: #453878;
  position: static;
}

header.checkout-header .checkout-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 60px;
  position: relative;
  padding: 10px 0;
}

header.checkout-header .checkout-logo {
  width: 130px;
  position: absolute;
  left: 0;
  top: inherit;
}

header.checkout-header .checkout-logo a {
  display: block;
}

header.checkout-header .checkout-logo img {
  width: 100%;
  height: auto;
  display: block;
}

header.checkout-header .page-title {
  display: inline-block;
  max-width: 110px;
}

header.checkout-header .page-title h1 {
  font-size: 2.3rem;
  color: #FFFFFF;
}

header.sticky {
  -webkit-box-shadow: 0 5px 5px -2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 5px -2px rgba(0, 0, 0, 0.2);
}

header.sticky .header {
  padding: 5px 0;
}

header.sticky .header .logo {
  width: 130px;
}

@media (max-width: 767px) {
  header.sticky .header .logo {
    width: 100px;
  }
}

@media (max-width: 575px) {
  header.sticky .header .logo {
    width: 95px;
  }
}

header.sticky .header .header-menu .navbar .nav-right #mega-menu-wrap-top-primary-menu #mega-menu-top-primary-menu > li > a + .mega-sub-menu {
  padding: 11px 0 0;
}

header.sticky .header .header-menu .navbar .nav-right #mega-menu-wrap-top-primary-menu #mega-menu-top-primary-menu > li > a:after {
  bottom: -11px;
}

header.sticky .header .header-menu .navbar .nav-right #mega-menu-wrap-top-primary-menu #mega-menu-top-primary-menu > li > .mega-sub-menu {
  padding: 11px 0 0;
}

header.sticky .header .header-menu .navbar .nav-right #mega-menu-wrap-top-primary-menu #mega-menu-top-primary-menu .mega-menu-item.mega-menu-flyout > a + .mega-sub-menu {
  padding: 11px 0 0;
}

header.sticky .header .header-menu .navbar .nav-right #mega-menu-wrap-top-primary-menu #mega-menu-top-primary-menu .mega-menu-item.mega-menu-flyout > .mega-sub-menu {
  padding: 11px 0 0;
}

header.sticky #minicart .minicart-dropdown.active {
  top: 40px;
}

header .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

header .header .logo {
  width: 150px;
  height: auto;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

@media (max-width: 767px) {
  header .header .logo {
    width: 110px;
  }
}

@media (max-width: 575px) {
  header .header .logo {
    width: 100px;
  }
}

header .header .logo a {
  display: block;
}

header .header .logo img {
  width: 100%;
  height: auto;
  display: block;
}

header .header .header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .header .header-menu .navbar {
  padding: 0;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

header .header .header-menu .navbar .nav-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .header .header-menu .navbar .nav-right .menu-div {
  display: block;
}

@media (max-width: 1200px) {
  header .header .header-menu .navbar .nav-right .menu-div {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 100%;
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 110;
    overflow: hidden;
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  }
}

@media (max-width: 1200px) {
  header .header .header-menu .navbar .nav-right .menu-div.show {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@media (max-width: 1200px) {
  header .header .header-menu .navbar .nav-right .menu-div.show .menu-backdrop {
    display: block;
  }
}

header .header .header-menu .navbar .nav-right .menu-div .menu-backdrop {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  left: 0;
  top: 0;
}

@media (max-width: 1200px) {
  header .header .header-menu .navbar .nav-right .menu-div .menu-inner {
    width: calc(100% - 20px);
    height: 100%;
    background: #FFFFFF;
    padding: 50px 5px 20px 20px;
    position: relative;
    z-index: 999;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media (max-width: 1200px) {
  header .header .header-menu .navbar .nav-right .menu-div .menu-inner .menu-content {
    width: 100%;
    height: 100%;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    overflow-y: scroll;
  }
}

header .header .header-menu .navbar .nav-right .menu-div .menu-inner .menu-content .currency-selector-wrapper {
  display: none;
  width: 100%;
  padding: 15px 0;
}

@media (max-width: 1200px) {
  header .header .header-menu .navbar .nav-right .menu-div .menu-inner .menu-content .currency-selector-wrapper {
    display: block;
  }
}

header .header .header-menu .navbar .nav-right .menu-div .menu-inner .menu-content .currency-selector-wrapper .select2-container {
  min-width: 100%;
}

header .header .header-menu .navbar .nav-right .menu-div .menu-inner .menu-content .currency-selector-wrapper .select2-container .select2-selection.select2-selection--single .select2-selection__rendered {
  color: #453878;
}

header .header .header-menu .navbar .nav-right .menu-div .menu-inner .navbar-mobile-close {
  display: none;
}

@media (max-width: 1200px) {
  header .header .header-menu .navbar .nav-right .menu-div .menu-inner .navbar-mobile-close {
    display: block;
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    position: absolute;
    right: 18px;
    top: 20px;
    z-index: 999;
  }
  header .header .header-menu .navbar .nav-right .menu-div .menu-inner .navbar-mobile-close:before {
    content: "";
    height: 2px;
    display: block;
    background: #453878;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
  }
  header .header .header-menu .navbar .nav-right .menu-div .menu-inner .navbar-mobile-close:after {
    content: "";
    display: block;
    height: 2px;
    background: #453878;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
  }
}

@media (max-width: 1200px) {
  header .header .header-menu .navbar .nav-right #mega-menu-wrap-top-primary-menu #mega-menu-top-primary-menu {
    display: block;
    background: none;
    height: 100%;
  }
}

@media (max-width: 1200px) {
  header .header .header-menu .navbar .nav-right #mega-menu-wrap-top-primary-menu #mega-menu-top-primary-menu li + li {
    border-top: 1px solid #ededf5;
  }
}

header .header .header-menu .navbar .nav-right #mega-menu-wrap-top-primary-menu #mega-menu-top-primary-menu li a strong {
  font-size: 16px;
  font-weight: 700;
}

@media (max-width: 1200px) {
  header .header .header-menu .navbar .nav-right #mega-menu-wrap-top-primary-menu #mega-menu-top-primary-menu li a strong {
    font-weight: 400;
  }
}

@media (max-width: 575px) {
  header .header .header-menu .navbar .nav-right #mega-menu-wrap-top-primary-menu #mega-menu-top-primary-menu li a strong {
    font-size: 14px;
  }
}

header .header .header-menu .navbar .nav-right #mega-menu-wrap-top-primary-menu #mega-menu-top-primary-menu > li {
  padding: 0 15px;
}

@media (max-width: 1200px) {
  header .header .header-menu .navbar .nav-right #mega-menu-wrap-top-primary-menu #mega-menu-top-primary-menu > li {
    padding: 0;
    position: relative;
  }
}

header .header .header-menu .navbar .nav-right #mega-menu-wrap-top-primary-menu #mega-menu-top-primary-menu > li.fastfutures {
  padding: 10px 0;
}

header .header .header-menu .navbar .nav-right #mega-menu-wrap-top-primary-menu #mega-menu-top-primary-menu > li.fastfutures a.mega-menu-link {
  width: 105px;
  color: transparent;
  position: relative;
}

header .header .header-menu .navbar .nav-right #mega-menu-wrap-top-primary-menu #mega-menu-top-primary-menu > li.fastfutures a.mega-menu-link:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-image: url(../../images/fastfutures-logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

header .header .header-menu .navbar .nav-right #mega-menu-wrap-top-primary-menu #mega-menu-top-primary-menu > li:hover.mega-menu-item-has-children > a::after {
  width: calc(100% - 20px);
  visibility: visible;
}

header .header .header-menu .navbar .nav-right #mega-menu-wrap-top-primary-menu #mega-menu-top-primary-menu > li:hover.mega-menu-item-has-children > a .mega-indicator:after {
  position: relative;
  top: 5px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

header .header .header-menu .navbar .nav-right #mega-menu-wrap-top-primary-menu #mega-menu-top-primary-menu > li:hover > a::after {
  width: 100%;
  visibility: visible;
}

header .header .header-menu .navbar .nav-right #mega-menu-wrap-top-primary-menu #mega-menu-top-primary-menu > li > a {
  padding: 0;
  position: relative;
}

header .header .header-menu .navbar .nav-right #mega-menu-wrap-top-primary-menu #mega-menu-top-primary-menu > li > a.mega-menu-link {
  font-size: 16px;
  color: #453878;
  font-weight: 400;
  height: 35px;
  line-height: 35px;
}

@media (max-width: 1200px) {
  header .header .header-menu .navbar .nav-right #mega-menu-wrap-top-primary-menu #mega-menu-top-primary-menu > li > a.mega-menu-link {
    font-size: 16px;
    font-weight: 400;
    color: #453878;
    line-height: 1.3;
    text-decoration: none;
    height: auto;
    background: none;
    padding: 15px 0;
    max-width: calc(100% - 50px);
    position: static;
    display: inline-block;
  }
}

@media (max-width: 575px) {
  header .header .header-menu .navbar .nav-right #mega-menu-wrap-top-primary-menu #mega-menu-top-primary-menu > li > a.mega-menu-link {
    font-size: 15px;
  }
}

@media (max-width: 1200px) {
  header .header .header-menu .navbar .nav-right #mega-menu-wrap-top-primary-menu #mega-menu-top-primary-menu > li > a.mega-menu-link.active {
    font-weight: 700;
  }
}

@media (max-width: 1200px) {
  header .header .header-menu .navbar .nav-right #mega-menu-wrap-top-primary-menu #mega-menu-top-primary-menu > li > a.mega-menu-link.active + .accord:after {
    content: "_";
    position: relative;
    top: -11px;
  }
}

@media (max-width: 1200px) {
  header .header .header-menu .navbar .nav-right #mega-menu-wrap-top-primary-menu #mega-menu-top-primary-menu > li > a.mega-menu-link + .accord {
    width: 100%;
  }
}

header .header .header-menu .navbar .nav-right #mega-menu-wrap-top-primary-menu #mega-menu-top-primary-menu > li > a.mega-menu-link .mega-indicator {
  margin: 0 0 0 12px;
  line-height: 1;
}

@media (max-width: 1200px) {
  header .header .header-menu .navbar .nav-right #mega-menu-wrap-top-primary-menu #mega-menu-top-primary-menu > li > a.mega-menu-link .mega-indicator {
    display: none;
  }
}

header .header .header-menu .navbar .nav-right #mega-menu-wrap-top-primary-menu #mega-menu-top-primary-menu > li > a.mega-menu-link .mega-indicator:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0.1em solid #453878;
  border-left: 0;
  border-top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

header .header .header-menu .navbar .nav-right #mega-menu-wrap-top-primary-menu #mega-menu-top-primary-menu > li > a::after {
  content: "";
  width: 0;
  position: absolute;
  left: 0;
  bottom: -18px;
  height: 2px;
  z-index: 9999;
  display: block;
  visibility: hidden;
  background: #3DE580;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media (max-width: 1200px) {
  header .header .header-menu .navbar .nav-right #mega-menu-wrap-top-primary-menu #mega-menu-top-primary-menu > li > a::after {
    display: none;
  }
}

header .header .header-menu .navbar .nav-right #mega-menu-wrap-top-primary-menu #mega-menu-top-primary-menu > li .accord {
  display: none;
}

@media (max-width: 1200px) {
  header .header .header-menu .navbar .nav-right #mega-menu-wrap-top-primary-menu #mega-menu-top-primary-menu > li .accord {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: absolute;
    right: 0;
    top: calc(50% - 19px);
    z-index: 1;
  }
}

header .header .header-menu .navbar .nav-right #mega-menu-wrap-top-primary-menu #mega-menu-top-primary-menu > li .accord:after {
  content: "+";
  font-family: dashicons;
  font-size: 22px;
  font-weight: 700;
  color: #453878;
  line-height: 1;
  display: inline-block;
}

header .header .header-menu .navbar .nav-right #mega-menu-wrap-top-primary-menu #mega-menu-top-primary-menu > li > .mega-sub-menu {
  background: none;
  padding: 17px 0 0;
  -webkit-box-shadow: 0 5px 5px -2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 5px -2px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1200px) {
  header .header .header-menu .navbar .nav-right #mega-menu-wrap-top-primary-menu #mega-menu-top-primary-menu > li > .mega-sub-menu {
    display: none;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@media (max-width: 1200px) {
  header .header .header-menu .navbar .nav-right #mega-menu-wrap-top-primary-menu #mega-menu-top-primary-menu > li > .mega-sub-menu.active {
    display: block;
  }
}

header .header .header-menu .navbar .nav-right #mega-menu-wrap-top-primary-menu #mega-menu-top-primary-menu > li > .mega-sub-menu .mega-wrapper {
  margin: 0;
  padding: 15px 0;
  width: 100%;
  background: #FFFFFF;
  border-top: 1px solid #ededf5;
}

@media (max-width: 1200px) {
  header .header .header-menu .navbar .nav-right #mega-menu-wrap-top-primary-menu #mega-menu-top-primary-menu > li > .mega-sub-menu .mega-wrapper {
    padding: 0;
  }
}

header .header .header-menu .navbar .nav-right #mega-menu-wrap-top-primary-menu #mega-menu-top-primary-menu > li > .mega-sub-menu .mega-wrapper > .mega-sub-menu {
  margin: 0 auto;
  max-width: 1320px;
  background: #FFFFFF;
  float: none;
}

@media (max-width: 1430px) {
  header .header .header-menu .navbar .nav-right #mega-menu-wrap-top-primary-menu #mega-menu-top-primary-menu > li > .mega-sub-menu .mega-wrapper > .mega-sub-menu {
    max-width: 1320px;
    padding: 0 20px;
  }
}

@media (max-width: 1400px) {
  header .header .header-menu .navbar .nav-right #mega-menu-wrap-top-primary-menu #mega-menu-top-primary-menu > li > .mega-sub-menu .mega-wrapper > .mega-sub-menu {
    max-width: 1140px;
  }
}

@media (max-width: 1200px) {
  header .header .header-menu .navbar .nav-right #mega-menu-wrap-top-primary-menu #mega-menu-top-primary-menu > li > .mega-sub-menu .mega-wrapper > .mega-sub-menu {
    padding: 0;
  }
}

header .header .header-menu .navbar .nav-right #mega-menu-wrap-top-primary-menu #mega-menu-top-primary-menu > li > .mega-sub-menu .mega-wrapper ul {
  padding: 0;
}

header .header .header-menu .navbar .nav-right #mega-menu-wrap-top-primary-menu #mega-menu-top-primary-menu > li > .mega-sub-menu .mega-wrapper ul.mega-sub-menu li {
  padding: 0;
}

@media (max-width: 1200px) {
  header .header .header-menu .navbar .nav-right #mega-menu-wrap-top-primary-menu #mega-menu-top-primary-menu > li > .mega-sub-menu .mega-wrapper ul.mega-sub-menu li.mega-menu-item .custom-html-widget .parent > a {
    max-width: calc(100% - 50px);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: none;
  }
}

@media (max-width: 1200px) {
  header .header .header-menu .navbar .nav-right #mega-menu-wrap-top-primary-menu #mega-menu-top-primary-menu > li > .mega-sub-menu .mega-wrapper ul.mega-sub-menu li.mega-menu-item .custom-html-widget .parent > a.active {
    font-weight: 700;
  }
}

header .header .header-menu .navbar .nav-right #mega-menu-wrap-top-primary-menu #mega-menu-top-primary-menu > li > .mega-sub-menu .mega-wrapper ul.mega-sub-menu li.mega-menu-item .custom-html-widget .parent > a.active strong {
  font-weight: 700;
}

@media (max-width: 1200px) {
  header .header .header-menu .navbar .nav-right #mega-menu-wrap-top-primary-menu #mega-menu-top-primary-menu > li > .mega-sub-menu .mega-wrapper ul.mega-sub-menu li.mega-menu-item .custom-html-widget .parent > a.active + ul a {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 100%;
  }
}

@media (max-width: 1200px) {
  header .header .header-menu .navbar .nav-right #mega-menu-wrap-top-primary-menu #mega-menu-top-primary-menu > li > .mega-sub-menu .mega-wrapper ul.mega-sub-menu li.mega-menu-item .custom-html-widget .parent > a.active .accord:after {
    content: "_";
    position: relative;
    top: -11px;
  }
}

header .header .header-menu .navbar .nav-right #mega-menu-wrap-top-primary-menu #mega-menu-top-primary-menu > li > .mega-sub-menu .mega-wrapper ul.mega-sub-menu li.mega-menu-item .custom-html-widget .parent > a .accord {
  right: -50px;
}

@media (max-width: 1200px) {
  header .header .header-menu .navbar .nav-right #mega-menu-wrap-top-primary-menu #mega-menu-top-primary-menu > li > .mega-sub-menu .mega-wrapper ul.mega-sub-menu li.mega-menu-item .custom-html-widget .parent ul {
    display: none;
    border-top: 1px solid #ededf5;
  }
}

@media (max-width: 1200px) {
  header .header .header-menu .navbar .nav-right #mega-menu-wrap-top-primary-menu #mega-menu-top-primary-menu > li > .mega-sub-menu .mega-wrapper ul.mega-sub-menu li.mega-menu-item .custom-html-widget .parent ul.active {
    display: block;
  }
}

header .header .header-menu .navbar .nav-right #mega-menu-wrap-top-primary-menu #mega-menu-top-primary-menu > li > .mega-sub-menu .mega-wrapper ul.mega-sub-menu li.mega-menu-item .custom-html-widget li {
  padding: 0;
}

header .header .header-menu .navbar .nav-right #mega-menu-wrap-top-primary-menu #mega-menu-top-primary-menu > li > .mega-sub-menu .mega-wrapper ul.mega-sub-menu li.mega-menu-item .custom-html-widget li a {
  padding: 10px 15px;
  line-height: 1.4;
}

@media (max-width: 1200px) {
  header .header .header-menu .navbar .nav-right #mega-menu-wrap-top-primary-menu #mega-menu-top-primary-menu > li > .mega-sub-menu .mega-wrapper ul.mega-sub-menu li.mega-menu-item .custom-html-widget li a {
    font-size: 16px;
    line-height: 1.3;
  }
}

@media (max-width: 575px) {
  header .header .header-menu .navbar .nav-right #mega-menu-wrap-top-primary-menu #mega-menu-top-primary-menu > li > .mega-sub-menu .mega-wrapper ul.mega-sub-menu li.mega-menu-item .custom-html-widget li a {
    font-size: 14px;
    padding: 15px;
  }
}

@media (max-width: 1200px) {
  header .header .header-menu .navbar .nav-right #mega-menu-wrap-top-primary-menu #mega-menu-top-primary-menu > li > .mega-sub-menu .mega-wrapper ul.mega-sub-menu li.mega-menu-item .custom-html-widget li .img {
    display: none;
  }
}

header .header .header-menu .navbar .nav-right #mega-menu-wrap-top-primary-menu #mega-menu-top-primary-menu > li > .mega-sub-menu .mega-wrapper ul.mega-sub-menu li a {
  font-size: 14px;
  color: #453878;
  font-weight: 400;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header .header .header-menu .navbar .nav-right #mega-menu-wrap-top-primary-menu #mega-menu-top-primary-menu > li > .mega-sub-menu .mega-wrapper ul.mega-sub-menu li a:hover {
  background: #ededf5;
}

header .header .header-menu .navbar .nav-right #mega-menu-wrap-top-primary-menu #mega-menu-top-primary-menu > li > .mega-sub-menu .mega-wrapper .mega-menu-row {
  padding: 0;
}

header .header .header-menu .navbar .nav-right #mega-menu-wrap-top-primary-menu #mega-menu-top-primary-menu > li.mega-menu-flyout > .mega-sub-menu {
  width: 230px;
  padding: 17px 0 0;
  left: 15px;
}

@media (max-width: 1200px) {
  header .header .header-menu .navbar .nav-right #mega-menu-wrap-top-primary-menu #mega-menu-top-primary-menu > li.mega-menu-flyout > .mega-sub-menu {
    width: 100%;
    padding: 0;
    border-top: 1px solid #ededf5;
  }
}

header .header .header-menu .navbar .nav-right #mega-menu-wrap-top-primary-menu #mega-menu-top-primary-menu > li.mega-menu-flyout > .mega-sub-menu:before, header .header .header-menu .navbar .nav-right #mega-menu-wrap-top-primary-menu #mega-menu-top-primary-menu > li.mega-menu-flyout > .mega-sub-menu:after {
  content: "";
  width: 100%;
  height: 15px;
  display: block;
  background: #FFFFFF;
}

@media (max-width: 1200px) {
  header .header .header-menu .navbar .nav-right #mega-menu-wrap-top-primary-menu #mega-menu-top-primary-menu > li.mega-menu-flyout > .mega-sub-menu:before, header .header .header-menu .navbar .nav-right #mega-menu-wrap-top-primary-menu #mega-menu-top-primary-menu > li.mega-menu-flyout > .mega-sub-menu:after {
    display: none;
  }
}

header .header .header-menu .navbar .nav-right #mega-menu-wrap-top-primary-menu #mega-menu-top-primary-menu > li.mega-menu-flyout > .mega-sub-menu:before {
  border-top: 1px solid #ededf5;
}

header .header .header-menu .navbar .nav-right #mega-menu-wrap-top-primary-menu #mega-menu-top-primary-menu > li.mega-menu-flyout > .mega-sub-menu li {
  padding: 0;
}

header .header .header-menu .navbar .nav-right #mega-menu-wrap-top-primary-menu #mega-menu-top-primary-menu > li.mega-menu-flyout > .mega-sub-menu li a {
  font-size: 16px;
  color: #453878;
  font-weight: 400;
  line-height: 1.4;
  background: #FFFFFF;
  padding: 10px 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 1200px) {
  header .header .header-menu .navbar .nav-right #mega-menu-wrap-top-primary-menu #mega-menu-top-primary-menu > li.mega-menu-flyout > .mega-sub-menu li a {
    padding: 15px;
    line-height: 1.3;
  }
}

@media (max-width: 575px) {
  header .header .header-menu .navbar .nav-right #mega-menu-wrap-top-primary-menu #mega-menu-top-primary-menu > li.mega-menu-flyout > .mega-sub-menu li a {
    font-size: 15px;
  }
}

header .header .header-menu .navbar .nav-right #mega-menu-wrap-top-primary-menu #mega-menu-top-primary-menu > li.mega-menu-flyout > .mega-sub-menu li a:hover {
  background: #ededf5;
}

header .header .header-menu .navbar-toggler {
  display: none;
}

@media (max-width: 1200px) {
  header .header .header-menu .navbar-toggler {
    width: 40px;
    height: 40px;
    background: transparent;
    margin-bottom: auto;
    padding: 0;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 767px) {
  header .header .header-menu .navbar-toggler {
    width: 30px;
    height: 25px;
  }
}

header .header .header-menu .navbar-toggler:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

header .header .header-menu .navbar-toggler span {
  width: 40px;
  height: 4px;
  background-color: #453878;
  margin: auto;
  position: relative;
}

@media (max-width: 1200px) {
  header .header .header-menu .navbar-toggler span {
    height: 3px;
  }
}

@media (max-width: 767px) {
  header .header .header-menu .navbar-toggler span {
    width: 30px;
    height: 2px;
  }
}

header .header .header-menu .navbar-toggler span:before, header .header .header-menu .navbar-toggler span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  height: 4px;
  margin: auto;
  background: #453878;
  transition-property: margin, -webkit-transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s, 0s;
          transition-delay: 0.2s, 0s;
}

@media (max-width: 1200px) {
  header .header .header-menu .navbar-toggler span:before, header .header .header-menu .navbar-toggler span:after {
    height: 3px;
  }
}

@media (max-width: 767px) {
  header .header .header-menu .navbar-toggler span:before, header .header .header-menu .navbar-toggler span:after {
    height: 2px;
  }
}

header .header .header-menu .navbar-toggler span:before {
  margin-top: -10px;
}

@media (max-width: 767px) {
  header .header .header-menu .navbar-toggler span:before {
    margin-top: -9px;
  }
}

header .header .header-menu .navbar-toggler span:after {
  margin-bottom: -10px;
}

@media (max-width: 767px) {
  header .header .header-menu .navbar-toggler span:after {
    margin-bottom: -9px;
  }
}

header .header .header-menu .navbar-toggler:not(.collapsed) span {
  background-color: transparent;
}

header .header .header-menu .navbar-toggler:not(.collapsed) span:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0s, 0.2s;
          transition-delay: 0s, 0.2s;
  margin-top: 0;
}

header .header .header-menu .navbar-toggler:not(.collapsed) span:after {
  margin-bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition-delay: 0s, 0.2s;
  transition-delay: 0s, 0.2s;
}

header .header .icons-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}

@media (max-width: 1200px) {
  header .header .icons-block {
    margin-left: 0;
  }
}

@media (max-width: 1200px) {
  header .header .icons-block .search-box {
    padding: 0 13px 0 0;
  }
}

@media (max-width: 350px) {
  header .header .icons-block .search-box {
    padding: 0 10px 0 0;
  }
}

@media (max-width: 1200px) {
  header .header .icons-block .search-box.active .search {
    display: block;
  }
}

header .header .icons-block .search-box.active .mob-search-btn {
  opacity: 0;
  pointer-events: none;
}

header .header .icons-block .search-box .search {
  width: 100%;
  display: block;
}

@media (max-width: 1200px) {
  header .header .icons-block .search-box .search {
    display: none;
    overflow: hidden;
    background: #e0dbff;
    width: 100%;
    padding: 8px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
  }
}

header .header .icons-block .search-box .search .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 0;
}

header .header .icons-block .search-box .search form {
  width: 100%;
  background: #ededf5;
  border-radius: 25px;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding: 0;
}

header .header .icons-block .search-box .search input {
  font-size: 14px;
  font-weight: 400;
  width: 130px;
  height: 28px;
  background: transparent;
  padding: 10px 0 10px 10px;
  border: none;
  outline: none;
  border-radius: 25px;
}

@media (max-width: 1200px) {
  header .header .icons-block .search-box .search input {
    font-size: 16px;
    width: 100%;
    height: 35px;
    padding: 5px 45px 5px 10px;
  }
}

header .header .icons-block .search-box .search button {
  width: 35px;
  height: 28px;
  padding: 0;
  outline: none;
  border: none;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1200px) {
  header .header .icons-block .search-box .search button {
    height: 35px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
  }
}

header .header .icons-block .search-box .search button img {
  width: auto;
  height: 15px;
  display: block;
}

header .header .icons-block .search-box .mob-search-btn {
  display: none;
}

@media (max-width: 1200px) {
  header .header .icons-block .search-box .mob-search-btn {
    width: 25px;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    top: inherit;
    right: 0;
    z-index: 1;
  }
}

header .header .icons-block .search-box .mob-search-btn img,
header .header .icons-block .search-box .mob-search-btn svg {
  width: auto;
  height: 20px;
}

@media (max-width: 1200px) {
  header .header .icons-block .search-box .mob-search-btn img,
  header .header .icons-block .search-box .mob-search-btn svg {
    height: 24px;
  }
}

@media (max-width: 767px) {
  header .header .icons-block .search-box .mob-search-btn img,
  header .header .icons-block .search-box .mob-search-btn svg {
    height: 20px;
  }
}

@media (max-width: 575px) {
  header .header .icons-block .search-box .mob-search-btn img,
  header .header .icons-block .search-box .mob-search-btn svg {
    height: 18px;
  }
}

.icons-left {
  display: none;
  padding-right: 20px;
  border-right: 1px solid #FFFFFF;
}

@media (max-width: 1200px) {
  .icons-left {
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 350px) {
  .icons-left {
    padding-right: 15px;
  }
}

.icons-left li {
  margin-right: 16px;
  padding: 0;
}

@media (max-width: 1200px) {
  .icons-left li {
    margin-right: 12px;
  }
}

@media (max-width: 350px) {
  .icons-left li {
    margin-right: 10px;
  }
}

.icons-left li:before {
  display: none;
}

.icons-left li button {
  border: 0;
  padding: 0;
  background-color: transparent;
}

.icons-left li img,
.icons-left li svg {
  width: auto;
  height: 20px;
  display: block;
  fill: #FFFFFF;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 1200px) {
  .icons-left li img,
  .icons-left li svg {
    height: 24px;
    fill: #453878;
  }
}

.icons-left li img:hover,
.icons-left li svg:hover {
  fill: #3DE580;
}

.icons-left li:last-child {
  position: relative;
  margin-right: 0;
}

.icons-left li:last-child .cart-details {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #3DE580;
  color: #453878;
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: -8px;
  top: -10px;
}

.icons-left li a {
  font-size: 16px;
  font-weight: 400;
  color: #453878;
  display: block;
}

.icons-right {
  padding-left: 20px;
  display: none;
}

@media (max-width: 1200px) {
  .icons-right {
    padding-left: 0;
    display: none;
  }
}

.icons-right .select2-container {
  min-width: 65px;
}

.icons-right .select2-container .select2-selection.select2-selection--single {
  background: none;
  border: none;
}

.icons-right .select2-container .select2-selection.select2-selection--single[aria-expanded="false"] .select2-selection__arrow:after {
  top: 9px;
  right: 5px;
}

.icons-right .select2-container .select2-selection.select2-selection--single .select2-selection__rendered {
  color: #FFFFFF;
  padding: 0;
}

.icons-right .select2-container .select2-selection.select2-selection--single .select2-selection__arrow {
  background: none;
}

.icons-right .select2-container .select2-selection.select2-selection--single .select2-selection__arrow:after {
  width: 8px;
  height: 8px;
  border-width: 0.1em;
  top: 18px;
  right: 5px;
}

.safari header .header .header-menu .navbar .nav-right #mega-menu-wrap-top-primary-menu #mega-menu-top-primary-menu > li.mega-menu-item-has-children > a .mega-indicator:after,
.osx header .header .header-menu .navbar .nav-right #mega-menu-wrap-top-primary-menu #mega-menu-top-primary-menu > li.mega-menu-item-has-children > a .mega-indicator:after {
  top: 4px;
}

.safari header .header .header-menu .navbar .nav-right #mega-menu-wrap-top-primary-menu #mega-menu-top-primary-menu > li:hover.mega-menu-item-has-children > a .mega-indicator:after,
.osx header .header .header-menu .navbar .nav-right #mega-menu-wrap-top-primary-menu #mega-menu-top-primary-menu > li:hover.mega-menu-item-has-children > a .mega-indicator:after {
  top: 9px;
}

.safari .icons-right .select2-container .select2-selection.select2-selection--single[aria-expanded="false"] .select2-selection__arrow:after,
.osx .icons-right .select2-container .select2-selection.select2-selection--single[aria-expanded="false"] .select2-selection__arrow:after {
  top: 12px;
}

.safari .icons-right .select2-container .select2-selection.select2-selection--single .select2-selection__arrow:after,
.osx .icons-right .select2-container .select2-selection.select2-selection--single .select2-selection__arrow:after {
  top: 22px;
}

footer {
  background-color: #453878;
}

footer .menu-links-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

@media (max-width: 991px) {
  footer .menu-links-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

footer .menu-links-wrapper .footer-menu {
  max-width: 25%;
}

@media (max-width: 991px) {
  footer .menu-links-wrapper .footer-menu {
    width: 100%;
    max-width: 100%;
  }
}

footer .menu-links-wrapper .footer-menu .menu.active > li:first-child > a {
  cursor: auto;
  color: #3DE580;
}

footer .menu-links-wrapper .footer-menu .menu.active > li:first-child > a:hover {
  color: #3DE580;
}

@media (max-width: 991px) {
  footer .menu-links-wrapper .footer-menu .menu.active .sub-menu {
    display: block;
    padding-left: 10px;
  }
}

@media (max-width: 991px) {
  footer .menu-links-wrapper .footer-menu .menu.active li:first-child a .footer-extend::after {
    content: "-";
  }
}

footer .menu-links-wrapper .footer-menu .menu > li {
  padding-top: 30px;
}

footer .menu-links-wrapper .footer-menu .menu > li:first-child > a {
  cursor: auto;
}

footer .menu-links-wrapper .footer-menu .menu > li:first-child > a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

@media (max-width: 991px) {
  footer .menu-links-wrapper .footer-menu .menu li:first-child {
    padding-top: 30px;
  }
}

footer .menu-links-wrapper .footer-menu .menu li a {
  font-size: 18px;
  color: #FFFFFF;
  font-weight: 500;
}

footer .menu-links-wrapper .footer-menu .menu li a:hover {
  color: #3DE580;
  text-decoration: underline;
}

@media (max-width: 991px) {
  footer .menu-links-wrapper .footer-menu .menu li a:hover {
    text-decoration: none;
  }
}

@media (max-width: 991px) {
  footer .menu-links-wrapper .footer-menu .menu li a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width: 991px) {
  footer .menu-links-wrapper .footer-menu .menu li .sub-menu {
    display: none;
  }
}

footer .menu-links-wrapper .footer-menu .menu li .sub-menu li {
  line-height: 1.3;
  padding-top: 20px;
}

footer .menu-links-wrapper .footer-menu .menu li .sub-menu li a {
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 300;
}

footer .menu-links-wrapper .footer-menu .menu li .sub-menu li a:hover {
  color: #3DE580;
  text-decoration: underline;
}

@media (max-width: 991px) {
  footer .menu-links-wrapper .footer-menu .menu li .sub-menu li a:hover {
    text-decoration: none;
  }
}

@media (max-width: 991px) {
  footer .menu-links-wrapper .footer-menu .menu li .sub-menu li a {
    width: 100%;
    display: block;
  }
}

footer .menu-links-wrapper .footer-menu .menu li:last-child {
  padding-top: 30px;
}

@media (max-width: 991px) {
  footer .menu-links-wrapper .footer-menu .menu .menu-item-has-children a .footer-extend {
    position: relative;
  }
}

@media (max-width: 991px) {
  footer .menu-links-wrapper .footer-menu .menu .menu-item-has-children a .footer-extend::after {
    content: "+";
    position: absolute;
    font-size: 22px;
    color: #FFFFFF;
    right: 0;
    top: 0;
    font-weight: 200;
  }
}

@media (max-width: 991px) {
  footer .menu-links-wrapper .get-in-touch {
    display: none;
    padding-top: 40px;
    width: 100%;
  }
}

footer .menu-links-wrapper .get-in-touch p {
  font-size: 18px;
  color: #FFFFFF;
  font-weight: 300;
  padding-bottom: 25px;
}

footer .menu-links-wrapper .get-in-touch p.label {
  font-weight: 500;
}

footer .menu-links-wrapper .get-in-touch .subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991px) {
  footer .menu-links-wrapper .get-in-touch .subscribe {
    width: 100%;
  }
}

footer .menu-links-wrapper .get-in-touch .subscribe input[type=email] {
  width: 248px;
  height: 40px;
  padding: 5px 10px 5px 10px;
  border: 1px solid #ededf5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 300;
  background-color: transparent;
  border-right: 0;
}

@media (max-width: 1200px) {
  footer .menu-links-wrapper .get-in-touch .subscribe input[type=email] {
    width: 195px;
  }
}

@media (max-width: 991px) {
  footer .menu-links-wrapper .get-in-touch .subscribe input[type=email] {
    width: 100%;
  }
}

footer .menu-links-wrapper .get-in-touch .subscribe input[type=email]::-webkit-input-placeholder {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 300;
}

footer .menu-links-wrapper .get-in-touch .subscribe input[type=email]:-ms-input-placeholder {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 300;
}

footer .menu-links-wrapper .get-in-touch .subscribe input[type=email]::-ms-input-placeholder {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 300;
}

footer .menu-links-wrapper .get-in-touch .subscribe input[type=email]::placeholder {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 300;
}

footer .menu-links-wrapper .get-in-touch .subscribe input[type=email]:focus-visible {
  outline: 0;
}

footer .menu-links-wrapper .get-in-touch .subscribe input[type=submit] {
  width: 65px;
  height: 40px;
  background-color: #3DE580;
  color: #453878;
  font-size: 16px;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 1200px) {
  footer .menu-links-wrapper .get-in-touch .subscribe input[type=submit] {
    width: 50px;
  }
}

@media (max-width: 991px) {
  footer .menu-links-wrapper .get-in-touch .subscribe input[type=submit] {
    width: 100px;
  }
}

footer .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 991px) {
  footer .social-links {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 30px;
  }
}

footer .social-links .soc-link {
  width: 48px;
  height: 48px;
  background-color: #FFFFFF;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .3s;
  transition: .3s;
}

footer .social-links .soc-link + .soc-link {
  margin-left: 17px;
}

footer .social-links .soc-link:hover {
  background-color: #3DE580;
}

footer .site-summary-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 70px 0 35px 0;
}

@media (max-width: 991px) {
  footer .site-summary-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding: 40px 0;
  }
}

footer .site-summary-wrapper .site-logo {
  text-align: left;
}

@media (max-width: 991px) {
  footer .site-summary-wrapper .site-logo {
    padding-bottom: 20px;
  }
}

footer .site-summary-wrapper .site-logo img {
  max-width: 190px;
}

@media (max-width: 767px) {
  footer .site-summary-wrapper .site-logo img {
    width: 130px;
  }
}

footer .site-summary-wrapper .summary {
  padding-left: 88px;
}

@media (max-width: 991px) {
  footer .site-summary-wrapper .summary {
    padding-left: 0;
  }
}

footer .site-summary-wrapper .summary p {
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 200;
  line-height: 1.7;
}

footer .seperator {
  border: 1px solid #ededf5;
}

footer .privary-footer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
  border-top: 1px solid #ededf5;
}

@media (max-width: 1200px) {
  footer .privary-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  footer .privary-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

footer .privary-footer .certificate-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 47px;
}

@media (max-width: 991px) {
  footer .privary-footer .certificate-logos {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

footer .privary-footer .certificate-logos img {
  width: 91px;
  -o-object-fit: unset;
     object-fit: unset;
  height: 100%;
}

footer .privary-footer .certificate-logos img + img {
  width: 40px;
  margin-left: 10px;
}

footer .privary-footer .privacy-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  footer .privary-footer .privacy-copyright {
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

footer .privary-footer .privacy-copyright .copyright-text {
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 300;
  line-height: 2.5;
}

footer .privary-footer .privacy-copyright .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 991px) {
  footer .privary-footer .privacy-copyright .menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

footer .privary-footer .privacy-copyright .menu li {
  margin-left: 15px;
  padding: 0;
}

footer .privary-footer .privacy-copyright .menu li:before {
  display: none;
}

footer .privary-footer .privacy-copyright .menu li a {
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 300;
  line-height: 2.5;
}

footer .privary-footer .privacy-copyright .menu li a:hover {
  color: #3DE580;
  text-decoration: underline;
}

@media (max-width: 991px) {
  footer .privary-footer .privacy-copyright .menu li a:hover {
    text-decoration: none;
  }
}
/*# sourceMappingURL=scraped-page-style.css.map */