:root {
  --blue: #a2daf0;
  --bot: #60a9f7;
}

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

.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;
}

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

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

.section {
  background-color: #a1c778;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100vh;
  display: flex;
}

.div-block {
  background-color: var(--blue);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 80vh;
  display: flex;
}

.golfer {
  width: 260px;
  margin-top: 26px;
  margin-bottom: -18px;
  position: relative;
}

.heading {
  color: #fff;
  font-family: PT Sans, sans-serif;
  font-size: 100px;
}

.heading-2 {
  color: #fff;
  font-size: 125px;
  line-height: 100px;
}

.paragraph {
  font-size: 24px;
  font-weight: 700;
}

.section-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
}

.section-3 {
  background-color: #64aeaf;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.image {
  width: 60px;
}

.paragraph-2 {
  margin-bottom: 0;
}

.button {
  text-align: center;
  background-color: #bdc2c7;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  padding-left: 0;
  padding-right: 0;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  line-height: 30px;
  display: flex;
}

.container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 800px;
  max-width: none;
  height: 500px;
  margin-top: 26px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 40px;
  display: flex;
}

.quick-stack {
  height: 500px;
}

.button-n {
  background-color: var(--bot);
  color: #fff;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 800px;
  height: 100px;
  margin-top: 20px;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.image-2 {
  opacity: .52;
  width: 800px;
  position: relative;
  inset: auto 0;
}

.div-block-2 {
  justify-content: center;
  align-items: flex-end;
  height: 20vh;
  display: flex;
  overflow: clip;
}

.image-3 {
  width: 200px;
}

.paragraph-3 {
  text-align: center;
  width: 800px;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 18px;
}

.horizonral_photo {
  margin-top: 0;
  margin-bottom: 0;
}

.ho_photo {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider {
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.h_1 {
  background-color: #0000;
  width: 800px;
  height: auto;
  margin-left: 0;
  margin-right: 10px;
  padding-left: 0;
  overflow: visible;
}

.image-scc {
  width: 80px;
  margin-bottom: 10px;
}

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

.paragraph-4 {
  color: #fff;
  text-align: center;
  margin-top: 20px;
}

.foo {
  color: #fff;
  letter-spacing: 2px;
  font-size: 24px;
  font-weight: 700;
}

.foo2 {
  color: #fff;
  margin-bottom: 0;
}

.paragraph-5 {
  text-align: center;
  margin-top: 60px;
}

@media screen and (min-width: 1280px) {
  .horizonral_photo {
    height: auto;
  }
}

@media screen and (max-width: 991px) {
  .container, .button-n {
    width: 80%;
  }

  .ho_photo, .h_1 {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .button {
    text-align: center;
    line-height: 30px;
  }

  .container {
    width: 500px;
  }

  .quick-stack {
    width: 100%;
  }

  .button-n {
    width: 500px;
  }

  .ho_photo {
    height: auto;
  }

  .slider {
    width: 100%;
  }

  .h_1 {
    width: 700px;
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .golfer {
    width: 220px;
    position: static;
  }

  .heading {
    font-size: 65px;
  }

  .heading-2 {
    margin-top: 0;
    font-size: 90px;
    line-height: 90px;
  }

  .button {
    height: 80px;
    font-size: 18px;
  }

  .container {
    width: 90%;
  }

  .quick-stack {
    width: 100%;
  }

  .button-n {
    background-color: var(--bot);
    color: #fff;
    width: 90%;
    height: 80px;
    font-size: 18px;
  }

  .image-2 {
    aspect-ratio: 4;
    object-fit: cover;
    width: auto;
    left: 0%;
  }

  .div-block-2 {
    overflow: clip;
  }

  .paragraph-3 {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .horizonral_photo {
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 0;
    display: flex;
  }

  .ho_photo {
    height: auto;
    margin-bottom: -31px;
  }

  .slider {
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    height: 120px;
    margin-bottom: 0;
  }

  .h_1 {
    width: 350px;
    height: 120px;
  }

  .paragraph-5 {
    font-size: 11px;
  }
}

#w-node-_8cc168e2-9543-9dd8-d545-abbdec54dde8-765f4d19 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 479px) {
  #w-node-_8cc168e2-9543-9dd8-d545-abbdec54dde8-765f4d19 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }
}


