.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #133223;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #ffb100;
}

.button-primary:active {
  background-color: #43464d;
}

.container {
  min-height: 80vh;
  min-width: 100vw;
  aspect-ratio: auto;
  color: #47554e;
  object-fit: cover;
  background-color: #fff;
  background-image: url('../images/Beckham-free-kick-scaled-e1586186779189-1024x683-2.JPG');
  background-position: 0 0;
  background-size: cover;
}

.container-2 {
  min-height: 70vh;
  min-width: 100vw;
  background-color: #35477a;
}

.container-3 {
  width: 100vw;
  height: 50vh;
  max-width: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #c98888;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  width: 460px;
  height: 48px;
  border: 1px #000;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
}

.footer-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #133223;
  padding: 12px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #ffb100;
}

.button-primary-2:active {
  background-color: #43464d;
}

.button-primary-2.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #133223;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #133223;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 0 solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  color: #ffb100;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.margin-bottom-24px {
  color: #133223;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.shadow-two {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.container-5 {
  width: 300px;
  height: 300px;
  background-color: #4a30a0;
  padding: 0;
}

.container-6 {
  width: 300px;
  height: 300px;
  background-color: #a7be60;
}

.hero-heading-right {
  width: 100%;
  max-width: 100vw;
  min-width: 100vw;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #9bacc5;
  border: 0 #000;
  border-radius: 0;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
}

.container-7 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-2 {
  background-color: #133223;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-split-3 {
  width: 50%;
  max-width: 0%;
  min-height: 600px;
  min-width: 50vw;
  mix-blend-mode: normal;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 60px;
  display: flex;
}

.hero-split-3._2 {
  min-width: 50vw;
  background-color: #133223;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.margin-bottom-24px-2 {
  color: #133223;
  white-space: normal;
  overflow-wrap: normal;
  margin-bottom: 24px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 33px;
}

.button-primary-3 {
  pointer-events: auto;
  color: #fff;
  letter-spacing: 2px;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #133223;
  background-clip: border-box;
  padding: 12px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #ffb100;
}

.button-primary-3:active {
  background-color: #43464d;
}

.hero-heading-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: baseline;
  padding: 80px 30px;
  display: flex;
  position: relative;
}

.heading {
  font-size: 15px;
}

.heading-2 {
  color: #ffb100;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
}

.heading-3 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
}

.margin-bottom-24px-2-copy {
  color: #fff;
  white-space: normal;
  overflow-wrap: normal;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.div-block {
  margin-top: 220px;
}

.heading-4 {
  color: #fff;
  margin-top: 220px;
  margin-left: 20px;
  padding-left: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
}

.paragraph {
  max-height: 0%;
  max-width: 460px;
  color: #fff;
  mix-blend-mode: normal;
  margin-top: 20px;
  margin-left: 20px;
  padding-left: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.button {
  background-color: #133223;
  margin-top: 40px;
  margin-left: 60px;
  padding: 15px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  transition: background-color .2s;
}

.button:hover {
  background-color: #ffb100;
}

.image {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container-3 {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .container-4 {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .button-primary-2:hover {
    background-color: #ffb100;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .centered-heading.margin-bottom-32px {
    text-align: left;
    font-size: 24px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-heading-right {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    padding-left: 0;
    padding-right: 0;
  }

  .container-7 {
    max-width: 100%;
    background-color: #fff;
  }

  .hero-wrapper-2 {
    width: 100%;
    min-width: 100%;
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .hero-split-3 {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    background-color: #fff;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .hero-split-3._2 {
    width: 100%;
    margin-bottom: 0;
  }

  .margin-bottom-24px-2 {
    color: #133223;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
  }

  .button-primary-3:hover {
    background-color: #ffb100;
  }

  .heading-2 {
    font-size: 20px;
  }

  .heading-3 {
    color: #fff;
    margin-bottom: 20px;
    font-family: Montserrat, sans-serif;
    font-size: 30px;
  }

  .margin-bottom-24px-2-copy {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  }

  .icon {
    color: #fff;
    -webkit-text-stroke-color: #fff;
  }

  .heading-4, .paragraph {
    margin-left: 0;
  }

  .button {
    margin-left: 40px;
    transition: background-color .2s;
  }

  .button:hover {
    background-color: #ffb100;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .container-3 {
    justify-content: space-between;
    align-items: center;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .hero-heading-right {
    background-color: #fff;
    padding: 0;
  }

  .hero-wrapper-2 {
    min-height: 0;
    background-color: #191b1a;
    flex-direction: column;
  }

  .margin-bottom-24px-2 {
    color: #133223;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .margin-bottom-24px-2-copy {
    color: #fff;
    text-align: justify;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
  }

  .button {
    margin-left: 40px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    background-color: #ffb100;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: rgba(166, 177, 191, 0);
  }

  .container-3 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .container-4 {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-2.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .centered-heading.margin-bottom-32px {
    line-height: 30px;
  }

  .container-6 {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .container-7 {
    max-width: none;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: static;
  }

  .hero-split-3, .hero-split-3._2 {
    padding-left: 20px;
  }

  .margin-bottom-24px-2 {
    color: #133223;
    font-weight: 600;
  }

  .margin-bottom-24px-2-copy {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
  }

  .icon {
    color: #133223;
    mix-blend-mode: normal;
    font-size: 34px;
  }

  .heading-4 {
    text-align: left;
    margin-top: 60px;
    padding-left: 10px;
  }

  .paragraph {
    max-width: 200px;
    padding-left: 10px;
  }

  .button {
    margin-left: 10px;
  }
}
