/*
                  |  o
 _  _  _    _   __|      __,   __,          _   ,_
/ |/ |/ |  |/  /  |  |  /  |  /  |  |   |  |/  /  |  |   |
  |  |  |_/|__/\_/|_/|_/\_/|_/\_/|_/ \_/|_/|__/   |_/ \_/|/
                                 |\                     /|
                                 |/                     \|
*/
/*
      _                   _
     | |                 | | o
 __  | |  _   __,   ,_   | |
/    |/  |/  /  |  /  |  |/  |  /\/
\___/|__/|__/\_/|_/   |_/|__/|_/ /\_/
                         |\
                         |/
*/
@font-face {
  font-family: 'Tenor Sans';
  src: url('../fonts/TenorSans.eot');
  src: url('../fonts/TenorSans.eot?#iefix') format('embedded-opentype'), url('../fonts/TenorSans.woff2') format('woff2'), url('../fonts/TenorSans.woff') format('woff'), url('../fonts/TenorSans.ttf') format('truetype'), url('../fonts/TenorSans.svg#TenorSans') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.eot');
  src: url('../fonts/Inter-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Inter-Bold.woff2') format('woff2'), url('../fonts/Inter-Bold.woff') format('woff'), url('../fonts/Inter-Bold.ttf') format('truetype'), url('../fonts/Inter-Bold.svg#Inter-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.eot');
  src: url('../fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Inter-Regular.woff2') format('woff2'), url('../fonts/Inter-Regular.woff') format('woff'), url('../fonts/Inter-Regular.ttf') format('truetype'), url('../fonts/Inter-Regular.svg#Inter-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.eot');
  src: url('../fonts/Inter-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Inter-SemiBold.woff2') format('woff2'), url('../fonts/Inter-SemiBold.woff') format('woff'), url('../fonts/Inter-SemiBold.ttf') format('truetype'), url('../fonts/Inter-SemiBold.svg#Inter-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/*
 
                       
                       
        __,   ,_    ,  
  |  |_/  |  /  |  / \_
   \/  \_/|_/   |_/ \/ 
                       
                       
 
*/
/*
 
   _                      
  | |                     
  | |  __   _  _  _|_  ,  
  |/  /  \_/ |/ |  |  / \_
  |__/\__/   |  |_/|_/ \/ 
  |\                      
  |/                      
 
*/
a {
  color: #2d2d2d;
}
a:hover {
  color: #f28f53;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: left;
}
@media only screen and (min-width: 641px) and (max-width: 900px) {
  .align-right {
    text-align: right;
  }
}
@media only screen and (min-width: 901px) {
  .align-right {
    text-align: right;
  }
}
span,
p,
h2,
h3 {
  hyphens: auto;
  hyphenate-limit-chars: 6 5 5;
  hyphenate-limit-lines: 2;
  hyphenate-limit-last: always;
}
@media only screen and (min-width: 641px) and (max-width: 900px) {
  span,
  p,
  h2,
  h3 {
    hyphens: none;
  }
}
@media only screen and (min-width: 901px) {
  span,
  p,
  h2,
  h3 {
    hyphens: none;
  }
}
/*

   _
  | |          |
  | |   __   __|
  |/ \_/  \_/  |  |   |
   \_/ \__/ \_/|_/ \_/|/
                     /|
                     \|

*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 16px;
  scroll-behavior: smooth;
}
body {
  position: relative;
  font-family: 'Inter', Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #2d2d2d;
  background-color: #fcf1e8;
  overflow-x: hidden;
}
hr.spacer {
  outline: none;
  border: none;
  background-color: transparent;
}
.zoom {
  cursor: pointer;
}
/*
 
       _                        
      | |                       
   ,  | |     __,    _   _   ,  
  / \_|/ \   /  |  |/ \_|/  / \_
   \/ |   |_/\_/|_/|__/ |__/ \/ 
                  /|            
                  \|            
 
*/
.top-left-red-shape {
  position: fixed;
  height: auto;
  pointer-events: none;
  z-index: 0;
  transition: all 0.6s ease;
  top: -600px;
  left: -300px;
  width: 550px;
  opacity: 0.2;
}
.top-left-red-shape img {
  width: 100%;
  height: auto;
  display: block;
}
.top-left-red-shape.visible {
  top: -90px;
  left: -60px;
  width: 180px;
}
@media only screen and (min-width: 421px) and (max-width: 640px) {
  .top-left-red-shape.visible {
    top: -90px;
    left: -60px;
    width: 220px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 900px) {
  .top-left-red-shape.visible {
    top: -100px;
    left: -80px;
    width: 250px;
  }
}
@media only screen and (min-width: 901px) {
  .top-left-red-shape.visible {
    top: -120px;
    left: -100px;
    width: 350px;
  }
}
.top-right-blue-shape {
  position: fixed;
  height: auto;
  pointer-events: none;
  z-index: 0;
  transition: all 0.6s ease;
  width: 140px;
  top: -40px;
  right: -30px;
  opacity: 0.6;
}
.top-right-blue-shape img {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (min-width: 421px) and (max-width: 640px) {
  .top-right-blue-shape {
    top: -50px;
    right: -40px;
    width: 160px;
  }
}
@media only screen and (min-width: 641px) {
  .top-right-blue-shape {
    top: -60px;
    right: -50px;
    width: 200px;
  }
}
.top-right-blue-shape.visible {
  width: 220px;
  top: -80px;
  right: -100px;
}
@media only screen and (min-width: 421px) and (max-width: 640px) {
  .top-right-blue-shape.visible {
    top: -170px;
    right: -220px;
    width: 360px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 900px) {
  .top-right-blue-shape.visible {
    top: -240px;
    right: -280px;
    width: 450px;
  }
}
@media only screen and (min-width: 901px) {
  .top-right-blue-shape.visible {
    top: -550px;
    right: -480px;
    width: 800px;
  }
}
.top-right-red-shape {
  position: fixed;
  height: auto;
  pointer-events: none;
  z-index: 0;
  transition: all 0.6s ease;
  width: 300px;
  top: 0px;
  right: -300px;
  opacity: 0.2;
}
.top-right-red-shape img {
  width: 100%;
  height: auto;
  display: block;
}
.top-right-red-shape.visible {
  width: 240px;
  top: 40px;
  right: -200px;
}
@media only screen and (min-width: 421px) and (max-width: 640px) {
  .top-right-red-shape.visible {
    top: 80px;
    right: -200px;
    width: 260px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 900px) {
  .top-right-red-shape.visible {
    top: 100px;
    right: -220px;
    width: 280px;
  }
}
@media only screen and (min-width: 901px) {
  .top-right-red-shape.visible {
    top: 130px;
    right: -180px;
    width: 300px;
  }
}
.bottom-blue-shape {
  position: fixed;
  height: auto;
  pointer-events: none;
  z-index: 0;
  transition: all 0.6s ease;
  bottom: -1200px;
  left: -600px;
  width: 1200px;
}
.bottom-blue-shape img {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (min-width: 421px) and (max-width: 640px) {
  .bottom-blue-shape {
    bottom: -1200px;
    left: -580px;
    width: 1200px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 900px) {
  .bottom-blue-shape {
    bottom: -1200px;
    left: -540px;
    width: 1200px;
  }
}
@media only screen and (min-width: 901px) {
  .bottom-blue-shape {
    bottom: -1200px;
    left: -470px;
    width: 1200px;
  }
}
.bottom-blue-shape.visible {
  left: -80px;
  width: 1000px;
  bottom: -850px;
}
.bottom-red-shape {
  position: fixed;
  height: auto;
  pointer-events: none;
  z-index: 0;
  transition: all 0.6s ease;
  bottom: -300px;
  left: -400px;
  width: 500px;
  opacity: 0.2;
}
.bottom-red-shape img {
  width: 100%;
  height: auto;
  display: block;
}
.bottom-red-shape.visible {
  width: 350px;
  left: -20px;
  bottom: 50px;
}
.bottom-right-red-shape {
  position: fixed;
  height: auto;
  pointer-events: none;
  z-index: 0;
  transition: all 0.6s ease;
  width: 350px;
  right: -220px;
  bottom: -320px;
  opacity: 0.2;
}
.bottom-right-red-shape img {
  width: 100%;
  height: auto;
  display: block;
}
.bottom-right-red-shape.visible {
  bottom: -200px;
  right: -200px;
  width: 200px;
}
@media only screen and (min-width: 421px) {
  .bottom-right-red-shape.visible {
    bottom: -50px;
    right: -50px;
    width: 200px;
  }
}
/*
 
                                
                                
   _  _  _    _   _  _          
  / |/ |/ |  |/  / |/ |  |   |  
    |  |  |_/|__/  |  |_/ \_/|_/
                                
                                
 
*/
.menu {
  position: relative;
  z-index: 10;
}
#menuIcon {
  display: none;
}
#menuIcon:checked ~ nav {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s 0.3s, visibility 0s 0.3s;
}
#menuIcon:checked ~ .menuIconLabel .menuIconImage:before {
  transform: translateY(7px) rotate(135deg);
}
#menuIcon:checked ~ .menuIconLabel .menuIconImage:after {
  transform: translateY(-7px) rotate(-135deg);
}
#menuIcon:checked ~ .menuIconLabel .menuIconImage span {
  transform: scale(0);
}
.menuIconLabel {
  cursor: pointer;
  position: fixed;
  top: 0px;
  right: 0px;
  margin-top: 25px;
  margin-right: 25px;
  z-index: 1002;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: margin-top 0.2s ease-in-out;
}
.menuIconLabel span {
  display: block;
}
.menuIconLabel .menuIconImage {
  display: block;
  width: 25px;
  z-index: 10;
}
.menuIconLabel .menuIconImage:after,
.menuIconLabel .menuIconImage:before,
.menuIconLabel .menuIconImage span {
  background-color: #ffffff;
  content: '';
  display: block;
  height: 3px;
  margin: 4px 0;
  transition: all 0.2s ease-in-out;
}
.menu-shape-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  pointer-events: none;
  z-index: 900;
}
#menuShape {
  position: fixed;
  top: 0px;
  right: 0px;
  margin-top: 20px;
  margin-right: 20px;
  width: 60px;
  height: 60px;
  background-image: url('/theme/public/assets/frontend/img/shape_menu.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform-origin: center center;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  opacity: 0.95;
  --menu-scale: 80;
}
#menuShape.expanded {
  transform: scale(80);
  transform: scale(var(--menu-scale));
}
/*
 
                     
                     
   _  _    __,       
  / |/ |  /  |  |  |_
    |  |_/\_/|_/ \/  
                     
                     
 
*/
nav {
  position: fixed;
  top: 0px;
  left: 20px;
  right: 0px;
  bottom: 0px;
  overflow-y: auto;
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s 0s, visibility 0s 0.2s;
}
@media only screen and (min-width: 421px) and (max-width: 640px) {
  nav {
    left: 20vw;
  }
}
@media only screen and (min-width: 641px) and (max-width: 900px) {
  nav {
    left: 30vw;
  }
}
@media only screen and (min-width: 901px) {
  nav {
    left: 40vw;
  }
}
nav ul {
  padding: 0;
  padding-top: 100px;
  padding-bottom: 50px;
  width: 100%;
  margin: 0 auto;
}
nav ul li {
  list-style-type: none;
  padding: 0.5rem 0 0 0;
  font-family: 'Tenor Sans', Georgia, "Times New Roman", serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #2d2d2d;
  line-height: 1.1;
  text-align: left;
}
@media only screen and (min-width: 641px) and (max-width: 900px) {
  nav ul li {
    font-size: 2.1rem;
  }
}
@media only screen and (min-width: 901px) {
  nav ul li {
    font-size: 2.5rem;
  }
}
nav ul li a {
  text-decoration: none;
  color: #ffffff;
  opacity: 0.9;
}
nav ul li a:hover {
  color: #2d2d2d;
}
/*
 
   _                               
  | |                 |            
  | |     _   __,   __|   _   ,_   
  |/ \   |/  /  |  /  |  |/  /  |  
  |   |_/|__/\_/|_/\_/|_/|__/   |_/
                                   
                                   
 
*/
header {
  position: relative;
  min-height: 50px;
  padding: 2rem 2rem;
  z-index: 899;
}
@media only screen and (min-width: 421px) and (max-width: 640px) {
  header {
    padding: 2rem 4.5rem;
  }
}
@media only screen and (min-width: 641px) and (max-width: 900px) {
  header {
    padding: 2rem 1.5rem;
  }
}
@media only screen and (min-width: 901px) {
  header {
    padding: 2rem 2rem;
  }
}
header .header-title-link {
  display: inline-block;
  text-decoration: none;
}
header .header-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}
@media only screen and (min-width: 641px) {
  header .header-title {
    gap: 1rem;
  }
}
header .header-title .logo {
  width: 70px;
  height: auto;
  flex-shrink: 0;
}
header .header-title .name {
  font-family: 'Tenor Sans', Georgia, "Times New Roman", serif;
  font-size: 1rem;
  font-weight: 400;
  color: #2d2d2d;
  line-height: 1.1;
  text-align: left;
}
/*
 
                                                  
                             o                    
   __   __   _  _  _|_  __,      _  _    _   ,_   
  /    /  \_/ |/ |  |  /  |  |  / |/ |  |/  /  |  
  \___/\__/   |  |_/|_/\_/|_/|_/  |  |_/|__/   |_/
                                                  
                                                  
 
*/
.container {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
/*
 
                              
                   o          
   _  _  _    __,      _  _   
  / |/ |/ |  /  |  |  / |/ |  
    |  |  |_/\_/|_/|_/  |  |_/
                              
                              
 
*/
main {
  position: relative;
  z-index: 10;
}
/*
 
                           
  o                        
      _  _  _|_  ,_    __  
  |  / |/ |  |  /  |  /  \_
  |_/  |  |_/|_/   |_/\__/ 
                           
                           
 
*/
.intro {
  position: relative;
  padding: 2rem 0 6rem 0;
}
.intro .description {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding: 4rem 8vw 0 8vw;
}
@media only screen and (min-width: 421px) and (max-width: 640px) {
  .intro .description {
    padding: 5rem 4.5rem 0 4.5rem;
  }
}
@media only screen and (min-width: 641px) and (max-width: 900px) {
  .intro .description {
    padding: 5rem 8vw 0 8vw;
  }
}
@media only screen and (min-width: 901px) {
  .intro .description {
    padding: 6rem 4vw 0 4vw;
  }
}
.intro .description p {
  font-family: 'Inter', Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.6;
  color: #2d2d2d;
}
@media only screen and (min-width: 641px) and (max-width: 900px) {
  .intro .description p {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 901px) {
  .intro .description p {
    font-size: 1.4rem;
  }
}
.intro .title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  gap: 1.5rem;
}
@media only screen and (min-width: 641px) {
  .intro .title {
    flex-direction: row;
    gap: 3rem;
  }
}
.intro .title h1 {
  font-family: 'Tenor Sans', Georgia, "Times New Roman", serif;
  font-size: 2.3rem;
  font-weight: 400;
  color: #2d2d2d;
  line-height: 1.1;
  text-align: left;
  text-align: center;
}
@media only screen and (min-width: 641px) and (max-width: 900px) {
  .intro .title h1 {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 901px) {
  .intro .title h1 {
    font-size: 2.9rem;
  }
}
@media only screen and (min-width: 641px) and (max-width: 900px) {
  .intro .title h1 {
    text-align: left;
  }
}
@media only screen and (min-width: 901px) {
  .intro .title h1 {
    text-align: left;
  }
}
.intro .logo {
  width: 180px;
  height: auto;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
@media only screen and (min-width: 641px) and (max-width: 900px) {
  .intro .logo {
    width: 160px;
  }
}
@media only screen and (min-width: 901px) {
  .intro .logo {
    width: 200px;
  }
}
/*
 
   _                                 
  | |                                
  | |        _|__|_  __   _  _    ,  
  |/ \_|   |  |  |  /  \_/ |/ |  / \_
   \_/  \_/|_/|_/|_/\__/   |  |_/ \/ 
                                     
                                     
 
*/
.button-grid {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0.5rem;
  flex-wrap: wrap;
  padding: 1rem 1.5rem 2rem 1.5rem;
}
@media only screen and (min-width: 641px) and (max-width: 900px) {
  .button-grid {
    padding: 1rem 2rem 2rem 2rem;
    gap: 1rem;
  }
}
@media only screen and (min-width: 901px) {
  .button-grid {
    padding: 2rem 2rem 4rem 2rem;
    gap: 2rem;
  }
}
.button-grid .item {
  width: 18%;
  min-width: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  transition: transform 0.3s ease;
  margin-bottom: 30px;
}
@media only screen and (min-width: 641px) and (max-width: 900px) {
  .button-grid .item {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 901px) {
  .button-grid .item {
    margin-bottom: 0px;
  }
}
.button-grid .item:hover {
  transform: translateY(-10px);
}
.button-grid .image {
  width: 50%;
  margin-bottom: 1rem;
}
.button-grid .image img {
  width: 100%;
  height: auto;
  display: block;
}
.button-grid .text {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 0.25rem;
}
.button-grid .text .line1,
.button-grid .text .line2 {
  font-family: 'Inter', Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.05rem;
  line-height: 1.4;
  color: #2d2d2d;
  display: block;
  line-height: 1.2;
}
@media only screen and (min-width: 641px) and (max-width: 900px) {
  .button-grid .text .line1,
  .button-grid .text .line2 {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 901px) {
  .button-grid .text .line1,
  .button-grid .text .line2 {
    font-size: 1.2rem;
  }
}
.button-grid .text .line1 {
  font-weight: bold;
}
/*
 
                                  
                  o               
   ,   _   __ _|_     __   _  _   
  / \_|/  /    |  |  /  \_/ |/ |  
   \/ |__/\___/|_/|_/\__/   |  |_/
                                  
                                  
 
*/
.section-headline {
  font-family: 'Tenor Sans', Georgia, "Times New Roman", serif;
  font-size: 2.3rem;
  font-weight: 400;
  color: #2d2d2d;
  line-height: 1.1;
  text-align: left;
  text-align: center;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 641px) and (max-width: 900px) {
  .section-headline {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 901px) {
  .section-headline {
    font-size: 2.9rem;
  }
}
.section-underscore {
  width: 80px;
  height: 1px;
  background-color: #2d2d2d;
  margin: 0 auto 2.5rem;
  opacity: 1;
}
@media only screen and (min-width: 641px) and (max-width: 900px) {
  .section-underscore {
    margin: 0 auto 4rem;
  }
}
@media only screen and (min-width: 901px) {
  .section-underscore {
    margin: 0 auto 4rem;
  }
}
/*

   __              _
  /  )            | |
    /    __   __  | |
   /    /    /  \_|/
  /___  \___/\__/ |__/



*/
.two-columns {
  padding: 4rem 2rem;
}
@media only screen and (min-width: 421px) and (max-width: 640px) {
  .two-columns {
    padding: 4rem 4.5rem;
  }
}
@media only screen and (min-width: 641px) and (max-width: 900px) {
  .two-columns {
    padding: 4rem 1.5rem;
  }
}
@media only screen and (min-width: 901px) {
  .two-columns {
    padding: 6rem 2rem;
  }
}
.two-column-grid {
  width: 100%;
  margin: auto;
  display: grid;
  gap: 3rem;
  align-items: start;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 641px) and (max-width: 900px) {
  .two-column-grid {
    grid-template-columns: 1fr 1px 1fr;
    gap: 2rem;
    width: 100%;
  }
}
@media only screen and (min-width: 901px) {
  .two-column-grid {
    grid-template-columns: 1fr 1px 1fr;
    gap: 4rem;
    width: 100%;
  }
}
.two-column-grid > div {
  min-width: 0;
}
.two-column-grid .column-separator {
  display: none;
}
@media only screen and (min-width: 641px) {
  .two-column-grid .column-separator {
    display: block;
    width: 1px;
    height: 100%;
    background-color: #2d2d2d;
    opacity: 0.1;
  }
}
.two-column-grid h3 {
  font-family: 'Inter', Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.05rem;
  line-height: 1.3;
  font-weight: bold;
  color: #2d2d2d;
  margin: 0 0 1rem 0;
  padding: 0;
}
@media only screen and (min-width: 641px) and (max-width: 900px) {
  .two-column-grid h3 {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 901px) {
  .two-column-grid h3 {
    font-size: 1.2rem;
  }
}
.two-column-grid p,
.two-column-grid p.text-regular {
  margin-bottom: 2.8rem;
  font-family: 'Inter', Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.05rem;
  line-height: 1.4;
  color: #2d2d2d;
}
@media only screen and (min-width: 641px) and (max-width: 900px) {
  .two-column-grid p,
  .two-column-grid p.text-regular {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 901px) {
  .two-column-grid p,
  .two-column-grid p.text-regular {
    font-size: 1.2rem;
  }
}
.two-column-grid p strong,
.two-column-grid p.text-regular strong {
  font-family: 'Inter', Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.05rem;
  line-height: 1.4;
  font-weight: 600;
  color: #2d2d2d;
}
@media only screen and (min-width: 641px) and (max-width: 900px) {
  .two-column-grid p strong,
  .two-column-grid p.text-regular strong {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 901px) {
  .two-column-grid p strong,
  .two-column-grid p.text-regular strong {
    font-size: 1.2rem;
  }
}
.two-column-grid .text-large {
  font-family: 'Inter', Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.6;
  color: #2d2d2d;
  margin-bottom: 2.8rem;
}
@media only screen and (min-width: 641px) and (max-width: 900px) {
  .two-column-grid .text-large {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 901px) {
  .two-column-grid .text-large {
    font-size: 1.4rem;
  }
}
.two-column-grid ul {
  margin: 0;
  padding: 0;
  list-style-position: outside;
  margin-left: 1.25rem;
}
.two-column-grid ul li {
  list-style-type: disc;
  font-family: 'Inter', Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.05rem;
  line-height: 1.4;
  color: #2d2d2d;
  padding-left: 0.5rem;
}
@media only screen and (min-width: 641px) and (max-width: 900px) {
  .two-column-grid ul li {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 901px) {
  .two-column-grid ul li {
    font-size: 1.2rem;
  }
}
.two-column-grid ul li strong {
  font-family: 'Inter', Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.05rem;
  line-height: 1.4;
  font-weight: 600;
  color: #2d2d2d;
}
@media only screen and (min-width: 641px) and (max-width: 900px) {
  .two-column-grid ul li strong {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 901px) {
  .two-column-grid ul li strong {
    font-size: 1.2rem;
  }
}
.two-column-grid ol {
  margin: 0;
  padding: 0;
  list-style-position: outside;
  margin-left: 1.25rem;
}
.two-column-grid ol li {
  font-family: 'Inter', Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.05rem;
  line-height: 1.4;
  color: #2d2d2d;
  padding-left: 0.5rem;
}
@media only screen and (min-width: 641px) and (max-width: 900px) {
  .two-column-grid ol li {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 901px) {
  .two-column-grid ol li {
    font-size: 1.2rem;
  }
}
.two-column-grid ol li strong {
  font-family: 'Inter', Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.05rem;
  line-height: 1.4;
  font-weight: 600;
  color: #2d2d2d;
}
@media only screen and (min-width: 641px) and (max-width: 900px) {
  .two-column-grid ol li strong {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 901px) {
  .two-column-grid ol li strong {
    font-size: 1.2rem;
  }
}
.two-column-grid .image {
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 421px) and (max-width: 640px) {
  .two-column-grid .image {
    text-align: center;
  }
}
@media only screen and (min-width: 641px) {
  .two-column-grid .image {
    text-align: unset;
  }
}
.two-column-grid .section-image {
  width: 100%;
  height: auto;
  margin-top: 1rem;
}
/*
 
              _   _                  
             | | | |                 
   __,  __,  | | | |  _   ,_         
  /  | /  |  |/  |/  |/  /  |  |   | 
  \_/|/\_/|_/|__/|__/|__/   |_/ \_/|/
    /|                            /| 
    \|                            \| 
 
*/
.two-columns-images {
  padding: 4rem 2rem;
}
@media only screen and (min-width: 421px) and (max-width: 640px) {
  .two-columns-images {
    padding: 4rem 4.5rem;
  }
}
@media only screen and (min-width: 641px) and (max-width: 900px) {
  .two-columns-images {
    padding: 4rem 1.5rem;
  }
}
@media only screen and (min-width: 901px) {
  .two-columns-images {
    padding: 6rem 2rem;
  }
}
.two-columns-images .image-grid {
  width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.two-columns-images .image-grid img {
  width: 100%;
  height: auto;
  display: block;
}
.two-columns-images .image-grid img.zoom {
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.two-columns-images .image-grid img.zoom:hover {
  opacity: 0.8;
}
.image-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(252, 241, 232, 0.9);
  z-index: 9999;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}
.image-overlay.active {
  display: flex;
}
.image-overlay img {
  max-width: 90%;
  max-height: 90vh;
  width: auto;
  height: auto;
  object-fit: contain;
}
@media only screen and (min-width: 641px) and (max-width: 900px) {
  .image-overlay img {
    max-width: 80%;
  }
}
@media only screen and (min-width: 901px) {
  .image-overlay img {
    max-width: 70%;
  }
}
/*

                       _                   _
      o               | |                 | |
   ,      _  _    __, | |  _     __   __  | |         _  _  _    _  _
  / \_|  / |/ |  /  | |/  |/    /    /  \_|/  |   |  / |/ |/ |  / |/ |
   \/ |_/  |  |_/\_/|/|__/|__/  \___/\__/ |__/ \_/|_/  |  |  |_/  |  |_/
                   /|
                   \|

*/
.single-column {
  padding: 4rem 2rem;
}
@media only screen and (min-width: 421px) and (max-width: 640px) {
  .single-column {
    padding: 4rem 4.5rem;
  }
}
@media only screen and (min-width: 641px) and (max-width: 900px) {
  .single-column {
    padding: 4rem 1.5rem;
  }
}
@media only screen and (min-width: 901px) {
  .single-column {
    padding: 6rem 2rem;
  }
}
.single-column .content {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 641px) {
  .single-column .content {
    width: 80%;
  }
}
.single-column .content p {
  font-family: 'Inter', Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.6;
  color: #2d2d2d;
}
@media only screen and (min-width: 641px) and (max-width: 900px) {
  .single-column .content p {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 901px) {
  .single-column .content p {
    font-size: 1.4rem;
  }
}
.single-column .image {
  text-align: center;
}
.single-column .image img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
/*
 
   _                 
  | |                
  | |   __,    __,   
  |/   /  |   /  |   
  |__/o\_/|_/o\_/|_/o
  |\             |\  
  |/             |/  
 
*/
.faq {
  padding: 4rem 2rem;
}
@media only screen and (min-width: 421px) and (max-width: 640px) {
  .faq {
    padding: 4rem 4.5rem;
  }
}
@media only screen and (min-width: 641px) and (max-width: 900px) {
  .faq {
    padding: 4rem 1.5rem;
  }
}
@media only screen and (min-width: 901px) {
  .faq {
    padding: 6rem 2rem;
  }
}
.faq .list {
  margin: 0 auto;
  width: 100%;
}
@media only screen and (min-width: 641px) {
  .faq .list {
    width: 80%;
  }
}
.faq .list .item {
  position: relative;
  padding-bottom: 0rem;
}
.faq .list .item::after {
  content: '';
  display: block;
  width: 100%;
  max-width: 20px;
  height: 20px;
  background-image: url('/theme/public/assets/frontend/img/shape_blue_1.svg');
  background-repeat: no-repeat;
  margin: 0rem auto 0;
}
.faq .list .item:last-child::after {
  display: none;
}
.faq .list .checkbox {
  display: none;
}
.faq .list .checkbox:checked ~ .answer {
  height: auto;
  padding: 0 0 1.5rem 0;
}
.faq .list .checkbox:checked ~ label .icon:before {
  content: '−';
}
.faq .list .icon {
  font-family: 'Tenor Sans', Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
  color: #2d2d2d;
  flex-shrink: 0;
  width: 1.5rem;
  text-align: center;
  align-self: flex-start;
  line-height: 1.6;
}
.faq .list .icon:before {
  content: '+';
}
.faq .list label {
  width: 100%;
  padding: 1.5rem 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  cursor: pointer;
}
@media only screen and (min-width: 641px) {
  .faq .list label {
    justify-content: center;
  }
}
.faq .list .question {
  font-family: 'Inter', Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
  color: #2d2d2d;
  font-weight: bold;
}
@media only screen and (min-width: 641px) and (max-width: 900px) {
  .faq .list .question {
    font-size: 1.7rem;
  }
}
@media only screen and (min-width: 901px) {
  .faq .list .question {
    font-size: 1.8rem;
  }
}
.faq .list .answer {
  height: 0;
  overflow: hidden;
  padding: 0;
  text-align: left;
}
@media only screen and (min-width: 641px) and (max-width: 900px) {
  .faq .list .answer {
    text-align: center;
  }
}
@media only screen and (min-width: 901px) {
  .faq .list .answer {
    text-align: center;
  }
}
.faq .list .answer p {
  font-family: 'Inter', Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.6;
  color: #2d2d2d;
}
@media only screen and (min-width: 641px) and (max-width: 900px) {
  .faq .list .answer p {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 901px) {
  .faq .list .answer p {
    font-size: 1.4rem;
  }
}
/*
 
   _                        
  | |                       
  | |  __   ,_    _  _  _   
  |/  /  \_/  |  / |/ |/ |  
  |__/\__/    |_/  |  |  |_/
  |\                        
  |/                        
 
*/
.contact-form {
  padding: 4rem 2rem;
}
@media only screen and (min-width: 421px) and (max-width: 640px) {
  .contact-form {
    padding: 4rem 4.5rem;
  }
}
@media only screen and (min-width: 641px) and (max-width: 900px) {
  .contact-form {
    padding: 4rem 1.5rem;
  }
}
@media only screen and (min-width: 901px) {
  .contact-form {
    padding: 6rem 2rem;
  }
}
.form-success-message {
  padding: 4rem 2rem;
  font-family: 'Inter', Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.6;
  color: #2d2d2d;
}
@media only screen and (min-width: 421px) and (max-width: 640px) {
  .form-success-message {
    padding: 4rem 4.5rem;
  }
}
@media only screen and (min-width: 641px) and (max-width: 900px) {
  .form-success-message {
    padding: 4rem 1.5rem;
  }
}
@media only screen and (min-width: 901px) {
  .form-success-message {
    padding: 6rem 2rem;
  }
}
@media only screen and (min-width: 641px) and (max-width: 900px) {
  .form-success-message {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 901px) {
  .form-success-message {
    font-size: 1.4rem;
  }
}
.form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.form .form-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.form .form-item label {
  font-family: 'Inter', Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  color: #2d2d2d;
}
.form .form-item input[type="text"],
.form .form-item input[type="email"],
.form .form-item input[type="tel"],
.form .form-item textarea {
  font-family: 'Inter', Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  padding: 0.75rem;
  border: none;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.7);
  color: #2d2d2d;
  transition: background-color 0.3s ease;
}
.form .form-item input[type="text"]:focus,
.form .form-item input[type="email"]:focus,
.form .form-item input[type="tel"]:focus,
.form .form-item textarea:focus {
  outline: none;
  background-color: rgba(255, 255, 255, 0.9);
}
.form .form-item input[type="text"]::placeholder,
.form .form-item input[type="email"]::placeholder,
.form .form-item input[type="tel"]::placeholder,
.form .form-item textarea::placeholder {
  color: #5a5a5a;
}
.form .form-item input[type="text"].error,
.form .form-item input[type="email"].error,
.form .form-item input[type="tel"].error,
.form .form-item textarea.error {
  border: 2px solid #f28f53;
}
.form .form-item textarea {
  resize: vertical;
  min-height: 120px;
}
.form .error-message {
  display: none;
  font-size: 0.875rem;
  color: #f28f53;
  margin-top: 0.25rem;
}
.form .error-message.show {
  display: block;
}
.form .checkbox-item {
  margin-top: 1rem;
}
.form .checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  cursor: pointer;
  font-family: 'Inter', Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  color: #2d2d2d;
}
.form .checkbox-label input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.form .checkbox-label .checkbox-custom {
  width: 20px;
  height: 20px;
  border: 2px solid #2d2d2d;
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
  transition: border-color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form .checkbox-label .checkbox-custom::after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #2d2d2d;
  transform: scale(0);
  transition: transform 0.2s ease;
}
.form .checkbox-label input[type="checkbox"]:checked ~ .checkbox-custom {
  border-color: #2d2d2d;
}
.form .checkbox-label input[type="checkbox"]:checked ~ .checkbox-custom::after {
  transform: scale(1);
}
.form .checkbox-label:hover .checkbox-custom {
  border-color: #f28f53;
}
.form .checkbox-label .checkbox-text {
  flex: 1;
}
.form .checkbox-label .checkbox-text a {
  color: #2d2d2d;
  text-decoration: underline;
}
.form .checkbox-label .checkbox-text a:hover {
  text-decoration: none;
}
.form .form-submit {
  font-family: 'Inter', Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.05rem;
  line-height: 1.4;
  font-weight: 600;
  color: #2d2d2d;
  width: 110px;
  height: 110px;
  background-color: transparent;
  background-image: url('/theme/public/assets/frontend/img/btn_submit_on.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: auto;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.9);
  opacity: 0.8;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 641px) and (max-width: 900px) {
  .form .form-submit {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 901px) {
  .form .form-submit {
    font-size: 1.2rem;
  }
}
.form .form-submit:hover {
  opacity: 1;
  transform: scale(1.05);
  box-shadow: none;
}
.direktkredit {
  padding: 4rem 2rem;
}
@media only screen and (min-width: 421px) and (max-width: 640px) {
  .direktkredit {
    padding: 4rem 4.5rem;
  }
}
@media only screen and (min-width: 641px) and (max-width: 900px) {
  .direktkredit {
    padding: 4rem 1.5rem;
  }
}
@media only screen and (min-width: 901px) {
  .direktkredit {
    padding: 6rem 2rem;
  }
}
.direktkredit-form h3 {
  font-family: 'Inter', Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.05rem;
  line-height: 1.3;
  font-weight: bold;
  color: #2d2d2d;
  margin: 2rem 0 1rem 0;
}
@media only screen and (min-width: 641px) and (max-width: 900px) {
  .direktkredit-form h3 {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 901px) {
  .direktkredit-form h3 {
    font-size: 1.2rem;
  }
}
.direktkredit-form h3:first-child {
  margin-top: 0;
}
.direktkredit-form p {
  margin-bottom: 2rem;
}
.direktkredit-form .form-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.direktkredit-form .form-item > label {
  font-family: 'Inter', Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  color: #2d2d2d;
}
.direktkredit-form .form-item input[type="text"],
.direktkredit-form .form-item input[type="email"],
.direktkredit-form .form-item input[type="tel"],
.direktkredit-form .form-item input[type="number"],
.direktkredit-form .form-item select,
.direktkredit-form .form-item textarea {
  font-family: 'Inter', Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  padding: 0.75rem;
  border: none;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.7);
  color: #2d2d2d;
  transition: background-color 0.3s ease;
}
.direktkredit-form .form-item input[type="text"]:focus,
.direktkredit-form .form-item input[type="email"]:focus,
.direktkredit-form .form-item input[type="tel"]:focus,
.direktkredit-form .form-item input[type="number"]:focus,
.direktkredit-form .form-item select:focus,
.direktkredit-form .form-item textarea:focus {
  outline: none;
  background-color: rgba(255, 255, 255, 0.9);
}
.direktkredit-form .form-item input[type="text"]::placeholder,
.direktkredit-form .form-item input[type="email"]::placeholder,
.direktkredit-form .form-item input[type="tel"]::placeholder,
.direktkredit-form .form-item input[type="number"]::placeholder,
.direktkredit-form .form-item select::placeholder,
.direktkredit-form .form-item textarea::placeholder {
  color: #5a5a5a;
}
.direktkredit-form .form-item input[type="text"].error,
.direktkredit-form .form-item input[type="email"].error,
.direktkredit-form .form-item input[type="tel"].error,
.direktkredit-form .form-item input[type="number"].error,
.direktkredit-form .form-item select.error,
.direktkredit-form .form-item textarea.error {
  border: 2px solid #f28f53;
}
.direktkredit-form .form-item select {
  cursor: pointer;
}
.direktkredit-form .form-item textarea {
  resize: vertical;
  min-height: 160px;
}
.direktkredit-form .radio-group {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.direktkredit-form .radio-label {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  cursor: pointer;
  font-family: 'Inter', Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  color: #2d2d2d;
}
.direktkredit-form .radio-label input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.direktkredit-form .radio-label .radio-custom {
  width: 20px;
  height: 20px;
  border: 2px solid #2d2d2d;
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
  transition: border-color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.direktkredit-form .radio-label .radio-custom::after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #2d2d2d;
  transform: scale(0);
  transition: transform 0.2s ease;
}
.direktkredit-form .radio-label input[type="radio"]:checked ~ .radio-custom {
  border-color: #2d2d2d;
}
.direktkredit-form .radio-label input[type="radio"]:checked ~ .radio-custom::after {
  transform: scale(1);
}
.direktkredit-form .radio-label:hover .radio-custom {
  border-color: #2d2d2d;
}
.direktkredit-form .radio-label .radio-text {
  flex: 1;
}
.direktkredit-form .checkbox-item {
  margin-top: 1rem;
}
.direktkredit-form .checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  cursor: pointer;
  font-family: 'Inter', Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  color: #2d2d2d;
}
.direktkredit-form .checkbox-label input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.direktkredit-form .checkbox-label .checkbox-custom {
  width: 20px;
  height: 20px;
  border: 2px solid #2d2d2d;
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
  transition: border-color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.direktkredit-form .checkbox-label .checkbox-custom::after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #2d2d2d;
  transform: scale(0);
  transition: transform 0.2s ease;
}
.direktkredit-form .checkbox-label input[type="checkbox"]:checked ~ .checkbox-custom {
  border-color: #2d2d2d;
}
.direktkredit-form .checkbox-label input[type="checkbox"]:checked ~ .checkbox-custom::after {
  transform: scale(1);
}
.direktkredit-form .checkbox-label:hover .checkbox-custom {
  border-color: #f28f53;
}
.direktkredit-form .checkbox-label .checkbox-text {
  flex: 1;
}
.direktkredit-form .checkbox-label .checkbox-text a {
  color: #2d2d2d;
  text-decoration: underline;
}
.direktkredit-form .checkbox-label .checkbox-text a:hover {
  text-decoration: none;
}
.direktkredit-form .error-message {
  display: none;
  font-size: 0.875rem;
  color: #f28f53;
  margin-top: 0.25rem;
}
.direktkredit-form .error-message.show {
  display: block;
}
.direktkredit-form .form-submit {
  font-family: 'Inter', Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.05rem;
  line-height: 1.4;
  font-weight: 600;
  color: #2d2d2d;
  width: 110px;
  height: 110px;
  background-color: transparent;
  background-image: url('/theme/public/assets/frontend/img/btn_submit_on.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: auto;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.9);
  opacity: 0.8;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 641px) and (max-width: 900px) {
  .direktkredit-form .form-submit {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 901px) {
  .direktkredit-form .form-submit {
    font-size: 1.2rem;
  }
}
.direktkredit-form .form-submit:hover {
  opacity: 1;
  transform: scale(1.05);
  box-shadow: none;
}
/*


       o     |
           __|   _   __
  |  |_|  /  |  |/  /  \_
   \/  |_/\_/|_/|__/\__/



*/
.video {
  padding: 4rem 2rem;
  max-width: 1100px;
  margin: auto;
}
.video .video-wrapper {
  position: relative;
  overflow: hidden;
}
.video .video-player {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.video .video-control {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-color: #f28f53;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 2;
}
@media only screen and (min-width: 641px) and (max-width: 900px) {
  .video .video-control {
    width: 70px;
    height: 70px;
  }
}
@media only screen and (min-width: 901px) {
  .video .video-control {
    width: 80px;
    height: 80px;
  }
}
.video .video-control:hover {
  background-color: #f28f53;
  transform: translate(-50%, -50%) scale(1.1);
}
.video .video-control svg {
  width: 40px;
  height: 40px;
  color: #ffffff;
}
.video .video-control .pause-icon {
  display: none;
}
.video .video-control.playing {
  opacity: 0;
}
.video .video-control.playing .play-icon {
  display: none;
}
.video .video-control.playing .pause-icon {
  display: block;
}
.video:hover .video-control.playing {
  opacity: 1;
}
.video .video-progress {
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  width: 80%;
  max-width: 600px;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.video .video-progress-bar {
  width: 100%;
  height: 6px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  overflow: hidden;
  cursor: pointer;
}
.video .video-progress-fill {
  height: 100%;
  width: 0%;
  background: #f28f53;
  transition: width 0.1s linear;
}
.video:hover .video-progress {
  opacity: 1;
}
@media only screen and (min-width: 421px) and (max-width: 640px) {
  .video {
    padding: 4rem 4.5rem;
  }
}
@media only screen and (min-width: 641px) and (max-width: 900px) {
  .video {
    padding: 4rem 1.5rem;
  }
}
@media only screen and (min-width: 901px) {
  .video {
    padding: 6rem 2rem;
  }
}
/*
 
   _                         
  | |                        
  | |  __   __ _|_  _   ,_   
  |/  /  \_/  \_|  |/  /  |  
  |__/\__/ \__/ |_/|__/   |_/
  |\                         
  |/                         
 

*/
footer {
  position: relative;
  z-index: 10;
  padding: 0;
  margin-top: 0rem;
}
footer .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 2rem;
}
@media only screen and (min-width: 421px) and (max-width: 640px) {
  footer .container {
    padding: 0 4.5rem;
  }
}
@media only screen and (min-width: 641px) and (max-width: 900px) {
  footer .container {
    padding: 0 1.5rem;
  }
}
@media only screen and (min-width: 901px) {
  footer .container {
    padding: 0 2rem;
  }
}
footer .footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  gap: 0;
  border-top: 1px solid #2d2d2d;
  padding-top: 2rem;
  padding-bottom: 25vh;
}
@media only screen and (min-width: 641px) {
  footer .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
}
footer .footer-grid > div {
  min-width: 0;
}
footer .footer-left,
footer .footer-right {
  margin: 0;
  padding: 0;
  align-self: start;
  vertical-align: top;
}
footer .footer-left {
  text-align: left;
}
footer .footer-left ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}
footer .footer-left ul li {
  font-family: 'Inter', Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.05rem;
  color: #2d2d2d;
  margin: 0;
  padding: 0;
  line-height: 1.4;
}
@media only screen and (min-width: 641px) and (max-width: 900px) {
  footer .footer-left ul li {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 901px) {
  footer .footer-left ul li {
    font-size: 1.2rem;
  }
}
footer .footer-left ul li:first-child {
  margin-top: 0;
}
footer .footer-left ul li a {
  display: inline-block;
  color: #2d2d2d;
  text-decoration: none;
}
footer .footer-left ul li a:hover {
  color: #f28f53;
}
footer .footer-right {
  font-family: 'Inter', Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.05rem;
  line-height: 1.4;
  color: #2d2d2d;
  text-align: left;
  margin-top: 2rem;
}
@media only screen and (min-width: 641px) and (max-width: 900px) {
  footer .footer-right {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 901px) {
  footer .footer-right {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 641px) {
  footer .footer-right {
    text-align: right;
    margin-top: 0;
  }
}
footer .footer-right ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}
footer .footer-right ul li {
  font-family: 'Inter', Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.05rem;
  color: #2d2d2d;
  margin: 0;
  padding: 0;
  line-height: 1.4;
}
@media only screen and (min-width: 641px) and (max-width: 900px) {
  footer .footer-right ul li {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 901px) {
  footer .footer-right ul li {
    font-size: 1.2rem;
  }
}
footer .footer-right ul li:first-child {
  margin-top: 0;
}
footer .footer-right ul li a {
  display: inline-block;
  color: #2d2d2d;
  text-decoration: none;
}
footer .footer-right ul li a:hover {
  color: #f28f53;
}
