/* Defaults*/
html, body {
  overflow-x: hidden;
  color: #001824;
}
.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1640px;
  margin: auto;
}
@media (max-width: 1600px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1200px;
    padding: 0 25px;
  }
}
@media (max-width: 1200px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1100px;
    padding: 0 12.5px;
  }
}
.container {
  max-width: 1640px;
  margin: auto;
}
@media (max-width: 1600px) {
  .container {
    max-width: 1200px;
    padding: 0 25px;
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: 1100px;
    padding: 0 25px;
  }
}
.container {
  max-width: 1640px;
  margin: auto;
}
@media (max-width: 1600px) {
  .container {
    max-width: 1200px;
    padding: 0 25px;
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: 1100px;
    padding: 0 25px;
  }
}
body.ofc {
  background: white;
}
body.ofc .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 0;
}
body.ofc a {
  text-decoration: none;
}
body.ofc a:hover {
  text-decoration: none;
}
a.btnDef, input.btnDef, button.btnDef {
  display: inline-block;
  font-family: "brandon-grotesque";
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  position: relative;
  max-width: 380px;
  width: 100%;
  padding: 13px;
  min-height: 58px;
  transition: 0.3s !important;
  border-radius: 35px;
  border: 6px solid #001824;
  border-color: #001824;
  background-color: #001824;
}
a.btnDef.med, input.btnDef.med, button.btnDef.med {
  max-width: 280px;
}
a.btnDef.sml, input.btnDef.sml, button.btnDef.sml {
  max-width: 200px;
}
a.btnDef:focus, input.btnDef:focus, button.btnDef:focus {
  background-color: #F57EB6;
  color: #FFFFFF !important;
}
a.btnDef:hover, input.btnDef:hover, button.btnDef:hover {
  color: #001824 !important;
  background-color: #FFFFFF;
}
a.btnDef.inv, input.btnDef.inv, button.btnDef.inv {
  color: #001824 !important;
  border-color: #001824 !Important;
  background-color: #FFFFFF;
}
a.btnDef.inv:hover, input.btnDef.inv:hover, button.btnDef.inv:hover {
  color: #FFFFFF !important;
  background-color: #001824;
  border-color: #001824 !Important;
}
a.btnDef.inv:focus, input.btnDef.inv:focus, button.btnDef.inv:focus {
  color: #FFFFFF !important;
  background-color: #001824;
}
a.btnDef.pinkOnHover:hover, input.btnDef.pinkOnHover:hover, button.btnDef.pinkOnHover:hover {
  background-color: #F57EB6;
}
a.btnDef.blue, input.btnDef.blue, button.btnDef.blue {
  background: #00A3E0;
  border-radius: 35px;
  border-color: #00A3E0;
  color: #050505;
}
a.btnDef.blue:hover, input.btnDef.blue:hover, button.btnDef.blue:hover {
  background: #050505;
  color: #FFFFFF !important;
}
a.btnDef.disabled, input.btnDef.disabled, button.btnDef.disabled {
  background: gray !Important;
  cursor: not-allowed !Important;
}
a.btnDef.disabled:hover, input.btnDef.disabled:hover, button.btnDef.disabled:hover {
  background: gray !important;
}
@media (max-width: 820px) {
  a.btnDef, input.btnDef, button.btnDef {
    min-height: 45px;
  }
  a.btnDef.minv, input.btnDef.minv, button.btnDef.minv {
    max-width: 100%;
    width: auto;
    padding: 15px 30px;
    display: inline-block;
    color: #FFFFFF !important;
    border-color: #F57EB6;
    background-color: #F57EB6;
  }
  a.btnDef.minv:hover, input.btnDef.minv:hover, button.btnDef.minv:hover {
    color: #FFFFFF !important;
    background-color: #F57EB6;
  }
  a.btnDef.minv:focus, input.btnDef.minv:focus, button.btnDef.minv:focus {
    color: #FFFFFF !important;
    background-color: #F57EB6;
  }
  a.btnDef.mbs, input.btnDef.mbs, button.btnDef.mbs {
    max-width: 100%;
    width: auto;
    padding: 15px 30px;
    display: inline-block;
  }
  a.btnDef .mfull, input.btnDef .mfull, button.btnDef .mfull {
    max-width: 100%;
  }
}
.mb-show {
  display: none;
}
@media (max-width: 767px) {
  .mb-show {
    display: block;
  }
}
.marquee {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.marquee span {
  font-family: "brandon-grotesque";
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  color: #001824;
  display: inline-block;
  padding-left: 100%;
  -webkit-animation: marquee 15s infinite linear;
  animation: marquee 15s infinite linear;
}
.marquee span:hover {
  animation-play-state: paused;
}
@media (max-width: 1100px) {
  .marquee span {
    font-size: 12px;
  }
}
@-webkit-keyframes marquee {
  0% {
    transform: translate(-80%, 0);
  }
  50% {
    transform: translate(-20%, 0);
  }
  100% {
    transform: translate(-80%, 0);
  }
}
@keyframes marquee {
  0% {
    transform: translate(-80%, 0);
  }
  50% {
    transform: translate(-20%, 0);
  }
  100% {
    transform: translate(-80%, 0);
  }
}
.sliderMobile .elementor-container .slick-track {
  display: flex;
}
.sliderMobile .elementor-container .slick-track .elementor-column {
  display: flex;
  height: auto;
}
.sliderMobile .elementor-container .slick-track .elementor-column img {
  opacity: 0;
}
@media (max-width: 767px) {
  .threeBox .elementor-container .elementor-column {
    width: 50%;
  }
  .threeBox .elementor-container .elementor-column:nth-child(3) {
    width: 100%;
  }
}
.elementor-top-section {
  background-attachment: fixed;
}
.w-100 img {
  width: 100% !Important;
}
@media (max-width: 767px) {
  .semi-full-width .elementor-container {
    padding: 0 !important;
  }
}
.semi-full-width-pl .elementor-container {
  padding-left: 8.33% !important;
}
@media (max-with: 767px) {
  .semi-full-width-pl .elementor-container {
    padding: 0 !Important;
  }
}
.elementor.elementor-37 {
  background-image: linear-gradient(180deg, #F69B2D 57%, #F57EB6 100%);
}
.elementor-35 .elementor-element.elementor-element-d97e29e {
  overflow: inherit;
}
@media (max-width: 991px) {
  .imgOverlap img {
    position: relative;
    top: -5px;
  }
}
@media (max-width: 1600px) {
  .page-id-27 h1 {
    font-size: 36px !Important;
    line-height: 46px !important;
  }
}
.bigNum {
  padding-left: 0;
}
.bigNum li {
  counter-increment: level1;
  list-style-type: none;
}
.bigNum li:before {
  font-weight: 800;
  font-size: 42px;
  line-height: 46px;
  content: counter(level1) " ";
  /*Instead of ". " */
  width: 30px;
  display: inline-block;
}
.press-logos img {
  max-width: 200px;
}
.page-id-27 .elementor-27 {
  background-image: linear-gradient(180deg, #F57EB6 18.75%, #F0B226 57.4%, #F69B2D 100%);
}
.row-p {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (max-width: 1600px) {
  .row-p {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 1450px) {
  .row-p {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
/*Typography*/
h1, .h1, .elementor-widget-heading h1.elementor-heading-title {
  font-family: "brandon-grotesque";
  font-style: normal;
  font-weight: 800;
  font-size: 56px;
  line-height: 66px;
  text-transform: uppercase;
  text-shadow: -4px 4px 0px #001824;
  -webkit-text-stroke: 2px #001824;
  color: #FFFFFF;
}
@media (max-width: 820px) {
  h1, .h1, .elementor-widget-heading h1.elementor-heading-title {
    font-size: 34px;
    line-height: 38px;
    text-shadow: -2px 2px 0px #001824;
    -webkit-text-stroke: 2px #001824;
  }
}
h1 span, .h1 span, .elementor-widget-heading h1.elementor-heading-title span {
  font-family: "brandon-grotesque";
  font-style: normal;
  font-weight: 800 !important;
  font-size: 56px;
  line-height: 66px;
  text-transform: uppercase;
  text-shadow: -4px 4px 0px #001824;
  -webkit-text-stroke: 2px #001824;
  color: #FFFFFF;
}
@media (max-width: 820px) {
  h1 span, .h1 span, .elementor-widget-heading h1.elementor-heading-title span {
    font-size: 34px;
    line-height: 38px;
    text-shadow: -2px 2px 0px #001824;
    -webkit-text-stroke: 2px #001824;
  }
}
.h1.small {
  font-size: 42px;
  line-height: 46px;
}
h2, .h2, .elementor-widget-heading h2.elementor-heading-title {
  font-family: "brandon-grotesque";
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 46px;
  text-transform: uppercase;
  color: #001824;
}
@media (max-width: 820px) {
  h2, .h2, .elementor-widget-heading h2.elementor-heading-title {
    font-size: 30px;
    line-height: 32px;
  }
}
h3, .h3, .elementor-widget-heading h3.elementor-heading-title {
  font-family: "alkaline";
  font-style: italic;
  font-weight: 600;
  font-size: 42px;
  line-height: 50px;
  color: #001824;
}
@media (max-width: 820px) {
  h3, .h3, .elementor-widget-heading h3.elementor-heading-title {
    font-size: 32px;
    line-height: 36px;
  }
}
h4, .h4, .elementor-widget-heading h4.elementor-heading-title {
  font-family: "brandon-grotesque";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  text-transform: uppercase;
  color: #001824;
}
@media (max-width: 820px) {
  h4, .h4, .elementor-widget-heading h4.elementor-heading-title {
    font-size: 20px;
    line-height: 22px;
  }
}
.big {
  font-family: "brandon-grotesque";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #001824;
}
.caption {
  font-family: "brandon-grotesque";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  color: #001824;
}
body, p, div, li {
  font-family: "brandon-grotesque";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  /* or 133% */
  color: #001824;
}
@media (max-width: 820px) {
  body, p, div, li {
    font-size: 15px;
    line-height: 20px;
  }
}
.buttonText {
  font-family: "brandon-grotesque";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
  text-transform: uppercase;
  color: #001824;
}
@media (max-width: 820px) {
  .buttonText {
    font-size: 18px;
    line-height: 20px;
  }
}
.underlink {
  font-family: "brandon-grotesque";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #F57EB6;
  text-decoration: underline !important;
}
.underlink:hover {
  color: #001824;
}
.underlink.navy {
  color: #001824;
}
.underlink.navy:hover {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .underlink {
    font-size: 15px;
    line-height: 20px;
  }
}
.labelText {
  font-family: obviously-wide;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media (max-width: 820px) {
  .labelText {
    font-size: 12px;
    line-height: 24px;
  }
}
a {
  color: #001824;
}
a:hover {
  color: #F57EB6;
}
/*heder*/
header {
  position: relative;
  background-color: #FFFFFF;
}
header .topMenu {
  background: #F57EB6;
  height: 60px;
  display: flex;
  align-items: center;
}
header .topMenu .topMenuMessage {
  width: 100%;
}
@media (max-width: 1100px) {
  header .topMenu {
    height: 35px;
  }
}
header .social {
  display: flex;
  justify-content: center;
}
header .social img {
  width: 45px;
  margin: 0 7.5px;
}
header .rightIcons {
  position: absolute;
  top: 75px;
  z-index: 201;
  display: flex;
  justify-content: flex-end;
  margin: 0 130px;
  /* max-width: 88vw; */
  /* width: auto; */
  right: 0;
}
@media (max-width: 1500px) {
  header .rightIcons {
    margin: 0 50px;
  }
}
@media (max-width: 1100px) {
  header .rightIcons {
    position: static;
    justify-content: center;
    margin: 20px 0 35px;
  }
  header .rightIcons a {
    margin: 0 12px;
  }
}
header .rightIcons img#account-icon {
  height: 40px;
  position: relative;
  margin-bottom: -30px;
}
header .rightIcons img#cart-icon {
  height: 50px;
}
@media (max-width: 1100px) {
  header .rightIcons.desk {
    display: none;
  }
}
header .wrapper {
  padding: 35px 0;
  max-width: 100%;
  position: relative;
  z-index: 200;
  background-color: #FFFFFF;
  height: 88px;
}
@media (max-width: 1100px) {
  header .wrapper {
    padding: 15px 35px;
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  header .wrapper .logoBox img {
    max-width: 145px;
  }
}
header .wrapper .logoBox {
  position: relative;
  top: -65px;
  display: none;
}
header .wrapper .logoBox img {
  max-width: 200px;
}
@media (max-width: 1100px) {
  header .wrapper .logoBox {
    display: block;
    position: static;
    width: 33%;
    text-align: center;
  }
  header .wrapper .logoBox img {
    max-width: 90px;
  }
}
@media (max-width: 1600px) {
  header .wrapper .navBox {
    position: relative;
    top: -30px;
  }
}
header .wrapper .navBox .topMenu {
  margin: 5px 0 10px;
  text-align: right;
}
header .wrapper .navBox .topMenu a {
  margin-left: 20px;
}
header .wrapper .navBox .menuHead ul.menu {
  list-style-type: none;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  height: 150px;
  align-items: center;
}
@media (min-width: 1601px) {
  header .wrapper .navBox .menuHead ul.menu {
    height: auto;
  }
}
header .wrapper .navBox .menuHead ul.menu .menu-image {
  max-width: 200px;
  height: auto;
}
header .wrapper .navBox .menuHead ul.menu > li {
  flex: 0 0 auto;
  text-align: left;
  margin: 0 45px;
  height: 88px;
}
@media (max-width: 1500px) {
  header .wrapper .navBox .menuHead ul.menu > li {
    flex: 0 0 auto;
    margin: 0 25px;
  }
  header .wrapper .navBox .menuHead ul.menu > li#menu-item-557 {
    flex: 0 0 190px;
  }
}
header .wrapper .navBox .menuHead ul.menu > li.home {
  position: relative;
  top: -65px;
  z-index: 10000;
}
header .wrapper .navBox .menuHead ul.menu > li.account {
  flex: 0 0 30px;
  top: 0;
}
header .wrapper .navBox .menuHead ul.menu > li.account img {
  width: 30px;
  top: 0;
}
header .wrapper .navBox .menuHead ul.menu > li.cart {
  flex: 0 0 30px;
  top: 0;
}
header .wrapper .navBox .menuHead ul.menu > li.cart img {
  width: 30px;
  top: 0;
}
header .wrapper .navBox .menuHead ul.menu > li a {
  font-family: "brandon-grotesque";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  /* navy */
  color: #001824;
}
@media (max-width: 1500px) {
  header .wrapper .navBox .menuHead ul.menu > li a {
    font-size: 16px;
    line-height: 24px;
  }
}
header .wrapper .navBox .menuHead ul.menu > li .sub-menu-toggle .icon-plus {
  opacity: 1;
}
header .wrapper .navBox .menuHead ul.menu > li.current-menu-item a, header .wrapper .navBox .menuHead ul.menu > li a:hover {
  border-bottom: 3px dashed #F57EB6;
}
header .wrapper .navBox .menuHead ul.menu > li.active .sub-menu-toggle .icon-plus {
  opacity: 0;
}
header .wrapper .navBox .menuHead ul.menu > li.active .sub-menu-toggle .icon-minus {
  opacity: 1;
}
header .wrapper .navBox .menuHead ul.menu > li > ul.sub-menu {
  position: absolute;
  display: flex;
  display: none;
  top: unset;
  left: 0;
  z-index: 9999;
  background: #FFFFFF;
  left: 0;
  justify-content: center;
  padding: 50px 250px;
  width: 100vw;
}
header .wrapper .navBox .menuHead ul.menu > li > ul.sub-menu li {
  display: block;
  width: 100%;
  position: relative;
  text-align: center;
  margin: 0 15px;
}
header .wrapper .navBox .menuHead ul.menu > li > ul.sub-menu li.menu-item-has-children .sub-menu.active {
  display: block !Important;
  padding-left: 0;
}
header .wrapper .navBox .menuHead ul.menu > li > ul.sub-menu li.menu-item-has-children > a {
  border-bottom: 3px dashed #F57EB6;
}
header .wrapper .navBox .menuHead ul.menu > li > ul.sub-menu li a {
  display: inline-block;
  color: #000;
  text-transform: capitalize;
  transition: 0.5s;
  padding: 15px 30px 15px 20px;
  white-space: nowrap;
  border: none;
  width: 100%;
  position: relative;
  margin: 0;
  text-align: center;
}
@media (max-width: 1100px) {
  header .wrapper .navBox {
    display: none;
  }
}
header .wrapper .menuIc {
  display: none;
  width: 25px;
  height: 15px;
  position: relative;
  cursor: pointer;
  z-index: 999;
}
header .wrapper .menuIc span {
  display: block;
  height: 3px;
  margin-bottom: 5px;
  width: 100%;
  background-color: #001824;
  border-radius: 15px;
  transition: 0.5s;
  position: absolute;
  left: 0;
}
header .wrapper .menuIc span:nth-child(1) {
  top: 0;
}
header .wrapper .menuIc span:nth-child(2) {
  top: 7px;
}
header .wrapper .menuIc span:nth-child(3) {
  top: 14px;
}
header .wrapper .menuIc.active span {
  transition: 0.5s;
}
header .wrapper .menuIc.active span:nth-child(1) {
  top: -20px;
  opacity: 0;
}
header .wrapper .menuIc.active span:nth-child(2) {
  top: 50%;
  left: -2px;
  transform: rotate(45deg) translateY(-50%);
}
header .wrapper .menuIc.active span:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
}
@media (max-width: 1100px) {
  header .wrapper .menuIc {
    display: inline-block;
  }
}
header .mobileNav {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: #FFFFFF;
  transform: translateY(-200%);
  transition: 0.5s;
  padding-bottom: 40px;
}
header .mobileNav.active {
  transform: translateX(0);
}
header .mobileNav .menuHeadMob ul {
  display: block;
  list-style-type: none;
  padding-left: 0;
  text-align: center;
  margin: 0;
}
header .mobileNav .menuHeadMob ul > li {
  margin: 0 35px;
  position: relative;
  padding: 20px 0;
  border-bottom: 3px dashed #F57EB6;
}
header .mobileNav .menuHeadMob ul > li a {
  font-family: "brandon-grotesque";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: 0.75s;
}
@media (max-width: 1100px) {
  header .mobileNav .menuHeadMob ul > li a {
    color: #001824;
    font-size: 16px;
    line-height: 16px;
  }
}
header .mobileNav .menuHeadMob ul > li:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 170px;
  height: 1px;
  background-color: #FFFFFF;
}
header .mobileNav .menuHeadMob ul > li.current-menu-item a, header .mobileNav .menuHeadMob ul > li a:hover {
  border-bottom: 3px dashed #F57EB6;
}
header .mobileNav .menuHeadMob ul > li .sub-menu-toggle {
  display: none;
}
header .mobileNav .menuHeadMob ul > li > ul.sub-menu {
  padding-left: 0;
  margin: 0;
}
header .mobileNav .menuHeadMob ul > li > ul.sub-menu li {
  display: block;
  width: 100%;
  position: relative;
  text-align: left;
  margin: 0;
}
header .mobileNav .menuHeadMob ul > li > ul.sub-menu li a {
  display: inline-block;
  color: #fff;
  text-transform: capitalize;
  transition: 0.5s;
  padding: 10px 30px 10px 20px;
  white-space: nowrap;
  border: none;
  width: 100%;
  position: relative;
  margin: 0;
  text-align: left;
}
header .mobileNav .menuHeadMob ul#menu-header-menu-top-1 > li a {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
}
header .mobileNav .topMenu {
  margin: 20px 0 30px;
  text-align: center;
}
header .mobileNav .topMenu a {
  margin: 0 10px;
  color: #FFFFFF;
}
@media (max-width: 1100px) {
  header .mobileNav {
    display: block;
  }
}
.overlay-blur {
  display: none;
  backdrop-filter: blur(5px);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 205;
}
.mobile-only {
  display: none !Important;
}
.mobile-only img {
  width: 50px;
}
@media (max-width: 1100px) {
  .mobile-only {
    display: block !Important;
    float: right;
    position: absolute;
    right: 15px;
  }
}
#menu-item-59 a:hover {
  border: none !important;
}
#menu-item-59 a {
  border: none !important;
}
.topMenuLink:hover {
  color: white;
}
@media (max-width: 767px) {
  .topMenuLink {
    font-size: 12px;
  }
}
/*Footer*/
footer {
  padding: 120px 0 0;
  background-color: #FFFFFF;
  color: #001824;
}
footer img {
  max-width: 100%;
}
footer .container {
  padding-left: 25px;
  padding-right: 25px;
}
footer .subscribeBOx .h2 {
  color: #F57EB6;
  margin: 0 0 20px;
}
footer .subscribeBOx .buttonText {
  margin: 0 0 20px;
}
footer .subscribeBOx form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
footer .subscribeBOx form > div, footer .subscribeBOx form label {
  width: 100%;
}
footer .subscribeBOx .social {
  display: flex;
  margin-top: 40px;
}
footer .subscribeBOx .social a {
  display: block;
}
footer .subscribeBOx .social a img {
  margin-left: 10px;
  transform: translateX(0);
  transition: 0.3s;
  height: 60px;
  width: auto;
}
footer .subscribeBOx .social a:hover img {
  transform: scale(1.25);
}
footer h4 {
  margin-bottom: 15px;
  font-weight: 600;
}
footer .navFrww {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  max-width: 380px;
}
footer .navFrww .footerNav .menuFoot ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
footer .navFrww .footerNav .menuFoot ul li {
  margin: 0 0 10px;
}
footer .navFrww .footerNav .menuFoot ul li a {
  font-family: "brandon-grotesque";
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  /* navy */
  color: #001824;
  transition: 0.3s;
}
footer .navFrww .footerNav .menuFoot ul li a:hover {
  color: #F57EB6;
}
footer .copy {
  margin-bottom: 20px;
}
footer .copy a {
  color: #FFFFFF;
  transition: 0.5s;
}
footer .copy a:hover {
  color: #F57EB6;
}
footer .klaviyo-form .needsclick {
  padding: 0 !Important;
}
@media (max-width: 991px) {
  footer .klaviyo-form .needsclick {
    display: block !important;
    width: 100% !Important;
  }
}
footer .klaviyo-form input.needsclick {
  background: #FFFFFF !Important;
  border-radius: 4px !Important;
  font-family: "brandon-grotesque" !Important;
  font-style: normal !Important;
  font-weight: 400 !Important;
  font-size: 18px !Important;
  line-height: 24px !Important;
  color: #000000 !important;
  height: 60px !Important;
  padding-left: 20px !Important;
}
footer .klaviyo-form button.needsclick {
  background: #001824 !Important;
  border-radius: 47px !Important;
  font-family: "brandon-grotesque" !Important;
  font-style: normal !Important;
  font-weight: 450 !Important;
  font-size: 20px !Important;
  line-height: 29px !Important;
  text-align: center !Important;
  text-transform: uppercase !Important;
  color: #FFFFFF !Important;
  padding: 15px 0 !important;
  width: 260px !important;
  margin-left: 20px !Important;
}
@media (max-width: 991px) {
  footer .klaviyo-form button.needsclick {
    margin-left: 0 !Important;
    margin-top: 20px !Important;
  }
}
footer .klaviyo-form p, footer .klaviyo-form span {
  font-family: "brandon-grotesque" !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 24px !important;
  text-align: left !important;
  color: #001824 !important;
}
@media (max-width: 820px) {
  footer .klaviyo-form p, footer .klaviyo-form span {
    font-size: 15px !important;
    line-height: 20px !important;
  }
}
@media (max-width: 1199px) {
  footer {
    padding: 80px 0 0;
  }
}
@media (max-width: 767px) {
  footer {
    padding: 60px 0 0;
  }
  footer .logoBOx {
    max-width: 290px;
    margin-bottom: 30px;
  }
  footer .subscribeBOx .h2 {
    color: #F57EB6;
    margin: 0 0 10px;
  }
  footer .subscribeBOx .buttonText {
    margin: 0 0 10px;
  }
  footer .subscribeBOx form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  footer .subscribeBOx form > div, footer .subscribeBOx form label {
    width: 100%;
  }
  footer .subscribeBOx form input[type="text"] {
    width: 100%;
    max-width: 370px;
    height: 45px;
    padding: 0 15px;
    margin: 0 0 10px;
    border-radius: 0;
    border: none;
  }
  footer .subscribeBOx form button {
    max-width: 200px;
  }
  footer .subscribeBOx .social {
    margin-top: 40px;
  }
  footer .navFrww {
    margin: 10px 0 0;
    display: block;
  }
  footer .navFrww .footerNav {
    margin-bottom: 40px;
  }
}
.subfooter {
  background: #001824;
  margin-top: 60px;
}
.subfooter .subMenuFoot #menu-footer-sub-menu {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  list-style: none;
  padding-left: 0;
}
@media (max-width: 991px) {
  .subfooter .subMenuFoot #menu-footer-sub-menu {
    padding-top: 35px;
  }
}
.subfooter .subMenuFoot #menu-footer-sub-menu li a {
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
}
.subfooter .subMenuFoot #menu-footer-sub-menu li span {
  width: 25%;
  text-align: center;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .subfooter .subMenuFoot #menu-footer-sub-menu {
    display: block;
    text-align: center;
  }
  .subfooter .subMenuFoot #menu-footer-sub-menu li {
    margin-bottom: 20px;
  }
}
/*Preloader*/
#pageLoader {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 102;
  background: white;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 99999999999;
  top: 0;
}
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #F57EB6;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}
.lds-ellipsis.small {
  height: 32px;
}
.lds-ellipsis.small div {
  width: 8px;
  height: 8px;
  top: 13px;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}
@keyframes wave {
  0%, 60%, 100% {
    transform: initial;
  }
  30% {
    transform: translateY(-15px);
  }
}
/*Forms*/
.gform_wrapper li.hidden_label input {
  margin: 0 !important;
}
.gform_wrapper ul li.gfield {
  margin-top: 20px !Important;
}
body .gform_wrapper .top_label div.ginput_container {
  margin-top: 0 !Important;
}
.gform_wrapper .top_label input.medium.datepicker {
  width: 100%;
}
.gform_wrapper .ginput_container_address input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) {
  margin-bottom: 20px !Important;
}
.gform_wrapper .gfield_required {
  margin-left: 0 !Important;
}
.gform_confirmation_message {
  text-align: center;
}
.gform_wrapper .gform_body .gform_fields .ui-datepicker-trigger {
  float: right;
  position: relative;
  top: -30px;
  right: 15px;
}
.gform_wrapper .gform_body .gform_fields label {
  font-size: 1.6rem;
  left: calc(var(--inputs-border-width) + 2rem);
  top: calc(1rem + var(--inputs-border-width));
  margin-bottom: 0 !important;
  pointer-events: none;
  position: absolute;
  transition: top 0.1s ease, font-size 0.1s ease;
  color: rgba(var(--color-foreground), 0.75);
  letter-spacing: 0.1rem;
  line-height: 1.5;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 500;
  font-size: 18px !important;
  line-height: 24px;
  color: #000;
  width: 98%;
  height: 63px;
  z-index: 999;
  margin-top: 10px !important;
  margin-left: 20px !important;
}
.gform_wrapper .gform_body .gform_fields label.focused {
  font-size: 10px !important;
  margin-top: 5px;
  left: calc(var(--inputs-border-width) + 2rem);
  letter-spacing: 0.04rem;
}
@media (max-width: 991px) {
  .gform_wrapper .gform_body .gform_fields label {
    width: 90%;
    font-size: 12px !Important;
  }
}
@media (max-width: 991px) {
  .gform_wrapper .gform_body .gform_fields select {
    font-size: 12px !important;
  }
}
.gform_wrapper .gform_body .gform_fields .ginput_container input, .gform_wrapper .gform_body .gform_fields textarea, .gform_wrapper .gform_body .gform_fields select {
  font-family: "brandon-grotesque";
  font-style: normal;
  font-weight: 420;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  padding: 10px 24px !Important;
  border: none !Important;
  text-transform: uppercase;
  height: 60px;
  margin: 0 !important;
  accent-color: #001824;
  -webkit-appearance: none;
  appearance: none;
  /* background-color: rgb(var(--color-background)); */
  color: rgb(var(--color-foreground));
  font-size: 1.6rem;
  width: 100%;
  box-sizing: border-box;
  transition: box-shadow 0.1s ease;
  border-radius: var(--inputs-radius);
  min-height: calc(var(--inputs-border-width) * 2);
  min-width: calc(7rem + (var(--inputs-border-width) * 2));
  position: relative;
  border: 0;
  flex-grow: 1;
  text-align: left;
  padding: 1.5rem;
  margin: var(--inputs-border-width);
  /* transition: box-shadow var(--duration-short) ease; */
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  text-transform: initial;
  height: 45px;
}
.gform_wrapper .gform_body .gform_fields .ginput_container input.focused, .gform_wrapper .gform_body .gform_fields textarea.focused, .gform_wrapper .gform_body .gform_fields select.focused {
  padding: 2.2rem 1.5rem 0.8rem 20px !Important;
  font-size: 18px !Important;
}
.gform_wrapper .gform_body .gform_fields .ginput_container input::-moz-placeholder, .gform_wrapper .gform_body .gform_fields textarea::-moz-placeholder, .gform_wrapper .gform_body .gform_fields select::-moz-placeholder {
  color: transparent;
}
.gform_wrapper .gform_body .gform_fields .ginput_container input:-ms-input-placeholder, .gform_wrapper .gform_body .gform_fields textarea:-ms-input-placeholder, .gform_wrapper .gform_body .gform_fields select:-ms-input-placeholder {
  /** notice that ie has only a single colon) */
  color: transparent;
}
.gform_wrapper .gform_body .gform_fields .ginput_container input::-webkit-input-placeholder, .gform_wrapper .gform_body .gform_fields textarea::-webkit-input-placeholder, .gform_wrapper .gform_body .gform_fields select::-webkit-input-placeholder {
  color: transparent;
}
.gform_wrapper .gform_body .gform_fields .ginput_container input::placeholder, .gform_wrapper .gform_body .gform_fields textarea::placeholder, .gform_wrapper .gform_body .gform_fields select::placeholder {
  color: transparent;
}
.gform_wrapper .gform_body .gform_fields textarea {
  height: auto !important;
}
.gform_wrapper .gform_body .gform_fields select {
  letter-spacing: 0.1rem;
  /* line-height: 1.5; */
  text-transform: uppercase;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  width: 98%;
  height: 63px;
  z-index: 999;
  margin-top: 10px;
  margin-left: 20px;
  padding-left: 20px !important;
  height: 45px;
}
.gform_wrapper .gform_body .gfield.product-types {
  pointer-events: auto !important;
}
.gform_wrapper .gform_body .gfield.gf_list_inline label, .gform_wrapper .gform_body .gfield.gf_list_4col label {
  font-weight: 420;
  font-size: 18px;
  line-height: 24px;
  position: static !Important;
  left: unset;
  top: unset;
  height: auto;
  width: auto;
  margin-left: 0 !Important;
}
.gform_wrapper .gform_body .gfield .gfield_radio li, .gform_wrapper .gform_body .gfield .gfield_checkbox li {
  margin-bottom: 20px !important;
}
.gform_wrapper .gform_body .gfield .gfield_radio li input[type="radio"], .gform_wrapper .gform_body .gfield .gfield_radio li input[type="checkbox"], .gform_wrapper .gform_body .gfield .gfield_checkbox li input[type="radio"], .gform_wrapper .gform_body .gfield .gfield_checkbox li input[type="checkbox"] {
  width: 30px !Important;
  height: 30px !Important;
  appearance: auto;
}
.gform_wrapper .gform_body .gfield .gfield_radio input[type="radio"], .gform_wrapper .gform_body .gfield .gfield_checkbox input[type="radio"] {
  font-family: "brandon-grotesque";
  font-style: normal;
  font-weight: 420;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  padding: 10px 24px !Important;
  border: none !Important;
  text-transform: uppercase;
  height: 60px;
  margin: 0 !important;
  accent-color: #001824;
}
.gform_wrapper .gform_body .gfield .gfield_radio label, .gform_wrapper .gform_body .gfield .gfield_checkbox label {
  font-weight: 420;
  font-size: 18px;
  line-height: 24px;
  margin-left: 10px;
  position: static !Important;
  left: unset;
  top: unset;
  height: auto;
  width: auto;
  margin-left: 10px !Important;
}
.gform_wrapper .gform_body label {
  font-weight: 420;
  font-size: 18px;
  line-height: 24px;
}
.gform_wrapper .gform_footer {
  text-align: center;
}
.gform_wrapper input[type="submit"] {
  font-family: "brandon-grotesque";
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  position: relative;
  max-width: 380px;
  width: 100% !important;
  padding: 13px;
  min-height: 58px;
  transition: 0.3s !important;
  border-radius: 35px;
  border: 6px solid #001824;
  border-color: #001824;
  background-color: #001824;
  color: #001824 !important;
  border-color: #001824 !Important;
  background-color: #FFFFFF;
  cursor: pointer;
}
.gform_wrapper input[type="submit"]:hover {
  color: #FFFFFF !important;
  background-color: #001824;
  border-color: #001824 !Important;
}
.gform_wrapper input[type="submit"]:focus {
  color: #FFFFFF !important;
  background-color: #001824;
}
.gfield_required {
  color: #001824 !Important;
}
/*FAQS*/
.faqList .faqs .faq {
  padding: 10px 0;
  position: relative;
  cursor: pointer;
}
.faqList .faqs .faq .text {
  color: #001824;
  overflow: hidden;
  opacity: 0;
  max-height: 1px;
  max-width: 70%;
  transition: 0.4s;
}
.faqList .faqs .faq .big:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 36px;
  background: url(/wp-content/uploads/2022/08/plus.png) no-repeat center;
  background-size: contain;
  /* position: absolute; */
  right: 0;
  top: 5px;
  transition: 0.4s;
  margin-left: 15px;
  position: relative;
}
.faqList .faqs .faq.active h3 {
  margin-bottom: 20px;
}
.faqList .faqs .faq.active .text {
  max-height: 500px;
  opacity: 1;
  transition: 0.3s;
}
.faqList .faqs .faq.active .big:after {
  background: url("/wp-content/uploads/2022/08/minus.png") no-repeat center;
}
@media (max-width: 767px) {
  .faqList .faqs .faq {
    padding: 19px 30px 0 0;
  }
  .faqList .faqs .faq h3 {
    padding-right: 35px;
  }
  .faqList .faqs .faq .text {
    max-width: 100%;
  }
  .faqList .faqs .faq.active h3 {
    margin-bottom: 8px;
  }
}
/*Single post*/
.post-template-singe_post_template .single-post {
  background: linear-gradient(180deg, #F0E6D8 0%, #FBB1BB 100%);
  padding: 20px 0 40px;
}
.post-template-singe_post_template .single-post h1 {
  text-align: center;
}
.post-template-singe_post_template .single-post img {
  max-width: 100%;
  max-height: 75vh;
  margin: auto;
  width: auto !Important;
}
.post-template-singe_post_template .single-post .categories-list {
  background: #F6992D;
  display: flex;
  justify-content: space-around;
  padding: 30px 15px;
  list-style: none;
  margin-bottom: 40px;
}
.post-template-singe_post_template .single-post .categories-list li {
  cursor: pointer;
  font-weight: 500;
  /* identical to box height, or 114% */
  text-align: center;
  text-transform: uppercase;
  /* navy */
  color: #001824;
}
.post-template-singe_post_template .single-post .categories-list li.active {
  font-weight: 800;
}
.post-template-singe_post_template .single-post .categories-list li a:hover {
  color: #FFFFFF;
}
.post-template-singe_post_template .single-post .related_posts {
  margin-top: 40px;
}
.post-template-singe_post_template .single-post .related_posts .post_item {
  margin-top: 40px;
}
.post-template-singe_post_template .single-post .related_posts .post_item .text-overlay {
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  min-height: 162px;
}
.singlePostSection {
  padding: 40px 0;
}
.singlePostSection .custCont {
  max-width: 1064px;
  padding: 0 40px;
  width: 100%;
  margin: auto;
}
.singlePostSection .custCont h1 {
  margin-bottom: 25px;
}
.singlePostSection .custCont .frameBox {
  margin: 50px 0;
}
.singlePostSection .frameBoxMob {
  display: none;
}
@media (max-width: 991px) {
  .singlePostSection {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .singlePostSection {
    padding: 0 0 60px 0;
  }
  .singlePostSection .frameBox {
    display: none;
  }
  .singlePostSection .frameBoxMob {
    display: block;
    margin-bottom: 20px;
  }
}
.singlePostSection .elementorSection {
  position: relative;
  padding-left: 120px;
}
.singlePostSection .elementorSection .shareBox {
  position: absolute;
  top: 0;
  right: 120px;
}
.singlePostSection .elementorSection .shareBox .posts-widget-area .widget .widget-title-holder {
  margin: 0;
}
.singlePostSection .elementorSection .shareBox .posts-widget-area .widget .widget-title-holder h3 {
  margin: 0;
}
.singlePostSection .elementorSection .shareBox .posts-widget-area .widget .addtoany_list {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
}
.singlePostSection .elementorSection .shareBox .posts-widget-area .widget .addtoany_list a {
  background-color: #F57EB6;
  border-radius: 200px;
  width: 58px;
  padding: 6px 0 2px;
  text-align: center;
  margin-bottom: 10px;
}
.singlePostSection .elementorSection .shareBox .posts-widget-area .widget .addtoany_list a span {
  transition: 0.5s;
}
.singlePostSection .elementorSection .shareBox .posts-widget-area .widget .addtoany_list a.addtoany_share {
  display: none;
}
.singlePostSection .elementorSection .elementorContainer {
  max-width: 590px;
}
@media (max-width: 991px) {
  .singlePostSection .elementorSection {
    padding-left: 0;
  }
  .singlePostSection .elementorSection .elementorContainer {
    max-width: 100%;
  }
  .singlePostSection .elementorSection .shareBox {
    position: static;
    padding: 20px 0;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
  }
  .singlePostSection .elementorSection .shareBox .posts-widget-area .widget {
    display: flex;
    align-items: center;
  }
  .singlePostSection .elementorSection .shareBox .posts-widget-area .widget .widget-title-holder {
    margin: 0;
  }
  .singlePostSection .elementorSection .shareBox .posts-widget-area .widget .widget-title-holder h3 {
    margin: 0;
  }
  .singlePostSection .elementorSection .shareBox .posts-widget-area .widget .addtoany_list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-top: 0;
  }
  .singlePostSection .elementorSection .shareBox .posts-widget-area .widget .addtoany_list a {
    margin: 0 0 0 10px;
  }
}
@media (max-width: 767px) {
  .singlePostSection .elementorSection .shareBox {
    margin-top: 40px;
  }
}
.singlePostSection .related_posts {
  max-width: 1200px;
  margin: 100px auto 0;
  width: 100%;
}
.singlePostSection .related_posts h2 {
  margin-bottom: 40px;
  padding: 0 10px;
}
@media (max-width: 991px) {
  .singlePostSection .related_posts {
    margin: 60px auto 0;
  }
}
@media (max-width: 767px) {
  .singlePostSection .related_posts {
    margin: 20px auto 0;
    padding: 0 30px;
  }
  .singlePostSection .related_posts h2 {
    margin-bottom: 20px;
  }
  .singlePostSection .related_posts .blogPostsSection .post_item {
    margin-bottom: 0;
  }
}
body.page-id-25 .gform_wrapper .top_label li.gfield.products {
  display: none;
}
body.page-id-25 .gform_wrapper .gform_body .product-types .gfield_checkbox li input[type="checkbox"] {
  width: 0 !Important;
  visibility: hidden;
}
body.page-id-25 .gform_wrapper .gform_body .product-types .gfield_checkbox li {
  margin-bottom: 50px !important;
}
@media (max-width: 991px) {
  body.page-id-25 .gform_wrapper .gform_body .product-types .gfield_checkbox li {
    margin-bottom: 10px !Important;
  }
}
body.page-id-25 .gform_wrapper .product-types ul.gfield_checkbox li label {
  font-size: 24px;
  line-height: 28px;
  /* identical to box height, or 114% */
  font-weight: 600;
  text-align: right;
  text-transform: uppercase;
  pointer-events: auto !Important;
}
@media (max-width: 991px) {
  body.page-id-25 .gform_wrapper .product-types ul.gfield_checkbox li label {
    font-size: 18px;
    line-height: 24px;
  }
}
body.page-id-25 .gform_wrapper .product-types ul.gfield_checkbox li label::after {
  content: "";
  background-image: url(/wp-content/uploads/2022/08/plus.png);
  position: relative;
  margin-left: 20px;
  width: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  transition: background 0.25s;
}
@media (max-width: 991px) {
  body.page-id-25 .gform_wrapper .product-types ul.gfield_checkbox li label::after {
    width: 20px;
    height: 20px;
    background-size: contain;
  }
}
body.page-id-25 .gform_wrapper .product-types ul.gfield_checkbox li input[type=checkbox]:checked + label {
  font-weight: inherit;
}
body.page-id-25 .gform_wrapper .product-types ul.gfield_checkbox li input[type=checkbox]:checked + label.active::after {
  content: "";
  background-image: url(/wp-content/uploads/2022/08/minus.png);
  top: 7.5px;
}
body.page-id-25 .product-types {
  text-align: right;
  margin-right: 100px !Important;
}
@media (max-width: 991px) {
  body.page-id-25 .product-types {
    margin-right: 0 !Important;
  }
}
body.page-id-25 #selected-products {
  display: none;
  padding-top: 40px;
}
@media (max-width: 991px) {
  body.page-id-25 .gform_wrapper ul li.gfield {
    width: 100%;
  }
}
.page-id-31 .elementor-31 {
  background-color: transparent;
  background-image: linear-gradient(180deg, #F57EB6 0%, #F69B2D 100%);
}
.page-id-31 .floating-img img {
  position: absolute;
  left: -25px;
  max-width: 25vw;
}
.page-id-31 .TimelineList {
  margin: 0 -15px;
  background-image: url(/wp-content/uploads/2022/08/Group-220.png);
  background-size: 550px;
  display: block;
  width: 100%;
  float: left;
  background-position: left -70px;
  background-repeat: no-repeat;
  padding: 60px 0;
}
@media (max-width: 991px) {
  .page-id-31 .TimelineList {
    background-image: none;
    float: none;
    padding: 50px 35px;
    margin: 0;
  }
}
.page-id-31 .TimelineList .Timeline .year {
  display: flex;
  float: right;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .page-id-31 .TimelineList .Timeline .year {
    display: block;
    float: none;
    width: 100% !important;
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .page-id-31 .TimelineList .Timeline .year img {
    position: static !important;
    margin: 0 !important;
    width: auto !important;
  }
  .page-id-31 .TimelineList .Timeline .year img.star-2 {
    display: none !Important;
  }
  .page-id-31 .TimelineList .Timeline .year img.star-3 {
    display: none !Important;
  }
}
.page-id-31 .TimelineList .Timeline .year .year-img {
  width: 30%;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .page-id-31 .TimelineList .Timeline .year .year-img {
    width: 100%;
    margin: auto;
    max-width: 250px;
  }
}
.page-id-31 .TimelineList .Timeline .year .year-text {
  width: 70%;
}
@media (max-width: 991px) {
  .page-id-31 .TimelineList .Timeline .year .year-text {
    width: 100%;
  }
}
.page-id-31 .TimelineList .Timeline .year .year-text h3 {
  color: #FFFFFF;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.page-id-31 .TimelineList .Timeline .year .year-text h3 img {
  position: relative;
  margin-bottom: -25px;
}
@media (max-width: 991px) {
  .page-id-31 .TimelineList .Timeline .year .year-text h3 img {
    display: none;
  }
}
.page-id-31 .TimelineList .Timeline .year .year-text h3::after {
  content: "";
  border-bottom: 3px solid #FFFFFF;
  width: 100%;
  display: block;
  position: relative;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .page-id-31 .TimelineList .Timeline .year .year-text h3::after {
    margin-top: 10px;
  }
}
.page-id-31 .TimelineList .Timeline .year .year-text p {
  margin-top: 25px;
  max-width: 550px;
  margin-right: auto;
}
.page-id-31 .TimelineList .Timeline .year#year-0 {
  width: 60%;
}
.page-id-31 .TimelineList .Timeline .year#year-0 .star-1 {
  position: absolute;
  width: 75px;
  margin-top: -55px;
  margin-left: 175px;
}
.page-id-31 .TimelineList .Timeline .year#year-0 .star-2 {
  display: none;
}
.page-id-31 .TimelineList .Timeline .year#year-0 .star-3 {
  display: none;
}
.page-id-31 .TimelineList .Timeline .year#year-1 {
  width: 70%;
}
.page-id-31 .TimelineList .Timeline .year#year-1 .star-1 {
  position: absolute;
  width: 90px;
  margin-top: -75px;
  margin-left: 200px;
  transform: rotate(20deg);
}
.page-id-31 .TimelineList .Timeline .year#year-1 .star-2 {
  display: none;
}
.page-id-31 .TimelineList .Timeline .year#year-1 .star-3 {
  display: none;
}
.page-id-31 .TimelineList .Timeline .year#year-2 {
  width: 80%;
  align-items: center;
  margin-bottom: 100px;
}
.page-id-31 .TimelineList .Timeline .year#year-2 .star-1 {
  width: 100px;
  transform: rotate(-10deg);
  margin-left: -65px;
  margin-top: -120px;
}
.page-id-31 .TimelineList .Timeline .year#year-2 .star-2 {
  position: absolute;
  width: 50px;
  transform: rotate(25deg);
  margin-top: -270px;
  margin-left: 10px;
}
.page-id-31 .TimelineList .Timeline .year#year-2 .star-3 {
  position: absolute;
  width: 75px;
  margin-left: 400px;
  margin-top: -200px;
  transform: rotate(30deg);
}
.page-id-31 .TimelineList .Timeline .year#year-3 {
  width: 85%;
}
.page-id-31 .TimelineList .Timeline .year#year-3 .star-1 {
  position: absolute;
  width: 120px;
  margin-top: -100px;
  margin-left: 690px;
  transform: rotate(-5deg);
}
.page-id-31 .TimelineList .Timeline .year#year-3 .star-2 {
  display: none;
}
.page-id-31 .TimelineList .Timeline .year#year-3 .star-3 {
  position: absolute;
  width: 110px;
  right: 250px;
  transform: rotate(25deg);
  margin-top: 250px;
}
.page-id-31 .gurusControl {
  margin: auto;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
}
.page-id-31 .gurusControl .slick-track {
  width: 100% !Important;
}
@media (max-width: 991px) {
  .page-id-31 .gurusControl {
    width: auto;
  }
}
.page-id-31 .gurusControl .guru {
  width: 75px !important;
  margin: 0 10px;
  cursor: pointer;
  padding: 25px 0;
}
.page-id-31 .gurusControl .guru:hover {
  transform: scale(1.1);
}
@media (max-width: 991px) {
  .page-id-31 .gurusControl .guru {
    width: 45px !Important;
    margin: 0 5px;
    padding: 10px 0px;
  }
}
@media (max-width: 991px) {
  .page-id-31 .gurusControl .slick-list {
    padding: 0 !Important;
  }
}
.page-id-31 .gurusList {
  padding: 0 25px;
  padding-bottom: 75px;
  max-width: 80%;
  margin: auto;
}
.page-id-31 .gurusList .guru {
  text-align: center;
  display: flex !Important;
  align-items: center;
}
.page-id-31 .gurusList .guru .col-md-6::first-of-type {
  padding: 0 8.33%;
}
@media (max-width: 991px) {
  .page-id-31 .gurusList .guru .col-md-6::first-of-type {
    padding: 0;
  }
}
.page-id-31 .gurusList .guru .first img {
  margin: auto;
}
@media (max-width: 991px) {
  .page-id-31 .gurusList .guru .first img {
    max-width: 250px;
  }
}
@media (max-width: 991px) {
  .page-id-31 .gurusList .guru .first {
    margin-bottom: 25px;
  }
  .page-id-31 .gurusList .guru .first h4 {
    margin-top: 15px;
  }
}
.page-id-31 .gurusList .guru .second img {
  margin: auto;
}
.page-id-17 {
  background-color: transparent !important;
  background-image: linear-gradient(180deg, #F57EB6 18.75%, #F0B226 43.23%, #F69B2D 70.83%, #C98BDB 100%) !Important;
}
.page-id-17 .no-scroll {
  background-attachment: initial !Important;
  height: calc(100vh - 148px);
}
.page-id-17 .mobile-background {
  background-attachment: scroll !important;
  height: calc(100vh - 123px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.page-id-17 .home-mobile-h1 {
  position: absolute;
  top: 50px;
  padding: 0 35px;
}
.page-id-17 .home-small {
  position: absolute;
  top: 70vh;
  left: 50%;
  transform: translateX(-50%);
}
.page-id-17 footer {
  background: transparent;
}
.page-id-17 .productsList {
  max-width: 900px;
  margin: auto;
}
.page-id-17 .productsList .Product {
  display: flex !Important;
  align-items: center;
}
@media (max-width: 1150px) {
  .page-id-17 .productsList .Product {
    text-align: center;
  }
}
@media (max-width: 1150px) {
  .page-id-17 .productsList .Product .col-md-6 {
    max-width: 100% !Important;
    flex: 0 0 100%;
  }
}
@media (max-width: 1150px) {
  .page-id-17 .productsList .Product .col-md-6 img {
    margin: auto;
  }
}
.page-id-17 .productsList .slick-prev {
  font-size: 0;
  background-color: transparent;
  background-image: url(/wp-content/uploads/2022/08/left-arrow.png);
  background-size: cover;
  width: 65px;
  height: 65px;
  border: none;
  position: absolute;
  top: calc(50% - 32px);
  left: -100px;
  cursor: pointer;
  outline: none;
  z-index: 999;
}
@media (max-width: 1150px) {
  .page-id-17 .productsList .slick-prev {
    left: -30px;
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
  }
}
@media (max-width: 991px) {
  .page-id-17 .productsList .slick-prev {
    left: -15px;
  }
}
.page-id-17 .productsList .slick-next {
  font-size: 0;
  background-color: transparent;
  background-image: url(/wp-content/uploads/2022/08/left-arrow.png);
  transform: rotate(180deg);
  background-size: cover;
  width: 65px;
  height: 65px;
  border: none;
  position: absolute;
  top: calc(50% - 32px);
  right: -100px;
  cursor: pointer;
  outline: none;
  z-index: 999;
}
@media (max-width: 1150px) {
  .page-id-17 .productsList .slick-next {
    right: -30px;
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
  }
}
@media (max-width: 991px) {
  .page-id-17 .productsList .slick-next {
    right: -15px;
  }
}
@media (max-width: 1300px) {
  .page-id-17 .valuesList {
    padding: 0 25px;
  }
}
.page-id-17 .valuesList .slick-track {
  padding-top: 50px;
}
.page-id-17 .valuesList .slick-prev {
  font-size: 0;
  background-color: transparent;
  background-image: url(/wp-content/uploads/2022/08/left-arrow.png);
  background-size: cover;
  width: 65px;
  height: 65px;
  border: none;
  position: absolute;
  top: calc(50% - 32px);
  left: -100px;
  cursor: pointer;
  outline: none;
  z-index: 999;
}
@media (max-width: 1300px) {
  .page-id-17 .valuesList .slick-prev {
    left: -30px;
    height: 40px;
    width: 40px;
    top: calc(50% - 20px);
  }
}
@media (max-width: 991px) {
  .page-id-17 .valuesList .slick-prev {
    left: -15px;
  }
}
.page-id-17 .valuesList .slick-next {
  font-size: 0;
  background-color: transparent;
  background-image: url(/wp-content/uploads/2022/08/left-arrow.png);
  transform: rotate(180deg);
  background-size: cover;
  width: 65px;
  height: 65px;
  border: none;
  position: absolute;
  top: calc(50% - 32px);
  right: -100px;
  cursor: pointer;
  outline: none;
  z-index: 999;
}
@media (max-width: 1300px) {
  .page-id-17 .valuesList .slick-next {
    right: -30px;
    height: 40px;
    width: 40px;
    top: calc(50% - 20px);
  }
}
@media (max-width: 991px) {
  .page-id-17 .valuesList .slick-next {
    right: -15px;
  }
}
.page-id-17 .valuesList .value {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 28px;
  padding: 20px;
  min-height: 475px;
  margin: 0 10px;
  position: relative;
}
@media (min-width: 1650px) {
  .page-id-17 .valuesList .value {
    width: 250px !Important;
  }
}
@media (max-width: 767px) {
  .page-id-17 .valuesList .value {
    min-height: 390px;
  }
}
.page-id-17 .valuesList .value .img-container {
  min-height: 175px;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
@media (max-width: 1400px) {
  .page-id-17 .valuesList .value .img-container {
    min-height: 165px;
  }
}
.page-id-17 .valuesList .value .img-container img {
  width: 100%;
  height: fit-content;
  height: auto;
  position: relative;
  top: -50px;
  margin-bottom: -50px;
}
@media (max-width: 991px) {
  .page-id-17 .valuesList .value .img-container img {
    height: 100%;
  }
}
.page-id-17 .valuesList .value .text-container {
  text-align: center;
  padding-top: 25px;
}
.page-id-17 .valuesList .value .text-container .big {
  text-transform: uppercase;
}
.page-id-17 .my-tooltip {
  position: absolute;
  display: inline-block;
  margin-top: 50px;
}
.page-id-17 .my-tooltip .tooltip-text {
  visibility: hidden;
  width: 400px;
  background-color: #FFFFFF;
  color: #001824;
  z-index: 1;
  top: -250px;
  left: 100px;
  margin-left: -90px;
  text-align: center;
  border-radius: 6px;
  padding: 20px;
  position: absolute;
}
.page-id-17 .my-tooltip .tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -20px;
  border-width: 17px;
  border-style: solid;
  border-color: #FFFFFF transparent transparent transparent;
}
@media (max-width: 1600px) {
  .page-id-17 .my-tooltip .tooltip-text {
    left: 50px;
    margin-left: -110px;
  }
}
@media (max-width: 1200px) {
  .page-id-17 .my-tooltip .tooltip-text {
    left: 50px;
    margin-left: -125px;
  }
}
@media (max-width: 991px) {
  .page-id-17 .my-tooltip {
    display: none !Important;
  }
}
.page-id-17 .open-tooltip:hover + .my-toopltip .tooltip-text {
  visibility: visible;
}
.page-id-17 .open-tooltip:hover + .my-tooltip .tooltip-text {
  visibility: visible;
}
.page-id-17 #our-promise {
  border-radius: 50%;
  background: #001824;
  position: absolute;
  right: 130px;
  width: 110px;
  height: 110px;
  z-index: 210;
  text-align: center;
  /* padding: 36px; */
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin-top: 30px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
@media (max-width: 1450px) {
  .page-id-17 #our-promise {
    right: 50px;
  }
}
@media (max-width: 991px) {
  .page-id-17 #our-promise {
    display: none !Important;
  }
}
.page-id-17 #our-promise #close-our-promise {
  display: none;
  top: 100px;
  right: 150px;
  position: absolute;
  transition: all 0.5s linear;
}
.page-id-17 #our-promise .promise-text {
  display: none;
  transition: all 0s linear;
}
.page-id-17 #our-promise h2 {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 26px;
  transition: all 0.5s linear;
  width: 100px;
}
.page-id-17 #our-promise.active {
  width: 90vh;
  height: 90vh;
  right: 50%;
  flex-wrap: wrap;
  padding: 50px;
  top: 50%;
  transform: translate(50%, -50%);
}
.page-id-17 #our-promise.active #close-our-promise {
  transition: all 0.5s linear;
}
.page-id-17 #our-promise.active .promise-text {
  color: #FFFFFF;
  transition: all 0.5s linear;
}
.page-id-17 #our-promise.active .promise-text p {
  color: #FFFFFF;
}
.page-id-17 #our-promise.active h2 {
  font-size: 42px;
  line-height: 46px;
  width: 100%;
  margin-bottom: 20px;
}
.page-id-17 .desk-abs img {
  position: absolute;
  right: 0;
  margin-top: -42.5%;
  width: auto;
  max-width: unset;
  z-index: 999;
  max-height: 700px;
  height: auto;
}
@media (max-width: 1600px) {
  .page-id-17 .desk-abs img {
    position: static;
    width: 100%;
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .page-id-17 .desk-abs img {
    position: relative;
    width: auto;
    max-width: 100%;
    margin-top: -10%;
    max-height: 400px;
  }
}
.page-id-17 footer .navFrww .footerNav .menuFoot ul li a:hover {
  color: white;
}
.page-id-41 .categories-list, .category .categories-list {
  list-style: none;
}
.page-id-41 .categories-list li, .category .categories-list li {
  font-family: "brandon-grotesque";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
  text-transform: uppercase;
  color: #001824;
  cursor: pointer;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  color: #001824;
}
.page-id-41 .categories-list li.current-cat, .category .categories-list li.current-cat {
  font-weight: 800;
}
.page-id-41 .elementor-41, .category .elementor-41 {
  background-color: transparent !important;
  background: linear-gradient(180deg, #F57EB6 0%, #F0B226 100%);
}
.page-id-41 .elementor-41 h1, .category .elementor-41 h1 {
  text-align: center;
}
.page-id-41 .elementor-41 .mt-100, .category .elementor-41 .mt-100 {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .page-id-41 .elementor-41 .mt-100, .category .elementor-41 .mt-100 {
    margin-top: 35px;
  }
}
@media (max-width: 991px) {
  .page-id-41 .elementor-41 .mob-half-col, .category .elementor-41 .mob-half-col {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .page-id-41 .elementor-41 .elementor-element-d839e19 .elementor-element, .category .elementor-41 .elementor-element-d839e19 .elementor-element {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .page-id-41 .elementor-41 .elementor-element-d839e19 .elementor-widget-wrap, .category .elementor-41 .elementor-element-d839e19 .elementor-widget-wrap {
    align-items: center;
    display: flex;
    padding: 10px;
  }
  .page-id-41 .elementor-41 .elementor-element-d839e19 .elementor-widget-wrap h1, .category .elementor-41 .elementor-element-d839e19 .elementor-widget-wrap h1 {
    text-align: left;
  }
  .page-id-41 .elementor-41 .elementor-element-d839e19 .elementor-widget-wrap img, .category .elementor-41 .elementor-element-d839e19 .elementor-widget-wrap img {
    width: 100%;
    height: auto;
  }
}
.page-id-41 .elementor-41 .titleBox, .category .elementor-41 .titleBox {
  background: #F6992D;
}
.page-id-41 .elementor-41 .titleBox.mob, .category .elementor-41 .titleBox.mob {
  display: none;
}
@media (max-width: 991px) {
  .page-id-41 .elementor-41 .titleBox.mob, .category .elementor-41 .titleBox.mob {
    display: block;
  }
  .page-id-41 .elementor-41 .titleBox.mob select, .category .elementor-41 .titleBox.mob select {
    background: transparent;
    border: 0;
    font-family: "Brandon-grotesque";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #001824;
  }
}
@media (max-width: 991px) {
  .page-id-41 .elementor-41 .titleBox.desk, .category .elementor-41 .titleBox.desk {
    display: none;
  }
}
.page-id-41 .elementor-41 .titleBox .js-category, .category .elementor-41 .titleBox .js-category {
  display: flex;
  justify-content: space-around;
  padding: 30px 15px;
}
.page-id-41 .elementor-41 .titleBox .js-category .buttonText, .category .elementor-41 .titleBox .js-category .buttonText {
  cursor: pointer;
  font-weight: 500;
  /* identical to box height, or 114% */
  text-align: center;
  text-transform: uppercase;
  /* navy */
  color: #001824;
}
.page-id-41 .elementor-41 .titleBox .js-category .buttonText.active, .category .elementor-41 .titleBox .js-category .buttonText.active {
  font-weight: 800;
}
.page-id-41 .elementor-41 .titleBox .js-category .buttonText:hover, .category .elementor-41 .titleBox .js-category .buttonText:hover {
  color: #FFFFFF;
}
.page-id-41 .elementor-41 .featured-posts .frame, .category .elementor-41 .featured-posts .frame {
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 75vh;
}
@media (max-width: 991px) {
  .page-id-41 .elementor-41 .featured-posts .frame, .category .elementor-41 .featured-posts .frame {
    min-height: 25vh;
  }
}
.page-id-41 .elementor-41 .featured-posts .text-overlay, .category .elementor-41 .featured-posts .text-overlay {
  position: absolute;
  bottom: 50px;
  background: white;
  background: white;
  /* left: 0; */
  padding: 40px 130px;
}
@media (max-width: 991px) {
  .page-id-41 .elementor-41 .featured-posts .text-overlay, .category .elementor-41 .featured-posts .text-overlay {
    position: static;
    padding: 20px 35px;
  }
}
.page-id-41 .elementor-41 .featured-posts .slick-prev, .category .elementor-41 .featured-posts .slick-prev {
  font-size: 0;
  background-color: transparent;
  background-image: url(/wp-content/uploads/2022/08/left-arrow.png);
  background-size: cover;
  width: 65px;
  height: 65px;
  border: none;
  position: absolute;
  top: calc(50% - 32px);
  left: 100px;
  cursor: pointer;
  outline: none;
  z-index: 9999;
}
@media (max-width: 991px) {
  .page-id-41 .elementor-41 .featured-posts .slick-prev, .category .elementor-41 .featured-posts .slick-prev {
    left: 15px;
    width: 40px;
    height: 40px;
    top: 30%;
  }
}
.page-id-41 .elementor-41 .featured-posts .slick-next, .category .elementor-41 .featured-posts .slick-next {
  font-size: 0;
  background-color: transparent;
  background-image: url(/wp-content/uploads/2022/08/left-arrow.png);
  transform: rotate(180deg);
  background-size: cover;
  width: 65px;
  height: 65px;
  border: none;
  position: absolute;
  top: calc(50% - 32px);
  right: 100px;
  cursor: pointer;
  outline: none;
  z-index: 9999;
}
@media (max-width: 991px) {
  .page-id-41 .elementor-41 .featured-posts .slick-next, .category .elementor-41 .featured-posts .slick-next {
    right: 15px;
    width: 40px;
    height: 40px;
    top: 30%;
  }
}
.page-id-41 .elementor-41 .newsEl, .category .elementor-41 .newsEl {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .page-id-41 .elementor-41 .newsEl, .category .elementor-41 .newsEl {
    margin-bottom: 20px;
  }
}
.page-id-41 .elementor-41 .newsEl .text-overlay, .category .elementor-41 .newsEl .text-overlay {
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  min-height: 162px;
}
.page-id-41 .elementor-41 .newsEl img, .category .elementor-41 .newsEl img {
  width: 100%;
}
.page-id-35 .no-height {
  height: 0;
  z-index: 999;
  position: relative;
}
.page-id-35 .soccer-ball img {
  position: absolute;
  left: 90px;
  z-index: 99;
  top: -45px;
}
@media (max-width: 1600px) {
  .page-id-35 .soccer-ball img {
    left: -100px;
    z-index: 99;
    top: -25px;
    width: 15vw;
  }
}
@media (max-width: 1350px) {
  .page-id-35 .soccer-ball img {
    left: 0px;
    z-index: 99;
    top: 50px;
    width: 12.5vw;
  }
}
@media (max-width: 1150px) {
  .page-id-35 .soccer-ball img {
    display: none;
  }
}
.page-id-35 .chess-pieces img {
  position: absolute;
  right: 150px;
  z-index: 99;
  top: -40px;
}
@media (max-width: 1600px) {
  .page-id-35 .chess-pieces img {
    right: -50px;
    z-index: 99;
    top: -25px;
    width: 15vw;
  }
}
@media (max-width: 1350px) {
  .page-id-35 .chess-pieces img {
    right: 75px;
    z-index: 99;
    top: 50px;
    width: 12.5vw;
  }
}
@media (max-width: 991px) {
  .page-id-35 .chess-pieces img {
    right: 0;
    z-index: 99;
    top: 100px;
    width: 135px;
  }
}
@media (max-width: 565px) {
  .page-id-35 .chess-pieces img {
    top: 150px;
  }
}
@media (max-width: 400px) {
  .page-id-35 .chess-pieces img {
    top: 160px;
  }
}
.page-id-35 .mw-1100 {
  max-width: 1100px;
  margin-right: auto;
}
.page-id-35 .mw-1100 p {
  margin-bottom: 0;
}
@media (max-width: 1600px) {
  .page-id-35 .mw-1100 {
    max-width: 900px;
  }
}
@media (max-width: 1200px) {
  .page-id-35 .mw-1100 {
    max-width: 700px;
    margin-right: auto;
  }
}
@media (max-width: 1200px) {
  .page-id-35 .mw-900 {
    max-width: 700px;
    margin-right: auto;
  }
}
.page-id-35 .mouse img {
  position: absolute;
  right: -100px;
  top: -170px;
  z-index: 9999999999999;
}
@media (max-width: 1600px) {
  .page-id-35 .mouse img {
    right: -90px;
    top: -120px;
    z-index: 9999999999999;
    width: 350px;
  }
}
@media (max-width: 1200px) {
  .page-id-35 .mouse img {
    right: -110px;
    top: -120px;
    z-index: 9999999999999;
    width: 400px;
  }
}
@media (max-width: 991px) {
  .page-id-35 .mouse img {
    right: unset;
    top: -40px;
    z-index: 9999999999999;
    width: 125px;
    left: 0;
  }
}
.page-id-35 .racket img {
  position: absolute;
  right: 0;
  top: -225px;
  z-index: 999;
}
@media (max-width: 1600px) {
  .page-id-35 .racket img {
    right: 0;
    top: -285px;
  }
}
@media (max-width: 991px) {
  .page-id-35 .racket img {
    position: absolute;
    right: 70px;
    top: -525px;
    height: 134px;
    width: auto;
  }
}
@media (max-width: 820px) {
  .page-id-35 .racket img {
    right: 70px;
    top: -420px;
  }
}
@media (max-width: 650px) {
  .page-id-35 .racket img {
    display: none;
  }
}
.page-id-35 .kid-overlay img {
  position: absolute;
  right: 0;
  width: 575px;
  top: -45px;
}
@media (max-width: 767px) {
  .page-id-35 .kid-overlay img {
    position: relative;
    width: 100%;
    top: -40px;
    margin-bottom: -200px;
  }
}
.page-id-35 .fam-overlay img {
  position: absolute;
  left: 0;
  top: -50px;
}
@media (max-width: 767px) {
  .page-id-35 .fam-overlay img {
    position: relative;
    left: 0;
    top: -50px;
    margin-bottom: -200px;
  }
}
.page-id-35 .tennis-ball img {
  position: absolute;
  left: 375px;
  top: -50px;
  width: 125px;
}
@media (max-width: 1600px) {
  .page-id-35 .tennis-ball img {
    position: absolute;
    left: 320px;
    top: -80px;
    width: 125px;
  }
}
@media (max-width: 1200px) {
  .page-id-35 .tennis-ball img {
    position: absolute;
    left: 25px;
    top: -50px;
    width: 125px;
  }
}
