.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: 750px;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: space-between;
}
@media screen and (max-width: 1450px) {
  .common-banner {
    min-height: 700px;
  }
}
@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;
}
.common-banner .left-banner {
  align-self: center;
}
@media screen and (max-width: 1350px) {
  .common-banner .left-banner {
    flex-basis: 60%;
  }
}
.home-banner {
  background-size: cover;
  background-position: right center;
  z-index: 2;
}
.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);
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .title {
    font-size: 30px;
    line-height: 110% !important;
  }
}
@media screen and (max-width: 467px) {
  .title {
    font-size: 28px;
    line-height: 35px;
  }
}
.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(--secondary);
  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(--dark);
}
.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;
  }
}
.btn-combs a {
  font-size: 16px;
  font-family: var(--headings);
  border: 2px solid;
  padding: 1rem 2rem;
  font-weight: 600;
  display: flex;
  border-radius: 50px;
  letter-spacing: 0px;
  transition: var(--ease);
  align-items: center;
}
.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 2rem;
  }
}
@media screen and (max-width: 767px) {
  .btn-combs a {
    font-size: 14px;
  }
}
.btn-combs a:hover {
  filter: brightness(105%);
}
.btn-combs a:hover svg {
  transform: rotate(45deg);
}
.btn-combs.centerIt {
  justify-content: center;
}
.btn-combs a.gradient {
  background-image: var(--gradient);
  border: none;
  color: var(--secondary);
}
.btn-combs a.gradient svg {
  fill: var(--secondary);
}
.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(--secondary);
}
.btn-combs a.border.dark:hover svg {
  fill: var(--secondary);
}
.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(--dark);
  border-color: var(--primary);
}
.btn-combs .primary svg {
  fill: var(--dark);
}
.btn-combs .primary svg path {
  fill: var(--dark);
}
.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.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;
  }
}
.rev-combs .smallTitle {
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--headings);
  position: relative;
  margin: 0;
  line-height: 115%;
  /*&:before {
            content: '';
            width: 38px;
            height: 2px;
            background-color: var(--secondary);
            position: absolute;
            left:0;
            top:5px;
        }*/
}
.rev-combs .smallTitle b {
  font-weight: inherit;
  padding: 5px 15px;
  margin-right: 5px;
  border-radius: 30px;
  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;
  }
}
.rev-combs span {
  font-size: 16px;
  font-weight: 500;
}
@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;
  margin-bottom: 3rem;
}
.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;
}
.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;
}
.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 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 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;
  margin-left: 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%);
}
.btn:hover svg {
  transform: rotate(45deg);
}
.mobImage {
  display: none;
}
@media screen and (max-width: 1199px) {
  .mobImage {
    display: flex;
  }
}
