/*
! tailwindcss v3.2.4 | 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: currentColor; /* 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.
*/

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

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

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

*, ::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-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-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: 2rem;
  padding-left: 2rem;
}.\!container {
  width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}@media (min-width: 600px) {

  .container {
    max-width: 600px;
  }

  .\!container {
    max-width: 600px !important;
  }
}@media (min-width: 728px) {

  .container {
    max-width: 728px;
  }

  .\!container {
    max-width: 728px !important;
  }
}@media (min-width: 984px) {

  .container {
    max-width: 984px;
  }

  .\!container {
    max-width: 984px !important;
  }
}@media (min-width: 1230px) {

  .container {
    max-width: 1230px;
  }

  .\!container {
    max-width: 1230px !important;
  }
}@media (min-width: 1240px) {

  .container {
    max-width: 1240px;
  }

  .\!container {
    max-width: 1240px !important;
  }
}body .absolute {
  position: absolute;
}body .order-2 {
  order: 2;
}body .order-1 {
  order: 1;
}body .float-right {
  float: right;
}body .my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}body .mx-auto {
  margin-left: auto;
  margin-right: auto;
}body .mb-10 {
  margin-bottom: 2.5rem;
}body .mt-24 {
  margin-top: 6rem;
}body .mr-6 {
  margin-right: 1.5rem;
}body .mt-8 {
  margin-top: 2rem;
}body .ml-auto {
  margin-left: auto;
}body .mr-5 {
  margin-right: 1.25rem;
}body .mt-2 {
  margin-top: 0.5rem;
}body .flex {
  display: flex;
}body .grid {
  display: grid;
}body .hidden {
  display: none;
}body .h-full {
  height: 100%;
}body .w-full {
  width: 100%;
}body .w-1\/6 {
  width: 16.666667%;
}body .flex-1 {
  flex: 1 1;
}body .transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}body .grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}body .flex-col {
  flex-direction: column;
}body .items-center {
  align-items: center;
}body .justify-center {
  justify-content: center;
}body .justify-between {
  justify-content: space-between;
}body .gap-\[44px\] {
  gap: 44px;
}body .rounded-lg {
  border-radius: 0.5rem;
}body .rounded-\[18px\] {
  border-radius: 18px;
}body .bg-primary {
  --tw-bg-opacity: 1;
  background-color: hsl(262 92% 68% / var(--tw-bg-opacity));
  background-color: hsl(var(--primary-color) / var(--tw-bg-opacity));
}body .p-6 {
  padding: 1.5rem;
}body .p-\[30px\] {
  padding: 30px;
}body .py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}body .py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}body .py-\[40px\] {
  padding-top: 40px;
  padding-bottom: 40px;
}body .pr-8 {
  padding-right: 2rem;
}body .pt-16 {
  padding-top: 4rem;
}body .pt-8 {
  padding-top: 2rem;
}body .pt-24 {
  padding-top: 6rem;
}body .pb-4 {
  padding-bottom: 1rem;
}body .pt-6 {
  padding-top: 1.5rem;
}body .pt-\[30px\] {
  padding-top: 30px;
}body .pb-14 {
  padding-bottom: 3.5rem;
}body .pb-8 {
  padding-bottom: 2rem;
}body .pb-\[60px\] {
  padding-bottom: 60px;
}body .pl-8 {
  padding-left: 2rem;
}body .pt-12 {
  padding-top: 3rem;
}body .text-center {
  text-align: center;
}body .font-bold {
  font-weight: 700;
}body .font-medium {
  font-weight: 500;
}body .uppercase {
  text-transform: uppercase;
}body .lowercase {
  text-transform: lowercase;
}body .text-gray-1 {
  --tw-text-opacity: 1;
  color: hsl(240 3% 45% / var(--tw-text-opacity));
  color: hsl(var(--gray-1-color) / var(--tw-text-opacity));
}body .text-white {
  --tw-text-opacity: 1;
  color: hsl(0 0% 100% / var(--tw-text-opacity));
  color: hsl(var(--white-color) / var(--tw-text-opacity));
}body .text-white\/80 {
  color: hsl(0 0% 100% / 0.8);
  color: hsl(var(--white-color) / 0.8);
}body .shadow-4 {
  --tw-shadow: 0px 4px 17px rgba(6, 6, 11, 0.06);
  --tw-shadow-colored: 0px 4px 17px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video,button,input,textarea{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:rgba(0,0,0,0);box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:rgba(0,0,0,0)}table{border-collapse:collapse;border-spacing:0}h1,h2{font-weight:inherit}button,input,textarea{font-family:inherit;color:inherit}button{cursor:pointer;text-align:inherit}*,*:before,*:after{box-sizing:inherit;outline:none}body{line-height:1;font-weight:400;font-style:normal;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box}@font-face{font-family:"Roboto";src:url(/fonts/b009a76ad6afe4ebd301.woff2);font-weight:400;font-style:normal}@font-face{font-family:"Roboto";src:url(/fonts/f25d774ecfe0996f8eb5.woff2);font-weight:500;font-style:normal}@font-face{font-family:"Roboto";src:url(/fonts/227c93190fe7f82de3f8.woff2);font-weight:700;font-style:normal}@font-face{font-family:"Inter";src:url(/fonts/e976b84791e6a5f65646.woff2);font-weight:400;font-style:normal}@font-face{font-family:"Inter";src:url(/fonts/d873c5ea912cb7dff6d9.woff2);font-weight:600;font-style:normal}@font-face{font-family:"Inter";src:url(/fonts/37a35b6c3eb2745d0f11.woff2);font-weight:800;font-style:normal}:root{--accent-color: 12 100% 74%;--primary-color: 262 92% 68%;--white-color: 0 0% 100%;--black-1-color: 100 3% 48%;--black-2-color: 180 13% 6%;--gray-1-color: 240 3% 45%;--gray-2-color: 240 6% 60%;--gray-3-color: 240 11% 75%;--gray-4-color: 240 21% 86%;--gray-5-color: 207 28% 92%;--gray-6-color: 240 19% 94%;--gray-7-color: 240 29% 97%;--red-color: 0 84% 61%;--green-color: 170 85% 38%;--h1-font-size: 6rem;--h1-line-height: 7.5rem;--h2-font-size: 1.93rem;--h2-line-height: 2.8rem;--h3-font-size: 1.66rem;--h3-line-height: 2.4rem;--h4-font-size: 1.33rem;--h4-line-height: 2.13rem;--h5-font-size: 1.2rem;--h5-line-height: 1.2rem;--p1-font-size: 1rem;--p1-line-height: 1.6rem;--p2-font-size: 0.93rem;--p2-line-height: 1.53rem;--p3-font-size: 0.86rem;--p3-line-height: 1.53rem;--p4-font-size: 0.8rem;--p4-line-height: 1.46rem;--c1-font-size: 0.73rem;--c1-line-height: 1.26rem;--c2-font-size: 0.66rem;--c2-line-height: 1.06rem;--route-badge-hight: 100px;--origin-icon-size: 16px;--destination-icon-size: 16px;--route-badge-vertical-padding: 24px}html{font-size:10px}body{width:100%;font-family:"Poppins",sans-serif;font-weight:500;font-size:1.8rem;line-height:3rem;color:hsl(100 3% 48%);color:hsl(var(--black-1-color))}h1{font-size:3rem;line-height:3.5rem;font-weight:bold;color:hsl(180 13% 6%);color:hsl(var(--black-2-color))}@media screen and (min-width: 768px){h1{font-size:6rem;line-height:7rem;font-weight:bold}}h2{font-size:2.5rem;line-height:3.5rem;font-weight:600;color:hsl(180 13% 6%);color:hsl(var(--black-2-color))}@media screen and (min-width: 768px){h2{font-size:5rem;line-height:6.5rem}}h3{font-size:1.8rem;line-height:2.8rem;font-weight:600;color:hsl(180 13% 6%);color:hsl(var(--black-2-color))}@media screen and (min-width: 768px){h3{font-size:2.4rem;line-height:3.2rem}}h4{font-size:2.4rem;line-height:3.2rem;font-weight:bold;color:hsl(180 13% 6%);color:hsl(var(--black-2-color))}@media screen and (min-width: 768px){h4{font-size:1.6rem;line-height:2.5rem}}h5{font-size:1.2rem;line-height:3rem;font-weight:bold;text-transform:uppercase;letter-spacing:6px;color:hsl(170 85% 38%);color:hsl(var(--green-color))}.font-medium{font-weight:500}section{padding:3rem 0}@media screen and (min-width: 768px){section{padding:10rem 0}}.container{max-width:1280px}.footer li{font-size:16px}.copyright{border-top:1px solid hsl(207 28% 92%);border-top:1px solid hsl(var(--gray-5-color))}.inner-page ul{padding-left:2rem}.inner-page li{list-style:disc;padding-bottom:2rem}@media (min-width: 768px) {

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

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

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

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

  body .md\:ml-8 {
    margin-left: 2rem;
  }

  body .md\:block {
    display: block;
  }

  body .md\:hidden {
    display: none;
  }

  body .md\:w-1\/3 {
    width: 33.333333%;
  }

  body .md\:w-1\/4 {
    width: 25%;
  }

  body .md\:w-1\/5 {
    width: 20%;
  }

  body .md\:w-1\/2 {
    width: 50%;
  }

  body .md\:w-2\/5 {
    width: 40%;
  }

  body .md\:w-2\/3 {
    width: 66.666667%;
  }

  body .md\:basis-1\/2 {
    flex-basis: 50%;
  }

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

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

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

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

  body .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

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

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

  body .md\:pr-8 {
    padding-right: 2rem;
  }

  body .md\:pr-14 {
    padding-right: 3.5rem;
  }

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

  body .md\:pl-8 {
    padding-left: 2rem;
  }
}
.QSiRn{background:url(/images/d2e3a0dadcc7d8e257c7.svg) right top no-repeat;align-items:center}@media screen and (max-width: 768px){.QSiRn{background-size:contain}}.fgW0q{font-weight:bold;font-size:2.2rem;width:5.5rem;height:5.5rem;text-align:center;line-height:5.5rem;border-radius:100%;color:#fff;background:hsl(var(--accent-color));margin-bottom:2rem}.Vd4AE{background:url(/images/e0a161167f850bf7c8e5.svg) center no-repeat;background-size:cover;margin-top:50px}.Vd4AE h1{color:#fff}.Vd4AE p{opacity:.7}
.p4axY{height:100vh;width:100%}.pUJBV{width:34px;height:34px;left:-17px;top:-17px;position:absolute}.wGHoY{width:80px;height:40px;border-radius:8px;border-width:2px;border-color:#f2efed;align-items:center;justify-content:center;background-color:#fff;display:flex;flex-direction:row}.TXieW{font-family:"Inter",sans-serif;font-weight:800;font-size:1.25rem;line-height:1.375rem;color:#000;text-align:center}.MoRgp{font-family:"Inter",sans-serif;font-weight:400;font-size:1.25rem;line-height:1.375rem;color:#000;text-align:center}.FUve0{left:50px;top:50px;position:absolute}.FLTao{min-width:335px;height:var(--route-badge-hight);border-radius:8px;border-width:2px;border-color:#f2efed;align-items:center;justify-content:center;background-color:#fff;display:flex;flex-direction:row;padding-left:20px;padding-right:20px;padding-top:24px;padding-bottom:24px}.EBCWi{width:16px;height:16px}.oTM6s{width:16px;height:16px}.yjwyW{width:24px;height:24px}.viXNV{display:flex;flex-direction:column;align-items:center;background-color:#fff;height:100%;margin-right:10px}.WR8ne{width:2px;height:100%;background-color:#f2efed}.yTnk5{display:flex;flex-direction:column;justify-content:space-between;background-color:#fff;flex:auto;height:calc(var(--route-badge-hight) - 2*var(--route-badge-vertical-padding) - var(--origin-icon-size)/2 + 4px)}.eCYrH{font-family:"Inter",sans-serif;font-weight:400;font-size:1rem;line-height:1.125rem;color:#000;text-align:left}.GV7XO{width:100%;height:2px;background-color:#f2efed}._KocH{width:335px;height:70px;border-radius:8px;border-width:2px;border-color:#f2efed;align-items:center;background-color:#fff;display:flex;flex-direction:row;margin-top:10px;padding-left:20px;padding-right:20px;padding-top:16px;padding-bottom:16px}.AoHUP{display:flex;flex-direction:column;justify-content:space-between;background-color:#fff;margin-left:32px;height:100%}.Bkr9_{font-family:"Inter",sans-serif;font-weight:400;font-size:1rem;line-height:1.125rem;color:#000;text-align:left}.LrpcK{font-family:"Inter",sans-serif;font-weight:600;font-size:1.125rem;line-height:1.25rem;color:#262423;text-align:left}.FORew{font-family:"Inter",sans-serif;font-weight:600;font-size:1rem;line-height:1.125rem;color:#262423;text-align:left}.Whjlo{font-family:"Inter",sans-serif;font-weight:400;font-size:.875rem;line-height:1.125rem;color:#999391;text-align:left}.Gjirk{font-family:"Inter",sans-serif;font-weight:400;font-size:1rem;line-height:1.125rem;color:#554f4d;text-align:left;margin-right:4px}.wGPAq{display:flex;flex-direction:row;align-items:center}.XMctZ{display:flex;flex-direction:column;justify-content:space-between;background-color:#fff;height:100%;margin-left:16px}.oWee2{width:335px;height:90px;border-radius:8px;border-width:2px;border-color:#f2efed;align-items:center;background-color:#fff;display:flex;flex-direction:row;margin-top:10px;padding-left:20px;padding-right:20px;padding-top:16px;padding-bottom:16px}.Ryn_u{width:40px;height:40px;border-radius:20px}.m1vnu{width:40px;height:40px;border-radius:20px;background-color:#f5f3f3;align-items:center;justify-content:center;display:flex}.rTMqj{width:24px;height:24px;color:#ff7241}.Mzkp7{width:16px;height:16px}
.bpTZi{display:flex;flex-direction:column;min-height:100vh;position:relative}
