/*! 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.
 */

 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 {
    -webkit-box-sizing: content-box;
    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 */
    -webkit-text-decoration: underline dotted;
    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 {
    -webkit-box-sizing: border-box;
    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"] {
    -webkit-box-sizing: border-box;
    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;
  }

  :root {
    /*
 * Typography
 * ======================================================================== */

    --font-family-base: "Circular", Arial, Helvetica, sans-serif;

    /*
 * Layout
 * ======================================================================== */

    --max-content-width: 1080px;
    --max-container-width: 1274px;

    /*
 * Media queries breakpoints
 * ======================================================================== */

    --screen-xs-min: 480px;
    /* Extra small screen / phone */
    --screen-sm-min: 768px;
    /* Small screen / tablet */
    --screen-md-min: 992px;
    /* Medium screen / desktop */
    --screen-lg-min: 1200px;
    /* Large screen / wide desktop */

    --border-color: #DDDDDD;
    --background-color: #ffffff;
    --btn-color: #282828;
    --btn-primary-bg: #ff5a5f;
    --btn-primary-color: #ffffff;
    --btn-primary-hover-bg: #ff7e82;
    --btn-primaryBorder-bg: #ffffff;
    --btn-primaryBorder-color: #ff7e82;
    --btn-primaryBorder-hover-bg: #ff7e82;
    --btn-secondary-bg: #008489;
    --btn-secondary-color: #ffffff;
    --btn-secondary-hover-bg: #008489;
    --text-color: #A02F18;
    --common-text-color: #282828;
    --common-text-Secondry-color: #696969;
    --background-common-color: #F8F8F8;
    --border-secondary-color: #dadada;
    --background-secondary-color: #F2F8FF;
    --menu-background-color: #f3f3f3;
    --darkmode-primary-color: #323232;
    --darkmode-secondary-color: #3c3c3c;
    --darkmode-text-color: #ffffff;
  }

  /*
* Base styles
* ========================================================================== */

  html {
    color: #222;
    font-weight: 100;
    font-size: 1em;
    /* ~16px; */
    font-family: "Circular", Arial, Helvetica, sans-serif;
    font-family: var(--font-family-base);
    line-height: 1.375;
    /* ~22px */
  }

  a {
    color: #0074c2;
  }

  /*
* Remove text-shadow in selection highlight:
* https://twitter.com/miketaylr/status/12228805301
*
* These selection rule sets have to be separate.
* Customize the background color to match your design.
*/

  ::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
  }

  ::selection {
    background: #b3d4fc;
    text-shadow: none;
  }

  /*
* A better looking default horizontal rule
*/

  hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
  }

  /*
* Remove the gap between audio, canvas, iframes,
* images, videos and the bottom of their containers:
* https://github.com/h5bp/html5-boilerplate/issues/440
*/

  audio,
  canvas,
  iframe,
  img,
  svg,
  video {
    vertical-align: middle;
  }

  /*
* Remove default fieldset styles.
*/

  fieldset {
    border: 0;
    margin: 0;
    padding: 0;
  }

  /*
* Allow only vertical resizing of textareas.
*/

  textarea {
    resize: vertical;
  }

  /*
* Browser upgrade prompt
* ========================================================================== */

  .browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
  }

  /*
* Print styles
* Inlined to avoid the additional HTTP request:
* http://www.phpied.com/delay-loading-your-print-css/
* ========================================================================== */

  @media print {

    *,
    *::before,
    *::after {
      background: transparent !important;
      color: #000 !important;
      /* Black prints faster: http://www.sanbeiji.com/archives/953 */
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      text-shadow: none !important;
    }

    a,
    a:visited {
      text-decoration: underline;
    }

    a[href]::after {
      content: ' (' attr(href) ')';
    }

    abbr[title]::after {
      content: ' (' attr(title) ')';
    }

    /*
 * Don't show links that are fragment identifiers,
 * or use the `javascript:` pseudo protocol
 */

    a[href^='#']::after,
    a[href^='javascript:']::after {
      content: '';
    }

    pre,
    blockquote {
      border: 1px solid #999;
      page-break-inside: avoid;
    }

    /*
 * Printing Tables:
 * http://css-discuss.incutio.com/wiki/Printing_Tables
 */

    thead {
      display: table-header-group;
    }

    tr,
    img {
      page-break-inside: avoid;
    }

    img {
      max-width: 100% !important;
    }

    p,
    h2,
    h3 {
      orphans: 3;
      widows: 3;
    }

    h2,
    h3 {
      page-break-after: avoid;
    }
  }

  @media screen and (max-width: 1200px) {
    ._3Oaje {
      padding-top: 82px;
    }
  }

  /* @media (max-width:1199px) and (min-width:320px) {
.overFlowHidden {
  overflow-x: hidden;
  height: 100vh;
  position: relative;
}
}  */

  @media screen and (max-width: 768px) {
    ._1F3fA {
      display: block !important;
    }
  }

  :root {
    /*
 * Typography
 * ======================================================================== */

    --font-family-base: "Circular", Arial, Helvetica, sans-serif;

    /*
 * Layout
 * ======================================================================== */

    --max-content-width: 1080px;
    --max-container-width: 1274px;

    /*
 * Media queries breakpoints
 * ======================================================================== */

    --screen-xs-min: 480px;
    /* Extra small screen / phone */
    --screen-sm-min: 768px;
    /* Small screen / tablet */
    --screen-md-min: 992px;
    /* Medium screen / desktop */
    --screen-lg-min: 1200px;
    /* Large screen / wide desktop */

    --border-color: #DDDDDD;
    --background-color: #ffffff;
    --btn-color: #282828;
    --btn-primary-bg: #ff5a5f;
    --btn-primary-color: #ffffff;
    --btn-primary-hover-bg: #ff7e82;
    --btn-primaryBorder-bg: #ffffff;
    --btn-primaryBorder-color: #ff7e82;
    --btn-primaryBorder-hover-bg: #ff7e82;
    --btn-secondary-bg: #008489;
    --btn-secondary-color: #ffffff;
    --btn-secondary-hover-bg: #008489;
    --text-color: #A02F18;
    --common-text-color: #282828;
    --common-text-Secondry-color: #696969;
    --background-common-color: #F8F8F8;
    --border-secondary-color: #dadada;
    --background-secondary-color: #F2F8FF;
    --menu-background-color: #f3f3f3;
    --darkmode-primary-color: #323232;
    --darkmode-secondary-color: #3c3c3c;
    --darkmode-text-color: #ffffff;
  }

  ._1LZ4X {
    position: fixed !important;
  }

  ._2Rfns {
    padding-top: 64px !important;
  }

  ._35EOX h2 {
    font-size: 21px;
    font-weight: 600;
  }

  ._30Ky1 {
    margin-bottom: -29px;
  }

  .gchVK {
    float: none !important;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
  }

  ._2rXAy {
    padding-bottom: 18px !important;
    padding: 24px 15px;
    border-radius: 6px !important;
    border: 1px solid #dadada;
    border: 1px solid var(--border-secondary-color)
  }

  ._2NC-B {
    width: 100%;
    margin-right: 0px;
  }

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

  .rcVhK {
    margin-left: 0;
    margin-right: 0;
  }

  @media screen and (max-width: 767px) {
    .gchVK {
      padding: 0px;
    }

    ._2rXAy {
      padding: 24px 5px;
    }
  }

  .O9oW9 {
    background: #fff;
  }

  .qQ2mF {
    margin: 0 auto;
    padding: 0px;
    max-width: 100%;
    border-bottom: 1px solid #DDDDDD;
    border-bottom: 1px solid var(--border-color);
    position: relative;
    background: #fff;
    z-index: 8;
  }

  ._2voed {
    background: #fff;
    border-width: 0px 0px 1px 0px;
    border-color: transparent;
    border-radius: 0px;
    min-height: 83px;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0px;
    z-index: 7;
    max-width: 1274px;
    margin: 0 auto;
    left: 0;
    right: 0;
  }

  ._1rsVw {
    position: fixed;
    width: 100%;
    left: 0px;
    right: 0px;
    height: auto;
    max-height: 100vh;
  }

  .eVXxo {
    border: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  ._2oS_y {
    line-height: inherit;
    vertical-align: middle;
    text-decoration: none;
    height: auto;
    float: left;
    padding: 0px 19px;
    color: #484848;
    font-size: 24px;
    font-weight: normal;
  }

  ._2oS_y:hover,
  ._2oS_y:focus {
    text-decoration: none;
    -webkit-backface-visibility: hidden !important;
    backface-visibility: hidden !important;
  }

  ._1BgQy {
    display: table-cell;
    padding-left: 12px;
    padding-right: 12px;
    max-width: 180px;
    -webkit-backface-visibility: hidden !important;
    backface-visibility: hidden !important;
  }

  ._1BgQy img {
    max-width: 180px;
    -webkit-backface-visibility: hidden !important;
    backface-visibility: hidden !important;
  }

  ._106vW {
    padding-left: 12px;
    padding-right: 12px;
    -webkit-backface-visibility: hidden !important;
    backface-visibility: hidden !important;
  }

  .n6VV0 {
    color: #484848;
    float: right;
    font-size: inherit;
    line-height: inherit;
    vertical-align: middle;
    border: 0px;
    border-radius: 0px;
    margin: 0px;
    padding: 0px 19px 0px 0px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 81px;
    margin-right: 10px;
  }

  ._1LZ4X {
    background: #fff;
    border-width: 0px 0px 1px 0px;
    border-color: #dadada;
    border-color: var(--border-secondary-color);
    border-radius: 0px;
    min-height: 63px;
    line-height: 63px;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0px;
    z-index: 1001;
  }

  .n6VV0:hover,
  .n6VV0:focus,
  .n6VV0:hover:focus {
    background: none !important;
  }

  .NGQYo {
    line-height: inherit;
    vertical-align: middle;
    text-decoration: none;
    height: 63px;
    float: none;
    padding: 0px 19px;
    color: #484848;
    font-size: 24px;
    font-weight: normal;
  }

  ._2iVQh {
    position: fixed;
    width: 100%;
    height: 100vh;
  }

  ._3GX5X {
    font-size: 20px;
    margin-top: 20px;
    float: right;
  }

  @media screen and (max-width: 1199px) {
    ._2Vir5 {
      position: absolute;
      width: 100%;
      background: #fff;
      top: 0px;
      height: auto;
      z-index: 5;
      right: -100%;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      height: 100vh;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;

    }

    ._2HKv9 {
      right: 0;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
    }

    ._3C-eS {
      right: -100%;
    }

    .Y2tfS {
      color: #0009;
      font-size: 36px;
      position: absolute;
      display: block;
      top: 15px;
      padding: 0;
      right: 22px;
      z-index: 8;
    }

    ._20w3M img {
      width: 15px;
      height: 15px;
    }

    ._20w3M {
      position: fixed;
      top: 0px;
      width: 100%;
      background: #fff;
      height: 50px;
      z-index: 6;
      overflow: hidden;
    }

    ._2reNb {
      position: relative;
    }

    .qQ2mF {
      z-index: 10;
    }
  }

  @media screen and (max-width: 991px) {
    ._2PLfF {
      display: block;
    }
  }

  @media screen and (max-width: 767px) {
    ._2voed {
      height: auto;
      line-height: 44px;
      min-height: 65px;
      max-width: 100% !important;
    }

    .Y2tfS {
      top: 15px;
    }
  }

  @media (max-width: 480px) and (min-width: 320px) {
    ._2Vir5 {
      padding-bottom: 80px;
    }
  }

  .animated {
    animation-duration: 1s;
    animation-fill-mode: forwards
  }

  .animated.bounceIn {
    animation-duration: .7s
  }

  .animated.bounceOut {
    animation-duration: .5s
  }

  .animated.bounceIn {
    animation-name: bounceIn
  }

  .animated.bounceOut {
    animation-name: bounceOut
  }

  .animated.fadeIn {
    animation-name: fadeIn;
    animation-duration: .7s
  }

  .animated.fadeOut {
    animation-name: fadeOut;
    animation-duration: .3s
  }

  .animated.bounceInDown {
    animation-name: bounceInDown
  }

  .animated.bounceOutUp {
    animation-name: bounceOutUp
  }

  @keyframes bounceIn {

    from,
    20%,
    40%,
    60%,
    80%,
    to {
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
      opacity: 0;
      transform: perspective(1px) scale3d(0.3, 0.3, 0.3)
    }

    20% {
      transform: perspective(1px) scale3d(1.1, 1.1, 1.1)
    }

    40% {
      transform: perspective(1px) scale3d(0.9, 0.9, 0.9)
    }

    60% {
      opacity: 1;
      transform: perspective(1px) scale3d(1.03, 1.03, 1.03)
    }

    80% {
      transform: perspective(1px) scale3d(0.97, 0.97, 0.97)
    }

    to {
      opacity: 1;
      transform: perspective(1px) scale3d(1, 1, 1)
    }
  }

  @keyframes bounceOut {
    20% {
      transform: scale3d(0.9, 0.9, 0.9)
    }

    50%,
    55% {
      opacity: 1;
      transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
      opacity: 0;
      transform: scale3d(0.3, 0.3, 0.3)
    }
  }

  @keyframes fadeIn {
    from {
      opacity: 0
    }

    to {
      opacity: 1
    }
  }

  @keyframes fadeOut {
    from {
      opacity: 1
    }

    to {
      opacity: 0
    }
  }

  @keyframes bounceInDown {

    from,
    60%,
    75%,
    90%,
    to {
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
      opacity: 0;
      transform: translate3d(0, -3000px, 0)
    }

    60% {
      opacity: 1;
      transform: translate3d(0, 25px, 0)
    }

    75% {
      transform: translate3d(0, -10px, 0)
    }

    90% {
      transform: translate3d(0, 5px, 0)
    }

    to {
      transform: none
    }
  }

  @keyframes bounceOutUp {
    20% {
      transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
      opacity: 1;
      transform: translate3d(0, 20px, 0)
    }

    to {
      opacity: 0;
      transform: translate3d(0, -2000px, 0)
    }
  }

  .rrt-confirm-holder {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999
  }

  .rrt-confirm-holder .shadow {
    width: 100%;
    height: 100%;
    background-color: rgba(50, 58, 68, .8)
  }

  .rrt-confirm-holder .rrt-confirm {
    width: 320px;
    background-color: #fff;
    position: absolute;
    z-index: 9;
    top: 20%;
    left: 50%;
    margin-left: -160px;
    box-shadow: 3px 3px 20px #333;
    border-radius: 4px;
    overflow: hidden
  }

  .rrt-confirm-holder .rrt-confirm .rrt-message {
    width: 100%;
    padding: 5%;
    min-height: 50px;
    font-size: 1em;
    background-color: #fff;
    text-align: center;
    font-family: "open-sanscondensed-light", sans-serif;
    clear: both
  }

  .rrt-confirm-holder .rrt-confirm .rrt-buttons-holder {
    display: flex
  }

  .rrt-confirm-holder .rrt-confirm .rrt-buttons-holder .rrt-button {
    flex-grow: 1;
    height: 50px;
    text-transform: capitalize;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    margin: 0;
    float: left;
    border-top: 1px solid #f0f0f0;
    font-size: 14px;
    overflow: hidden;
    cursor: pointer
  }

  .rrt-confirm-holder .rrt-confirm .rrt-buttons-holder .rrt-button:hover {
    background-color: #f5f5f5
  }

  .rrt-confirm-holder .rrt-confirm .rrt-buttons-holder .rrt-button.rrt-ok-btn:active {
    background-color: #60bb71;
    color: #fff
  }

  .rrt-confirm-holder .rrt-confirm .rrt-buttons-holder .rrt-button.rrt-cancel-btn:active {
    background-color: #db6a64;
    color: #fff
  }

  .rrt-confirm-holder .rrt-confirm .rrt-buttons-holder .rrt-button:focus {
    outline: none
  }

  body.toastr-confirm-active {
    overflow: hidden
  }

  .redux-toastr *,
  .redux-toastr *:before,
  .redux-toastr *:after {
    box-sizing: border-box
  }

  .redux-toastr .top-left,
  .redux-toastr .top-right,
  .redux-toastr .top-center,
  .redux-toastr .bottom-left,
  .redux-toastr .bottom-right,
  .redux-toastr .bottom-center {
    width: 350px;
    position: fixed;
    z-index: 99999999;
    padding: 0 10px
  }

  .redux-toastr .top-left,
  .redux-toastr .top-right,
  .redux-toastr .top-center {
    top: 0
  }

  .redux-toastr .top-right,
  .redux-toastr .bottom-right {
    right: 0
  }

  .redux-toastr .bottom-left,
  .redux-toastr .bottom-right,
  .redux-toastr .bottom-center {
    bottom: 0
  }

  .redux-toastr .top-left,
  .redux-toastr .bottom-left {
    left: 0
  }

  .redux-toastr .top-center,
  .redux-toastr .bottom-center {
    left: 50%;
    margin-left: -175px
  }

  @media(max-width: 320px) {

    .redux-toastr .top-left,
    .redux-toastr .top-right,
    .redux-toastr .top-center,
    .redux-toastr .bottom-left,
    .redux-toastr .bottom-right,
    .redux-toastr .bottom-center {
      width: 320px
    }

    .redux-toastr .top-center,
    .redux-toastr .bottom-center {
      margin-left: -160px
    }
  }

  .redux-toastr .toastr {
    background-color: #fcfcfc;
    width: 100%;
    min-height: 70px;
    overflow: hidden;
    margin: 10px 0;
    border-radius: 4px;
    position: relative;
    z-index: 2;
    color: #333;
    opacity: .94;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .4)
  }

  .redux-toastr .toastr:hover:not(.rrt-message) {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .6);
    opacity: 1
  }

  .redux-toastr .toastr .toastr-status {
    width: 100%;
    height: 5px
  }

  .redux-toastr .toastr .toastr-status.success {
    background-color: #60bb71
  }

  .redux-toastr .toastr .toastr-status.warning {
    background-color: #f7a336
  }

  .redux-toastr .toastr .toastr-status.info {
    background-color: #58abc3
  }

  .redux-toastr .toastr .toastr-status.error {
    background-color: #db6a64
  }

  .redux-toastr .toastr .rrt-left-container,
  .redux-toastr .toastr .rrt-right-container {
    float: left;
    text-align: center;
    overflow: hidden
  }

  .redux-toastr .toastr .rrt-left-container {
    width: 80px;
    top: 0;
    left: 0;
    position: absolute;
    bottom: 0
  }

  .redux-toastr .toastr .rrt-left-container .rrt-holder {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    left: 5px;
    line-height: 60px
  }

  .redux-toastr .toastr .rrt-left-container .toastr-icon {
    fill: #fff;
    vertical-align: middle;
    margin-top: 5px
  }

  .redux-toastr .toastr .rrt-middle-container {
    width: 65%;
    margin-left: 80px;
    position: relative;
    float: left;
    font-family: Arial, Helvetica, sans-serif, sans-serif;
    font-size: 1em;
    text-align: left;
    padding: 10px 5px
  }

  .redux-toastr .toastr .rrt-middle-container .rrt-title {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 5px
  }

  .redux-toastr .toastr .rrt-right-container {
    width: 10%
  }

  .redux-toastr .toastr .close-toastr {
    width: 10%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0);
    font-size: 22px;
    border: none;
    outline: none;
    opacity: .5;
    cursor: pointer;
    font-family: "Helvetica Neue", Helvetica, Arial sans-serif;
    color: #000
  }

  .redux-toastr .toastr .close-toastr:hover {
    opacity: 1
  }

  .redux-toastr .toastr .close-toastr:focus {
    outline: none
  }

  .redux-toastr .toastr .close-toastr span {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
  }

  .redux-toastr .toastr.rrt-info,
  .redux-toastr .toastr.rrt-success,
  .redux-toastr .toastr.rrt-warning,
  .redux-toastr .toastr.rrt-error {
    color: #fff
  }

  .redux-toastr .toastr.rrt-info {
    background-color: #58abc3
  }

  .redux-toastr .toastr.rrt-info .rrt-progressbar {
    background-color: #378298
  }

  .redux-toastr .toastr.rrt-success {
    background-color: #60bb71
  }

  .redux-toastr .toastr.rrt-success .rrt-progressbar {
    background-color: #3e914d
  }

  .redux-toastr .toastr.rrt-warning {
    background-color: #f7a336
  }

  .redux-toastr .toastr.rrt-warning .rrt-progressbar {
    background-color: #d87e09
  }

  .redux-toastr .toastr.rrt-error {
    background-color: #db6a64
  }

  .redux-toastr .toastr.rrt-error .rrt-progressbar {
    background-color: #c5352e
  }

  .redux-toastr .toastr.rrt-light .rrt-progressbar {
    background-color: #ccc
  }

  .redux-toastr .toastr.rrt-light .toastr-icon {
    fill: #333 !important
  }

  .redux-toastr .toastr.rrt-message {
    opacity: 1;
    border: 1px solid #dbdbdb
  }

  .redux-toastr .toastr.rrt-message .rrt-title {
    width: 90%;
    height: 50px;
    text-align: center;
    overflow: hidden;
    font-size: 1.2em;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 50px;
    padding: 0 20px
  }

  .redux-toastr .toastr.rrt-message .rrt-text {
    width: 100%;
    max-height: 400px;
    overflow: hidden;
    overflow-y: auto;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    background-color: #fff;
    padding: 15px;
    font-size: 1.1em;
    margin-bottom: 20px
  }

  .redux-toastr .toastr.rrt-message .rrt-text img {
    display: block;
    margin: 10px auto;
    max-width: 100%
  }

  .redux-toastr .toastr.rrt-message .close-toastr {
    height: 50px
  }

  .redux-toastr .toastr .rrt-progress-container {
    height: 5px;
    margin: 0 -20px -20px -60px;
    position: absolute;
    bottom: 20px;
    width: 100%
  }

  .redux-toastr .toastr .rrt-progress-container .rrt-progressbar {
    border-radius: 0 0 0 4px;
    height: 100%
  }

  .redux-toastr .toastr-attention {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .4);
    z-index: 1
  }

  :root {
    /*
 * Typography
 * ======================================================================== */

    --font-family-base: "Circular", Arial, Helvetica, sans-serif;

    /*
 * Layout
 * ======================================================================== */

    --max-content-width: 1080px;
    --max-container-width: 1274px;

    /*
 * Media queries breakpoints
 * ======================================================================== */

    --screen-xs-min: 480px;
    /* Extra small screen / phone */
    --screen-sm-min: 768px;
    /* Small screen / tablet */
    --screen-md-min: 992px;
    /* Medium screen / desktop */
    --screen-lg-min: 1200px;
    /* Large screen / wide desktop */

    --border-color: #DDDDDD;
    --background-color: #ffffff;
    --btn-color: #282828;
    --btn-primary-bg: #ff5a5f;
    --btn-primary-color: #ffffff;
    --btn-primary-hover-bg: #ff7e82;
    --btn-primaryBorder-bg: #ffffff;
    --btn-primaryBorder-color: #ff7e82;
    --btn-primaryBorder-hover-bg: #ff7e82;
    --btn-secondary-bg: #008489;
    --btn-secondary-color: #ffffff;
    --btn-secondary-hover-bg: #008489;
    --text-color: #A02F18;
    --common-text-color: #282828;
    --common-text-Secondry-color: #696969;
    --background-common-color: #F8F8F8;
    --border-secondary-color: #dadada;
    --background-secondary-color: #F2F8FF;
    --menu-background-color: #f3f3f3;
    --darkmode-primary-color: #323232;
    --darkmode-secondary-color: #3c3c3c;
    --darkmode-text-color: #ffffff;
  }

  ._1n1kN {
    color: #ff5a5f;
    color: var(--btn-primary-bg);
  }

  ._2YsHA {
    color: #fff;
  }

  :root {
    /*
 * Typography
 * ======================================================================== */

    --font-family-base: "Circular", Arial, Helvetica, sans-serif;

    /*
 * Layout
 * ======================================================================== */

    --max-content-width: 1080px;
    --max-container-width: 1274px;

    /*
 * Media queries breakpoints
 * ======================================================================== */

    --screen-xs-min: 480px;
    /* Extra small screen / phone */
    --screen-sm-min: 768px;
    /* Small screen / tablet */
    --screen-md-min: 992px;
    /* Medium screen / desktop */
    --screen-lg-min: 1200px;
    /* Large screen / wide desktop */

    --border-color: #DDDDDD;
    --background-color: #ffffff;
    --btn-color: #282828;
    --btn-primary-bg: #ff5a5f;
    --btn-primary-color: #ffffff;
    --btn-primary-hover-bg: #ff7e82;
    --btn-primaryBorder-bg: #ffffff;
    --btn-primaryBorder-color: #ff7e82;
    --btn-primaryBorder-hover-bg: #ff7e82;
    --btn-secondary-bg: #008489;
    --btn-secondary-color: #ffffff;
    --btn-secondary-hover-bg: #008489;
    --text-color: #A02F18;
    --common-text-color: #282828;
    --common-text-Secondry-color: #696969;
    --background-common-color: #F8F8F8;
    --border-secondary-color: #dadada;
    --background-secondary-color: #F2F8FF;
    --menu-background-color: #f3f3f3;
    --darkmode-primary-color: #323232;
    --darkmode-secondary-color: #3c3c3c;
    --darkmode-text-color: #ffffff;
  }

  ._2Wfid {
    width: 78px;
    height: 44px;
    background: #f3f3f3;
    background: var(--menu-background-color);
    border-radius: 22px;
    display: grid;
    grid-template-columns: 50% 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 10px 0 12px;
  }

  ._25BRV {
    height: 50px
  }

  ._3V6pZ {
    border-radius: 50%;
  }

  .ATATL {
    fill: #ff5a5f;
    fill: var(--btn-primary-bg);
    height: 10px;
    width: 10px;
    position: absolute;
    top: 1px;
    right: 10px;
  }

  @media screen and (max-width: 767px) {
    .ATATL {
      top: -3px;
    }
  }

  ._3Fu2o {
    background-color: #bbb;
  }

  :root {
    /*
 * Typography
 * ======================================================================== */

    --font-family-base: "Circular", Arial, Helvetica, sans-serif;

    /*
 * Layout
 * ======================================================================== */

    --max-content-width: 1080px;
    --max-container-width: 1274px;

    /*
 * Media queries breakpoints
 * ======================================================================== */

    --screen-xs-min: 480px;
    /* Extra small screen / phone */
    --screen-sm-min: 768px;
    /* Small screen / tablet */
    --screen-md-min: 992px;
    /* Medium screen / desktop */
    --screen-lg-min: 1200px;
    /* Large screen / wide desktop */

    --border-color: #DDDDDD;
    --background-color: #ffffff;
    --btn-color: #282828;
    --btn-primary-bg: #ff5a5f;
    --btn-primary-color: #ffffff;
    --btn-primary-hover-bg: #ff7e82;
    --btn-primaryBorder-bg: #ffffff;
    --btn-primaryBorder-color: #ff7e82;
    --btn-primaryBorder-hover-bg: #ff7e82;
    --btn-secondary-bg: #008489;
    --btn-secondary-color: #ffffff;
    --btn-secondary-hover-bg: #008489;
    --text-color: #A02F18;
    --common-text-color: #282828;
    --common-text-Secondry-color: #696969;
    --background-common-color: #F8F8F8;
    --border-secondary-color: #dadada;
    --background-secondary-color: #F2F8FF;
    --menu-background-color: #f3f3f3;
    --darkmode-primary-color: #323232;
    --darkmode-secondary-color: #3c3c3c;
    --darkmode-text-color: #ffffff;
  }

  ._1yi5o {
    margin: 0;
  }

  ._8xceC {
    display: inline-block;
    padding: 3px 8px;
    text-decoration: none;
    font-size: 1.125em;
  }

  ._8xceC,
  ._8xceC:active,
  ._8xceC:visited {
    color: rgba(255, 255, 255, 0.6);
  }

  ._8xceC:hover {
    color: rgba(255, 255, 255, 1);
  }

  ._2pIVj {
    margin-right: 8px;
    margin-left: 8px;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.15);
    color: #fff;
  }

  ._2pIVj:hover {
    background: rgba(0, 0, 0, 0.3);
  }

  ._28pL5 {
    color: rgba(255, 255, 255, 0.3);
  }

  ._1HYpU {
    display: inline-block;
    font-size: 18px;
    color: #f3f3f3;
    color: var(--menu-background-color);
    margin-right: 50px;
    font-weight: 600;
  }

  ._1HYpU a,
  ._1HYpU a:hover,
  ._1HYpU a:focus {
    color: #f3f3f3;
    color: var(--menu-background-color);
    text-decoration: none;
  }

  ._2ngn5 {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 17px;
  }

  ._2S6IA {
    position: relative;
  }

  ._2S6IA::after {
    content: '';
    width: 6px;
    height: 6px;
    background: #f3f3f3;
    background: var(--menu-background-color);
    border-radius: 50%;
    position: absolute;
    top: 48%;
    right: -26px;
  }

  ._2S6IA::before {
    content: '';
    width: 57px;
    height: 1.5px;
    background: #f3f3f3;
    background: var(--menu-background-color);
    position: absolute;
    bottom: -3px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }

  .Y2MpG {
    padding-top: 32px;
  }

  .CIWTT a {
    color: #333333 !important;
    font-size: 16px;
    text-decoration: none !important;
  }

  ._BK2H {
    float: left;
  }

  ._2bwuW {
    display: inline-block;
  }

  .CIWTT {
    width: 120px;
  }

  ._1TSX5 {
    margin-right: 8px;
  }

  ._2h888 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
  }

  ._2CZ9B {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .BK8Bp {
    color: #008489;
    color: var(--btn-secondary-bg);
  }

  ._3YWdh {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }

  @media screen and (min-width: 768px) {
    .zOgke {
      padding-right: 10px !important;
    }
  }

  @media screen and (max-width:1199px) {
    ._3rqfc {
      height: 100vh;
      background: #fff !important;
    }

    .VJCP2 {
      margin-top: 20px;
      border-top: 1px solid #dadada;
      border-top: 1px solid var(--border-secondary-color);
    }

    .VJCP2 {
      margin-top: 60px;
    }

    ._35QvY a {
      padding-top: 13px !important;
    }
  }

  @media screen and (max-width: 1199px) {
    ._3bm0_ {
      display: none !important;
    }
  }

  @media screen and (max-width:1199px) and (min-width:768px) {
    ._3rqfc {
      left: 0;
    }

    .VJCP2 {
      margin-top: 60px;
    }

    ._35QvY a {
      padding-top: 8px !important;
    }
  }

  @media screen and (max-width:767px) {
    .VJCP2 {
      margin-top: 40px;
    }

    ._35QvY a {
      padding-top: 8px !important;
    }

  }

  :root {
    /*
 * Typography
 * ======================================================================== */

    --font-family-base: "Circular", Arial, Helvetica, sans-serif;

    /*
 * Layout
 * ======================================================================== */

    --max-content-width: 1080px;
    --max-container-width: 1274px;

    /*
 * Media queries breakpoints
 * ======================================================================== */

    --screen-xs-min: 480px;
    /* Extra small screen / phone */
    --screen-sm-min: 768px;
    /* Small screen / tablet */
    --screen-md-min: 992px;
    /* Medium screen / desktop */
    --screen-lg-min: 1200px;
    /* Large screen / wide desktop */

    --border-color: #DDDDDD;
    --background-color: #ffffff;
    --btn-color: #282828;
    --btn-primary-bg: #ff5a5f;
    --btn-primary-color: #ffffff;
    --btn-primary-hover-bg: #ff7e82;
    --btn-primaryBorder-bg: #ffffff;
    --btn-primaryBorder-color: #ff7e82;
    --btn-primaryBorder-hover-bg: #ff7e82;
    --btn-secondary-bg: #008489;
    --btn-secondary-color: #ffffff;
    --btn-secondary-hover-bg: #008489;
    --text-color: #A02F18;
    --common-text-color: #282828;
    --common-text-Secondry-color: #696969;
    --background-common-color: #F8F8F8;
    --border-secondary-color: #dadada;
    --background-secondary-color: #F2F8FF;
    --menu-background-color: #f3f3f3;
    --darkmode-primary-color: #323232;
    --darkmode-secondary-color: #3c3c3c;
    --darkmode-text-color: #ffffff;
  }

  ._2fzcd {
    padding: 32px;
  }

  .UqmeK,
  .UqmeK:hover,
  .UqmeK:focus,
  .UqmeK:active {
    color: #008489;
    color: var(--btn-secondary-bg);
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
  }

  ._1bFRI {
    position: absolute;
    top: 15px;
    right: 10px;
  }

  ._26oVG {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 6px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 24px;
  }

  ._5nHc7 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    text-align: center;
    position: relative;
    margin: 0px 0px 24px;
  }

  ._2OZK8 {
    position: relative;
    display: inline-block;
  }

  ._2OZK8::before {
    content: '';
    position: absolute;
    top: 9px;
    left: -30px;
    width: 26px;
    height: 1px;
    background-color: #282828;
    background-color: var(--common-text-color);
  }

  ._2OZK8::after {
    content: '';
    position: absolute;
    top: 9px;
    right: -30px;
    width: 26px;
    height: 1px;
    background-color: #282828;
    background-color: var(--common-text-color);
  }

  :root {
    /*
 * Typography
 * ======================================================================== */

    --font-family-base: "Circular", Arial, Helvetica, sans-serif;

    /*
 * Layout
 * ======================================================================== */

    --max-content-width: 1080px;
    --max-container-width: 1274px;

    /*
 * Media queries breakpoints
 * ======================================================================== */

    --screen-xs-min: 480px;
    /* Extra small screen / phone */
    --screen-sm-min: 768px;
    /* Small screen / tablet */
    --screen-md-min: 992px;
    /* Medium screen / desktop */
    --screen-lg-min: 1200px;
    /* Large screen / wide desktop */

    --border-color: #DDDDDD;
    --background-color: #ffffff;
    --btn-color: #282828;
    --btn-primary-bg: #ff5a5f;
    --btn-primary-color: #ffffff;
    --btn-primary-hover-bg: #ff7e82;
    --btn-primaryBorder-bg: #ffffff;
    --btn-primaryBorder-color: #ff7e82;
    --btn-primaryBorder-hover-bg: #ff7e82;
    --btn-secondary-bg: #008489;
    --btn-secondary-color: #ffffff;
    --btn-secondary-hover-bg: #008489;
    --text-color: #A02F18;
    --common-text-color: #282828;
    --common-text-Secondry-color: #696969;
    --background-common-color: #F8F8F8;
    --border-secondary-color: #dadada;
    --background-secondary-color: #F2F8FF;
    --menu-background-color: #f3f3f3;
    --darkmode-primary-color: #323232;
    --darkmode-secondary-color: #3c3c3c;
    --darkmode-text-color: #ffffff;
  }

  ._1M7N6 {
    border-color: #ff5a5f !important;
    border-color: var(--btn-primary-bg) !important;
    background-color: #ff5a5f !important;
    background-color: var(--btn-primary-bg) !important;
    color: #ffffff !important;
    color: var(--btn-primary-color) !important;
    padding: 7px 21px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 4px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
    cursor: pointer;
  }

  ._1M7N6:hover,
  ._1M7N6:focus,
  ._1M7N6:active,
  ._1M7N6:active:hover,
  ._1M7N6:active:focus {
    border-color: #ff7e82 !important;
    border-color: var(--btn-primary-hover-bg) !important;
    background-color: #ff7e82 !important;
    background-color: var(--btn-primary-hover-bg) !important;
    color: #ffffff;
    color: var(--btn-primary-color);
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  .NSBa1 {
    border-color: #ff7e82;
    border-color: var(--btn-primaryBorder-color);
    color: #ff5a5f !important;
    color: var(--btn-primary-bg) !important;
    background-color: #ffffff;
    background-color: var(--btn-primaryBorder-bg);
    padding: 7px 21px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 4px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
    border: 1px solid !important;
    cursor: pointer;
  }

  .NSBa1:hover,
  .NSBa1:focus,
  .NSBa1:active,
  .NSBa1:active:hover,
  .NSBa1:active:focus {
    border-color: #ff7e82;
    border-color: var(--btn-primaryBorder-color);
    color: #ff5a5f;
    color: var(--btn-primary-bg);
    background-color: #ffffff;
    background-color: var(--btn-primaryBorder-bg);
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  ._1pXM9 {
    border: 1px solid #008489 !important;
    border: 1px solid var(--btn-secondary-bg) !important;
    background-color: #fff !important;
    color: #008489 !important;
    color: var(--btn-secondary-bg) !important;
    padding: 7px 21px;
    font-weight: 500;
    font-size: 16px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  ._1pXM9:hover,
  ._1pXM9:focus,
  ._1pXM9:active,
  ._1pXM9:active:hover,
  ._1pXM9:active:focus {
    border-color: #008489 !important;
    border-color: var(--btn-secondary-bg) !important;
    background-color: #008489 !important;
    background-color: var(--btn-secondary-bg) !important;
    color: #fff !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  .BhAEi {
    border: 1px solid #008489 !important;
    border: 1px solid var(--btn-secondary-bg) !important;
    background-color: #008489 !important;
    background-color: var(--btn-secondary-bg) !important;
    color: #fff !important;
    padding: 7px 21px;
    font-weight: 500;
    font-size: 16px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  ._2xund {
    border: 1px solid #ff7e82 !important;
    border: 1px solid var(--btn-primaryBorder-color) !important;
  }

  ._2YzQX:active:focus {
    background: #fff !important;
    color: #ff7e82 !important;
    color: var(--btn-primaryBorder-color) !important;
  }

  ._3xLOS {
    padding: 9px 21px !important;
  }

  ._2kyyy {
    padding: 5px 0px;
  }

  ._3Ifza {
    padding: 13px 21px !important;
  }

  ._2xinl {
    width: 100%;
  }

  ._1kuXk {
    text-decoration: none !important;
  }

  ._1QnAw {
    text-align: right;
  }

  ._3Iglv {
    text-align: center;
  }

  ._3WnJz {
    padding: 10px 15px 10px 15px;
    height: 58px;
    border-radius: 4px;
    font-size: 16px;
    border: 1px solid #DDDDDD !important;
    border: 1px solid var(--border-color) !important;
    background-color: #fff;
    line-height: 24px;
    color: #282828;
    color: var(--common-text-color);
    font-weight: normal;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  ._3ILHL {
    padding: 10px 35px 10px 15px;
    height: 58px;
    border-radius: 4px;
    font-size: 14px;
    border: 1px solid #DDDDDD !important;
    border: 1px solid var(--border-color) !important;
    background-color: #fff;
    color: #282828;
    color: var(--common-text-color);
    line-height: 19px;
    font-weight: normal;
    display: block;
    overflow: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-position: 99% 14px;
    background-size: 30px 30px !important;
  }

  ._3n_xZ {
    text-decoration: none !important;
  }

  /*-----------------------Profilephoto Upload Common Styles Start----------------------------- */
  ._2rTjk {
    padding: 30px;
    -webkit-box-shadow: 0px 0px 15px 0px #eeebeb;
    box-shadow: 0px 0px 15px 0px #eeebeb;
    border-radius: 4px;
    position: relative;
  }

  /* .picContainer{
display: inline-block;
position: relative;
width: 100%;
background: #e7e7e7;
padding: 20px;
}
.picContainer{
border-radius: 10px;
background: #fff;
border: 2px dotted var(--border-color);
} */
  .v5der {
    border-radius: 100px;
  }

  ._23Vwh {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 22px;
    height: 22px;
    background: #000;
    padding-top: 3px;
    border: 0;
    border-radius: 2px;
    opacity: .9;
    color: #fff;
    cursor: pointer;
  }

  ._3X4c- {
    position: absolute;
    top: 16px;
    right: 20px;
  }

  ._3JUWS {
    padding-top: 60%;
    background-repeat: no-repeat;
    background-size: 57%;
    border-radius: 4px;
    background-color: #F9FBFF;
    background-position: center;
    border: 1px dashed #707070;
  }

  .B-LuG {
    cursor: pointer;
  }

  ._3dK22 {
    margin: 0px 0px 18px 0px;
    font-size: 22px;
    font-weight: 600;
  }

  ._5QCgk {
    padding: 9px 15px;
  }

  /*-----------------------Profilephoto Upload Common Styles End----------------------------- */
  ._17Xu1 {
    margin-top: 6px;
  }

  ._1L2Ha {
    margin-top: 12px;
  }

  .iIpuH {
    margin-top: 18px;
  }

  ._3cKym {
    margin-top: 30px;
  }

  ._1hhPe {
    margin-top: 24px;
  }

  ._2sOVi {
    margin-bottom: 6px;
  }

  ._1-oeD {
    margin-bottom: 12px;
  }

  ._3_4On {
    margin-bottom: 18px;
  }

  ._Ileg {
    margin-bottom: 24px;
  }

  .tEzSg {
    margin-bottom: 30px;
  }

  /*----------------------Password Show Icon Section ------------------------------*/
  ._3ZMCS {
    position: absolute;
    right: 20px;
    top: 54px;
    cursor: pointer;
  }

  ._1yzYu {
    position: relative;
  }

  ._2pfjk {
    top: 50px;
  }

  ._2dDoh {
    font-size: 16px;
    color: #282828;
    color: var(--common-text-color);
    margin: 0px 0px 12px;
    font-weight: 500;
  }

  ._2lPUM {
    margin-bottom: 5px;
    display: block;
    color: #ff0000;
    font-size: 14px;
    font-weight: normal;
  }

  ._1Vs_L {
    background: #ffffff;
    border-radius: 0;
  }

  /*----------------------Phone-Input Field Start------------------------------*/
  ._2e7mC {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  ._3pdzS {
    width: 100%;
  }

  ._36giN {
    padding: 16px 21px;
  }

  /*----------------------Phone-Input Field Start------------------------------*/
  ._3c2TV {
    padding: 0px;
  }

  @media screen and (max-width:767px) {
    ._2e7mC {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      row-gap: 20px;
    }
  }

  :root {
    /*
 * Typography
 * ======================================================================== */

    --font-family-base: "Circular", Arial, Helvetica, sans-serif;

    /*
 * Layout
 * ======================================================================== */

    --max-content-width: 1080px;
    --max-container-width: 1274px;

    /*
 * Media queries breakpoints
 * ======================================================================== */

    --screen-xs-min: 480px;
    /* Extra small screen / phone */
    --screen-sm-min: 768px;
    /* Small screen / tablet */
    --screen-md-min: 992px;
    /* Medium screen / desktop */
    --screen-lg-min: 1200px;
    /* Large screen / wide desktop */

    --border-color: #DDDDDD;
    --background-color: #ffffff;
    --btn-color: #282828;
    --btn-primary-bg: #ff5a5f;
    --btn-primary-color: #ffffff;
    --btn-primary-hover-bg: #ff7e82;
    --btn-primaryBorder-bg: #ffffff;
    --btn-primaryBorder-color: #ff7e82;
    --btn-primaryBorder-hover-bg: #ff7e82;
    --btn-secondary-bg: #008489;
    --btn-secondary-color: #ffffff;
    --btn-secondary-hover-bg: #008489;
    --text-color: #A02F18;
    --common-text-color: #282828;
    --common-text-Secondry-color: #696969;
    --background-common-color: #F8F8F8;
    --border-secondary-color: #dadada;
    --background-secondary-color: #F2F8FF;
    --menu-background-color: #f3f3f3;
    --darkmode-primary-color: #323232;
    --darkmode-secondary-color: #3c3c3c;
    --darkmode-text-color: #ffffff;
  }

  /** RentAll - Begin **/
  ._3Vqxt {
    max-width: 1140px;
    margin: 54px auto;
    width: 100%;
    padding: 10px;
  }

  .m4o2M {
    padding: 0px;
    margin: 16px 32px 10px 62px;
  }

  ._25W_h {
    font-size: 26px;
    margin-top: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0px;
  }

  @media screen and (max-width: 767px) {
    ._25W_h {
      margin-top: 55px;
    }

    ._3Vqxt {
      margin: 0px auto;
    }

    .m4o2M {
      margin: 16px 30px 10px 30px;
    }
  }

  :root {
    /*
 * Typography
 * ======================================================================== */

    --font-family-base: "Circular", Arial, Helvetica, sans-serif;

    /*
 * Layout
 * ======================================================================== */

    --max-content-width: 1080px;
    --max-container-width: 1274px;

    /*
 * Media queries breakpoints
 * ======================================================================== */

    --screen-xs-min: 480px;
    /* Extra small screen / phone */
    --screen-sm-min: 768px;
    /* Small screen / tablet */
    --screen-md-min: 992px;
    /* Medium screen / desktop */
    --screen-lg-min: 1200px;
    /* Large screen / wide desktop */

    --border-color: #DDDDDD;
    --background-color: #ffffff;
    --btn-color: #282828;
    --btn-primary-bg: #ff5a5f;
    --btn-primary-color: #ffffff;
    --btn-primary-hover-bg: #ff7e82;
    --btn-primaryBorder-bg: #ffffff;
    --btn-primaryBorder-color: #ff7e82;
    --btn-primaryBorder-hover-bg: #ff7e82;
    --btn-secondary-bg: #008489;
    --btn-secondary-color: #ffffff;
    --btn-secondary-hover-bg: #008489;
    --text-color: #A02F18;
    --common-text-color: #282828;
    --common-text-Secondry-color: #696969;
    --background-common-color: #F8F8F8;
    --border-secondary-color: #dadada;
    --background-secondary-color: #F2F8FF;
    --menu-background-color: #f3f3f3;
    --darkmode-primary-color: #323232;
    --darkmode-secondary-color: #3c3c3c;
    --darkmode-text-color: #ffffff;
  }

  .KUnVb {
    margin: 5px 0px;
    display: block;
    color: #ff0000;
    font-size: 14px;
    font-weight: normal;
  }

  ._3Hhd7 {
    margin-bottom: 6px !important;
  }

  ._38uNY {
    margin-bottom: 12px !important;
  }

  ._26ROX {
    margin-bottom: 18px !important;
  }

  ._2FKaR {
    margin-bottom: 24px !important;
  }

  ._1eThS {
    margin-bottom: 30px !important;
  }

  ._3R3q0 {
    margin-bottom: 36px !important;
  }

  ._2Hirw {
    margin-bottom: 42px !important;
  }

  .BJK1l {
    margin-bottom: 48px !important;
  }

  ._3-SqA {
    margin-top: 6px !important;
  }

  ._3S_NQ {
    margin-top: 12px !important;
  }

  ._3MS4I {
    margin-top: 18px !important;
  }

  ._3y5kb {
    margin-top: 24px !important;
  }

  ._2C61E {
    margin-top: 30px !important;
  }

  ._3tq8K {
    margin-top: 36px !important;
  }

  ._31AdR {
    margin-top: 42px !important;
  }

  .BJK1l {
    margin-top: 48px !important;
  }

  ._3U9GO {
    margin: 0px !important;
  }

  ._3yG50 {
    padding-bottom: 6px !important;
  }

  ._3z2BS {
    padding-bottom: 12px !important;
  }

  ._2eK7q {
    padding-bottom: 18px !important;
  }

  ._1gT43 {
    padding-bottom: 24px !important;
  }

  .qwnoz {
    padding-bottom: 30px !important;
  }

  ._1K05T {
    padding-bottom: 36px !important;
  }

  ._3komp {
    padding-bottom: 42px !important;
  }

  ._3t69r {
    padding-top: 6px !important;
  }

  ._1dQGa {
    padding-top: 12px !important;
  }

  ._3eu8n {
    padding-top: 18px !important;
  }

  ._2IRQ4 {
    padding-top: 24px !important;
  }

  ._1Bg4V {
    padding-top: 30px !important;
  }

  ._kat8 {
    padding-top: 36px !important;
  }

  ._3c8QR {
    padding-top: 42px !important;
  }

  ._1p_Tm {
    padding: 0px !important;
  }

  ._1Kq73 {
    font-weight: 500 !important;
  }

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

  ._3fxus {
    font-weight: normal !important;
  }

  ._2v9Wl {
    margin-bottom: 20px;
  }

  ._1wqdE {
    margin-bottom: 10px;
  }

  ._2XD_d {
    margin: 0;
  }

  ._3wTlw {
    margin-bottom: 15px;
  }

  ._2ykzR {
    margin-top: 0;
  }

  .KhAy9 {
    margin-top: 11px;
  }

  ._3hON5 {
    margin-top: 21px;
  }

  ._2-Hn6 {
    margin-top: 20px;
  }

  /*New Design Text Colors */

  .Gy3ug {
    color: rgb(20, 39, 94) !important;
  }

  ._2WaBx {
    color: rgb(57, 87, 106) !important;
  }

  ._2O2SF {
    color: rgb(76, 86, 41) !important;
  }

  ._196Sp {
    color: rgb(115, 79, 33) !important;
  }

  ._3RTA1 {
    color: rgb(87, 37, 51) !important;
  }

  .eiI7N {
    color: #A02F18 !important;
    color: var(--text-color) !important;
  }

  ._3fUjW {
    color: rgb(155, 49, 67) !important;
  }

  ._1Jk-G {
    color: rgb(83, 18, 16) !important;
  }

  ._3rHKk {
    color: rgb(142, 28, 10) !important;
  }

  .iv6Yx {
    color: rgb(37, 117, 141) !important;
  }

  ._1jjTK {
    color: rgb(77, 65, 51) !important;
  }

  ._15B-x,
  ._15B-x:focus {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 6px 12px !important;
    width: auto;
    outline: 0 !important;
    border: 1px solid #DDDDDD !important;
    border: 1px solid var(--border-color) !important;
    border-radius: 4px !important;
    background: #ffffff !important;
    background: var(--background-color) !important;
    color: #282828 !important;
    color: var(--btn-color) !important;
  }

  ._15B-x:hover {
    background: #DDDDDD !important;
    background: var(--border-color) !important;
    outline: 0 !important;
  }

  ._2-vk3,
  ._2-vk3:focus {
    border-color: #ff5a5f !important;
    border-color: var(--btn-primary-bg) !important;
    background-color: #ff5a5f !important;
    background-color: var(--btn-primary-bg) !important;
    color: #ffffff !important;
    color: var(--btn-primary-color) !important;
  }

  ._2-vk3:hover {
    border-color: #ff7e82 !important;
    border-color: var(--btn-primary-hover-bg) !important;
    background-color: #ff7e82 !important;
    background-color: var(--btn-primary-hover-bg) !important;
    color: #ffffff !important;
    color: var(--btn-primary-color) !important;
  }

  .kXKca,
  .kXKca:focus {
    border-color: #ff5a5f !important;
    border-color: var(--btn-primary-bg) !important;
    color: #ff5a5f !important;
    color: var(--btn-primary-bg) !important;
    background-color: #ffffff !important;
    background-color: var(--btn-primary-color) !important;
  }

  .kXKca:hover {
    border-color: #ff7e82 !important;
    border-color: var(--btn-primary-hover-bg) !important;
    color: #ff7e82 !important;
    color: var(--btn-primary-hover-bg) !important;
    background-color: #ffffff !important;
    background-color: var(--btn-primary-color) !important;
  }

  ._3A368,
  ._3A368:focus {
    border-color: #008489 !important;
    border-color: var(--btn-secondary-bg) !important;
    background-color: #008489 !important;
    background-color: var(--btn-secondary-bg) !important;
    color: #ffffff !important;
  }

  ._3A368:hover {
    border-color: #008489 !important;
    border-color: var(--btn-secondary-hover-bg) !important;
    background-color: #008489 !important;
    background-color: var(--btn-secondary-hover-bg) !important;
    color: #ffffff !important;
    color: var(--btn-secondary-color) !important;
  }

  ._3yXT2 {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 0px !important;
    width: auto !important;
    outline: 0 !important;
    background: #ffffff !important;
    background: var(--background-color) !important;
    color: #282828 !important;
    color: var(--btn-color) !important;
    font-weight: inherit;
    word-wrap: break-word;
    line-height: 18px;
    letter-spacing: normal;
    font-size: inherit;
    border: 0px !important;
  }

  ._3yXT2:hover {
    background: transparent !important;
    color: #282828 !important;
    color: var(--btn-color) !important;
    outline: 0 !important;
    text-decoration: underline;
    font-weight: inherit;
    word-wrap: break-word;
    line-height: 18px;
    letter-spacing: normal;
    border: 0px !important;
  }

  ._3yXT2:focus {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 0px !important;
    width: auto !important;
    outline: 0 !important;
    background: transparent !important;
    color: #282828 !important;
    color: var(--btn-color) !important;
    font-weight: inherit;
    word-wrap: break-word;
    line-height: 18px;
    letter-spacing: normal;
    font-size: inherit;
    border: 0px !important;
  }

  ._3d3Bc,
  ._3d3Bc:focus {
    background-color: #ffffff !important;
    background-color: var(--background-color) !important;
    color: #ff5a5f !important;
    color: var(--btn-primary-bg) !important;
  }

  ._3d3Bc:hover {
    background-color: #ffffff !important;
    background-color: var(--background-color) !important;
    color: #ff5a5f !important;
    color: var(--btn-primary-bg) !important;
  }

  .zoGk7 {
    background-color: #ffffff !important;
    background-color: var(--background-color) !important;
    color: #008489 !important;
    color: var(--btn-secondary-bg) !important;
  }

  .zoGk7:hover {
    background-color: #ffffff !important;
    background-color: var(--background-color) !important;
    color: #008489 !important;
    color: var(--btn-secondary-bg) !important;
  }

  .zoGk7:focus {
    background-color: transparent !important;
    color: #008489 !important;
    color: var(--btn-secondary-bg) !important;
  }

  ._2eGPR {
    position: absolute;
    top: 51px;
    left: 0px;
    z-index: 10;
    overflow-y: auto;
    overflow-x: hidden;
    white-space: normal;
    display: inline-block;
    max-height: 65vh;
    visibility: visible;
    background: #ffffff;
    background: var(--background-color);
    -webkit-box-shadow: 0px 0px 10px #00000040;
    box-shadow: 0px 0px 10px #00000040;
    border-radius: 14px;
  }

  ._3YyGg {
    z-index: 10;
    overflow-y: auto;
    overflow-x: hidden;
    white-space: normal;
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 66%;
    height: initial;
    -webkit-box-shadow: none;
    box-shadow: none;
    visibility: visible;
    top: 148px;
    background: #ffffff;
    background: var(--background-color);
    border-radius: 4px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    -webkit-border-image: initial;
    -o-border-image: initial;
    border-image: initial;
  }

  ._1dap- {
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 64px;
    z-index: 2;
    overflow-y: auto;
    overflow-x: hidden;
    white-space: normal;
    background: rgba(255, 255, 255, 0.85);
    left: 0;
    right: 0;
    visibility: visible;
    bottom: 0;
    -webkit-overflow-scrolling: touch;
  }

  .ARRRg {
    min-width: 370px;
    padding: 24px;
  }

  ._3Ykml {
    font-size: 30px;
    color: #767676;
  }

  ._29ZFG {
    width: 100%;
    position: relative;
    line-height: 0;
  }

  .x0Fot {
    display: table;
    width: 100%;
    vertical-align: middle;
  }

  ._29VuI {
    display: table-row;
    vertical-align: middle;
  }

  .-SM9d {
    display: table-cell;
    vertical-align: middle;
  }

  .DbF_J {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
  }

  ._13azh {
    width: 100% !important;
  }

  ._1EY8k {
    font-size: 16px;
  }

  .NcjmU {
    display: none !important;
  }

  ._1Nc7v {
    margin-top: 0;
    max-width: 320px;
    border: 1px solid #dadada;
    border: 1px solid var(--border-secondary-color);
    padding: 20px;
  }

  ._3fqdp {
    height: 58px !important;
    font-size: 16px !important;
    padding: 15px 47px 20px 20px !important;
    border: 1px solid #DDDDDD !important;
    border: 1px solid var(--border-color) !important;
    border-radius: 4px !important;
  }

  ._1qK6H {
    padding: 15px 50px 20px 20px !important;
  }

  ._3FAba {
    border: 1px solid #dadada !important;
    border: 1px solid var(--border-secondary-color) !important;
    color: #767676 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 3px !important;
  }

  ._23qAI {
    text-align: right;
  }

  ._1y5Ao {
    text-align: left;
  }

  ._1x3Kg {
    text-align: center;
  }

  ._2YBgi {
    font-size: 18px;
  }

  .S5KIO:focus {
    font-size: 16px !important;
  }

  ._3Y2fq {
    color: #707070;
    font-size: 12px;
    margin-bottom: 0;
  }

  /*************************** SearchButton Start **********************/

  ._2lniv {
    padding: 7px 15px !important;
    border-radius: 20px !important;
    background: transparent !important;
    color: #282828 !important;
    color: var(--common-text-color) !important;
    border: 1px solid #DDDDDD !important;
    border: 1px solid var(--border-color) !important;
  }

  ._2lniv:focus {
    padding: 7px 15px !important;
    border-radius: 20px !important;
    /* background: var(--btn-secondary-bg) !important; */
    /* box-shadow: none !important;
  color: #fff !important; */
    /* border-color: var(--btn-secondary-bg) !important; */
  }

  ._2lniv:hover {
    background: #008489 !important;
    background: var(--btn-secondary-bg) !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #fff !important;
    border-color: #008489 !important;
    border-color: var(--btn-secondary-bg) !important;
  }

  /*************************** SearchButton End **********************/

  /*************************** Header Modal Start **********************/

  .O-fM3 {
    padding: 15px;
    text-align: center;
    font-size: 16px;
    margin-bottom: 30px;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #F2F2F2;
  }

  ._2vkjT {
    display: inline-block;
    margin-right: 30px;
    width: 17%;
  }

  .O-fM3:hover,
  .O-fM3:focus,
  .O-fM3:active {
    background-color: rgb(242, 242, 242);
    color: #484848;
  }

  ._1hB4f:first-child {
    background-color: #fff;
    color: #484848;
    border: 1px solid #767676;
  }

  ._33w4y {
    position: absolute;
    cursor: pointer;
  }

  ._33H6q {
    margin-right: 3px;
    position: relative;
    top: -1px;
  }

  .KLfyC {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 400;
  }

  @media screen and (max-width: 767px) {
    ._2vkjT {
      margin-right: 15px;
      width: 45%;
    }

    .eFz1i {
      white-space: break-spaces;
      text-align: left;
    }
  }

  /*************************** Header Modal End **********************/

  .GA8nv {
    text-transform: capitalize;
  }

  @media screen and (max-width: 768px) {
    ._3YyGg {
      width: 100%;
      height: 100%;
      top: 0px;
      -webkit-box-shadow: none;
      box-shadow: none;
      max-height: 100%;
      -webkit-overflow-scrolling: touch;
    }

    .ARRRg {
      min-width: 320px;
      padding: 15px 15px 70px !important;
      height: 100%;
      min-height: 100vh;
      -webkit-overflow-scrolling: touch;
    }

    .MVazc {
      position: fixed;
      top: 0;
      z-index: 7;
      left: 0;
      right: 0;
      width: 100%;
      padding: 10px 15px;
      background: #fff;
    }

    ._29ZFG {
      font-weight: 600;
      position: fixed;
      bottom: 0px;
      left: 0;
      right: 0;
      padding: 15px;
      background-color: #ffffff;
      background-color: var(--background-color);
      z-index: 10;
      text-align: center;
      font-size: 17px;
    }

    .NcjmU {
      display: block !important;
    }

    .PK0Wj {
      display: none !important;
    }
  }

  @media screen and (max-width: 767px) {
    ._29ZFG {
      position: relative !important;
    }
  }

  @media screen and (max-width: 350px) {
    ._1wKIK {
      font-size: 14px !important;
    }
  }

  @media (max-width: 360px) {
    ._3Ykml {
      font-size: 25px;
    }
  }

  @media (max-width: 993px) and (min-width: 769px) {
    .xjlds {
      font-size: 14px;
    }
  }

  /*****************Apply Button Alignment Start **********************/

  ._1qbyW {
    text-align: right;
  }

  ._1PvWM,
  ._1PvWM:hover,
  ._1PvWM:active,
  ._1PvWM:focus {
    background-color: #008489 !important;
    background-color: var(--btn-secondary-bg) !important;
    color: #ffffff !important;
    padding: 6px 18px !important;
    border-radius: 4px;
    text-decoration: none;
  }

  @media screen and (max-width: 991px) {
    ._1qbyW {
      text-align: center;
    }

    ._2goj1 {
      text-align: right !important;
    }

    ._2n-Gf {
      padding-right: 0px !important;
    }
  }

  /*****************Apply Button Alignment Start **********************/

  /** Common - Start **/

  ._24cXF {
    width: 100%;
    position: relative;
    white-space: normal;
    display: block;
  }

  ._3DOH9 {
    padding: 10px 35px 10px 10px;
    height: 40px;
    border-radius: 2px;
    font-size: 14px;
    border: 1px solid #dadada;
    border: 1px solid var(--border-secondary-color);
    background-color: transparent;
    color: #767676;
  }

  .P4lHc {
    height: 40px;
    border-radius: 2px;
    margin-bottom: 8px;
    font-size: 14px;
    border: 1px solid #DBDBDB;
    background-color: #fff;
    color: #484848;
    line-height: 24px;
    display: block;
    overflow: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  /** Common - End **/

  /** Search Form - Start **/

  ._3Iepf {
    display: table;
    float: none;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    table-layout: auto;
    width: 100%;
  }

  ._2kBB8 {
    border: 1px solid #dadada;
    border: 1px solid var(--border-secondary-color);
    border-radius: 15px;
    -webkit-box-shadow: 0 0px 3px 0 #dadada;
    box-shadow: 0 0px 3px 0 #dadada;
    -webkit-box-shadow: 0 0px 3px 0 var(--border-secondary-color);
    box-shadow: 0 0px 3px 0 var(--border-secondary-color);
    margin-left: 0;
    margin-right: 0;
  }

  ._2Bk9- {
    width: 100%;
    display: table;
  }

  .OSsbS {
    display: table-row;
    width: 100%;
  }

  .ojefH {
    display: table-cell;
    float: none;
    padding: 15px 16px 10px;
    vertical-align: middle;
  }

  .ojefH:not(first-child) {
    border-right: 1px solid #dadada;
    border-right: 1px solid var(--border-secondary-color);
  }

  ._3o1oG {
    border-right: none !important;
  }

  ._3SECw,
  ._1nPEi {
    width: 35%;
  }

  .XPTCX {
    padding: 11px 0px 8px !important;
  }

  .-cWtR {
    width: 17%;
  }

  ._2VGuz {
    padding-bottom: 16px;
  }

  .DuyUw {
    font-size: 16px;
    letter-spacing: -0.5px;
    padding-bottom: 0;
    padding-top: 0;
    margin: 0px;
    white-space: nowrap;
    font-weight: 600;
  }

  ._3xe4k,
  ._3xe4k:hover,
  ._3xe4k:focus {
    border: 0px;
    margin: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    letter-spacing: -0.5px;
    padding: 8px 0px;
    outline: 0 !important;
  }

  ._3DL03,
  ._3DL03:hover,
  ._3DL03:focus {
    padding: 12px 40px 7px 15px;
  }

  ._1RdvH {
    line-height: 16px;
    padding: 16px 10px !important;
  }

  ._3MntA {
    padding: 0px 15px;
  }

  @media screen and (max-width: 1200px) {
    ._3Iepf {
      padding-left: 15px;
      padding-right: 15px;
    }
  }

  @media screen and (max-width: 1200px) and (min-width: 993px) {
    ._3Iepf {
      padding-left: 0px;
      padding-right: 0px;
    }
  }

  @media(min-width:768px) and (max-width:992px) {
    .ojefH:not(first-child) {
      border-bottom: 1px solid #dadada;
      border-bottom: 1px solid var(--border-secondary-color);
    }

    .ojefH {
      padding: 15px 8px 8px;
    }

    ._3DL03,
    ._3DL03:hover,
    ._3DL03:focus {
      padding: 8px 8px 8px 0px;
    }

    ._3MntA {
      padding: 0px;
    }

    .XPTCX {
      padding: 15px 8px 8px !important;
    }
  }

  @media screen and (max-width: 767px) {

    ._3SECw,
    ._1nPEi,
    .-cWtR {
      width: 100%;
    }

    .ojefH {
      border-right: 0px;
      display: block;
    }

    .ojefH:not(first-child) {
      border-bottom: 1px solid #dadada;
      border-bottom: 1px solid var(--border-secondary-color);
      border-right: 0;
    }

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

    ._3Iepf {
      padding-left: 15px;
      padding-right: 15px;
    }
  }

  @media screen and (max-width: 640px) {

    ._3DL03,
    ._3DL03:hover,
    ._3DL03:focus {
      padding: 8px 8px 8px 0px;
    }

    ._2LeLQ {
      padding: 15px 16px 8px !important;
    }

    ._3MntA {
      padding: 0px;
    }
  }

  ._1xL5g {
    width: 100% !important;
    margin: 0px !important;
  }

  /** Search Form - End **/
  /**
* The geosuggest module
* NOTE: duplicated font-sizes' are for browsers which don't support rem (only IE 8)
*/
  .geosuggest {
    font-size: 18px;
    font-size: 1rem;
    position: relative;
    width: 50%;
    margin: 1em auto;
    text-align: left;
  }

  .geosuggest__input {
    width: 100%;
    border: 2px solid transparent;
    box-shadow: 0 0 1px #3d464d;
    padding: .5em 1em;
    -webkit-transition: border 0.2s, box-shadow 0.2s;
    transition: border 0.2s, box-shadow 0.2s;
  }

  .geosuggest__input:focus {
    border-color: #267dc0;
    box-shadow: 0 0 0 transparent;
  }

  .geosuggest__suggests {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 25em;
    padding: 0;
    margin-top: -1px;
    background: #fff;
    border: 2px solid #267dc0;
    border-top-width: 0;
    overflow-x: hidden;
    overflow-y: auto;
    list-style: none;
    z-index: 5;
    -webkit-transition: max-height 0.2s, border 0.2s;
    transition: max-height 0.2s, border 0.2s;
  }

  .geosuggest__suggests--hidden {
    max-height: 0;
    overflow: hidden;
    border-width: 0;
  }

  /**
* A geosuggest item
*/
  .geosuggest__item {
    font-size: 18px;
    font-size: 1rem;
    padding: .5em .65em;
    cursor: pointer;
  }

  .geosuggest__item:hover,
  .geosuggest__item:focus {
    background: #f5f5f5;
  }

  .geosuggest__item--active {
    background: #267dc0;
    color: #fff;
  }

  .geosuggest__item--active:hover,
  .geosuggest__item--active:focus {
    background: #ccc;
  }

  .geosuggest__item__matched-text {
    font-weight: bold;
  }

  .PresetDateRangePicker_panel {
    padding: 0 22px 11px
  }

  .PresetDateRangePicker_button {
    position: relative;
    height: 100%;
    text-align: center;
    background: 0 0;
    border: 2px solid #00a699;
    color: #00a699;
    padding: 4px 12px;
    margin-right: 8px;
    font: inherit;
    font-weight: 700;
    line-height: normal;
    overflow: visible;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer
  }

  .PresetDateRangePicker_button:active {
    outline: 0
  }

  .PresetDateRangePicker_button__selected {
    color: #fff;
    background: #00a699
  }

  .SingleDatePickerInput {
    display: inline-block;
    background-color: #fff
  }

  .SingleDatePickerInput__withBorder {
    border-radius: 2px;
    border: 1px solid #dbdbdb
  }

  .SingleDatePickerInput__rtl {
    direction: rtl
  }

  .SingleDatePickerInput__disabled {
    background-color: #f2f2f2
  }

  .SingleDatePickerInput__block {
    display: block
  }

  .SingleDatePickerInput__showClearDate {
    padding-right: 30px
  }

  .SingleDatePickerInput_clearDate {
    background: 0 0;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    cursor: pointer;
    padding: 10px;
    margin: 0 10px 0 5px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
  }

  .SingleDatePickerInput_clearDate__default:focus,
  .SingleDatePickerInput_clearDate__default:hover {
    background: #dbdbdb;
    border-radius: 50%
  }

  .SingleDatePickerInput_clearDate__small {
    padding: 6px
  }

  .SingleDatePickerInput_clearDate__hide {
    visibility: hidden
  }

  .SingleDatePickerInput_clearDate_svg {
    fill: #82888a;
    height: 12px;
    width: 15px;
    vertical-align: middle
  }

  .SingleDatePickerInput_clearDate_svg__small {
    height: 9px
  }

  .SingleDatePickerInput_calendarIcon {
    background: 0 0;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    margin: 0 5px 0 10px
  }

  .SingleDatePickerInput_calendarIcon_svg {
    fill: #82888a;
    height: 15px;
    width: 14px;
    vertical-align: middle
  }

  .SingleDatePicker {
    position: relative;
    display: inline-block
  }

  .SingleDatePicker__block {
    display: block
  }

  .SingleDatePicker_picker {
    z-index: 1;
    background-color: #fff;
    position: absolute
  }

  .SingleDatePicker_picker__rtl {
    direction: rtl
  }

  .SingleDatePicker_picker__directionLeft {
    left: 0
  }

  .SingleDatePicker_picker__directionRight {
    right: 0
  }

  .SingleDatePicker_picker__portal {
    background-color: rgba(0, 0, 0, .3);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
  }

  .SingleDatePicker_picker__fullScreenPortal {
    background-color: #fff
  }

  .SingleDatePicker_closeButton {
    background: 0 0;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
    z-index: 2
  }

  .SingleDatePicker_closeButton:focus,
  .SingleDatePicker_closeButton:hover {
    color: darken(#cacccd, 10%);
    text-decoration: none
  }

  .SingleDatePicker_closeButton_svg {
    height: 15px;
    width: 15px;
    fill: #cacccd
  }

  .DayPickerKeyboardShortcuts_buttonReset {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0;
    cursor: pointer;
    font-size: 14px
  }

  .DayPickerKeyboardShortcuts_buttonReset:active {
    outline: 0
  }

  .DayPickerKeyboardShortcuts_show {
    width: 33px;
    height: 26px;
    position: absolute;
    z-index: 2
  }

  .DayPickerKeyboardShortcuts_show::before {
    content: "";
    display: block;
    position: absolute
  }

  .DayPickerKeyboardShortcuts_show__bottomRight {
    bottom: 0;
    right: 0
  }

  .DayPickerKeyboardShortcuts_show__bottomRight::before {
    border-top: 26px solid transparent;
    border-right: 33px solid #00a699;
    bottom: 0;
    right: 0
  }

  .DayPickerKeyboardShortcuts_show__bottomRight:hover::before {
    border-right: 33px solid #008489
  }

  .DayPickerKeyboardShortcuts_show__topRight {
    top: 0;
    right: 0
  }

  .DayPickerKeyboardShortcuts_show__topRight::before {
    border-bottom: 26px solid transparent;
    border-right: 33px solid #00a699;
    top: 0;
    right: 0
  }

  .DayPickerKeyboardShortcuts_show__topRight:hover::before {
    border-right: 33px solid #008489
  }

  .DayPickerKeyboardShortcuts_show__topLeft {
    top: 0;
    left: 0
  }

  .DayPickerKeyboardShortcuts_show__topLeft::before {
    border-bottom: 26px solid transparent;
    border-left: 33px solid #00a699;
    top: 0;
    left: 0
  }

  .DayPickerKeyboardShortcuts_show__topLeft:hover::before {
    border-left: 33px solid #008489
  }

  .DayPickerKeyboardShortcuts_showSpan {
    color: #fff;
    position: absolute
  }

  .DayPickerKeyboardShortcuts_showSpan__bottomRight {
    bottom: 0;
    right: 5px
  }

  .DayPickerKeyboardShortcuts_showSpan__topRight {
    top: 1px;
    right: 5px
  }

  .DayPickerKeyboardShortcuts_showSpan__topLeft {
    top: 1px;
    left: 5px
  }

  .DayPickerKeyboardShortcuts_panel {
    overflow: auto;
    background: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    padding: 22px;
    margin: 33px;
    text-align: left
  }

  .DayPickerKeyboardShortcuts_title {
    font-size: 16px;
    font-weight: 700;
    margin: 0
  }

  .DayPickerKeyboardShortcuts_list {
    list-style: none;
    padding: 0;
    font-size: 14px
  }

  .DayPickerKeyboardShortcuts_close {
    position: absolute;
    right: 22px;
    top: 22px;
    z-index: 2
  }

  .DayPickerKeyboardShortcuts_close:active {
    outline: 0
  }

  .DayPickerKeyboardShortcuts_closeSvg {
    height: 15px;
    width: 15px;
    fill: #cacccd
  }

  .DayPickerKeyboardShortcuts_closeSvg:focus,
  .DayPickerKeyboardShortcuts_closeSvg:hover {
    fill: #82888a
  }

  .CalendarDay {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 14px;
    text-align: center
  }

  .CalendarDay:active {
    outline: 0
  }

  .CalendarDay__defaultCursor {
    cursor: default
  }

  .CalendarDay__default {
    border: 1px solid #e4e7e7;
    color: #484848;
    background: #fff
  }

  .CalendarDay__default:hover {
    background: #e4e7e7;
    border: 1px solid #e4e7e7;
    color: inherit
  }

  .CalendarDay__hovered_offset {
    background: #f4f5f5;
    border: 1px double #e4e7e7;
    color: inherit
  }

  .CalendarDay__outside {
    border: 0;
    background: #fff;
    color: #484848
  }

  .CalendarDay__outside:hover {
    border: 0
  }

  .CalendarDay__blocked_minimum_nights {
    background: #fff;
    border: 1px solid #eceeee;
    color: #cacccd
  }

  .CalendarDay__blocked_minimum_nights:active,
  .CalendarDay__blocked_minimum_nights:hover {
    background: #fff;
    color: #cacccd
  }

  .CalendarDay__highlighted_calendar {
    background: #ffe8bc;
    color: #484848
  }

  .CalendarDay__highlighted_calendar:active,
  .CalendarDay__highlighted_calendar:hover {
    background: #ffce71;
    color: #484848
  }

  .CalendarDay__selected_span {
    background: #66e2da;
    border: 1px double #33dacd;
    color: #fff
  }

  .CalendarDay__selected_span:active,
  .CalendarDay__selected_span:hover {
    background: #33dacd;
    border: 1px double #33dacd;
    color: #fff
  }

  .CalendarDay__selected,
  .CalendarDay__selected:active,
  .CalendarDay__selected:hover {
    background: #00a699;
    border: 1px double #00a699;
    color: #fff
  }

  .CalendarDay__hovered_span,
  .CalendarDay__hovered_span:hover {
    background: #b2f1ec;
    border: 1px double #80e8e0;
    color: #007a87
  }

  .CalendarDay__hovered_span:active {
    background: #80e8e0;
    border: 1px double #80e8e0;
    color: #007a87
  }

  .CalendarDay__blocked_calendar,
  .CalendarDay__blocked_calendar:active,
  .CalendarDay__blocked_calendar:hover {
    background: #cacccd;
    border: 1px solid #cacccd;
    color: #82888a
  }

  .CalendarDay__blocked_out_of_range,
  .CalendarDay__blocked_out_of_range:active,
  .CalendarDay__blocked_out_of_range:hover {
    background: #fff;
    border: 1px solid #e4e7e7;
    color: #cacccd
  }

  .CalendarDay__hovered_start_first_possible_end {
    background: #eceeee;
    border: 1px double #eceeee
  }

  .CalendarDay__hovered_start_blocked_min_nights {
    background: #eceeee;
    border: 1px double #e4e7e7
  }

  .CalendarMonth {
    background: #fff;
    text-align: center;
    vertical-align: top;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
  }

  .CalendarMonth_table {
    border-collapse: collapse;
    border-spacing: 0
  }

  .CalendarMonth_verticalSpacing {
    border-collapse: separate
  }

  .CalendarMonth_caption {
    color: #484848;
    font-size: 18px;
    text-align: center;
    padding-top: 22px;
    padding-bottom: 37px;
    caption-side: initial
  }

  .CalendarMonth_caption__verticalScrollable {
    padding-top: 12px;
    padding-bottom: 7px
  }

  .CalendarMonthGrid {
    background: #fff;
    text-align: left;
    z-index: 0
  }

  .CalendarMonthGrid__animating {
    z-index: 1
  }

  .CalendarMonthGrid__horizontal {
    position: absolute;
    left: 9px
  }

  .CalendarMonthGrid__vertical,
  .CalendarMonthGrid__vertical_scrollable {
    margin: 0 auto
  }

  .CalendarMonthGrid_month__horizontal {
    display: inline-block;
    vertical-align: top;
    min-height: 100%
  }

  .CalendarMonthGrid_month__hideForAnimation {
    position: absolute;
    z-index: -1;
    opacity: 0;
    pointer-events: none
  }

  .CalendarMonthGrid_month__hidden {
    visibility: hidden
  }

  .DayPickerNavigation {
    position: relative;
    z-index: 2
  }

  .DayPickerNavigation__horizontal {
    height: 0
  }

  .DayPickerNavigation__verticalScrollable_prevNav {
    z-index: 1
  }

  .DayPickerNavigation__verticalDefault {
    position: absolute;
    width: 100%;
    height: 52px;
    bottom: 0;
    left: 0
  }

  .DayPickerNavigation__verticalScrollableDefault {
    position: relative
  }

  .DayPickerNavigation__bottom {
    height: auto
  }

  .DayPickerNavigation__bottomDefault {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between
  }

  .DayPickerNavigation_button {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
    padding: 0;
    margin: 0
  }

  .DayPickerNavigation_button__default {
    border: 1px solid #e4e7e7;
    background-color: #fff;
    color: #757575
  }

  .DayPickerNavigation_button__default:focus,
  .DayPickerNavigation_button__default:hover {
    border: 1px solid #c4c4c4
  }

  .DayPickerNavigation_button__default:active {
    background: #f2f2f2
  }

  .DayPickerNavigation_button__disabled {
    cursor: default;
    border: 1px solid #f2f2f2
  }

  .DayPickerNavigation_button__disabled:focus,
  .DayPickerNavigation_button__disabled:hover {
    border: 1px solid #f2f2f2
  }

  .DayPickerNavigation_button__disabled:active {
    background: 0 0
  }

  .DayPickerNavigation_button__horizontalDefault {
    position: absolute;
    top: 18px;
    line-height: .78;
    border-radius: 3px;
    padding: 6px 9px
  }

  .DayPickerNavigation_bottomButton__horizontalDefault {
    position: static;
    margin: -10px 22px 30px
  }

  .DayPickerNavigation_leftButton__horizontalDefault {
    left: 22px
  }

  .DayPickerNavigation_rightButton__horizontalDefault {
    right: 22px
  }

  .DayPickerNavigation_button__verticalDefault {
    padding: 5px;
    background: #fff;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .1);
    position: relative;
    display: inline-block;
    text-align: center;
    height: 100%;
    width: 50%
  }

  .DayPickerNavigation_nextButton__verticalDefault {
    border-left: 0
  }

  .DayPickerNavigation_nextButton__verticalScrollableDefault,
  .DayPickerNavigation_prevButton__verticalScrollableDefault {
    width: 100%
  }

  .DayPickerNavigation_svg__horizontal {
    height: 19px;
    width: 19px;
    fill: #82888a;
    display: block
  }

  .DayPickerNavigation_svg__vertical {
    height: 42px;
    width: 42px;
    fill: #484848
  }

  .DayPickerNavigation_svg__disabled {
    fill: #f2f2f2
  }

  .DayPicker {
    background: #fff;
    position: relative;
    text-align: left
  }

  .DayPicker__horizontal {
    background: #fff
  }

  .DayPicker__verticalScrollable {
    height: 100%
  }

  .DayPicker__hidden {
    visibility: hidden
  }

  .DayPicker__withBorder {
    box-shadow: 0 2px 6px rgba(0, 0, 0, .05), 0 0 0 1px rgba(0, 0, 0, .07);
    border-radius: 3px
  }

  .DayPicker_portal__horizontal {
    box-shadow: none;
    position: absolute;
    left: 50%;
    top: 50%
  }

  .DayPicker_portal__vertical {
    position: initial
  }

  .DayPicker_focusRegion {
    outline: 0
  }

  .DayPicker_calendarInfo__horizontal,
  .DayPicker_wrapper__horizontal {
    display: inline-block;
    vertical-align: top
  }

  .DayPicker_weekHeaders {
    position: relative
  }

  .DayPicker_weekHeaders__horizontal {
    margin-left: 9px
  }

  .DayPicker_weekHeader {
    color: #757575;
    position: absolute;
    top: 62px;
    z-index: 2;
    text-align: left
  }

  .DayPicker_weekHeader__vertical {
    left: 50%
  }

  .DayPicker_weekHeader__verticalScrollable {
    top: 0;
    display: table-row;
    border-bottom: 1px solid #dbdbdb;
    background: #fff;
    margin-left: 0;
    left: 0;
    width: 100%;
    text-align: center
  }

  .DayPicker_weekHeader_ul {
    list-style: none;
    margin: 1px 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px
  }

  .DayPicker_weekHeader_li {
    display: inline-block;
    text-align: center
  }

  .DayPicker_transitionContainer {
    position: relative;
    overflow: hidden;
    border-radius: 3px
  }

  .DayPicker_transitionContainer__horizontal {
    -webkit-transition: height .2s ease-in-out;
    -moz-transition: height .2s ease-in-out;
    transition: height .2s ease-in-out
  }

  .DayPicker_transitionContainer__vertical {
    width: 100%
  }

  .DayPicker_transitionContainer__verticalScrollable {
    padding-top: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow-y: scroll
  }

  .DateInput {
    margin: 0;
    padding: 0;
    background: #fff;
    position: relative;
    display: inline-block;
    width: 130px;
    vertical-align: middle
  }

  .DateInput__small {
    width: 97px
  }

  .DateInput__block {
    width: 100%
  }

  .DateInput__disabled {
    background: #f2f2f2;
    color: #dbdbdb
  }

  .DateInput_input {
    font-weight: 200;
    font-size: 19px;
    line-height: 24px;
    color: #484848;
    background-color: #fff;
    width: 100%;
    padding: 11px 11px 9px;
    border: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 2px solid transparent;
    border-left: 0;
    border-radius: 0
  }

  .DateInput_input__small {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: .2px;
    padding: 7px 7px 5px
  }

  .DateInput_input__regular {
    font-weight: auto
  }

  .DateInput_input__readOnly {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
  }

  .DateInput_input__focused {
    outline: 0;
    background: #fff;
    border: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 2px solid #008489;
    border-left: 0
  }

  .DateInput_input__disabled {
    background: #f2f2f2;
    font-style: italic
  }

  .DateInput_screenReaderMessage {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
  }

  .DateInput_fang {
    position: absolute;
    width: 20px;
    height: 10px;
    left: 22px;
    z-index: 2
  }

  .DateInput_fangShape {
    fill: #fff
  }

  .DateInput_fangStroke {
    stroke: #dbdbdb;
    fill: transparent
  }

  .DateRangePickerInput {
    background-color: #fff;
    display: inline-block
  }

  .DateRangePickerInput__disabled {
    background: #f2f2f2
  }

  .DateRangePickerInput__withBorder {
    border-radius: 2px;
    border: 1px solid #dbdbdb
  }

  .DateRangePickerInput__rtl {
    direction: rtl
  }

  .DateRangePickerInput__block {
    display: block
  }

  .DateRangePickerInput__showClearDates {
    padding-right: 30px
  }

  .DateRangePickerInput_arrow {
    display: inline-block;
    vertical-align: middle;
    color: #484848
  }

  .DateRangePickerInput_arrow_svg {
    vertical-align: middle;
    fill: #484848;
    height: 24px;
    width: 24px
  }

  .DateRangePickerInput_clearDates {
    background: 0 0;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    cursor: pointer;
    padding: 10px;
    margin: 0 10px 0 5px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
  }

  .DateRangePickerInput_clearDates__small {
    padding: 6px
  }

  .DateRangePickerInput_clearDates_default:focus,
  .DateRangePickerInput_clearDates_default:hover {
    background: #dbdbdb;
    border-radius: 50%
  }

  .DateRangePickerInput_clearDates__hide {
    visibility: hidden
  }

  .DateRangePickerInput_clearDates_svg {
    fill: #82888a;
    height: 12px;
    width: 15px;
    vertical-align: middle
  }

  .DateRangePickerInput_clearDates_svg__small {
    height: 9px
  }

  .DateRangePickerInput_calendarIcon {
    background: 0 0;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    margin: 0 5px 0 10px
  }

  .DateRangePickerInput_calendarIcon_svg {
    fill: #82888a;
    height: 15px;
    width: 14px;
    vertical-align: middle
  }

  .DateRangePicker {
    position: relative;
    display: inline-block
  }

  .DateRangePicker__block {
    display: block
  }

  .DateRangePicker_picker {
    z-index: 1;
    background-color: #fff;
    position: absolute
  }

  .DateRangePicker_picker__rtl {
    direction: rtl
  }

  .DateRangePicker_picker__directionLeft {
    left: 0
  }

  .DateRangePicker_picker__directionRight {
    right: 0
  }

  .DateRangePicker_picker__portal {
    background-color: rgba(0, 0, 0, .3);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
  }

  .DateRangePicker_picker__fullScreenPortal {
    background-color: #fff
  }

  .DateRangePicker_closeButton {
    background: 0 0;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
    z-index: 2
  }

  .DateRangePicker_closeButton:focus,
  .DateRangePicker_closeButton:hover {
    color: darken(#cacccd, 10%);
    text-decoration: none
  }

  .DateRangePicker_closeButton_svg {
    height: 15px;
    width: 15px;
    fill: #cacccd
  }

  :root {
    /*
 * Typography
 * ======================================================================== */

    --font-family-base: "Circular", Arial, Helvetica, sans-serif;

    /*
 * Layout
 * ======================================================================== */

    --max-content-width: 1080px;
    --max-container-width: 1274px;

    /*
 * Media queries breakpoints
 * ======================================================================== */

    --screen-xs-min: 480px;
    /* Extra small screen / phone */
    --screen-sm-min: 768px;
    /* Small screen / tablet */
    --screen-md-min: 992px;
    /* Medium screen / desktop */
    --screen-lg-min: 1200px;
    /* Large screen / wide desktop */

    --border-color: #DDDDDD;
    --background-color: #ffffff;
    --btn-color: #282828;
    --btn-primary-bg: #ff5a5f;
    --btn-primary-color: #ffffff;
    --btn-primary-hover-bg: #ff7e82;
    --btn-primaryBorder-bg: #ffffff;
    --btn-primaryBorder-color: #ff7e82;
    --btn-primaryBorder-hover-bg: #ff7e82;
    --btn-secondary-bg: #008489;
    --btn-secondary-color: #ffffff;
    --btn-secondary-hover-bg: #008489;
    --text-color: #A02F18;
    --common-text-color: #282828;
    --common-text-Secondry-color: #696969;
    --background-common-color: #F8F8F8;
    --border-secondary-color: #dadada;
    --background-secondary-color: #F2F8FF;
    --menu-background-color: #f3f3f3;
    --darkmode-primary-color: #323232;
    --darkmode-secondary-color: #3c3c3c;
    --darkmode-text-color: #ffffff;
  }

  ._3C62- {
    font-size: 18px;
    color: #008489;
    color: var(--btn-secondary-bg);
  }

  ._4O7Jw {
    font-size: 48px;
  }

  ._3C62- span {
    -webkit-animation-name: _3ZQyr;
    animation-name: _3ZQyr;
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    color: #008489;
    color: var(--btn-secondary-bg);
  }

  ._3C62- span:nth-child(2) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
  }

  ._3C62- span:nth-child(3) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
  }

  @-webkit-keyframes _3ZQyr {
    0% {
      opacity: .2;
    }

    20% {
      opacity: 1;
    }

    100% {
      opacity: .2;
    }
  }

  @keyframes _3ZQyr {
    0% {
      opacity: .2;
    }

    20% {
      opacity: 1;
    }

    100% {
      opacity: .2;
    }
  }

  ._2D2w9 {
    text-align: center;
  }

  ._2bInx {
    color: #ff5a5f;
    color: var(--btn-primary-bg);
    font-size: 48px;
  }

  :root {
    /*
 * Typography
 * ======================================================================== */

    --font-family-base: "Circular", Arial, Helvetica, sans-serif;

    /*
 * Layout
 * ======================================================================== */

    --max-content-width: 1080px;
    --max-container-width: 1274px;

    /*
 * Media queries breakpoints
 * ======================================================================== */

    --screen-xs-min: 480px;
    /* Extra small screen / phone */
    --screen-sm-min: 768px;
    /* Small screen / tablet */
    --screen-md-min: 992px;
    /* Medium screen / desktop */
    --screen-lg-min: 1200px;
    /* Large screen / wide desktop */

    --border-color: #DDDDDD;
    --background-color: #ffffff;
    --btn-color: #282828;
    --btn-primary-bg: #ff5a5f;
    --btn-primary-color: #ffffff;
    --btn-primary-hover-bg: #ff7e82;
    --btn-primaryBorder-bg: #ffffff;
    --btn-primaryBorder-color: #ff7e82;
    --btn-primaryBorder-hover-bg: #ff7e82;
    --btn-secondary-bg: #008489;
    --btn-secondary-color: #ffffff;
    --btn-secondary-hover-bg: #008489;
    --text-color: #A02F18;
    --common-text-color: #282828;
    --common-text-Secondry-color: #696969;
    --background-common-color: #F8F8F8;
    --border-secondary-color: #dadada;
    --background-secondary-color: #F2F8FF;
    --menu-background-color: #f3f3f3;
    --darkmode-primary-color: #323232;
    --darkmode-secondary-color: #3c3c3c;
    --darkmode-text-color: #ffffff;
  }

  ._3NOs_ {
    margin-bottom: 6px !important;
  }

  ._1FaZl {
    margin-bottom: 12px !important;
  }

  .inlMU {
    margin-bottom: 18px !important;
  }

  ._1LcaQ {
    margin-bottom: 24px !important;
  }

  .HRKLJ {
    margin-bottom: 30px !important;
  }

  ._2-YOz {
    margin-bottom: 36px !important;
  }

  .jbkh8 {
    margin-bottom: 42px !important;
  }

  ._18IHO {
    margin-bottom: 48px !important;
  }

  ._2sUWg {
    margin-top: 6px !important;
  }

  ._3-ZOr {
    margin-top: 12px !important;
  }

  ._1-FaK {
    margin-top: 18px !important;
  }

  .cJPn5 {
    margin-top: 24px !important;
  }

  ._3tk7n {
    margin-top: 30px !important;
  }

  .cuAoT {
    margin-top: 36px !important;
  }

  ._2NRzz {
    margin-top: 42px !important;
  }

  ._18IHO {
    margin-top: 48px !important;
  }

  ._1iwjf {
    margin: 0px !important;
  }

  ._3_kLr {
    padding-bottom: 6px !important;
  }

  ._2ZKai {
    padding-bottom: 12px !important;
  }

  ._3zmg7 {
    padding-bottom: 18px !important;
  }

  ._1dobv {
    padding-bottom: 24px !important;
  }

  ._134tB {
    padding-bottom: 30px !important;
  }

  .EBEhH {
    padding-bottom: 36px !important;
  }

  ._14E9g {
    padding-bottom: 42px !important;
  }

  ._1z6mS {
    padding-top: 6px !important;
  }

  ._3zp6I {
    padding-top: 12px !important;
  }

  ._38Ywq {
    padding-top: 18px !important;
  }

  .X7Tmq {
    padding-top: 24px !important;
  }

  ._3B0m- {
    padding-top: 30px !important;
  }

  ._2VKbf {
    padding-top: 36px !important;
  }

  .ArgUz {
    padding-top: 42px !important;
  }

  ._1s2_0 {
    padding: 0px !important;
  }

  ._15n6W {
    font-weight: 500 !important;
  }

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

  .INLiv {
    font-weight: normal !important;
  }

  ._88P5d {
    margin-bottom: 20px;
  }

  ._3vhzm {
    margin-bottom: 10px;
  }

  ._3Mj-R {
    margin: 0;
  }

  ._3_Qg9 {
    margin-bottom: 15px;
  }

  ._2OXDk {
    margin-top: 0;
  }

  ._3qtko {
    margin-top: 11px;
  }

  ._3flMZ {
    margin-top: 21px;
  }

  ._2Tlub {
    margin-top: 20px;
  }

  /*New Design Text Colors */
  ._2wusz {
    color: rgb(20, 39, 94) !important;
  }

  .RSBwe {
    color: rgb(57, 87, 106) !important;
  }

  ._18A6_ {
    color: rgb(76, 86, 41) !important;
  }

  ._3T2C1 {
    color: rgb(115, 79, 33) !important;
  }

  .a358S {
    color: rgb(87, 37, 51) !important;
  }

  .jCElQ {
    color: #A02F18 !important;
    color: var(--text-color) !important;
  }

  ._1lHZ7 {
    color: rgb(155, 49, 67) !important;
  }

  ._3nEkK {
    color: rgb(83, 18, 16) !important;
  }

  ._kn3z {
    color: rgb(142, 28, 10) !important;
  }

  ._2o_Fe {
    color: rgb(37, 117, 141) !important;
  }

  ._4GECA {
    color: rgb(77, 65, 51) !important;
  }

  ._1UUMy {
    padding: 0px;
  }

  ._3dfAC {
    margin: 0 auto;
    padding: 0px;
    max-width: 1274px;
    max-width: var(--max-container-width);
  }

  ._1hXlz {
    max-width: 1080px;
    max-width: var(--max-content-width);
    margin: 0 auto;
    position: relative;
    padding: 48px 0px;
    display: block;
    line-height: 1.43;
    font-size: 14px;
  }

  ._1kGhz {
    color: #767676;
    display: inline-block;
    padding-left: 9px;
    font-size: 15px;
    cursor: pointer;
  }

  ._1kGhz:hover,
  ._1kGhz:hover:focus ._1kGhz:hover:focus {
    color: #767676;
  }

  ._1htNM {
    color: #575757;
    font-weight: normal;
    padding: 0px 0px;
    margin: 0;
    line-height: 1.1;
    cursor: pointer;
    font-size: 14px;
  }

  ._1htNM:hover,
  ._1htNM:focus,
  ._1htNM:hover:focus {
    color: #575757;
  }

  ._1KY3U {
    padding: 0px;
    margin-top: 18px;
    list-style-type: none;
  }

  ._18Nnw {
    font-size: 16px;
    font-weight: 600;
    display: block;
    line-height: 18px;
    margin-bottom: 0;
  }

  ._3FWH1 {
    width: 100%;
    position: relative;
    background-position: top center;
    background-size: cover;
    padding-top: 12%;
    background-repeat: no-repeat;
  }

  ._27RcJ {
    position: relative;
  }

  ._19wW1 {
    display: inline-block;
  }

  .uVwuI {
    border-top: 1px solid #E0E0E0;
    padding-top: 40px;

  }

  ._2pvHg {
    padding: 0 !important;
  }

  ._2DCxc {
    margin-bottom: 11px;
  }

  .p9aM- {
    color: #575757;
  }

  ._17XbU {
    text-align: center;
  }

  ._2puNc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }

  ._3tyy0 {
    margin-top: 40px;
  }

  ._1hIbi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  ._2efgE {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 10px;
  }

  @media screen and (max-width: 768px) {
    ._2hVfJ {
      display: none;
    }
  }

  @media (max-width: 1199px) and (min-width: 1024px) {
    ._1hXlz {
      max-width: 960px;
    }
  }

  @media (max-width: 991px) and (min-width: 768px) {
    .uVwuI {
      margin: 30px 0px 0px 0px;
    }
  }

  @media (max-width: 1199px) and (min-width: 768px) {
    ._3dfAC {
      max-width: 100%;
      padding: 0 23px;
    }
  }

  @media (max-width: 767px) {
    ._3udVB {
      padding: 0 20px;
    }

    ._1hIbi {
      padding: 25px 15px 0;
    }
  }

  @media screen and (max-width: 991px) {
    .tGFcP {
      padding: 0px 15px !important;
    }
  }

  @media screen and (max-width: 767px) {
    ._1gNok {
      margin-bottom: 12px !important;
    }

    ._2pvHg {
      padding: 0px;
    }

    ._3FWH1 {
      background-color: #F8F7FD !important;
      background: inherit;
      padding-top: 0;
    }

  }

  @media screen and (min-width:1200px) {
    ._2puNc {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding-left: 5px !important;
    }
  }

  :root {
    /*
 * Typography
 * ======================================================================== */

    --font-family-base: "Circular", Arial, Helvetica, sans-serif;

    /*
 * Layout
 * ======================================================================== */

    --max-content-width: 1080px;
    --max-container-width: 1274px;

    /*
 * Media queries breakpoints
 * ======================================================================== */

    --screen-xs-min: 480px;
    /* Extra small screen / phone */
    --screen-sm-min: 768px;
    /* Small screen / tablet */
    --screen-md-min: 992px;
    /* Medium screen / desktop */
    --screen-lg-min: 1200px;
    /* Large screen / wide desktop */

    --border-color: #DDDDDD;
    --background-color: #ffffff;
    --btn-color: #282828;
    --btn-primary-bg: #ff5a5f;
    --btn-primary-color: #ffffff;
    --btn-primary-hover-bg: #ff7e82;
    --btn-primaryBorder-bg: #ffffff;
    --btn-primaryBorder-color: #ff7e82;
    --btn-primaryBorder-hover-bg: #ff7e82;
    --btn-secondary-bg: #008489;
    --btn-secondary-color: #ffffff;
    --btn-secondary-hover-bg: #008489;
    --text-color: #A02F18;
    --common-text-color: #282828;
    --common-text-Secondry-color: #696969;
    --background-common-color: #F8F8F8;
    --border-secondary-color: #dadada;
    --background-secondary-color: #F2F8FF;
    --menu-background-color: #f3f3f3;
    --darkmode-primary-color: #323232;
    --darkmode-secondary-color: #3c3c3c;
    --darkmode-text-color: #ffffff;
  }

  .DJKTh {
    margin-bottom: 6px !important;
  }

  ._1naPB {
    margin-bottom: 12px !important;
  }

  ._3PU9M {
    margin-bottom: 18px !important;
  }

  ._14Era {
    margin-bottom: 24px !important;
  }

  ._2KVtj {
    margin-bottom: 30px !important;
  }

  ._3j96j {
    margin-bottom: 36px !important;
  }

  ._2jL5H {
    margin-bottom: 42px !important;
  }

  ._3G3Es {
    margin-bottom: 48px !important;
  }

  ._3csPn {
    margin-top: 6px !important;
  }

  ._2vahG {
    margin-top: 12px !important;
  }

  .KPUP1 {
    margin-top: 18px !important;
  }

  ._2AO6T {
    margin-top: 24px !important;
  }

  ._3Tt2C {
    margin-top: 30px !important;
  }

  .vz4A8 {
    margin-top: 36px !important;
  }

  ._24wSI {
    margin-top: 42px !important;
  }

  ._3G3Es {
    margin-top: 48px !important;
  }

  ._3ghIv {
    margin: 0px !important;
  }

  ._1VfIz {
    padding-bottom: 6px !important;
  }

  ._311D1 {
    padding-bottom: 12px !important;
  }

  .p0t_t {
    padding-bottom: 18px !important;
  }

  ._1g7OK {
    padding-bottom: 24px !important;
  }

  .FWrOc {
    padding-bottom: 30px !important;
  }

  ._2s72j {
    padding-bottom: 36px !important;
  }

  ._282ZY {
    padding-bottom: 42px !important;
  }

  ._3H6WU {
    padding-top: 6px !important;
  }

  ._2SjBD {
    padding-top: 12px !important;
  }

  ._3Xikj {
    padding-top: 18px !important;
  }

  .bXtrV {
    padding-top: 24px !important;
  }

  ._1dzPc {
    padding-top: 30px !important;
  }

  .jbNY6 {
    padding-top: 36px !important;
  }

  ._3-MkA {
    padding-top: 42px !important;
  }

  ._2JHdk {
    padding: 0px !important;
  }

  ._3py3B {
    font-weight: 500 !important;
  }

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

  ._2JWr8 {
    font-weight: normal !important;
  }

  ._3csoN {
    margin-bottom: 20px;
  }

  ._3-b7J {
    margin-bottom: 10px;
  }

  .a0cAL {
    margin: 0;
  }

  ._2P7tI {
    margin-bottom: 15px;
  }

  ._2Xlkc {
    margin-top: 0;
  }

  ._2RO5G {
    margin-top: 11px;
  }

  ._2vKkD {
    margin-top: 21px;
  }

  .IqXE- {
    margin-top: 20px;
  }

  /*New Design Text Colors */

  ._2cr6A {
    color: rgb(20, 39, 94) !important;
  }

  ._3rqGR {
    color: rgb(57, 87, 106) !important;
  }

  .bDQ53 {
    color: rgb(76, 86, 41) !important;
  }

  ._3vNOD {
    color: rgb(115, 79, 33) !important;
  }

  .ZDvE3 {
    color: rgb(87, 37, 51) !important;
  }

  .Q7s00 {
    color: #A02F18 !important;
    color: var(--text-color) !important;
  }

  ._1hJ_P {
    color: rgb(155, 49, 67) !important;
  }

  ._10d6k {
    color: rgb(83, 18, 16) !important;
  }

  ._2u-u9 {
    color: rgb(142, 28, 10) !important;
  }

  ._3RpGH {
    color: rgb(37, 117, 141) !important;
  }

  ._18S0K {
    color: rgb(77, 65, 51) !important;
  }

  ._24bVU {
    background-color: #fff !important;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 10px 0px #484848;
    box-shadow: 0 1px 10px 0px #484848;
  }

  ._2HCPs {
    padding: 10px;
  }

  ._1_Y_C {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
  }

  .eyqzO {
    color: #484848 !important;
    font-style: italic;
    font-weight: bold;
    text-decoration: underline;
  }

  ._2ZQlr {
    font-weight: 700;
    margin-top: 0px;
    float: right;
    z-index: 9;
  }

  ._3gZae {
    position: fixed !important;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 1005;
  }

  ._14VGa {
    width: 100%;
    display: table;
  }

  ._2tskJ {
    width: 100%;
    display: table-row;
  }

  .v-BH- {
    display: table-cell;
    width: 90%;
    vertical-align: middle;
  }

  .U7u2r {
    width: 10%;
    display: table-cell;
    vertical-align: middle;
  }

  ._2SB38 {
    padding: 15px;
  }

  ._2OepF {
    background-color: blue;
  }

  @media screen and (max-width: 1030px) {
    ._1_Y_C {
      font-size: 14px;
    }
  }

  @media screen and (max-width: 767px) {
    .v-BH- {
      display: block;
      width: 100%;
    }

    .U7u2r {
      width: 100%;
      display: block;
      margin-top: 12px;
    }

    ._2ZQlr {
      margin-top: 8px;
    }

    ._2SB38 {
      padding: 15px;
    }
  }

  @media screen and (max-width: 480px) {
    ._24bVU {
      background-color: #fff !important;
      height: auto;
    }

    ._2ZQlr {
      float: right;
      margin-top: 0px;
      margin-bottom: 10px;
      font-size: 15px;
      font-weight: 300;
    }

    ._1_Y_C {
      font-size: 15px;
    }
  }


  /** START WHYHOST**/


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

  ._3htjl {
    display: grid;
    grid-template-columns: 50% 50%;
    background-color: #F7F7F7;
    height: 771px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

._14wwy {
  padding: 0 84px;
}

._3DBNP {
  font-size: 50px;
  font-weight: 600;
  margin: 0 0 45px;
  line-height: 72px;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

._22_Es {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}


._1M7N6 {
  border-color: #ff5a5f !important;
  border-color: var(--btn-primary-bg) !important;
  background-color: #ff5a5f !important;
  background-color: var(--btn-primary-bg) !important;
  color: #ffffff !important;
  color: var(--btn-primary-color) !important;
  padding: 7px 21px;
  font-weight: 500;
  font-size: 16px;
  border-radius: 4px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
  cursor: pointer;
}


._1pO9u {
  background-color: transparent !important;
}

.hZdG3 {
  margin-left: 20px;
}

.NSBa1 {
  border-color: #ff7e82;
  border-color: var(--btn-primaryBorder-color);
  color: #ff5a5f !important;
  color: var(--btn-primary-bg) !important;
  background-color: #ffffff;
  background-color: var(--btn-primaryBorder-bg);
  padding: 7px 21px;
  font-weight: 500;
  font-size: 16px;
  border-radius: 4px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
  border: 1px solid !important;
  cursor: pointer;
}

._3mzXy {
  border-radius: 23px;
  padding: 11px 28px 13px;
}

a {
  color: #0074c2;
}

a {
  background-color: transparent;
}

.f7MlY {
  margin-left: 8px;
  -webkit-animation: _3ILE1 0.45s infinite alternate;
  animation: _3ILE1 0.45s infinite alternate;
  margin-top: 6px;
}

._7HHmM {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}


._1-Z2k {
  margin-bottom: 100px;
}

/** PART 2 ***/

._11YtQ {
  width: 100%;
  max-width: 1274px;
  max-width: var( --max-container-width);
  padding: 0;
}


._1-Z2k {
  margin-bottom: 100px;
}

._1axx0 h3 {
  font-size: 46px;
  line-height: 60px;
  text-align: center;
  font-weight: bold;
  margin: 100px 0 60px;
}



/** PART 3 ***/

._20OKQ {
  background-color: #F7F7F7;
  padding: 83px 0;
}

._2BRze {
  width: 100%;
  max-width: 1274px;
  max-width: var( --max-container-width);
  padding: 0;
}

.a2t8H {
  padding-top: 87%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
}

._3UjLY {
  padding-left: 83px;
}

p._2EtfS {
  font-size: 16px;
  color: #707070;
  margin-bottom: 27px;
}

/** PART 4 ***/
._1BRKB {
  width: 100%;
  max-width: 1274px;
  max-width: var( --max-container-width);
  margin: 0 auto;
  padding: 0;
}

.nvyu9 {
  min-height: 376px;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  border-radius: 10px;
  margin: 100px 0;
  color: #fff;
  font-size: 46px;
  padding-top: 88px;
}

._241H9 {
  font-size: 46px;
  font-weight: 600;
  text-shadow: 0 6px 32px #282828;
  text-shadow: 0 6px 32px var(--common-text-color);
}

._3LMn_ {
  display: inline-block;
  background-color: #fff;
  color: #ff5a5f !important;
  color: var( --btn-primary-bg) !important;
  border-radius: 23px;
  padding: 10px 20px;
  text-align: center;
  font-size: 16px;
  text-decoration: none !important;
}

/** PART 5 ***/
._3gBJF {
  width: 100%;
  max-width: 1274px;
  max-width: var( --max-container-width);
  margin: 0 auto;
  padding: 0;
}

/** PART 6 **/
._3Ur5U {
  width: 100%;
  max-width: 1274px;
  max-width: var( --max-container-width);
  margin: 0 auto;
  padding: 0;
}

._29-yh {
  margin-top: 100px;
}

._1zMyb {
  width: 50%;
  display: table-cell;
}

._1zMyb img {
  border-radius: 6px;
}

._2iuPK {
  padding-left: 8%;
  padding-right: 0%;
}

._2TytR {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  padding-right: 8%;
}

._6zUNx {
  font-size: 46px;
}

_2TytR h6 {
  font-size: 18px;
  font-style: italic;
}

._2lBis {
  border: transparent;
  font-size: 16px;
  padding: 0;
  margin-top: 13px;
  background-color: transparent !important;
  -webkit-box-shadow: inherit !important;
  box-shadow: inherit !important;
}

._2YFLi {
  padding-left: 5px;
}

/** PART 8 **/

._2TytR h6 {
    font-size: 18px;
    font-style: italic;
}

._2YFLi {
  padding-left: 5px;
}

/** FAQ ***/
.U75Dh {
  width: 100%;
  max-width: 1274px;
  max-width: var( --max-container-width);
  margin: 0 auto;
  padding: 0;
}

._3_0Rn {
  margin-bottom: 75px;
}

._3sQ65 h1 {
  font-size: 46px;
  text-align: center;
  font-weight: bold;
  margin: 100px 0 60px;
}

._75Q_e span {
  padding-bottom: 6px;
  font-size: 18px;
  display: block;
  position: relative;
}

@media (max-width: 1024px) and (min-width: 992px){
  ._14wwy {
      padding: 0 65px;
  }
}

@media (max-width: 991px){
  ._14wwy {
      padding: 0 25px;
  }
}