/*************************************************
 CL MIXINS COLLECTION
**************************************************/
/*** Global Options ************/
/*
  PALM                 NOTPALM
------540-|...........................................

            TABLET             NOTPORTABLE
..........|-----750-|.................................

       PORTABLE       LAPTOP
....................|-----950-|.......................

               TABLETLAPTOP
..........|-540-----------950-|.......................

            NOTDESKTOP              DESKTOP
..............................|-950-------------------

                                         BIGDESKTOP
.......................................|-1350---------

*/
/*************************************************
 CL MIXINS COLLECTION
**************************************************/
/*** Global Options ************/
/*
  PALM                 NOTPALM
------540-|...........................................

            TABLET             NOTPORTABLE
..........|-----750-|.................................

       PORTABLE       LAPTOP
....................|-----950-|.......................

               TABLETLAPTOP
..........|-540-----------950-|.......................

            NOTDESKTOP              DESKTOP
..............................|-950-------------------

                                         BIGDESKTOP
.......................................|-1350---------

*/
/*
  All CSS Rules Required for @extend so that they can be loaded in in a batch
*/
/* Headings */
h1, h2, .section-outer.footer-outer .footer-inner .strapline, h3, h4, h5, h6, .title-size1, .title-size2, .title-size3, .title-size4, .title-size5, .title-size6 {
  font-weight: 500;
  font-family: "Joyride STD", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 20px;
  margin: 0px;
  margin-bottom: 27px;
  padding: 0px;
}
h1 h1 > p, h1 .text-subtitle, h1 .title-size1 > p, h2 h1 > p, .section-outer.footer-outer .footer-inner .strapline h1 > p, h2 .text-subtitle, .section-outer.footer-outer .footer-inner .strapline .text-subtitle, h2 .title-size1 > p, .section-outer.footer-outer .footer-inner .strapline .title-size1 > p, h3 h1 > p, h3 .text-subtitle, h3 .title-size1 > p, h4 h1 > p, h4 .text-subtitle, h4 .title-size1 > p, h5 h1 > p, h5 .text-subtitle, h5 .title-size1 > p, h6 h1 > p, h6 .text-subtitle, h6 .title-size1 > p, .title-size1 h1 > p, .title-size1 .text-subtitle, .title-size1 .title-size1 > p, .title-size2 h1 > p, .title-size2 .text-subtitle, .title-size2 .title-size1 > p, .title-size3 h1 > p, .title-size3 .text-subtitle, .title-size3 .title-size1 > p, .title-size4 h1 > p, .title-size4 .text-subtitle, .title-size4 .title-size1 > p, .title-size5 h1 > p, .title-size5 .text-subtitle, .title-size5 .title-size1 > p, .title-size6 h1 > p, .title-size6 .text-subtitle, .title-size6 .title-size1 > p {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
}

h1, .title-size1 {
  font-size: 65px;
  line-height: 73px;
}
@media only screen and (max-width: 540px) {
  h1, .title-size1 {
    font-size: 64px;
    line-height: 70px;
  }
}

h2, .section-outer.footer-outer .footer-inner .strapline, .title-size2 {
  font-size: 46px;
  line-height: 51px;
}
@media only screen and (max-width: 540px) {
  h2, .section-outer.footer-outer .footer-inner .strapline, .title-size2 {
    font-size: 35px;
    line-height: 46px;
  }
}

h3, .title-size3 {
  font-size: 37px;
  line-height: 45px;
  margin-bottom: 40.5px;
}
@media only screen and (max-width: 949px) and (min-width: 751px) {
  h3, .title-size3 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 540px) {
  h3, .title-size3 {
    font-size: 30px;
    line-height: 36px;
  }
}

h4, .title-size4 {
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 13.5px;
}
@media only screen and (max-width: 949px) and (min-width: 751px) {
  h4, .title-size4 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 540px) {
  h4, .title-size4 {
    font-size: 28px;
    line-height: 34px;
  }
}

h5, .title-size5 {
  font-size: 23px;
  line-height: 32px;
  margin-bottom: 13.5px;
}

h6, .title-size6 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 13.5px;
}

/* Buttons */
.button, .button-arrow {
  text-decoration: none;
  display: inline-flex;
  flex-grow: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 27px 0 0 0;
  width: auto;
  height: 60px;
  text-align: center;
  padding: 4px 32px 2px;
  font-family: "Joyride STD", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 3px;
  border: 0;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  transition: all 0.15s ease;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.button span, .button-arrow span {
  position: relative;
  top: 1px;
}
@media only screen and (min-width: 950px) {
  .button, .button-arrow {
    min-width: 200px;
  }
}
@media only screen and (max-width: 949px) and (min-width: 751px) {
  .button, .button-arrow {
    font-size: 13px;
    padding: 0 16px;
  }
}
@media only screen and (max-width: 750px) {
  .button, .button-arrow {
    width: 100%;
    font-size: 13px;
  }
}
.button:hover, .button-arrow:hover, .button:focus, .button-arrow:focus {
  text-decoration: none;
}
.button:active, .button-arrow:active {
  text-decoration: none;
}
.button.big, .big.button-arrow {
  font-size: 20px;
  height: 70px;
  padding: 5px 34px 0px 34px;
}
.button.hollow, .hollow.button-arrow {
  border-width: 2px !important;
  padding-top: 4px;
  border-style: solid;
}
.button.hollow span, .hollow.button-arrow span {
  top: 0;
  position: unset;
}

.border-hover {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  -webkit-transition: all 0.35s cubic-bezier(0.45, 0, 0.55, 1);
  -moz-transition: all 0.35s cubic-bezier(0.45, 0, 0.55, 1);
  -o-transition: all 0.35s cubic-bezier(0.45, 0, 0.55, 1);
  -ms-transition: all 0.35s cubic-bezier(0.45, 0, 0.55, 1);
  transition: all 0.35s cubic-bezier(0.45, 0, 0.55, 1);
}
@media (hover: hover) {
  .border-hover {
    width: 0;
    opacity: 0;
  }
}

h1, .title-size1 {
  font-family: "Joyride STD", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
}

h2, .section-outer.footer-outer .footer-inner .strapline, .title-size2 {
  font-family: "Joyride STD", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
}

h3, .title-size3 {
  font-family: "Joyride STD", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
}

h4, .title-size4 {
  font-family: "Joyride STD", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
}

h5, .title-size5 {
  font-family: "Joyride STD", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
}

h6, .title-size6 {
  font-family: "Joyride STD", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
}

h1, .title-size1 {
  font-size: 20px;
  line-height: 110%;
}
@media only screen and (max-width: 540px) {
  h1, .title-size1 {
    font-size: 64px;
    line-height: 70px;
  }
}

h2, .section-outer.footer-outer .footer-inner .strapline, .title-size2 {
  font-size: 20px;
  line-height: 110%;
}
@media only screen and (max-width: 540px) {
  h2, .section-outer.footer-outer .footer-inner .strapline, .title-size2 {
    font-size: 35px;
    line-height: 46px;
  }
}

h3, .title-size3 {
  font-size: 20px;
  line-height: 110%;
  margin-bottom: 40.5px;
}
@media only screen and (max-width: 949px) and (min-width: 751px) {
  h3, .title-size3 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 540px) {
  h3, .title-size3 {
    font-size: 30px;
    line-height: 36px;
  }
}

h4, .title-size4 {
  font-size: 20px;
  line-height: 110%;
  margin-bottom: 13.5px;
}
@media only screen and (max-width: 949px) and (min-width: 751px) {
  h4, .title-size4 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 540px) {
  h4, .title-size4 {
    font-size: 28px;
    line-height: 34px;
  }
}

h5, .title-size5 {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 13.5px;
}

h6, .title-size6 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 13.5px;
}

/* Footer */
#ot-sdk-btn.ot-sdk-show-settings.OneTrust-cookie-link {
  color: #ffffff;
  font-family: National, Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 20px;
  padding: 0px;
  border: none;
  background: none;
  text-decoration: none;
}
#ot-sdk-btn.ot-sdk-show-settings.OneTrust-cookie-link:hover, #ot-sdk-btn.ot-sdk-show-settings.OneTrust-cookie-link:focus {
  background: none;
  text-decoration: underline;
}

.manage-cookie-preferences-button {
  color: #ffffff;
  font-family: National, Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 20px;
  padding: 0px;
  border: none;
  background: none;
  text-decoration: none;
  cursor: pointer;
}
.manage-cookie-preferences-button:hover, .manage-cookie-preferences-button:focus {
  background: none;
  text-decoration: underline;
}

.footer-gradient-outer {
  height: 10px;
  margin: 0px;
  padding: 0px;
}
.footer-gradient-outer .footer-gradient-inner {
  height: 10px;
  margin: 0px;
  padding: 0px;
}

.section-outer.footer-outer .footer-inner {
  /*--------- THUMBS CAROUSEL --------------*/
}
@media only screen and (max-width: 750px) {
  .section-outer.footer-outer .footer-inner {
    text-align: center;
  }
}
.section-outer.footer-outer .footer-inner .strapline {
  font-size: 43px;
  line-height: 50px;
}
@media only screen and (max-width: 949px) and (min-width: 751px) {
  .section-outer.footer-outer .footer-inner .strapline {
    font-size: 36px;
    line-height: 41px;
  }
}
@media only screen and (max-width: 750px) {
  .section-outer.footer-outer .footer-inner .strapline {
    font-size: 1rem;
  }
}
.section-outer.footer-outer .footer-inner .copyrightinfo {
  font-size: 13px;
  line-height: 20px;
}
@media only screen and (max-width: 750px) {
  .section-outer.footer-outer .footer-inner .copyrightinfo {
    text-align: center;
  }
}
.section-outer.footer-outer .footer-inner .copyrightinfo .copyrightinfo-block {
  margin-bottom: 13.5px;
}
.section-outer.footer-outer .footer-inner .copyrightinfo .menu {
  display: inline;
  padding-left: 8px;
}
.section-outer.footer-outer .footer-inner .copyrightinfo .menu li {
  display: inline;
  padding-right: 4px;
}
.section-outer.footer-outer .footer-inner .copyrightinfo .menu li a {
  color: inherit;
}
.section-outer.footer-outer .footer-inner .copyrightinfo .menu li a:visited, .section-outer.footer-outer .footer-inner .copyrightinfo .menu li a:active {
  color: inherit;
}
.section-outer.footer-outer .footer-inner h5, .section-outer.footer-outer .footer-inner h6 {
  font-family: "Joyride STD", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 400;
}
@media only screen and (max-width: 750px) {
  .section-outer.footer-outer .footer-inner h5, .section-outer.footer-outer .footer-inner h6 {
    text-align: center;
  }
}
.section-outer.footer-outer .footer-inner .title-brands, .section-outer.footer-outer .footer-inner .title-links {
  font-family: "Joyride STD", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 400;
  margin-top: 54px;
}
@media only screen and (max-width: 750px) {
  .section-outer.footer-outer .footer-inner .title-brands, .section-outer.footer-outer .footer-inner .title-links {
    text-align: center;
  }
}
.section-outer.footer-outer .footer-inner .title-brands a.footer-brands-link, .section-outer.footer-outer .footer-inner .title-links a.footer-brands-link {
  color: #ffffff;
}
.section-outer.footer-outer .footer-inner .list-social {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
}
@media only screen and (max-width: 750px) {
  .section-outer.footer-outer .footer-inner .list-social {
    justify-content: center;
  }
}
.section-outer.footer-outer .footer-inner .list-social .list-item {
  margin: 27px 10px 0 0;
}
.section-outer.footer-outer .footer-inner .list-social .list-item:first-child {
  margin-right: 0;
}
.section-outer.footer-outer .footer-inner .list-social .list-item a {
  display: block;
  border-width: 2px;
  border-style: solid;
  width: 38px;
  height: 38px;
  background-image: url(../../assets/images/iconsocial-facebook.svg);
  background-position: center center;
  background-size: 50% auto;
  background-repeat: no-repeat;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.section-outer.footer-outer .footer-inner .list-social .list-item a:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.section-outer.footer-outer .footer-inner .list-social .list-item a span {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}
.section-outer.footer-outer .footer-inner .list-social .list-item.twitter a {
  background-image: url(../../assets/images/iconsocial-twitter.svg);
}
.section-outer.footer-outer .footer-inner .list-social .list-item.linkedin a {
  background-image: url(../../assets/images/iconsocial-linkedin.svg);
}
.section-outer.footer-outer .footer-inner .list-social .list-item.instagram a {
  background-image: url(../../assets/images/iconsocial-instagram.svg);
}
.section-outer.footer-outer .footer-inner .list-social .list-item.youtube a {
  background-image: url(../../assets/images/iconsocial-youtube.svg);
}
.section-outer.footer-outer .footer-inner .final-row .grid__item {
  vertical-align: bottom;
}
.section-outer.footer-outer .footer-inner .footermenu-wrapper {
  text-align: right;
}
.section-outer.footer-outer .footer-inner .footermenu-wrapper .menu {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap-reverse;
  list-style: none;
  padding: 0;
}
@media only screen and (min-width: 751px) {
  .section-outer.footer-outer .footer-inner .footermenu-wrapper .menu {
    max-height: 1000px; /* will be changed by js on ready */
  }
}
@media only screen and (max-width: 949px) and (min-width: 751px) {
  .section-outer.footer-outer .footer-inner .footermenu-wrapper .menu {
    max-height: 280px !important;
  }
}
@media only screen and (max-width: 750px) {
  .section-outer.footer-outer .footer-inner .footermenu-wrapper .menu {
    align-items: center;
    margin-bottom: 27px;
    max-height: 1000px !important;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
}
@media screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
  .section-outer.footer-outer .footer-inner .footermenu-wrapper .menu {
    /* IE9+ */
    display: block;
    max-height: unset;
    margin-bottom: 250px;
  }
}
.section-outer.footer-outer .footer-inner .footermenu-wrapper .menu li {
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 14px;
  width: 40%;
}
@media only screen and (max-width: 750px) {
  .section-outer.footer-outer .footer-inner .footermenu-wrapper .menu li {
    text-align: right;
    width: 50%;
    padding-right: 20px;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
  .section-outer.footer-outer .footer-inner .footermenu-wrapper .menu li {
    /* IE9+ */
    display: block;
    width: auto;
  }
}
.section-outer.footer-outer .footer-inner .footermenu-wrapper .menu li a {
  color: inherit;
}
.section-outer.footer-outer .footer-inner .footermenu-wrapper .menu li a:visited, .section-outer.footer-outer .footer-inner .footermenu-wrapper .menu li a:active {
  color: inherit;
}
.section-outer.footer-outer .footer-inner .carousel-thumbs {
  margin-bottom: 81px;
}
.section-outer.footer-outer .footer-inner .carousel-thumbs .owl-item .thumb {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0;
  padding: 0;
  height: 94.5px;
  min-height: 1px;
  width: 100%;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
  .section-outer.footer-outer .footer-inner .carousel-thumbs .owl-item .thumb {
    /* IE9+ */
    display: block;
  }
}
.section-outer.footer-outer .footer-inner .carousel-thumbs .owl-item .thumb img {
  max-width: 70%;
  max-height: 60%;
  height: 100%;
  width: auto;
  display: block;
  margin: 0;
}
@media screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
  .section-outer.footer-outer .footer-inner .carousel-thumbs .owl-item .thumb img {
    /* IE9+ */
    height: 80%;
    width: 80%;
    max-width: inherit;
    max-height: inherit;
  }
}
.section-outer.footer-outer .footer-inner .carousel-thumbs .thumb {
  display: none;
  height: 94.5px;
  min-height: 1px;
}
.section-outer.footer-outer .footer-inner .carousel-thumbs .thumb:nth-child(1) {
  display: flex;
}
.section-outer.footer-outer .footer-inner .carousel-thumbs .thumb img {
  display: none;
}

.floating-topbutton {
  position: fixed;
  bottom: -54px;
  left: 50%;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 500;
}
@media only screen and (max-width: 540px) {
  .floating-topbutton {
    display: none;
  }
}
.floating-topbutton.enabled {
  bottom: 27px;
}
.floating-topbutton .btn-scrolltop {
  display: block;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.floating-topbutton .btn-scrolltop:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
.floating-topbutton .btn-scrolltop svg {
  max-width: 50%;
  max-height: 50%;
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -moz-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  -o-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}

.mobile-stickyfooter {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 81px;
  display: none;
  text-align: center;
  z-index: 500;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
@media only screen and (max-width: 540px) {
  .mobile-stickyfooter {
    display: block;
    padding-bottom: 2.5rem;
  }
}
.mobile-stickyfooter .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.92;
  background-color: #111111;
  pointer-events: none;
}
.mobile-stickyfooter > div {
  height: 100%;
}
.mobile-stickyfooter.enabled {
  opacity: 1;
  pointer-events: all;
}
.mobile-stickyfooter .menu {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 16px;
  list-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 16px;
}
.mobile-stickyfooter .menu li {
  display: block;
  flex: 1 1 0;
  height: 100%;
}
.mobile-stickyfooter .menu li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
  line-height: 2.8;
  text-decoration: none;
}
.mobile-stickyfooter .menu li a:hover, .mobile-stickyfooter .menu li a:active {
  text-decoration: none !important;
}

/***** FOOTER */
.footer-outer .footer-inner {
  /* tyre track */
}
.footer-outer .footer-inner:before {
  content: "";
  background-image: url(../../assets/images/dna_footer.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 390px;
  height: 60px;
  position: absolute;
  top: -90px;
  left: 26px;
}
.footer-outer .footer-inner .footermenu-wrapper h6 {
  display: none;
}
.footer-outer .footer-inner h2, .section-outer.footer-outer .footer-inner .strapline {
  font-size: 30px;
  font-style: normal;
  text-transform: none;
  line-height: 1.2;
}
.footer-outer .footer-inner h5.title-brands, .footer-outer .footer-inner h6.title-brands {
  display: none;
}

.mobile-stickyfooter .menu li a {
  font-size: 14px;
  line-height: 3.6;
  text-transform: uppercase;
  font-family: "Joyride STD", Arial, Helvetica, sans-serif;
  color: #090928;
}

.footer-gradient-outer {
  display: none;
}

/***** BUTTONS */
.button, .button-arrow, .form-outer .form-inner .form-container .form-footer button {
  font-family: "Joyride STD", Arial, Helvetica, sans-serif;
  font-style: italic;
  letter-spacing: 0px;
  font-weight: normal;
  font-size: 22px;
  height: 48px;
}
@media only screen and (max-width: 949px) and (min-width: 751px) {
  .button, .button-arrow, .form-outer .form-inner .form-container .form-footer button {
    font-size: 18px;
  }
}
@media only screen and (max-width: 750px) {
  .button, .button-arrow, .form-outer .form-inner .form-container .form-footer button {
    font-size: 14px;
  }
}

.button-arrow {
  padding-right: 32px;
}
.button-arrow:after {
  content: none;
}
