@font-face {
  font-family: Bebasneue;
  src: url('../fonts/BebasNeue-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bebasneue;
  src: url('../fonts/BebasNeue-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bebasneue Book;
  src: url('../fonts/BebasNeue-Book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bebasneue;
  src: url('../fonts/BebasNeue-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bebasneue;
  src: url('../fonts/BebasNeue-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --green: #5cc9ba;
  --darkblue: #2f384a;
  --grey-02: #a7a7a7;
  --grey-text: #e4e4e4;
  --grey-2: var(--grey-text);
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block {
  background-color: #2f384a;
  height: 140vh;
}

.section-2 {
  z-index: 9999;
  padding-top: 40px;
  padding-bottom: 40px;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-2 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-3 {
  width: 50%;
}

.div-block-4 {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
}

.div-block-6 {
  justify-content: space-between;
  align-items: center;
  width: 78%;
  height: 70vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
  display: none;
}

.div-block-7 {
  width: 48%;
}

.paragraph {
  color: #fff;
  margin-bottom: 20px;
  font-family: Bebasneue, Arial, sans-serif;
  font-size: 120px;
  font-weight: 700;
  line-height: 120px;
}

.div-block-8 {
  text-align: right;
  width: 48%;
}

.div-block-10 {
  width: 100%;
}

.div-block-11 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.flex-block {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.dropdown {
  display: none;
}

.dropdown-toggle {
  background-color: #5cc9ba;
  background-image: url('../images/EN.png');
  background-position: 16%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 8px;
  padding: 10px 32px 10px 52px;
}

.dropdown-toggle.w--open {
  font-weight: 400;
}

.div-block-12 {
  justify-content: center;
  align-items: center;
  width: 70%;
  max-width: 1600px;
  margin: -232px auto 72px;
  display: flex;
}

.div-block-13 {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
}

.image, .image-2 {
  width: 100%;
}

.flex-block-2 {
  justify-content: space-between;
  align-items: center;
  width: 70%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
}

.div-block-14 {
  width: 48%;
}

.div-block-15 {
  text-align: right;
  width: 48%;
}

.div-block-16 {
  background-color: #2f384a;
  margin-top: 0;
}

.div-block-17 {
  width: 42%;
  max-width: 1600px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-18 {
  text-align: center;
}

.text-block {
  text-align: center;
  margin-bottom: 40px;
  font-family: Bebasneue, Arial, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 112px;
  display: block;
}

.div-block-19 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.flex-block-3 {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  flex-flow: wrap;
  justify-content: space-between;
  width: 70%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-20 {
  text-align: center;
  background-image: url('../images/01-icon.png'), url('../images/box-lacivert.png');
  background-position: 50% 40%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 280px;
  margin-bottom: 90px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.div-block-20:hover {
  background-image: url('../images/01-Dark.png'), url('../images/box-green.png');
  background-position: 50% 40%, 50% 40%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
  height: 280px;
}

.text-block-2 {
  color: #fff;
  font-family: Bebasneue, Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.div-block-21 {
  margin-top: 160px;
}

.div-block-22 {
  background-image: url('../images/maske-center.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  height: 80vh;
  margin-top: 220px;
}

.flex-block-4 {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 70%;
  max-width: 1600px;
  margin-top: -170px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  left: 15%;
}

.div-block-23 {
  text-align: center;
  background-color: #5cc9ba;
  border: 1px solid #fff6;
  justify-content: center;
  align-items: center;
  width: 14.26%;
  padding: 60px 30px;
  display: flex;
}

.div-block-24 {
  background-color: #2f384a;
  min-height: 80vh;
}

.div-block-25 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  width: 40%;
  color: var(--white);
  clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%, 0 50px);
  background-color: #636a7780;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.flex-block-5 {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 70%;
  max-width: 1600px;
  margin-top: -200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  left: 15%;
}

.div-block-26 {
  justify-content: center;
  align-items: center;
  width: 58%;
}

.link {
  background-color: var(--green);
  color: var(--white);
  text-transform: uppercase;
  background-image: url('../images/white-arrow.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  border-radius: 10px;
  padding: 12px 52px 12px 20px;
  font-family: Bebasneue, Arial, sans-serif;
  font-size: 20px;
  text-decoration: none;
  display: inline-block;
}

.link:hover {
  color: var(--darkblue);
  background-image: url('../images/Dark-arrow.svg'), url('../images/white-arrow.svg');
  background-position: 90%, 90%;
  background-repeat: no-repeat, no-repeat;
  background-size: 18px 18px, 18px 18px;
}

.div-block-27 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: 65%;
  display: flex;
}

.text-block-3 {
  font-family: Bebasneue, Arial, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 70px;
}

.body {
  font-family: Open Sans, sans-serif;
}

.div-block-28 {
  width: 75%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.text-block-4 {
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 26px;
}

.div-block-30 {
  clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%, 0 50px);
  background-image: url('../images/broadcast.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 475px;
  padding-top: 60px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.text-block-5 {
  font-family: Bebasneue, Arial, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 56px;
}

.div-block-31 {
  color: var(--white);
}

.div-block-32 {
  width: 75%;
  color: var(--white);
  margin-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.text-block-6 {
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 26px;
}

.div-block-33 {
  background-image: url('../images/ott.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  min-height: 375px;
  margin-top: 20px;
  padding: 40px;
  display: flex;
  position: relative;
}

.div-block-34 {
  background-color: #0006;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.div-block-35 {
  position: relative;
}

.div-block-36 {
  background-color: var(--darkblue);
}

.flex-block-6 {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  width: 70%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
}

.div-block-37 {
  width: 63%;
}

.div-block-38 {
  width: 35%;
}

.div-block-39 {
  clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%, 0 50px);
  background-image: url('../images/broadcast.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: flex-end;
  min-height: 400px;
  padding: 60px 40px;
  display: flex;
  position: relative;
}

.div-block-40 {
  background-color: #0006;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.div-block-41 {
  position: relative;
}

.div-block-42 {
  color: var(--white);
}

.div-block-43 {
  width: 75%;
  color: var(--white);
  padding-top: 15px;
  padding-bottom: 15px;
}

.div-block-44 {
  background-image: url('../images/broadcast.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: flex-end;
  min-height: 400px;
  padding: 60px 40px;
  display: flex;
  position: relative;
}

.div-block-45 {
  background-color: #0006;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.div-block-46 {
  position: relative;
}

.div-block-47 {
  color: var(--white);
}

.div-block-48 {
  width: 75%;
  color: var(--white);
  padding-top: 15px;
  padding-bottom: 15px;
}

.div-block-49 {
  background-color: var(--darkblue);
  padding-top: 100px;
  padding-bottom: 120px;
}

.div-block-50 {
  width: 70%;
  max-width: 1600px;
  margin-bottom: 112px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-51 {
  color: var(--white);
  text-align: center;
}

.div-block-52 {
  color: var(--green);
  text-align: center;
}

.flex-block-7 {
  grid-column-gap: 0.56%;
  grid-row-gap: 0.56%;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-53 {
  text-align: center;
  width: 12%;
}

.flex-block-8 {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  justify-content: space-between;
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 60px;
}

.div-block-54 {
  width: 100%;
}

.div-block-55 {
  justify-content: flex-end;
  width: 75%;
  display: flex;
}

.div-block-56 {
  text-align: left;
  width: 15%;
}

.link-2 {
  color: var(--darkblue);
  font-family: Bebasneue, Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
}

.link-2:hover {
  color: var(--green);
}

.div-block-57 {
  margin-top: 10px;
  line-height: 24px;
}

.link-3 {
  color: silver;
  margin-bottom: 10px;
  font-family: Bebasneue, Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.link-3:hover {
  color: var(--green);
}

.div-block-58 {
  border-top: 1px solid #ddd;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 100px;
  display: flex;
}

.text-block-7 {
  color: var(--white);
  margin-bottom: 20px;
  font-family: Permanent Marker, sans-serif;
  font-size: 30px;
}

.marker-green {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-block-59 {
  display: flex;
}

.div-block-60 {
  background-image: url('../images/Marker.png'), url('../images/Marker-W.png');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  width: 100%;
  height: 30px;
}

.text-block-7_d {
  color: var(--darkblue);
  margin-bottom: 20px;
  font-family: Permanent Marker, sans-serif;
  font-size: 30px;
}

.text-block-8 {
  color: var(--green);
  font-family: Permanent Marker, sans-serif;
  font-size: 90px;
  line-height: 100px;
}

.text-block-9 {
  text-align: center;
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.text-block-10 {
  font-family: Bebasneue, Arial, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 110px;
}

.text-block-11 {
  font-family: Permanent Marker, sans-serif;
  font-size: 90px;
  line-height: 100px;
}

.text-block-copy {
  text-align: center;
  margin-bottom: 20px;
  font-family: Anton, sans-serif;
  font-size: 96px;
  font-weight: 300;
  line-height: 112px;
  display: none;
}

.div-block-25-copy {
  filter: blur(19px);
  width: 40%;
  color: var(--white);
  clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%, 0 50px);
  background-color: #636a7780;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-left: 40px;
  padding-right: 40px;
}

.div-block-61 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.lottie-animation {
  width: 62px;
}

.div-block-20-2 {
  text-align: center;
  background-image: url('../images/Ssport-G.png'), url('../images/box-lacivert.png');
  background-position: 50% 40%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: 56px, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 280px;
  margin-bottom: 90px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.div-block-20-2:hover {
  background-image: url('../images/SSdark.png'), url('../images/box-green.png');
  background-position: 50% 40%, 50% 40%;
  background-repeat: no-repeat, no-repeat;
  background-size: 56px, cover;
  height: 280px;
}

.div-block-20-3 {
  text-align: center;
  background-image: url('../images/03-İcon.png'), url('../images/box-lacivert.png');
  background-position: 50% 40%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: 70px, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 280px;
  margin-bottom: 90px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.div-block-20-3:hover {
  background-image: url('../images/SS_Dark.png'), url('../images/box-green.png');
  background-position: 50% 40%, 50% 40%;
  background-repeat: no-repeat, no-repeat;
  background-size: 70px, cover;
  height: 280px;
}

.div-block-20-4 {
  text-align: center;
  background-image: url('../images/04-Light.png'), url('../images/box-lacivert.png');
  background-position: 50% 40%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 280px;
  margin-bottom: 90px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.div-block-20-4:hover {
  background-image: url('../images/04-Dark.png'), url('../images/box-green.png');
  background-position: 50% 40%, 50% 40%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
  height: 280px;
}

.div-block-20-5 {
  text-align: center;
  background-image: url('../images/05-icon.png'), url('../images/box-lacivert.png');
  background-position: 50% 40%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 280px;
  margin-bottom: 90px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.div-block-20-5:hover {
  background-image: url('../images/05-dark.png'), url('../images/box-green.png');
  background-position: 50% 40%, 50% 40%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
  height: 280px;
}

.div-block-20-6 {
  text-align: center;
  background-image: url('../images/06-Light.png'), url('../images/box-lacivert.png');
  background-position: 50% 40%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 280px;
  margin-bottom: 90px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.div-block-20-6:hover {
  background-image: url('../images/06-Dark.png'), url('../images/box-green.png');
  background-position: 50% 40%, 50% 40%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
  height: 280px;
}

.text-block-12 {
  font-family: Bebasneue, Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.icon {
  color: var(--white);
  margin-right: 10px;
}

.image-4 {
  max-width: 100%;
}

.div-block-62 {
  background-color: var(--darkblue);
  height: 75vh;
}

.div-block-63 {
  width: 70%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 220px;
}

.text-block-13 {
  color: var(--green);
  font-family: Bebasneue, Arial, sans-serif;
  font-size: 112px;
  font-weight: 700;
  line-height: 100px;
}

.text-span {
  color: var(--white);
  font-family: Bebasneue, Arial, sans-serif;
}

.div-block-64 {
  width: 70%;
  max-width: 1600px;
  margin-top: -242px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
}

.image-5 {
  border-radius: 10px;
  width: 100%;
}

.flex-block-9 {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  align-items: center;
  width: 70%;
  max-width: 1600px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-65 {
  width: 58%;
  font-family: Bebas Neue;
  line-height: 96px;
}

.div-block-66 {
  width: 40%;
}

.text-block-14 {
  font-size: 96px;
}

.text-block-15 {
  color: var(--green);
  font-size: 96px;
}

.image-6 {
  width: 100%;
}

.div-block-67 {
  width: 70%;
  max-width: 1600px;
  margin: 60px auto;
  font-size: 18px;
  line-height: 26px;
}

.div-block-68 {
  width: 50%;
  max-width: 1600px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-69 {
  color: var(--green);
  text-align: center;
  font-family: Permanent Marker, sans-serif;
  font-size: 64px;
  line-height: 56px;
}

.div-block-70 {
  text-align: center;
  font-family: Bebas Neue;
  font-size: 64px;
  line-height: 56px;
}

.div-block-71 {
  text-align: center;
  margin-top: 40px;
  font-size: 18px;
  line-height: 26px;
}

.div-block-72 {
  text-align: center;
  margin-top: 40px;
}

.flex-block-10 {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  background-color: #f8f8f8;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-73 {
  padding: 10px 0 10px 10px;
}

.image-7 {
  width: 100%;
}

.div-block-74 {
  filter: blur(20px);
  background-color: #636a77;
  height: 150px;
}

.div-block-75 {
  height: 35%;
}

.div-block-76 {
  background-image: url('../images/sketch-blue.webp');
  background-position: -60px;
  background-repeat: no-repeat;
  background-size: auto;
}

.div-block-77 {
  background-image: url('../images/sketch-dark.webp');
  background-position: 108% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-bottom: 100px;
}

.div-block-17-2 {
  max-width: 1600px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-64-2 {
  width: 70%;
  max-width: 1600px;
  margin-top: -222px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
}

.flex-block-11 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
}

.div-block-78 {
  clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%, 0 50px);
  background-image: url('../images/Key-001.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 700px;
  width: 32%;
  height: 360px;
}

.div-block-78-2 {
  clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%, 0 50px);
  background-image: url('../images/WHo-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 700px;
  height: 100%;
}

.div-block-78-3 {
  clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%, 0 50px);
  background-image: url('../images/WHO-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 700px;
  height: 100%;
}

.div-block-78-1 {
  clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%, 0 50px);
  background-image: url('../images/Key-001.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 700px;
  height: 100%;
}

.div-block-79 {
  width: 32%;
  height: 360px;
}

.div-block-80 {
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
}

.div-block-81 {
  text-align: center;
}

.text-block-16 {
  font-weight: 600;
}

.text-block-17 {
  font-size: 32px;
  font-weight: 600;
}

.text-block-18 {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}

.text-block-19 {
  color: #a1a1a1;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
}

.div-block-82 {
  margin-top: 140px;
}

.div-block-83 {
  clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%, 0 50px);
  background-image: url('../images/Key-001.jpg');
  background-position: 50%;
  background-size: cover;
  width: 18%;
  height: 200px;
}

.div-block-79-4 {
  width: 18%;
  height: 200px;
}

.div-block-78-4 {
  background-color: var(--darkblue);
  clip-path: polygon(32px 0, 100% 0, 100% 100%, 0 100%, 0 32px);
  height: 100%;
}

.text-block-18-s {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.text-block-19-s {
  color: #a1a1a1;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
}

.div-block-80-2 {
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.flex-block-12 {
  grid-column-gap: 2.5%;
  grid-row-gap: 2.5%;
  justify-content: flex-start;
}

.link-block {
  width: 50%;
}

.headermenu {
  z-index: 999;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.flex-block-13 {
  width: 100%;
  height: 100%;
  position: relative;
}

.div-block-85 {
  background-image: url('../images/menu-basketball.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 100%;
}

.div-block-86 {
  background-color: var(--darkblue);
  background-image: url('../images/sketch-blue.webp');
  background-position: 160%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 50%;
  height: 100%;
}

.div-block-87 {
  background-color: #000000bf;
  width: 100%;
  height: 100%;
}

.div-block-88 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}

.div-block-89 {
  justify-content: flex-end;
  align-items: center;
  padding: 40px 60px 20px 20px;
  display: flex;
}

.div-block-90 {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.div-block-91 {
  background-color: #5cc9ba;
  border-radius: 9999px;
  width: 22px;
  height: 2px;
  transition-property: transform;
  transition-duration: .3ms;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  position: absolute;
  transform: translate(-4px, 4px)rotate(-45deg);
}

.div-block-92 {
  background-color: #5cc9ba;
  border-radius: 9999px;
  width: 22px;
  height: 2px;
  transition-property: transform;
  transition-duration: .3ms;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  position: absolute;
  transform: translate(6px, -6px)rotate(45deg);
}

.flex-block-14 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.link-4 {
  color: var(--white);
  font-family: Bebasneue, Arial, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 48px;
  text-decoration: none;
}

.link-4:hover {
  color: var(--green);
}

.link-4.w--current {
  color: var(--white);
  letter-spacing: 1px;
  text-indent: 0;
  column-count: auto;
  font-family: Bebasneue, Arial, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 44px;
  text-decoration: none;
}

.link-4.w--current:hover {
  color: var(--green);
}

.div-block-93 {
  flex-flow: column;
  margin-bottom: 20px;
  line-height: 36px;
  display: flex;
}

.link-5 {
  opacity: 1;
  color: var(--grey-02);
  letter-spacing: 1px;
  -webkit-text-stroke-color: var(--grey-text);
  margin-bottom: 5px;
  font-family: Bebasneue, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.link-5:hover {
  color: var(--green);
}

.link-5.w--current {
  color: var(--green);
  font-family: Bebasneue, Arial, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.div-block-94 {
  width: 70%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Bebasneue, Arial, sans-serif;
  font-size: 46px;
  font-weight: 700;
}

.text-span-2 {
  color: var(--green);
}

.flex-block-15 {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  flex-flow: wrap;
  width: 70%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-95 {
  background-color: #f8f8f8;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  align-items: baseline;
  width: 49%;
  margin-bottom: 20px;
  display: flex;
}

.div-block-96 {
  width: 70%;
  padding: 10px 10px 10px 20px;
}

.div-block-97 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: right;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: stretch;
  width: 30%;
  height: 100%;
}

.download {
  background-color: var(--darkblue);
  color: var(--white);
  border-radius: 5px;
  padding: 40px 12px;
}

.download:hover {
  background-color: var(--green);
}

.div-block-98 {
  width: 70%;
  max-width: 1600px;
  margin: 100px auto 40px;
}

.text-block-20 {
  font-family: Bebasneue, Arial, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 52px;
}

.flex-block-16 {
  grid-column-gap: 4%;
  grid-row-gap: 4%;
  flex-flow: wrap;
  width: 70%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-99 {
  clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%, 0 50px);
  margin-bottom: 10px;
}

.div-block-100 {
  width: 48%;
  margin-bottom: 50px;
}

.div-block-101 {
  font-size: 16px;
  font-weight: 700;
}

.div-block-101:hover {
  color: var(--green);
}

.image-9 {
  width: 100%;
}

.flex-block-17 {
  grid-column-gap: 4%;
  grid-row-gap: 4%;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-102 {
  width: 46%;
}

.div-block-103 {
  justify-content: flex-end;
  align-items: center;
  width: 58%;
  height: 380px;
  display: flex;
}

.div-block-104 {
  color: var(--darkblue);
  font-family: Bebasneue, Arial, sans-serif;
  font-size: 120px;
  font-weight: 700;
  line-height: 124px;
}

.div-block-105 {
  color: var(--green);
  font-family: Bebasneue, Arial, sans-serif;
  font-size: 120px;
  font-weight: 700;
  line-height: 124px;
}

.div-block-106 {
  background-image: url('../images/sketch-dark.webp'), url('../images/sketch-blue.webp');
  background-position: 110% 0, -150px 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
}

.image-5-copy {
  border-radius: 10px;
  width: 100%;
}

.image-10 {
  border-radius: 10px;
  width: 100%;
  box-shadow: 0 2px 20px 5px #0003;
}

.div-block-107 {
  width: 70%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 60px;
  font-size: 24px;
  line-height: 30px;
}

.div-block-108 {
  text-align: center;
  width: 70%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Bebasneue, Arial, sans-serif;
  font-size: 76px;
  font-weight: 700;
  line-height: 76px;
}

.text-block-21 {
  color: var(--darkblue);
}

.text-block-22 {
  color: var(--green);
}

.flex-block-18 {
  flex-flow: wrap;
  justify-content: space-between;
  width: 70%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-109 {
  background-color: var(--darkblue);
  clip-path: polygon(15% 0, 100% 0, 100% 85%, 85% 100%, 0 100%, 0 15%);
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 30%;
  height: 325px;
}

.div-block-110 {
  color: var(--white);
  text-align: center;
  padding-top: 40px;
  padding-bottom: 20px;
  font-family: Bebasneue, Arial, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 36px;
}

.div-block-111 {
  color: var(--green);
  text-align: center;
  font-family: Bebasneue, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.div-block-112 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
}

.div-block-113 {
  flex-flow: column;
  justify-content: center;
  width: 100%;
  height: 50%;
  display: flex;
}

.flex-block-19 {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  justify-content: center;
  align-items: center;
  width: 70%;
  max-width: 1600px;
  margin: 140px auto 60px;
}

.div-block-114 {
  min-width: 10%;
}

.div-block-115 {
  text-align: center;
  clip-path: polygon(15% 0, 100% 0, 100% 85%, 85% 100%, 0 100%, 0 15%);
  background-color: #f8f8f8;
  padding: 30px 20px;
}

.div-block-116 {
  text-align: center;
  margin-top: 20px;
}

.text-block-23 {
  font-family: Bebasneue, Arial, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
}

.text-block-24 {
  font-family: Bebasneue, Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.div-block-117 {
  background-image: url('../images/sketch-dark.webp'), url('../images/sketch-blue.webp');
  background-position: 110% 100%, -150px 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 100px;
}

.flex-block-20 {
  justify-content: space-between;
  width: 70%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-118, .div-block-119 {
  width: 48%;
}

.div-block-120 {
  padding-bottom: 40px;
  font-family: Bebasneue, Arial, sans-serif;
  font-size: 64px;
  font-weight: 700;
}

.div-block-121 {
  font-size: 16px;
}

.div-block-122 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
}

.div-block-123 {
  font-size: 16px;
}

.image-11 {
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 100%;
}

.div-block-124 {
  background-image: url('../images/sketch-blue.webp');
  background-position: -200px 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-125 {
  width: 70%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 80px;
  font-size: 18px;
  line-height: 24px;
  display: block;
}

.div-block-126 {
  width: 70%;
  max-width: 1600px;
  margin: 20px auto 40px;
  padding-top: 40px;
  font-family: Bebasneue, Arial, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 76px;
}

.text-block-25 {
  color: var(--darkblue);
}

.div-block-127 {
  width: 70%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.tablink {
  box-sizing: content-box;
  background-color: var(--darkblue);
  min-width: 55px;
  max-width: 100px;
  color: var(--white);
  text-align: center;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  padding: 4px 20px;
  font-weight: 400;
  display: flex;
}

.tablink:hover {
  background-color: var(--green);
}

.tablink.w--current {
  background-color: var(--green);
  border-radius: 24px;
  min-width: 55px;
  padding-left: 20px;
  padding-right: 20px;
}

.tabs-menu {
  grid-column-gap: 1%;
  grid-row-gap: 1%;
  margin-bottom: 40px;
  display: flex;
}

.flex-block-21 {
  flex-flow: wrap;
}

.div-block-128 {
  background-color: var(--darkblue);
  width: 16.666%;
  min-height: 250px;
  color: var(--white);
  text-align: center;
  border: 1px solid #ffffff40;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 60px 20px;
  font-family: Bebasneue, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  display: flex;
}

.image-12 {
  max-height: 125px;
}

.div-block-129 {
  width: 70%;
  max-width: 1600px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-130 {
  margin-bottom: 40px;
  font-family: Bebasneue, Arial, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 76px;
}

.div-block-131 {
  margin-bottom: 40px;
  font-size: 22px;
  line-height: 30px;
}

.link-4-2 {
  color: var(--white);
  margin-bottom: 10px;
  font-family: Bebasneue, Arial, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 48px;
  text-decoration: none;
}

.link-4-2:hover {
  color: var(--green);
}

.link-4-2.w--current {
  color: var(--white);
  margin-bottom: 8px;
  font-family: Bebasneue, Arial, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 44px;
  text-decoration: none;
}

.link-4-2.w--current:hover {
  color: var(--green);
}

.top-button {
  z-index: 9999;
  background-color: var(--green);
  background-image: url('../images/arrow-up.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
  position: fixed;
  inset: auto 4% 4% auto;
}

.top-button:hover {
  background-color: var(--green);
  background-image: url('../images/arrow-Dark.png'), url('../images/arrow-up.png');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
}

.top-button.w--current {
  z-index: 9999;
  background-color: #97a598;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
  position: fixed;
  bottom: 16%;
  right: 4%;
}

.top-button.w--current:hover {
  background-color: #fff0;
  border: 3px solid #97a598;
  bottom: 16%;
}

.text-block-27 {
  line-height: 98px;
}

.text-block-29 {
  font-weight: 400;
}

.text-block-30 {
  font-size: 24px;
}

.text-block-31 {
  color: var(--darkblue);
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

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

.div-block-124-2 {
  background-image: url('../images/sketch-blue.webp');
  background-position: -200px 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 100px;
  padding-bottom: 60px;
}

.tablink-media-passive {
  box-sizing: content-box;
  background-color: var(--darkblue);
  min-width: 55px;
  max-width: 100px;
  color: var(--white);
  text-align: center;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  font-weight: 400;
  display: none;
}

.tablink-media-passive:hover {
  background-color: var(--green);
}

.tablink-media-passive.w--current {
  background-color: var(--green);
  border-radius: 24px;
  padding-left: 12px;
  padding-right: 12px;
}

.tablink-golf-passive {
  box-sizing: content-box;
  background-color: var(--darkblue);
  min-width: 55px;
  max-width: 100px;
  color: var(--white);
  text-align: center;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  font-weight: 400;
  display: none;
}

.tablink-golf-passive:hover {
  background-color: var(--green);
}

.tablink-golf-passive.w--current {
  background-color: var(--green);
  border-radius: 24px;
  padding-left: 12px;
  padding-right: 12px;
}

.div-block-132 {
  width: 70%;
  max-width: 1600px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: Bebasneue, Arial, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 76px;
}

.div-block-133 {
  width: 70%;
  max-width: 1600px;
  margin: 40px auto 60px;
}

.flex-block-22 {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 70%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-134 {
  background-color: var(--green);
  text-align: center;
  border: 1px solid #ffffff40;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 16.666%;
  padding: 80px 20px;
  font-family: Bebasneue, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  display: flex;
}

.image-14 {
  max-height: 125px;
}

.div-block-135 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.flex-block-23 {
  grid-column-gap: 4%;
  grid-row-gap: 4%;
  align-items: center;
  width: 70%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.div-block-136 {
  justify-content: flex-end;
  align-items: center;
  width: 58%;
  height: 380px;
  display: flex;
}

.div-block-137 {
  width: 46%;
}

.div-block-138 {
  color: var(--darkblue);
  text-align: right;
  font-family: Bebasneue, Arial, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 64px;
}

.text-block-33 {
  font-size: 96px;
  line-height: 98px;
}

.div-block-139 {
  background-image: url('../images/broadcast-full.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 70vh;
}

.div-block-140 {
  width: 70%;
  max-width: 1600px;
  margin: 40px auto;
}

.text-block-34 {
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
}

.div-block-141 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 36px;
  display: flex;
}

.link-6 {
  color: var(--darkblue);
  font-family: Permanent Marker, sans-serif;
  font-size: 24px;
  text-decoration: none;
}

.flex-block-24 {
  grid-column-gap: 4%;
  grid-row-gap: 4%;
  align-items: flex-start;
  width: 70%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-142, .div-block-143 {
  font-size: 22px;
  line-height: 34px;
}

.list {
  list-style-type: disc;
}

.text-block-35 {
  margin-bottom: 40px;
}

.flex-block-25 {
  justify-content: flex-end;
  align-items: center;
  width: 70%;
  max-width: 1600px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-144 {
  text-align: left;
  width: 36%;
}

.text-block-36 {
  font-family: Bebasneue, Arial, sans-serif;
  font-weight: 700;
}

.div-block-145 {
  text-align: right;
  width: 64%;
  font-size: 16px;
}

.div-block-146 {
  width: 36%;
}

.flex-block-26 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
}

.flex-block-27 {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 70%;
  max-width: 1600px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-147 {
  width: 70%;
  max-width: 1600px;
  margin: 20px auto 40px;
  padding-top: 40px;
  font-family: Bebasneue, Arial, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 76px;
}

.text-block-37 {
  color: var(--darkblue);
}

.text-span-3 {
  color: var(--green);
}

.div-block-148 {
  width: 70%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.image-15 {
  width: 100%;
}

.div-block-149 {
  width: 70%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-38 {
  font-size: 24px;
  line-height: 30px;
}

.bold-text {
  text-decoration: none;
}

.link-7 {
  color: var(--darkblue);
  text-decoration: none;
}

.div-block-126-2 {
  flex-flow: row;
  justify-content: space-between;
  width: 70%;
  max-width: 1600px;
  margin: 20px auto 40px;
  padding-top: 40px;
  font-family: Bebasneue, Arial, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 76px;
  display: flex;
}

.div-block-150 {
  width: 50%;
}

.div-block-151 {
  justify-content: space-between;
  align-items: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-152 {
  width: 50%;
}

.text-block-20-2 {
  font-family: Bebasneue, Arial, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 76px;
}

.div-block-153 {
  width: 32%;
}

.div-block-151-2 {
  justify-content: space-between;
  align-items: center;
  width: 70%;
  margin: 40px auto;
  display: flex;
}

.image-23 {
  text-align: left;
}

.div-block-154 {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.div-block-155 {
  width: 10%;
}

.div-block-156 {
  width: 90%;
}

.text-block-39 {
  font-size: 22px;
  line-height: 34px;
}

.div-block-157 {
  background-color: var(--green);
  border-radius: 20px;
  width: 16px;
  height: 16px;
  margin-top: 4px;
}

.text-block-40 {
  font-size: 22px;
  line-height: 22px;
}

.div-block-143-list {
  font-size: 22px;
  line-height: 34px;
}

.div-block-158 {
  flex-flow: column;
  display: flex;
}

.headermenucizgi1 {
  background-color: #5cc9ba;
  border-radius: 9999px;
  width: 22px;
  height: 2px;
  margin-left: 15px;
  transition: transform .3ms cubic-bezier(.4, 0, .2, 1);
}

.headermenucizgi2 {
  background-color: #5cc9ba;
  border-radius: 9999px;
  width: 22px;
  height: 2px;
  transition: transform .3ms cubic-bezier(.4, 0, .2, 1);
}

.div-block-159 {
  text-align: right;
  width: 32%;
}

.text-block-41, .text-block-42 {
  font-size: 15px;
}

.div-block-144-2 {
  text-align: center;
  width: 28%;
}

.flex-block-22-2 {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 70%;
  max-width: 1600px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.link-block-3, .link-block-4, .link-block-5, .link-block-6, .link-block-7, .link-block-8 {
  width: 28%;
  text-decoration: none;
}

.div-block-160 {
  background-image: linear-gradient(#13171fcc, #13171fcc), url('../images/menu-basketball.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 50%;
  height: 100vh;
}

.image-31 {
  height: 100%;
}

.paragraph-green {
  color: var(--green);
  margin-bottom: 20px;
  font-family: Bebasneue, Arial, sans-serif;
  font-size: 120px;
  font-weight: 700;
  line-height: 120px;
}

.text-span-4 {
  color: var(--green);
}

.dropdown-list.w--open {
  border-radius: 8px;
  margin-top: 10px;
}

.dropdown-linken {
  background-color: var(--white);
  background-image: url('../images/EN.png');
  background-position: 16%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding-left: 52px;
  padding-right: 0;
  font-family: Bebasneue, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.dropdown-linken:hover {
  background-color: var(--grey-2);
}

.dropdown-link-tr {
  background-color: var(--white);
  background-image: url('../images/TR-icon.png');
  background-position: 16%;
  background-repeat: no-repeat;
  background-size: auto;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding-left: 52px;
  padding-right: 0;
  font-family: Bebasneue, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.dropdown-link-tr:hover {
  background-color: var(--grey-2);
}

.dropdown-toggle2st {
  border: 1px solid var(--green);
  background-color: #5cc9ba00;
  background-image: url('../images/EN.png');
  background-position: 16%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 8px;
  padding: 10px 32px 10px 52px;
}

.dropdown-toggle2st:hover {
  background-color: var(--green);
}

.dropdown-toggle2st.w--open {
  font-weight: 400;
}

.text-block-12-2 {
  color: var(--white);
  font-family: Bebasneue, Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.div-block-125-rev {
  width: 70%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 80px;
  font-size: 18px;
  line-height: 24px;
}

.flex-block-17--2 {
  grid-column-gap: 4%;
  grid-row-gap: 4%;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-124-3 {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
}

.div-block-161, .div-block-162, .div-block-163, .div-block-164, .div-block-165, .div-block-166, .div-block-167, .div-block-168, .div-block-169, .div-block-170, .div-block-171 {
  display: none;
}

.div-block-172 {
  width: 50%;
}

.div-block-173 {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.text-block-43 {
  margin-right: 10px;
}

@media screen and (min-width: 1280px) {
  .headermenu {
    display: none;
  }

  .top-button {
    bottom: 4%;
    right: 4%;
  }

  .top-button.w--current {
    bottom: 12%;
    right: 4%;
  }
}

@media screen and (min-width: 1440px) {
  .div-block-5 {
    background-color: #fff0;
  }

  .div-block-12 {
    width: 70%;
  }

  .div-block-60 {
    background-image: url('../images/Marker-W.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .div-block-60:hover {
    background-image: url('../images/Marker.png'), url('../images/Marker-W.png');
    background-position: 50%, 50%;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
  }

  .headermenu {
    display: none;
  }

  .div-block-86 {
    background-position: 100%;
  }

  .div-block-103 {
    background-image: none;
    height: auto;
  }

  .tablink {
    border-radius: 24px;
  }

  .top-button {
    border-radius: 6px;
    bottom: 4%;
  }

  .top-button:hover {
    background-color: var(--green);
  }

  .top-button.w--current {
    border-radius: 6px;
    bottom: 16%;
  }

  .tablink-media-passive, .tablink-golf-passive {
    border-radius: 24px;
  }

  .div-block-136 {
    background-image: none;
    height: auto;
  }

  .div-block-144 {
    width: 36%;
  }

  .div-block-144-2 {
    width: 28%;
  }

  .flex-block-17--2 {
    margin-top: 60px;
  }

  .div-block-124-3 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }
}

@media screen and (max-width: 991px) {
  .div-block {
    height: 100vh;
  }

  .paragraph {
    font-size: 64px;
    line-height: 64px;
  }

  .flex-block-2 {
    width: 90%;
    padding-top: 132px;
  }

  .div-block-17 {
    width: 72%;
  }

  .flex-block-3 {
    width: 90%;
  }

  .flex-block-4 {
    width: 90%;
    left: 5%;
  }

  .div-block-23 {
    width: 20%;
  }

  .flex-block-5 {
    width: 90%;
    left: 5%;
  }

  .flex-block-6, .div-block-63, .div-block-64 {
    width: 90%;
  }

  .div-block-76 {
    background-position: -200px;
  }

  .div-block-77 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .div-block-64-2 {
    width: 90%;
  }

  .div-block-79-4 {
    width: 24%;
    height: 225px;
    margin-bottom: 70px;
  }

  .flex-block-12 {
    grid-column-gap: 1.3%;
    grid-row-gap: 1.3%;
    flex-flow: wrap;
  }

  .headermenu {
    display: none;
  }

  .div-block-86 {
    background-position: 110% 100%;
    background-size: 250px 250px;
    width: 100%;
  }

  .flex-block-17 {
    grid-column-gap: 0%;
    grid-row-gap: 0%;
    flex-flow: column;
    width: 90%;
  }

  .div-block-102 {
    width: 100%;
    margin-bottom: 60px;
  }

  .div-block-103 {
    justify-content: flex-start;
    width: 100%;
    height: 100%;
  }

  .div-block-107, .div-block-108, .flex-block-18, .flex-block-19 {
    width: 90%;
  }

  .div-block-114 {
    min-width: 15%;
  }

  .div-block-124 {
    background-position: -250px 0;
  }

  .div-block-125, .div-block-126, .div-block-127 {
    width: 90%;
  }

  .tablink {
    min-height: 40px;
    margin-bottom: 20px;
  }

  .tabs-menu {
    flex-flow: wrap;
  }

  .div-block-129 {
    width: 90%;
  }

  .top-button {
    bottom: 4%;
  }

  .top-button.w--current {
    bottom: 18%;
  }

  .div-block-132, .div-block-133, .flex-block-22 {
    width: 90%;
  }

  .flex-block-23 {
    flex-flow: column;
    width: 90%;
  }

  .div-block-136 {
    justify-content: flex-start;
    width: 100%;
    height: 100%;
  }

  .div-block-137 {
    width: 100%;
  }

  .div-block-140, .div-block-141, .flex-block-24, .flex-block-25, .flex-block-27, .div-block-147, .div-block-148, .div-block-149 {
    width: 90%;
  }

  .image-16, .image-17, .image-18, .image-19, .image-20, .image-21, .image-22 {
    width: 100%;
  }

  .div-block-126-2, .flex-block-22-2 {
    width: 90%;
  }

  .div-block-160 {
    display: none;
  }

  .paragraph-green {
    font-size: 64px;
    line-height: 64px;
  }

  .div-block-125-rev {
    width: 90%;
  }

  .flex-block-17--2 {
    grid-column-gap: 0%;
    grid-row-gap: 0%;
    flex-flow: column;
    width: 90%;
  }

  .div-block-124-3 {
    background-position: -250px 0;
  }
}

@media screen and (max-width: 767px) {
  .flex-block-2 {
    padding-top: 180px;
  }

  .flex-block-3 {
    grid-column-gap: 2%;
    grid-row-gap: 2%;
  }

  .div-block-20 {
    width: 100%;
  }

  .div-block-22 {
    height: 100vh;
  }

  .div-block-23 {
    width: 25%;
  }

  .div-block-44 {
    padding: 20px 10px;
  }

  .div-block-55 {
    flex-flow: wrap;
  }

  .div-block-56 {
    width: 50%;
  }

  .div-block-20-2, .div-block-20-3, .div-block-20-4, .div-block-20-5, .div-block-20-6 {
    width: 100%;
  }

  .div-block-76 {
    background-position: -250px;
  }

  .div-block-77 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .div-block-79 {
    height: 300px;
  }

  .div-block-79-4 {
    width: 32%;
  }

  .flex-block-12 {
    grid-column-gap: 1.9%;
    grid-row-gap: 1.9%;
  }

  .headermenu {
    display: none;
  }

  .flex-block-14 {
    width: 90%;
  }

  .div-block-95 {
    width: 100%;
  }

  .flex-block-16 {
    grid-column-gap: 0%;
    grid-row-gap: 0%;
    flex-flow: column;
  }

  .div-block-100 {
    width: 100%;
  }

  .div-block-109 {
    width: 32.5%;
  }

  .div-block-128 {
    width: 20%;
  }

  .top-button {
    bottom: 4%;
  }

  .top-button.w--current {
    bottom: 14%;
  }

  .div-block-134 {
    width: 20%;
  }

  .div-block-135 {
    padding-bottom: 0;
  }

  .div-block-137 {
    margin-bottom: 40px;
  }

  .flex-block-24 {
    flex-flow: column;
  }

  .link-block-3, .link-block-4, .link-block-5, .link-block-6, .link-block-7, .link-block-8 {
    width: 32%;
  }

  .div-block-160 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    height: 130vh;
  }

  .paragraph {
    font-size: 62px;
    line-height: 66px;
  }

  .div-block-11 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
  }

  .div-block-12 {
    width: 90%;
  }

  .flex-block-2 {
    flex-flow: column;
    width: 90%;
  }

  .div-block-14 {
    text-align: center;
    width: 100%;
  }

  .div-block-15 {
    width: 100%;
  }

  .div-block-17 {
    width: 90%;
  }

  .text-block {
    font-size: 62px;
    line-height: 66px;
  }

  .flex-block-3 {
    flex-flow: column;
    width: 80%;
  }

  .div-block-20 {
    width: 100%;
  }

  .div-block-22 {
    height: 160vh;
  }

  .div-block-23 {
    width: 50%;
  }

  .div-block-24 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-25 {
    width: 100%;
    margin-bottom: 20px;
  }

  .flex-block-5 {
    flex-flow: column;
    margin-top: 0;
    position: relative;
    left: 0%;
  }

  .div-block-26 {
    width: 100%;
  }

  .flex-block-6 {
    flex-flow: column;
    padding-top: 0;
  }

  .div-block-37 {
    width: 100%;
    margin-bottom: 20px;
  }

  .div-block-38 {
    width: 100%;
  }

  .div-block-49 {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .div-block-50 {
    width: 100%;
    margin-bottom: 60px;
  }

  .flex-block-7 {
    grid-column-gap: 21%;
    grid-row-gap: 21%;
    flex-flow: wrap;
    width: 90%;
  }

  .div-block-53 {
    width: 36%;
    margin-bottom: 20px;
  }

  .flex-block-8 {
    flex-flow: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-55 {
    margin-top: 40px;
  }

  .div-block-56 {
    width: 100%;
  }

  .div-block-59 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .text-block-8 {
    font-size: 62px;
  }

  .text-block-9 {
    font-size: 18px;
    line-height: 24px;
  }

  .text-block-10, .text-block-11 {
    font-size: 52px;
    line-height: 56px;
  }

  .div-block-20-2, .div-block-20-3, .div-block-20-4, .div-block-20-5, .div-block-20-6 {
    width: 100%;
  }

  .div-block-63 {
    width: 90%;
  }

  .text-block-13 {
    font-size: 62px;
    line-height: 66px;
  }

  .div-block-64, .div-block-67, .div-block-68 {
    width: 90%;
  }

  .div-block-76 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .div-block-77 {
    background-position: 220% 100%;
    background-size: 250px 250px;
  }

  .flex-block-11 {
    flex-flow: column;
  }

  .div-block-79 {
    width: 100%;
    margin-bottom: 100px;
  }

  .div-block-79-4 {
    width: 100%;
  }

  .flex-block-12 {
    flex-flow: column;
  }

  .headermenu {
    display: none;
  }

  .div-block-86 {
    width: 100%;
  }

  .flex-block-14 {
    width: 80%;
  }

  .link-4, .link-4.w--current {
    font-size: 24px;
  }

  .div-block-93 {
    margin-bottom: 0;
  }

  .link-5 {
    font-size: 20px;
  }

  .flex-block-16, .flex-block-17 {
    width: 80%;
  }

  .div-block-104 {
    text-align: center;
    font-size: 62px;
    line-height: 66px;
  }

  .div-block-105 {
    text-align: center;
    font-size: 90px;
  }

  .flex-block-18 {
    flex-flow: column;
    width: 80%;
  }

  .div-block-109 {
    width: 100%;
    margin-bottom: 40px;
  }

  .flex-block-19 {
    flex-flow: wrap;
  }

  .div-block-114 {
    margin-bottom: 40px;
  }

  .div-block-124 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .div-block-125 {
    width: 80%;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .text-block-25 {
    font-size: 62px;
    line-height: 66px;
  }

  .div-block-128 {
    width: 33.33%;
  }

  .text-block-26 {
    font-size: 62px;
    line-height: 66px;
  }

  .link-4-2.w--current {
    font-size: 24px;
  }

  .top-button {
    bottom: 4%;
  }

  .text-block-27 {
    text-align: center;
    line-height: 66px;
  }

  .text-block-28 {
    font-size: 62px;
    line-height: 66px;
  }

  .text-block-31 {
    margin-top: 40px;
    font-size: 18px;
    line-height: 24px;
  }

  .text-block-32 {
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-124-2 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .div-block-134 {
    width: 33.33%;
  }

  .div-block-135 {
    padding-bottom: 0;
  }

  .flex-block-23, .flex-block-24 {
    width: 80%;
  }

  .text-block-35 {
    margin-top: 40px;
  }

  .flex-block-25 {
    flex-flow: column;
  }

  .div-block-144 {
    width: 100%;
  }

  .text-block-37 {
    font-size: 62px;
    line-height: 66px;
  }

  .text-block-38 {
    font-size: 18px;
    line-height: 24px;
  }

  .link-block-2 {
    width: 90%;
  }

  .div-block-152 {
    width: 100%;
  }

  .text-block-20-2 {
    text-align: center;
  }

  .div-block-151-2 {
    flex-flow: column;
    width: 90%;
  }

  .text-block-40 {
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-143-list {
    margin-top: 40px;
    font-size: 18px;
    line-height: 24px;
  }

  .image-24, .image-25, .image-26, .image-27, .image-28, .image-29, .image-30 {
    max-width: 80%;
  }

  .div-block-144-2, .link-block-3, .link-block-4, .link-block-5, .link-block-6, .link-block-7, .link-block-8 {
    width: 100%;
  }

  .div-block-160 {
    display: none;
  }

  .paragraph-green {
    font-size: 62px;
    line-height: 66px;
  }

  .div-block-125-rev {
    width: 80%;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .flex-block-17--2 {
    width: 80%;
  }

  .div-block-124-3 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }
}


@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bebasneue Book';
  src: url('../fonts/BebasNeue-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}