@font-face {
  font-family: Oxanium;
  src: url('../fonts/Oxanium-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Oxanium;
  src: url('../fonts/Oxanium-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --deep-blue: #000078;
  --bright-blue: blue;
  --mid-grey: #ccc;
  --light-grey: #e6e6e6;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.3;
}

.intro-wrap {
  width: 100%;
  height: 400px;
  display: flex;
}

.half-pic-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.full-img {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  inset: auto 0%;
}

.div-block {
  background-color: #000000bf;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 30%;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block.husky {
  background-color: #273a60bf;
}

.yamaha-logo {
  width: 28%;
}

.husky-logo {
  width: 30%;
}

.section {
  padding: 60px;
  position: relative;
}

.div-block-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-logo {
  width: 420px;
  margin-bottom: 30px;
}

.nav-address-text {
  color: #000078;
  text-align: center;
  text-transform: uppercase;
  margin-right: 30px;
  font-family: Oxanium, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.hm-brand-wrapper {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  margin-top: 40px;
  padding: 40px 20px;
  display: flex;
}

.hm-brand-wrap {
  width: 25%;
  transition: filter .2s;
}

.hm-brand.yamaha {
  margin-left: -15px;
}

.rich-text-block {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.rich-text-block h1 {
  color: var(--deep-blue);
  text-transform: uppercase;
  font-family: Oxanium, Arial, sans-serif;
  font-size: 36px;
  line-height: 1.2;
}

.rich-text-block h3 {
  color: var(--deep-blue);
  text-transform: uppercase;
  font-family: Oxanium, Arial, sans-serif;
}

.heading {
  color: var(--deep-blue);
  text-transform: uppercase;
  font-family: Oxanium, Arial, sans-serif;
  font-size: 36px;
  line-height: 1.2;
}

.heading-2 {
  color: var(--bright-blue);
  text-transform: uppercase;
  font-family: Oxanium, Arial, sans-serif;
}

.div-block-3 {
  background-image: linear-gradient(0deg, white, var(--mid-grey));
  width: 100%;
  height: 200px;
  position: absolute;
  inset: 0% 0% auto;
}

.link {
  color: var(--bright-blue);
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: Oxanium, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 12px 16px;
  font-family: Oxanium, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.bike-enquiry-button {
  background-image: linear-gradient(90deg, #000078, #00f);
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.more-button-text-white {
  color: #fff;
  text-transform: uppercase;
  margin-right: 10px;
  font-family: Oxanium, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

.right-arrow {
  width: 23px;
}

.form-wrap {
  width: 60%;
  margin-top: 40px;
  padding-top: 40px;
  overflow: hidden;
}

.form-title {
  text-transform: uppercase;
  font-family: Oxanium, Arial, sans-serif;
  font-weight: 400;
}

.form-field {
  border-radius: 4px;
  min-height: 55px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

.form-field.long {
  min-height: 180px;
}

.form-stack {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding: 0;
}

.submit-button {
  background-color: var(--bright-blue);
  background-image: linear-gradient(90deg, var(--deep-blue), var(--bright-blue));
  color: #fff;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 15px 20px;
  font-family: Oxanium, Arial, sans-serif;
  font-weight: 700;
}

.text-block {
  color: var(--bright-blue);
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: Oxanium, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

.success-message {
  border: 1px solid var(--mid-grey);
  background-color: #0000;
  border-radius: 4px;
  padding: 40px;
}

.text-block-2 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 1.3;
}

.text-block-3 {
  font-family: Montserrat, sans-serif;
}

@media screen and (min-width: 1440px) {
  .div-block-2 {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-logo {
    width: 500px;
  }

  .hm-brand-wrapper {
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    justify-content: space-between;
    margin-top: 40px;
    padding: 40px 30px;
    display: flex;
  }

  .hm-brand-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 25%;
    display: flex;
  }

  .hm-brand.yamaha {
    margin-left: -15px;
  }
}

@media screen and (max-width: 991px) {
  .intro-wrap {
    height: 300px;
  }

  .div-block {
    padding: 10px;
  }

  .yamaha-logo {
    width: 32%;
  }

  .husky-logo {
    width: 40%;
  }

  .hm-brand-wrapper {
    width: 100%;
  }

  .hm-brand-wrap {
    filter: none;
  }

  .rich-text-block h1 {
    font-size: 32px;
  }

  .form-wrap {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .form-wrap {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .yamaha-logo {
    width: 65%;
  }

  .husky-logo {
    width: 75%;
  }

  .section {
    padding: 30px;
  }

  .nav-logo {
    width: auto;
    margin-bottom: 15px;
  }

  .hm-brand-wrapper {
    flex-flow: column;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hm-brand-wrap {
    width: 50%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .hm-brand.yamaha {
    margin-left: 0;
  }

  .rich-text-block h1 {
    font-size: 28px;
  }

  .more-button-text-white {
    margin-right: 5px;
    font-size: 4vw;
    line-height: 1;
  }

  .form-stack {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .paragraph {
    font-size: 17px;
  }
}

#w-node-_8d3d652c-cd7a-84d5-50fa-55614bc9af7c-a51b43f4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 479px) {
  #w-node-_8d3d652c-cd7a-84d5-50fa-55614bc9af7c-a51b43f4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Oxanium';
  src: url('../fonts/Oxanium-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oxanium';
  src: url('../fonts/Oxanium-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}