/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Orbitron:wght@400..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 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.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-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.
 */
[type=search]::-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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  font-family: "roboto", sans-serif;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
}

p {
  font-size: 16px;
  line-height: 24px;
}

button.cta {
  height: 40px;
  border: 2px solid #000;
  padding: 0 14px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

button.cta > img {
  margin-left: 7px;
}

button {
  outline: none;
  border: none;
}

input {
  outline: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input.spend {
  min-height: 40px;
  max-width: 160px;
  width: 100%;
  border-radius: 4px;
  border: none;
  text-align: left;
  color: #2A3277;
  font-size: 16px;
  line-height: 32px;
  font-weight: 700;
}

input.spend::placeholder {
  color: #FFF;
}

input.blue-p::placeholder {
  color: #2A3277 !important;
}

html {
  font-size: 16px;
  background: #FFFFFF;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

* {
  margin: 0;
  padding: 0;
}

body {
  height: 100%;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-rendering: optimizeLegibility !important;
}

/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  width: 100%;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

main {
  position: relative;
  overflow: auto;
  min-width: 1200px;
}

.desktop {
  background-color: #eeefff;
}
@media (min-width: 450px) and (max-width: 720px) {
  .desktop {
    background-color: #fff;
  }
}

.wrapper-1256 {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-inline: 92px;
}
@media (min-width: 451px) and (max-width: 1322px) {
  .wrapper-1256 {
    padding-inline: 20px;
  }
}

.padding-l-40, .cal-1 > div:first-child > p, .cal-1 > div:first-child > h4 {
  padding-left: 0;
}

.m-l-8 {
  margin-left: 8px;
}

.m-l-16 {
  margin-left: 16px;
}

.v-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.red-background {
  position: absolute;
  top: 0;
  right: 0px;
  z-index: 0;
  width: 40%;
  height: 100%;
}
@media (min-width: 760px) and (max-width: 1322px) {
  .red-background {
    right: 0;
  }
}

.grey-background, .grey-background-t {
  width: 100%;
  height: 203px;
  position: absolute;
  z-index: -2;
  bottom: 76px;
  max-height: 205px;
  left: 0;
}

.grey-background-t {
  background-image: url(../../../images/train_new_1.png) !important;
  top: 400px;
  height: 200px;
  max-height: 200px;
  background-image: url(../../../images/train_new_1.png) !important;
  z-index: 0;
  width: 54% !important;
  background-position: left center;
  background-size: contain !important;
  background-repeat: no-repeat;
}
@media (min-width: 1780px) {
  .grey-background-t {
    height: 199px;
    max-height: 199px;
  }
}

.to-left {
  position: relative;
}

.to-left > img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}

.to-left > input {
  padding-left: 30px;
}

.big-left > img {
  height: 30%;
  margin-top: 3px;
}

.big-left > input {
  padding-left: 40px;
}

.error {
  position: absolute;
  left: -90px;
  text-align: right;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #ED1C24;
}

.w-160 {
  width: 160px;
}

.w-160 > input {
  font-size: 18px;
}

.header {
  height: 100px;
  max-width: 1256px;
  margin: 0 auto;
  width: 100%;
  position: absolute;
  padding-top: 18px;
}
.header img {
  width: auto;
  height: 84.938px;
}

.footer {
  height: 95px;
  background: #222;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0px 80px;
  min-width: 1200px;
  width: 100%;
}
.footer .footer-sec1 {
  font-family: "roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #dbdcde;
}
.footer .footer-sec1 :first-child {
  font-size: 14px;
}
.footer .footer-sec1 :last-child {
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
  margin-top: 8px;
}
.footer .footer-sec2 {
  display: flex;
  align-items: center;
  gap: 22px;
}
.footer .footer-sec2 p {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: #606060;
  font-family: "roboto", sans-serif;
}
.footer .footer-sec2 .icon-wrapper {
  display: flex;
}
.footer .footer-sec2 .icon-wrapper a {
  width: 27px;
  height: 27px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid #606060;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 26px;
  border-radius: 50%;
  margin: 0 3px;
}
.footer .footer-sec2 .icon-wrapper a i {
  color: #fff;
}
.footer .footer-sec2 .icon-wrapper a svg {
  vertical-align: middle;
}

@media screen and (max-width: 450px) {
  #m-rewards {
    display: block;
  }
  .desktop {
    display: none;
  }
}
@media screen and (min-width: 451px) {
  #m-rewards {
    display: none;
  }
  .desktop {
    display: block;
  }
}
.rw-year2-txt, .rw-year2-txt p {
  font-size: 12px !important;
}

.cal-1 {
  display: flex;
  flex-direction: row;
  padding-top: 120px;
  justify-content: space-between;
  align-items: flex-start;
}

.cal-1 > div:first-child {
  width: 61%;
}

.cal-1 > div:last-child {
  display: flex;
  flex-direction: row;
  padding-left: 40px;
}

.cal-1 > div:first-child > h4 {
  color: #401C7B;
  font-family: "roboto", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-top: 42px;
}

.cal-1 > div:first-child > h4 .x {
  font-size: 56px;
  font-weight: 800;
}

.cal-1 > div:first-child > h4 .extra {
  font-size: 88px;
  font-weight: 800;
}

.cal-1 > div:first-child > h4 .other-text {
  font-size: 32px;
  letter-spacing: 0.32px;
}

.cal-1 > div:first-child > div.line {
  margin-top: 20px;
  width: 36px;
  height: 2px;
  background: #F36B25;
}

.cal-1 > div:first-child > p {
  margin-top: 20px;
  color: #57585D;
  font-family: "roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.cal-spends {
  display: flex;
  flex-direction: row;
  margin-top: 88px;
  gap: 70px;
}
@media (min-width: 1780px) {
  .cal-spends {
    margin-top: 116px;
    gap: 100px;
  }
}

.cal-spends > div > p {
  color: #6B52A1;
  text-align: center;
  font-family: "roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 8px;
}

.cal-spends > div:nth-child(2) > h2 {
  color: #F36B25;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.cal-spends .inputs {
  border: 1px solid #5253A1;
  background: #FFF;
  max-width: 160px;
  padding-left: unset !important;
  text-align: center !important;
}

.total-benefits {
  flex-direction: column-reverse !important;
  padding-left: unset !important;
  width: 31%;
  gap: 48px;
}

.total-benefits > div:first-child {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 48px;
}
.total-benefits > div:first-child input {
  margin-top: 0 !important;
  color: #FFF;
  text-align: center;
  font-family: "roboto", sans-serif;
  font-size: 32px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: normal !important;
  padding-left: 0 !important;
}
.total-benefits > div:first-child .to-left {
  margin: unset !important;
}

.total-benefits > div:last-child {
  text-align: center;
  min-width: 195px;
  flex: 2;
}

.total-benefits > div:first-child > p {
  color: #FFF;
}

.total-benefits > div:first-child > div input {
  margin-top: 24px;
  font-weight: 900;
  font-size: 40px;
  line-height: 64px;
  text-align: center !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 14px;
  background: transparent;
  border-radius: 0;
  color: #FFF;
}

.total-benefits > div:first-child > div .spend {
  display: flex;
  gap: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 14px;
  color: #FFF;
  text-align: center;
  font-family: "roboto", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.total-benefits > div:first-child > div #total-annual-benefits {
  font-weight: 600;
  font-size: 32px;
  line-height: normal;
  text-align: right;
  background: transparent;
  border-radius: 0;
  color: #FFF;
}
.total-benefits > div:first-child > div #total-annual-benefits span {
  font-size: 16px;
}

.total-benefits > div:first-child > div .ruppee {
  width: 24px;
  height: 30px;
  top: 32%;
  left: 16px;
}

.total-benefits > div:last-child {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.total-benefits > div:last-child > img {
  max-width: 250px;
  width: 100%;
  width: 248.604px;
  height: 174.88px;
}

.total-benefits > div:last-child > .card-text-wrapper {
  border-radius: 5px;
  border: 1px solid #8B8787;
  padding: 8px 16px;
}
.total-benefits > div:last-child > .card-text-wrapper p {
  color: #FFF;
  font-family: "roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.total-benefits > div:last-child > .card-text-wrapper p span {
  font-weight: 700;
}

.border-value-dynamic {
  font-size: 16px;
  font-weight: 500;
  color: #401C7B;
  background: #fff;
  padding: 10px 30px;
  border-radius: 4px;
  border: 1px solid #5253A1;
}

.cal-2 {
  position: relative;
  margin-top: 80px;
}
@media (min-width: 1780px) {
  .cal-2 {
    margin-top: 108px;
  }
}

.cal-2 > div {
  position: absolute;
  top: 45%;
  left: -86px;
  transform: rotate(-90deg);
}

.cal-2 > div > p {
  line-height: 16px;
  color: #737690;
}

.cal-2 > table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}

.cal-2 > table th {
  flex: 1 1 auto; /* You can adjust this value to make the first column wider */
}

.cal-2 > table th:first-child {
  flex: 2 1 auto; /* You can adjust this value to make the first column wider */
}

.cal-2 > table td {
  flex: 1 1 auto; /* You can adjust this value to make the first column wider */
}

.cal-2 > table td:first-child {
  flex: 2 1 auto; /* You can adjust this value to make the first column wider */
}

.cal-2 > table td:nth-child(2) {
  width: 180px;
}
.cal-2 > table td:nth-child(2).adjustment .wrapper {
  display: flex;
  width: 180px;
}
.cal-2 > table td:nth-child(2).adjustment .wrapper input {
  text-align: left;
  padding-right: 56px;
  background: transparent;
  color: #401C7B;
  font-family: "roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.cal-2 > table td:nth-child(2).mt-24 {
  margin-top: 24px;
}
.cal-2 > table td:nth-child(2).mt-12 {
  margin-top: 12px;
}

.cal-2 > table td:nth-child(3) {
  width: 180px;
}
.cal-2 > table td:nth-child(3) input {
  padding-right: 0 !important;
}

.cal-2 > table td:nth-child(4) {
  width: 180px;
}

.cal-2 > table th.t-head {
  color: #6B52A1;
  text-align: left;
  font-family: "roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}

.cal-2 > table td .white-text {
  color: #FFF;
  text-align: center;
  font-family: "roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  margin-left: 0 !important;
  line-height: 100%; /* 200% */
}

.cal-2 > table td input.feewaiver-input {
  background: transparent;
  width: 42px;
  border: none;
}

.cal-2 > table td .mt-16 {
  margin-top: 16px;
}

.cal-2 > table th:nth-child(2) {
  width: 180px;
}

.cal-2 > table th:nth-child(1) {
  width: 30%;
}

.cal-2 > table th:nth-child(3) {
  width: 180px;
}

.cal-2 > table th:nth-child(4) {
  width: 180px;
}

.cal-2 > table > tbody tr {
  width: 100%;
}

.cal-2 > table > tbody tr.new-grad-border {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.cal-2 > table > tbody td {
  padding-block: 10px;
  padding-inline: 10px;
}

.cal-2 > table > tbody th {
  padding-block: 10px;
  padding-inline: 10px;
}

.no-bottom {
  border-bottom: none !important;
}

.t-headings > th {
  border-bottom: 2px solid #F36B25;
  padding-bottom: 16px;
}

.t-headings > th > p {
  font-weight: 500;
}

.t-headings > th:first-child > p {
  color: #4D516F;
  text-align: left;
}

.t-headings > th:nth-child(5) > p, .t-headings > th:last-child > p {
  color: #FFF;
  text-align: center;
  border-radius: 72px;
  border: 1px solid #FFF;
  width: 189px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rewards > td:first-child > div {
  display: flex;
  flex-direction: row;
}

.rewards > td > div img {
  max-height: 40px;
}

.rewards > td > div img.icon-images {
  max-height: unset !important;
}

.rewards > td .table-input {
  width: 98px !important;
  display: flex;
  border-radius: 4px;
  border: 0.6px solid #401C7B;
  padding-inline: 20px 10px;
}
.rewards > td .table-input input {
  background: transparent;
  text-align: left !important;
  width: 69px;
}

.rewards > td:first-child {
  width: 30%;
}

.rewards > td .spend {
  color: #401C7B;
  text-align: center;
  font-family: "roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.rewards > td > div p.upper {
  font-weight: 500;
  color: #4D516F;
}

.rewards.no-border {
  border-bottom: none !important;
}

.rewards > td > div .links-wrap p {
  color: #4D516F;
  font-family: "roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.rewards > td > div .links-wrap p a {
  font-weight: 700;
  color: #4D516F;
  text-decoration: underline;
}

.rewards > td > div p.lower {
  font-size: 14px;
  line-height: 16px;
  color: #4B5074;
  opacity: 0.8;
}

.rewards > td:nth-child(2), .rewards > td:last-child {
  display: flex;
  flex-direction: row;
}

.rewards > td:nth-child(2) > input {
  text-align: left;
  padding-right: 56px;
  background: transparent;
}

.rewards > td:nth-child(3) > .t-three input {
  text-align: left;
  padding-right: 56px;
  background: transparent;
}

.rewards > td:nth-child(3) > .t-three {
  display: flex;
}

.rewards > td:nth-child(3) > p {
  text-align: center;
  color: #FFF;
}

.rewards > td:last-child {
  justify-content: center;
}
.rewards > td:last-child img {
  height: 13px;
}

.rewards > td:last-child > p {
  color: #FFF;
}

.t-img-1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.b-seperator {
  border-bottom: 2px solid #F36B25 !important;
}
.b-seperator td {
  padding-bottom: 28px !important;
}

.cal-3 {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.cal-3 .link-div {
  margin-top: 24px;
  width: 60%;
}
.cal-3 .link-div span {
  color: #5A5E81;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.cal-3 .link-div a {
  color: #5A5E81;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}

.cal-3 > p {
  font-size: 11px;
  line-height: 15px;
  color: #737690;
  opacity: 0.8;
  width: 59%;
  margin: 16px 0;
}

.cal-3 > a {
  position: absolute;
  top: 95%;
  transform: translateY(-50%);
  right: 150px;
  color: #FFF;
  text-decoration: underline;
  font-size: 14px;
  opacity: 0.9;
}

.first-heading {
  position: relative;
  min-width: 380px;
}

.first-heading > p {
  position: absolute;
  left: 0;
  top: 50%;
  width: max-content;
  transform: translateY(-50%);
}
.first-heading > p .reward-note {
  color: #4B5074;
  font-family: "roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.cal-2 > div {
  position: absolute;
  top: 78%;
  left: 10px;
  transform: rotate(-90deg);
}
@media (min-width: 450px) and (max-width: 1322px) {
  .cal-2 > div {
    display: none;
  }
}

.cal-2 > div > p {
  line-height: 16px;
  color: #F36B25;
}

.complimentary-margin {
  border: none !important;
  margin-left: 15px;
}

#iButtonFunc {
  position: relative;
  margin-left: 5px;
}

#tooltip {
  display: none;
}

.tooltip-info {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#ibutton-universe:hover + #tooltip {
  display: block;
  position: absolute;
  left: -100px;
  top: -40px;
  width: max-content;
  background-color: #333;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  pointer-events: none;
  white-space: normal;
  word-wrap: break-word;
  text-wrap: wrap;
}

#iButtonGroup {
  display: flex;
}

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

#m-rewards {
  margin: auto;
  width: 100%;
  background: #eeefff;
}

.rw-bnr {
  background: url(../../../img/build/new_grad-mb.png) no-repeat;
  margin: auto;
  height: 240px;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rw-bnr-txt {
  margin: auto;
  text-align: center;
  padding: 23px 70px;
  color: #FFF;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
}
.rw-bnr-txt .card-text-wrapper {
  border-radius: 5px;
  border: 1px solid #8B8787;
  padding: 6px 12px;
}
.rw-bnr-txt .card-text-wrapper p {
  color: #FFF;
  font-family: "roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.rw-bnr-txt .card-text-wrapper p span {
  font-weight: 700;
}

.rw-bnr-txt img {
  max-width: 200px;
  width: 100%;
}

.rw-cal {
  padding: 16px;
}

.rw-cal h1 {
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
  color: #4D2988;
  margin: 0px;
  padding: 16px 0px;
  position: relative;
}

.rw-cal h1:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 32px;
  height: 2px;
  background: #F36B25;
}

.rw-cal h5 {
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  color: #67686C;
  margin: 0px;
  padding: 16px 0px 8px 0px;
}

.rw-spnd {
  background: #fff;
  padding: 24px 16px;
}

.rw-month {
  margin: auto;
  width: 100%;
}

.rw-month h1 {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #6B52A1;
  text-align: center;
  margin: 0px;
  padding: 0px 0px 16px 0px;
}

.rw-month a {
  background: #FFFFFF;
  border-radius: 4px;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  color: #2A3277;
  display: block;
  width: 216px;
  line-height: 48px;
  margin: auto;
}

.rw-or {
  text-align: center;
  text-transform: uppercase;
  padding: 32px 0px 24px 0px;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #F36B25;
}

.rw-annual {
  margin: auto;
  width: 100%;
}

.rw-annual h1 {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #6B52A1;
  text-align: center;
  margin: 0px;
  padding: 0px 0px 16px 0px;
}

.rw-annual a {
  background: #FFFFFF;
  border-radius: 4px;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  color: #2A3277;
  display: block;
  width: 216px;
  line-height: 48px;
  margin: auto;
}

.rw-splt {
  padding: 24px 16px 16px 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #4D516F;
  border-bottom: 2px solid #F36B25;
}

.rw-dini {
  padding: 16px;
}

.rw-dini-lft {
  float: left;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #4D516F;
}

.rw-dini-lft span {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #4B5074;
  opacity: 0.8;
  display: block;
  width: 100%;
  padding-top: 5px;
}

.rw-dini-rgt {
  float: right;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  color: #2A3277;
}

.clr {
  clear: both;
}

.rw-rwd {
  background: #F5F5F5;
  padding: 20px 16px;
}
.rw-rwd .w-94 {
  width: 94px;
}

.rw-rwd-lft {
  float: left;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  color: #4D516F;
}
.rw-rwd-lft.link-text a {
  font-weight: 700;
  text-decoration: underline;
}

.rw-rwd-rgt {
  float: right;
  font-weight: bold;
  font-size: 16px;
  line-height: 32px;
  color: #401C7B;
}

.rw-year {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 16px;
}

.rw-year-lft {
  float: left;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  color: #4D516F;
}

.rw-year-rgt {
  float: right;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  color: #2A3277;
}

.rw-fuel {
  padding: 16px;
}

.rw-fuel-lft {
  float: left;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  color: #4D516F;
  width: 100%;
}

.rw-fuel-lft span {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #4B5074;
  opacity: 0.8;
}

.rw-fuel-rgt {
  float: right;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  color: #2A3277;
}

.rw-other {
  padding: 16px;
}

.rw-other-lft {
  float: left;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  color: #4D516F;
  width: 48%;
}

.rw-other-lft span {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #737690;
  opacity: 0.8;
}

.rw-other-rgt {
  float: right;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  color: #2A3277;
}

.rw-movie {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #4D516F;
  padding: 16px;
}

.rw-movie span {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #4B5074;
  opacity: 0.8;
  display: block;
  padding-top: 5px;
}

.rw-airport {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #4D516F;
  padding: 16px;
}

.rw-airport span {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #737690;
  opacity: 0.8;
  display: block;
  padding-top: 5px;
}

.rw-mile {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #4D516F;
  border-bottom: 2px solid #F36B25;
  padding: 16px;
}
.rw-mile.no-border {
  border-bottom: unset !important;
}

.rw-mile span {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #737690;
  opacity: 0.8;
  display: block;
  padding-top: 5px;
}

.rw-mile2 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #4D516F;
  padding: 16px;
}

.rw-mile2 span {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #737690;
  opacity: 0.8;
  display: block;
  padding-top: 5px;
}

.rw-year2 {
  padding: 16px;
}
.rw-year2 .link-div {
  display: flex;
  gap: 12px;
}
.rw-year2 .link-div span {
  color: #5A5E81;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  white-space: nowrap;
}
.rw-year2 .link-div a {
  color: #5A5E81;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}

.rw-year2-lft {
  float: left;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  color: #4D516F;
}

.rw-year2-rgt {
  float: right;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  color: #2A3277;
}

.rw-year2-txt {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: rgba(115, 118, 144, 0.8);
  padding-top: 24px;
}

.rw-year2-txt a {
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  color: #1B3281;
  text-decoration: underline;
  margin: 24px 0px 8px 0px;
  display: block;
}

.rw-ftr {
  background: url(../../../img/build/new_grad-mb.png) no-repeat;
  background-size: cover;
  margin: auto;
  height: 100%;
  position: sticky;
  bottom: 0;
}

.rw-ftr-txt {
  padding: 16px 0 16px 16px;
  width: 55%;
}
.rw-ftr-txt .total-ruppee {
  display: flex;
  align-items: center;
  margin-left: 4px;
  padding: 8px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  width: max-content;
  gap: 4px;
}

.rw-ftr-txt h1 {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #FFF;
  margin: 0px;
  padding: 8px 0px;
}

.rw-ftr-txt p {
  font-weight: 900;
  font-size: 40px;
  line-height: 64px;
  color: #FFF;
}
.rw-ftr-txt p span {
  font-size: 20px;
}

.w-210 {
  width: 210px;
}

.to-left {
  position: relative;
  margin: auto;
  display: flex;
  justify-content: center;
}

.to-left > img {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 42px;
}
.to-left > img.m-ruppee {
  left: 60px;
}

input.spend {
  min-height: 40px;
  max-width: 206px;
  width: 100%;
  border-radius: 4px;
  border: none;
  text-align: left;
  color: #401C7B;
  font-size: 16px;
  line-height: 32px;
  font-weight: 700;
}

.to-left > input {
  padding-left: 42px;
}

.w-210 > input {
  font-size: 18px;
  border-radius: 4px;
  border: 1px solid #5253A1;
  background: #FFF;
  max-width: 147px;
}

.m-footer {
  height: 100%;
  background: #222;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.m-footer .m-footer-sec1 {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #dbdcde;
  font-family: "Roboto", sans-serif;
  text-align: center;
  margin-bottom: 16px;
  padding: 0px 16px 0 16px;
  margin-top: 20px;
}
.m-footer .m-footer-sec1 :first-child {
  font-size: 14px;
}
.m-footer .m-footer-sec1 :last-child {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #dbdcde;
  font-family: "Roboto", sans-serif;
}
.m-footer .m-footer-sec2 {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding-top: 16px;
}
.m-footer .m-footer-sec2 a {
  margin: 0 3px;
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid #606060;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.m-footer .m-footer-sec2 a.fb {
  background: #1877f2;
}
.m-footer .m-footer-sec2 a.a-linkedin {
  background-color: #0762cb;
}
.m-footer .m-footer-sec2 a.a-twitter {
  background: #5da9dd;
}
.m-footer .m-footer-sec2 a.a-insta {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
.m-footer .m-footer-sec2 a.a-yt {
  background: #fe0000;
}
.m-footer .m-footer-sec2 a i {
  text-align: center;
  color: #fff;
  display: block;
}
.m-footer .m-footer-sec2 a svg {
  vertical-align: middle;
}

.benefit-content {
  display: flex;
  font-size: 16px;
  line-height: 32px;
  float: right;
  color: #401C7B;
  font-weight: bold;
  align-items: center;
}
.benefit-content p {
  font-size: 16px;
  line-height: 32px;
}
.mile {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mtotal-logo {
  font-size: 34px !important;
  line-height: 64px !important;
  color: #FFF !important;
}

#m-dining, #m-other, #m-other-item, #m-utility {
  font-weight: bold;
  color: #2A3277;
  border: none;
}

#m-dining::placeholder, #m-other::placeholder, #m-other-item::placeholder, #m-utility::placeholder {
  color: #2A3277;
}

.m-error {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #ED1C24;
}

.new-mile {
  border-bottom: 2px solid rgba(242, 113, 125, 0.5);
}

.m-header {
  height: 85px;
  width: 100%;
}
.m-header img {
  margin-left: 0px;
  max-width: 100px;
  margin-top: 8px;
}

.other-benefits {
  padding: 16px;
  color: #F36B25;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  border-top: 2px solid #F36B25;
}

.mob-spends {
  display: flex;
  justify-content: space-between;
}
.mob-spends .w-94 {
  width: 94px;
}
.mob-spends .price {
  display: flex;
}
.mob-spends .price .t-img-1 {
  width: 16px;
}
.mob-spends .price .t-img-1 img {
  max-height: 16px;
  width: 16px;
}
.mob-spends .price input {
  text-align: left;
  padding-left: 6px;
  background: transparent;
  color: #401C7B;
  font-family: "roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  min-height: 40px;
  max-width: 206px;
  width: 100%;
  border-radius: 4px;
  border: none;
}
.mob-spends .mb-table-input {
  border-radius: 4px;
  border: 0.6px solid #401C7B;
  padding-inline: 10px;
  width: 98px;
}

/*# sourceMappingURL=main.css.map */
