@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');

/*
! tailwindcss v3.0.23 | 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: DM Sans;
  /* 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;
}

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

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder{
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}

::-webkit-date-and-time-value{
  min-height: 1.5em;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}

select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}

[multiple]{
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          color-adjust: unset;
}

[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox']{
  border-radius: 0px;
}

[type='radio']{
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}

[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus{
  outline: 1px auto -webkit-focus-ring-color;
}

*, ::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%;
  margin-right: auto;
  margin-left: auto;
}

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

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.top-0{
  top: 0px;
}

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

.right-0{
  right: 0px;
}

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

.col-span-5{
  grid-column: span 5 / span 5;
}

.col-span-2{
  grid-column: span 2 / span 2;
}

.col-span-4{
  grid-column: span 4 / span 4;
}

.col-span-3{
  grid-column: span 3 / span 3;
}

.row-span-2{
  grid-row: span 2 / span 2;
}

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

.my-14{
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.my-7{
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

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

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

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

.ml-3{
  margin-left: 0.75rem;
}

.ml-7{
  margin-left: 1.75rem;
}

.ml-2{
  margin-left: 0.5rem;
}

.ml-5{
  margin-left: 1.25rem;
}

.mr-10{
  margin-right: 2.5rem;
}

.mr-32{
  margin-right: 8rem;
}

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

.mr-14{
  margin-right: 3.5rem;
}

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

.-mb-0\.5{
  margin-bottom: -0.125rem;
}

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

.-mt-0\.5{
  margin-top: -0.125rem;
}

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

.block{
  display: block;
}

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

.flex{
  display: flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.h-full{
  height: 100%;
}

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

.h-6{
  height: 1.5rem;
}

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

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

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

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

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

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

.w-full{
  width: 100%;
}

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

.w-40{
  width: 10rem;
}

.w-\[50vw\]{
  width: 50vw;
}

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

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

.w-44{
  width: 11rem;
}

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

.w-28{
  width: 7rem;
}

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

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

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

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

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

.w-6{
  width: 1.5rem;
}

.w-24{
  width: 6rem;
}

.w-max{
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.w-10{
  width: 2.5rem;
}

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

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

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

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

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

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

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

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

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

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

.max-w-7xl{
  max-width: 80rem;
}

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

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

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

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

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

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

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

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

.max-w-sm{
  max-width: 24rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-5xl{
  max-width: 64rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.shrink-0{
  flex-shrink: 0;
}

.border-collapse{
  border-collapse: collapse;
}

.snap-x{
  -ms-scroll-snap-type: x var(--tw-scroll-snap-strictness);
      scroll-snap-type: x var(--tw-scroll-snap-strictness);
}

.snap-center{
  scroll-snap-align: center;
}

.list-disc{
  list-style-type: disc;
}

.grid-flow-row{
  grid-auto-flow: row;
}

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

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

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

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

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

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

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

.place-content-start{
  place-content: start;
}

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

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

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

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

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

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

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

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

.gap-14{
  gap: 3.5rem;
}

.gap-10{
  gap: 2.5rem;
}

.gap-4{
  gap: 1rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-7{
  gap: 1.75rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-1{
  gap: 0.25rem;
}

.gap-8{
  gap: 2rem;
}

.gap-x-10{
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.gap-y-3{
  row-gap: 0.75rem;
}

.gap-y-10{
  row-gap: 2.5rem;
}

.gap-x-20{
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}

.gap-y-7{
  row-gap: 1.75rem;
}

.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-gray-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-divide-opacity));
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-scroll{
  overflow: scroll;
}

.overflow-x-auto{
  overflow-x: auto;
}

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

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

.rounded{
  border-radius: 0.25rem;
}

.rounded-lg{
  border-radius: 0.5rem;
}

.rounded-b-xl{
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.rounded-t-none{
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.rounded-l-xl{
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.rounded-r-xl{
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.rounded-l{
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

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

.border{
  border-width: 1px;
}

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

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

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

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

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

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

.border-green{
  --tw-border-opacity: 1;
  border-color: rgb(37 218 197 / var(--tw-border-opacity));
}

.border-grey{
  --tw-border-opacity: 1;
  border-color: rgb(235 234 237 / var(--tw-border-opacity));
}

.border-light-violet{
  --tw-border-opacity: 1;
  border-color: rgb(72 43 231 / var(--tw-border-opacity));
}

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

.border-transparent{
  border-color: transparent;
}

.border-pink{
  --tw-border-opacity: 1;
  border-color: rgb(233 58 125 / var(--tw-border-opacity));
}

.border-opacity-30{
  --tw-border-opacity: 0.3;
}

.border-opacity-40{
  --tw-border-opacity: 0.4;
}

.bg-green{
  --tw-bg-opacity: 1;
  background-color: rgb(37 218 197 / var(--tw-bg-opacity));
}

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

.bg-light-violet{
  --tw-bg-opacity: 1;
  background-color: rgb(72 43 231 / var(--tw-bg-opacity));
}

.bg-grey{
  --tw-bg-opacity: 1;
  background-color: rgb(235 234 237 / var(--tw-bg-opacity));
}

.bg-\[\#4267B2\]{
  --tw-bg-opacity: 1;
  background-color: rgb(66 103 178 / var(--tw-bg-opacity));
}

.bg-pink{
  --tw-bg-opacity: 1;
  background-color: rgb(233 58 125 / var(--tw-bg-opacity));
}

.bg-\[\#FFFC00\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 252 0 / var(--tw-bg-opacity));
}

.bg-\[\#C8232C\]{
  --tw-bg-opacity: 1;
  background-color: rgb(200 35 44 / var(--tw-bg-opacity));
}

.bg-dark-violet{
  --tw-bg-opacity: 1;
  background-color: rgb(30 14 98 / var(--tw-bg-opacity));
}

.bg-\[\#27AE60\]{
  --tw-bg-opacity: 1;
  background-color: rgb(39 174 96 / var(--tw-bg-opacity));
}

.bg-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(29 161 242 / var(--tw-bg-opacity));
}

.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(47 24 147 / var(--tw-bg-opacity));
}

.bg-gray-500{
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}

.bg-red{
  --tw-bg-opacity: 1;
  background-color: rgb(234 50 35 / var(--tw-bg-opacity));
}

.bg-\[\#219653\]{
  --tw-bg-opacity: 1;
  background-color: rgb(33 150 83 / var(--tw-bg-opacity));
}

.bg-\[\#F2994A\]{
  --tw-bg-opacity: 1;
  background-color: rgb(242 153 74 / var(--tw-bg-opacity));
}

.bg-opacity-70{
  --tw-bg-opacity: 0.7;
}

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

.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}

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

.p-3{
  padding: 0.75rem;
}

.p-2{
  padding: 0.5rem;
}

.p-5{
  padding: 1.25rem;
}

.p-1{
  padding: 0.25rem;
}

.p-10{
  padding: 2.5rem;
}

.p-0\.5{
  padding: 0.125rem;
}

.p-0{
  padding: 0px;
}

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

.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

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

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

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

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

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

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

.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

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

.py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

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

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

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

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

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

.pb-5{
  padding-bottom: 1.25rem;
}

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

.pb-14{
  padding-bottom: 3.5rem;
}

.pb-3{
  padding-bottom: 0.75rem;
}

.pb-7{
  padding-bottom: 1.75rem;
}

.pl-1{
  padding-left: 0.25rem;
}

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

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

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

.pl-7{
  padding-left: 1.75rem;
}

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

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

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

.pl-5{
  padding-left: 1.25rem;
}

.pt-3{
  padding-top: 0.75rem;
}

.pt-7{
  padding-top: 1.75rem;
}

.pr-3{
  padding-right: 0.75rem;
}

.pl-3{
  padding-left: 0.75rem;
}

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

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

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

.font-sans{
  font-family: DM Sans;
}

.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

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

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

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

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

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

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

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

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

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

.uppercase{
  text-transform: uppercase;
}

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

.text-dark-violet{
  --tw-text-opacity: 1;
  color: rgb(30 14 98 / var(--tw-text-opacity));
}

.text-dark-violet-2{
  --tw-text-opacity: 1;
  color: rgb(21 20 57 / var(--tw-text-opacity));
}

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

.text-light-violet{
  --tw-text-opacity: 1;
  color: rgb(72 43 231 / var(--tw-text-opacity));
}

.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-pink{
  --tw-text-opacity: 1;
  color: rgb(233 58 125 / var(--tw-text-opacity));
}

.text-\[\#3b5998\]{
  --tw-text-opacity: 1;
  color: rgb(59 89 152 / var(--tw-text-opacity));
}

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

.text-opacity-40{
  --tw-text-opacity: 0.4;
}

.text-opacity-70{
  --tw-text-opacity: 0.7;
}

.text-opacity-100{
  --tw-text-opacity: 1;
}

.text-opacity-0{
  --tw-text-opacity: 0;
}

.text-opacity-60{
  --tw-text-opacity: 0.6;
}

.line-through{
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}

.decoration-white\/60{
  -webkit-text-decoration-color: rgb(255 255 255 / 0.6);
          text-decoration-color: rgb(255 255 255 / 0.6);
}

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

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

.scrollbar-thin.overflow-x-hidden{
  overflow-x: hidden;
}

.scrollbar-thin.overflow-y-hidden{
  overflow-y: hidden;
}

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

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

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

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

.scrollbar-track-gray-\31 00{
  --scrollbar-track: #f3f4f6 !important;
}

.scrollbar-thumb-gray-\33 00{
  --scrollbar-thumb: #d1d5db !important;
}

.divider {
  height: 3rem;
  background-color: #0000001a;
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 0.5em 1.5em rgb(0 0 0 / 10%), inset 0 0.125em 0.5em rgb(0 0 0 / 15%);
}

.title-01{
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}

@media (min-width: 640px){
  .title-01{
    font-size: 42px;
  }

  .title-01{
    line-height: 52px;
  }
}

.name-01{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.shadow-dp {
  box-shadow: 0px 15px 40px rgba(38, 38, 38, 0.17);
}

.btn-01{
  border-bottom-width: 2px;
  border-color: transparent;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  color: rgb(30 14 98 / var(--tw-text-opacity));
  --tw-text-opacity: 0.4;
}

.btn-01:hover{
  --tw-border-opacity: 1;
  border-color: rgb(30 14 98 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
}

.btn-02{
  border-bottom-width: 2px;
  border-color: transparent;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(21 20 57 / var(--tw-text-opacity));
}

.btn-02:hover{
  border-color: rgb(21 20 57 / var(--tw-border-opacity));
  --tw-border-opacity: 0.4;
  --tw-text-opacity: 0.4;
}

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

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

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

.placeholder\:text-sm::-moz-placeholder{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.placeholder\:text-sm:-ms-input-placeholder{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.placeholder\:text-sm::placeholder{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.placeholder\:font-medium::-moz-placeholder{
  font-weight: 500;
}

.placeholder\:font-medium:-ms-input-placeholder{
  font-weight: 500;
}

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

.placeholder\:text-dark-violet-2::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(21 20 57 / var(--tw-text-opacity));
}

.placeholder\:text-dark-violet-2:-ms-input-placeholder{
  --tw-text-opacity: 1;
  color: rgb(21 20 57 / var(--tw-text-opacity));
}

.placeholder\:text-dark-violet-2::placeholder{
  --tw-text-opacity: 1;
  color: rgb(21 20 57 / var(--tw-text-opacity));
}

.placeholder\:text-opacity-40::-moz-placeholder{
  --tw-text-opacity: 0.4;
}

.placeholder\:text-opacity-40:-ms-input-placeholder{
  --tw-text-opacity: 0.4;
}

.placeholder\:text-opacity-40::placeholder{
  --tw-text-opacity: 0.4;
}

.hover\:border-l:hover{
  border-left-width: 1px;
}

.hover\:border-dark-violet:hover{
  --tw-border-opacity: 1;
  border-color: rgb(30 14 98 / var(--tw-border-opacity));
}

.hover\:border-light-violet:hover{
  --tw-border-opacity: 1;
  border-color: rgb(72 43 231 / var(--tw-border-opacity));
}

.hover\:border-pink:hover{
  --tw-border-opacity: 1;
  border-color: rgb(233 58 125 / var(--tw-border-opacity));
}

.hover\:border-opacity-100:hover{
  --tw-border-opacity: 1;
}

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

.hover\:bg-dark-violet:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(30 14 98 / var(--tw-bg-opacity));
}

.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.hover\:bg-transparent:hover{
  background-color: transparent;
}

.hover\:bg-light-violet:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(72 43 231 / var(--tw-bg-opacity));
}

.hover\:bg-grey:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(235 234 237 / var(--tw-bg-opacity));
}

.hover\:bg-pink:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(233 58 125 / var(--tw-bg-opacity));
}

.hover\:text-2xl:hover{
  font-size: 1.5rem;
  line-height: 2rem;
}

.hover\:text-xl:hover{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.hover\:text-green:hover{
  --tw-text-opacity: 1;
  color: rgb(37 218 197 / var(--tw-text-opacity));
}

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

.hover\:text-light-violet:hover{
  --tw-text-opacity: 1;
  color: rgb(72 43 231 / var(--tw-text-opacity));
}

.hover\:text-dark-violet:hover{
  --tw-text-opacity: 1;
  color: rgb(30 14 98 / var(--tw-text-opacity));
}

.hover\:text-pink:hover{
  --tw-text-opacity: 1;
  color: rgb(233 58 125 / var(--tw-text-opacity));
}

.hover\:text-opacity-100:hover{
  --tw-text-opacity: 1;
}

.focus\:border-dark-violet:focus{
  --tw-border-opacity: 1;
  border-color: rgb(30 14 98 / var(--tw-border-opacity));
}

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

.focus\:bg-grey:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(235 234 237 / var(--tw-bg-opacity));
}

.focus\:text-dark-violet:focus{
  --tw-text-opacity: 1;
  color: rgb(30 14 98 / var(--tw-text-opacity));
}

.focus\:text-opacity-100:focus{
  --tw-text-opacity: 1;
}

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

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

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

.group:hover .group-hover\:text-dark-violet{
  --tw-text-opacity: 1;
  color: rgb(30 14 98 / var(--tw-text-opacity));
}

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

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

  .sm\:ml-10{
    margin-left: 2.5rem;
  }

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

  .sm\:-mr-1{
    margin-right: -0.25rem;
  }

  .sm\:-mr-0\.5{
    margin-right: -0.125rem;
  }

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

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

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

  .sm\:h-fit{
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

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

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

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

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

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

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

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

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

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

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

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

  .sm\:w-max{
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:gap-7{
    gap: 1.75rem;
  }

  .sm\:gap-5{
    gap: 1.25rem;
  }

  .sm\:gap-3{
    gap: 0.75rem;
  }

  .sm\:gap-0{
    gap: 0px;
  }

  .sm\:rounded{
    border-radius: 0.25rem;
  }

  .sm\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:rounded-r-none{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .sm\:rounded-l-none{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

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

  .sm\:p-7{
    padding: 1.75rem;
  }

  .sm\:p-14{
    padding: 3.5rem;
  }

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

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

  .sm\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:pt-3{
    padding-top: 0.75rem;
  }

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

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

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

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

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

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

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

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

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

  .md\:block{
    display: block;
  }

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

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

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

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

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

  .md\:max-w-max{
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

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

  .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\:flex-row{
    flex-direction: row;
  }

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

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

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

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

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

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

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

  .md\:gap-10{
    gap: 2.5rem;
  }

  .md\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .md\:rounded-r-none{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

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

  .md\:border-r-0{
    border-right-width: 0px;
  }

  .md\:p-9{
    padding: 2.25rem;
  }

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

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

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

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

@media (min-width: 1024px){
  .lg\:-order-1{
    order: -1;
  }

  .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-1{
    grid-column: span 1 / span 1;
  }

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

  .lg\:block{
    display: block;
  }

  .lg\:hidden{
    display: none;
  }

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

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

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

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

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

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

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

  .lg\:gap-24{
    gap: 6rem;
  }

  .lg\:gap-20{
    gap: 5rem;
  }

  .lg\:gap-5{
    gap: 1.25rem;
  }

  .lg\:gap-28{
    gap: 7rem;
  }

  .lg\:gap-y-20{
    row-gap: 5rem;
  }

  .lg\:self-start{
    align-self: flex-start;
  }

  .lg\:justify-self-start{
    justify-self: start;
  }

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

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

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

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

  .lg\:pl-5{
    padding-left: 1.25rem;
  }

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

@media (min-width: 1280px){
  .xl\:-order-1{
    order: -1;
  }

  .xl\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .xl\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .xl\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .xl\:row-span-2{
    grid-row: span 2 / span 2;
  }

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

  .xl\:block{
    display: block;
  }

  .xl\:grid{
    display: grid;
  }

  .xl\:hidden{
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:gap-5{
    gap: 1.25rem;
  }

  .xl\:gap-28{
    gap: 7rem;
  }

  .xl\:gap-0{
    gap: 0px;
  }

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