:root {
  --color-900: rgba(0, 0, 0, 0.87);
  --color-500: #263238;
  --color-50: #ffffff;
  --color-hover: #0573e6;
}

.theme-red {
  --color-900: #bf360c;
  --color-500: #ff5722;
  --color-50: #fbe9e7;
  --color-hover: #bf360c;
}

.theme-amber {
  --color-900: #ff6f00;
  --color-500: #ffc107;
  --color-50: #fff3e0;
  --color-hover: #ff6f00;
}

.theme-blue {
  --color-900: #0d47a1;
  --color-500: #2196f3;
  --color-50: #e3f2fd;
  --color-hover: #0d47a1;
}

.theme-purple {
  --color-900: #4a148c;
  --color-500: #9c27b0;
  --color-50: #f3e5f5;
  --color-hover: #4a148c;
}

.theme-green {
  --color-900: #1b5e20;
  --color-500: #4caf50;
  --color-50: #e8f5e9;
  --color-hover: #1b5e20;
}

.theme-gray {
  --color-900: #263238;
  --color-500: #263238;
  --color-50: #eceff1;
  --color-hover: #0573e6;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 1200px) {
  .container {
    max-width: 1052px;
    margin: 0 auto;
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 16px;
  }
}

.container-fluid {
  width: 100%;
  margin: 0 auto;
  padding: 0 60px;
}
@media (max-width: 1200px) {
  .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding: 0 16px;
  }
}

.show {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  .hidden {
    opacity: 0;
    visibility: hidden;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.col-span-1 {
  grid-column: span 1/span 1;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, 1fr);
}

.row-span-1 {
  grid-row: span 1/span 1;
}

.grid-rows-1 {
  grid-template-rows: repeat(1, 1fr);
}

.col-span-2 {
  grid-column: span 2/span 2;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, 1fr);
}

.row-span-2 {
  grid-row: span 2/span 2;
}

.grid-rows-2 {
  grid-template-rows: repeat(2, 1fr);
}

.col-span-3 {
  grid-column: span 3/span 3;
}

.grid-cols-3 {
  grid-template-columns: repeat(3, 1fr);
}

.row-span-3 {
  grid-row: span 3/span 3;
}

.grid-rows-3 {
  grid-template-rows: repeat(3, 1fr);
}

.col-span-4 {
  grid-column: span 4/span 4;
}

.grid-cols-4 {
  grid-template-columns: repeat(4, 1fr);
}

.row-span-4 {
  grid-row: span 4/span 4;
}

.grid-rows-4 {
  grid-template-rows: repeat(4, 1fr);
}

.col-span-5 {
  grid-column: span 5/span 5;
}

.grid-cols-5 {
  grid-template-columns: repeat(5, 1fr);
}

.row-span-5 {
  grid-row: span 5/span 5;
}

.grid-rows-5 {
  grid-template-rows: repeat(5, 1fr);
}

.col-span-6 {
  grid-column: span 6/span 6;
}

.grid-cols-6 {
  grid-template-columns: repeat(6, 1fr);
}

.row-span-6 {
  grid-row: span 6/span 6;
}

.grid-rows-6 {
  grid-template-rows: repeat(6, 1fr);
}

.col-span-7 {
  grid-column: span 7/span 7;
}

.grid-cols-7 {
  grid-template-columns: repeat(7, 1fr);
}

.row-span-7 {
  grid-row: span 7/span 7;
}

.grid-rows-7 {
  grid-template-rows: repeat(7, 1fr);
}

.col-span-8 {
  grid-column: span 8/span 8;
}

.grid-cols-8 {
  grid-template-columns: repeat(8, 1fr);
}

.row-span-8 {
  grid-row: span 8/span 8;
}

.grid-rows-8 {
  grid-template-rows: repeat(8, 1fr);
}

.col-span-9 {
  grid-column: span 9/span 9;
}

.grid-cols-9 {
  grid-template-columns: repeat(9, 1fr);
}

.row-span-9 {
  grid-row: span 9/span 9;
}

.grid-rows-9 {
  grid-template-rows: repeat(9, 1fr);
}

.col-span-10 {
  grid-column: span 10/span 10;
}

.grid-cols-10 {
  grid-template-columns: repeat(10, 1fr);
}

.row-span-10 {
  grid-row: span 10/span 10;
}

.grid-rows-10 {
  grid-template-rows: repeat(10, 1fr);
}

.col-span-11 {
  grid-column: span 11/span 11;
}

.grid-cols-11 {
  grid-template-columns: repeat(11, 1fr);
}

.row-span-11 {
  grid-row: span 11/span 11;
}

.grid-rows-11 {
  grid-template-rows: repeat(11, 1fr);
}

.col-span-12 {
  grid-column: span 12/span 12;
}

.grid-cols-12 {
  grid-template-columns: repeat(12, 1fr);
}

.row-span-12 {
  grid-row: span 12/span 12;
}

.grid-rows-12 {
  grid-template-rows: repeat(12, 1fr);
}

.col-span-full {
  grid-column: 1/-1;
}

.row-span-full {
  grid-row: 1/-1;
}

@media (max-width: 1200px) {
  .col-span-md-1 {
    grid-column: span 1/span 1;
  }
  .grid-cols-md-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .row-span-md-1 {
    grid-row: span 1/span 1;
  }
  .grid-rows-md-1 {
    grid-template-rows: repeat(1, 1fr);
  }
  .col-span-md-2 {
    grid-column: span 2/span 2;
  }
  .grid-cols-md-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .row-span-md-2 {
    grid-row: span 2/span 2;
  }
  .grid-rows-md-2 {
    grid-template-rows: repeat(2, 1fr);
  }
  .col-span-md-3 {
    grid-column: span 3/span 3;
  }
  .grid-cols-md-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .row-span-md-3 {
    grid-row: span 3/span 3;
  }
  .grid-rows-md-3 {
    grid-template-rows: repeat(3, 1fr);
  }
  .col-span-md-4 {
    grid-column: span 4/span 4;
  }
  .grid-cols-md-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .row-span-md-4 {
    grid-row: span 4/span 4;
  }
  .grid-rows-md-4 {
    grid-template-rows: repeat(4, 1fr);
  }
  .col-span-md-5 {
    grid-column: span 5/span 5;
  }
  .grid-cols-md-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .row-span-md-5 {
    grid-row: span 5/span 5;
  }
  .grid-rows-md-5 {
    grid-template-rows: repeat(5, 1fr);
  }
  .col-span-md-6 {
    grid-column: span 6/span 6;
  }
  .grid-cols-md-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .row-span-md-6 {
    grid-row: span 6/span 6;
  }
  .grid-rows-md-6 {
    grid-template-rows: repeat(6, 1fr);
  }
  .col-span-md-7 {
    grid-column: span 7/span 7;
  }
  .grid-cols-md-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .row-span-md-7 {
    grid-row: span 7/span 7;
  }
  .grid-rows-md-7 {
    grid-template-rows: repeat(7, 1fr);
  }
  .col-span-md-8 {
    grid-column: span 8/span 8;
  }
  .grid-cols-md-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .row-span-md-8 {
    grid-row: span 8/span 8;
  }
  .grid-rows-md-8 {
    grid-template-rows: repeat(8, 1fr);
  }
  .col-span-md-9 {
    grid-column: span 9/span 9;
  }
  .grid-cols-md-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .row-span-md-9 {
    grid-row: span 9/span 9;
  }
  .grid-rows-md-9 {
    grid-template-rows: repeat(9, 1fr);
  }
  .col-span-md-10 {
    grid-column: span 10/span 10;
  }
  .grid-cols-md-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .row-span-md-10 {
    grid-row: span 10/span 10;
  }
  .grid-rows-md-10 {
    grid-template-rows: repeat(10, 1fr);
  }
  .col-span-md-11 {
    grid-column: span 11/span 11;
  }
  .grid-cols-md-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .row-span-md-11 {
    grid-row: span 11/span 11;
  }
  .grid-rows-md-11 {
    grid-template-rows: repeat(11, 1fr);
  }
  .col-span-md-12 {
    grid-column: span 12/span 12;
  }
  .grid-cols-md-12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .row-span-md-12 {
    grid-row: span 12/span 12;
  }
  .grid-rows-md-12 {
    grid-template-rows: repeat(12, 1fr);
  }
  .col-span-md-full {
    grid-column: 1/-1;
  }
  .row-span-md-full {
    grid-row: 1/-1;
  }
}
@media (max-width: 767px) {
  .col-span-sm-1 {
    grid-column: span 1/span 1;
  }
  .grid-cols-sm-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .row-span-sm-1 {
    grid-row: span 1/span 1;
  }
  .grid-rows-sm-1 {
    grid-template-rows: repeat(1, 1fr);
  }
  .col-span-sm-2 {
    grid-column: span 2/span 2;
  }
  .grid-cols-sm-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .row-span-sm-2 {
    grid-row: span 2/span 2;
  }
  .grid-rows-sm-2 {
    grid-template-rows: repeat(2, 1fr);
  }
  .col-span-sm-3 {
    grid-column: span 3/span 3;
  }
  .grid-cols-sm-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .row-span-sm-3 {
    grid-row: span 3/span 3;
  }
  .grid-rows-sm-3 {
    grid-template-rows: repeat(3, 1fr);
  }
  .col-span-sm-4 {
    grid-column: span 4/span 4;
  }
  .grid-cols-sm-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .row-span-sm-4 {
    grid-row: span 4/span 4;
  }
  .grid-rows-sm-4 {
    grid-template-rows: repeat(4, 1fr);
  }
  .col-span-sm-5 {
    grid-column: span 5/span 5;
  }
  .grid-cols-sm-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .row-span-sm-5 {
    grid-row: span 5/span 5;
  }
  .grid-rows-sm-5 {
    grid-template-rows: repeat(5, 1fr);
  }
  .col-span-sm-6 {
    grid-column: span 6/span 6;
  }
  .grid-cols-sm-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .row-span-sm-6 {
    grid-row: span 6/span 6;
  }
  .grid-rows-sm-6 {
    grid-template-rows: repeat(6, 1fr);
  }
  .col-span-sm-7 {
    grid-column: span 7/span 7;
  }
  .grid-cols-sm-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .row-span-sm-7 {
    grid-row: span 7/span 7;
  }
  .grid-rows-sm-7 {
    grid-template-rows: repeat(7, 1fr);
  }
  .col-span-sm-8 {
    grid-column: span 8/span 8;
  }
  .grid-cols-sm-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .row-span-sm-8 {
    grid-row: span 8/span 8;
  }
  .grid-rows-sm-8 {
    grid-template-rows: repeat(8, 1fr);
  }
  .col-span-sm-9 {
    grid-column: span 9/span 9;
  }
  .grid-cols-sm-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .row-span-sm-9 {
    grid-row: span 9/span 9;
  }
  .grid-rows-sm-9 {
    grid-template-rows: repeat(9, 1fr);
  }
  .col-span-sm-10 {
    grid-column: span 10/span 10;
  }
  .grid-cols-sm-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .row-span-sm-10 {
    grid-row: span 10/span 10;
  }
  .grid-rows-sm-10 {
    grid-template-rows: repeat(10, 1fr);
  }
  .col-span-sm-11 {
    grid-column: span 11/span 11;
  }
  .grid-cols-sm-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .row-span-sm-11 {
    grid-row: span 11/span 11;
  }
  .grid-rows-sm-11 {
    grid-template-rows: repeat(11, 1fr);
  }
  .col-span-sm-12 {
    grid-column: span 12/span 12;
  }
  .grid-cols-sm-12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .row-span-sm-12 {
    grid-row: span 12/span 12;
  }
  .grid-rows-sm-12 {
    grid-template-rows: repeat(12, 1fr);
  }
  .col-span-sm-full {
    grid-column: 1/-1;
  }
  .row-span-sm-full {
    grid-row: 1/-1;
  }
}
.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

@media (max-width: 1200px) {
  .order-md-1 {
    order: 1;
  }
}
@media (max-width: 1200px) {
  .order-md-2 {
    order: 2;
  }
}
@media (max-width: 1200px) {
  .order-md-3 {
    order: 3;
  }
}
@media (max-width: 1200px) {
  .order-md-4 {
    order: 4;
  }
}
@media (max-width: 1200px) {
  .order-md-5 {
    order: 5;
  }
}
@media (max-width: 767px) {
  .order-sm-1 {
    order: 1;
  }
}
@media (max-width: 767px) {
  .order-sm-2 {
    order: 2;
  }
}
@media (max-width: 767px) {
  .order-sm-3 {
    order: 3;
  }
}
@media (max-width: 767px) {
  .order-sm-4 {
    order: 4;
  }
}
@media (max-width: 767px) {
  .order-sm-5 {
    order: 5;
  }
}
.static {
  position: static;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.sticky {
  position: sticky;
}

@media (max-width: 1200px) {
  .md-static {
    position: static;
  }
}
@media (max-width: 1200px) {
  .md-relative {
    position: relative;
  }
}
@media (max-width: 1200px) {
  .md-absolute {
    position: absolute;
  }
}
@media (max-width: 1200px) {
  .md-fixed {
    position: fixed;
  }
}
@media (max-width: 1200px) {
  .md-sticky {
    position: sticky;
  }
}
@media (max-width: 767px) {
  .sm-static {
    position: static;
  }
}
@media (max-width: 767px) {
  .sm-relative {
    position: relative;
  }
}
@media (max-width: 767px) {
  .sm-absolute {
    position: absolute;
  }
}
@media (max-width: 767px) {
  .sm-fixed {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .sm-sticky {
    position: sticky;
  }
}
.d-none {
  display: none;
}

.d-inline-block {
  display: inline-block;
}

.d-block {
  display: block;
}

.d-flex {
  display: flex;
}

.d-inline-flex {
  display: inline-flex;
}

.d-grid {
  display: grid;
}

@media (max-width: 1200px) {
  .d-md-none {
    display: none;
  }
}
@media (max-width: 1200px) {
  .d-md-inline-block {
    display: inline-block;
  }
}
@media (max-width: 1200px) {
  .d-md-block {
    display: block;
  }
}
@media (max-width: 1200px) {
  .d-md-flex {
    display: flex;
  }
}
@media (max-width: 1200px) {
  .d-md-inline-flex {
    display: inline-flex;
  }
}
@media (max-width: 1200px) {
  .d-md-grid {
    display: grid;
  }
}
@media (max-width: 767px) {
  .d-sm-none {
    display: none;
  }
}
@media (max-width: 767px) {
  .d-sm-inline-block {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .d-sm-block {
    display: block;
  }
}
@media (max-width: 767px) {
  .d-sm-flex {
    display: flex;
  }
}
@media (max-width: 767px) {
  .d-sm-inline-flex {
    display: inline-flex;
  }
}
@media (max-width: 767px) {
  .d-sm-grid {
    display: grid;
  }
}
.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-column {
  flex-direction: column;
}

.flex-column-reverse {
  flex-direction: column-reverse;
}

@media (max-width: 1200px) {
  .flex-md-row {
    flex-direction: row;
  }
}
@media (max-width: 1200px) {
  .flex-md-row-reverse {
    flex-direction: row-reverse;
  }
}
@media (max-width: 1200px) {
  .flex-md-column {
    flex-direction: column;
  }
}
@media (max-width: 1200px) {
  .flex-md-column-reverse {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .flex-sm-row {
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .flex-sm-row-reverse {
    flex-direction: row-reverse;
  }
}
@media (max-width: 767px) {
  .flex-sm-column {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .flex-sm-column-reverse {
    flex-direction: column-reverse;
  }
}
.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-start {
  text-align: start;
}

.text-end {
  text-align: end;
}

@media (max-width: 1200px) {
  .text-md-left {
    text-align: left;
  }
}
@media (max-width: 1200px) {
  .text-md-right {
    text-align: right;
  }
}
@media (max-width: 1200px) {
  .text-md-center {
    text-align: center;
  }
}
@media (max-width: 1200px) {
  .text-md-justify {
    text-align: justify;
  }
}
@media (max-width: 1200px) {
  .text-md-start {
    text-align: start;
  }
}
@media (max-width: 1200px) {
  .text-md-end {
    text-align: end;
  }
}
@media (max-width: 767px) {
  .text-sm-left {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .text-sm-right {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .text-sm-center {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .text-sm-justify {
    text-align: justify;
  }
}
@media (max-width: 767px) {
  .text-sm-start {
    text-align: start;
  }
}
@media (max-width: 767px) {
  .text-sm-end {
    text-align: end;
  }
}
.justify-flex-start {
  justify-content: flex-start;
}

.justify-flex-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-space-between {
  justify-content: space-between;
}

.justify-space-around {
  justify-content: space-around;
}

.justify-space-evenly {
  justify-content: space-evenly;
}

@media (max-width: 1200px) {
  .justify-md-flex-start {
    justify-content: flex-start;
  }
}
@media (max-width: 1200px) {
  .justify-md-flex-end {
    justify-content: flex-end;
  }
}
@media (max-width: 1200px) {
  .justify-md-center {
    justify-content: center;
  }
}
@media (max-width: 1200px) {
  .justify-md-space-between {
    justify-content: space-between;
  }
}
@media (max-width: 1200px) {
  .justify-md-space-around {
    justify-content: space-around;
  }
}
@media (max-width: 1200px) {
  .justify-md-space-evenly {
    justify-content: space-evenly;
  }
}
@media (max-width: 767px) {
  .justify-sm-flex-start {
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .justify-sm-flex-end {
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .justify-sm-center {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .justify-sm-space-between {
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .justify-sm-space-around {
    justify-content: space-around;
  }
}
@media (max-width: 767px) {
  .justify-sm-space-evenly {
    justify-content: space-evenly;
  }
}
.align-flex-start {
  align-items: flex-start;
}

.align-flex-end {
  align-items: flex-end;
}

.align-center {
  align-items: center;
}

.align-baseline {
  align-items: baseline;
}

.align-stretch {
  align-items: stretch;
}

@media (max-width: 1200px) {
  .align-md-flex-start {
    align-items: flex-start;
  }
}
@media (max-width: 1200px) {
  .align-md-flex-end {
    align-items: flex-end;
  }
}
@media (max-width: 1200px) {
  .align-md-center {
    align-items: center;
  }
}
@media (max-width: 1200px) {
  .align-md-baseline {
    align-items: baseline;
  }
}
@media (max-width: 1200px) {
  .align-md-stretch {
    align-items: stretch;
  }
}
@media (max-width: 767px) {
  .align-sm-flex-start {
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .align-sm-flex-end {
    align-items: flex-end;
  }
}
@media (max-width: 767px) {
  .align-sm-center {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .align-sm-baseline {
    align-items: baseline;
  }
}
@media (max-width: 767px) {
  .align-sm-stretch {
    align-items: stretch;
  }
}
.pt-auto,
.pb-auto,
.px-auto,
.py-auto,
.pr-auto,
.pl-auto,
.mt-auto,
.mb-auto,
.mx-auto,
.my-auto,
.mr-auto,
.ml-auto {
  padding: auto;
  margin: auto;
}

.p-0 {
  padding: 0px;
}

.pt-0 {
  padding-top: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.m-0 {
  margin: 0px;
}

.mt-0 {
  margin-top: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.mr-0 {
  margin-right: 0px;
}

.ml-0 {
  margin-left: 0px;
}

.p-8 {
  padding: 8px;
}

.pt-8 {
  padding-top: 8px;
}

.pb-8 {
  padding-bottom: 8px;
}

.px-8 {
  padding-left: 8px;
  padding-right: 8px;
}

.py-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.pr-8 {
  padding-right: 8px;
}

.pl-8 {
  padding-left: 8px;
}

.m-8 {
  margin: 8px;
}

.mt-8 {
  margin-top: 8px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mx-8 {
  margin-left: 8px;
  margin-right: 8px;
}

.my-8 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.mr-8 {
  margin-right: 8px;
}

.ml-8 {
  margin-left: 8px;
}

.p-12 {
  padding: 12px;
}

.pt-12 {
  padding-top: 12px;
}

.pb-12 {
  padding-bottom: 12px;
}

.px-12 {
  padding-left: 12px;
  padding-right: 12px;
}

.py-12 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.pr-12 {
  padding-right: 12px;
}

.pl-12 {
  padding-left: 12px;
}

.m-12 {
  margin: 12px;
}

.mt-12 {
  margin-top: 12px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mx-12 {
  margin-left: 12px;
  margin-right: 12px;
}

.my-12 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.mr-12 {
  margin-right: 12px;
}

.ml-12 {
  margin-left: 12px;
}

.p-16 {
  padding: 16px;
}

.pt-16 {
  padding-top: 16px;
}

.pb-16 {
  padding-bottom: 16px;
}

.px-16 {
  padding-left: 16px;
  padding-right: 16px;
}

.py-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.pr-16 {
  padding-right: 16px;
}

.pl-16 {
  padding-left: 16px;
}

.m-16 {
  margin: 16px;
}

.mt-16 {
  margin-top: 16px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mx-16 {
  margin-left: 16px;
  margin-right: 16px;
}

.my-16 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.mr-16 {
  margin-right: 16px;
}

.ml-16 {
  margin-left: 16px;
}

.p-24 {
  padding: 24px;
}

.pt-24 {
  padding-top: 24px;
}

.pb-24 {
  padding-bottom: 24px;
}

.px-24 {
  padding-left: 24px;
  padding-right: 24px;
}

.py-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.pr-24 {
  padding-right: 24px;
}

.pl-24 {
  padding-left: 24px;
}

.m-24 {
  margin: 24px;
}

.mt-24 {
  margin-top: 24px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mx-24 {
  margin-left: 24px;
  margin-right: 24px;
}

.my-24 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.mr-24 {
  margin-right: 24px;
}

.ml-24 {
  margin-left: 24px;
}

.p-32 {
  padding: 32px;
}

.pt-32 {
  padding-top: 32px;
}

.pb-32 {
  padding-bottom: 32px;
}

.px-32 {
  padding-left: 32px;
  padding-right: 32px;
}

.py-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.pr-32 {
  padding-right: 32px;
}

.pl-32 {
  padding-left: 32px;
}

.m-32 {
  margin: 32px;
}

.mt-32 {
  margin-top: 32px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mx-32 {
  margin-left: 32px;
  margin-right: 32px;
}

.my-32 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.mr-32 {
  margin-right: 32px;
}

.ml-32 {
  margin-left: 32px;
}

.p-64 {
  padding: 64px;
}

.pt-64 {
  padding-top: 64px;
}

.pb-64 {
  padding-bottom: 64px;
}

.px-64 {
  padding-left: 64px;
  padding-right: 64px;
}

.py-64 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.pr-64 {
  padding-right: 64px;
}

.pl-64 {
  padding-left: 64px;
}

.m-64 {
  margin: 64px;
}

.mt-64 {
  margin-top: 64px;
}

.mb-64 {
  margin-bottom: 64px;
}

.mx-64 {
  margin-left: 64px;
  margin-right: 64px;
}

.my-64 {
  margin-top: 64px;
  margin-bottom: 64px;
}

.mr-64 {
  margin-right: 64px;
}

.ml-64 {
  margin-left: 64px;
}

@media (max-width: 1200px) {
  .pt-md-auto,
  .pb-md-auto,
  .px-md-auto,
  .py-md-auto,
  .pr-md-auto,
  .pl-md-auto,
  .mt-md-auto,
  .mb-md-auto,
  .mx-md-auto,
  .my-md-auto,
  .mr-md-auto,
  .ml-md-auto {
    padding: auto;
    margin: auto;
  }
}
@media (max-width: 1200px) {
  .p-md-0 {
    padding: 0px;
  }
  .pt-md-0 {
    padding-top: 0px;
  }
  .pb-md-0 {
    padding-bottom: 0px;
  }
  .px-md-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .py-md-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .pr-md-0 {
    padding-right: 0px;
  }
  .pl-md-0 {
    padding-left: 0px;
  }
  .m-md-0 {
    margin: 0px;
  }
  .mt-md-0 {
    margin-top: 0px;
  }
  .mb-md-0 {
    margin-bottom: 0px;
  }
  .mx-md-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .my-md-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .mr-md-0 {
    margin-right: 0px;
  }
  .ml-md-0 {
    margin-left: 0px;
  }
}
@media (max-width: 1200px) {
  .p-md-8 {
    padding: 8px;
  }
  .pt-md-8 {
    padding-top: 8px;
  }
  .pb-md-8 {
    padding-bottom: 8px;
  }
  .px-md-8 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .py-md-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .pr-md-8 {
    padding-right: 8px;
  }
  .pl-md-8 {
    padding-left: 8px;
  }
  .m-md-8 {
    margin: 8px;
  }
  .mt-md-8 {
    margin-top: 8px;
  }
  .mb-md-8 {
    margin-bottom: 8px;
  }
  .mx-md-8 {
    margin-left: 8px;
    margin-right: 8px;
  }
  .my-md-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .mr-md-8 {
    margin-right: 8px;
  }
  .ml-md-8 {
    margin-left: 8px;
  }
}
@media (max-width: 1200px) {
  .p-md-12 {
    padding: 12px;
  }
  .pt-md-12 {
    padding-top: 12px;
  }
  .pb-md-12 {
    padding-bottom: 12px;
  }
  .px-md-12 {
    padding-left: 12px;
    padding-right: 12px;
  }
  .py-md-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .pr-md-12 {
    padding-right: 12px;
  }
  .pl-md-12 {
    padding-left: 12px;
  }
  .m-md-12 {
    margin: 12px;
  }
  .mt-md-12 {
    margin-top: 12px;
  }
  .mb-md-12 {
    margin-bottom: 12px;
  }
  .mx-md-12 {
    margin-left: 12px;
    margin-right: 12px;
  }
  .my-md-12 {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .mr-md-12 {
    margin-right: 12px;
  }
  .ml-md-12 {
    margin-left: 12px;
  }
}
@media (max-width: 1200px) {
  .p-md-16 {
    padding: 16px;
  }
  .pt-md-16 {
    padding-top: 16px;
  }
  .pb-md-16 {
    padding-bottom: 16px;
  }
  .px-md-16 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .py-md-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .pr-md-16 {
    padding-right: 16px;
  }
  .pl-md-16 {
    padding-left: 16px;
  }
  .m-md-16 {
    margin: 16px;
  }
  .mt-md-16 {
    margin-top: 16px;
  }
  .mb-md-16 {
    margin-bottom: 16px;
  }
  .mx-md-16 {
    margin-left: 16px;
    margin-right: 16px;
  }
  .my-md-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .mr-md-16 {
    margin-right: 16px;
  }
  .ml-md-16 {
    margin-left: 16px;
  }
}
@media (max-width: 1200px) {
  .p-md-24 {
    padding: 24px;
  }
  .pt-md-24 {
    padding-top: 24px;
  }
  .pb-md-24 {
    padding-bottom: 24px;
  }
  .px-md-24 {
    padding-left: 24px;
    padding-right: 24px;
  }
  .py-md-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .pr-md-24 {
    padding-right: 24px;
  }
  .pl-md-24 {
    padding-left: 24px;
  }
  .m-md-24 {
    margin: 24px;
  }
  .mt-md-24 {
    margin-top: 24px;
  }
  .mb-md-24 {
    margin-bottom: 24px;
  }
  .mx-md-24 {
    margin-left: 24px;
    margin-right: 24px;
  }
  .my-md-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .mr-md-24 {
    margin-right: 24px;
  }
  .ml-md-24 {
    margin-left: 24px;
  }
}
@media (max-width: 1200px) {
  .p-md-32 {
    padding: 32px;
  }
  .pt-md-32 {
    padding-top: 32px;
  }
  .pb-md-32 {
    padding-bottom: 32px;
  }
  .px-md-32 {
    padding-left: 32px;
    padding-right: 32px;
  }
  .py-md-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .pr-md-32 {
    padding-right: 32px;
  }
  .pl-md-32 {
    padding-left: 32px;
  }
  .m-md-32 {
    margin: 32px;
  }
  .mt-md-32 {
    margin-top: 32px;
  }
  .mb-md-32 {
    margin-bottom: 32px;
  }
  .mx-md-32 {
    margin-left: 32px;
    margin-right: 32px;
  }
  .my-md-32 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .mr-md-32 {
    margin-right: 32px;
  }
  .ml-md-32 {
    margin-left: 32px;
  }
}
@media (max-width: 1200px) {
  .p-md-64 {
    padding: 64px;
  }
  .pt-md-64 {
    padding-top: 64px;
  }
  .pb-md-64 {
    padding-bottom: 64px;
  }
  .px-md-64 {
    padding-left: 64px;
    padding-right: 64px;
  }
  .py-md-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .pr-md-64 {
    padding-right: 64px;
  }
  .pl-md-64 {
    padding-left: 64px;
  }
  .m-md-64 {
    margin: 64px;
  }
  .mt-md-64 {
    margin-top: 64px;
  }
  .mb-md-64 {
    margin-bottom: 64px;
  }
  .mx-md-64 {
    margin-left: 64px;
    margin-right: 64px;
  }
  .my-md-64 {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .mr-md-64 {
    margin-right: 64px;
  }
  .ml-md-64 {
    margin-left: 64px;
  }
}
@media (max-width: 767px) {
  .pt-sm-auto,
  .pb-sm-auto,
  .px-sm-auto,
  .py-sm-auto,
  .pr-sm-auto,
  .pl-sm-auto,
  .mt-sm-auto,
  .mb-sm-auto,
  .mx-sm-auto,
  .my-sm-auto,
  .mr-sm-auto,
  .ml-sm-auto {
    padding: auto;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .p-sm-0 {
    padding: 0px;
  }
  .pt-sm-0 {
    padding-top: 0px;
  }
  .pb-sm-0 {
    padding-bottom: 0px;
  }
  .px-sm-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .py-sm-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .pr-sm-0 {
    padding-right: 0px;
  }
  .pl-sm-0 {
    padding-left: 0px;
  }
  .m-sm-0 {
    margin: 0px;
  }
  .mt-sm-0 {
    margin-top: 0px;
  }
  .mb-sm-0 {
    margin-bottom: 0px;
  }
  .mx-sm-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .my-sm-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .mr-sm-0 {
    margin-right: 0px;
  }
  .ml-sm-0 {
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .p-sm-8 {
    padding: 8px;
  }
  .pt-sm-8 {
    padding-top: 8px;
  }
  .pb-sm-8 {
    padding-bottom: 8px;
  }
  .px-sm-8 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .py-sm-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .pr-sm-8 {
    padding-right: 8px;
  }
  .pl-sm-8 {
    padding-left: 8px;
  }
  .m-sm-8 {
    margin: 8px;
  }
  .mt-sm-8 {
    margin-top: 8px;
  }
  .mb-sm-8 {
    margin-bottom: 8px;
  }
  .mx-sm-8 {
    margin-left: 8px;
    margin-right: 8px;
  }
  .my-sm-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .mr-sm-8 {
    margin-right: 8px;
  }
  .ml-sm-8 {
    margin-left: 8px;
  }
}
@media (max-width: 767px) {
  .p-sm-12 {
    padding: 12px;
  }
  .pt-sm-12 {
    padding-top: 12px;
  }
  .pb-sm-12 {
    padding-bottom: 12px;
  }
  .px-sm-12 {
    padding-left: 12px;
    padding-right: 12px;
  }
  .py-sm-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .pr-sm-12 {
    padding-right: 12px;
  }
  .pl-sm-12 {
    padding-left: 12px;
  }
  .m-sm-12 {
    margin: 12px;
  }
  .mt-sm-12 {
    margin-top: 12px;
  }
  .mb-sm-12 {
    margin-bottom: 12px;
  }
  .mx-sm-12 {
    margin-left: 12px;
    margin-right: 12px;
  }
  .my-sm-12 {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .mr-sm-12 {
    margin-right: 12px;
  }
  .ml-sm-12 {
    margin-left: 12px;
  }
}
@media (max-width: 767px) {
  .p-sm-16 {
    padding: 16px;
  }
  .pt-sm-16 {
    padding-top: 16px;
  }
  .pb-sm-16 {
    padding-bottom: 16px;
  }
  .px-sm-16 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .py-sm-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .pr-sm-16 {
    padding-right: 16px;
  }
  .pl-sm-16 {
    padding-left: 16px;
  }
  .m-sm-16 {
    margin: 16px;
  }
  .mt-sm-16 {
    margin-top: 16px;
  }
  .mb-sm-16 {
    margin-bottom: 16px;
  }
  .mx-sm-16 {
    margin-left: 16px;
    margin-right: 16px;
  }
  .my-sm-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .mr-sm-16 {
    margin-right: 16px;
  }
  .ml-sm-16 {
    margin-left: 16px;
  }
}
@media (max-width: 767px) {
  .p-sm-24 {
    padding: 24px;
  }
  .pt-sm-24 {
    padding-top: 24px;
  }
  .pb-sm-24 {
    padding-bottom: 24px;
  }
  .px-sm-24 {
    padding-left: 24px;
    padding-right: 24px;
  }
  .py-sm-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .pr-sm-24 {
    padding-right: 24px;
  }
  .pl-sm-24 {
    padding-left: 24px;
  }
  .m-sm-24 {
    margin: 24px;
  }
  .mt-sm-24 {
    margin-top: 24px;
  }
  .mb-sm-24 {
    margin-bottom: 24px;
  }
  .mx-sm-24 {
    margin-left: 24px;
    margin-right: 24px;
  }
  .my-sm-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .mr-sm-24 {
    margin-right: 24px;
  }
  .ml-sm-24 {
    margin-left: 24px;
  }
}
@media (max-width: 767px) {
  .p-sm-32 {
    padding: 32px;
  }
  .pt-sm-32 {
    padding-top: 32px;
  }
  .pb-sm-32 {
    padding-bottom: 32px;
  }
  .px-sm-32 {
    padding-left: 32px;
    padding-right: 32px;
  }
  .py-sm-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .pr-sm-32 {
    padding-right: 32px;
  }
  .pl-sm-32 {
    padding-left: 32px;
  }
  .m-sm-32 {
    margin: 32px;
  }
  .mt-sm-32 {
    margin-top: 32px;
  }
  .mb-sm-32 {
    margin-bottom: 32px;
  }
  .mx-sm-32 {
    margin-left: 32px;
    margin-right: 32px;
  }
  .my-sm-32 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .mr-sm-32 {
    margin-right: 32px;
  }
  .ml-sm-32 {
    margin-left: 32px;
  }
}
@media (max-width: 767px) {
  .p-sm-64 {
    padding: 64px;
  }
  .pt-sm-64 {
    padding-top: 64px;
  }
  .pb-sm-64 {
    padding-bottom: 64px;
  }
  .px-sm-64 {
    padding-left: 64px;
    padding-right: 64px;
  }
  .py-sm-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .pr-sm-64 {
    padding-right: 64px;
  }
  .pl-sm-64 {
    padding-left: 64px;
  }
  .m-sm-64 {
    margin: 64px;
  }
  .mt-sm-64 {
    margin-top: 64px;
  }
  .mb-sm-64 {
    margin-bottom: 64px;
  }
  .mx-sm-64 {
    margin-left: 64px;
    margin-right: 64px;
  }
  .my-sm-64 {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .mr-sm-64 {
    margin-right: 64px;
  }
  .ml-sm-64 {
    margin-left: 64px;
  }
}
.g-0 {
  gap: 0px;
}

.gx-0 {
  column-gap: 0px;
}

.gy-0 {
  row-gap: 0px;
}

.g-8 {
  gap: 8px;
}

.gx-8 {
  column-gap: 8px;
}

.gy-8 {
  row-gap: 8px;
}

.g-12 {
  gap: 12px;
}

.gx-12 {
  column-gap: 12px;
}

.gy-12 {
  row-gap: 12px;
}

.g-16 {
  gap: 16px;
}

.gx-16 {
  column-gap: 16px;
}

.gy-16 {
  row-gap: 16px;
}

.g-24 {
  gap: 24px;
}

.gx-24 {
  column-gap: 24px;
}

.gy-24 {
  row-gap: 24px;
}

@media (max-width: 1200px) {
  .g-md-0 {
    gap: 0px;
  }
  .gx-md-0 {
    column-gap: 0px;
  }
  .gy-md-0 {
    row-gap: 0px;
  }
}
@media (max-width: 1200px) {
  .g-md-8 {
    gap: 8px;
  }
  .gx-md-8 {
    column-gap: 8px;
  }
  .gy-md-8 {
    row-gap: 8px;
  }
}
@media (max-width: 1200px) {
  .g-md-12 {
    gap: 12px;
  }
  .gx-md-12 {
    column-gap: 12px;
  }
  .gy-md-12 {
    row-gap: 12px;
  }
}
@media (max-width: 1200px) {
  .g-md-16 {
    gap: 16px;
  }
  .gx-md-16 {
    column-gap: 16px;
  }
  .gy-md-16 {
    row-gap: 16px;
  }
}
@media (max-width: 1200px) {
  .g-md-24 {
    gap: 24px;
  }
  .gx-md-24 {
    column-gap: 24px;
  }
  .gy-md-24 {
    row-gap: 24px;
  }
}
@media (max-width: 767px) {
  .g-sm-0 {
    gap: 0px;
  }
  .gx-sm-0 {
    column-gap: 0px;
  }
  .gy-sm-0 {
    row-gap: 0px;
  }
}
@media (max-width: 767px) {
  .g-sm-8 {
    gap: 8px;
  }
  .gx-sm-8 {
    column-gap: 8px;
  }
  .gy-sm-8 {
    row-gap: 8px;
  }
}
@media (max-width: 767px) {
  .g-sm-12 {
    gap: 12px;
  }
  .gx-sm-12 {
    column-gap: 12px;
  }
  .gy-sm-12 {
    row-gap: 12px;
  }
}
@media (max-width: 767px) {
  .g-sm-16 {
    gap: 16px;
  }
  .gx-sm-16 {
    column-gap: 16px;
  }
  .gy-sm-16 {
    row-gap: 16px;
  }
}
@media (max-width: 767px) {
  .g-sm-24 {
    gap: 24px;
  }
  .gx-sm-24 {
    column-gap: 24px;
  }
  .gy-sm-24 {
    row-gap: 24px;
  }
}
/* _reset.scss */
/* Box sizing reset */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%; /* 62.5% of 16px = 10px */
}

/* Remove default margins */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

main {
  overflow: hidden;
}

/* Remove list styles */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set default body styles */
body {
  line-height: 1.5;
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
  font-smooth: always;
}

/* Remove text-decoration and color inheritance */
a {
  text-decoration: none;
  color: inherit;
}

/* Remove images' default spacing */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Prevent form controls from inheriting font styles */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove animations for users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* _typography.scss */
@font-face {
  font-family: "shurjo";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local("Shurjo Regular"), url("https://assets.prothomalo.com/prothomalo/assets/ShurjoWeb_400_v2-f516035cb806da4a249e.woff") format("woff2"), url("./nimdaxipalo/assets/fonts/ShurjoWeb_400.ttf") format("truetype");
}
@font-face {
  font-family: "shurjo";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: local("Shurjo Bold"), url("https://assets.prothomalo.com/prothomalo/assets/ShurjoWeb_700_v2-72cba63e779d86520525.woff") format("woff2"), url("./nimdaxipalo/assets/fonts/ShurjoWeb_700.ttf") format("truetype");
}
/* Variables for typography */
/* Base typography styles */
body {
  font-family: shurjo;
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: shurjo;
  color: #333;
  margin-bottom: 0.5em;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

/* Paragraphs */
p {
  margin-bottom: 1em;
}

/* Links */
a {
  color: #333;
  transition: color 0.3s;
}
a:hover, a:focus {
  color: rgb(12.75, 12.75, 12.75);
}

.header {
  background-color: var(--color-50);
  position: relative;
}
@media (max-width: 767px) {
  .header {
    background-color: var(--color-50);
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
}
.header__logo {
  width: 196px;
}
@media (max-width: ) {
  .header__logo {
    width: 196px;
  }
}
@media (max-width: 1200px) {
  .header__logo {
    width: 167.2px;
  }
}
@media (max-width: 767px) {
  .header__logo {
    width: 111.5px;
    margin: 0;
  }
}
.header__wrapper {
  transition: all 0.5s ease-in-out;
  background-color: var(--color-50);
}
.header__navbar {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  transition: all 0.1s ease-in-out;
  list-style: none;
}
@media (max-width: 767px) {
  .header__navbar {
    position: absolute;
    inset: 0;
    top: 64px;
    background-color: var(--color-50);
    width: 100%;
    text-align: left;
    border: none;
    height: 100vh;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    padding: 16px;
    z-index: 9999;
  }
}
.header__navbar--items {
  margin-right: 24px;
  min-height: 32px;
  list-style: none;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--color-500) var(--color-50);
}
.header__navbar--items::-webkit-scrollbar {
  height: 2px;
}
.header__navbar--items::-webkit-scrollbar-thumb {
  background: var(--color-500);
  border-radius: 10px;
}
.header__navbar--items::-webkit-scrollbar-track {
  display: none;
}
@media (max-width: 767px) {
  .header__navbar--items {
    width: 100%;
    margin-right: 0;
  }
}
.header__navbar--items li {
  flex-shrink: 0;
  margin-right: 24px;
}
.header__navbar--items li:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .header__navbar--items li {
    width: 100%;
    margin-right: 0;
    padding-bottom: 10px;
  }
  .header__navbar--items li:last-child {
    margin-right: 0;
  }
}
.header__navbar--link {
  position: relative;
  flex-shrink: 0;
  font-size: 1.6rem;
  color: rgba(0, 0, 0, 0.87);
  font-weight: bold;
  text-decoration: none;
  transition: color 0.3s ease, all 0.3s ease-in-out;
}
.header__navbar--link--active {
  position: relative;
  color: var(--color-900) !important;
}
.header__navbar--link--active::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  border-bottom: 2px solid var(--color-900);
}
.header__navbar--link:hover::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  border-bottom: 2px solid var(--color-hover);
}
.header__navbar--link:hover {
  color: var(--color-hover);
}
@media (max-width: 767px) {
  .header__navbar--link {
    text-align: left;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    padding-bottom: 10px;
  }
  .header__navbar--link--active::before {
    display: none;
  }
  .header__navbar--link:hover::before {
    display: none;
  }
}
.header__btn {
  margin-right: 8px;
  background-color: rgba(0, 0, 0, 0.87);
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: bold;
  display: inline-block;
  padding: 3px 16px;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.header__btn:hover {
  background-color: var(--color-hover);
  color: #ffffff;
}
.header__btn:focus {
  background-color: var(--color-hover);
  color: #ffffff;
}
.header__btn:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .header__btn {
    margin-right: 8px;
  }
}
.header__hamburger {
  border-radius: 4px;
  border: solid 1px rgba(0, 0, 0, 0.12);
  width: 32px;
  height: 32px;
}
@media (max-width: 767px) {
  .header__hamburger {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.header__style-1 {
  transition: all 0.5s ease;
}

.header__style-1.sticky {
  position: sticky;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  z-index: 9999;
}

.header__style-2 .header__logo {
  padding: 16px 0;
}
.header__style-2 .header__logo img {
  width: auto;
  height: 48px;
}
.header__style-2 .header__navbar {
  border: none;
}

.header__style-2.sticky {
  position: sticky;
  top: 0;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  z-index: 9999;
}

.header__style-2 .header__wrapper .header__logo {
  margin-right: 24px;
}

.hero-section {
  background-color: var(--color-50);
  position: relative;
}
.hero-section__left-text .d-grid > *:not(:last-child) {
  margin-right: 44px;
}
.hero-section__right-text .d-grid > *:not(:last-child) {
  margin-left: 44px;
}
@media (max-width: 767px) {
  .hero-section__left-text .d-grid > *:not(:last-child) {
    margin-right: 0px;
    margin-top: 16px;
  }
  .hero-section__right-text .d-grid > *:not(:last-child) {
    margin-left: 0px;
    margin-top: 16px;
  }
}
.hero-section__right-text .hero-section__text-content-wrapper {
  order: 2;
}
.hero-section__right-text .hero-section__media-content {
  order: 1;
}
.hero-section__text-content {
  max-width: 500px;
}
.hero-section__right-text .hero-section__title {
  text-align: right;
}
@media (max-width: 767px) {
  .hero-section__right-text .hero-section__title {
    text-align: center;
  }
}
.hero-section__title {
  color: rgba(0, 0, 0, 0.87);
  font-family: shurjo;
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: left;
}
@media (max-width: 1200px) {
  .hero-section__title {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .hero-section__title {
    text-align: center;
    font-size: 2rem;
  }
}
.hero-section__right-text .hero-section__description {
  text-align: right;
}
@media (max-width: 767px) {
  .hero-section__right-text .hero-section__description {
    text-align: center;
  }
}
.hero-section__description {
  font-family: shurjo;
  font-size: 2rem;
  line-height: 1.4;
  text-align: left;
  color: rgba(0, 0, 0, 0.68);
}
@media (max-width: 1200px) {
  .hero-section__description {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .hero-section__description {
    font-size: 1.6rem;
    text-align: center;
  }
}
.hero-section__media-content {
  position: relative;
  width: 100%;
}
.hero-section__media-content .hero-section__slide {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
@supports not (aspect-ratio: 16/9) {
  .hero-section__media-content .hero-section__slide {
    padding-top: 50.5%;
  }
}
.hero-section__media-content .hero-section__slide iframe.hero-section__video,
.hero-section__media-content .hero-section__slide img.hero-section__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-section__media-content .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.hero-section__media-content .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -24px;
  max-width: 48px;
  width: 100%;
}
.hero-section__media-content .owl-carousel .owl-nav button:hover svg path:nth-child(2) {
  fill: #0573e6;
}
.hero-section__media-content .owl-carousel .owl-next.disabled:hover svg path:nth-child(2),
.hero-section__media-content .owl-carousel .owl-prev.disabled:hover svg path:nth-child(2) {
  fill: rgba(0, 0, 0, 0.87);
  cursor: not-allowed;
}
.hero-section__media-content .owl-carousel .owl-next.disabled,
.hero-section__media-content .owl-carousel .owl-prev.disabled {
  cursor: not-allowed;
}
.hero-section__media-content .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -24px;
  max-width: 48px;
  width: 100%;
}
@media (max-width: 1200px) {
  .hero-section__media-content .owl-carousel .owl-nav button.owl-prev {
    left: -20px;
    max-width: 40px;
    width: 100%;
  }
  .hero-section__media-content .owl-carousel .owl-nav button.owl-next {
    right: -20px;
    max-width: 40px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .hero-section__media-content .owl-carousel .owl-nav button.owl-prev {
    left: -14px;
    max-width: 28px;
    width: 100%;
  }
  .hero-section__media-content .owl-carousel .owl-nav button.owl-next {
    right: -14px;
    max-width: 28px;
    width: 100%;
  }
}
.hero-section__media-content .owl-dots {
  display: none;
}

.popup-video-card .video_play img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75px;
  height: 75px;
  cursor: pointer;
}

@media (max-width: 1200px) {
  .popup-video-card .video_play img {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .popup-video-card .video_play img {
    width: 36px;
    height: 36px;
  }
}
.video-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.video-modal .video-modal-content {
  position: relative;
  width: 90%;
  max-width: 800px;
  max-height: 90%;
}
.video-modal .video-modal-content .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-modal .video-modal-content .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-modal .video-modal-content .close-btn {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}

.footer {
  background-color: var(--color-50);
}
.footer__top {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.theme-red .footer__top, .theme-amber .footer__top, .theme-blue .footer__top, .theme-purple .footer__top, .theme-green .footer__top, .theme-gray .footer__top {
  border-top: none;
}
.footer__logo {
  max-width: 214.7px;
  width: 100%;
  display: inline-block;
}
.footer__logo img {
  width: 100%;
}
@media (max-width: 767px) {
  .footer__logo {
    max-width: 178.9px;
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
    margin-bottom: 24px;
  }
}
.footer__list {
  margin-right: -16px;
  margin-bottom: -22px;
}
@media (max-width: 767px) {
  .footer__list {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
.footer__link {
  margin-right: 16px;
  margin-bottom: 22px;
  list-style: none;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1;
  color: rgba(0, 0, 0, 0.87);
}
.footer__link:nth-child(4n) {
  margin-right: 0;
}
.footer__link:hover {
  color: var(--color-hover);
}
@media (max-width: 767px) {
  .footer__link {
    margin-right: 16px;
    margin-bottom: 16px;
    font-size: 1.4rem;
    position: relative;
  }
  .footer__link::after {
    content: "";
    position: absolute;
    top: 2px;
    right: -8px;
    width: 1px;
    height: 10px;
    background-color: rgba(0, 0, 0, 0.12);
  }
  .footer__link:last-child::after {
    display: none;
  }
  .footer__link:nth-child(4n) {
    margin-right: 16px;
  }
}
.footer__copyright {
  display: flex;
  font-size: 1.4rem;
  line-height: 1;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 0;
}
.footer__copyright br {
  display: none;
}
@media (max-width: 767px) {
  .footer__copyright {
    display: block;
    line-height: 1.5;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .footer__copyright br {
    display: block;
  }
}
.footer__copyright span {
  display: inline-block;
  width: 1px;
  height: 13px;
  background-color: rgba(0, 0, 0, 0.12);
  margin: 0 8px;
}
@media (max-width: 767px) {
  .footer__copyright span {
    display: none;
  }
}
.footer__social {
  display: flex;
  justify-content: end;
  align-items: center;
}
@media (max-width: 767px) {
  .footer__social {
    justify-content: center;
  }
}
.footer__icon {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 16px;
  transform: scale(1);
  transition: transform 0.3s ease;
}
.footer__icon:last-child {
  margin-right: 0;
}
.footer__icon:hover {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .footer__icon {
    width: 32px;
    height: 32px;
  }
}
.footer__icon img {
  width: 100%;
}
.footer__style-2 .footer__copyright {
  font-size: 1.6rem;
  line-height: 1;
  color: rgba(0, 0, 0, 0.68);
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .footer__style-2 .footer__copyright {
    display: block;
    text-align: center;
    border-bottom: none;
  }
}
.footer__style-3 .footer__top {
  border: none;
}
.footer__style-3 .footer__copyright {
  justify-content: end;
  font-size: 1.6rem;
  line-height: 1;
  color: rgba(0, 0, 0, 0.68);
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .footer__style-3 .footer__copyright {
    display: block;
    text-align: center;
    border-bottom: none;
  }
}

.banner-section2 {
  background-color: var(--color-50);
  position: relative;
}
.banner-section2__text-content {
  max-width: 940px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1200px) {
  .banner-section2__text-content {
    max-width: 700px;
  }
}
@media (max-width: 767px) {
  .banner-section2__full-width .banner-section2__text-content {
    padding: 0 16px;
  }
}
.banner-section2__title {
  color: var(--color-900);
  font-family: shurjo;
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 1200px) {
  .banner-section2__title {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .banner-section2__title {
    text-align: center;
    font-size: 2rem;
  }
  .banner-section2__title br {
    display: none;
  }
}
.banner-section2__description {
  font-family: shurjo;
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
  color: rgba(0, 0, 0, 0.68);
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .banner-section2__description {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .banner-section2__description {
    font-size: 1.6rem;
    text-align: center;
  }
}
.banner-section2__media-content {
  position: relative;
  width: 100%;
}
.banner-section2__media-content .banner-section2__full-banner {
  position: relative;
  width: 100%;
  aspect-ratio: 2/1;
}
@supports not (aspect-ratio: 2/1) {
  .banner-section2__media-content .banner-section2__full-banner {
    padding-top: 50%;
  }
}
.banner-section2__media-content .banner-section2__full-banner img.banner-section2__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-section2__media-content .banner-section2__slide {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
@supports not (aspect-ratio: 16/9) {
  .banner-section2__media-content .banner-section2__slide {
    padding-top: 50.5%;
  }
}
.banner-section2__media-content .banner-section2__slide iframe.banner-section2__video,
.banner-section2__media-content .banner-section2__slide img.banner-section2__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-section2__media-content .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.banner-section2__media-content .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -24px;
  max-width: 48px;
  width: 100%;
}
.banner-section2__media-content .owl-carousel .owl-nav button:hover svg path:nth-child(2) {
  fill: #0573e6;
}
.banner-section2__media-content .owl-carousel .owl-next.disabled:hover svg path:nth-child(2),
.banner-section2__media-content .owl-carousel .owl-prev.disabled:hover svg path:nth-child(2) {
  fill: rgba(0, 0, 0, 0.87);
  cursor: not-allowed;
}
.banner-section2__media-content .owl-carousel .owl-next.disabled,
.banner-section2__media-content .owl-carousel .owl-prev.disabled {
  cursor: not-allowed;
}
.banner-section2__media-content .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -24px;
  max-width: 48px;
  width: 100%;
}
@media (max-width: 1200px) {
  .banner-section2__media-content .owl-carousel .owl-nav button.owl-prev {
    left: -20px;
    max-width: 40px;
    width: 100%;
  }
  .banner-section2__media-content .owl-carousel .owl-nav button.owl-next {
    right: -20px;
    max-width: 40px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .banner-section2__media-content .owl-carousel .owl-nav button.owl-prev {
    left: -14px;
    max-width: 28px;
    width: 100%;
  }
  .banner-section2__media-content .owl-carousel .owl-nav button.owl-next {
    right: -14px;
    max-width: 28px;
    width: 100%;
  }
}
.banner-section2__media-content .owl-dots {
  display: none;
}

.popup-video-card .video_play img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75px;
  height: 75px;
  cursor: pointer;
}

@media (max-width: 1200px) {
  .popup-video-card .video_play img {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .popup-video-card .video_play img {
    width: 36px;
    height: 36px;
  }
}
.video-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.video-modal .video-modal-content {
  position: relative;
  width: 90%;
  max-width: 800px;
  max-height: 90%;
}
.video-modal .video-modal-content .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-modal .video-modal-content .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-modal .video-modal-content .close-btn {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}

.banner-section3 {
  background-color: var(--color-50);
  position: relative;
}
.banner-section3__text-content {
  max-width: 726px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1200px) {
  .banner-section3__text-content {
    max-width: 660px;
  }
}
@media (max-width: 767px) {
  .banner-section3__text-content {
    padding: 0 16px;
    padding-bottom: 8px;
  }
}
.banner-section3__left-text .banner-section3__text-content {
  margin: 0;
  text-align: left;
  margin-left: 64px;
}
@media (max-width: 1200px) {
  .banner-section3__left-text .banner-section3__text-content {
    margin-left: 48px;
  }
}
@media (max-width: 767px) {
  .banner-section3__left-text .banner-section3__text-content {
    margin-left: 0;
    text-align: center;
  }
}
.banner-section3__title {
  color: var(--color-900);
  font-family: shurjo;
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1.3;
}
@media (max-width: 1200px) {
  .banner-section3__title {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .banner-section3__title {
    text-align: center;
    font-size: 2rem;
  }
  .banner-section3__title br {
    display: none;
  }
}
.banner-section3__description {
  font-family: shurjo;
  font-size: 2rem;
  line-height: 1.4;
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .banner-section3__description {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .banner-section3__description {
    font-size: 1.6rem;
    text-align: center;
  }
}
.banner-section3__media-content {
  position: relative;
  width: 100%;
}
.banner-section3__media-content .banner-section3__slide {
  position: relative;
  width: 100%;
  aspect-ratio: 2/1;
}
@supports not (aspect-ratio: 2/1) {
  .banner-section3__media-content .banner-section3__slide {
    padding-top: 50%;
  }
}
@media (max-width: 767px) {
  .banner-section3__media-content .banner-section3__slide {
    aspect-ratio: 1/1;
  }
  @supports not (aspect-ratio: 1/1) {
    .banner-section3__media-content .banner-section3__slide {
      padding-top: 100%;
    }
  }
}
.banner-section3__media-content .banner-section3__slide iframe.banner-section3__video,
.banner-section3__media-content .banner-section3__slide img.banner-section3__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-section3__media-content .banner-section3__text-content-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 51%, #000 100%);
  background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0.6) 51%, #000 0%);
  z-index: 2;
  display: flex;
  align-items: end;
  padding-bottom: 32px;
}
@media (max-width: 767px) {
  .banner-section3__media-content .banner-section3__text-content-wrapper {
    padding-bottom: 0;
  }
}
.banner-section3__media-content .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.banner-section3__media-content .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -24px;
  max-width: 48px;
  width: 100%;
}
.banner-section3__media-content .owl-carousel .owl-nav button:hover svg path:nth-child(2) {
  fill: #0573e6;
}
.banner-section3__media-content .owl-carousel .owl-next.disabled:hover svg path:nth-child(2),
.banner-section3__media-content .owl-carousel .owl-prev.disabled:hover svg path:nth-child(2) {
  fill: rgba(0, 0, 0, 0.87);
  cursor: not-allowed;
}
.banner-section3__media-content .owl-carousel .owl-next.disabled,
.banner-section3__media-content .owl-carousel .owl-prev.disabled {
  cursor: not-allowed;
}
.banner-section3__media-content .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -24px;
  max-width: 48px;
  width: 100%;
}
@media (max-width: 1200px) {
  .banner-section3__media-content .owl-carousel .owl-nav button.owl-prev {
    left: -20px;
    max-width: 40px;
    width: 100%;
  }
  .banner-section3__media-content .owl-carousel .owl-nav button.owl-next {
    right: -20px;
    max-width: 40px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .banner-section3__media-content .owl-carousel .owl-nav button.owl-prev {
    left: -14px;
    max-width: 28px;
    width: 100%;
  }
  .banner-section3__media-content .owl-carousel .owl-nav button.owl-next {
    right: -14px;
    max-width: 28px;
    width: 100%;
  }
}
.banner-section3__media-content .owl-dots {
  display: none;
}

.popup-video-card .video_play img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75px;
  height: 75px;
  cursor: pointer;
}

@media (max-width: 1200px) {
  .popup-video-card .video_play img {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .popup-video-card .video_play img {
    width: 36px;
    height: 36px;
  }
}
.video-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.video-modal .video-modal-content {
  position: relative;
  width: 90%;
  max-width: 800px;
  max-height: 90%;
}
.video-modal .video-modal-content .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-modal .video-modal-content .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-modal .video-modal-content .close-btn {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}

.rules {
  background-color: var(--color-50);
}
.rules__title {
  font-size: 4rem;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.87);
  border-bottom: 4px solid rgba(0, 0, 0, 0.87);
  width: max-content;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .rules__title {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .rules__title {
    font-size: 2.4rem;
  }
}
.rules__title-link {
  font-size: 4rem;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.87);
  border-bottom: 4px solid rgba(0, 0, 0, 0.87);
  width: max-content;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
  display: block;
}
.rules__title-link:hover {
  color: var(--color-hover);
  border-bottom: 4px solid var(--color-hover);
}
@media (max-width: 1200px) {
  .rules__title-link {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .rules__title-link {
    font-size: 2.4rem;
  }
}
.rules__wrapper {
  position: relative;
  padding: 32px 0;
  max-width: 800px;
  margin: 0 auto;
}
.rules__wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 132px;
  background-image: linear-gradient(to bottom, rgba(255, 243, 224, 0) -50%, var(--color-50) 80%);
  transition: height 0.5s ease;
}
.rules__wrapper.hide-after::after {
  height: 0;
}
.rules__wrapper.expanded::after {
  height: 0; /* Collapse gradient effect when expanded */
}
.rules__wrapper.full-width {
  max-width: 100%;
}
.rules__list {
  margin: 0;
  padding: 0;
  list-style: none;
  transition: opacity 0.3s, height 0.3s;
}
.rules__item {
  font-size: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.68);
  margin-bottom: 8px;
}
.rules__item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .rules__item {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .rules__item {
    font-size: 1.6rem;
  }
}
.rules__button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 8px 16px;
  font-size: 2rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.87);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.rules__button:hover {
  color: var(--color-hover);
  border: 1px solid var(--color-hover);
}
.rules__button:hover .rules__icon svg {
  fill: var(--color-hover);
}
.rules__icon {
  margin-left: 8px;
}
.rules__icon svg {
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  fill: rgba(0, 0, 0, 0.68);
}

.rules__wrapper.expanded::after {
  height: 0; /* Collapse height when expanded */
}

.competition-section {
  background-color: var(--color-50);
}
.competition-section .competition__wrapper div:first-child {
  margin-right: 22px;
}
@media (max-width: 1200px) {
  .competition-section .competition__wrapper {
    font-size: 1.8rem;
  }
}
@media (max-width: 1200px) {
  .competition-section .competition__wrapper div:first-child {
    margin-right: 16px;
  }
  .competition-section .competition__wrapper div:last-child {
    margin-left: 16px;
  }
}
@media (max-width: 767px) {
  .competition-section .competition__wrapper div:first-child {
    margin-right: 0;
    margin-top: 12px;
  }
  .competition-section .competition__wrapper div:last-child {
    margin-left: 0;
    margin-bottom: 12px;
  }
}
.competition-section .competition__text div:first-child {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .competition-section .competition__text div:first-child {
    margin-bottom: 24px;
  }
}
.competition-section .competition__text h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.87);
  position: relative;
  margin-bottom: 32px;
}
.competition-section .competition__text h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -14px;
  width: 64px;
  height: 4px;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.87);
}
@media (max-width: 1200px) {
  .competition-section .competition__text h2 {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .competition-section .competition__text h2 {
    font-size: 2.4rem;
    margin-bottom: 24px;
  }
  .competition-section .competition__text h2::after {
    bottom: -8px;
    height: 2px;
  }
}
.competition-section .competition__text p {
  margin: 0;
  font-size: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.68);
}
@media (max-width: 1200px) {
  .competition-section .competition__text p {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .competition-section .competition__text p {
    font-size: 1.6rem;
  }
}
.competition-section .competition__text ul {
  margin-left: 24px;
}
.competition-section .competition__text ul li {
  font-size: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.68);
}
.competition-section .competition__text ul li::marker {
  color: rgba(0, 0, 0, 0.42);
  font-size: 1.5em;
}
@media (max-width: 1200px) {
  .competition-section .competition__text ul li {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .competition-section .competition__text ul li {
    font-size: 1.6rem;
  }
}
.competition-section .competition__text a {
  margin-top: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px 16px 8px 32px;
  border-radius: 100px;
  background-color: #0573e6;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 2;
  color: #ffffff;
}
@media (max-width: 1200px) {
  .competition-section .competition__text a {
    font-size: 1.8rem;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .competition-section .competition__text a {
    margin-top: 24px;
    font-size: 1.6rem;
    padding: 8px 8px 8px 16px;
    line-height: 1;
  }
}
.competition-section .competition__text a i {
  margin-left: 20px;
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .competition-section .competition__text a i {
    margin-left: 16px;
    width: 20px;
    height: 20px;
  }
}
.competition-section .competition__text a svg {
  width: 100%;
  height: 100%;
}
.competition-section .competition__image div {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1; /* Modern browsers will use this for 1:1 ratio */
  overflow: hidden;
}
.competition-section .competition__image div::before {
  content: "";
  display: block;
  padding-top: 100%; /* Creates a 1:1 aspect ratio fallback */
}
.competition-section .competition__image div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the image covers the container while maintaining aspect ratio */
}

.communication-section {
  background-color: var(--color-50);
}
.communication-section h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  color: rgba(0, 0, 0, 0.87);
  width: max-content;
  margin: 0 auto;
  padding-bottom: 8px;
  border-bottom: 4px solid rgba(0, 0, 0, 0.87);
}
@media (max-width: 767px) {
  .communication-section h2 {
    font-size: 2.4rem;
    line-height: 1;
  }
}
.communication-section .inner-wrapper {
  margin: 0 auto;
  margin-top: 32px;
  max-width: 600px;
}
@media (max-width: 767px) {
  .communication-section .inner-wrapper {
    margin-top: 24px;
    width: 100%;
  }
}
.communication-section h6 {
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 0;
  font-weight: normal;
}
@media (max-width: 767px) {
  .communication-section h6 {
    font-size: 1.6rem;
  }
}
.communication-section address {
  font-style: normal;
  word-wrap: break-word;
}
.communication-section p {
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .communication-section p {
    font-size: 1.6rem;
  }
}
.communication-section p.time {
  font-weight: bold;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.87);
  margin-top: 16px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .communication-section p.time {
    font-size: 1.6rem;
  }
}
.communication-section a.link {
  transition: all 0.3s ease-in-out;
}
.communication-section a.link:hover {
  color: var(--color-hover);
}
.communication-section a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 16px 32px;
  border-radius: 100px;
  background-color: #636363;
  width: max-content;
  margin: 0 auto;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.communication-section a.btn:hover {
  background-color: var(--color-hover);
}
@media (max-width: 767px) {
  .communication-section a.btn {
    font-size: 1.6rem;
  }
}
.communication-section span {
  display: block;
  text-align: center;
  margin-top: 12px;
  font-size: 1.4rem;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.87);
}

.faq-section {
  background-color: var(--color-50);
}
.faq-section h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  color: rgba(0, 0, 0, 0.87);
  width: max-content;
  margin: 0 auto;
  padding-bottom: 8px;
  border-bottom: 4px solid rgba(0, 0, 0, 0.87);
}
@media (max-width: 767px) {
  .faq-section h2 {
    font-size: 2.4rem;
    line-height: 1;
  }
}
.faq-section .faq-wrapper {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .faq-section .faq-wrapper {
    margin-top: 16px;
  }
}
.faq-section .faq-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.faq-section .faq-item:last-child {
  border-bottom: none;
}
.faq-section .faq-question {
  padding: 24px 0;
  font-size: 1.8rem;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgba(0, 0, 0, 0.87);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .faq-section .faq-question {
    font-size: 1.6rem;
    align-items: start;
  }
}
.faq-section .faq-question:hover {
  color: var(--color-hover);
}
.faq-section .toggle-btn {
  margin-left: 18px;
  display: inline-block;
  width: 14px;
  height: 14px;
  color: rgba(0, 0, 0, 0.87);
  flex-shrink: 0;
}
.faq-section .toggle-btn svg {
  width: 100%;
  height: 100%;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}
.faq-section .toggle-btn svg path {
  fill: rgba(0, 0, 0, 0.87);
}
.faq-section .faq-question:hover .toggle-btn svg path {
  fill: var(--color-hover);
}
.faq-section .faq-answer {
  display: none;
  padding: 16px 0;
  font-size: 1.8rem;
  color: rgba(0, 0, 0, 0.87);
}
@media (max-width: 767px) {
  .faq-section .faq-answer {
    font-size: 1.6rem;
  }
}
.faq-section .faq-answer a {
  color: #0573e6;
  text-decoration: none;
}
.faq-section .faq-answer ul {
  margin: 10px 0;
  padding-left: 20px;
}

.award-section {
  background-color: var(--color-50);
}
.award-section h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  color: rgba(0, 0, 0, 0.87);
  width: max-content;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 8px;
  border-bottom: 4px solid rgba(0, 0, 0, 0.87);
}
@media (max-width: 767px) {
  .award-section h2 {
    font-size: 2.4rem;
    line-height: 1;
  }
}
.award-section .partners {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* Remove gap property */
  margin: -16px; /* Negative margin to counteract the added spacing */
}
@media (max-width: 767px) {
  .award-section .partners {
    margin: -8px; /* Add spacing manually */
  }
}
.award-section .card {
  text-align: center;
  padding: 16px;
  border-radius: 16px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  background-color: rgba(255, 255, 255, 0.5);
  max-width: 326px;
  margin: 16px; /* Add spacing manually */
}
@media (max-width: 767px) {
  .award-section .card {
    margin: 8px;
    max-width: 260px;
  }
}
.award-section i {
  width: 64px;
  height: 64px;
  display: inline-block;
}
.award-section i img {
  width: 100%;
  height: 100%;
}
.award-section h3 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 0;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .award-section h3 {
    font-size: 2rem;
    margin-top: 0px;
  }
}
.award-section p {
  font-size: 2rem;
  line-height: 1.3;
  text-align: center;
  color: rgba(0, 0, 0, 0.87);
  margin: 0;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .award-section p {
    font-size: 1.6rem;
  }
}

.partner-section {
  background-color: var(--color-50);
}
.partner-section h3 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: rgba(0, 0, 0, 0.87);
}
@media (max-width: 767px) {
  .partner-section h3 {
    font-size: 1.6rem;
  }
}
.partner-section .partners {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* Remove gap property */
  margin: -8px; /* Negative margin to counteract the added spacing */
}
@media (max-width: 767px) {
  .partner-section .partners {
    margin: -4px;
  }
}
.partner-section .card {
  max-width: 117px;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  margin: 8px; /* Add spacing manually */
}
@media (max-width: 767px) {
  .partner-section .card {
    margin: 4px;
    max-width: 90px;
    width: 100%;
  }
}
.partner-section .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-section {
  background-color: var(--color-50);
}
.news-section h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  color: rgba(0, 0, 0, 0.87);
  width: max-content;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 8px;
  border-bottom: 4px solid rgba(0, 0, 0, 0.87);
}
@media (max-width: 767px) {
  .news-section h2 {
    font-size: 2.4rem;
    line-height: 1;
  }
}
.news-section .partners {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* Remove gap property */
  margin: -16px; /* Negative margin to counteract the added spacing */
}
@media (max-width: 767px) {
  .news-section .partners {
    margin: -8px; /* Add spacing manually */
  }
}
.news-section .card {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  background-color: rgba(255, 255, 255, 0.5);
  max-width: calc(25% - 48px);
  margin: 16px; /* Add spacing manually */
}
@media (max-width: 1200px) {
  .news-section .card {
    max-width: calc(33.33% - 48px);
  }
}
@media (max-width: 767px) {
  .news-section .card {
    display: flex;
    flex-direction: row-reverse;
    margin: 8px;
    max-width: 288px;
    align-items: start;
  }
}
.news-section .card-img {
  position: relative;
  width: 100%;
  aspect-ratio: 3/2; /* Modern browsers will use this for 3:2 ratio */
  overflow: hidden;
}
@media (max-width: 767px) {
  .news-section .card-img {
    flex-shrink: 0;
    max-width: 120px;
    height: auto;
  }
}
.news-section .card-img::before {
  content: "";
  display: block;
  padding-top: 66.67%; /* 3:2 aspect ratio fallback (2/3 = 66.67%) */
}
.news-section .card-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the image covers the container while maintaining aspect ratio */
}
.news-section h3 {
  font-size: 1.8rem;
  line-height: 1.3;
  text-align: left;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 0;
  padding: 16px 16px 24px 16px;
  transition: all 0.3s ease-in-out;
}
.news-section h3:hover {
  color: var(--color-hover);
}
@media (max-width: 767px) {
  .news-section h3 {
    font-size: 1.6rem;
    margin-top: 0px;
    padding: 16px 8px;
  }
}

.see-more-btn {
  display: block;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 16px;
  border-radius: 1000px;
  background-color: #0573e6;
  font-size: 1.8rem;
  color: #ffffff;
  font-weight: bold;
}

.video-section {
  background-color: var(--color-50);
}
.video-section h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  color: rgba(0, 0, 0, 0.87);
  width: max-content;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 8px;
  border-bottom: 4px solid rgba(0, 0, 0, 0.87);
}
@media (max-width: 767px) {
  .video-section h2 {
    font-size: 2.4rem;
    line-height: 1;
  }
}
.video-section .partners {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* Remove gap property */
  margin: -16px; /* Negative margin to counteract the added spacing */
}
@media (max-width: 767px) {
  .video-section .partners {
    margin: -8px; /* Add spacing manually */
  }
}
.video-section .card {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  background-color: rgba(255, 255, 255, 0.5);
  width: calc(33.33% - 32px);
  margin: 16px; /* Add spacing manually */
}
@media (max-width: 1200px) {
  .video-section .card {
    width: calc(33.33% - 32px);
  }
}
@media (max-width: 767px) {
  .video-section .card {
    width: 100%;
    margin: 8px;
  }
}
.video-section .card-img {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9; /* Modern browsers will use this for 16:9 ratio */
  overflow: hidden;
}
.video-section .card-img::before {
  content: "";
  display: block;
  padding-top: 56.25%; /* 16:9 aspect ratio fallback (9/16 = 56.25%) */
}
.video-section .card-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the image covers the container while maintaining aspect ratio */
}
.video-section .card-img .paly-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
}
.video-section h3 {
  font-size: 1.8rem;
  line-height: 1.3;
  text-align: left;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 0;
  padding: 16px 16px 24px 16px;
  transition: all 0.3s ease-in-out;
}
.video-section h3:hover {
  color: var(--color-hover);
}
@media (max-width: 767px) {
  .video-section h3 {
    font-size: 1.6rem;
    margin-top: 0px;
    padding: 16px 8px;
  }
}

.photo-section {
  background-color: var(--color-50);
}
.photo-section h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  color: rgba(0, 0, 0, 0.87);
  width: max-content;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 8px;
  border-bottom: 4px solid rgba(0, 0, 0, 0.87);
}
@media (max-width: 767px) {
  .photo-section h2 {
    font-size: 2.4rem;
    line-height: 1;
  }
}
.photo-section .partners {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* Remove gap property */
  margin: -8px; /* Negative margin to counteract the added spacing */
}
@media (max-width: 767px) {
  .photo-section .partners {
    margin: -8px; /* Add spacing manually */
  }
}
.photo-section .card {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  background-color: rgba(255, 255, 255, 0.5);
  width: calc(25% - 8px);
  margin: 4px; /* Add spacing manually */
}
@media (max-width: 1200px) {
  .photo-section .card {
    width: calc(25% - 8px);
    margin: 4px;
  }
}
@media (max-width: 767px) {
  .photo-section .card {
    width: calc(50% - 8px);
    margin: 4px;
  }
}
.photo-section .card-img {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 1/1; /* Modern browsers will use this for 1:1 ratio */
  overflow: hidden;
}
.photo-section .card-img::before {
  content: "";
  display: block;
  padding-top: 100%; /* 1:1 aspect ratio fallback (1/1 = 100%) */
}
.photo-section .card-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the image covers the container while maintaining aspect ratio */
}

.photo-with-caption-section {
  background-color: var(--color-50);
}
.photo-with-caption-section h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  color: rgba(0, 0, 0, 0.87);
  width: max-content;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 8px;
  border-bottom: 4px solid rgba(0, 0, 0, 0.87);
}
@media (max-width: 767px) {
  .photo-with-caption-section h2 {
    font-size: 2.4rem;
    line-height: 1;
  }
}
.photo-with-caption-section .partners {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* Remove gap property */
  margin: -16px; /* Negative margin to counteract the added spacing */
}
@media (max-width: 767px) {
  .photo-with-caption-section .partners {
    margin: 0; /* Add spacing manually */
  }
}
.photo-with-caption-section .card {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  background-color: rgba(255, 255, 255, 0.5);
  width: calc(25% - 32px);
  margin: 16px; /* Add spacing manually */
}
@media (max-width: 1200px) {
  .photo-with-caption-section .card {
    width: calc(33.33% - 24px);
    margin: 12px;
  }
}
@media (max-width: 767px) {
  .photo-with-caption-section .card {
    width: 100%;
    margin: 0;
  }
}
.photo-with-caption-section .card-img {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 3/2; /* Modern browsers will use this for 3:2 ratio */
  overflow: hidden;
}
.photo-with-caption-section .card-img::before {
  content: "";
  display: block;
  padding-top: 66.67%; /* 3:2 aspect ratio fallback (2/3 = 66.67%) */
}
.photo-with-caption-section .card-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the image covers the container while maintaining aspect ratio */
}
.photo-with-caption-section h3 {
  font-size: 1.8rem;
  line-height: 1.3;
  text-align: left;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 0;
  padding: 16px 16px 24px 16px;
  transition: all 0.3s ease-in-out;
}
.photo-with-caption-section h3:hover {
  color: var(--color-hover);
}
@media (max-width: 767px) {
  .photo-with-caption-section h3 {
    font-size: 1.6rem;
    margin-top: 0px;
    padding: 16px 8px;
  }
}
.photo-with-caption-section .owl-stage {
  padding-left: 0px !important;
}

.trailer-section {
  background-color: var(--color-50);
}
.trailer-section h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  color: rgba(0, 0, 0, 0.87);
  width: max-content;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 8px;
  border-bottom: 4px solid rgba(0, 0, 0, 0.87);
}
@media (max-width: 767px) {
  .trailer-section h2 {
    font-size: 2.4rem;
    line-height: 1;
  }
}
.trailer-section .partners {
  display: flex;
  align-items: center;
  justify-content: center;
}
.trailer-section .card {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  background-color: rgba(255, 255, 255, 0.5);
  max-width: 640px;
  width: 100%;
}
@media (max-width: 1200px) {
  .trailer-section .card {
    max-width: 540px;
  }
}
.trailer-section .card-img {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9; /* Modern browsers will use this for 16:9 ratio */
  overflow: hidden;
}
.trailer-section .card-img::before {
  content: "";
  display: block;
  padding-top: 56.25%; /* 16:9 aspect ratio fallback (9/16 = 56.25%) */
}
.trailer-section .card-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the image covers the container while maintaining aspect ratio */
}
.trailer-section .card-img .paly-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
}
@media (max-width: 767px) {
  .trailer-section .card-img .paly-btn {
    width: 40px;
    height: 40px;
  }
}
.trailer-section h3 {
  font-size: 2.4rem;
  line-height: 1.3;
  text-align: center;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 0;
  padding: 32px 24px;
  transition: all 0.3s ease-in-out;
}
.trailer-section h3:hover {
  color: var(--color-hover);
}
@media (max-width: 1200px) {
  .trailer-section h3 {
    padding: 24px;
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .trailer-section h3 {
    font-size: 1.6rem;
    margin-top: 0px;
    padding: 16px;
    padding-bottom: 24px;
  }
}

.sponsore-section {
  background-color: var(--color-50);
}
.sponsore-section h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  color: rgba(0, 0, 0, 0.87);
  width: max-content;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 8px;
  border-bottom: 4px solid rgba(0, 0, 0, 0.87);
}
@media (max-width: 767px) {
  .sponsore-section h2 {
    font-size: 2.4rem;
    line-height: 1;
  }
}
.sponsore-section .partners {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* Remove gap property */
  margin: -16px; /* Negative margin to counteract the added spacing */
}
@media (max-width: 767px) {
  .sponsore-section .partners {
    margin: 0; /* Add spacing manually */
  }
}
.sponsore-section .card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(25% - 32px);
  margin: 16px; /* Add spacing manually */
}
@media (max-width: 1200px) {
  .sponsore-section .card {
    width: calc(33.33% - 24px);
    margin: 12px;
  }
}
@media (max-width: 767px) {
  .sponsore-section .card {
    width: calc(50% - 24px);
    margin: 12px;
  }
}
.sponsore-section .card img {
  max-width: 205px;
  width: 100%;
}
.sponsore-section h3 {
  font-size: 2.4rem;
  line-height: 1.3;
  text-align: center;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
  flex-shrink: 0;
}
.sponsore-section h3:hover {
  color: var(--color-hover);
}
@media (max-width: 1200px) {
  .sponsore-section h3 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .sponsore-section h3 {
    font-size: 1.6rem;
    margin-top: 0px;
    margin-bottom: 16px;
  }
}
.sponsore-section .owl-stage {
  padding-left: 0px !important;
}

/*# sourceMappingURL=main.css.map */
