/*
! tailwindcss v3.3.5 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
    box-sizing: border-box; /* 1 */
    border-width: 0; /* 2 */
    border-style: solid; /* 2 */
    border-color: #e5e7eb; /* 2 */
}

::before,
::after {
    --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
    line-height: 1.5; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -moz-tab-size: 4; /* 3 */
    -o-tab-size: 4;
    tab-size: 4; /* 3 */
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
    font-feature-settings: normal; /* 5 */
    font-variation-settings: normal; /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
    margin: 0; /* 1 */
    line-height: inherit; /* 2 */
    -webkit-tap-highlight-color: transparent;
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
    height: 0; /* 1 */
    color: inherit; /* 2 */
    border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
    color: inherit;
    text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
    font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
    font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
    text-indent: 0; /* 1 */
    border-color: inherit; /* 2 */
    border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-feature-settings: inherit; /* 1 */
    font-variation-settings: inherit; /* 1 */
    font-size: 100%; /* 1 */
    font-weight: inherit; /* 1 */
    line-height: inherit; /* 1 */
    color: inherit; /* 1 */
    margin: 0; /* 2 */
    padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
    text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button; /* 1 */
    background-color: transparent; /* 2 */
    background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
    outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
    box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
    vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
    display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0;
}

fieldset {
    margin: 0;
    padding: 0;
}

legend {
    padding: 0;
}

ol,
ul,
menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
    padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
    resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 1; /* 1 */
    color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
    opacity: 1; /* 1 */
    color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
    cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
    cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block; /* 1 */
    vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
    max-width: 100%;
    height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
    display: none;
}
html {
    scroll-behavior: smooth;
}
:target {
    scroll-margin-top: 70px; /* Высота вашего меню + доп. отступ */
}
@font-face {
    font-family: "ActayWide";
    src: url("../fonts/woff2/ActayWide-Bold.woff2") format("woff2");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Actay";
    src: url("../fonts/woff2/Actay-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Golos";
    src: url("../fonts/woff2/Golos-Text_Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Golos";
    src: url("../fonts/woff2/GolosText-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Golos";
    src: url("../fonts/woff2/Golos-Text_Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-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:  ;
}

::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:  ;
}
.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
}
@media (min-width: 330px) {

    .container {
        max-width: 330px;
    }
}
@media (min-width: 600px) {

    .container {
        max-width: 600px;
    }
}
@media (min-width: 1200px) {

    .container {
        max-width: 1200px;
    }
}
.fixed {
    position: fixed;
}
.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
.inset-0 {
    inset: 0px;
}
.-left-\[35px\] {
    left: -35px;
}
.bottom-0 {
    bottom: 0px;
}
.left-0 {
    left: 0px;
}
.right-2 {
    right: 0.5rem;
}
.right-\[18px\] {
    right: 18px;
}
.top-0 {
    top: 0px;
}
.top-2 {
    top: 0.5rem;
}
.top-\[18px\] {
    top: 18px;
}
.top-\[38px\] {
    top: 38px;
}
.z-0 {
    z-index: 0;
}
.z-10 {
    z-index: 10;
}
.z-40 {
    z-index: 40;
}
.z-50 {
    z-index: 50;
}
.order-last {
    order: 9999;
}
.col-span-2 {
    grid-column: span 2 / span 2;
}
.col-start-1 {
    grid-column-start: 1;
}
.col-start-2 {
    grid-column-start: 2;
}
.row-start-1 {
    grid-row-start: 1;
}
.row-start-2 {
    grid-row-start: 2;
}
.row-start-3 {
    grid-row-start: 3;
}
.row-start-4 {
    grid-row-start: 4;
}
.row-start-5 {
    grid-row-start: 5;
}
.mx-\[5px\] {
    margin-left: 5px;
    margin-right: 5px;
}
.mx-\[15px\] {
    margin-left: 15px;
    margin-right: 15px;
}
.active\:bg-brand-blue:active {
    --tw-bg-opacity: 1;
    background-color: rgb(18 101 241 / var(--tw-bg-opacity));
}
.focus\:bg-brand-blue:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(18 101 241 / var(--tw-bg-opacity));
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.-ml-\[20px\] {
    margin-left: -20px;
}
.mb-\[100px\] {
    margin-bottom: 100px;
}
.mb-\[12px\] {
    margin-bottom: 12px;
}
.mb-\[22px\] {
    margin-bottom: 22px;
}
.mb-\[50px\] {
    margin-bottom: 50px;
}
.mb-\[5px\] {
    margin-bottom: 5px;
}
.mb-\[60px\] {
    margin-bottom: 60px;
}
.ml-\[3px\] {
    margin-left: 3px;
}
.ml-\[5px\] {
    margin-left: 5px;
}
.mr-\[5px\] {
    margin-right: 5px;
}
.mt-\[100px\] {
    margin-top: 100px;
}
.mt-\[10px\] {
    margin-top: 10px;
}
.mt-\[15px\] {
    margin-top: 15px;
}
.mt-\[16px\] {
    margin-top: 16px;
}

.mt-\[30px\] {
    margin-top: 30px;
}
.mt-\[39px\] {
    margin-top: 39px;
}
.mt-\[40px\] {
    margin-top: 40px;
}
.mt-\[50px\] {
    margin-top: 50px;
}
.mt-\[56px\] {
    margin-top: 56px;
}
.mt-\[60px\] {
    margin-top: 60px;
}
.mt-\[5px\] {
    margin-top: 5px;
}
.mt-\[60px\] {
    margin-top: 60px;
}
.mt-\[70px\] {
    margin-top: 70px;
}
.mt-\[80px\] {
    margin-top: 80px;
}
.mt-\[8px\] {
    margin-top: 8px;
}
.mt-\[90px\] {
    margin-top: 90px;
}
.block {
    display: block;
}
.inline {
    display: inline;
}
.flex {
    display: flex;
}
.grid {
    display: grid;
}
.hidden {
    display: none;
}
.h-\[111px\] {
    height: 111px;
}
.h-\[121px\] {
    height: 121px;
}
.h-\[185px\] {
    height: 185px;
}
.h-\[18px\] {
    height: 18px;
}
.h-\[200px\] {
    height: 200px;
}
.h-\[24px\] {
    height: 24px;
}
.h-\[285px\] {
    height: 285px;
}
.h-\[28px\] {
    height: 28px;
}
.h-\[34px\] {
    height: 34px;
}
.h-\[356px\] {
    height: 356px;
}
.h-\[35px\] {
    height: 35px;
}
.h-\[37px\] {
    height: 37px;
}
.h-\[400px\] {
    height: 400px;
}
.h-\[40px\] {
    height: 40px;
}
.h-\[41px\] {
    height: 41px;
}
.h-\[45px\] {
    height: 45px;
}
.h-\[55px\] {
    height: 55px;
}
.h-\[590px\] {
    height: 590px;
}
.h-\[60px\] {
    height: 60px;
}
.h-auto {
    height: auto;
}
.h-full {
    height: 100%;
}
.h-screen {
    height: 100vh;
}
.min-h-\[77px\] {
    min-height: 77px;
}
.w-\[111px\] {
    width: 111px;
}
.w-\[211px\] {
    width: 211px;
}
.w-\[34px\] {
    width: 34px;
}
.w-\[35px\] {
    width: 35px;
}
.w-\[37px\] {
    width: 37px;
}
.w-\[440px\] {
    width: 440px;
}
.w-\[55px\] {
    width: 55px;
}
.w-\[64px\] {
    width: 64px;
}
.w-\[66px\] {
    width: 66px;
}
.w-\[6px\] {
    width: 6px;
}
.w-\[70px\] {
    width: 70px;
}
.w-\[90\%\] {
    width: 90%;
}
.w-full {
    width: 100%;
}
.w-max {
    width: -moz-max-content;
    width: max-content;
}
.max-w-\[146px\] {
    max-width: 146px;
}
.max-w-\[170px\] {
    max-width: 171px;
}
.max-w-\[174px\] {
    max-width: 174px;
}
.max-w-\[205px\] {
    max-width: 205px;
}
.max-w-\[230px\] {
    max-width: 230px;
}
.max-w-\[245px\] {
    max-width: 245px;
}
.max-w-\[275px\] {
    max-width: 275px;
}
.max-w-\[280px\] {
    max-width: 280px;
}
.max-w-\[330px\] {
    max-width: 330px;
}
.max-w-\[340px\] {
    max-width: 340px;
}
.max-w-\[360px\] {
    max-width: 360px;
}
.max-w-\[415px\] {
    max-width: 415px;
}
.max-w-\[425px\] {
    max-width: 425px;
}
.max-w-\[500px\] {
    max-width: 500px;
}
.max-w-\[530px\] {
    max-width: 530px;
}
.max-w-\[660px\] {
    max-width: 660px;
}
.max-w-\[780px\] {
    max-width: 780px;
}
.flex-shrink-0 {
    flex-shrink: 0;
}
.-translate-x-\[33px\] {
    --tw-translate-x: -33px;
    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-x-\[33px\] {
    --tw-translate-x: 33px;
    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));
}
.rotate-180 {
    --tw-rotate: 180deg;
    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));
}
.scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 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));
}
.scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    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;
}
.columns-1 {
    -moz-columns: 1;
    columns: 1;
}
.break-inside-avoid {
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}
.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-\[116px_1fr\] {
    grid-template-columns: 116px 1fr;
}
.grid-cols-\[1fr_111px\] {
    grid-template-columns: 1fr 111px;
}
.grid-cols-\[305px_1fr\] {
    grid-template-columns: 305px 1fr;
}
.flex-row {
    flex-direction: row;
}
.flex-col {
    flex-direction: column;
}
.flex-wrap {
    flex-wrap: wrap;
}
.items-center {
    align-items: center;
}
.justify-center {
    justify-content: center;
}
.justify-between {
    justify-content: space-between;
}
.justify-around {
    justify-content: space-around;
}
.gap-\[10px\] {
    gap: 10px;
}
.gap-\[12px\] {
    gap: 12px;
}
.gap-\[15px\] {
    gap: 15px;
}
.gap-\[16px\] {
    gap: 16px;
}
.gap-\[20px\] {
    gap: 20px;
}
.gap-\[21px\] {
    gap: 21px;
}
.gap-\[25px\] {
    gap: 25px;
}
.gap-\[26px\] {
    gap: 26px;
}
.gap-\[27px\] {
    gap: 27px;
}
.gap-\[30px\] {
    gap: 30px;
}
.gap-\[32px\] {
    gap: 32px;
}
.gap-\[35px\] {
    gap: 35px;
}
.gap-\[40px\] {
    gap: 40px;
}
.gap-\[4px\] {
    gap: 4px;
}
.gap-\[50px\] {
    gap: 50px;
}
.gap-\[5px\] {
    gap: 5px;
}
.gap-\[60px\] {
    gap: 60px;
}
.space-y-\[18px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(18px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18px * var(--tw-space-y-reverse));
}
.justify-self-end {
    justify-self: end;
}
.justify-self-center {
    justify-self: center;
}
.overflow-hidden {
    overflow: hidden;
}
.overflow-y-hidden {
    overflow-y: hidden;
}
.whitespace-nowrap {
    white-space: nowrap;
}
.rounded-\[10px\] {
    border-radius: 10px;
}
.rounded-\[12px\] {
    border-radius: 12px;
}
.rounded-\[15px\] {
    border-radius: 15px;
}
.rounded-\[18px\] {
    border-radius: 18px;
}
.rounded-\[4px\] {
    border-radius: 4px;
}
.rounded-\[8px\] {
    border-radius: 8px;
}
.rounded-full {
    border-radius: 9999px;
}
.rounded-b-\[10px\] {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.rounded-l-\[12px\] {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}
.border {
    border-width: 1px;
}
.border-2 {
    border-width: 2px;
}
.border-\[1px\] {
    border-width: 1px;
}
.border-b-2 {
    border-bottom-width: 2px;
}
.border-b-\[1px\] {
    border-bottom-width: 1px;
}
.border-t-2 {
    border-top-width: 2px;
}
.border-dashed {
    border-style: dashed;
}
.border-\[\#20CAAF\] {
    --tw-border-opacity: 1;
    border-color: rgb(32 202 175 / var(--tw-border-opacity));
}
.border-\[\#DCDCDC\] {
    --tw-border-opacity: 1;
    border-color: rgb(220 220 220 / var(--tw-border-opacity));
}
.border-brand-blue {
    --tw-border-opacity: 1;
    border-color: rgb(18 101 241 / var(--tw-border-opacity));
}
.bg-\[\#00CFFF\] {
    --tw-bg-opacity: 1;
    background-color: rgb(0 207 255 / var(--tw-bg-opacity));
}
.bg-\[\#20CAAF\] {
    --tw-bg-opacity: 1;
    background-color: rgb(32 202 175 / var(--tw-bg-opacity));
}
.bg-\[\#25D366\] {
    --tw-bg-opacity: 1;
    background-color: rgb(37 211 102 / var(--tw-bg-opacity));
}
.bg-\[\#E3E9EF\] {
    --tw-bg-opacity: 1;
    background-color: rgb(227 233 239 / var(--tw-bg-opacity));
}
.bg-\[\#EAFBFF\] {
    --tw-bg-opacity: 1;
    background-color: rgb(234 251 255 / var(--tw-bg-opacity));
}
.bg-\[\#F9F9F9\] {
    --tw-bg-opacity: 1;
    background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}
.bg-\[rgba\(31\2c 31\2c 31\2c 0\.6\)\] {
    background-color: rgba(31,31,31,0.6);
}
.bg-black\/70 {
    background-color: rgb(0 0 0 / 0.7);
}
.bg-brand-black {
    --tw-bg-opacity: 1;
    background-color: rgb(31 31 31 / var(--tw-bg-opacity));
}
.bg-brand-blue {
    --tw-bg-opacity: 1;
    background-color: rgb(18 101 241 / var(--tw-bg-opacity));
}
.bg-brand-green {
    --tw-bg-opacity: 1;
    background-color: rgb(32 202 175 / var(--tw-bg-opacity));
}
.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-opacity-20 {
    --tw-bg-opacity: 0.2;
}
.bg-\[url\(\'\.\.\/images\/blog_hero\.png\'\)\] {
    background-image: url('../../images/blog_hero.png');
}
.bg-\[url\(\'\.\.\/images\/italy_hero_sm\.png\'\)\] {
    background-image: url('../../images/italy_hero_sm.png');
}
.bg-\[url\(\'\.\.\/images\/stage2\.png\'\)\] {
    background-image: url('../../images/stage2.png');
}
.bg-\[url\(\'\/images\/france\/hero\.png\'\)\] {
    background-image: url('../../images/france/hero.png');
}
.bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-transparent {
    --tw-gradient-from: transparent var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-\[\#1265F1\] {
    --tw-gradient-to: #1265F1 var(--tw-gradient-to-position);
}
.bg-cover {
    background-size: cover;
}
.bg-bottom {
    background-position: bottom;
}
.bg-center {
    background-position: center;
}
.bg-left-bottom {
    background-position: left bottom;
}
.bg-right-bottom {
    background-position: right bottom;
}
.bg-no-repeat {
    background-repeat: no-repeat;
}
.p-0 {
    padding: 0px;
}
.p-1 {
    padding: 0.25rem;
}
.p-2 {
    padding: 0.5rem;
}
.p-\[20px\] {
    padding: 20px;
}
.p-\[30px\] {
    padding: 30px;
}
.p-\[3px\] {
    padding: 3px;
}
.px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}
.px-\[10px\] {
    padding-left: 10px;
    padding-right: 10px;
}
.px-\[15px\] {
    padding-left: 15px;
    padding-right: 15px;
}
.px-\[16px\] {
    padding-left: 16px;
    padding-right: 16px;
}
.px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px;
}
.px-\[24px\] {
    padding-left: 24px;
    padding-right: 24px;
}
.py-\[10px\] {
    padding-top: 10px;
    padding-bottom: 10px;
}
.py-\[14px\] {
    padding-top: 14px;
    padding-bottom: 14px;
}
.py-\[20px\] {
    padding-top: 20px;
    padding-bottom: 20px;
}
.py-\[25px\] {
    padding-top: 25px;
    padding-bottom: 25px;
}
.py-\[50px\] {
    padding-top: 50px;
    padding-bottom: 50px;
}
.py-\[5px\] {
    padding-top: 5px;
    padding-bottom: 5px;
}
.py-\[7px\] {
    padding-top: 7px;
    padding-bottom: 7px;
}
.pb-0 {
    padding-bottom: 0px;
}
.pb-\[10px\] {
    padding-bottom: 10px;
}
.pb-\[12px\] {
    padding-bottom: 12px;
}
.pb-\[20px\] {
    padding-bottom: 20px;
}
.pb-\[350px\] {
    padding-bottom: 350px;
}
.pb-\[60px\] {
    padding-bottom: 60px;
}
.pl-\[10px\] {
    padding-left: 10px;
}
.pl-\[20px\] {
    padding-left: 20px;
}
.pr-\[5px\] {
    padding-right: 5px;
}
.pt-0 {
    padding-top: 0px;
}
.pt-\[20px\] {
    padding-top: 20px;
}
.text-center {
    text-align: center;
}
.font-Actay {
    font-family: Actay, sans-serif;
}
.font-ActayWide {
    font-family: ActayWide, sans-serif;
}
.font-Golos {
    font-family: Golos, sans-serif;
}
.text-\[12px\] {
    font-size: 12px;
}
.text-\[14px\] {
    font-size: 14px;
}
.text-\[15px\] {
    font-size: 15px;
}
.text-\[16px\] {
    font-size: 16px;
}
.text-\[18px\] {
    font-size: 18px;
}
.text-\[20px\] {
    font-size: 20px;
}
.text-\[22px\] {
    font-size: 22px;
}
.text-\[24px\] {
    font-size: 24px;
}
.text-\[26px\] {
    font-size: 26px;
}
.text-\[28px\] {
    font-size: 28px;
}
.text-\[31px\] {
    font-size: 31px;
}
.text-\[40px\] {
    font-size: 40px;
}
.font-bold {
    font-weight: 700;
}
.font-medium {
    font-weight: 500;
}
.font-semibold {
    font-weight: 600;
}
.uppercase {
    text-transform: uppercase;
}
.lowercase {
    text-transform: lowercase;
}
.leading-\[110\%\] {
    line-height: 110%;
}
.leading-\[120\%\] {
    line-height: 120%;
}
.leading-\[140\%\] {
    line-height: 140%;
}
.leading-\[97\%\] {
    line-height: 97%;
}
.leading-none {
    line-height: 1;
}
.tracking-\[-5\%\] {
    letter-spacing: -5%;
}
.tracking-tighter {
    letter-spacing: -0.05em;
}
.text-\[\#5C5C5C\] {
    --tw-text-opacity: 1;
    color: rgb(92 92 92 / var(--tw-text-opacity));
}
.text-\[\#A6A6A6\] {
    --tw-text-opacity: 1;
    color: rgb(166 166 166 / var(--tw-text-opacity));
}
.text-\[rgba\(255\2c 255\2c 255\2c 0\.7\)\] {
    color: rgba(255,255,255,0.7);
}
.text-\[rgba\(31\2c 31\2c 31\2c 0\.4\)\] {
    color: rgba(31,31,31,0.4);
}
.text-\[rgba\(31\2c 31\2c 31\2c 0\.6\)\] {
    color: rgba(31,31,31,0.6);
}
.text-brand-black {
    --tw-text-opacity: 1;
    color: rgb(31 31 31 / var(--tw-text-opacity));
}
.text-brand-blue {
    --tw-text-opacity: 1;
    color: rgb(18 101 241 / var(--tw-text-opacity));
}
.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-white\/60 {
    color: rgb(255 255 255 / 0.6);
}
.text-white\/70 {
    color: rgb(255 255 255 / 0.7);
}
.opacity-0 {
    opacity: 0;
}
.opacity-100 {
    opacity: 1;
}
.opacity-50 {
    opacity: 0.5;
}
.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-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.duration-100 {
    transition-duration: 100ms;
}
.duration-200 {
    transition-duration: 200ms;
}
.duration-300 {
    transition-duration: 300ms;
}
.ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.hover\:bg-\[\#04B599\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(4 181 153 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#0854D4\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(8 84 212 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#129b45\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(18 155 69 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#E1E1E1\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(225 225 225 / var(--tw-bg-opacity));
}
.hover\:bg-brand-blue:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(18 101 241 / var(--tw-bg-opacity));
}
.hover\:underline:hover {
    text-decoration-line: underline;
}
.group:hover .group-hover\:fill-white {
    fill: #fff;
}
.group:hover .group-hover\:stroke-white {
    stroke: #fff;
}
.group:hover .group-hover\:text-\[rgba\(255\2c 255\2c 255\2c 0\.6\)\] {
    color: rgba(255,255,255,0.6);
}
.group:hover .group-hover\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 640px) {

    .sm\:order-first {
        order: -9999;
    }

    .sm\:col-span-2 {
        grid-column: span 2 / span 2;
    }

    .sm\:col-start-2 {
        grid-column-start: 2;
    }

    .sm\:row-span-2 {
        grid-row: span 2 / span 2;
    }

    .sm\:row-start-1 {
        grid-row-start: 1;
    }

    .sm\:row-start-2 {
        grid-row-start: 2;
    }

    .sm\:row-start-3 {
        grid-row-start: 3;
    }

    .sm\:mt-0 {
        margin-top: 0px;
    }

    .sm\:mt-10 {
        margin-top: 2.5rem;
    }

    .sm\:mt-\[120px\] {
        margin-top: 120px;
    }

    .sm\:mt-\[180px\] {
        margin-top: 180px;
    }

    .sm\:mt-\[50px\] {
        margin-top: 50px;
    }

    .sm\:mt-\[60px\] {
        margin-top: 60px;
    }

    .sm\:block {
        display: block;
    }

    .sm\:inline {
        display: inline;
    }

    .sm\:flex {
        display: flex;
    }

    .sm\:hidden {
        display: none;
    }

    .sm\:h-\[18px\] {
        height: 18px;
    }

    .sm\:h-\[220px\] {
        height: 220px;
    }

    .sm\:h-auto {
        height: auto;
    }

    .sm\:w-\[18px\] {
        width: 18px;
    }

    .sm\:w-\[280px\] {
        width: 280px;
    }

    .sm\:w-\[290px\] {
        width: 290px;
    }

    .sm\:w-full {
        width: 100%;
    }
    .sm\:max-w-\[164px\] {
        max-width: 164px;
    }
    .sm\:max-w-\[280px\] {
        max-width: 280px;
    }

    .sm\:max-w-\[371px\] {
        max-width: 371px;
    }

    .sm\:max-w-\[574px\] {
        max-width: 574px;
    }

    .sm\:max-w-\[600px\] {
        max-width: 600px;
    }

    @media (min-width: 640px) {

        .sm\:sm\:max-w-\[280px\] {
            max-width: 280px;
        }
    }

    .sm\:columns-2 {
        -moz-columns: 2;
        columns: 2;
    }

    .sm\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sm\:grid-cols-\[155px_1fr\] {
        grid-template-columns: 155px 1fr;
    }

    .sm\:grid-cols-\[175px_1fr\] {
        grid-template-columns: 175px 1fr;
    }

    .sm\:grid-cols-\[285px_245px\] {
        grid-template-columns: 285px 245px;
    }

    .sm\:grid-cols-\[92px_1fr\] {
        grid-template-columns: 92px 1fr;
    }

    .sm\:flex-row {
        flex-direction: row;
    }

    .sm\:items-start {
        align-items: flex-start;
    }

    .sm\:gap-0 {
        gap: 0px;
    }

    .sm\:gap-\[20px\] {
        gap: 20px;
    }

    .sm\:gap-\[50px\] {
        gap: 50px;
    }

    .sm\:gap-\[8px\] {
        gap: 8px;
    }

    .sm\:rounded-\[14px\] {
        border-radius: 14px;
    }

    .sm\:p-0 {
        padding: 0px;
    }

    .sm\:px-\[48px\] {
        padding-left: 48px;
        padding-right: 48px;
    }

    .sm\:py-\[40px\] {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .sm\:pb-\[400px\] {
        padding-bottom: 400px;
    }

    .sm\:text-left {
        text-align: left;
    }

    .sm\:text-\[12px\] {
        font-size: 12px;
    }

    .sm\:text-\[16px\] {
        font-size: 16px;
    }

    .sm\:text-\[18px\] {
        font-size: 18px;
    }

    .sm\:text-\[20px\] {
        font-size: 20px;
    }

    .sm\:text-\[24px\] {
        font-size: 24px;
    }

    .sm\:text-\[40px\] {
        font-size: 40px;
    }

    .sm\:text-\[56px\] {
        font-size: 56px;
    }

    .sm\:leading-\[120\%\] {
        line-height: 120%;
    }
}
@media (min-width: 1148px) {

    @media (min-width: 640px) {

        .lg\:sm\:max-w-\[270px\] {
            max-width: 270px;
        }
    }

    .lg\:order-1 {
        order: 1;
    }

    .lg\:order-2 {
        order: 2;
    }

    .lg\:order-3 {
        order: 3;
    }

    .lg\:order-4 {
        order: 4;
    }

    .lg\:order-5 {
        order: 5;
    }

    .lg\:order-7 {
        order: 7;
    }

    .lg\:order-first {
        order: -9999;
    }

    .lg\:col-start-1 {
        grid-column-start: 1;
    }

    .lg\:col-start-2 {
        grid-column-start: 2;
    }

    .lg\:col-start-3 {
        grid-column-start: 3;
    }

    .lg\:-mt-\[20px\] {
        margin-top: -20px;
    }
    .lg\:mt-\[80px\] {
        margin-top: 80px;
    }

    .lg\:mb-\[50px\] {
        margin-bottom: 50px;
    }

    .lg\:ml-\[10px\] {
        margin-left: 10px;
    }

    .lg\:mt-0 {
        margin-top: 0px;
    }

    .lg\:mt-\[160px\] {
        margin-top: 160px;
    }

    .lg\:mt-\[200px\] {
        margin-top: 200px;
    }

    .lg\:mt-\[60px\] {
        margin-top: 60px;
    }

    .lg\:block {
        display: block;
    }

    .lg\:inline-block {
        display: inline-block;
    }

    .lg\:flex {
        display: flex;
    }

    .lg\:hidden {
        display: none;
    }

    .lg\:h-\[24px\] {
        height: 24px;
    }

    .lg\:h-\[37px\] {
        height: 37px;
    }

    .lg\:h-\[487px\] {
        height: 487px;
    }

    .lg\:h-full {
        height: 100%;
    }

    .lg\:w-\[24px\] {
        width: 24px;
    }

    .lg\:w-\[278px\] {
        width: 278px;
    }

    .lg\:w-\[285px\] {
        width: 285px;
    }

    .lg\:w-\[305px\] {
        width: 305px;
    }

    .lg\:w-\[590px\] {
        width: 590px;
    }

    .lg\:w-auto {
        width: auto;
    }

    .lg\:w-full {
        width: 100%;
    }

    .lg\:max-w-\[1200px\] {
        max-width: 1200px;
    }

    .lg\:max-w-\[680px\] {
        max-width: 680px;
    }

    .lg\:columns-3 {
        -moz-columns: 3;
        columns: 3;
    }

    .lg\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .lg\:grid-cols-\[166px_1fr\] {
        grid-template-columns: 166px 1fr;
    }

    .lg\:grid-cols-\[1fr_1fr_1\.6fr\] {
        grid-template-columns: 1fr 1fr 1.6fr;
    }

    .lg\:grid-cols-\[305px_1fr\] {
        grid-template-columns: 305px 1fr;
    }

    .lg\:grid-cols-\[350px_1fr_1fr\] {
        grid-template-columns: 350px 1fr 1fr;
    }

    .lg\:grid-cols-\[386px_1fr\] {
        grid-template-columns: 386px 1fr;
    }

    .lg\:grid-rows-1 {
        grid-template-rows: repeat(1, minmax(0, 1fr));
    }

    .lg\:flex-row {
        flex-direction: row;
    }

    .lg\:flex-col {
        flex-direction: column;
    }

    .lg\:items-center {
        align-items: center;
    }

    .lg\:gap-\[100px\] {
        gap: 100px;
    }

    .lg\:gap-\[121px\] {
        gap: 121px;
    }

    .lg\:gap-\[160px\] {
        gap: 160px;
    }

    .lg\:gap-\[20px\] {
        gap: 20px;
    }

    .lg\:gap-\[75px\] {
        gap: 75px;
    }

    .lg\:bg-\[url\(\'\.\.\/images\/italy_hero_bg\.png\'\)\] {
        background-image: url('../../images/italy_hero_bg.png');
    }

    .lg\:bg-bottom {
        background-position: bottom;
    }

    .lg\:bg-right-bottom {
        background-position: right bottom;
    }

    .lg\:bg-top {
        background-position: top;
    }

    .lg\:p-\[10px\] {
        padding: 10px;
    }

    .lg\:px-2 {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .lg\:px-\[30px\] {
        padding-left: 30px;
        padding-right: 30px;
    }

    .lg\:pb-\[550px\] {
        padding-bottom: 550px;
    }

    .lg\:pl-\[30px\] {
        padding-left: 30px;
    }

    .lg\:text-\[110px\] {
        font-size: 110px;
    }

    .lg\:text-\[14px\] {
        font-size: 14px;
    }

    .lg\:text-\[18px\] {
        font-size: 18px;
    }

    .lg\:text-\[24px\] {
        font-size: 24px;
    }

    .lg\:text-\[32px\] {
        font-size: 32px;
    }

    .lg\:text-\[40px\] {
        font-size: 40px;
    }

    .lg\:text-\[42px\] {
        font-size: 42px;
    }

    .lg\:text-\[64px\] {
        font-size: 64px;
    }
}
@media(min-width:1148px) and (max-width:1281px) {

    .\[\@media\(min-width\:1148px\)_and_\(max-width\:1281px\)\]\:w-\[240px\] {
        width: 240px;
    }

    .\[\@media\(min-width\:1148px\)_and_\(max-width\:1281px\)\]\:grid-cols-\[240px_1fr\] {
        grid-template-columns: 240px 1fr;
    }

    .\[\@media\(min-width\:1148px\)_and_\(max-width\:1281px\)\]\:gap-\[10px\] {
        gap: 10px;
    }
}