.navbar_block{
    position: fixed; 
    bottom:62px; 
    left:80px;
    font-size: 1.125rem;
    background:#fff;
    z-index: 1000;
    transition: all 0.5s ease-in-out;
     
    .nav_container {
      transition: opacity 0.5s ease-in-out;
      &.hidden {
        display: none;
      }
    }

    li {
      margin-bottom: 0.5rem;
    }

    a {
      color: #fff;
      display: inline-block;
      transition: all 0.2s ease;
      padding: 1px 0;
      padding-right: 30px;
      line-height: 1.2em;
      
      &.active {
        background: url('../images/arrow_forward_white.svg') no-repeat center left;
        background-size: 20px;
        padding: 1px 30px;
      }

      &:hover {
        opacity: 0.8;
      }
    }
    @media (max-width: 960px) {
        
    }
  }
.nav_start{
    background:url('../images/arrow_forward.svg') no-repeat center right 5px;
    background-size: 18px 18px;
    padding-right:4rem; 
    transition: all 0.2s ease-in-out;
    
    .mobile-icon {
      display: none;
    }
    
    @media (max-width: 960px) {
      background: none;
      padding-right: 0;
      
      .desktop-text {
        display: none;
      }
      
      .mobile-icon {
        display: block;
      }
    }
    
    &:hover{
      background:url('../images/arrow_forward.svg') no-repeat center right 0px;
      background-size: 20px 20px;
      
      @media (max-width: 960px) {
        background: none;
      }
    }
  }
@media only screen and (max-width : 960px) {

    .navbar_block{
        bottom:40px; 
       /* left:40px;*/
       left:30px;
        max-width:calc(100% - 60px);
    }
   
}
/* ! tailwindcss v3.4.11 | MIT License | https://tailwindcss.com*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*, ::before, ::after{
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  ;
}
::backdrop{
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  ;
}
.container{
    width: 100%;
}
@media (min-width: 640px){
     
    .container{
        max-width: 640px;
    }
}
@media (min-width: 768px){
     
    .container{
        max-width: 768px;
    }
}
@media (min-width: 1024px){
     
    .container{
        max-width: 1024px;
    }
}
@media (min-width: 1280px){
     
    .container{
        max-width: 1280px;
    }
}
@media (min-width: 1536px){
     
    .container{
        max-width: 1536px;
    }
}
.visible{
    visibility: visible;
}
.collapse{
    visibility: collapse;
}
.absolute{
    position: absolute;
}
.relative{
    position: relative;
}
.sticky{
    position: sticky;
}
.inset-0{
    inset: 0px;
}
.bottom-0{
    bottom: 0px;
}
.bottom-4{
    bottom: 1rem;
}
.left-0{
    left: 0px;
}
.left-4{
    left: 1rem;
}
.right-0{
    right: 0px;
}
.right-5{
    right: 1.25rem;
}
.top-5{
    top: 1.25rem;
}
.col-span-1{
    grid-column: span 1 / span 1;
}
.col-span-12{
    grid-column: span 12 / span 12;
}
.col-span-4{
    grid-column: span 4 / span 4;
}
.col-span-6{
    grid-column: span 6 / span 6;
}
.col-span-7{
    grid-column: span 7 / span 7;
}
.col-span-8{
    grid-column: span 8 / span 8;
}
.col-start-2{
    grid-column-start: 2;
}
.col-start-7{
    grid-column-start: 7;
}
.col-start-9{
    grid-column-start: 9;
}
.-ml-8{
    margin-left: -2rem;
}
.-mr-8{
    margin-right: -2rem;
}
.-mt-6{
    margin-top: -1.5rem;
}
.mb-10{
    margin-bottom: 2.5rem;
}
.mb-12{
    margin-bottom: 3rem;
}
.mb-16{
    margin-bottom: 4rem;
}
.mb-20{
    margin-bottom: 5rem;
}
.mb-24{
    margin-bottom: 6rem;
}
.mb-3{
    margin-bottom: 0.75rem;
}
.mb-32{
    margin-bottom: 8rem;
}
.mb-4{
    margin-bottom: 1rem;
}
.mb-5{
    margin-bottom: 1.25rem;
}
.ml-0{
    margin-left: 0px;
}
.ml-20{
    margin-left: 5rem;
}
.ml-5{
    margin-left: 1.25rem;
}
.mr-6{
    margin-right: 1.5rem;
}
.mr-auto{
    margin-right: auto;
}
.mt-0{
    margin-top: 0px;
}
.mt-10{
    margin-top: 2.5rem;
}
.mt-12{
    margin-top: 3rem;
}
.mt-14{
    margin-top: 3.5rem;
}
.mt-16{
    margin-top: 4rem;
}
.mt-24{
    margin-top: 6rem;
}
.mt-28{
    margin-top: 7rem;
}
.mt-32{
    margin-top: 8rem;
}
.mt-36{
    margin-top: 9rem;
}
.mt-4{
    margin-top: 1rem;
}
.mt-40{
    margin-top: 10rem;
}
.mt-52{
    margin-top: 13rem;
}
.block{
    display: block;
}
.flex{
    display: flex;
}
.grid{
    display: grid;
}
.hidden{
    display: none;
}
.size-full{
    width: 100%;
    height: 100%;
}
.h-20{
    height: 5rem;
}
.h-\[400px\]{
    height: 400px;
}
.h-\[800px\]{
    height: 800px;
}
.h-full{
    height: 100%;
}
.min-h-\[253px\]{
    min-height: 253px;
}
.min-h-\[353px\]{
    min-height: 353px;
}
.w-1\/12{
    width: 8.333333%;
}
.w-1\/2{
    width: 50%;
}
.w-2\/3{
    width: 66.666667%;
}
.w-20{
    width: 5rem;
}
.w-4\/12{
    width: 33.333333%;
}
.w-5\/12{
    width: 41.666667%;
}
.w-6\/12{
    width: 50%;
}
.w-\[50\%\]{
    width: 50%;
}
.w-\[800px\]{
    width: 800px;
}
.w-full{
    width: 100%;
}
.grow{
    flex-grow: 1;
}
.transform{
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
    cursor: pointer;
}
.resize{
    resize: both;
}
.grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-col{
    flex-direction: column;
}
.items-start{
    align-items: flex-start;
}
.items-center{
    align-items: center;
}
.justify-end{
    justify-content: flex-end;
}
.justify-center{
    justify-content: center;
}
.justify-between{
    justify-content: space-between;
}
.gap-12{
    gap: 3rem;
}
.gap-16{
    gap: 4rem;
}
.gap-20{
    gap: 5rem;
}
.gap-4{
    gap: 1rem;
}
.gap-5{
    gap: 1.25rem;
}
.gap-8{
    gap: 2rem;
}
.gap-x-20{
    -moz-column-gap: 5rem;
         column-gap: 5rem;
}
.self-start{
    align-self: flex-start;
}
.overflow-hidden{
    overflow: hidden;
}
.break-words{
    overflow-wrap: break-word;
}
.rounded-\[35px\]{
    border-radius: 35px;
}
.rounded-\[45px\]{
    border-radius: 45px;
}
.rounded-full{
    border-radius: 9999px;
}
.border{
    border-width: 1px;
}
.border-b{
    border-bottom-width: 1px;
}
.border-t{
    border-top-width: 1px;
}
.border-\[\#271B5B\]{
    --tw-border-opacity: 1;
    border-color: rgb(39 27 91 / var(--tw-border-opacity));
}
.bg-\[\#271B5B\]{
    --tw-bg-opacity: 1;
    background-color: rgb(39 27 91 / var(--tw-bg-opacity));
}
.bg-\[\#54CA28\]{
    --tw-bg-opacity: 1;
    background-color: rgb(84 202 40 / var(--tw-bg-opacity));
}
.bg-\[\#f3887b\]{
    --tw-bg-opacity: 1;
    background-color: rgb(243 136 123 / var(--tw-bg-opacity));
}
.bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-\[\#D6F5CA\]{
    --tw-gradient-from: #D6F5CA var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(214 245 202 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-\[\#9FE984\]{
    --tw-gradient-to: #9FE984 var(--tw-gradient-to-position);
}
.object-cover{
    -o-object-fit: cover;
       object-fit: cover;
}
.p-6{
    padding: 1.5rem;
}
.px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
.px-12{
    padding-left: 3rem;
    padding-right: 3rem;
}
.px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
}
.px-16{
    padding-left: 4rem;
    padding-right: 4rem;
}
.px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.px-8{
    padding-left: 2rem;
    padding-right: 2rem;
}
.py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
.py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
}
.pb-10{
    padding-bottom: 2.5rem;
}
.pb-16{
    padding-bottom: 4rem;
}
.pb-2{
    padding-bottom: 0.5rem;
}
.pb-20{
    padding-bottom: 5rem;
}
.pb-24{
    padding-bottom: 6rem;
}
.pb-36{
    padding-bottom: 9rem;
}
.pb-4{
    padding-bottom: 1rem;
}
.pb-48{
    padding-bottom: 12rem;
}
.pb-8{
    padding-bottom: 2rem;
}
.pb-\[50\%\]{
    padding-bottom: 50%;
}
.pr-20{
    padding-right: 5rem;
}
.pr-32{
    padding-right: 8rem;
}
.pt-10{
    padding-top: 2.5rem;
}
.pt-4{
    padding-top: 1rem;
}
.text-right{
    text-align: right;
}
.text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
}
.text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
}
.text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
}
.text-5xl{
    font-size: 3rem;
    line-height: 1;
}
.text-6xl{
    font-size: 3.75rem;
    line-height: 1;
}
.text-7xl{
    font-size: 4.5rem;
    line-height: 1;
}
.text-8xl{
    font-size: 6rem;
    line-height: 1;
}
.text-base{
    font-size: 1rem;
    line-height: 1.5rem;
}
.font-bold{
    font-weight: 700;
}
.font-medium{
    font-weight: 500;
}
.leading-10{
    line-height: 2.5rem;
}
.leading-\[1\.0em\]{
    line-height: 1.0em;
}
.leading-\[1\.1em\]{
    line-height: 1.1em;
}
.leading-none{
    line-height: 1;
}
.tracking-normal{
    letter-spacing: 0em;
}
.tracking-tight{
    letter-spacing: -0.025em;
}
.tracking-tighter{
    letter-spacing: -0.05em;
}
.text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.opacity-0{
    opacity: 0;
}
.opacity-90{
    opacity: 0.9;
}
.shadow-\[0_-4px_6px_-1px_rgba\(0\2c 0\2c 0\2c 0\.1\)\]{
    --tw-shadow: 0 -4px 6px -1px rgba(0,0,0,0.1);
    --tw-shadow-colored: 0 -4px 6px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.blur{
    --tw-blur: blur(8px);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.duration-500{
    transition-duration: 500ms;
}
@font-face {
  font-family: 'SDCC';
  src: url('../fonts/SDCC_097-Regular-web-0_97.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SDCC';
  src: url('../fonts/SDCC_097-Regular_Italic-web-0_97.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'SDCC';
  src: url('../fonts/SDCC_097-Bold-web-0_97.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SDCC';
  src: url('../fonts/SDCC_097-Bold_Italic-web-0_97.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'SDCC';
  src: url('../fonts/SDCC_097-Light-web-0_97.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SDCC';
  src: url('../fonts/SDCC_097-Light_Italic-web-0_97.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
/* @font-face {*/
/*   font-family: 'Sul Sans';*/
/*   src: url('../fonts/SulSans-Regular.woff2') format('woff2'),*/
/*       url('../fonts/SulSans-Regular.woff') format('woff');*/
/*   font-weight: normal;*/
/*   font-style: normal;*/
/*   font-display: swap;*/
/* }*/
/* @font-face {*/
/*   font-family: 'Sul Sans';*/
/*   src: url('../fonts/SulSans-Medium.woff2') format('woff2'),*/
/*       url('../fonts/SulSans-Medium.woff') format('woff');*/
/*   font-weight: 500;*/
/*   font-style: normal;*/
/*   font-display: swap;*/
/* }*/
/* @font-face {*/
/*   font-family: 'Sul Sans';*/
/*   src: url('../fonts/SulSans-Bold.woff2') format('woff2'),*/
/*       url('../fonts/SulSans-Bold.woff') format('woff');*/
/*   font-weight: bold;*/
/*   font-style: normal;*/
/*   font-display: swap;*/
/* }*/
/* @font-face {*/
/*   font-family: 'Sul Stencil';*/
/*   src: url('../fonts/SulStencil-Regular.woff2') format('woff2'),*/
/*       url('../fonts/SulStencil-Regular.woff') format('woff');*/
/*   font-weight: normal;*/
/*   font-style: normal;*/
/*   font-display: swap;*/
/* }*/
:root {
  --background: #fff;
  --foreground: #271B5B;
  --font-family: 'SDCC';
  
}
@media (prefers-color-scheme: dark) {
  :root { 
      
  }  
}
html {  
 /* scroll-behavior: smooth;   */
}
.page-block {
/*  scroll-margin-top: 50px; *//* adjust as needed *//**/
/*padding-bottom:50px;*/
}
body {      
  color: var(--foreground);
  background: var(--background);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
 /* min-height: 300vh;  */
 font-size: 24px; 
 line-height: 1.3; 
  overflow-x: hidden;
  font-family: var(--font-family);
}
h1,h2,h3,h4{ 
          
}
h2{
}
h3,h4{
  font-weight: 700;
}
p{
  margin-bottom:2rem;
}
html.lenis, html.lenis body {
    height: auto;
  }
.lenis.lenis-smooth {
    scroll-behavior: auto !important;
  }
.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
  }
.lenis.lenis-stopped {
    overflow: hidden;  
  }
.lenis.lenis-smooth iframe {
    pointer-events: none;
  }
.hr_topline{  
    border:none;
    border-top:1px solid #271B5B; 
  }
.hr_topline_white{
    border:none;
    border-top:1px solid #fff; 
  }
.hr_topline_red{
    border:none;
    border-top:1px solid #F06A5A; 
  }
.gradient_circle {
    position: absolute;
    width: 800px; 
    height: 800px;
    border-radius: 50%;
    opacity: 0.75;
    filter: blur(100px);  
    z-index: 0;
    left: 75%;
    top: 75%;
    transform: translate(-50%, -50%);
    animation: floatAnimation 50s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }
@keyframes floatAnimation {
    0% {
      left: 80%;
      top: 65%;
      transform: translate(-50%, -50%) scale(0.95);
    }
    12% {
      left: 30%;
      top: 80%;
      transform: translate(-50%, -50%) scale(1.1);
    }
    25% {
      left: 65%;
      top: 20%;
      transform: translate(-50%, -50%) scale(0.9);
    }
    37% {
      left: 15%;
      top: 45%;
      transform: translate(-50%, -50%) scale(1.05);
    }
    50% {
      left: 85%;
      top: 35%;
      transform: translate(-50%, -50%) scale(0.92);
    }
    62% {
      left: 40%;
      top: 15%;
      transform: translate(-50%, -50%) scale(1.08);
    }
    75% {
      left: 20%;
      top: 70%;
      transform: translate(-50%, -50%) scale(0.95);
    }
    87% {
      left: 75%;
      top: 25%;
      transform: translate(-50%, -50%) scale(1.05);
    }
    100% {
      left: 80%;
      top: 65%;
      transform: translate(-50%, -50%) scale(0.95);
    }
  }
.achievements_main {
    h2{
      font-weight: 700;
      margin-bottom:10px;
    }
    .achievements_list{
      h4{ 
        border-top:1px solid #271B5B;
        font-weight: 700;
        margin-bottom:10px;
      } 
    }   
    
  }
.achievements_callout_text{
   /* font-family: 'Sul Stencil', sans-serif; */
  }
/* Sticky block styles */
.sticky-block {
    pointer-events: none; /* Let clicks pass through when animating*/
    z-index: 10;
    
    @media (max-width: 768px) {
        position: relative !important;
        transform: none !important;
    }
    transition: opacity 0.2s ease;
  
  &.is-transitioning {
    opacity: 0;
    pointer-events: none;
  }
  will-change: transform, top, opacity;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  perspective: 1000
}
.corporate_home {  
  height: 100vh; 
  display: flex;
  flex-direction: column;
  .top_home {
    font-size: 13px; 
    line-height: 1.2em;
    color:#353C8F;
    .logo{
      height:35px;
      width:auto;
      @media (max-width: 960px) {
        height: auto;
        width: 60%;
      }
    }
  } 
  > div:nth-child(2) { /* The div containing the purple section*/
    flex: 1;
    min-height: 0; /* This prevents overflow*/
  } 

  .orange_home{
    background: radial-gradient(circle at center, #f37161 0%, #f7996c 100%);
    width:50vw;
    height:50vw;
    position: absolute;
    right:5vw;
    bottom:5vw;
    border-radius: 100vw;

  }
}
.values_intro{
  h3{ 
    font-weight: 700;
  }
}
.principal_services_intro{
  padding-right:5vw;
  h3{
    font-weight: 700;
  }
}
.principal_services {
  ul {
    list-style-type: disc;
    padding-left: 20px;
    li{
      border-top:1px solid #271B5B;
    } 
  }
}
.plan_stats{ 
  font-size: 1.125rem;
  .number{ 
   /* font-size: 4rem;*/
  } 
  p{
    margin-bottom:0px;
  } 
    
}
.democracy_governance, .policy_text{
  h4{
    font-weight: 700; 
  }
}
.policy_text{
  ul{
    list-style-type:disc;
    padding-left:20px;
    li{
    
    }   
  } 
}
.goal_detail_block{
  ul{
   
    padding-left:20px;
    li{
    
    } 
  }
}
.more_content{
  h3{
    font-weight: 700; 
  }  
}
.our-equality-top{
  ul{
    list-style-type:disc;
    /*padding-left:20px;*/
    li{
      padding-bottom:20px;
    } 
  }
}
.step_block{
  ul{
    list-style-image: url('../images/arrow_forward.svg');
    
    li{
      padding-bottom:20px;
    } 
  }
}
.two_column{
  ol{  
    list-style-type: decimal; 
    
    li {
      padding-bottom: 1em; 
    }
  }
}
.goal_single {     
  display: flex; 
  flex-direction: column; 
  height: 100%;
  justify-content:space-between;
    
  h4 {
     
  }
   
  img {
   /* margin-top: auto;*/
  /*  margin-right: 0;*/
   
  }
}
.goal_detail_block{
  ul{
    list-style-type:disc;
    /*padding-left:20px;*/
    li{
      padding-bottom:20px;
    } 
  }
}
.deliver_detail_block{
  font-size: 1.125rem;
  ul{
    list-style-type:disc;
    li{   
      padding-bottom:20px;  
    }            
  }     
}
.bar_stats_blocks{
  font-size: 1.125rem;
  .bar{
    transition: height 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
.progress-ring {
  transform: rotate(-90deg);
  width: 120px;
  height: 120px;
  margin-left: auto; /* Align to right*/
  
  &__circle {
    stroke: #92D35E;
    stroke-width: 12;
    transition: stroke-dashoffset 1.2s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: center;
  }
}
.percentage-wrapper {
  display: flex;
  align-items: flex-end;
  height: 120px; /* Match SVG height*/
  line-height: 0.8; 
}
.percentage-counter {
  transition: all 0.8s ease-in-out;
}
.gradient-wrapper {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 45px;
  z-index: 0;
}
.gradient-canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  filter: blur(60px);
  -webkit-filter: blur(60px); /* just in case on older Safari */
 /* opacity: 0.6;*/
}
canvas.myBlobs {
  /* apply to your <canvas> element */
  
}
.form_wrap{
  color:#271B5B !important;
  label{
    color:#271B5B !important;
  }
  input[type=text], input[type=email], input[type=tel], textarea{
    border:none !important;
    background:#F9C3BD !important;
    border-radius:35px !important;
    padding-left:10px !important;
    color:#271B5B !important;
  }
  input[type=submit]{
    border:none !important;
    background:#F06A5A !important;
    border-radius:35px !important;
    color:#271B5B !important;
    padding:10px !important;
    width:100% !important;
    text-transform: uppercase;
  }    
}
.link{
  border-bottom:1px solid #271B5B;
}
.language-toggle {
  .toggle-wrapper {
    display: inline-flex;
    background: #E5E7EB;
    border-radius: 9999px;
    line-height: 1;
  }

  .toggle-option {
    padding: 8px 16px;
    border-radius: 9999px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    
    &.active {
      background: #363A92;
      color: white;
    }

    &:not(.active) {
      &:hover {
        background: rgba(0,0,0,0.05);
      }
    }
  }
}
.footer{
  padding:10px;
  .footer_nav{
    display:flex;
    justify-content: center;
    font-size: 16px;
    li{
      list-style-type: none;
      padding:10px;
      a{
        color:#271B5B;
        text-decoration: none;
      }
    }
  }
}
@media only screen and (max-width : 960px) {
     
  body {         
   font-size: 18px;  
   line-height: 1.2; 
  }        
  p{  
    margin-bottom:1.2rem;
  } 

  .overflow-wrap-anywhere {
    overflow-wrap: anywhere;
    word-break: break-word;
    -ms-word-break: break-all;
    -webkit-hyphens: auto;
            hyphens: auto;
  } 
     
}
@media not all and (min-width: 1024px){
     
    .max-lg\:col-span-10{
        grid-column: span 10 / span 10;
    }
     
    .max-lg\:col-span-11{
        grid-column: span 11 / span 11;
    }
     
    .max-lg\:col-span-12{
        grid-column: span 12 / span 12;
    }
     
    .max-lg\:col-start-1{
        grid-column-start: 1;
    }
     
    .max-lg\:-ml-0{
        margin-left: -0px;
    }
     
    .max-lg\:-mr-0{
        margin-right: -0px;
    }
     
    .max-lg\:mb-0{
        margin-bottom: 0px;
    }
     
    .max-lg\:mb-10{
        margin-bottom: 2.5rem;
    }
     
    .max-lg\:mb-5{
        margin-bottom: 1.25rem;
    }
     
    .max-lg\:ml-0{
        margin-left: 0px;
    }
     
    .max-lg\:mt-0{
        margin-top: 0px;
    }
     
    .max-lg\:mt-10{
        margin-top: 2.5rem;
    }
     
    .max-lg\:mt-20{
        margin-top: 5rem;
    }
     
    .max-lg\:mt-5{
        margin-top: 1.25rem;
    }
     
    .max-lg\:hidden{
        display: none;
    }
     
    .max-lg\:w-full{
        width: 100%;
    }
     
    .max-lg\:max-w-full{
        max-width: 100%;
    }
     
    .max-lg\:grid-cols-1{
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
     
    .max-lg\:grid-cols-2{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
     
    .max-lg\:flex-col{
        flex-direction: column;
    }
     
    .max-lg\:gap-10{
        gap: 2.5rem;
    }
     
    .max-lg\:gap-4{
        gap: 1rem;
    }
     
    .max-lg\:gap-5{
        gap: 1.25rem;
    }
     
    .max-lg\:gap-6{
        gap: 1.5rem;
    }
     
    .max-lg\:border-t-0{
        border-top-width: 0px;
    }
     
    .max-lg\:px-4{
        padding-left: 1rem;
        padding-right: 1rem;
    }
     
    .max-lg\:px-5{
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
     
    .max-lg\:pb-10{
        padding-bottom: 2.5rem;
    }
     
    .max-lg\:pb-24{
        padding-bottom: 6rem;
    }
     
    .max-lg\:pb-4{
        padding-bottom: 1rem;
    }
     
    .max-lg\:pr-0{
        padding-right: 0px;
    }
     
    .max-lg\:pr-5{
        padding-right: 1.25rem;
    }
     
    .max-lg\:text-2xl{
        font-size: 1.5rem;
        line-height: 2rem;
    }
     
    .max-lg\:text-3xl{
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
     
    .max-lg\:text-4xl{
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
     
    .max-lg\:text-base{
        font-size: 1rem;
        line-height: 1.5rem;
    }
     
    .max-lg\:leading-\[1\.0em\]{
        line-height: 1.0em;
    }
}
@media not all and (min-width: 768px){
     
    .max-md\:col-span-12{
        grid-column: span 12 / span 12;
    }
     
    .max-md\:ml-0{
        margin-left: 0px;
    }
     
    .max-md\:mt-10{
        margin-top: 2.5rem;
    }
     
    .max-md\:w-full{
        width: 100%;
    }
     
    .max-md\:max-w-full{
        max-width: 100%;
    }
     
    .max-md\:grid-cols-1{
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
     
    .max-md\:border-t-0{
        border-top-width: 0px;
    }
}
@media (min-width: 1024px){
     
    .lg\:absolute{
        position: absolute;
    }
     
    .lg\:block{
        display: block;
    }
     
    .lg\:hidden{
        display: none;
    }
     
    .lg\:justify-between{
        justify-content: space-between;
    }
} 



