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

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

/*
! tailwindcss v3.4.17 | 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]:where(:not([hidden="until-found"])) {
  display: none;
}

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

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.inset-0{
  inset: 0px;
}

.-bottom-\[16\%\]{
  bottom: -16%;
}

.bottom-0{
  bottom: 0px;
}

.bottom-\[-55px\]{
  bottom: -55px;
}

.bottom-\[37px\]{
  bottom: 37px;
}

.bottom-\[5\%\]{
  bottom: 5%;
}

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

.left-\[0\]{
  left: 0;
}

.left-\[50px\]{
  left: 50px;
}

.right-0{
  right: 0px;
}

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

.right-\[10\%\]{
  right: 10%;
}

.top-0{
  top: 0px;
}

.top-\[-2\%\]{
  top: -2%;
}

.top-\[-5\%\]{
  top: -5%;
}

.top-\[-8\%\]{
  top: -8%;
}

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

.top-\[40\%\]{
  top: 40%;
}

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

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

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

.z-\[-1\]{
  z-index: -1;
}

.z-\[-1px\]{
  z-index: -1px;
}

.z-\[-2\]{
  z-index: -2;
}

.z-\[1\]{
  z-index: 1;
}

.z-\[999\]{
  z-index: 999;
}

.z-\[99\]{
  z-index: 99;
}

.z-\[9\]{
  z-index: 9;
}

.z-\[9px\]{
  z-index: 9px;
}

.order-1{
  order: 1;
}

.order-2{
  order: 2;
}

.float-right{
  float: right;
}

.m-auto{
  margin: auto;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

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

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

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

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

.ml-auto{
  margin-left: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block{
  display: block;
}

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

.inline{
  display: inline;
}

.flex{
  display: flex;
}

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

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

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

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

.h-\[50\%\]{
  height: 50%;
}

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

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

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

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

.h-full{
  height: 100%;
}

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

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

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

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

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

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

.w-full{
  width: 100%;
}

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

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

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

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

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

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

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

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

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

.-translate-x-1\/2{
  --tw-translate-x: -50%;
  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));
}

.-translate-y-1\/2{
  --tw-translate-y: -50%;
  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));
}

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

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

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

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

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

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

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

.gap-0{
  gap: 0px;
}

.gap-3{
  gap: 0.75rem;
}

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

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

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

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

.overflow-auto{
  overflow: auto;
}

.overflow-hidden{
  overflow: hidden;
}

.rounded-\[10px\]{
  border-radius: 10px;
}

.rounded-\[15px\]{
  border-radius: 15px;
}

.rounded-\[20px\]{
  border-radius: 20px;
}

.rounded-\[5px\]{
  border-radius: 5px;
}

.rounded-b-\[20px\]{
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.rounded-t-\[15px\]{
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.border{
  border-width: 1px;
}

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

.border-dashed{
  border-style: dashed;
}

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

.bg-\[\#017EB4\]{
  --tw-bg-opacity: 1;
  background-color: rgb(1 126 180 / var(--tw-bg-opacity, 1));
}

.bg-\[\#123F54\]{
  --tw-bg-opacity: 1;
  background-color: rgb(18 63 84 / var(--tw-bg-opacity, 1));
}

.bg-\[\#123f54\]{
  --tw-bg-opacity: 1;
  background-color: rgb(18 63 84 / var(--tw-bg-opacity, 1));
}

.bg-\[\#241A3C\]{
  --tw-bg-opacity: 1;
  background-color: rgb(36 26 60 / var(--tw-bg-opacity, 1));
}

.bg-\[\#241a3c\]{
  --tw-bg-opacity: 1;
  background-color: rgb(36 26 60 / var(--tw-bg-opacity, 1));
}

.bg-\[\#2e6afc\]{
  --tw-bg-opacity: 1;
  background-color: rgb(46 106 252 / var(--tw-bg-opacity, 1));
}

.bg-\[\#326AFC\]{
  --tw-bg-opacity: 1;
  background-color: rgb(50 106 252 / var(--tw-bg-opacity, 1));
}

.bg-\[\#EFAD2C\]{
  --tw-bg-opacity: 1;
  background-color: rgb(239 173 44 / var(--tw-bg-opacity, 1));
}

.bg-\[\#d1939a\]{
  --tw-bg-opacity: 1;
  background-color: rgb(209 147 154 / var(--tw-bg-opacity, 1));
}

.bg-\[\#d545ad\]{
  --tw-bg-opacity: 1;
  background-color: rgb(213 69 173 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f0af28\]{
  --tw-bg-opacity: 1;
  background-color: rgb(240 175 40 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f1ae29\]{
  --tw-bg-opacity: 1;
  background-color: rgb(241 174 41 / var(--tw-bg-opacity, 1));
}

.bg-\[\#fc9b8b\]{
  --tw-bg-opacity: 1;
  background-color: rgb(252 155 139 / var(--tw-bg-opacity, 1));
}

.bg-\[\#fff6ea\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 246 234 / var(--tw-bg-opacity, 1));
}

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

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

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

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

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

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

.object-bottom{
  -o-object-position: bottom;
     object-position: bottom;
}

.p-5{
  padding: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-light{
  font-weight: 300;
}

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

.capitalize{
  text-transform: capitalize;
}

.text-\[\#fff\]{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

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

.opacity-50{
  opacity: 0.5;
}

.outline{
  outline-style: solid;
}

.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-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

.rp{
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 768px){
  .rp{
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

body{
  margin: auto;
  width: 100%;
  max-width: 1900px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 246 234 / var(--tw-bg-opacity, 1));
  padding-top: 30px;
}

@media (min-width: 768px){
  body{
    padding: 20px;
  }
}

@media (min-width: 1024px){
  body{
    padding: 40px;
  }
}

@media (min-width: 1280px){
  body{
    padding: 30px;
  }
}

@media (min-width: 1536px){
  body{
    padding: 50px;
  }
}

body{
  padding-top: 0px !important;
}

h1, h2,h3, h4, h5, h6{
  font-family: ' Croissant normal';
}

h1, h2{
  font-family: ' Croissant normal';
  font-size: 32px;
  line-height: 50px;
}

@media (min-width: 640px){
  h1, h2{
    font-size: 45px;
    line-height: 60px;
  }
}

@media (min-width: 768px){
  h1, h2{
    font-size: 55px;
    line-height: 70px;
  }
}

@media (min-width: 1280px){
  h1, h2{
    font-size: 90px;
    line-height: 110px;
  }
}

@media (min-width: 1536px){
  h1, h2{
    font-size: 115px;
    line-height: 135px;
  }
}

h3{
  font-size: 25px;
}

@media (min-width: 768px){
  h3{
    font-size: 30px;
  }
}

@media (min-width: 1024px){
  h3{
    font-size: 40px;
  }
}

@media (min-width: 1280px){
  h3{
    font-size: 60px;
  }
}

@media (min-width: 1536px){
  h3{
    font-size: 70px;
  }
}

h4{
  font-size: 25px;
  font-weight: 600;
}

@media (min-width: 1024px){
  h4{
    font-size: 40px;
  }
}

@media (min-width: 1280px){
  h4{
    font-size: 50px;
  }
}

@media (min-width: 1536px){
  h4{
    font-size: 60px;
  }
}

p, body{
  font-family: "Lato";
  font-size: 18px;
}

@media (min-width: 768px){
  p, body{
    font-size: 22px;
  }
}

@media (min-width: 1280px){
  p, body{
    font-size: 25px;
  }
}

@media (min-width: 1536px){
  p, body{
    font-size: 35px;
  }
}

.primary-menu-class .menu-item-dropdown{
  cursor: pointer;
}

.container{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1700px;
}

.bg-image-menu:before {
  width: 17%;
  height: 100%;
  background-image: url(img/menu-bg.png);
  content: "";
  position: absolute;
  left:0px;
  top: 0;
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 1024px){
  .menu-bg:before{
    width: 18%;
  }
}

.primary-menu-class > .menu-item{
  display: table;
}

.primary-menu-class > .menu-item > a, .primary-menu-class > .menu-item > span{
  cursor: pointer;
  font-size: 35px;
  font-weight: 600;
  text-transform: uppercase;
}

@media (min-width: 1024px){
  .primary-menu-class > .menu-item > a, .primary-menu-class > .menu-item > span{
    font-size: 45px;
  }
}

@media (min-width: 1280px){
  .primary-menu-class > .menu-item > a, .primary-menu-class > .menu-item > span{
    font-size: 55px;
  }
}

@media (min-width: 1536px){
  .primary-menu-class > .menu-item > a, .primary-menu-class > .menu-item > span{
    font-size: 80px;
  }
}

.primary-menu-class > .menu-item > a, .primary-menu-class > .menu-item > span{
  font-family: ' Croissant';
}

.primary-menu-class > .menu-item .sub-menu a, .primary-menu-class > .menu-item .sub-menu  span{
  font-family: ' Croissant';
  cursor: pointer;
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
}

@media (min-width: 1024px){
  .primary-menu-class > .menu-item .sub-menu a, .primary-menu-class > .menu-item .sub-menu  span{
    font-size: 30px;
  }
}

@media (min-width: 1280px){
  .primary-menu-class > .menu-item .sub-menu a, .primary-menu-class > .menu-item .sub-menu  span{
    font-size: 42px;
  }
}

@media (min-width: 1536px){
  .primary-menu-class > .menu-item .sub-menu a, .primary-menu-class > .menu-item .sub-menu  span{
    font-size: 55px;
  }
}

.primary-menu-class > .menu-item > a, .primary-menu-class > .menu-item > span{
  position: relative;
  padding-left: 44px;
}

@media (min-width: 1024px){
  .primary-menu-class > .menu-item > a, .primary-menu-class > .menu-item > span{
    padding-left: 60px;
  }
}

@media (min-width: 1280px){
  .primary-menu-class > .menu-item > a, .primary-menu-class > .menu-item > span{
    padding-left: 66px;
  }
}

@media (min-width: 1536px){
  .primary-menu-class > .menu-item > a, .primary-menu-class > .menu-item > span{
    padding-left: 80px;
  }
}

.primary-menu-class > li:hover > a, .primary-menu-class > li:hover > span, .primary-menu-class .current_page_item > a{
  color: #eabd2f;
}

.primary-menu-class .sub-menu  li a, .primary-menu-class .sub-menu  li span{
  padding-left: 44px;
}

@media (min-width: 1024px){
  .primary-menu-class .sub-menu  li a, .primary-menu-class .sub-menu  li span{
    padding-left: 60px;
  }
}

@media (min-width: 1280px){
  .primary-menu-class .sub-menu  li a, .primary-menu-class .sub-menu  li span{
    padding-left: 66px;
  }
}

@media (min-width: 1536px){
  .primary-menu-class .sub-menu  li a, .primary-menu-class .sub-menu  li span{
    padding-left: 80px;
  }
}

.primary-menu-class .sub-menu  li a:hover, .primary-menu-class .sub-menu  li span:hover{
  color: #2e6afc;
}

a.close-icon{
  position: absolute;
  right: 32px;
  top: 20px;
  z-index: 9;
  height: 40px;
  width: 40px;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 10px;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

a.close-icon:hover{
  --tw-border-opacity: 1;
  border-color: rgb(46 106 252 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(46 106 252 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px){
  a.close-icon{
    left: 32px;
  }
}

@media (min-width: 1536px){
  a.close-icon{
    height: 60px;
    width: 60px;
    padding: 18px;
  }
}

a.close-icon:hover img{
  --tw-brightness: brightness(0);
  --tw-invert: invert(100%);
  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);
}

.primary-menu-class .menu-item > ul.sub-menu.show-submenu{
  margin-top: 0px;
}

@media (min-width: 1280px){
  .primary-menu-class .menu-item > ul.sub-menu.show-submenu{
    margin-top: -20px;
  }
}

.primary-menu-class > .menu-item >  a:before, .primary-menu-class > .menu-item >  span:before{
  background-image: url('../src/img/arrow.png');
  content: "";
  top: 43% !important;
  transform: translate(0px, -50%);
  position: absolute;
  top: -1px;
  left: 0px;
  height: 30px;
  width: 30px;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  background-size: 13px;
  background-position: center;
  background-repeat: no-repeat;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px){
  .primary-menu-class > .menu-item > a:before, .primary-menu-class > .menu-item > span:before{
    top: 0px;
    background-size: 14px;
  }
}

@media (min-width: 1024px){
  .primary-menu-class > .menu-item > a:before, .primary-menu-class > .menu-item > span:before{
    height: 40px;
    width: 40px;
  }
}

@media (min-width: 1280px){
  .primary-menu-class > .menu-item > a:before, .primary-menu-class > .menu-item > span:before{
    top: 0px;
    height: 50px;
    width: 50px;
  }
}

@media (min-width: 1536px){
  .primary-menu-class > .menu-item > a:before, .primary-menu-class > .menu-item > span:before{
    height: 65px;
    width: 65px;
    background-size: 25px;
  }
}

.primary-menu-class > li{
  position: relative;
}

.menu-item-has-children.active ul.sub-menu {
  display: block !important;
  height: auto !important;
  opacity: 1;
}

.primary-menu-class .menu-item-has-children.active > span{
  color: #eabd2f;
}

.primary-menu-class .menu-item-has-children.active > span:before, .primary-menu-class .current_page_item >a:before{
  background-color: #eabd2f;
  border: 1px solid #eabd2f;
  background-image: url('../src/img/arrow-white.png');
}

i#caret-id{
  position: absolute;
  left: 9px;
  top: 27px;
  height: 32px;
  width: 32px;
  opacity: 0;
}

@media (min-width: 1280px){
  i#caret-id{
    height: 50px;
    width: 50px;
  }
}

.primary-menu-class > li.current-menu-parent i.caret {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  font-size: 0px;
}

.menu-full  {
  position: absolute;
  left:-100%;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.menu-full.open{
  left: 0%;
  position: fixed;
}

.primary-menu-class > li   .sub-menu{
  opacity: 0;
  height: 0;
  transition: all 0.3s ease-in-out;
  padding-bottom: 20px;
}

.primary-menu-class > li   .sub-menu.show-submenu{
  height: auto;
  opacity: 1;
}

.primary-menu-class > li:hover > a:before, .primary-menu-class > li:hover > span:before, .primary-menu-class .current_page_item > a:before {
  background-color: #eabd2f;
  border: 1px solid #eabd2f;
  background-image: url('img/arrow-white.png');
}

@media only screen and (max-width: 767px) {
  .bg-image-menu:before {
    width: 100%;
    height: 120px;
    background-image: url(img/menu-bg-top.png);
    content: "";
    position: absolute;
    left:0px;
    top: 0;
    background-position: bottom;
  }
}

.pink-testmonial .accordion button .icon::after{
  background-color: #000 !important;
}

/* footer */

.copyright .textwidget.custom-html-widget{
  display: flex;
  gap: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(240 175 40 / var(--tw-bg-opacity, 1));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 768px){
  .copyright .textwidget.custom-html-widget{
    justify-content: space-between;
  }
}

.copyright{
  --tw-bg-opacity: 1;
  background-color: rgb(240 175 40 / var(--tw-bg-opacity, 1));
}

.copyright a:hover{
  text-decoration-line: underline;
}

ul.links-ul li:first-child {
  border-right: 2px solid #000;
  padding-right: 20px;
}

.copyright  *{
  font-family: "Croissant";
  font-size: 17px;
}

@media (min-width: 1024px){
  .copyright  *{
    font-size: 21px;
  }
}

ul.links-ul {
  display: flex;
  gap: 20px;
}

.bg-footer .menu li a, h3.widget-title{
  font-family: "Croissant";
}

.bg-footer .menu li{
  margin-bottom: 10px;
}

.bg-footer .menu li a{
  font-size: 18px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.bg-footer .menu li a:hover{
  --tw-text-opacity: 1;
  color: rgb(234 189 47 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .bg-footer .menu li a{
    font-size: 18px;
  }
}

@media (min-width: 1024px){
  .bg-footer .menu li a{
    font-size: 27px;
  }
}

h3.widget-title{
  font-size: 21px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  h3.widget-title{
    font-size: 27px;
  }
}

.bg-footer .menu li:last-child{
  margin-bottom: 0px;
}

.social{
  margin-top: 1rem;
  display: flex;
  gap: 0.625rem;
}

.social li a{
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-size: 23px;
  --tw-text-opacity: 1;
  color: rgb(36 26 60 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.social li a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(234 189 47 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media only screen and (max-width: 767px) {
  .bg-footer {
    background-image: inherit;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding-top: 40px;
  }

  .copyright .textwidget.custom-html-widget{
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }

  .copyright .textwidget.custom-html-widget p{
    width: 100%;
  }

  .copyright  *{
    font-size: 16px;
  }
}

/* home */

.heading-1  {
  font-family: ' Croissant ';
  position: relative;
  z-index: 1;
}

.heading-1 span{
  position: relative;
  z-index: 2;
  margin-left: 4%;
  font-weight: 700;
}

.heading-1 span:before{
  content: "";
  background-image: url(../src/img/bg-imges-text.gif);
  position: absolute;
  top: -102%;
  left: -30%;
  z-index: -1;
  height: 213%;
  width: 199%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.heading-1 strong{
  position: relative;
}

.heading-1 strong:before{
  content: "";
  background-image: url(../src/img/text-brush-white.png);
  position: absolute;
  top: -5%;
  left: -8%;
  z-index: -1;
  height: 107%;
  width: 117%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.but-they-did{
  position: relative;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.arrow-bottom{
  position: absolute;
  bottom: 0px;
}

@media (min-width: 768px){
  .arrow-bottom{
    bottom: 60px;
  }
}

/* .but-they-did span:before{ content: ""; background-image: url(../src/img/arrows-btn.png);    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;     }
.but-they-did span:before{@apply absolute top-[0.75rem] left-[91%] h-[228%] w-[123%] bg-contain bg-center bg-no-repeat z-[99] transition-all duration-300 ease-in-out } */

.arrow-right{
  position: absolute;
  z-index: 9;
  height: 0px;
  overflow: hidden;
  left: 105%;
  top: 1%;
  width: 138px;
}

@media (min-width: 1024px){
  .arrow-right{
    width: 300px;
  }
}

@media (min-width: 1280px){
  .arrow-right{
    width: 460px;
  }
}

.scroll-animation .arrow-right{
  height: 142px;
  text-align: right;
  transition-property: height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 4s;
}

@media (min-width: 768px){
  .scroll-animation .arrow-right{
    height: 320px;
    text-align: center;
  }
}

.scroll-animation .arrow-right img{
  float: right;
}

@media (min-width: 768px){
  .scroll-animation .arrow-right img{
    float: left;
  }
}

.our_clents{
  position: relative;
  font-weight: 700;
}

.our_clents:before{
  content: "";
  background-image: url(../src/img/ourtestmonial.gif);
  position: absolute;
  top: -30%;
  left: -5%;
  z-index: 9;
  height: 41%;
  width: 9%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.btn{
  position: relative;
  overflow: hidden;
  border-radius: 40px;
  border-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 14px;
  padding-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 26px;
}

@media (min-width: 768px){
  .btn{
    padding-bottom: 14px;
    font-size: 20px;
  }
}

@media (min-width: 1024px){
  .btn{
    padding-top: 20px;
  }
}

@media (min-width: 1280px){
  .btn{
    font-size: 25px;
  }
}

.btn  {
  font-family: ' Croissant normal';
  box-shadow:1px 7px #000000
}

.btn span {
  position: relative;
  z-index: 9;
}

.btn-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(46 106 252 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-blue::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -100%;
  background-color: #D545AD;
}

.btn-blue:hover::before{
  left: 0px;
  top: 0px;
  z-index: 1;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-purple{
  --tw-border-opacity: 1;
  border-color: rgb(213 69 173 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(36 26 60 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-purple::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -100%;
  background-color: #F0AF28;
  color: #000;
}

.btn-purple:hover::before{
  left: 0px;
  top: 0px;
  z-index: 1;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-purple{
  box-shadow:1px 7px #D545AD
}

.btn-yellow{
  --tw-border-opacity: 1;
  border-color: rgb(240 175 40 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(240 175 40 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-yellow:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.btn-yellow::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -100%;
  background-color: #D545AD;
  color: #000;
}

.btn-yellow:hover::before{
  left: 0px;
  top: 0px;
  z-index: 1;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-blue-dark{
  --tw-border-opacity: 1;
  border-color: rgb(18 63 84 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(18 63 84 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-blue-dark:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.btn-blue-dark::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -100%;
  background-color: #F0AF28;
  color: #000;
  border-color: #F0AF28 !important;
}

.btn-blue-dark:hover::before{
  left: 0px;
  top: 0px;
  z-index: 1;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-blue-dark{
  box-shadow: 1px 7px #D545AD;
}

.btn-yellow{
  box-shadow: 1px 7px #D545AD;
}

.btn-yellow:hover{
  box-shadow: 1px 7px #F0AF28;
}

.clients  li{
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}

@media (min-width: 768px){
  .clients  li{
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: left;
  }
}

@media (min-width: 1280px){
  .clients  li{
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.clients .img-black, .img-pink{
  background-repeat: no-repeat;
  text-align: center;
  background-position: top left, bottom right;
  background-size: 40px;
}

@media (min-width: 768px){
  .clients .img-black, .img-pink{
    text-align: left;
    background-size: 60px;
  }
}

@media (min-width: 1280px){
  .clients .img-black, .img-pink{
    background-size: 90px;
  }
}

@media (min-width: 1024px){
  .clients b{
    font-size: 40px;
  }
}

@media (min-width: 768px){
  .clients li{
    padding-right: 20px;
  }
}

@media (min-width: 1024px){
  .clients li{
    padding-right: 80px;
  }
}

@media (min-width: 1536px){
  .clients li{
    padding-right: 120px;
  }
}

.icon-arrow-testmonial {
  position: relative;
}

.our_clents_none::before{
  display: none;
}

.icon-arrow-testmonial::before{
  content: "";
  background-image: url(../src/img/black-test.png);
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
}

.icon-arrow-testmonial::after{
  content: "";
  background-image: url(../src/img/black-test-2.png);
  position: absolute;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  right: 0;
}

@media (min-width: 768px){
  .icon-arrow-testmonial::after{
    right: 20px;
  }
}

@media (min-width: 1024px){
  .icon-arrow-testmonial::after{
    right: 80px;
  }
}

@media (min-width: 1280px){
  .icon-arrow-testmonial::after{
    right: 100px;
  }
}

.icon-arrow-testmonial::before, .icon-arrow-testmonial::after{
  height: 40px;
  width: 40px;
  background-size: 40px;
}

@media (min-width: 768px){
  .icon-arrow-testmonial::before, .icon-arrow-testmonial::after{
    height: 60px;
    width: 60px;
    background-size: 60px;
  }
}

@media (min-width: 1280px){
  .icon-arrow-testmonial::before, .icon-arrow-testmonial::after{
    height: 90px;
    width: 90px;
    background-size: 90px;
  }
}

@media (min-width: 1536px){
  .icon-arrow-testmonial::before, .icon-arrow-testmonial::after{
    height: 120px;
    width: 120px;
    background-size: 120px;
  }
}

.dotes-right{
  position: absolute;
  right: 0px;
  top: -9%;
  z-index: 9;
  width: 32%;
}

@media (min-width: 768px){
  .dotes-right{
    top: -26%;
  }
}

@media (min-width: 1280px){
  .dotes-right{
    top: -30%;
    width: 27%;
  }
}

.dotes-right, .dotes-left{
  animation: float 3s ease-in-out infinite;
}

.get-in-touch  input, .get-in-touch textarea{
  font-family: ' Croissant normal' !important;
  background-color: transparent !important;
  border: 0px !important;
  border-bottom: 1px solid !important;
  box-shadow: none !important;
  border-radius: 0px !important;
  font-size: 30px !important;
  outline: none !important;
  padding-bottom: 20px!important;
  padding-left: 0px !important;
  height: auto !important;
}

.get-in-touch   .gfield textarea.large {
  min-block-size: 163px;
}

a.skip-link.screen-reader-text {
  display: none;
}

@keyframes float {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-30px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes float2 {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

.dotes-top, .bg-blog{
  animation: float2 3s ease-in-out infinite;
}

.listing-renew  li img, .arrow-testmonial{
  animation: float2 3s ease-in-out infinite;
}

.shine::before {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  transform: skewX(-25deg);
}

.shine:hover:before {
  animation: shine .95s;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.dotes-left{
  position: absolute;
  left: 10px;
  top: -9%;
  z-index: 9;
  width: 32%;
}

@media (min-width: 768px){
  .dotes-left{
    top: -26%;
  }
}

@media (min-width: 1280px){
  .dotes-left{
    top: -35%;
    width: 27%;
  }
}

.flex-images:before{
  content: "";
  background-image: url(../src/img/pngtree-hand-drawn.gif);
}

.flex-images::before{
  position: absolute;
  top: -76%;
  left: -5%;
  z-index: -1;
  height: 232%;
  width: 116%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.flex-images{
  position: relative;
  z-index: 1;
}

.help-image{
  position: relative;
}

.help-image:before{
  content: "";
  background-image: url(../src/img/Curved-arrow-hand-drawn.gif);
  position: absolute;
  top: 48%;
  right: 0;
  height: 131%;
  width: 20%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 768px){
  .help-image:before{
    right: -7%;
  }
}

@media (min-width: 1280px){
  .help-image:before{
    right: -13%;
  }
}

.blending strong{
  font-style: italic;
  font-family: ' Croissant normal';
}

.blending{
  position: relative;
  z-index: 1;
}

.blending:before{
  position: absolute;
  top: -10%;
  left: -7%;
  height: 13%;
  width: 9%;
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  content: "";
  background-image: url(../src/img/blending.gif);
}

.bg-bottom{
  background-image: url(../src/img/blending-bottom.png);
  background-position: bottom;
  padding-bottom: 10px;
}

@media (min-width: 1024px){
  .bg-bottom{
    padding-bottom: 20px;
  }
}

.bg-bottom{
  background-size: contain;
  background-repeat: no-repeat;
}

.play-images{
  position: relative;
}

.play-images:before{
  content: "";
  background-image: url(../src/img/play-image.png);
  position: absolute;
  left: -6%;
  height: 23%;
  width: 30%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 1536px){
  .play-images:before{
    left: -19%;
    height: 37%;
  }
}

.renew-listing{
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  display: grid;
  max-width: 1550px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 30px;
  text-align: center;
}

@media (min-width: 768px){
  .renew-listing{
    margin-top: 60px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}

@media (min-width: 1280px){
  .renew-listing{
    margin-top: 80px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.renew-listing li{
  cursor: pointer;
}

@media (min-width: 768px){
  .renew-listing li{
    margin-bottom: 30px;
  }
}

.fullfilment,   .counselling, .fullfilblue{
  position: relative;
  z-index: 1;
}

.fullfilblue{
  margin-top: 30px;
}

@media (min-width: 768px){
  .fullfilblue{
    margin-top: 0px;
  }
}

.fullfilment:before{
  content: "";
  width: 20%;
  animation: float2 3s ease-in-out infinite;
  background-size: contain;
  height: 17%;
  background-position: center;
  background-image: url(../src/img/fullfil.png);
  position: absolute;
  background-repeat: no-repeat;
  top: -6%;
  /* background-color: red; */
  right: 0;
  z-index: 9;
}

.fullfilblue:before{
  content: "";
  width: 20%;
  animation: float2 3s ease-in-out infinite;
  background-size: contain;
  height: 17%;
  background-position: center;
  background-image: url(../src/img/blue-blog.png);
  position: absolute;
  background-repeat: no-repeat;
  top: -6%;
  /* background-color: red; */
  left: 0;
  z-index: 9;
}

.bras-images{
  position: relative;
  z-index: 1;
  background-image: url(../src/img/abstract-brush.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px;
  padding-top: 1.25rem;
}

@media (min-width: 768px){
  .bras-images{
    padding-left: 60px;
  }
}

.counselling{
  display: block;
  margin-bottom: 10px
}

@media (min-width: 768px){
  .counselling{
    margin-bottom: 0px;
  }
}

.psychotherapists{
  position: relative;
  display: inline-block;
}

.psychotherapists:before{
  content: "";
  background-image: url(../src/img/text-psy.gif);
  position: absolute;
  top: -16%;
  left: -9%;
  z-index: 1;
  height: 44%;
  width: 14%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.counselling:before{
  content: "";
  background-image: url(../src/img/yelloe-brause.png);
  position: absolute;
  top: 0px;
  left: -2%;
  z-index: -10;
  height: 107%;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 768px){
  .counselling:before{
    top: -10px;
    background-position: left;
  }
}

.training{
  background-image: url(../src/img/training.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 5% 80%;
  color: #F0AF28;
  padding-right: 25px;
}

@media (min-width: 768px){
  .training{
    padding-right: 40px;
  }
}

@media (min-width: 1280px){
  .training{
    padding-right: 68px;
  }
}

.all_pages:before{
  content: "";
  background-image: url(../src/img/all-pages.png);
}

.all_pages::before{
  position: absolute;
  top: -9%;
  left: -10%;
  z-index: -10;
  height: 138%;
  width: 122%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.all_pages{
  position: relative;
  z-index: 1;
}

.whyus::before{
  content: "";
  background-image: url(../src/img/whys-us.gif);
}

.so-whats:before {
  content: "";
  background-image: url(../src/img/text-psy.gif);
}

.so-whats:before, .whyus:before{
  position: absolute;
  top: -31%;
  left: -9%;
  z-index: 1;
  height: 44%;
  width: 14%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.one-on{
  position: relative;
  z-index: 1;
}

.one-on::before{
  content: "";
  background-image: url(../src/img/one-one.gif);
  position: absolute;
  top: -41%;
  right: -22%;
  z-index: 1;
  height: 72%;
  width: 23%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.whyus:before{
  top: -47%;
}

ul.listing-arrow {
  margin-top: 30px;
  text-align: left;
}

ul.listing-arrow li{
  position: relative;
  margin-bottom: 10px;
  padding-left: 50px;
  font-weight: 300;
}

ul.listing-arrow li:before{
  content: "";
  background-image: url(../src/img/listing-dote.png);
  -webkit-animation-name: pulse;
  animation: pulse infinite;
  animation-duration: 1s;
  animation-fill-mode: both;
  position: absolute;
  left: 0px;
  top: 5px;
  height: 40px;
  width: 40px;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (min-width: 768px){
  ul.listing-arrow li:before{
    top: 11px;
  }
}

ul.listing-arrow li  strong{
  font-weight: 700;
}

.so-whats  {
  display: inline-block;
  background-image: url(../src/img/text-brush-yelllow.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 56%;
}

ul.how-it-work{
  margin-top: 20px;
  display: grid;
  gap: 20px;
  text-align: center;
}

@media (min-width: 768px){
  ul.how-it-work{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1280px){
  ul.how-it-work{
    margin-top: 40px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

ul.how-it-work li{
  cursor: pointer;
}

ul.listing-arrow-pink li:before{
  background-image: url(../src/img/pink-listing.png);
}

.the-fsg-way{
  color: #eabd2f;
}

ul.how-it-work h3{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  justify-content: center;
}

ul.how-it-work p{
  margin: auto;
  max-width: 275px;
}

ul.how-it-work li h3{
  display: flex;
  height: 100px;
  width: 100px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(205 66 166 / var(--tw-bg-opacity, 1));
  text-align: center;
  font-family: Lato;
  font-size: 53px;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1536px){
  ul.how-it-work li h3{
    height: 120px;
    width: 120px;
  }
}

ul.how-it-work li h5{
  font-size: 30px;
}

@media (min-width: 1536px){
  ul.how-it-work li h5{
    font-size: 40px;
  }
}

ul.blue-color-bg li h3{
  --tw-bg-opacity: 1;
  background-color: rgb(46 106 252 / var(--tw-bg-opacity, 1));
}

ul.how-it-work li{
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-width: 4px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 56px;
  padding-bottom: 40px;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1536px){
  ul.how-it-work li{
    padding-bottom: 80px;
  }
}

ul.how-it-work li:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(205 66 166 / var(--tw-bg-opacity, 1));
}

ul.how-it-work li:hover h3{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(205 66 166 / var(--tw-text-opacity, 1));
}

ul.how-it-work li:hover h5{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

ul.how-it-work li:hover p{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

ul.blue-color-bg li:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(46 106 252 / var(--tw-bg-opacity, 1));
}

ul.blue-color-bg li:hover h3{
  --tw-text-opacity: 1;
  color: rgb(46 106 252 / var(--tw-text-opacity, 1));
}

.the-fsg-way{
  position: relative;
}

.whyus:before{
  position: absolute;
  top: -29%;
  left: -15%;
  z-index: 1;
  height: 44%;
  width: 23%;
}

.bg-shap{
  position: relative;
}

.bg-shap::after {
  background-image: url(../src/img/whyus-bg.png);
  animation: 10s linear infinite alternate circle;
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: -10;
  height: 80%;
  width: 70%;
  background-size: contain;
  background-repeat: no-repeat;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes circle {
  0% {
    transform:translateX(-100px);
    rotate:0deg;
    -webkit-transform:translateX(-100px);
    -moz-transform:translateX(-100px);
    -ms-transform:translateX(-100px);
    -o-transform:translateX(-100px)
  }

  100% {
    transform:translateY(-100px);
    rotate:180deg;
    -webkit-transform:translateY(-100px);
    -moz-transform:translateY(-100px);
    -ms-transform:translateY(-100px);
    -o-transform:translateY(-100px)
  }
}

.shap-contact-us{
  animation: 10s linear infinite alternate circle;
  position: absolute;
  right: 140px;
  bottom: 0px;
  z-index: 1;
  background-size: inherit;
  background-repeat: no-repeat;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.the-fsg-way::before{
  content: "";
  background-image: url(../src/img/quote-black.gif);
  position: absolute;
  top: -21%;
  right: -10%;
  z-index: 1;
  height: 62%;
  width: 14%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.the-fsg-way-work{
  position: relative;
  z-index: 1;
}

.the-fsg-way-work::before{
  content: "";
  background-image: url(../src/img/5-quote-Blue.gif);
  position: absolute;
  top: -49%;
  right: -22%;
  z-index: -1;
  height: 81%;
  width: 36%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.rightwaw {
  animation: waves 10s cubic-bezier(.36,.45,.63,.53) infinite;
  background: url(../src/img/waw-top.png) repeat-y;
  bottom: 0;
  height: 100%;
  right: 0;
  background-position: left;
  transition: all ease-in-out 0.3s;
  background-size: cover;
  position: absolute;
  transform: translateZ(0);
  background-repeat: no-repeat;
  width: 80%;
  z-index: -1;
}

.meet-box:hover .rightwaw{
  width:90%;
}

.yellow-bg{
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(240 175 40 / var(--tw-bg-opacity, 1));
}

.imgmoving {
  animation: wave 35s cubic-bezier(.36,.45,.63,.53) infinite;
  background-size: contain !important;
  background-position: center;
  background: url(/wp-content/uploads/2025/04/1st.jpg) repeat-x;
  bottom: 0;
  left: 0;
  position: absolute;
  transform: translateZ(0);
  width: 9593px;
  will-change: margin-left;
  z-index: 2;
  height: 60px;
}

@media (min-width: 768px){
  .imgmoving{
    height: 90px;
  }
}

@media (min-width: 1024px){
  .imgmoving{
    height: 170px;
  }
}

@keyframes wave {
  0% {
    margin-left: 0
  }

  to {
    margin-left: -7707px
  }
}

@media only screen and (max-width: 767px) {
  .imgmoving{
    height: 70px;
  }

  .blue-right{
    background-image: url(../src/img/perpul.png);
  }

  .rightwaw {
    height: 111%;
    width: 100%;
    background-position: top right;
    z-index: -1;
    background-size: 81% 100%;
  }

  .meet-box:hover .rightwaw{
    height:100%;
    width: 100%;
  }

  ul.listing-arrow li{
    padding-left: 32px;
  }

  ul.listing-arrow li:before{
    height: 27px;
    width: 26px;
  }
}

/*accordion */

.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

.accordion button{
  position: relative;
  display: block;
  width: 100%;
  border-style: none;
  background-color: transparent;
  padding-top: 9px;
  padding-bottom: 5px;
  padding-right: 30px;
  text-align: left;
  font-size: 25px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.clients b.accordion button {
  margin-top: 17px;
}

@media (min-width: 768px){
  .accordion button{
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 23px;
  }
}

@media (min-width: 1024px){
  .accordion button{
    font-size: 30px;
  }
}

@media (min-width: 1280px){
  .accordion button{
    font-size: 40px;
  }
}

.accordion button:hover,
  .accordion button:focus {
  cursor: pointer;
}

.accordion button:hover::after,
  .accordion button:focus::after {
  cursor: pointer;
}

.accordion button .icon{
  position: absolute;
  top: 11px;
  right: 0px;
  display: inline-block;
  height: 22px;
  width: 22px;
  border-radius: 9999px;
}

@media (min-width: 768px){
  .accordion button .icon{
    top: 13px;
  }
}

@media (min-width: 1024px){
  .accordion button .icon{
    top: 26px;
  }
}

.accordion button .icon::before{
  position: absolute;
  top: 22.5px;
  left: 1px;
  display: block;
  height: 3px;
  width: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.clients b.accordion button .icon::before {
  margin-top: 17px;
}

@media (min-width: 1024px){
  .accordion button .icon::before{
    top: 23px;
    left: -2px;
    width: 25px;
  }
}

.accordion button .icon::after{
  position: absolute;
  top: 14px;
  left: 9px;
  display: block;
  height: 20px;
  width: 3px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.clients b.accordion button .icon::after {
  margin-top: 17px;
}

@media (min-width: 1024px){
  .accordion button .icon::after{
    top: 13px;
    height: 24px;
  }
}

.accordion button .icon::after,     .accordion button .icon::before {
  content: "";
}

.accordion button[aria-expanded='true'] span {
  color: #000;
}

.pink-testmonial  button[aria-expanded='true'] span{
  color: #D545AD !important;
}

.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}

.accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: 13em;
  transition: all 200ms linear;
  text-align: left;
  will-change: opacity, max-height;
}

.pink-testmonial   .accordion button[aria-expanded='true'] + .accordion-content{
  border-bottom: 1px solid #e4e4e4;
}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
  text-align: left;
}

.accordion .accordion-content p{
  margin-bottom: 30px;
  font-size: 20px;
}

.accordion-title{
  font-family: ' Croissant normal';
  color: #000;
}

div#media_image-2{
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .blog-images{
    top: 0px !important;
  }

  .accordion button .icon::before{
    width: 21px;
    left: 0px;
  }

  .accordion button .icon::after{
    height: 20px;
    top: 15px;
  }
}

.bg-purpule-accordion{
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  --tw-bg-opacity: 1;
  background-color: rgb(36 26 60 / var(--tw-bg-opacity, 1));
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 768px){
  .bg-purpule-accordion{
    padding: 40px;
    padding-bottom: 0px;
  }
}

.bg-purpule-accordion *{
  color: #fff;
}

.bg-purpule-accordion .accordion-item:last-child{
  margin-bottom: 0px;
}

body .bg-purpule-accordion  .accordion-title{
  position: relative;
  display: flex;
  min-height: 3.5rem;
  cursor: pointer;
  align-items: center;
  font-size: 30px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  body .bg-purpule-accordion  .accordion-title{
    font-size: 60px;
  }
}

.bg-purpule-accordion  button[aria-expanded='true'] span{
  color: #fff !important;
}

.bg-purpule-accordion  button .icon::before,   .accordion button .icon::after{
  background-color: #fff;
}

.bg-purpule-accordion .accordion-content p{
  font-size: 20px;
}

@media (min-width: 1024px){
  .bg-purpule-accordion .accordion-content p{
    font-size: 30px;
  }
}

.pink-testmonial  .accordion .accordion-item:last-child{
  border-bottom: 0px;
}

.event-dotes{
  top: -3%;
}

@media (min-width: 768px){
  .event-dotes{
    top: -4%;
  }
}

@media (min-width: 1024px){
  .event-dotes{
    top: -9%;
  }
}

/* 24-4-2025*/

input#gform_submit_button_1 {
  font-family: ' Croissant normal';
  box-shadow: 1px 7px #000000 !important;
  border: 0px !important;
  margin-top: 30px;
  background: linear-gradient(to right, #241A3C  50%, rgb(46 106 252) 50%);
  background-size: 200% 100%;
  background-position:right bottom;
  padding: 16px 39px !important;
  padding-bottom: 12px !important;
  border-radius: 50px !important;
  text-transform: uppercase;
  transition: all ease-in-out 0.5s;
  border: 2px solid #000 !important;
  position: relative;
}

input#gform_submit_button_1:hover{
  background-position:left bottom;
  transition: all ease-in-out 0.5s;
}

.get-in-touch .gfield textarea.large {
  min-block-size: 163px !important;
  height: 160px !important;
}

.get-touch{
  position: relative;
  z-index: 1;
  color: #fff;
  margin-bottom: 20px;
}

.get-touch:before{
  content: "";
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../src/img/get-in-touch.png);
  position: absolute;
  left: -8%;
  top: -18%;
  z-index: -10;
  height: 150%;
  width: 126%;
}

@media (min-width: 1024px){
  .get-touch:before{
    top: -22%;
  }
}

div#gform_1_validation_container{
  display: none;
}

.bg-images-contact{
  text-align: center;
}

.at-feel-soul{
  position: relative;
  z-index: 1;
}

.so-what::before{
  display: none;
}

.at-feel-soul::before{
  content: "";
  background-image: url(../src/img/at-feel-soul.png);
}

.we-are{
  position: relative;
  z-index: 1;
}

.we-are::before{
  content: "";
  background-image: url(../src/img/we-are-here.png);
}

.at-feel-soul::before,  .bruse-2::before{
  position: absolute;
  left: -2%;
  top: -5%;
  z-index: -10;
  height: 133%;
  width: 103%;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (min-width: 1024px){
  .at-feel-soul::before,  .bruse-2::before{
    top: -16%;
    width: 116%;
  }
}

@media (min-width: 1280px){
  .at-feel-soul::before,  .bruse-2::before{
    left: -8%;
  }
}

.at-feel-soul::before{
  height: 140%;
}

.at-feel-soul::after{
  content: "";
  background-image: url(../src/img/at-feel-soul.gif);
}

.how-does-work::after{
  content: "";
  background-image: url(../src/img/good-img.gif);
}

.so-what{
  background-image: url(../src/img/blending-bottom-blue.png);
}

.listing-arrow-blue li::before{
  background-image: url(../src/img/blue-listing.png) !important;
}

.at-feel-soul::after{
  position: absolute;
  right: -9%;
  top: -44%;
  z-index: -10;
  height: 55%;
  width: 12%;
  background-size: contain;
  background-repeat: no-repeat;
}

.we-are::before{
  position: absolute;
  left: -3%;
  top: -41%;
  z-index: -10;
  height: 166%;
  width: 110%;
  background-size: contain;
}

@media (min-width: 1024px){
  .we-are::before{
    width: 116%;
  }
}

.all-pages-white::before{
  background-image: url(../src/img/all-pages-white.png);
}

.blue-right{
  background-image: url(../src/img/perpul.png);
}

.listing-renew{
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  display: grid;
  max-width: 1600px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
  text-align: center;
}

@media (min-width: 768px){
  .listing-renew{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
  }
}

@media (min-width: 1280px){
  .listing-renew{
    margin-top: 80px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1536px){
  .listing-renew{
    gap: 80px;
  }
}

.listing-renew .box-inner b{
  font-size: 20px;
}

@media (min-width: 768px){
  .listing-renew .box-inner b{
    font-size: 18px;
  }
}

@media (min-width: 1280px){
  .listing-renew .box-inner b{
    font-size: 22px;
  }
}

.listing-renew .box-inner h3{
  font-size: 25px;
  font-weight: 600;
}

@media (min-width: 768px){
  .listing-renew .box-inner h3{
    font-size: 25px;
  }
}

@media (min-width: 1024px){
  .listing-renew .box-inner h3{
    font-size: 40px;
  }
}

.listing-renew .box-inner p{
  font-size: 25px;
}

@media (min-width: 768px){
  .listing-renew .box-inner p{
    font-size: 20px;
  }
}

@media (min-width: 1280px){
  .listing-renew .box-inner p{
    font-size: 25px;
  }
}

.listing-renew img{
  width: 100%;
}

.listing-renew .box-inner{
  position: absolute;
  top: 54%;
  left: 50%;
  width: 100%;
  max-width: 280px;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  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));
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 768px){
  .listing-renew .box-inner{
    max-width: 320px;
  }
}

@media (min-width: 1024px){
  .listing-renew .box-inner{
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1280px){
  .listing-renew .box-inner{
    padding-left: 20px;
    padding-right: 20px;
  }
}

.note-icon{
  position: relative;
}

.note-icon::before{
  content: "";
  background-image: url(../src/img/note-icon.png);
  position: absolute;
}

.listing-renew .box-inner img{
  width: 100%;
}

.how-does-work:before{
  background-image: url(../src/img/how-does-fsg-works.png);
  top: -9%;
  left: -4%;
  height: 148%;
  width: 111%;
}

@media (min-width: 768px){
  .how-does-work:before{
    top: -27%;
  }
}

.how-does-work:after{
  filter: brightness(0) invert(1);
  right: -7%;
}

.note-icon::before {
  content: "";
  background-image: url(../src/img/whys-us.gif);
  filter: invert(34%) sepia(44%) saturate(5198%) hue-rotate(216deg) brightness(100%) contrast(98%);
}

.challenges{
  position: relative;
  z-index: 1;
}

.challenges::before{
  content: "";
  background-image: url(../src/img/abstract-brush-pink.png);
  position: absolute;
  left: -7%;
  top: -18%;
  z-index: -10;
  height: 134%;
  width: 123%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 768px){
  .challenges::before{
    background-position: left;
  }
}

.note-icon::before{
  position: absolute;
  left: -29%;
  top: -46%;
  z-index: 9;
  height: 52%;
  width: 48%;
  background-size: contain;
  background-repeat: no-repeat;
}

.pink::after, .pink:before{
  filter: invert(43%) sepia(69%) saturate(1451%) hue-rotate(289deg) brightness(85%) contrast(95%);
}

.blue:after, .blue:before{
  filter: invert(28%) sepia(86%) saturate(2221%) hue-rotate(217deg) brightness(101%) contrast(98%);
}

.brash-yellow{
  background-image: url(../src/img/Renew-abstract-brush.png) !important;
}

ul.related-post{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

@media (min-width: 1024px){
  ul.related-post{
    gap: 20px;
  }
}

@media (min-width: 1280px){
  ul.related-post{
    gap: 30px;
  }
}

@media (min-width: 1536px){
  ul.related-post{
    gap: 35px;
  }
}

.related-post li img{
  border-radius: 15px;
}

div#validation_message_1_8 {
  text-align: center;
}

div#input_1_8 {
  text-align: center;
  display: flex;
  justify-content: center;
}

.box-border-related{
  border-top-right-radius: 100% 60%;
  border-top-left-radius: 100% 60%;
  border-width: 3px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(36 26 60 / var(--tw-border-opacity, 1));
  text-align: center;
  padding: 25px;
  padding-top: 50px;
}

@media (min-width: 768px){
  .box-border-related{
    padding: 30px;
    padding-top: 70px;
  }
}

@media (min-width: 1024px){
  .box-border-related{
    padding-top: 118px;
  }
}

ul.how-it-work li{
  border-top-right-radius: 100% 85%;
  border-top-left-radius: 100% 85%;
}

.blog-left h2{
  font-size: 30px;
}

@media (min-width: 768px){
  .blog-left h2{
    font-size: 40px;
  }
}

@media (min-width: 1024px){
  .blog-left h2{
    font-size: 60px;
  }
}

@media (min-width: 1280px){
  .blog-left h2{
    font-size: 83px;
  }
}

.blog-left h3{
  margin-top: 15px;
  display: inline-block;
  font-size: 30px;
}

@media (min-width: 768px){
  .blog-left h3{
    margin-top: 30px;
  }
}

@media (min-width: 1024px){
  .blog-left h3{
    font-size: 40px;
  }
}

@media (min-width: 1280px){
  .blog-left h3{
    font-size: 63px;
  }
}

.blog-left p{
  margin-bottom: 20px;
  font-size: 18px;
}

@media (min-width: 768px){
  .blog-left p{
    font-size: 23px;
  }
}

.title-blog{
  position: relative;
}

.title-blog::before{
  content: "";
  background-image: url(../src/img/crossing.gif);
  position: absolute;
  left: -4%;
  top: -38%;
  height: 72%;
  width: 10%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 768px){
  .title-blog::before{
    left: -7%;
    width: 12%;
  }
}

.heading-gif img{
  position: relative;
  float: right;
}

@media (min-width: 768px){
  .heading-gif img{
    right: 2%;
  }
}

.heading-gif {
  position: relative;
  display: flow-root;
}

.heading-gif h2{
  position: absolute;
  top: 49%;
  left: 50%;
  z-index: 9;
  width: 100%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  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));
  text-align: center;
  font-size: 24px;
}

@media (min-width: 768px){
  .heading-gif h2{
    font-size: 40px;
  }
}

@media (min-width: 1024px){
  .heading-gif h2{
    font-size: 62px;
  }
}

@media (min-width: 1280px){
  .heading-gif h2{
    font-size: 81px;
  }
}

@media (min-width: 1536px){
  .heading-gif h2{
    font-size: 105px;
  }
}

.bootcamps{
  background-image: url(../src/img/blending-bottom.png);
  margin-bottom: 1.25rem;
  display: inline-grid;
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 1.25rem;
}

ul.page-numbers li {
  font-family: ' Croissant ';
  font-weight: bold;
}

ul.page-numbers{
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 15px;
}

ul.page-numbers li{
  font-size: 25px;
  font-weight: 600;
}

@media (min-width: 768px){
  ul.page-numbers li{
    font-size: 30px;
  }
}

@media (min-width: 1024px){
  ul.page-numbers li{
    font-size: 40px;
  }
}

ul.page-numbers span.page-numbers.current{
  display: flex;
  height: 60px;
  width: 60px;
  align-items: center;
  justify-content: center;
  border-radius: 65px;
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
  padding-top: 10px;
  font-weight: 800;
}

ul.page-numbers span.page-numbers.current:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  ul.page-numbers span.page-numbers.current{
    height: 80px;
    width: 80px;
  }
}

ul.page-numbers a:hover{
  --tw-text-opacity: 1;
  color: rgb(240 175 40 / var(--tw-text-opacity, 1));
}

ul.page-numbers a.page-numbers {
  margin-top: 18px !important;
  display: block;
}

.elevate{
  display: block;
}

.elevate::before{
  background-image: url(../src/img/pink-bruse.png);
  height: 125%;
  width: 99%;
  left: -2%;
}

.discover::before{
  left: -16%;
  top: -64%;
  z-index: 9;
  height: 72%;
  width: 25%;
}

ul.shoping{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 15px;
  text-align: center;
}

@media (min-width: 768px){
  ul.shoping{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
  }
}

@media (min-width: 1024px){
  ul.shoping{
    margin-top: 50px;
    gap: 40px;
  }
}

ul.shoping li h3{
  margin-top: 15px;
  font-size: 35px;
}

@media (min-width: 768px){
  ul.shoping li h3{
    font-size: 30px;
  }
}

@media (min-width: 1024px){
  ul.shoping li h3{
    font-size: 50px;
  }
}

.shoping li img{
  height: 150px;
  width: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 768px){
  .shoping li img{
    height: 100px;
    width: 100px;
  }
}

@media (min-width: 1280px){
  .shoping li img{
    height: 200px;
    width: 200px;
  }
}

@media (min-width: 1536px){
  .shoping li img{
    height: 250px;
    width: 250px;
  }
}

ul.shoping li p{
  font-size: 18px;
}

@media (min-width: 768px){
  ul.shoping li p{
    font-size: 16px;
  }
}

@media (min-width: 1024px){
  ul.shoping li p{
    font-size: 22px;
  }
}

.shoping li img{
  margin: auto;
}

.shoping  .box-inner {
  padding: 20px 30px;
  color: #fff;
}

.shoping  li{
  border-radius: 108px;
  border-top-right-radius: 100% 85%;
  border-top-left-radius: 100% 85%;
  border-width: 4px;
  border-style: dashed;
  padding-top: 40px;
}

@media (min-width: 768px){
  .shoping  li{
    padding-top: 30px;
  }
}

@media (min-width: 1024px){
  .shoping  li{
    padding-top: 73px;
  }
}

.shoping  li .box-inner{
  margin-top: 20px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .shoping  li .box-inner{
    margin-top: 30px;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.pink-color{
  border-color: #d545ad;
}

.pink-color .box-inner {
  background-color: #d545ad;
}

.blue-color{
  border-color: #2e6afc;
}

.blue-color .box-inner {
  background-color: #2e6afc;
}

.green-color {
  border-color: #123f54;
}

.green-color .box-inner{
  background-color:  #123f54;
}

body .imgmoving-shop{
  position: relative;
  height: 290px !important;
}

@media only screen and (max-width: 1290px) {
  body .imgmoving-shop{
    position: relative;
    height: 180px !important;
  }

  .banner-contact {
    height: 80px;
  }
}

@media   (max-width: 1290px) and  (min-width:920px )
 {
  .so-whats{
    font-size: 86px;
  }
}

@media   (max-width: 1580px) and  (min-width:1500px ){
  .so-whats{
    font-size: 110px;
  }
}

@media only screen and (max-width: 767px) {
  body .imgmoving-shop{
    position: relative;
    height: 160px !important;
  }

  .rightwaw-images{
    background-image: url(/wp-content/uploads/2025/05/right-images.png) !important;
  }
}

.clients b.block {
  margin-top: 17px;
}

.swiper-pagination span{
  display: block;
  height: 20px;
  width: 20px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.clients b.swiper-pagination span {
  margin-top: 17px;
}

@media (min-width: 1024px){
  .swiper-pagination span{
    height: 30px;
    width: 30px;
  }
}

@media (min-width: 1536px){
  .swiper-pagination span{
    height: 30px;
    width: 30px;
  }
}

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

.swiper-pagination .swiper-pagination-bullet-active{
  height: 25px;
  width: 25px;
  background-color: #d446ac;;
}

@media (min-width: 1024px){
  .swiper-pagination .swiper-pagination-bullet-active{
    height: 35px;
    width: 35px;
  }
}

@media (min-width: 1536px){
  .swiper-pagination .swiper-pagination-bullet-active{
    height: 40px;
    width: 40px;
  }

  .do-we-do p, .do-we-do ul li{
    font-size: 40px;
  }
}

.blue-pagantion ul.page-numbers span.page-numbers.current{
  background-color: #2D69FC;
  color: #fff;
}

img.dotes-bottom{
  position: absolute;
  bottom: -5%;
  z-index: 99;
  width: 30%;
  animation: float 3s ease-in-out infinite;
}

@media (min-width: 768px){
  img.dotes-bottom{
    bottom: -10%;
  }
}

@media (min-width: 1024px){
  img.dotes-bottom{
    bottom: -15%;
    width: 27%;
  }
}

@media (min-width: 1280px){
  img.dotes-bottom{
    bottom: -20%;
  }
}

.glitch{
  animation: glitch 1s linear infinite;
  position: relative;
  font-style:inherit ;
}

@keyframes glitch{
  2%,64%{
    transform: translate(2px,0) skew(0deg);
  }

  4%,60%{
    transform: translate(-2px,0) skew(0deg);
  }

  62%{
    transform: translate(0,0) skew(5deg);
  }
}

.glitch:before,
  .glitch:after{
  content: attr(title);
  position: absolute;
  left: 0;
}

.glitch:before{
  animation: glitchTop 1s linear infinite;
  clip-path: polygon(0 0, 100% 0, 100% 33%, 0 33%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 33%, 0 33%);
}

@keyframes glitchTop{
  2%,64%{
    transform: translate(2px,-2px);
  }

  4%,60%{
    transform: translate(-2px,2px);
  }

  62%{
    transform: translate(13px,-1px) skew(-13deg);
  }
}

.glitch:after{
  animation: glitchBotom 1.5s linear infinite;
  clip-path: polygon(0 67%, 100% 67%, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(0 67%, 100% 67%, 100% 100%, 0 100%);
}

@keyframes glitchBotom{
  2%,64%{
    transform: translate(-2px,0);
  }

  4%,60%{
    transform: translate(-2px,0);
  }

  62%{
    transform: translate(-22px,5px) skew(21deg);
  }
}

@media (min-width: 768px){
  .related-blog{
    margin-top: 40px;
  }
}

.how-it-work-dote-1{
  top: -2%;
}

@media (min-width: 768px){
  .how-it-work-dote-1{
    top: -5%;
  }
}

@media (min-width: 1280px){
  .how-it-work-dote-1{
    top: -10%;
  }
}

.how-it-work-dote-2{
  top: -15%;
  width: 20%;
}

@media (min-width: 768px){
  .how-it-work-dote-2{
    top: 25%;
  }
}

@media (min-width: 1024px){
  .how-it-work-dote-2{
    top: -40%;
    width: 13%;
  }
}

@media (min-width: 1280px){
  .how-it-work-dote-2{
    top: -69%;
  }
}

.how-it-work-dote-3{
  top: -2%;
}

@media (min-width: 768px){
  .how-it-work-dote-3{
    top: -5%;
  }
}

@media (min-width: 1280px){
  .how-it-work-dote-3{
    top: -20%;
  }
}

.form#gform_1{
  position: relative;
  z-index: 9;
}

.contact-title{
  font-size: 50px;
}

@media (min-width: 768px){
  .contact-title{
    font-size: 60px;
  }
}

@media (min-width: 1280px){
  .contact-title{
    font-size: 90px;
  }
}

@media (min-width: 1536px){
  .contact-title{
    font-size: 115px;
  }
}

.eror-page h3{
  font-family: "Lato";
}

.bg-pink-btn {
  box-shadow: 0px 7px #fc9b8b;
  border: 2px solid #fc9b8b;
}

.bg-pink-btn:hover{
  border-color:  #eabd2f;
}

.blue-pagantion li a:hover{
  color: #2D69FC;
}

.blog-images{
  width: 20%;
}

.menuOpen{
  overflow: hidden;
}

ul.shoping li{
  transform: translateY(0);
  transition: all .25s ease-in-out;
  cursor: pointer;
}

ul.shoping li:hover{
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  transform: translateY(-10px);
  transition: transform .5s linear;
}

.renew-listing  li .box-images, .related-post li img{
  transform: translateY(0);
  transition: all .25s ease-in-out;
  border-radius: 10px;
}

@media (min-width: 1024px){
  .related-post li img{
    border-radius: 15px;
  }
}

.renew-listing  li .box-images:hover{
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  border-radius: 15px;
  transform: translateY(-20px);
  transition: transform .5s linear;
}

.related-post li:hover img{
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  border-radius: 15px;
  transform: translateY(-10px);
  transition: transform .5s linear;
}

.box-image-animtion img{
  transform: translateY(0);
  transition: all .25s ease-in-out;
}

.box-image-animtion img:hover{
  transform: translateY(-20px);
  transition: transform .5s linear;
}

.clients .icon-arrow-testmonial:hover::before,  .clients .icon-arrow-testmonial:hover::after{
  opacity: 0.6;
  transition: all ease-in-out 0.5s;
}

html.menu-open {
  overflow: hidden;
}

.h4-servies{
  font-size: 22px;
}

@media (min-width: 768px){
  .h4-servies{
    font-size: 23px;
  }
}

@media (min-width: 1024px){
  .h4-servies{
    font-size: 24px;
  }
}

@media (min-width: 1536px){
  .h4-servies{
    font-size: 56px;
  }
}

.testimonial-dote{
  top: -4%;
}

@media (min-width: 1024px){
  .testimonial-dote{
    top: 10%;
  }
}

.banner-images, .banner-images img{
  height: 50px;
  background-size: contain;
}

@media (min-width: 1024px){
  .banner-images, .banner-images img{
    height: 60px;
  }
}

@media (min-width: 1280px){
  .banner-images, .banner-images img{
    height: 100px;
  }
}

img.dotes-right.right-bottom{
  top: auto;
  bottom: -5%;
}

@media (min-width: 1024px){
  img.dotes-right.right-bottom{
    bottom: -10%;
  }
}

input#gform_submit_button_1 {
  position: relative !important;
  left:0px  !important;
  top:0px !important;
}

.gform-footer.gform_footer.top_label {
  display: flex!important;
  position: relative !important;
  justify-content: center !important;
}

.gform-footer.gform_footer.top_label *{
  position: absolute;
  top: 56px;
  left: 76%;
}

@media (min-width: 768px){
  .gform-footer.gform_footer.top_label *{
    left: 66%;
  }
}

@media (min-width: 1024px){
  .gform-footer.gform_footer.top_label *{
    left: 62%;
  }
}

@media (min-width: 1280px){
  .gform-footer.gform_footer.top_label *{
    left: 56%;
  }
}

.hover\:scale-110:hover{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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\:transform:hover{
  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\:text-\[\#3670FB\]:hover{
  --tw-text-opacity: 1;
  color: rgb(54 112 251 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#FC372E\]:hover{
  --tw-text-opacity: 1;
  color: rgb(252 55 46 / var(--tw-text-opacity, 1));
}

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

@media (min-width: 640px){
  .sm\:flex{
    display: flex;
  }
}

@media (min-width: 768px){
  .md\:static{
    position: static;
  }

  .md\:absolute{
    position: absolute;
  }

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

  .md\:bottom-\[-80px\]{
    bottom: -80px;
  }

  .md\:left-\[5\%\]{
    left: 5%;
  }

  .md\:left-\[50px\]{
    left: 50px;
  }

  .md\:right-\[-10\%\]{
    right: -10%;
  }

  .md\:top-\[-1\%\]{
    top: -1%;
  }

  .md\:top-\[-10\%\]{
    top: -10%;
  }

  .md\:order-1{
    order: 1;
  }

  .md\:order-2{
    order: 2;
  }

  .md\:m-0{
    margin: 0px;
  }

  .md\:m-auto{
    margin: auto;
  }

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

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

  .md\:ml-auto{
    margin-left: auto;
  }

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

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

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

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

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

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

  .md\:block{
    display: block;
  }

  .md\:hidden{
    display: none;
  }

  .md\:h-\[74\%\]{
    height: 74%;
  }

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

  .md\:h-auto{
    height: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:grid-cols-\[1fr_25\%\]{
    grid-template-columns: 1fr 25%;
  }

  .md\:grid-cols-\[1fr_300px\]{
    grid-template-columns: 1fr 300px;
  }

  .md\:grid-cols-\[1fr_38\%\]{
    grid-template-columns: 1fr 38%;
  }

  .md\:grid-cols-\[1fr_46\%\]{
    grid-template-columns: 1fr 46%;
  }

  .md\:grid-cols-\[1fr_50\%\]{
    grid-template-columns: 1fr 50%;
  }

  .md\:grid-cols-\[1fr_55\%\]{
    grid-template-columns: 1fr 55%;
  }

  .md\:grid-cols-\[1fr_60\%\]{
    grid-template-columns: 1fr 60%;
  }

  .md\:grid-cols-\[46\%_1fr\]{
    grid-template-columns: 46% 1fr;
  }

  .md\:grid-cols-\[55\%_1fr\]{
    grid-template-columns: 55% 1fr;
  }

  .md\:grid-cols-\[60\%_1fr\]{
    grid-template-columns: 60% 1fr;
  }

  .md\:grid-cols-\[65\%_1fr\]{
    grid-template-columns: 65% 1fr;
  }

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

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

  .md\:gap-\[10px\]{
    gap: 10px;
  }

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

  .md\:overflow-visible{
    overflow: visible;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:pl-\[21\%\]{
    padding-left: 21%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1024px){
  .lg\:-left-\[2\%\]{
    left: -2%;
  }

  .lg\:bottom-\[-150px\]{
    bottom: -150px;
  }

  .lg\:top-\[-3\%\]{
    top: -3%;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:grid-cols-\[1fr_30\%\]{
    grid-template-columns: 1fr 30%;
  }

  .lg\:grid-cols-\[1fr_400px\]{
    grid-template-columns: 1fr 400px;
  }

  .lg\:gap-4{
    gap: 1rem;
  }

  .lg\:gap-\[20px\]{
    gap: 20px;
  }

  .lg\:rounded-\[40px\]{
    border-radius: 40px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1280px){
  .xl\:-left-\[6\%\]{
    left: -6%;
  }

  .xl\:top-\[-22\%\]{
    top: -22%;
  }

  .xl\:top-\[-25\%\]{
    top: -25%;
  }

  .xl\:top-\[-3\%\%\]{
    top: -3%%;
  }

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

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

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

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

  .xl\:grid-cols-\[1fr_500px\]{
    grid-template-columns: 1fr 500px;
  }

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

  .xl\:gap-\[50px\]{
    gap: 50px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1536px){
  .\32xl\:mt-\[40px\]{
    margin-top: 40px;
  }

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

  .\32xl\:w-\[40\%\]{
    width: 40%;
  }

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

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

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

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

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

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

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

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

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

