@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
  box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

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

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		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;
}

/*
Tabular data
============
*/

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

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select {
  /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

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

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  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";
  /* 1 */
  line-height: 1.5;
  /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button,
[role="button"] {
  cursor: pointer;
}

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */

:-moz-focusring {
  outline: auto;
}

table {
  border-collapse: collapse;
}

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

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
  max-width: 100%;
  height: auto;
}

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

[hidden] {
  display: none;
}

*, ::before, ::after{
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-transform: translateX(var(--tw-translate-x)) translateY(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));
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
  --tw-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);
}

.a9{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
}

@media (min-width: 540px){
  .a9{
    max-width: 540px;
  }
}

@media (min-width: 720px){
  .a9{
    max-width: 720px;
  }
}

@media (min-width: 960px){
  .a9{
    max-width: 960px;
  }
}

@media (min-width: 1140px){
  .a9{
    max-width: 1140px;
  }
}

@media (min-width: 1320px){
  .a9{
    max-width: 1320px;
  }
}

.a15{
  visibility: hidden;
}

.a2z{
  position: fixed;
}

.a1{
  position: absolute;
}

.ac{
  position: relative;
}

.a2{
  top: 0px;
}

.a3{
  left: 0px;
}

.aj{
  right: 1rem;
}

.ak\/2{
  top: 50%;
}

.aC{
  top: 100%;
}

.a24{
  bottom: 0px;
}

.a26{
  right: 0.75rem;
}

.a27{
  top: 0.75rem;
}

.a2A{
  bottom: 2rem;
}

.a2B{
  right: 2rem;
}

.a2C{
  left: auto;
}

.aZ{
  right: 0px;
}

.a3f{
  left: -2rem;
}

.a3g{
  bottom: -2rem;
}

.a3H{
  right: 0.5rem;
}

.a3I{
  top: 0.5rem;
}

.a3J{
  bottom: 1.25rem;
}

.a3T{
  top: 1.75rem;
}

.a3U{
  top: 1rem;
}

.a4{
  z-index: 40;
}

.a20{
  z-index: 10;
}

.a25{
  z-index: -1;
}

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

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

.a3L{
  z-index: 20;
}

.aa\[-16px\]{
  margin-left: -16px;
  margin-right: -16px;
}

.au\[6px\]{
  margin-top: 6px;
  margin-bottom: 6px;
}

.aN{
  margin-left: 2rem;
  margin-right: 2rem;
}

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

.a2h{
  margin-left: -1rem;
  margin-right: -1rem;
}

.a2w{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.a2Y{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.a3u{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.a3K{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.a40{
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.a1x{
  margin-bottom: 2.5rem;
}

.a1E{
  margin-bottom: 2rem;
}

.a1G{
  margin-right: 2.5rem;
}

.a1H{
  margin-bottom: 1.25rem;
}

.a1I{
  margin-right: 1rem;
}

.a1L{
  margin-bottom: 0.25rem;
}

.a1M{
  margin-right: 1.25rem;
}

.a1N{
  margin-right: 0.75rem;
}

.a1Y{
  margin-bottom: 0.5rem;
}

.a28{
  margin-bottom: 0.75rem;
}

.a2e{
  margin-left: 0.75rem;
}

.a2n{
  margin-bottom: 2.25rem;
}

.a2p{
  margin-top: 2.5rem;
}

.a10\[6px\]{
  margin-top: 6px;
}

.a2H{
  margin-bottom: 5rem;
}

.a2J{
  margin-bottom: 3rem;
}

.a2V{
  margin-bottom: 1rem;
}

.a37{
  margin-right: 0.5rem;
}

.a3a{
  margin-left: 0.5rem;
}

.a3h{
  margin-bottom: 1.5rem;
}

.a3m\[50px\]{
  margin-bottom: 50px;
}

.a10\[-160px\]{
  margin-top: -160px;
}

.a3m\[60px\]{
  margin-bottom: 60px;
}

.a3R{
  margin-bottom: 1.75rem;
}

.ag{
  display: block;
}

.a2o{
  display: inline-block;
}

.a6{
  display: flex;
}

.aL{
  display: inline-flex;
}

.am{
  display: none;
}

.at\[2px\]{
  height: 2px;
}

.a1y{
  height: 100%;
}

.at\[40px\]{
  height: 40px;
}

.a2d{
  height: 2.25rem;
}

.a2u{
  height: 2rem;
}

.a2y{
  height: 2.5rem;
}

.a2F{
  height: 0.75rem;
}

.aU{
  height: 0.5rem;
}

.at\[1px\]{
  height: 1px;
}

.a3X{
  height: 1.25rem;
}

.at\[60px\]{
  height: 60px;
}

.a3Y{
  height: 1.75rem;
}

.a5{
  width: 100%;
}
.header-logo_img{
  height: 60px;
  object-position: left;
  object-fit: contain;
}

.ae{
  width: 15rem;
}

.as\[30px\]{
  width: 30px;
}

.as\[250px\]{
  width: 250px;
}

.a2c{
  width: 2.25rem;
}

.a1v{
  width: 2rem;
}

.a2x{
  width: 2.5rem;
}

.a2m{
  width: 0.75rem;
}

.aT{
  width: 0.5rem;
}

.a30\[36px\]{
  min-width: 36px;
}

.af{
  max-width: 100%;
}

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

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

.aB\[660px\]{
  max-width: 660px;
}

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

.aB\[480px\]{
  max-width: 480px;
}

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

.aB\[625px\]{
  max-width: 625px;
}

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

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

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

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

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

.aB\[60px\]{
  max-width: 60px;
}

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

.al\[-50\%\]{
  --tw-translate-y: -50%;
  transform: var(--tw-transform);
}

.aY{
  --tw-rotate: 45deg;
  transform: var(--tw-transform);
}

.a31{
  cursor: not-allowed;
}

.a3Z{
  resize: none;
}

.a1X{
  list-style-position: inside;
}

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

.a1t{
  flex-wrap: wrap;
}

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

.a7{
  align-items: center;
}

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

.a1u{
  justify-content: center;
}

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

.a1w{
  overflow: hidden;
}

.a2U{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ar{
  border-radius: 0.5rem;
}

.a12{
  border-radius: 0.125rem;
}

.a1b{
  border-radius: 0.25rem;
}

.a1i{
  border-radius: 9999px;
}

.a2R{
  border-radius: 0.75rem;
}

.a3t{
  border-radius: 0.375rem;
}

.a3i{
  border-width: 1px;
}

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

.a2r{
  border-top-width: 1px;
}

.a2G{
  border-left-width: 1px;
}

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

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

.a1s\[\#E9ECF8\]{
  --tw-border-opacity: 1;
  border-color: rgba(233, 236, 248, var(--tw-border-opacity));
}

.a2s{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.a2P{
  --tw-border-opacity: 1;
  border-color: rgba(149, 156, 177, var(--tw-border-opacity));
}

.a1s\[\#E5E8F2\]{
  --tw-border-opacity: 1;
  border-color: rgba(229, 232, 242, var(--tw-border-opacity));
}

.a1s\[\#F3F3F3\]{
  --tw-border-opacity: 1;
  border-color: rgba(243, 243, 243, var(--tw-border-opacity));
}

.a3j{
  --tw-border-opacity: 1;
  border-color: rgba(74, 108, 247, var(--tw-border-opacity));
}

.a1s\[\#F2F2F2\]{
  --tw-border-opacity: 1;
  border-color: rgba(242, 242, 242, var(--tw-border-opacity));
}

.a1s\[\#D4DEFF\]{
  --tw-border-opacity: 1;
  border-color: rgba(212, 222, 255, var(--tw-border-opacity));
}

.a1s\[\#D7DFFF\]{
  --tw-border-opacity: 1;
  border-color: rgba(215, 223, 255, var(--tw-border-opacity));
}

.a2t{
  --tw-border-opacity: 0.1;
}

.a3A\[13\%\]{
  --tw-border-opacity: 13%;
}

.a3M{
  --tw-border-opacity: 0.2;
}

.a0{
  background-color: transparent;
}

.av{
  --tw-bg-opacity: 1;
  background-color: rgba(29, 33, 68, var(--tw-bg-opacity));
}

.az{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.a1h{
  --tw-bg-opacity: 1;
  background-color: #04213b;
}

.a2f{
  --tw-bg-opacity: 1;
  background-color: rgba(9, 14, 52, var(--tw-bg-opacity));
}

.a2Z{
  --tw-bg-opacity: 1;
  background-color: rgba(149, 156, 177, var(--tw-bg-opacity));
}

.a3q\[\#f8f9ff\]{
  --tw-bg-opacity: 1;
  background-color: rgba(248, 249, 255, var(--tw-bg-opacity));
}

.a3q\[\#F8F9FF\]{
  --tw-bg-opacity: 1;
  background-color: rgba(248, 249, 255, var(--tw-bg-opacity));
}

.a29{
  --tw-bg-opacity: 0.1;
}

.a2_\[15\%\]{
  --tw-bg-opacity: 15%;
}

.a2_\[17\%\]{
  --tw-bg-opacity: 17%;
}

.a1O{
  fill: currentColor;
}

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

.a1A{
  -o-object-position: center;
     object-position: center;
}

.a13{
  padding: 1rem;
}

.a1Z{
  padding: 2rem;
}

.a3o{
  padding: 2.5rem;
}

.ad{
  padding-left: 1rem;
  padding-right: 1rem;
}

.ah{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.ap{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

.aw{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.aK{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

.a1j{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.a1k{
  padding-left: 2rem;
  padding-right: 2rem;
}

.ai{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.ay{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.a34{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.a35{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.a3r{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

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

.a3O{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.a3V{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.aq\[120px\]{
  padding-top: 120px;
  padding-bottom: 120px;
}

.a1l{
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.a42{
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.a1d{
  padding-right: 4rem;
}

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

.a1q\[120px\]{
  padding-bottom: 120px;
}

.a1F{
  padding-bottom: 1rem;
}

.a1p\[100px\]{
  padding-top: 100px;
}

.a2g{
  padding-bottom: 3rem;
}

.a2q{
  padding-top: 3rem;
}

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

.a2N{
  padding-right: 0.25rem;
}

.a2Q{
  padding-bottom: 5rem;
}

.a2X{
  padding-top: 2rem;
}

.a1p\[120px\]{
  padding-top: 120px;
}

.a1q\[110px\]{
  padding-bottom: 110px;
}

.a38{
  padding-top: 4rem;
}

.a3d{
  padding-top: 2.75rem;
}

.a1p\[145px\]{
  padding-top: 145px;
}

.a3k{
  padding-top: 5rem;
}

.a3p{
  padding-bottom: 1.75rem;
}

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

.a1q\[250px\]{
  padding-bottom: 250px;
}

.a3Q{
  padding-bottom: 2rem;
}

.a3_{
  padding-top: 1rem;
}

.a44{
  padding-left: 1.25rem;
}

.a45{
  padding-right: 0.5rem;
}

.a22{
  text-align: center;
}

.aH{
  font-size: 1rem;
  line-height: 1.5rem;
}

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

.a1B{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

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

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

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

.a1C{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.a39{
  font-size: 0.75rem;
  line-height: 1rem;
}

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

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

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

.a1f{
  font-weight: 700;
}

.a1J{
  font-weight: 500;
}

.a1P{
  font-weight: 600;
}

.a36{
  font-weight: 400;
}

.a23{
  font-style: italic;
}

.a1D{
  line-height: 1.25;
}

.a1R{
  line-height: 1.625;
}

.a33{
  line-height: 1.375;
}

.a3S{
  line-height: 2;
}

.aI{
  --tw-text-opacity: 1;
  color: rgba(9, 14, 52, var(--tw-text-opacity));
}

.a1g{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.a1K{
  --tw-text-opacity: 1;
  color: rgba(149, 156, 177, var(--tw-text-opacity));
}

.aJ{
  --tw-text-opacity: 1;
  color: #f2283f;
}

.a32{
  --tw-text-opacity: 1;
  color: rgba(29, 33, 68, var(--tw-text-opacity));
}

.a1S{
  text-decoration: underline;
}

.a3B::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.a3B:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.a3B::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.a3C::-moz-placeholder{
  --tw-placeholder-opacity: 0.7;
}

.a3C:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.7;
}

.a3C::placeholder{
  --tw-placeholder-opacity: 0.7;
}

.a2l{
  opacity: 0.7;
}

.a14{
  opacity: 0;
}

.a3z{
  opacity: 0.7;
}

.aA{
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.a2E{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.a2S{
  --tw-shadow: 0px 40px 150px -35px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.a3s{
  --tw-shadow: 0px 11px 41px -11px rgba(9, 14, 52, 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.a3N{
  --tw-shadow: 0px 34px 68px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.a3W{
  --tw-shadow: 0px 8px 40px -10px rgba(9, 14, 52, 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.a3D{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.ao{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(74, 108, 247, var(--tw-ring-opacity));
}

.a3x{
  /*--tw-grayscale: grayscale(100%);
  filter: var(--tw-filter);*/
}

.a8{
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, 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;
}

.a19{
  transition-duration: 300ms;
}

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

body {
  font-family: "Inter", sans-serif;
}

.sticky{
  position: fixed;
  z-index: 9999;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-bg-opacity: 0.8;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, 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;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
}

.sticky .header-logo{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 960px){
  .sticky .header-logo{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.sticky .menu-scroll.active{
  --tw-text-opacity: 1;
  color: rgba(74, 108, 247, var(--tw-text-opacity));
}

.navbarTogglerActive > span:nth-child(1){
  top: 7px;
  --tw-rotate: 45deg;
  transform: var(--tw-transform);
  transform: var(--tw-transform);
}

.navbarTogglerActive > span:nth-child(2){
  opacity: 0;
}

.navbarTogglerActive > span:nth-child(3){
  top: -8px;
  --tw-rotate: 135deg;
  transform: var(--tw-transform);
}

.input-field{
  width: 100%;
  border-radius: 0.125rem;
  border-bottom-width: 2px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgba(248, 248, 249, var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(149, 156, 177, var(--tw-text-opacity));
}

.input-field::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(149, 156, 177, var(--tw-placeholder-opacity));
}

.input-field:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(149, 156, 177, var(--tw-placeholder-opacity));
}

.input-field::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(149, 156, 177, var(--tw-placeholder-opacity));
}

.input-field{
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, 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;
}

.input-field:focus{
  --tw-border-opacity: 1;
  border-color: rgba(74, 108, 247, var(--tw-border-opacity));
}

.input-field:focus-visible{
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.portfolio-buttons button.active{
  --tw-bg-opacity: 1;
  background-color: rgba(74, 108, 247, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.after\:a1::after{
  content: "";
  position: absolute;
}

.after\:a_::after{
  content: "";
  right: 0.25rem;
}

.after\:ak\/2::after{
  content: "";
  top: 50%;
}

.after\:a10\[-2px\]::after{
  content: "";
  margin-top: -2px;
}

.after\:aU::after{
  content: "";
  height: 0.5rem;
}

.after\:aT::after{
  content: "";
  width: 0.5rem;
}

.after\:al\[-50\%\]::after{
  content: "";
  --tw-translate-y: -50%;
  transform: var(--tw-transform);
}

.after\:aY::after{
  content: "";
  --tw-rotate: 45deg;
  transform: var(--tw-transform);
}

.after\:aV::after{
  content: "";
  border-bottom-width: 2px;
}

.after\:aW::after{
  content: "";
  border-right-width: 2px;
}

.after\:aX::after{
  content: "";
  border-color: currentColor;
}

.hover\:a3j:hover{
  --tw-border-opacity: 1;
  border-color: rgba(74, 108, 247, var(--tw-border-opacity));
}

.hover\:a1h:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(74, 108, 247, var(--tw-bg-opacity));
}

.hover\:a1n:hover{
  --tw-bg-opacity: 0.9;
}

.hover\:a2a:hover{
  --tw-bg-opacity: 1;
}

.hover\:aJ:hover{
  --tw-text-opacity: 1;
  color: rgba(74, 108, 247, var(--tw-text-opacity));
}

.hover\:a1g:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.hover\:a2W:hover{
  text-decoration: none;
}

.hover\:a16:hover{
  opacity: 1;
}

.hover\:a1m:hover{
  --tw-shadow: 0px 5px 10px rgba(4, 10, 34, 0.2);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:a3y:hover{
  --tw-grayscale: grayscale(0);
  filter: var(--tw-filter);
}

.focus\:a3E:focus{
  --tw-border-opacity: 1;
}

.focus\:an:focus{
  --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, 0 0 #0000);
}

.focus-visible\:aE:focus-visible{
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.aG:hover .group-hover\:a17{
  visibility: visible;
}

.aG:hover .group-hover\:aJ{
  --tw-text-opacity: 1;
  color: rgba(74, 108, 247, var(--tw-text-opacity));
}

.aG:hover .group-hover\:a16{
  opacity: 1;
}

@media (min-width: 540px){
  .sm\:a1{
    position: absolute;
  }

  .sm\:a3v{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:a2e{
    margin-left: 0.75rem;
  }

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

  .sm\:a6{
    display: flex;
  }

  .sm\:a3G{
    width: auto;
  }

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

  .sm\:a3n{
    padding: 2.75rem;
  }

  .sm\:a3P{
    padding: 3rem;
  }

  .sm\:a1_{
    padding: 2.25rem;
  }

  .sm\:a2T{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

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

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

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

  .sm\:a2b{
    text-align: right;
  }

  .sm\:a1C{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:a1Q{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:a1U{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:a1B{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

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

  .sm\:a1V{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:aH{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:a1D{
    line-height: 1.25;
  }

  .sm\:a1R{
    line-height: 1.625;
  }
}

@media (min-width: 720px){
  .md\:a2w{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

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

  .md\:a2i\/2{
    width: 50%;
  }

  .md\:a1v\/12{
    width: 66.666667%;
  }

  .md\:a2j\/12{
    width: 33.333333%;
  }

  .md\:a1c{
    justify-content: flex-end;
  }

  .md\:a1_{
    padding: 2.25rem;
  }

  .md\:a1Z{
    padding: 2rem;
  }

  .md\:a1l{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .md\:a1V{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:a2k\[45px\]{
    font-size: 45px;
  }

  .md\:a1B{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

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

  .md\:a1C{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:a1D{
    line-height: 1.25;
  }
}

@media (min-width: 960px){
  .lg\:a15{
    visibility: hidden;
  }

  .lg\:aD{
    position: static;
  }

  .lg\:a1{
    position: absolute;
  }

  .lg\:a11\[110\%\]{
    top: 110%;
  }

  .lg\:aO{
    margin-right: 0px;
  }

  .lg\:aP{
    margin-left: 2rem;
  }

  .lg\:a3c{
    margin-left: auto;
  }

  .lg\:a2K{
    margin-bottom: 0px;
  }

  .lg\:a3m\[60px\]{
    margin-bottom: 60px;
  }

  .lg\:a2H{
    margin-bottom: 5rem;
  }

  .lg\:ag{
    display: block;
  }

  .lg\:a6{
    display: flex;
  }

  .lg\:aL{
    display: inline-flex;
  }

  .lg\:am{
    display: none;
  }

  .lg\:a5{
    width: 100%;
  }

  .lg\:a1v\/12{
    width: 66.666667%;
  }

  .lg\:a2j\/12{
    width: 33.333333%;
  }

  .lg\:a2m\/12{
    width: 25%;
  }

  .lg\:aT\/12{
    width: 16.666667%;
  }

  .lg\:a2I\/12{
    width: 58.333333%;
  }

  .lg\:a2L\/12{
    width: 41.666667%;
  }

  .lg\:a2i\/2{
    width: 50%;
  }

  .lg\:a2i\/12{
    width: 8.333333%;
  }

  .lg\:a3b\/12{
    width: 50%;
  }

  .lg\:a2i\/3{
    width: 33.333333%;
  }

  .lg\:a2c\/12{
    width: 75%;
  }

  .lg\:af{
    max-width: 100%;
  }

  .lg\:aB\[130px\]{
    max-width: 130px;
  }

  .lg\:a1t{
    flex-wrap: wrap;
  }

  .lg\:a1c{
    justify-content: flex-end;
  }

  .lg\:a0{
    background-color: transparent;
  }

  .lg\:a1Z{
    padding: 2rem;
  }

  .lg\:ai{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

  .lg\:ad{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:ah{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

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

  .lg\:a1k{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:ay{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:a3O{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:aR{
    padding-left: 0px;
  }

  .lg\:aS{
    padding-right: 1rem;
  }

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

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

  .lg\:a3e{
    padding-top: 0px;
  }

  .lg\:a1p\[120px\]{
    padding-top: 120px;
  }

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

  .lg\:a2b{
    text-align: right;
  }

  .lg\:aH{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:a1V{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:a2k\[40px\]{
    font-size: 40px;
  }

  .lg\:a1B{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:a1R{
    line-height: 1.625;
  }

  .lg\:a1D{
    line-height: 1.25;
  }

  .lg\:a14{
    opacity: 0;
  }

  .lg\:aE{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:aA{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:after\:aZ::after{
    content: "";
    right: 0px;
  }

  .aG:hover .lg\:group-hover\:a17{
    visibility: visible;
  }

  .aG:hover .lg\:group-hover\:aC{
    top: 100%;
  }
}

@media (min-width: 1140px){
  .xl\:a3w{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:aQ{
    margin-left: 3rem;
  }

  .xl\:a2i\/3{
    width: 33.333333%;
  }

  .xl\:a2I\/12{
    width: 58.333333%;
  }

  .xl\:a2L\/12{
    width: 41.666667%;
  }

  .xl\:a2x\/12{
    width: 83.333333%;
  }

  .xl\:a2i\/4{
    width: 25%;
  }

  .xl\:aB\[150px\]{
    max-width: 150px;
  }

  .xl\:a43{
    flex-wrap: nowrap;
  }

  .xl\:a1_{
    padding: 2.25rem;
  }

  .xl\:a3o{
    padding: 2.5rem;
  }

  .xl\:ay{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:a1l{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .xl\:a35{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:a3r{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:a44{
    padding-left: 1.25rem;
  }

  .xl\:a1Q{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

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

  .xl\:a2k\[42px\]{
    font-size: 32px;
  }

  .xl\:a1R{
    line-height: 1.625;
  }

  .xl\:a1D{
    line-height: 1.25;
  }
}

@media (min-width: 1320px){
  .\32xl\:aN{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .\32xl\:aB\[160px\]{
    max-width: 160px;
  }

  .\32xl\:a3n{
    padding: 2.75rem;
  }

  .\32xl\:a3P{
    padding: 3rem;
  }
}

.count-down-area {
  margin-top: 70px;
  width: 100%;
}
.count-down-area .row{
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.count-down-area .count-down-area-item{
  width: calc((100% / 4) - 30px);
  border: 1px dashed #73798087;
  position: relative;
  border-bottom: none;
}
.count-down-area .count-down-area-item:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #f2283f;
}

.count-down-area .single-counter {
  padding:       44px 10px 44px 9px;
  margin-bottom: 30px;
  text-align: center;
  height: 100%;
}

.count-down-area .single-counter.active{
  background-color: #FFF;
}

.count-down-area .single-counter span {
  color:         #FFF;
  font-size:     60px;
  font-weight:   400;
  font-family:   "Roboto", sans-serif;
  line-height:   1;
  margin-bottom: 12px;
}

.count-down-area .single-counter.active span{
  color: #110035;
}

.count-down-area .single-counter p {
  font-size:   18px;
  color:       #737980;
  line-height: 1;
  margin:      0;
  padding:     0;
  margin-top:  25px;
}
.partner-logos{
  margin-top: 30px;
}
.partner-logo{
  margin-right: 30px;
}
.partner-logo.amazon{
  height: 30px;
  margin-top: 5px;
}
.partner-logo.dat{
  height: 35px;
}
.partner-logo.hunt{
  height: 35px;
}
.parters-sections{
  margin-top: 70px;
}
.parters-sections .a7{
  align-items: flex-start;
}
.amazon-logo{
  height: 35px;
}
.lineicons-logo{
  height: 32px;
}
.dat-logo{
  height: 32px;
}
.hunt-logo{
  height: 37px;
}