@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Prata&display=swap');

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

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 */
}

/*
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-size: 100%;
  /* 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;
}

/*
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:-ms-input-placeholder, textarea:-ms-input-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;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

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

.container{
  width: 100%;
}

@media (min-width: 636px){
  .container{
    max-width: 636px;
  }
}

@media (min-width: 956px){
  .container{
    max-width: 956px;
  }
}

@media (min-width: 1272px){
  .container{
    max-width: 1272px;
  }
}

@media (min-width: 1496px){
  .container{
    max-width: 1496px;
  }
}

.visible{
  visibility: visible;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.top-\[18px\]{
  top: 18px;
}

.right-\[18px\]{
  right: 18px;
}

.top-\[340px\]{
  top: 340px;
}

.left-0{
  left: 0px;
}

.m-\[8px\]{
  margin: 8px;
}

.my-\[34px\]{
  margin-top: 34px;
  margin-bottom: 34px;
}

.my-\[20px\]{
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.mt-\[60px\]{
  margin-top: 60px;
}

.mr-\[54px\]{
  margin-right: 54px;
}

.mb-\[20px\]{
  margin-bottom: 20px;
}

.mr-\[25px\]{
  margin-right: 25px;
}

.ml-\[25px\]{
  margin-left: 25px;
}

.block{
  display: block;
}

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

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.table{
  display: table;
}

.contents{
  display: contents;
}

.hidden{
  display: none;
}

.h-\[60px\]{
  height: 60px;
}

.h-\[28px\]{
  height: 28px;
}

.h-\[24px\]{
  height: 24px;
}

.h-\[17px\]{
  height: 17px;
}

.h-\[18px\]{
  height: 18px;
}

.h-\[19px\]{
  height: 19px;
}

.h-\[340px\]{
  height: 340px;
}

.h-\[16px\]{
  height: 16px;
}

.h-screen{
  height: 100vh;
}

.h-\[435px\]{
  height: 435px;
}

.h-\[36px\]{
  height: 36px;
}

.h-\[9px\]{
  height: 9px;
}

.h-auto{
  height: auto;
}

.h-\[670px\]{
  height: 670px;
}

.h-\[2px\]{
  height: 2px;
}

.h-\[80px\]{
  height: 80px;
}

.h-\[70px\]{
  height: 70px;
}

.h-\[100px\]{
  height: 100px;
}

.h-\[130px\]{
  height: 130px;
}

.h-\[178px\]{
  height: 178px;
}

.h-\[592px\]{
  height: 592px;
}

.h-full{
  height: 100%;
}

.h-\[52px\]{
  height: 52px;
}

.w-\[89px\]{
  width: 89px;
}

.w-\[19px\]{
  width: 19px;
}

.w-full{
  width: 100%;
}

.w-\[18px\]{
  width: 18px;
}

.w-\[27px\]{
  width: 27px;
}

.w-\[284px\]{
  width: 284px;
}

.w-\[120px\]{
  width: 120px;
}

.w-\[490px\]{
  width: 490px;
}

.w-\[28px\]{
  width: 28px;
}

.w-\[250px\]{
  width: 250px;
}

.w-\[140px\]{
  width: 140px;
}

.w-\[170px\]{
  width: 170px;
}

.w-\[52px\]{
  width: 52px;
}

.min-w-\[380px\]{
  min-width: 380px;
}

.min-w-\[290px\]{
  min-width: 290px;
}

.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));
}

@-webkit-keyframes marquee{
  0%{
    transform: translate(0,0);
  }

  100%{
    transform: translate(-50%,0);
  }
}

@keyframes marquee{
  0%{
    transform: translate(0,0);
  }

  100%{
    transform: translate(-50%,0);
  }
}

.animate-marquee{
  -webkit-animation: marquee 40s linear infinite;
          animation: marquee 40s linear infinite;
}

.resize{
  resize: both;
}

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

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

.flex-wrap{
  flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

.gap-\[40px\]{
  gap: 40px;
}

.overflow-hidden{
  overflow: hidden;
}

.whitespace-nowrap{
  white-space: nowrap;
}

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

.border-\[1px\]{
  border-width: 1px;
}

.border{
  border-width: 1px;
}

.border-y-2{
  border-top-width: 2px;
  border-bottom-width: 2px;
}

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

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

.border-\[\#ffffff00\]{
  border-color: #ffffff00;
}

.border-\[\#808a9d56\]{
  border-color: #808a9d56;
}

.border-\[\#808A9D4D\]{
  border-color: #808A9D4D;
}

.bg-\[\#131c2a00\]{
  background-color: #131c2a00;
}

.bg-\[\#F4F5F6\]{
  --tw-bg-opacity: 1;
  background-color: rgb(244 245 246 / var(--tw-bg-opacity));
}

.bg-\[\#808A9D\]\/\[0\.3\]{
  background-color: rgb(128 138 157 / 0.3);
}

.bg-\[\#808A9D4D\]{
  background-color: #808A9D4D;
}

.bg-\[\#202936\]{
  --tw-bg-opacity: 1;
  background-color: rgb(32 41 54 / var(--tw-bg-opacity));
}

.bg-\[\#a1a6b421\]{
  background-color: #a1a6b421;
}

.bg-\[\#808A9D\]{
  --tw-bg-opacity: 1;
  background-color: rgb(128 138 157 / var(--tw-bg-opacity));
}

.bg-mobile{
  background-image: url('img/mobile_bg2.jpg');
}

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

.bg-right-top{
  background-position: right top;
}

.p-\[12px\]{
  padding: 12px;
}

.p-\[8px\]{
  padding: 8px;
}

.px-\[18px\]{
  padding-left: 18px;
  padding-right: 18px;
}

.py-\[4px\]{
  padding-top: 4px;
  padding-bottom: 4px;
}

.px-\[8px\]{
  padding-left: 8px;
  padding-right: 8px;
}

.px-\[4px\]{
  padding-left: 4px;
  padding-right: 4px;
}

.py-\[3px\]{
  padding-top: 3px;
  padding-bottom: 3px;
}

.px-\[32px\]{
  padding-left: 32px;
  padding-right: 32px;
}

.py-\[10px\]{
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-\[30px\]{
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-\[40px\]{
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.py-\[20px\]{
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.py-\[72px\]{
  padding-top: 72px;
  padding-bottom: 72px;
}

.py-\[14px\]{
  padding-top: 14px;
  padding-bottom: 14px;
}

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

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

.px-\[24px\]{
  padding-left: 24px;
  padding-right: 24px;
}

.pr-\[30px\]{
  padding-right: 30px;
}

.pb-\[38px\]{
  padding-bottom: 38px;
}

.pb-\[42px\]{
  padding-bottom: 42px;
}

.pr-\[16px\]{
  padding-right: 16px;
}

.pb-\[28px\]{
  padding-bottom: 28px;
}

.pb-\[8px\]{
  padding-bottom: 8px;
}

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

.pt-\[40px\]{
  padding-top: 40px;
}

.pb-\[12px\]{
  padding-bottom: 12px;
}

.pt-\[24px\]{
  padding-top: 24px;
}

.pl-\[80px\]{
  padding-left: 80px;
}

.pb-\[48px\]{
  padding-bottom: 48px;
}

.pb-\[16px\]{
  padding-bottom: 16px;
}

.pr-\[20px\]{
  padding-right: 20px;
}

.pb-\[24px\]{
  padding-bottom: 24px;
}

.pt-\[12px\]{
  padding-top: 12px;
}

.pr-\[36px\]{
  padding-right: 36px;
}

.pr-\[50\%\]{
  padding-right: 50%;
}

.pb-\[20px\]{
  padding-bottom: 20px;
}

.pb-\[30px\]{
  padding-bottom: 30px;
}

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

.font-slogan{
  font-family: Prata, serif;
}

.font-\[\#131C2A\]{
  font-family: #131C2A;
}

.text-\[16px\]{
  font-size: 16px;
}

.text-\[18px\]{
  font-size: 18px;
}

.text-\[28px\]{
  font-size: 28px;
}

.text-\[36px\]{
  font-size: 36px;
}

.text-\[24px\]{
  font-size: 24px;
}

.text-\[20px\]{
  font-size: 20px;
}

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

.font-normal{
  font-weight: 400;
}

.leading-\[42px\]{
  line-height: 42px;
}

.leading-\[28px\]{
  line-height: 28px;
}

.leading-\[34px\]{
  line-height: 34px;
}

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

.text-\[\#202936\]{
  --tw-text-opacity: 1;
  color: rgb(32 41 54 / var(--tw-text-opacity));
}

.text-\[\#808A9D\]{
  --tw-text-opacity: 1;
  color: rgb(128 138 157 / var(--tw-text-opacity));
}

.text-\[\#131C2A\]{
  --tw-text-opacity: 1;
  color: rgb(19 28 42 / var(--tw-text-opacity));
}

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

.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, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

#call:hover #arrow {
  transform: translateX(8px);
  transition-duration: 300ms;
}

#link:hover #text {
  border-color: #ffffff86;
}

details[open] #plus {
  transform: rotateZ(45deg);
}

details[open] p{
  -webkit-animation: fadein .8s ease-in-out;
          animation: fadein .8s ease-in-out;
}

.tab{
  cursor: pointer;
  display: inline-block;
  border-bottom: 2px solid #808A9D4D;
}

.panel{
  display:none;
  -webkit-animation: fadein 1s;
          animation: fadein 1s;
}

@-webkit-keyframes fadein {
  from {
    opacity:0;
  }

  to {
    opacity:1;
  }
}

@keyframes fadein {
  from {
    opacity:0;
  }

  to {
    opacity:1;
  }
}

.radio{
  display:none;
}

#one:checked ~ .panels #one-panel,
#two:checked ~ .panels #two-panel,
#three:checked ~ .panels #three-panel,
#four:checked ~ .panels #four-panel,
#five:checked ~ .panels #five-panel,
#six:checked ~ .panels #six-panel,
#seven:checked ~ .panels #seven-panel,
#eight:checked ~ .panels #eight-panel,
#nine:checked ~ .panels #nine-panel,
#ten:checked ~ .panels #ten-panel,
#eleven:checked ~ .panels #eleven-panel{
  display:block
}

#one:checked ~ .tabs #one-tab,
#two:checked ~ .tabs #two-tab,
#three:checked ~ .tabs #three-tab,
#four:checked ~ .tabs #four-tab,
#five:checked ~ .tabs #five-tab,
#six:checked ~ .tabs #six-tab,
#seven:checked ~ .tabs #seven-tab,
#eight:checked ~ .tabs #eight-tab,
#nine:checked ~ .tabs #nine-tab,
#ten:checked ~ .tabs #ten-tab,
#eleven:checked ~ .tabs #eleven-tab{
  font-weight: 700;
}

.scrolling-active{
  background-color: #39404E;
  transition-duration: 500ms;
  z-index: 100;
}

.menu-btn{
  display: flex;
  align-items: center;
  position: absolute;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 1;
}

.menu-btn > span,
.menu-btn > span::before,
.menu-btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: white;
  transition-duration: .5s;
}

.menu-btn > span::before {
  content: '';
  top: -8px;
}

.menu-btn > span::after {
  content: '';
  top: 8px;
}

.menubox{
  position: fixed;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  background-color:  #39404E;
  z-index: -1;
}

#menu-toggle{
  opacity: 0;
}

#menu-toggle:checked ~ .menu-btn > span{
  transform: rotate(45deg);
}

#menu-toggle:checked ~ .menu-btn > span::before{
  top: 0;
  transform: rotate(0);
}

#menu-toggle:checked ~ .menu-btn > span::after{
  top: 0;
  transform: rotate(90deg);
}

#menu-toggle:checked ~ .menubox{
  visibility: visible;
}

#menu-toggle:checked ~ .menu-contact{
  visibility: visible;
  z-index: 90;
}

#menu-toggle:checked ~ .menu_overlay{
  display: block;
  background-color: #131c2a71;
  z-index: 100;
}

.owl-theme .owl-nav [class*=owl-] {
  background: none;
}

.owl-theme .owl-dots .owl-dot span {
  background: #808a9d5b;
}

.owl-carousel {
  width: 85%;
}

.open\:font-bold[open]{
  font-weight: 700;
}

.hover\:-translate-x-\[8px\]:hover{
  --tw-translate-x: -8px;
  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\:translate-x-\[8px\]:hover{
  --tw-translate-x: 8px;
  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-\[\#ffffff7a\]:hover{
  border-color: #ffffff7a;
}

.hover\:border-\[\#ffffff86\]:hover{
  border-color: #ffffff86;
}

.hover\:border-\[\#FFFFFF86\]:hover{
  border-color: #FFFFFF86;
}

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

@media (min-width: 636px){
  .sm\:top-\[24px\]{
    top: 24px;
  }

  .sm\:right-\[24px\]{
    right: 24px;
  }

  .sm\:top-\[360px\]{
    top: 360px;
  }

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

  .sm\:mt-\[60px\]{
    margin-top: 60px;
  }

  .sm\:mb-\[25px\]{
    margin-bottom: 25px;
  }

  .sm\:flex{
    display: flex;
  }

  .sm\:grid{
    display: grid;
  }

  .sm\:h-\[80px\]{
    height: 80px;
  }

  .sm\:h-\[36px\]{
    height: 36px;
  }

  .sm\:h-\[360px\]{
    height: 360px;
  }

  .sm\:h-\[700px\]{
    height: 700px;
  }

  .sm\:h-\[697px\]{
    height: 697px;
  }

  .sm\:h-\[252px\]{
    height: 252px;
  }

  .sm\:h-\[479px\]{
    height: 479px;
  }

  .sm\:h-\[44px\]{
    height: 44px;
  }

  .sm\:h-\[72px\]{
    height: 72px;
  }

  .sm\:h-\[68px\]{
    height: 68px;
  }

  .sm\:w-\[115px\]{
    width: 115px;
  }

  .sm\:w-\[36px\]{
    width: 36px;
  }

  .sm\:w-\[142px\]{
    width: 142px;
  }

  .sm\:w-\[175px\]{
    width: 175px;
  }

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

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

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

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

  .sm\:bg-tablet{
    background-image: url('img/tablet_bg2.jpg');
  }

  .sm\:px-\[24px\]{
    padding-left: 24px;
    padding-right: 24px;
  }

  .sm\:py-\[6px\]{
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .sm\:py-\[34px\]{
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .sm\:py-\[48px\]{
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .sm\:py-\[16px\]{
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .sm\:py-\[56px\]{
    padding-top: 56px;
    padding-bottom: 56px;
  }

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

  .sm\:py-\[40px\]{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sm\:py-\[8px\]{
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .sm\:pt-\[20px\]{
    padding-top: 20px;
  }

  .sm\:pr-\[24px\]{
    padding-right: 24px;
  }

  .sm\:pb-\[6px\]{
    padding-bottom: 6px;
  }

  .sm\:pt-\[10px\]{
    padding-top: 10px;
  }

  .sm\:pb-\[32px\]{
    padding-bottom: 32px;
  }

  .sm\:pb-\[60px\]{
    padding-bottom: 60px;
  }

  .sm\:pb-\[40px\]{
    padding-bottom: 40px;
  }

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

  .sm\:pb-\[30px\]{
    padding-bottom: 30px;
  }

  .sm\:text-\[18px\]{
    font-size: 18px;
  }

  .sm\:text-\[32px\]{
    font-size: 32px;
  }

  .sm\:text-\[20px\]{
    font-size: 20px;
  }

  .sm\:leading-\[46px\]{
    line-height: 46px;
  }

  .sm\:leading-\[34px\]{
    line-height: 34px;
  }
}

@media (min-width: 956px){
  .md\:top-\[28px\]{
    top: 28px;
  }

  .md\:right-\[30px\]{
    right: 30px;
  }

  .md\:mx-\[40px\]{
    margin-left: 40px;
    margin-right: 40px;
  }

  .md\:mt-\[80px\]{
    margin-top: 80px;
  }

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

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

  .md\:h-\[840px\]{
    height: 840px;
  }

  .md\:h-\[266px\]{
    height: 266px;
  }

  .md\:h-\[352px\]{
    height: 352px;
  }

  .md\:w-\[300px\]{
    width: 300px;
  }

  .md\:w-\[588px\]{
    width: 588px;
  }

  .md\:w-\[85\%\]{
    width: 85%;
  }

  .md\:w-\[30\%\]{
    width: 30%;
  }

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

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

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

  .md\:bg-sdesktop{
    background-image: url('img/sdesktop_bg2.jpg');
  }

  .md\:px-\[32px\]{
    padding-left: 32px;
    padding-right: 32px;
  }

  .md\:px-\[4px\]{
    padding-left: 4px;
    padding-right: 4px;
  }

  .md\:px-\[42px\]{
    padding-left: 42px;
    padding-right: 42px;
  }

  .md\:py-\[48px\]{
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .md\:py-\[72px\]{
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .md\:py-\[24px\]{
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .md\:pr-\[15px\]{
    padding-right: 15px;
  }

  .md\:pt-\[88px\]{
    padding-top: 88px;
  }

  .md\:pb-\[48px\]{
    padding-bottom: 48px;
  }

  .md\:pb-\[40px\]{
    padding-bottom: 40px;
  }

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

  .md\:pl-\[150px\]{
    padding-left: 150px;
  }

  .md\:text-\[36px\]{
    font-size: 36px;
  }

  .md\:text-\[20px\]{
    font-size: 20px;
  }

  .md\:leading-\[48px\]{
    line-height: 48px;
  }
}

@media (min-width: 1272px){
  .lg\:ml-\[60px\]{
    margin-left: 60px;
  }

  .lg\:inline-block{
    display: inline-block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:h-\[921px\]{
    height: 921px;
  }

  .lg\:h-\[192px\]{
    height: 192px;
  }

  .lg\:w-\[300px\]{
    width: 300px;
  }

  .lg\:w-\[780px\]{
    width: 780px;
  }

  .lg\:w-\[376px\]{
    width: 376px;
  }

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

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

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

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

  .lg\:bg-desktop{
    background-image: url('img/desktop_bg2.jpg');
  }

  .lg\:px-\[48px\]{
    padding-left: 48px;
    padding-right: 48px;
  }

  .lg\:px-\[7px\]{
    padding-left: 7px;
    padding-right: 7px;
  }

  .lg\:py-\[40px\]{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .lg\:pr-\[25px\]{
    padding-right: 25px;
  }

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

  .lg\:pb-\[70px\]{
    padding-bottom: 70px;
  }

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

  .lg\:pr-\[100px\]{
    padding-right: 100px;
  }

  .lg\:text-\[44px\]{
    font-size: 44px;
  }

  .lg\:leading-\[56px\]{
    line-height: 56px;
  }
}

@media (min-width: 1496px){
  .xl\:ml-\[100px\]{
    margin-left: 100px;
  }

  .xl\:block{
    display: block;
  }

  .xl\:h-\[1046px\]{
    height: 1046px;
  }

  .xl\:h-\[74px\]{
    height: 74px;
  }

  .xl\:h-\[108px\]{
    height: 108px;
  }

  .xl\:h-\[216px\]{
    height: 216px;
  }

  .xl\:w-\[400px\]{
    width: 400px;
  }

  .xl\:w-\[920px\]{
    width: 920px;
  }

  .xl\:w-\[440px\]{
    width: 440px;
  }

  .xl\:w-\[600px\]{
    width: 600px;
  }

  .xl\:bg-ldesktop{
    background-image: url('img/ldesktop_bg2.jpg');
  }

  .xl\:py-\[80px\]{
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .xl\:py-\[44px\]{
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .xl\:py-\[96px\]{
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .xl\:pt-\[64px\]{
    padding-top: 64px;
  }

  .xl\:pb-\[16px\]{
    padding-bottom: 16px;
  }

  .xl\:pl-\[120px\]{
    padding-left: 120px;
  }

  .xl\:text-\[52px\]{
    font-size: 52px;
  }

  .xl\:text-\[44px\]{
    font-size: 44px;
  }

  .xl\:text-\[28px\]{
    font-size: 28px;
  }

  .xl\:leading-\[64px\]{
    line-height: 64px;
  }

  .xl\:leading-\[56px\]{
    line-height: 56px;
  }
}
