@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:wght@400;500;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:wght@400;500;700&display=swap');

/*
! tailwindcss v3.3.3 | 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.
*/

html {
  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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", 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 */
}

/*
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. 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-size: 1em;
  /* 2 */
}

/*
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 */
  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,
[type='button'],
[type='reset'],
[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;
}

*{
  scrollbar-color: initial;
  scrollbar-width: initial;
}

*, ::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:  ;
}

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

.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.bottom-0{
  bottom: 0px;
}

.bottom-10{
  bottom: 2.5rem;
}

.left-0{
  left: 0px;
}

.left-6{
  left: 1.5rem;
}

.right-0{
  right: 0px;
}

.right-10{
  right: 2.5rem;
}

.right-6{
  right: 1.5rem;
}

.top-0{
  top: 0px;
}

.z-10{
  z-index: 10;
}

.z-20{
  z-index: 20;
}

.z-30{
  z-index: 30;
}

.z-50{
  z-index: 50;
}

.m-4{
  margin: 1rem;
}

.m-6{
  margin: 1.5rem;
}

.mx-\.10{
  margin-left: 10%;
  margin-right: 10%;
}

.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-6{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-20{
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.-mb-1{
  margin-bottom: -0.25rem;
}

.-mb-3{
  margin-bottom: -0.75rem;
}

.-mb-4{
  margin-bottom: -1rem;
}

.-mb-5{
  margin-bottom: -1.25rem;
}

.-mb-6{
  margin-bottom: -1.5rem;
}

.-ml-1{
  margin-left: -0.25rem;
}

.-ml-16{
  margin-left: -4rem;
}

.-mt-3{
  margin-top: -0.75rem;
}

.mb-1{
  margin-bottom: 0.25rem;
}

.mb-10{
  margin-bottom: 2.5rem;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.mb-6{
  margin-bottom: 1.5rem;
}

.mb-8{
  margin-bottom: 2rem;
}

.me-2{
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}

.mr-2{
  margin-right: 0.5rem;
}

.mr-6{
  margin-right: 1.5rem;
}

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

.mt-1{
  margin-top: 0.25rem;
}

.mt-10{
  margin-top: 2.5rem;
}

.mt-2{
  margin-top: 0.5rem;
}

.mt-4{
  margin-top: 1rem;
}

.mt-5{
  margin-top: 1.25rem;
}

.mt-6{
  margin-top: 1.5rem;
}

.block{
  display: block;
}

.flex{
  display: flex;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.h-14{
  height: 3.5rem;
}

.h-3\/4{
  height: 75%;
}

.h-4{
  height: 1rem;
}

.h-52{
  height: 13rem;
}

.h-6{
  height: 1.5rem;
}

.h-8{
  height: 2rem;
}

.h-full{
  height: 100%;
}

.w-1\/2{
  width: 50%;
}

.w-1\/4{
  width: 25%;
}

.w-1\/5{
  width: 20%;
}

.w-1\/6{
  width: 18%;
}

.w-14{
  width: 3.5rem;
}

.w-2\/6{
  width: 33.333333%;
}

.w-24{
  width: 6rem;
}

.w-3\/4{
  width: 75%;
}

.w-36{
  width: 9rem;
}

.w-48{
  width: 12rem;
}

.w-6{
  width: 1.5rem;
}

.w-full{
  width: 100%;
}

.max-w-full{
  max-width: 100%;
}

.grow{
  flex-grow: 1;
}

.cursor-pointer{
  cursor: pointer;
}

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

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

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

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

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

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

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

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

.gap-10{
  gap: 2.5rem;
}

.gap-12{
  gap: 3rem;
}

.gap-4{
  gap: 1rem;
}

.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

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

.overflow-hidden{
  overflow: hidden;
}

.overflow-scroll{
  overflow: scroll;
}

.overflow-y-scroll{
  overflow-y: scroll;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-2xl{
  border-radius: 1rem;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded-sm{
  border-radius: 0.125rem;
}

.rounded-xl{
  border-radius: 0.75rem;
}

.rounded-br-3xl{
  border-bottom-right-radius: 1.5rem;
}

.border{
  border-width: 1px;
}

.border-0{
  border-width: 0px;
}

.border-2{
  border-width: 2px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-b-2{
  border-bottom-width: 2px;
}

.border-r-2{
  border-right-width: 2px;
}

.border-t-2{
  border-top-width: 2px;
}

.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-s-blue{
  --tw-border-opacity: 1;
  border-color: rgb(113 207 235 / var(--tw-border-opacity));
}

.border-t-blue{
  --tw-border-opacity: 1;
  border-color: rgb(14 51 65 / var(--tw-border-opacity));
}

.border-r-f-1-blue{
  --tw-border-opacity: 1;
  border-right-color: rgb(22 31 35 / var(--tw-border-opacity));
}

.bg-f-1-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(22 31 35 / var(--tw-bg-opacity));
}

.bg-f-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(27 101 128 / var(--tw-bg-opacity));
}

.bg-f-white{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.bg-s-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(113 207 235 / var(--tw-bg-opacity));
}

.bg-s-white{
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity));
}

.bg-t-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(14 51 65 / var(--tw-bg-opacity));
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-opacity-80{
  --tw-bg-opacity: 0.8;
}

.bg-\[url\(\'\/assets\/images\/about-images\/bg5-side-f5f5f5\.png\'\)\]{
  background-image: url('/assets/images/about-images/bg5-side-f5f5f5.png');
}

.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-t-blue{
  --tw-gradient-from: #0E3341 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 51 65 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-f-blue{
  --tw-gradient-to: rgb(27 101 128 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1B6580 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-f-blue{
  --tw-gradient-to: #1B6580 var(--tw-gradient-to-position);
}

.bg-contain{
  background-size: contain;
}

.bg-cover{
  background-size: cover;
}

.bg-no-repeat{
  background-repeat: no-repeat;
}

.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}

.p-10{
  padding: 2.5rem;
}

.p-2{
  padding: 0.5rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-6{
  padding: 1.5rem;
}

.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

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

.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-1{
  padding-bottom: 0.25rem;
}

.pb-10{
  padding-bottom: 2.5rem;
}

.pb-2{
  padding-bottom: 0.5rem;
}

.pb-4{
  padding-bottom: 1rem;
}

.pb-8{
  padding-bottom: 2rem;
}

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

.pl-2{
  padding-left: 0.5rem;
}

.pr-2{
  padding-right: 0.5rem;
}

.pt-2{
  padding-top: 0.5rem;
}

.pt-20{
  padding-top: 5rem;
}

.pt-4{
  padding-top: 1rem;
}

.pt-6{
  padding-top: 1.5rem;
}

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

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

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

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

.align-middle{
  vertical-align: middle;
}

.font-merriweather{
  font-family: Merriweather;
}

.font-poppins{
  font-family: Poppins;
}

.text-2xl{
  font-size: 1.563rem;
}

.text-3\.1xl{
  font-size: 2.1875rem;
}

.text-3xl{
  font-size: 1.953rem;
}

.text-4\.1xl{
  font-size: 2.5rem;
}

.text-4\.2xl{
  font-size: 2.5625rem;
}

.text-4\.3xl{
  font-size: 2.6025rem;
}

.text-4xl{
  font-size: 2.441rem;
}

.text-7xl{
  font-size: 4.5rem;
  line-height: 1;
}

.text-base{
  font-size: 1rem;
}

.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm{
  font-size: 0.9rem;
}

.text-ssm{
  font-size: 0.8rem;
}

.text-xl{
  font-size: 1.25rem;
}

.text-xs{
  font-size: 0.7rem;
}

.text-xxs{
  font-size:  0.6rem;
}

.font-bold{
  font-weight: 700;
}

.font-extrabold{
  font-weight: 800;
}

.font-medium{
  font-weight: 500;
}

.font-semibold{
  font-weight: 600;
}

.leading-normal{
  line-height: 1.5;
}

.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-f-2-blue{
  --tw-text-opacity: 1;
  color: rgb(84 140 160 / var(--tw-text-opacity));
}

.text-f-blue{
  --tw-text-opacity: 1;
  color: rgb(27 101 128 / var(--tw-text-opacity));
}

.text-f-white{
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
}

.text-s-blue{
  --tw-text-opacity: 1;
  color: rgb(113 207 235 / var(--tw-text-opacity));
}

.text-t-blue{
  --tw-text-opacity: 1;
  color: rgb(14 51 65 / var(--tw-text-opacity));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.underline{
  text-decoration-line: underline;
}

.decoration-f-blue{
  text-decoration-color: #1B6580;
}

.shadow-\[rgba\(0\2c _0\2c _0\2c _0\.50\)_0px_5px_10px\]{
  --tw-shadow: rgba(0, 0, 0, 0.50) 0px 5px 10px;
  --tw-shadow-colored: 0px 5px 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.drop-shadow-md{
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  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-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.delay-200{
  transition-delay: 200ms;
}

.duration-200{
  transition-duration: 200ms;
}

.duration-300{
  transition-duration: 300ms;
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.scrollbar-thin{
  scrollbar-color: var(--scrollbar-thumb, initial) var(--scrollbar-track, initial);
}

.scrollbar-thin::-webkit-scrollbar-track{
  background-color: var(--scrollbar-track);
  border-radius: var(--scrollbar-track-radius);
}

.scrollbar-thin::-webkit-scrollbar-track:hover{
  background-color: var(--scrollbar-track-hover, var(--scrollbar-track));
}

.scrollbar-thin::-webkit-scrollbar-track:active{
  background-color: var(--scrollbar-track-active, var(--scrollbar-track-hover, var(--scrollbar-track)));
}

.scrollbar-thin::-webkit-scrollbar-thumb{
  background-color: var(--scrollbar-thumb);
  border-radius: var(--scrollbar-thumb-radius);
}

.scrollbar-thin::-webkit-scrollbar-thumb:hover{
  background-color: var(--scrollbar-thumb-hover, var(--scrollbar-thumb));
}

.scrollbar-thin::-webkit-scrollbar-thumb:active{
  background-color: var(--scrollbar-thumb-active, var(--scrollbar-thumb-hover, var(--scrollbar-thumb)));
}

.scrollbar-thin::-webkit-scrollbar-corner{
  background-color: var(--scrollbar-corner);
  border-radius: var(--scrollbar-corner-radius);
}

.scrollbar-thin::-webkit-scrollbar-corner:hover{
  background-color: var(--scrollbar-corner-hover, var(--scrollbar-corner));
}

.scrollbar-thin::-webkit-scrollbar-corner:active{
  background-color: var(--scrollbar-corner-active, var(--scrollbar-corner-hover, var(--scrollbar-corner)));
}

.scrollbar-thin{
  scrollbar-width: thin;
}

.scrollbar-thin::-webkit-scrollbar{
  display: block;
  width: 8px;
  height: 8px;
}

.scrollbar-thumb-f-blue{
  --scrollbar-thumb: #1B6580 !important;
}

html {
  scroll-behavior: smooth;
}

header{
  margin-top: 0;
}

.hamburger {
  cursor: pointer;
  width: 24px;
  height: 24px;
  transition: all 0.25s;
  position: relative;
}

.hamburger-top,
.hamburger-middle,
.hamburger-bottom {
  position: absolute;
  top: 8px;
  left: 0;
  width: 24px;
  height: 2px;
  background: black;
  transform: rotate(0);
  transition: all 0.5s;
}

.hamburger-middle {
  transform: translateY(7px);
}

.hamburger-bottom {
  transform: translateY(14px);
}

.open {
  transform: rotate(90deg);
  transform: translateY(0px);
}

.open .hamburger-top {
  transform: rotate(45deg) translateY(6px) translate(6px);
}

.open .hamburger-middle {
  display: none;
}

.open .hamburger-bottom {
  transform: rotate(-45deg) translateY(6px) translate(-6px);
}

.rotate {
  margin-left: 2px;
  margin-top: -2px;
  width: 16px;
  transform: rotate(180deg);
  transition: all 0.50s ease-in-out;
}

.header {
  box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}

.swiper {
  height: 470px;
  width: 100%;
}

.swiper-wrapper {
  height: auto;
}

.help-hrpec {
  display: flex;
  justify-content: center;
  text-align: center;
}

.go-to-top {
  color: #71CFEB;
}

.go-to-top:hover {
  color: #1B6580;
}

.go-to-top-arrow:hover {
  color: #1B6580;
}

.the-board-border {
  border-bottom: 2px solid #0E3341;
}

.the-boards-name {
  padding-bottom: 14px;
}

.developer-cards:hover .text-after {
  visibility: visible;
}

@media only screen and (max-width: 767px) {
  .swiper {
    height: 120px;
    width: 100%;
  }

  .carousel {
    padding-top: 50px;
  }

  .overlay-image {
    background: RGBA(14,51,65,.3);
  }

  .sample-slider [class="swiper-button-prev"]{
    width: 20px;
    color: #0E3341;
  }

  .sample-slider [class="swiper-button-next"]{
    width: 20px;
    color: #71CFEB;
  }

  .main-content {
    margin-left: 0px;
    margin-right: 0px;
  }

  .pillar-text {
    margin-top: -30px;
  }

  .go-to-top {
    width: 40px;
    height: 40px;
    bottom: 1rem;
    right: .8rem;
  }

  .go-to-top-arrow {
    margin-left: 8px;
  }

  .miyerkulet-images {
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media only screen and (max-width: 1223px) and (min-width: 768px) {
  .swiper {
    height: 280px;
    width: 100%;
  }

  .carousel {
    padding-top: 60px;
  }

  .overlay-image {
    background: RGBA(14,51,65,.3);
  }

  .pillar-text {
    margin-top: -40px;
  }

  .help-hrpec {
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .sample-slider [class^="swiper-button-"]{
    width: 100px;
    color: #71CFEB;
  }

  .header-logo {
    margin-right: 10px;
  }

  .the-board-images-right {
    box-shadow: 40px -40px .5px #1B6580;
  }

  .the-board-images-left {
    box-shadow: -40px 40px .5px #71CFEB;
  }

  .go-to-top {
    width: 40px;
    height: 40px;
    bottom: 1rem;
    left: 1rem;
  }

  .go-to-top-arrow {
    margin-left: 8px;
  }

  .first-in-main-content {
    padding-left: 70px;
    padding-right: 70px;
  }

  .first-in-main-content-our-boards {
    padding-left: 70px;
    padding-right: 70px;
  }

  .second-in-main-content {
    padding-left: 70px;
    padding-right: 70px;
  }

  .second-in-main-content-about {
    width: 100%;
    height: 100%;
    padding-left: 70px;
    padding-right: 70px;
  }

  .third-in-main-content {
    padding-left: 70px;
    padding-right: 70px;
  }

  .third-in-main-content-pillars {
    padding-left: 70px;
    padding-right: 70px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .second-pillar-img {
    margin-left: 8px;
    margin-right: 8px;
  }

  .fourth-in-main-content {
    padding-left: 70px;
    padding-right: 70px;
  }

  .fourth-in-main-content-button {
    margin-top: 20px;
  }

  .fifth-in-main-content {
    padding-left: 70px;
    padding-right: 70px;
  }

  .fifth-in-main-content-button {
    padding-bottom: 20px;
  }

  .miyerkulet-images {
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media only screen and (min-width: 1224px){
  .header {
    padding-left: 120px;
    padding-right: 120px;
  }

  .overlay-image {
    background: RGBA(14,51,65,.4);
  }

  .sample-slider [class^="swiper-button-"]{
    width: 150px;
    color: #71CFEB;
  }

  .pillar-text {
    margin-top: -60px;
  }

  .the-board-images-right {
    box-shadow: 40px -40px .5px #1B6580;
  }

  .the-board-images-left {
    box-shadow: -40px 40px .5px #71CFEB;
  }

  .footer-left-side {
    padding-left: 200px;
  }

  .footer-right-side {
    padding-right: 200px;
  }

  .footer-middle-side {
    margin-left: 24px;
    margin-right: 24px;
  }

  .go-to-top {
    padding: 16px;
  }

  .first-in-main-content {
    padding-left: 200px;
    padding-right: 200px;
  }

  .first-in-main-content-our-boards {
    padding-left: 100px;
    padding-right: 100px;
  }

  .second-in-main-content {
    padding-left: 200px;
    padding-right: 200px;
  }

  .third-in-main-content {
    padding-left: 200px;
    padding-right: 200px;
  }

  .third-in-main-content-pillars {
    padding-left: 200px;
    padding-right: 200px;
  }

  .second-pillar-img {
    margin-left: 8px;
    margin-right: 8px;
  }

  .fourth-in-main-content {
    padding-left: 200px;
    padding-right: 200px;
  }

  .fourth-in-main-content-button {
    margin-top: 20px;
  }

  .fifth-in-main-content {
    padding-left: 200px;
    padding-right: 200px;
  }

  .fifth-in-main-content-button {
    padding-bottom: 30px;
  }

  .vission {
    background-color: #1B6580;
  }

  .miyerkulet-images {
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.placeholder\:text-xs::-moz-placeholder{
  font-size: 0.7rem;
}

.placeholder\:text-xs::placeholder{
  font-size: 0.7rem;
}

.peer:hover ~ .peer-hover\:flex{
  display: flex;
}

.hover\:flex:hover{
  display: flex;
}

.hover\:scale-125:hover{
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  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));
}

.hover\:border-2:hover{
  border-width: 2px;
}

.hover\:border-r-2:hover{
  border-right-width: 2px;
}

.hover\:border-s-blue:hover{
  --tw-border-opacity: 1;
  border-color: rgb(113 207 235 / var(--tw-border-opacity));
}

.hover\:bg-s-blue:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(113 207 235 / var(--tw-bg-opacity));
}

.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hover\:text-black:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.hover\:text-blue-800:hover{
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}

.hover\:text-f-2-blue:hover{
  --tw-text-opacity: 1;
  color: rgb(84 140 160 / var(--tw-text-opacity));
}

.hover\:text-f-blue:hover{
  --tw-text-opacity: 1;
  color: rgb(27 101 128 / var(--tw-text-opacity));
}

.hover\:text-s-blue:hover{
  --tw-text-opacity: 1;
  color: rgb(113 207 235 / var(--tw-text-opacity));
}

.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:shadow-\[rgba\(0\2c _0\2c _0\2c _0\.50\)_0px_5px_10px\]:hover{
  --tw-shadow: rgba(0, 0, 0, 0.50) 0px 5px 10px;
  --tw-shadow-colored: 0px 5px 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 320px){
  .phone\:m-10{
    margin: 2.5rem;
  }

  .phone\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .phone\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .phone\:mb-2{
    margin-bottom: 0.5rem;
  }

  .phone\:mb-4{
    margin-bottom: 1rem;
  }

  .phone\:w-auto{
    width: auto;
  }

  .phone\:self-center{
    align-self: center;
  }

  .phone\:border-0{
    border-width: 0px;
  }
}

@media (min-width: 768px){
  .tablet\:m-12{
    margin: 3rem;
  }

  .tablet\:m-14{
    margin: 3.5rem;
  }

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

  .tablet\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .tablet\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .tablet\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .tablet\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .tablet\:-mb-10{
    margin-bottom: -2.5rem;
  }

  .tablet\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .tablet\:-mb-4{
    margin-bottom: -1rem;
  }

  .tablet\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .tablet\:-mb-6{
    margin-bottom: -1.5rem;
  }

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

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

  .tablet\:mb-1{
    margin-bottom: 0.25rem;
  }

  .tablet\:mb-4{
    margin-bottom: 1rem;
  }

  .tablet\:mb-8{
    margin-bottom: 2rem;
  }

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

  .tablet\:mt-10{
    margin-top: 2.5rem;
  }

  .tablet\:flex{
    display: flex;
  }

  .tablet\:hidden{
    display: none;
  }

  .tablet\:h-12{
    height: 3rem;
  }

  .tablet\:h-2\/3{
    height: 66.666667%;
  }

  .tablet\:h-6{
    height: 1.5rem;
  }

  .tablet\:h-72{
    height: 18rem;
  }

  .tablet\:h-8{
    height: 2rem;
  }

  .tablet\:h-full{
    height: 100%;
  }

  .tablet\:w-1\/2{
    width: 50%;
  }

  .tablet\:w-1\/4{
    width: 25%;
  }

  .tablet\:w-4\/5{
    width: 80%;
  }

  .tablet\:w-44{
    width: 11rem;
  }

  .tablet\:w-full{
    width: 100%;
  }

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

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

  .tablet\:flex-row{
    flex-direction: row;
  }

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

  .tablet\:flex-col{
    flex-direction: column;
  }

  .tablet\:items-start{
    align-items: flex-start;
  }

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

  .tablet\:justify-start{
    justify-content: flex-start;
  }

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

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

  .tablet\:gap-6{
    gap: 1.5rem;
  }

  .tablet\:border-b-2{
    border-bottom-width: 2px;
  }

  .tablet\:border-l-2{
    border-left-width: 2px;
  }

  .tablet\:border-l-4{
    border-left-width: 4px;
  }

  .tablet\:border-r-2{
    border-right-width: 2px;
  }

  .tablet\:border-r-4{
    border-right-width: 4px;
  }

  .tablet\:border-t-4{
    border-top-width: 4px;
  }

  .tablet\:border-f-blue{
    --tw-border-opacity: 1;
    border-color: rgb(27 101 128 / var(--tw-border-opacity));
  }

  .tablet\:border-t-blue{
    --tw-border-opacity: 1;
    border-color: rgb(14 51 65 / var(--tw-border-opacity));
  }

  .tablet\:bg-\[url\(\'\/assets\/images\/about-images\/about-us-bg\.svg\'\)\]{
    background-image: url('/assets/images/about-images/about-us-bg.svg');
  }

  .tablet\:bg-\[url\(\'\/assets\/images\/contact-us-images\/contact-us-bg\.svg\'\)\]{
    background-image: url('/assets/images/contact-us-images/contact-us-bg.svg');
  }

  .tablet\:bg-\[url\(\'\/assets\/images\/donate-images\/donate-bg\.svg\'\)\]{
    background-image: url('/assets/images/donate-images/donate-bg.svg');
  }

  .tablet\:p-0{
    padding: 0px;
  }

  .tablet\:p-10{
    padding: 2.5rem;
  }

  .tablet\:p-4{
    padding: 1rem;
  }

  .tablet\:p-6{
    padding: 1.5rem;
  }

  .tablet\:p-8{
    padding: 2rem;
  }

  .tablet\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .tablet\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .tablet\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .tablet\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .tablet\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .tablet\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tablet\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .tablet\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .tablet\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .tablet\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .tablet\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .tablet\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .tablet\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .tablet\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .tablet\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

  .tablet\:pb-16{
    padding-bottom: 4rem;
  }

  .tablet\:pb-2{
    padding-bottom: 0.5rem;
  }

  .tablet\:pb-20{
    padding-bottom: 5rem;
  }

  .tablet\:pb-4{
    padding-bottom: 1rem;
  }

  .tablet\:pb-6{
    padding-bottom: 1.5rem;
  }

  .tablet\:pl-2{
    padding-left: 0.5rem;
  }

  .tablet\:pl-4{
    padding-left: 1rem;
  }

  .tablet\:pr-2{
    padding-right: 0.5rem;
  }

  .tablet\:pr-36{
    padding-right: 9rem;
  }

  .tablet\:pr-4{
    padding-right: 1rem;
  }

  .tablet\:pt-32{
    padding-top: 8rem;
  }

  .tablet\:pt-6{
    padding-top: 1.5rem;
  }

  .tablet\:pt-8{
    padding-top: 2rem;
  }

  .tablet\:text-left{
    text-align: left;
  }

  @media (min-width: 768px){
    .tablet\:tablet\:text-center{
      text-align: center;
    }
  }

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

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

  .tablet\:text-2xl{
    font-size: 1.563rem;
  }

  .tablet\:text-3xl{
    font-size: 1.953rem;
  }

  .tablet\:text-4\.3xl{
    font-size: 2.6025rem;
  }

  .tablet\:text-4xl{
    font-size: 2.441rem;
  }

  .tablet\:text-5\.7xl{
    font-size: 3.7rem;
  }

  .tablet\:text-5xl{
    font-size: 3.052rem;
  }

  .tablet\:text-6xl{
    font-size: 3.75rem;
  }

  .tablet\:text-7\.8xl{
    font-size: 5.03rem;
  }

  .tablet\:text-base{
    font-size: 1rem;
  }

  .tablet\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .tablet\:text-sm{
    font-size: 0.9rem;
  }

  .tablet\:text-ssm{
    font-size: 0.8rem;
  }

  .tablet\:text-xl{
    font-size: 1.25rem;
  }

  .tablet\:text-xs{
    font-size: 0.7rem;
  }

  .tablet\:text-xxs{
    font-size:  0.6rem;
  }

  .tablet\:font-bold{
    font-weight: 700;
  }

  .tablet\:font-extrabold{
    font-weight: 800;
  }

  .tablet\:leading-7{
    line-height: 1.75rem;
  }

  .tablet\:placeholder\:text-sm::-moz-placeholder{
    font-size: 0.9rem;
  }

  .tablet\:placeholder\:text-sm::placeholder{
    font-size: 0.9rem;
  }

  .tablet\:hover\:border-r-s-blue:hover{
    --tw-border-opacity: 1;
    border-right-color: rgb(113 207 235 / var(--tw-border-opacity));
  }
}

@media (min-width: 1224px){
  .desktop\:m-20{
    margin: 5rem;
  }

  .desktop\:mx-\.15{
    margin-left: 15%;
    margin-right: 15%;
  }

  .desktop\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .desktop\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .desktop\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .desktop\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .desktop\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .desktop\:my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .desktop\:-mb-10{
    margin-bottom: -2.5rem;
  }

  .desktop\:-mb-11{
    margin-bottom: -2.75rem;
  }

  .desktop\:-mb-14{
    margin-bottom: -3.5rem;
  }

  .desktop\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .desktop\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .desktop\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .desktop\:-mb-7{
    margin-bottom: -1.75rem;
  }

  .desktop\:-mb-8{
    margin-bottom: -2rem;
  }

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

  .desktop\:mb-10{
    margin-bottom: 2.5rem;
  }

  .desktop\:mb-4{
    margin-bottom: 1rem;
  }

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

  .desktop\:ml-20{
    margin-left: 5rem;
  }

  .desktop\:mr-20{
    margin-right: 5rem;
  }

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

  .desktop\:mt-14{
    margin-top: 3.5rem;
  }

  .desktop\:flex{
    display: flex;
  }

  .desktop\:hidden{
    display: none;
  }

  .desktop\:h-16{
    height: 4rem;
  }

  .desktop\:h-5\/6{
    height: 83.333333%;
  }

  .desktop\:h-8{
    height: 2rem;
  }

  .desktop\:h-96{
    height: 24rem;
  }

  .desktop\:h-full{
    height: 100%;
  }

  .desktop\:w-1\/3{
    width: 33.333333%;
  }

  .desktop\:w-1\/4{
    width: 25%;
  }

  .desktop\:w-3\/4{
    width: 75%;
  }

  .desktop\:w-32{
    width: 8rem;
  }

  .desktop\:w-5\/6{
    width: 83.333333%;
  }

  .desktop\:w-full{
    width: 100%;
  }

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

  .desktop\:flex-row{
    flex-direction: row;
  }

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

  .desktop\:items-start{
    align-items: flex-start;
  }

  .desktop\:p-0{
    padding: 0px;
  }

  .desktop\:p-10{
    padding: 2.5rem;
  }

  .desktop\:p-12{
    padding: 3rem;
  }

  .desktop\:p-16{
    padding: 4rem;
  }

  .desktop\:p-6{
    padding: 1.5rem;
  }

  .desktop\:p-8{
    padding: 2rem;
  }

  .desktop\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .desktop\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .desktop\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .desktop\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .desktop\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .desktop\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .desktop\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .desktop\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .desktop\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .desktop\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .desktop\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .desktop\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .desktop\:pb-10{
    padding-bottom: 2.5rem;
  }

  .desktop\:pb-20{
    padding-bottom: 5rem;
  }

  .desktop\:pb-4{
    padding-bottom: 1rem;
  }

  .desktop\:pb-6{
    padding-bottom: 1.5rem;
  }

  .desktop\:pb-8{
    padding-bottom: 2rem;
  }

  .desktop\:pl-10{
    padding-left: 2.5rem;
  }

  .desktop\:pl-6{
    padding-left: 1.5rem;
  }

  .desktop\:pr-\.30{
    padding-right: 30%;
  }

  .desktop\:pr-6{
    padding-right: 1.5rem;
  }

  .desktop\:pr-8{
    padding-right: 2rem;
  }

  .desktop\:pt-10{
    padding-top: 2.5rem;
  }

  .desktop\:pt-12{
    padding-top: 3rem;
  }

  .desktop\:pt-14{
    padding-top: 3.5rem;
  }

  .desktop\:pt-20{
    padding-top: 5rem;
  }

  .desktop\:pt-60{
    padding-top: 15rem;
  }

  .desktop\:pt-8{
    padding-top: 2rem;
  }

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

  .desktop\:text-2xl{
    font-size: 1.563rem;
  }

  .desktop\:text-3xl{
    font-size: 1.953rem;
  }

  .desktop\:text-4xl{
    font-size: 2.441rem;
  }

  .desktop\:text-5\.5xl{
    font-size: 3.563rem;
  }

  .desktop\:text-5xl{
    font-size: 3.052rem;
  }

  .desktop\:text-6\.6xl{
    font-size: 4.35rem;
  }

  .desktop\:text-6xl{
    font-size: 3.75rem;
  }

  .desktop\:text-7\.7xl{
    font-size: 5rem;
  }

  .desktop\:text-7\.8xl{
    font-size: 5.03rem;
  }

  .desktop\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }

  .desktop\:text-8\.4xl{
    font-size: 6.4rem;
  }

  .desktop\:text-8xl{
    font-size: 6rem;
  }

  .desktop\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .desktop\:text-sm{
    font-size: 0.9rem;
  }

  .desktop\:text-xl{
    font-size: 1.25rem;
  }

  .desktop\:text-xs{
    font-size: 0.7rem;
  }

  .desktop\:font-semibold{
    font-weight: 600;
  }

  .desktop\:leading-10{
    line-height: 2.5rem;
  }

  .desktop\:leading-9{
    line-height: 2.25rem;
  }

  .desktop\:leading-normal{
    line-height: 1.5;
  }

  .desktop\:placeholder\:text-xl::-moz-placeholder{
    font-size: 1.25rem;
  }

  .desktop\:placeholder\:text-xl::placeholder{
    font-size: 1.25rem;
  }
}