/*
! tailwindcss v3.3.3 | 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 */
}

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fixed {
  position: fixed;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

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

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

.-m-2 {
  margin: -0.5rem;
}

.-m-2\.5 {
  margin: -0.625rem;
}

.m-2 {
  margin: 0.5rem;
}

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

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

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

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

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.\!block {
  display: block !important;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.flow-root {
  display: flow-root;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-full {
  height: 100%;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-full {
  width: 100%;
}

.max-w-6xl {
  max-width: 72rem;
}

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

.max-w-xl {
  max-width: 36rem;
}

.max-w-xs {
  max-width: 20rem;
}

.basis-full {
  flex-basis: 100%;
}

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

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

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

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

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

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

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

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

.gap-x-12 {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

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

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

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

.divide-gray-500\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(107 114 128 / 0.1);
}

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

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

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

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

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

.p-12 {
  padding: 3rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

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

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

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

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

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

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

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

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

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pt-4 {
  padding-top: 1rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

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

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

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

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

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

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-normal {
  line-height: 1.5;
}

.leading-tight {
  line-height: 1.25;
}

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

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

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@font-face {
  font-family: Raleway;

  src: url(../fonts/Raleway-Regular.woff2) format('woff2');

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: RalewayMedium;

  src: url(../fonts/Raleway-Medium.woff2) format('woff2');

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: RalewayBold;

  src: url(../fonts/Raleway-Bold.woff2) format('woff2');

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: RalewayExtraBold;

  src: url(../fonts/WorkSans-ExtraBold.woff2) format('woff2');

  font-style: normal;

  font-display: swap;
}

.font-family-raleway-medium {
  font-family: RalewayMedium !important;
}

.font-family-raleway-bold {
  font-family: RalewayBold !important;
}

.font-family-raleway-extra-bold {
  font-family: RalewayExtraBold !important;
}

@font-face {

  font-family: 'Work Sans';

  src: url(../fonts/WorkSans-Regular.woff2) format('woff2'),

       url(../fonts/WorkSans-SemiBold.woff2) format('woff2');

       url(../fonts/WorkSans-Bold.woff2) format('woff2');

  font-style: normal;

  font-display: swap;

}

body {
  font-family: Raleway !important;
  font-size: 1rem;
  color: #000000;
  padding: 0;
  margin: 0;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.header {
  background: url(../images/blue-banner-bg.svg) no-repeat center;
  background-size: cover;
}

.header:before {
  content: "";
  position: absolute;
  background: url(../images/banner-01.svg) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
}

.font-family-work-sans {
  font-family: 'Work Sans', sans-serif;
}

.font-weight-semi-bold {
  font-weight: 600;
}

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

.col-lg-12-5 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.custom-width {
  width: 60%;
}

.table tr:last-child td:first-child  {
  border-bottom-left-radius: 1rem;
}

.table tr:last-child td:last-child  {
  border-bottom-right-radius: 1rem;
}

.jump-btn {
  cursor: pointer;
  background-color: transparent;
  border: none;
}

@media (min-width: 576px) {
  .col-sm-12-5 {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .custom-width {
    width: 40%;
  }
}

@media (min-width: 768px) {
  .col-md-12-5 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 992px) {
  .col-lg-12-5 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 1200px) {
  .col-xl-12-5 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

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

.section_primary, .section_secondary, .section_third {
  display: none;
}

.section_primary.open, .section_secondary.open, .section_third.open {
  display: block;
}

button.arrow-next {
  right: 20px;
}

button.arrow-prev {
  left: 20px;
}

.title-th.height-xs {
  height: 89px !important;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle,
.btn-secondary:hover {
  color: #0a0935 !important;
  background-color: #ff8b00;
  border-color: #ff8b00;
  font-family: RalewayBold, serif !important;
  box-shadow: none;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-secondary:hover i {
  font-weight: 800;
}

.btn-secondary {
  color: #0a0935 !important;
  background-color: transparent;
  border-color: #0a0935;
  border-radius: 0.75rem;
  width: 100%;
  padding: 0.6rem 0;
  border-width: 2px;
  font-size: 1.2rem;
}

.container-custom-top-three a {
  text-decoration: none;
}

.rounded-left {
  border-top-left-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}

.rounded-right {
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
}

.img-contain {
  background-size: contain !important;
}

.line-height-1 {
  line-height: 1;
}

.line-height-1-4 {
  line-height: 1.4;
}

.line-height-0-5 {
  line-height: 0.8;
}

.small,
small {
  font-size: 83%;
  font-weight: 600;
}

#the-uk-most-popular-of-2022 a {
  text-decoration: none;
}

#the-uk-most-popular-of-2022 a:hover {
  text-decoration: underline;
  color: #ff8000;
}

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 150px;
  display: inline-block;
  line-height: 29px;
  vertical-align: middle;
}

.dataTables_length,
.dataTables_paginate {
  display: none;
}

.border-orange {
  border: 6px solid #ee872a !important;
  border-radius: 80px;
}

.bg-grey {
  background-color: #f5f3f1;
}

.bg-grey-dark {
  background-color: #efedea;
}

.bg-light {
  background-color: #e7fefd!important;
}

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

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

.rounded-xs {
  border-radius: 0.3rem;
}

.h-95 {
  height: 97%;
}

.border {
  border: 1px solid #fa691b !important;
}

.fa-2x {
  font-size: 1.7rem;
  vertical-align: middle;
}

.bg-gray {
  background-color: #f7f7f7;
}

.text-dark {
  color: #000000 !important;
}

.scroll-overflow {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.tooltip.show {
  opacity: 1;
}

.line-height-1 {
  line-height: 1 !important;
}

.overflow-hidden {
  overflow: hidden;
  position: relative;
}

body a {
  color: #3fa9f5;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #3fa9f5;
  text-decoration: underline;
}

.section-link:hover, .section-link.active {
  text-decoration: none;
}

/* Typography */

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

.font-weight-semi-bold {
  font-weight: 600 !important;
}

.font-weight-extra-bold {
  font-weight: 800 !important;
}

.font-style-italic {
  font-style: italic;
}

tbody {
  filter: drop-shadow(0 15px 15px rgb(0 0 0 / 0.15));
}

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

.bg-wave {
  background: url(../images/soil-spills-bg.svg) no-repeat right;
  /*background-size: contain;*/
}

.bg-wave-blue {
  background: url(../images/graph-bg-blue.svg) no-repeat right;
  background-size: contain;
}

.bg-wave-alt {
  background: url(../images/total-spills-bg.svg) no-repeat right;
}

.custom-margin {
  margin-bottom: 75px;
}

.content-bottom {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}

.bg-pink-light {
  background-color: #fbcce8;
}

.text-blue-dark {
  color: #0a0935;
}

.text-blue-lighter {
  color: #3fa9f5;
}

.text-blue {
  color: #235c93;
}

.bg-blue-dark {
  background-color: #0a0935;
}

.text-orange {
  color: #f68c2a;
}

.bg-blue {
  background-color: #3fa9f5;
}

.bg-blue-icon {
  background-color: #d9eefd;
}

.bg-blue-light {
  background-color: #ceecfd;
}

.bg-green-light {
  background-color: #f3fcff;
}

.text-grey {
  color: #585858 !important;
}

.text-green {
  color: #22b573;
}

.bg-orange {
  background-color: #ff8000 !important;
}

.bg-orange-dark {
  background-color: #fb6100 !important;
}

.text-orange {
  color: #ff8000;
}

.bg-dark {
  background-color: #000000 !important;
}

.bg-dark-blue {
  background-color: #0a0935 !important;
}

.rounded {
  border-radius: 10px !important;
}

.methodology-bg {
  position: relative;
}

.methodology-bg:before {
  content: "";
  position: absolute;
  background-size: cover;
  width: 600px;
  height: 90%;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
}

.img-square {
  padding-bottom: 70%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.table-image {
  padding-bottom: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
}

#carousel .img-square,
#carousel-2 .img-square {
  padding-bottom: 70%;
}

.img-long {
  padding-bottom: 132%;
}

.img-square-small {
  padding-bottom: 88%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.img-thumb {
  max-width: 290px;
  margin: 0;
}

.margin-top {
  margin-top: -43px;
}

.title-th {
  display: flex;
  height: 98px;
  align-self: center;
  justify-content: center;
}

#methodology a {
  color: #3fa9f5;
  text-decoration: none;
}

.footer a {
  color: #3fa9f5;
  text-decoration: underline;
}

.position-sticky {
  top: 0;
  z-index: 1000;
  width: 100%;
  position: sticky!important;
}

.rank-city {
  height: 42px;
  width: 42px;
  line-height: 42px;
  border-radius: 50%;
}

.barrel-element {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -40px;
  height: 100px;
  width: 180px;
  background: url(../images/top-3-barrel.svg) no-repeat center;
  background-size: contain;
}

.rank-oval {
  background-color: #ff8b00;
  color: #ffffff;
  margin: auto;
  height: 38px;
  width: 38px;
  font-size: 1.75rem;
  line-height: 36px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  font-weight: bold;
  left: 0;
  right: 0;
  bottom: -20px;
}

.rank {
  background-color: #ff8b00;
  margin: auto;
  height: 32px;
  width: 32px;
  line-height: 32px;
  color: white;
  display: inline-block;
  border-radius: 50%;
  font-weight: bold;
  font-size: 1.1rem;
}

.rank span {
  font-size: 1.1rem;
}

.lead {
  font-size: 1.3rem;
  font-weight: 400;
}

.display-4 {
  font-size: 1.1rem;
}

.h5,
h5 {
  font-size: 1rem;
  line-height: 1.2;
}

.icon-th i {
  font-size: 1.3rem;
}

.heading-holder {
  text-align: center;
  position: relative;
  white-space: nowrap;
  padding: 0;
  min-width: 140px;
  height: 68px;
  display: flex;
  align-items: center;
  background-color: #0a0935;
  font-weight: bold;
}

.table .heading-holder .white-sorting-icons i {
  color: white;
}

.table .heading-holder .sorting-icons i {
  font-size: 0.75rem !important;
  line-height: 26px;
  margin: auto;
  height: 26px;
  width: 26px;
  border-radius: 50%;
  text-align: center;
}

.table-title .dark-sorting-icons i, .table .sorting_desc .heading-holder .table-title .dark-sorting-icons i {
  color: #000000;
}

.table .heading-holder .dark-sorting-icons i {
  color: #000000;
  background-color: #ffffff;
}

.heading-holder .table-title .icon-block {
  position: relative;
  display: block;
  margin: auto;
  line-height: 28px;
  font-size: 1.5rem;
  height: 63px;
  width: 55px;
  text-align: center;
  top: -33px;
  background-color: #ff8b00;
  color: #000000;
}

.table tr th:first-child .heading-holder {
  border-top-left-radius: 15px;
  min-width: 75px;
}

.table tr th:last-child .heading-holder {
  border-top-right-radius: 15px;
}

.table tr td:first-child .td-simulate {
  margin: auto;
  line-height: 33px;
}

.table tr td:last-child .td-simulate {
  margin-right: 0;
}

.sorting-icons {
  text-align: center;
  font-size: 1rem;
  color: #000000;
}

.control_lenght {
  background-color: #0a0935;
  color: white;
  text-decoration: none;
  border: 1px solid #0a0935;
  padding: 0.5rem 3.8rem;
  border-radius: 0.5rem;
  display: inline-block;
  font-size: 1.1rem;
}

.control_lenght:hover {
  background-color: #15145b;
  color: #ff8b00;
  text-decoration: none;
  border: 1px solid #0a0935;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 0px solid transparent;
  padding-bottom: 0px !important;
  font-size: 1rem;
}

.dataTables_wrapper .row {
  margin-right: 0px;
  margin-left: 0px;
}

.dataTables_wrapper .col-6,
.dataTables_wrapper .col-12,
.dataTables_wrapper .col-sm-12 {
  padding-right: 0px;
  padding-left: 0px;
}

.sorting .fa-sort-up,
.sorting .fa-sort-down {
  display: none;
}

.sorting_asc .fa-sort-up,
.sorting_asc .fa-sort {
  display: none;
}

.sorting_desc .fa-sort-down,
.sorting_desc .fa-sort {
  display: none;
}

.table td,
.table th {
  vertical-align: middle;
  text-align: center;
  padding: 0;
}

table.dataTable {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  border-collapse: collapse !important;
}

table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center;
  padding: 50px;
}

div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
  display: none;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  display: none;
}

table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting_desc,
table.dataTable thead>tr>th.sorting,
table.dataTable thead>tr>td.sorting_asc,
table.dataTable thead>tr>td.sorting_desc,
table.dataTable thead>tr>td.sorting {
  padding-right: 0px;
  padding-left: 0px;
  position: relative;
}

.table th {
  color: #333333;
  font-size: 1rem;
  border-top: 0;
}

.table tr {
  background-color: white;
}

.table tr.sorting-row  {
  background-color: transparent;
}

.table tr:first-child td {
  border-top: 3px solid black;
}

.table td {
  border-top: 1px solid #d8d8d8;
  color: #000000;
  font-size: 1rem;
}

.table tr:last-child td {
  border-bottom: 0 solid black;
}

.table tr td.sorting_1 .td-simulate {
  font-weight: 800;
  color: #ff8b00;
}

.table tr td.sorting_1 .td-simulate.rank {
  color: white;
}

.table tr .td-simulate span {
  line-height: 30px;
}

.table td .td-simulate {
  display: block;
  font-weight: 400;
  line-height: 40px;
  margin: 0 4px;
  font-size: 1rem;
}

/**** Headings ******/

.display-2 {
  font-size: 2.5rem;
}

.display-3 {
  font-size: 2.2rem;
}

.footer-logo {
  min-width: 239px;
  max-width: 200px;
}

.h3,
h3 {
  font-size: 1.5rem;
  line-height: 1.2;
}

.h2,
h2 {
  font-size: 1.6rem;
  line-height: 1.2;
}

.h4,
h4 {
  font-size: 1.25rem;
}

.display-1 {
  font-size: 3rem;
}

.text-ellipsis {
  width: 200px;
}

.container-custom,
.container-custom-top-three,
.container-custom-top-five,
.container-custom-table {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.zebec {
  background-size: 94%;
  background-position: 9px -40px;
}

a.section-link {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

[data-area]:hover {
  cursor: pointer;
}

.buttons-section a.section-link:hover, .buttons-section a.section-link.active {
  background-color: #ff8b00;
  color: #0a0935 !important;
  cursor: pointer;
  font-weight: 800;
  font-family: RalewayExtraBold;
}

.view-switch-section a {
  background-color: white;
  border-color: white;
  border-radius: 0.35rem;
  padding: 0.75rem 1.5rem;
}

.view-switch-section a:hover, .view-switch-section a.active {
  background-color: #0a0935 !important;
  color: white !important;
  font-family: RalewayExtraBold;
}

.view-switch-section a i, .view-switch-section a i {
  font-size: 30px;
}

.view-switch-section a:hover i, .view-switch-section a.active i {
  color: #ff8b00;
  font-weight: 800;
}

a.section-link {
  text-align: center;
  color: #ffffff !important;
}

.buttons-section a.section-link:hover i, .buttons-section a.section-link.active i {
  font-weight: 800;
}

.buttons-section a.section-link.active::before, .buttons-section a.section-link:hover::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -12px;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 13px solid #ff8b00;
}

@media (min-width: 576px) {
  .custom-margin {
    margin-bottom: 110px;
  }

  .display-1 {
    font-size: 2.8rem;
  }

  .h4,
  h4 {
    font-size: 1.4rem;
  }

  .table-image {
    left: -5%;
  }

  .h3,
  h3 {
    font-size: 2rem;
  }

  .display-4 {
    font-size: 2.5rem;
  }

  .display-3 {
    font-size: 4.7rem;
  }

  .white-space-nowrap {
    white-space: nowrap;
  }
}

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

  .methodology-bg:before {
    background: url(../images/image-1.webp) no-repeat right;
  }

  .display-1 {
    font-size: 3.7rem;
  }

  .container-custom,
  .container-custom-top-three {
    max-width: 720px;
  }

  .h2,
  h2 {
    font-size: 1.9rem;
  }

  .h3,
  h3 {
    font-size: 1.6rem;
  }

  .h4,
  h4 {
    font-size: 1.4rem;
  }

  .header .h4,
  .header h4 {
    font-size: 1.2rem;
  }

  .display-4 {
    font-size: 2rem;
  }

  .display-3 {
    font-size: 3.3rem;
  }

  .table-image {
    left: -13%;
  }

  .divider {
    margin-left: 0;
  }

  .fa-2x {
    font-size: 2.5rem;
  }

  .container-custom-table,
  .container-custom-top-five {
    max-width: 720px;
  }

  .title-th.height-xs {
    height: 50px !important;
  }
}

@media (min-width: 992px) {
  .custom-margin {
    margin-bottom: 110px;
  }

  .container-custom-top-three {
    max-width: 960px;
  }

  .custom-width {
    width: 26%;
  }

  .w-lg-100 {
    width: 100% !important;
  }

  .title-th.height-xs {
    height: 80px !important;
  }

  .title-th {
    height: 64px;
  }

  .btn-secondary {
    width: 275px;
  }

  .container-custom,
  .container-custom-top-five {
    max-width: 960px;
  }

  .display-4 {
    font-size: 2.2rem;
  }

  .table-image {
    left: -15%;
  }

  .h3,
  h3 {
    font-size: 2.5rem;
  }

  .img-square {
    padding-bottom: 80%;
  }

  .buttons-section a.section-link {
    width: 172px;
  }

  .lead {
    font-size: 1.3em;
  }

  .h2,
  h2 {
    font-size: 2.125rem;
    line-height: 1.2;
  }

  .display-3 {
    font-size: 4.5rem;
  }

  .h4,
  h4 {
    font-size: 1.5rem;
  }

  .h3,
  h3 {
    font-size: 1.8rem;
  }

  .display-2 {
    font-size: 7rem;
    font-weight: 300;
    line-height: 1;
  }

  .display-1 {
    font-size: 4.9rem;
  }

  .lead {
    font-size: 1.1em;
  }

  .modal-dialog {
    max-width: 743px;
  }

  .container-custom-table {
    max-width: 927px;
  }
}

@media (min-width: 1200px) {
  .h5,
  h5 {
    font-size: 1.4rem;
  }

  .custom-margin {
    margin-bottom: 170px;
  }

  .container-custom-top-three {
    max-width: 1150px;
  }

  button.arrow-next {
    right: -47px;
  }

  button.arrow-prev {
    left: -47px;
  }

  #carousel-arrows,
  #carousel-arrows-2 {
    display: none;
  }

  .lead {
    font-size: 1em;
  }

  .container-custom-table {
    max-width: 1150px;
  }

  .buttons-section a.section-link {
    width: 183px;
  }

  .container {
    max-width: 1130px;
  }

  .container-custom {
    max-width: 1105px;
  }

  .header.h3,
  .header h3 {
    font-size: 2.2rem;
  }

  .h4,
  h4 {
    font-size: 1.7rem;
  }

  .display-1 {
    font-size: 6.1rem;
  }

  .display-3 {
    font-size: 5.75rem;
  }

  .h2,
  h2 {
    font-size: 2.5rem;
  }

  .display-2 {
    font-size: 5rem;
    line-height: 1;
  }

  #svg-container {
    position: relative;
  }

  .map-controls-inner {
    width: 315px;
  }

  .h3,
  h3 {
    font-size: 2rem;
  }

  .btn-secondary {
    width: 225px;
  }

  #carousel-2 .h5,
  #carousel-2 h5 {
    font-size: 1.3rem;
    line-height: 1;
  }

  .text-ellipsis {
    width: 189px;
  }

  .container-custom-top-five {
    max-width: 1180px;
  }

  .container-custom-top-five h3,.container-custom-top-five .h3 {
    font-size: 2rem;
  }
}

@media (min-width:1400px) {
  .header:before {
    background: url(../images/banner-01.svg) no-repeat center;
    background-size: contain;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .custom-margin {
    margin-bottom: 240px;
  }

  .text-ellipsis {
    width: 100px;
  }

  .heading-holder {
    min-width: 130px;
  }

  .display-4 {
    font-size: 4.375rem;
  }

  .display-3 {
    font-size: 5.625rem;
  }

  .container-custom-top-three {
    min-width: 1392px;
  }

  button.arrow-next {
    right: -65px;
  }

  button.arrow-prev {
    left: -65px;
  }

  .lead {
    font-size: 1.4em;
  }

  .container-custom-table {
    max-width: 1346px;
  }

  .text-ellipsis {
    width: 250px;
  }

  .container {
    max-width: 1320px;
  }

  .container-custom {
    max-width: 1253px;
  }

  .header .h4,
  .header h4 {
    font-size: 1.5rem;
  }
}

@media (min-width: 1600px) {
  .container-custom-top-three {
    min-width: 1409px;
  }

  .custom-margin {
    margin-bottom: 310px;
  }

  .container-custom-top-five {
    max-width: 1458px;
  }

  button.arrow-next {
    right: -59px;
  }

  button.arrow-prev {
    left: -59px;
  }

  .container-custom {
    max-width: 1480px;
  }

  .img-square {
    padding-bottom: 80%;
  }
}

@media (min-width: 1800px) {
  .custom-margin {
    margin-bottom: 350px;
  }
}

@media (min-width: 2200px) {
  .header.py-lg-4 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .custom-margin {
    margin-bottom: 460px;
  }
}

@media (min-width: 640px) {
  .sm\:ml-3 {
    margin-left: 0.75rem;
  }

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

  .sm\:max-w-md {
    max-width: 28rem;
  }

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

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

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

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

  .sm\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

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

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

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

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:ring-gray-900\/10 {
    --tw-ring-color: rgb(17 24 39 / 0.1);
  }
}

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

  .md\:max-w-xl {
    max-width: 36rem;
  }

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

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

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

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

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

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

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}

@media (min-width: 1024px) {
  .lg\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .lg\:mb-3 {
    margin-bottom: 0.75rem;
  }

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

  .lg\:mt-12 {
    margin-top: 3rem;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:max-w-3xl {
    max-width: 48rem;
  }

  .lg\:max-w-4xl {
    max-width: 56rem;
  }

  .lg\:max-w-6xl {
    max-width: 72rem;
  }

  .lg\:max-w-xl {
    max-width: 36rem;
  }

  .lg\:basis-1\/3 {
    flex-basis: 33.333333%;
  }

  .lg\:basis-5\/12 {
    flex-basis: 41.666667%;
  }

  .lg\:basis-6\/12 {
    flex-basis: 50%;
  }

  .lg\:basis-7\/12 {
    flex-basis: 58.333333%;
  }

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

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

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

  .lg\:gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .lg\:gap-y-16 {
    row-gap: 4rem;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

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

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

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

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

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

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

  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

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

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

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

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

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

  .lg\:pb-24 {
    padding-bottom: 6rem;
  }

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

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

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

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

  .lg\:pl-6 {
    padding-left: 1.5rem;
  }

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

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

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

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

  .lg\:pt-12 {
    padding-top: 3rem;
  }

  .lg\:pt-44 {
    padding-top: 11rem;
  }

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

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

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }
}

@media (min-width: 1280px) {
  .xl\:mr-1 {
    margin-right: 0.25rem;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

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

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

  .xl\:basis-5\/12 {
    flex-basis: 41.666667%;
  }

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

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

  .xl\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

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

  .xl\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .xl\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .xl\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }
}



