.headerLayout .headerInner {
  max-width: 1512px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 5rem;
}
@media (min-width: 1200px) {
  .headerLayout .headerInner {
    padding: 0rem 3rem;
  }
}
@media (min-width: 1500px) {
  .headerLayout .headerInner {
    padding: 0rem 5rem;
  }
}
.topbarIcons a {
  background: var(--darkAlt) !important;
  width: 30px;
  height: 30px;
}
.full-wrapper {
  display: flex;
  align-items: center;
}
.common-banner {
  min-height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: space-between;
  overflow: hidden;
}
@media screen and (max-width: 1450px) {
  .common-banner {
    min-height: auto;
  }
}
@media (max-width: 1199px) {
  .common-banner {
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .common-banner {
    min-height: auto;
  }
}
.common-banner .wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: nowrap;
  align-content: space-between;
  align-items: center;
  padding-top: 12rem;
}
@media screen and (max-width: 767px) {
  .common-banner .wrapper {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .common-banner .wrapper {
    padding-top: 9rem !important;
  }
}
.common-banner .left-banner, .common-banner .right-banner {
  flex-basis: 50%;
  z-index: 1;
}
@media screen and (max-width: 1350px) {
  .common-banner .left-banner {
    flex-basis: 50%;
  }
}
.common-banner:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.65);
  border-radius: 100%;
  width: 1100px;
  height: 1100px;
  position: absolute;
  left: -25%;
  top: calc(-50% + 0px);
  z-index: 0;
}
.home-banner {
  background-size: cover;
  background-position: right center;
  z-index: 2;
}
.home-banner .wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding-top: 12rem;
  justify-content: flex-start;
  align-items: center;
}
.overlayBanner:after {
  content: "";
  width: 100%;
  position: absolute;
  height: 100%;
  z-index: 0;
  background: linear-gradient(90deg, #004271 10%, rgba(0, 0, 0, 0) 100%);
  left: 0;
}
.title {
  font-size: 40px;
  line-height: 50px !important;
  color: var(--dark);
}
@media screen and (max-width: 1300px) {
  .title {
    font-size: 35px;
    line-height: 110% !important;
  }
}
@media (max-width: 991px) {
  .title {
    font-size: 27px;
    line-height: 35px !important;
  }
}
@media screen and (max-width: 767px) {
  .title {
    font-size: 25px;
    line-height: 30px !important;
  }
}
.title b {
  color: var(--primary);
}
.title bl {
  color: var(--secondary);
}
.dark-combs .title {
  color: var(--dark);
}
.dark-combs .smallTitle {
  color: var(--dark);
}
.dark-combs .smallTitle b {
  background-color: var(--primary);
  color: var(--light);
}
.dark-combs span {
  color: var(--dark);
}
.dark-combs span p {
  color: var(--dark);
}
.dark-combs > svg {
  fill: var(--primary);
}
.light-combs .title {
  color: var(--light);
}
.light-combs .smallTitle {
  color: var(--light);
}
.light-combs .smallTitle:before {
  background-color: var(--secondary) !important;
}
.light-combs .smallTitle b {
  background-color: var(--primary);
  color: var(--light);
}
.light-combs span {
  color: var(--light);
}
.light-combs span p {
  color: var(--light);
}
.light-combs > svg {
  fill: var(--primary);
}
.alt-combs .title {
  color: var(--alt);
}
.alt-combs .smallTitle {
  color: var(--alt);
}
.alt-combs .smallTitle:before {
  background-color: var(--secondary) !important;
}
.alt-combs .smallTitle b {
  background-color: var(--primary);
  color: var(--secondary);
}
.alt-combs span {
  color: var(--alt);
}
.alt-combs span p {
  color: var(--alt);
}
.alt-combs > svg {
  fill: var(--alt);
}
.light-color * {
  color: white;
}
.btn-combs {
  display: flex;
  gap: 30px;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .btn-combs {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
.btn-combs a {
  font-size: 16px;
  text-transform: none;
  font-family: var(--text);
  border: 2px solid;
  padding: 1rem 2rem;
  font-weight: 600;
  display: flex;
  border-radius: 50px;
  letter-spacing: 0px;
  transition: var(--ease);
}
.btn-combs a svg {
  width: 15px;
  margin-left: 15px;
  transition: var(--ease);
}
@media screen and (max-width: 1450px) {
  .btn-combs a {
    font-size: 16px;
    padding: 1rem 2rem;
  }
}
@media screen and (max-width: 1350px) {
  .btn-combs a {
    font-size: 14px;
    padding: 1rem 1rem;
  }
}
@media (max-width: 1200px) {
  .btn-combs a {
    padding: 1rem 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .btn-combs a {
    font-size: 14px;
    padding: 0.8rem 2rem;
  }
}
.btn-combs a:hover {
  filter: brightness(105%);
}
.btn-combs a:hover svg {
  transform: translateX(0.2rem);
}
.btn-combs.centerIt {
  justify-content: center;
}
.btn-combs a.gradient {
  background-image: var(--gradient);
  border: none;
  color: var(--light);
}
.btn-combs a.gradient svg {
  fill: var(--light);
}
.btn-combs a.border.dark {
  border-color: var(--secondary);
  color: var(--secondary);
}
.btn-combs a.border.dark svg {
  fill: var(--secondary);
}
.btn-combs a.border.dark:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--light);
  transition: var(--ease);
}
.btn-combs a.border.dark:hover svg {
  fill: var(--light);
}
.btn-combs a.border.dark:hover svg path {
  fill: var(--light);
  transition: var(--ease);
}
.btn-combs a.light {
  border-color: var(--light);
  color: var(--dark);
  background-color: var(--light);
}
.btn-combs a.light svg {
  fill: var(--dark);
}
.btn-combs a.light svg path {
  fill: var(--dark);
}
.btn-combs .primary {
  background-color: var(--primary);
  color: var(--light);
  border-color: var(--primary);
}
.btn-combs .primary svg {
  fill: var(--light);
}
.btn-combs .primary svg path {
  fill: var(--light);
}
.btn-combs .secondary {
  background-color: var(--secondary);
  color: var(--light);
  border-color: var(--secondary);
}
.btn-combs .secondary svg {
  fill: var(--primary);
}
.btn-combs .tertiary {
  background-color: #F8F6DD;
  color: var(--secondary);
  border-color: #F8F6DD;
}
.btn-combs .tertiary svg {
  fill: var(--secondary);
}
.btn-combs .border.light {
  background-color: transparent;
  border-color: var(--primary);
  color: var(--light);
}
.btn-combs .border.light svg {
  fill: var(--light);
}
.btn-combs .border.light svg path {
  fill: var(--light);
}
.btn-combs .border.light:hover {
  background-color: var(--primary);
  border-color: var(--primary);
}
.btn-combs.light .dark {
  background-color: var(--light);
  color: var(--dark);
  border-color: var(--light);
}
.btn-combs.light .primary {
  background-color: var(--light);
  color: var(--dark);
  border-color: var(--light);
}
.btn-combs.light .primary svg {
  fill: var(--dark);
}
.btn-combs.light .border {
  border-color: var(--primary);
  color: var(--light);
}
.btn-combs.light .border svg {
  fill: var(--light);
}
.btn-combs.light .border:hover {
  background-color: var(--primary);
  color: var(--dark);
}
.btn-combs.light .border:hover svg path {
  fill: var(--dark);
}
.right-banner img {
  max-width: 70%;
}
.common-banner {
  position: relative;
}
.rev-combs {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  align-self: center;
}
@media screen and (max-width: 1199px) {
  .rev-combs {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .rev-combs {
    gap: 0.8rem;
  }
}
.rev-combs .smallTitle {
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: var(--text);
  position: relative;
  /*&:before {
            content: '';
            width: 38px;
            height: 2px;
            background-color: var(--secondary);
            position: absolute;
            left:0;
            top:5px;
        }*/
}
.rev-combs .smallTitle b {
  font-weight: inherit;
  padding: 10px 20px 5px 20px;
  margin-right: 5px;
  border-radius: 20px;
  display: inline-block;
}
@media screen and (max-width: 467px) {
  .rev-combs .smallTitle b {
    display: inline-block;
  }
}
@media screen and (max-width: 467px) {
  .rev-combs .smallTitle {
    font-size: 12px;
    margin-bottom: 5px;
    display: none;
  }
}
.rev-combs span {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 1455px) {
  .rev-combs span {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .rev-combs span {
    font-size: 16px;
  }
}
@media screen and (max-width: 467px) {
  .rev-combs span {
    font-size: 14px;
  }
}
.rev-combs span p {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .rev-combs span p {
    font-size: 16px;
  }
}
@media screen and (max-width: 467px) {
  .rev-combs span p {
    font-size: 14px;
  }
}
@media (max-width: 567px) {
  .rev-combs > svg {
    width: 50%;
  }
}
.centerIt {
  display: flex;
  width: 100%;
  text-align: center;
  align-items: center;
}
.centerIt .btn-combs {
  justify-content: center;
}
/*Effect*/
@-webkit-keyframes marqueeAnimation-8590159 {
  100% {
    transform: translateX(-2862px);
  }
}
@-webkit-keyframes marqueeAnimation-8121638 {
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes marqueeAnimation-3447890 {
  100% {
    transform: translateX(-2862px);
  }
}
.nofluff-tape {
  overflow: hidden;
}
.nofluff-tape .js-marquee {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.nofluff-tape-line {
  margin: 0 -50px;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
  -ms-transform-origin: center;
  transform-origin: center;
  width: calc(100% + 100px);
}
.nofluff-tape-line:nth-of-type(1) {
  -ms-transform: rotate(6deg);
  transform: rotate(6deg);
  z-index: 3;
}
.nofluff-tape-line:nth-of-type(2) {
  -ms-transform: rotate(-15deg);
  z-index: 2;
}
.nofluff-tape-line:nth-of-type(3) {
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
  z-index: 1;
}
.nofluff-tape-marquee {
  height: 100%;
}
.nofluff-tape-marquee img {
  display: inline-block;
  padding: 0 10px;
}
.nofluff-tape-marquee span {
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px;
}
.cross-marq .nofluff-tape .js-marquee {
  height: auto;
}
.cross-marq .nofluff-tape-line:nth-of-type(1) {
  transform: rotate(0deg);
  box-shadow: none;
  padding: 0;
}
@media (min-width: 992px) {
  .nofluff-tape {
    overflow: visible;
  }
}
@media (min-width: 768px) {
  .nofluff-tape-line {
    padding: 14px 0;
  }
  .nofluff-tape-marquee img {
    height: 100%;
    max-height: 50px;
  }
}
@media (min-width: 1440px) {
  .nofluff-tape-line:nth-of-type(2) {
    -ms-transform: rotate(-3deg);
    transform: rotate(-5deg);
    margin-top: -95px;
  }
}
.bottom-cross.cross-marq {
  padding: 1rem 0;
}
.bottom-cross.cross-marq .nofluff-tape-marquee span {
  font-size: 130px;
  line-height: 150px;
  font-family: var(--headings);
  font-weight: bold;
  font-style: italic;
  color: var(--dark);
}
.bottom-cross.cross-marq .nofluff-tape-marquee span bg {
  -webkit-text-stroke-width: 3px;
  stroke-width: 3px;
  color: transparent;
  -webkit-text-stroke-color: var(--dark);
  stroke: var(--textcolor);
}
@media (max-width: 1200px) {
  .bottom-cross.cross-marq .nofluff-tape-marquee span {
    font-size: 80px;
  }
}
span.blueDiv {
  background-color: var(--primary);
  padding: 2rem;
  border-radius: 12px;
}
span.blueDiv * {
  color: white !important;
  font-size: 20px !important;
}
span.blueDiv strong {
  font-weight: bold !important;
}
.content-row {
  background-repeat: no-repeat;
  background-position: left center;
}
.content-row .reversed {
  flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .content-row .reversed {
    gap: 1.5rem;
  }
}
.content-row .reversed .content {
  flex-direction: row-reverse;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  .content-row .reversed .content {
    flex-direction: column !important;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
@media screen and (max-width: 1199px) {
  .content-row .reversed .content .btn-combs {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .content-row .reversed .foo-btn-combs {
    display: none;
  }
}
.content-row .box-content {
  display: flex;
  gap: 30px;
  flex-flow: wrap;
  width: 100%;
  max-width: 100%;
  text-align: left;
  justify-content: center;
  position: relative;
}
.content-row .box-content:before {
  content: "";
  position: absolute;
  top: 60px;
  right: 60px;
  bottom: 70px;
  left: 60px;
  border: 2px dashed #28b47e;
  z-index: -1;
  opacity: 0.8;
  border-radius: 20px;
}
@media screen and (max-width: 1680px) {
  .content-row .box-content:before {
    top: 80px;
    bottom: 80px;
  }
}
@media screen and (max-width: 1315px) {
  .content-row .box-content:before {
    bottom: 100px;
  }
}
@media screen and (max-width: 1199px) {
  .content-row .box-content:before {
    top: 60px;
    bottom: 60px;
  }
}
@media screen and (max-width: 991px) {
  .content-row .box-content:before {
    top: 70px;
    bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .content-row .box-content:before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .content-row .box-content {
    gap: 15px;
    text-align: center;
  }
}
.content-row .box-content > div {
  width: calc(100% / 3 - 20px) !important;
}
@media screen and (max-width: 1199px) {
  .content-row .box-content > div {
    width: calc(100% / 2 - 15px) !important;
  }
}
@media screen and (max-width: 767px) {
  .content-row .box-content > div {
    width: 100% !important;
  }
}
.content-row .box-content > div ul {
  height: 100%;
}
.dragLeft {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-left: -12rem;
  max-width: 30rem;
}
.slider {
  /*slick-dots*/
}
.slider ul.slick-dots {
  margin-bottom: 0;
  padding: 0;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-left: 0;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .slider ul.slick-dots {
    margin-top: 20px;
  }
}
.slider ul.slick-dots li {
  display: inline-block;
}
.slider ul.slick-dots li button {
  color: transparent;
  font-size: 0;
  background-color: transparent;
  border: 2px solid var(--primary);
  width: 34px !important;
  height: 34px;
  padding: 0;
  line-height: 30px;
  margin: 0 5px;
  border-radius: 100px;
}
@media (max-width: 1023px) {
  .slider ul.slick-dots li button {
    width: 15px !important;
    height: 15px;
  }
}
@media screen and (max-width: 767px) {
  .slider ul.slick-dots li button {
    width: 20px !important;
    height: 20px;
    margin: 0 3px;
  }
}
.slider ul.slick-dots .slick-active button {
  background-color: var(--primary);
  width: 70px !important;
}
@media (max-width: 1023px) {
  .slider ul.slick-dots .slick-active button {
    width: 25px !important;
  }
}
@media screen and (max-width: 767px) {
  .slider ul.slick-dots .slick-active button {
    width: 40px !important;
  }
}
.cris-cross {
  margin-top: 100px;
}
.cris-cross .nofluff-tape-marquee span {
  padding: 0 5px;
}
.cris-cross .nofluff-tape-marquee span.bg-here {
  -webkit-text-stroke-width: 1px;
  stroke-width: 1px;
  color: transparent;
  -webkit-text-stroke-color: var(--dark);
  stroke: var(--dark);
}
.cris-cross .nofluff-tape-line {
  font-size: 50px;
  font-family: var(--headings);
  font-weight: bold;
  padding: 0;
}
.cris-cross .nofluff-tape-line:nth-of-type(2) {
  margin-top: -70px;
  background-color: var(--primary);
  color: white;
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.cris-cross .nofluff-tape-line:nth-child(1) {
  background-color: var(--light);
  box-shadow: 0 4px 45px 0 rgba(0, 0, 0, 0.1);
  font-size: 50px;
  font-family: var(--headings);
  font-weight: bold;
  color: var(--dark);
  -ms-transform: rotate(6deg);
  transform: rotate(6deg);
  z-index: 3;
}
.btn {
  font-size: 16px;
  font-family: var(--text);
  border: 2px solid;
  padding: 1rem 2rem;
  font-weight: 600;
  border-radius: 50px;
  letter-spacing: 0px;
  transition: var(--ease);
  display: flex;
  align-items: center;
}
.btn svg {
  width: 15px;
  transition: var(--ease);
}
@media screen and (max-width: 1450px) {
  .btn {
    font-size: 16px;
    padding: 1rem 2rem;
  }
}
@media screen and (max-width: 1350px) {
  .btn {
    font-size: 14px;
    padding: 1rem 1rem;
  }
}
@media screen and (max-width: 767px) {
  .btn {
    font-size: 14px;
  }
}
.btn:hover {
  filter: brightness(105%);
  transition: var(--ease);
}
.mobImage {
  display: none;
}
@media screen and (max-width: 1199px) {
  .mobImage {
    display: flex;
  }
}
.maxCombs {
  max-width: 40rem;
  margin: auto;
}
.btn-combs.centerIt {
  margin-bottom: 0;
}
.gform-theme--foundation form .gform_fields {
  row-gap: 17px;
}
.gform-theme--foundation form .gform_fields input {
  border-radius: 40px;
  padding: 10px 25px;
  height: auto;
  background-color: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.2);
  text-align: left;
  color: var(--light);
  border: none;
  box-shadow: none !important;
}
.gform-theme--foundation form .gform_fields select {
  background-color: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  color: var(--light);
  padding: 10px 25px;
  height: auto;
  text-align: left;
  border: none;
}
.gform-theme--foundation form .gform_fields textarea {
  border-radius: 20px;
  padding: 20px 25px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.2);
  text-align: left;
  color: var(--light);
  height: 100px !important;
  min-block-size: 120px;
  border: none;
}
.gform-theme--foundation form .gform_fields .ginput_container_consent input {
  padding: 5px;
  width: auto;
  border-color: white;
}
.gform-theme--foundation form .gform_fields .ginput_container.ginput_container_consent {
  display: flex !important;
  justify-content: center;
  align-items: anchor-center;
  color: white;
}
.gform-theme--foundation form .gform-field-label {
  color: var(--priamry);
}
.gform-theme--foundation form .gform_footer.top_label {
  justify-content: center;
}
.gform-theme--foundation form .gform_footer.top_label input {
  font-size: 16px !important;
  font-family: var(--text) !important;
  background-color: var(--primary) !important;
  padding: 0px 45px !important;
  line-height: 64px !important;
  color: var(--light) !important;
  font-weight: 600 !important;
  text-transform: none !important;
  border: none !important;
  border-radius: 40px !important;
  margin-bottom: -30px;
}
@media screen and (max-width: 500px) {
  .gform-theme--foundation form .gform_footer.top_label input {
    font-size: 14px !important;
    padding: 0px 25px !important;
  }
}
.gform-theme--foundation form .gform_footer.top_label input:hover {
  filter: brightness(105%);
  transition: var(--ease);
}
.marginTop {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .marginTop {
    margin-top: 20px;
  }
}
.menu-item-has-children {
  position: relative;
}
.menu-item-has-children ul.sub-menu {
  position: absolute;
  flex-direction: column;
  width: 330px !important;
  display: none;
  left: 0;
  background-color: var(--primary);
  gap: 0 !important;
  padding: 10px 0;
}
.menu-item-has-children ul.sub-menu li {
  display: flex;
}
.menu-item-has-children ul.sub-menu li a {
  padding: 5px 20px !important;
  color: white !important;
  text-transform: none !important;
  line-height: 20px;
  letter-spacing: 0 !important;
}
.menu-item-has-children ul.sub-menu li a:after {
  display: none !important;
}
.menu-item-has-children:hover ul.sub-menu {
  display: flex;
}
.socialItems {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: max-content;
  justify-content: flex-end;
}
.socialItems .socialItem {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  background: var(--primary);
  color: var(--primary);
  border-radius: 50%;
  transition: var(--ease);
}
.socialItems .socialItem svg {
  width: 1rem;
  height: 1rem;
  fill: var(--light) !important;
}
.socialItems .socialItem:hover {
  scale: 1.1;
}
