/*! 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;
    padding-left: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._3t-4l {
    margin-top: 36px !important;
}

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

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

._2nOca {
    margin: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._20yUx {
    padding: 0px !important;
}

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

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

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

._2h3Vb {
    margin-bottom: 20px;
}

._1MxC1 {
    margin-bottom: 10px;
}

.p9s2X {
    margin: 0;
}

._70NEb {
    margin-bottom: 15px;
}

._2NT3x {
    margin-top: 0;
}

._3ZtDV {
    margin-top: 11px;
}

._1py8L {
    margin-top: 21px;
}

._13xvV {
    margin-top: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

._3Y1B5 {
    padding-left: 0px;
    padding-right: 0px;
}

.rngcy {
    margin: 0 auto;
    padding: 0px;
    margin-top: 0px;
}

._24i8F {
    display: block;
    height: 100%;
    width: 100%;
}

._2c08z {
    max-width: 1274px;
    position: relative;
    display: block;
    margin: 0px auto;
    padding: 0px;
}

._3PYrz {
    position: relative;
    display: block;
    margin-top: 30px;
}

._1vV-g {
    padding-top: 12px;
}

._20yUx {
    padding: 0px;
}

._2wbeW {
    position: sticky !important;
    top: 80px;
    padding-right: 0;
    z-index: 2;
}

._1438x {
    padding-bottom: 20px;
}

._3vqZT {
    padding: 0px;
}

._2jBx0 {
    z-index: 1;
    background: #ffffff;
    width: 100%;
}

._1r66- {
    z-index: 3;
    left: 0px;
    right: 0px;
    width: 100% !important;
    display: none;
}

._1Xlqg {
    display: block;
}

._2aa3y {
    height: 51px;
    border-bottom: 1px solid #DBDBDB;
}

._37JyQ {
    display: inline-block;
    padding: 17px 10px 0px 10px;
}

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

.BLr42 {
    color: #008489;
    color: var(--btn-secondary-bg);
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0px;
    cursor: pointer;
    padding: p;
    max-width: 1274px;
    max-width: var(--max-container-width);
    margin: 0 auto
}

.HPhVZ {
    font-weight: normal;
    color: #484848;
    margin: 0px;
    word-wrap: break-word;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.2px;
    padding-top: 0px;
    padding-bottom: 0px;
    display: inline;
}

._2LSvF,
._2LSvF:hover,
._2LSvF:focus {
    color: #282828;
    color: var(--common-text-color);
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0px;
    cursor: pointer;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
    font-weight: bold;
}

._1DOiN li {
    padding: 0px;
}

._1DOiN li:after {
    content: "\22C5";
    color: #282828;
    color: var(--common-text-color);
    font-size: 18px;
    vertical-align: middle;
}

._1DOiN li:last-child:after {
    display: none;
}

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

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

._29cXN {
    font-size: 24px;
    font-weight: bold;
}

._3Enlq {
    display: none;
}

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

._3FMLa {
    background-color: #ffffff !important;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
    z-index: 5 !important;
    border-top: 1px solid #DBDBDB !important;
    -webkit-box-shadow: 0px 0px 4px 1px #dedede;
    box-shadow: 0px 0px 4px 1px #dedede;
}

._3QyOd {
    margin-left: auto !important;
    margin-right: auto !important;
    width: auto !important;
    padding-right: 24px !important;
    padding-left: 24px !important;
}

.RIUsO {
    display: inline-block;
}

._3OTJ1 {
    word-wrap: break-word;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: normal;
    margin: 0px;
}

._3HtDw {
    font-size: 14px;
}

._1CKiK {
    width: 100%;
}

.Z8D4M {
    font-size: 14px;
}

._1ITJY {
    display: inline-block;
    float: left;
    padding-right: 5px;
}

.IlMVJ {
    border: 0px !important;
}

.JbFv9 {
    color: #ffb400;
    position: relative;
    height: 22px;
    width: 22px;
}

._3vqZT h2 {
    margin: 0 0 25px 0;
}

@media (max-width: 1200px) and (min-width: 992px) {
    ._2wbeW {
        top: 72px;
    }

    ._3vqZT h2 {
        margin-bottom: 20px;
    }

    ._2c08z {
        padding: 0px 15px;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {
    ._1r66- {
        z-index: 3;
    }
}

@media screen and (max-width: 991px) {
    .Ub98f {
        padding-bottom: 70px;
        margin-bottom: 30px;
    }

    ._3vqZT h2 {
        margin-bottom: 20px;
    }

    ._2c08z {
        padding: 0px 15px;
    }
}

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

    .Ub98f {
        padding-bottom: 100px;
    }

    ._9_3jV {
        width: 100% !important;
    }

    ._3Enlq {
        display: block;
    }

    ._1xG__ {
        display: block;
    }

    ._1w1cm {
        width: auto;
    }

    ._38K5Y {
        display: block !important;
    }

    ._1Aoa1 {
        width: 100%;
        display: block;
    }

    ._3vqZT h2 {
        margin-bottom: 20px;
    }
}

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

@media screen and (min-width: 641px) {
    ._38K5Y {
        display: block !important;
    }
}

@media screen and (max-width: 355px) {
    .r15D- {
        padding: 0px !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;
}

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

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

._2Tvxy {
    max-width: 1080px;
    max-width: var(--max-content-width);
    position: relative;
    display: block;
    margin: 0px auto;
    padding: 0px;
}

.el8KQ {
    font-size: 30px;
    font-weight: normal;
    margin: 0px;
    color: #282828;
    color: var(--common-text-color);
    font-weight: bold;
    word-break: break-word;
}

.el8KQ:hover,
.el8KQ:active,
.el8KQ:focus {
    color: #282828;
    color: var(--common-text-color);
    text-decoration: none;
}

._1-vfT {
    font-size: 20px;
    margin: 0px;
    margin-bottom: 16px;
    font-weight: 600;
}

._1_-hc {
    font-size: 16px;
    color: #767676;
}

.yJxZT {
    font-size: 16px;
    color: #767676;
}

a {
    cursor: pointer;
}

a:focus {
    outline: none;
}

._2Fwjg,
._2Fwjg:hover,
._2Fwjg:focus,
._2Fwjg:hover:focus {
    color: #767676;
    text-decoration: none;
    font-size: inherit;
}

._1b3DF {
    color: inherit;
    font-size: inherit;
    font-weight: normal;
}

._3TSPu {
    text-decoration: line-through;
}

._1aCFF {
    text-align: center;
}

._1z-Aq {
    color: #d43242;
}

._3eYCW {
    position: relative;
    display: block;
}

._2Tvxy ._3eYCW:last-child {
    border-bottom: 0px;
}

._2rYy0 {
    margin-bottom: 6px;
}

._3E-P7 {
    margin-bottom: 12px;
}

._2QQiD {
    margin-bottom: 18px;
}

._2bJGR {
    margin-bottom: 24px;
}

._3Dtje {
    margin-bottom: 48px;
}

._6RtgY {
    margin-top: 6px;
}

._2jiEE {
    margin-top: 12px;
}

.rfnxp {
    margin-top: 18px;
}

._2XneS {
    margin-top: 24px;
}

._3fMlI {
    margin-top: 48px;
}

._3aEfs {
    padding-bottom: 6px;
}

._3zww4 {
    padding-bottom: 12px;
}

._2ik9V {
    padding-bottom: 18px;
}

._2ZyND {
    padding-bottom: 24px;
}

._1wifn {
    padding-bottom: 48px;
}

._3Mdcu {
    padding-top: 6px;
}

.VbaRX {
    padding-top: 12px;
}

._3VC_l {
    padding-top: 18px;
}

._1W9Jo {
    padding-top: 24px;
}

.uugUv {
    padding-top: 48px;
}

._2w007 {
    margin: 0px;
}

._2m8qH {
    padding: 0px;
}

._1ebGo {
    border: 0px none !important;
}

._2xjTD {
    padding: 7px 21px;
    border-color: #c4c4c4;
    background: white;
    color: #484848;
    font-weight: bold;
    font-size: 16px;
    outline: none !important;
}

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

._2xjTD:hover,
._2xjTD:focus,
._2xjTD:hover:focus {
    background: white;
    color: #484848;
}

._1F9EW {
    margin-bottom: 8px;
}

._2mLwe {
    display: inline-block;
    width: 50%;
    font-size: 16px;
    padding-right: 8px;
}

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

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

._2A97S {
    display: table-cell;
    width: 100%;
}

._3lXPf {
    display: table-cell;
    vertical-align: top;
}

._3bGMj {
    font-size: 16px;
    font-weight: 700;
    vertical-align: middle;
    word-break: break-word;
    line-height: 26px;
}

._1D0L9 {
    margin-top: 16px;
}

._1tOIk {
    display: inline-block;
}

._3hlkl {
    vertical-align: top;
}

._1xPMc {
    margin-right: 6px;
}

.fVTGg {
    border: 1px solid #008489;
    border: 1px solid var(--btn-secondary-bg);
    padding: 10px;
    border-radius: 4px;
}

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

._1Wcxc {
    vertical-align: bottom;
}

.gQN_P {
    padding-left: 8px;
}

._3gpaR {
    -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;
    color: #008489 !important;
    color: var(--btn-secondary-bg) !important;
    font-weight: inherit;
    word-wrap: break-word;
    line-height: 18px;
    letter-spacing: normal;
    font-size: 16px !important;
    border: 0px !important;
    text-decoration: underline;
}

._3gpaR._3CPlK,
._3gpaR:focus,
._3gpaR:active,
._3gpaR:active:focus,
._3gpaR:focus,
._3gpaR:hover {
    -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: #008489 !important;
    color: var(--btn-secondary-bg) !important;
    font-weight: inherit;
    word-wrap: break-word;
    line-height: 18px;
    letter-spacing: normal;
    font-size: 16px;
    border: 0px !important;
}

._1CdEV {
    margin-bottom: 10px !important;
}

._3ZIiH {
    width: 65%;
}

._3Ns_z {
    padding-bottom: 10px !important;
}

._2RMMz {
    vertical-align: top;
}

._1jLfD {
    border-top: 1px solid #DDDDDD;
    border-top: 1px solid var(--border-color);
    margin: 30px 0;
}

.UGtPm {
    margin: 15px 0 30px;
}

@media screen and (max-width: 767px) {
    .el8KQ {
        font-weight: 700;
        font-size: 26px;
        word-break: break-word;
    }

    ._2mLwe {
        display: inline-block;
        width: 100% !important;
    }

    ._3ZIiH {
        width: 100% !important;
    }

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

._2Mq5_ {
    position: relative;
    text-align: center;
    margin: 0 auto;
}

._39o7M {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    overflow: hidden;
    background-color: #bbb;
    border-radius: 50%;
    border: 2px solid #fff;
}

.eD51P {
    height: 70px;
    width: 70px;
}

._38S07 {
    width: 100%;
    min-width: 18px;
    height: auto;
    text-align: center;
    color: #767676;
}

._2oDW5 {
    display: inline;
    position: relative;
    float: left;
}

._2b3uZ {
    padding-bottom: 15px;
}

._2xbvP {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 150px;
    margin: 0 auto;
}

._3IYA9 {
    position: relative;
    top: 2px;
}

._1pmGT {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
    font-size: 18px;
}

._2io2O {
    padding-left: 15px;
    position: relative;
}

._2io2O::before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #282828;
    background-color: var(--common-text-color);
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 5px;
}

._3ri5b {
    padding: 40px 0px 30px;
}

.XsNvk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    font-size: 18px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 44px;
}

._3o0WV {
    padding-left: 12px;
}

._2jVl1 {
    position: relative;
    top: -2px;
}

._2auGi {
    padding-left: 35px;
    cursor: pointer;
}

._1vufT {
    padding-left: 5px;
}

._1x0F4 {
    display: grid;
    grid-template-columns: 50% 50%;

}

@media screen and (max-width: 1200px) {
    ._3ri5b {
        padding: 100px 0px 30px 0px;
    }
}

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

    .I5uy4 {
        text-align: left;
    }
}

@media screen and (max-width: 767px) {
    .eD51P {
        height: 54px;
        width: 54px;
    }

    ._2ygPj {
        height: 100px;
        width: 100px;
    }

    .XsNvk {
        padding-top: 0px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    ._3ri5b {
        padding: 100px 0px 8px;
    }

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

    ._1x0F4 {
        grid-template-columns: 100%;
    }

    ._1pmGT {
        margin-top: 10px;
    }

    .ewGDP {
        padding-left: 0;
        padding-top: 5px;
    }
}

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

._2AYMb {
    max-width: 1080px;
    max-width: var(--max-content-width);
    position: relative;
    display: block;
    margin: 0px auto;
    padding: 0px;
}

._2nUQW {
    font-size: 30px;
    font-weight: normal;
    margin: 0px;
    color: #282828;
    color: var(--common-text-color);
    font-weight: bold;
    word-break: break-word;
}

._2nUQW:hover,
._2nUQW:active,
._2nUQW:focus {
    color: #282828;
    color: var(--common-text-color);
    text-decoration: none;
}

.A7Xq0 {
    font-size: 20px;
    margin: 0px;
    margin-bottom: 16px;
    font-weight: 600;
}

._3EMZE {
    font-size: 16px;
    color: #767676;
}

._2mMBB {
    font-size: 16px;
    color: #767676;
}

a {
    cursor: pointer;
}

a:focus {
    outline: none;
}

._1SlK_,
._1SlK_:hover,
._1SlK_:focus,
._1SlK_:hover:focus {
    color: #767676;
    text-decoration: none;
    font-size: inherit;
}

._1nf_E {
    color: inherit;
    font-size: inherit;
    font-weight: normal;
}

._2uqLl {
    text-decoration: line-through;
}

._1ghrA {
    text-align: center;
}

._1gx3B {
    color: #d43242;
}

._1jcA8 {
    position: relative;
    display: block;
}

._2AYMb ._1jcA8:last-child {
    border-bottom: 0px;
}

._2ETVU {
    margin-bottom: 6px;
}

._1yKK3 {
    margin-bottom: 12px;
}

.LTJIv {
    margin-bottom: 18px;
}

._3U2QU {
    margin-bottom: 24px;
}

.cPtTE {
    margin-bottom: 48px;
}

._21aFH {
    margin-top: 6px;
}

._1pFBH {
    margin-top: 12px;
}

._3QNTR {
    margin-top: 18px;
}

._28kN7 {
    margin-top: 24px;
}

._2TXiH {
    margin-top: 48px;
}

.t5V-i {
    padding-bottom: 6px;
}

._3yagd {
    padding-bottom: 12px;
}

._1gb3d {
    padding-bottom: 18px;
}

._1UrAo {
    padding-bottom: 24px;
}

._2TA_Z {
    padding-bottom: 48px;
}

._32viy {
    padding-top: 6px;
}

._1H-dP {
    padding-top: 12px;
}

._27DvG {
    padding-top: 18px;
}

._1Kkt7 {
    padding-top: 24px;
}

.e1ftC {
    padding-top: 48px;
}

._3FBOi {
    margin: 0px;
}

._2jyty {
    padding: 0px;
}

._3ZAeV {
    border: 0px none !important;
}

._3FuaA {
    padding: 7px 21px;
    border-color: #c4c4c4;
    background: white;
    color: #484848;
    font-weight: bold;
    font-size: 16px;
    outline: none !important;
}

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

._3FuaA:hover,
._3FuaA:focus,
._3FuaA:hover:focus {
    background: white;
    color: #484848;
}

._3yGo0 {
    margin-bottom: 8px;
}

._2hC3w {
    display: inline-block;
    width: 50%;
    font-size: 16px;
    padding-right: 8px;
}

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

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

._3jJOk {
    display: table-cell;
    width: 100%;
}

._1jgN_ {
    display: table-cell;
    vertical-align: top;
}

._38RRx {
    font-size: 16px;
    font-weight: 700;
    vertical-align: middle;
    word-break: break-word;
    line-height: 26px;
}

._1dCbC {
    margin-top: 16px;
}

._1Kwz7 {
    display: inline-block;
}

._3qYko {
    vertical-align: top;
}

.ev0gN {
    margin-right: 6px;
}

._3IYB2 {
    border: 1px solid #008489;
    border: 1px solid var(--btn-secondary-bg);
    padding: 10px;
    border-radius: 4px;
}

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

._25iL_ {
    vertical-align: bottom;
}

._11NeF {
    padding-left: 8px;
}

._1VKFC {
    -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;
    color: #008489 !important;
    color: var(--btn-secondary-bg) !important;
    font-weight: inherit;
    word-wrap: break-word;
    line-height: 18px;
    letter-spacing: normal;
    font-size: 16px !important;
    border: 0px !important;
    text-decoration: underline;
}

._1VKFC.u1zyA,
._1VKFC:focus,
._1VKFC:active,
._1VKFC:active:focus,
._1VKFC:focus,
._1VKFC:hover {
    -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: #008489 !important;
    color: var(--btn-secondary-bg) !important;
    font-weight: inherit;
    word-wrap: break-word;
    line-height: 18px;
    letter-spacing: normal;
    font-size: 16px;
    border: 0px !important;
}

.HJcl2 {
    margin-bottom: 10px !important;
}

._1uJOu {
    width: 65%;
}

.SFR2I {
    padding-bottom: 10px !important;
}

._2Tedz {
    vertical-align: top;
}

._3qIHR {
    border-top: 1px solid #DDDDDD;
    border-top: 1px solid var(--border-color);
    margin: 30px 0;
}

.gQ230 {
    margin: 15px 0 30px;
}

@media screen and (max-width: 767px) {
    ._2nUQW {
        font-weight: 700;
        font-size: 26px;
        word-break: break-word;
    }

    ._2hC3w {
        display: inline-block;
        width: 100% !important;
    }

    ._1uJOu {
        width: 100% !important;
    }

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

._2X1j5 {
    height: 500px;
    position: relative;
    width: 100%;
    -webkit-transition: height .2s;
    -o-transition: height .2s;
    transition: height .2s;
    cursor: pointer;
    border-radius: 15px;
}

._1KFsi {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    min-height: 500px;
}

.aWTX2 {
    bottom: 20px;
    right: 20px;
    position: absolute;
}

._1KFsi:hover {
    cursor: pointer;
}

._3JpcN {
    padding: 10px 16px;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    width: auto;
    font-size: 15px;
    line-height: 18px;
    color: #484848;
    font-weight: normal;
    border: 1px solid transparent;
    min-width: 52px;
    background: #ffffff;
}

._1NMJ0 {
    color: #000;
    font-size: 30px;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    cursor: pointer;
}

._3JpcN ._1NMJ0 {
    font-size: 20px !important;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

._10cfJ {
    padding-left: 6px;
}

._2ll5J {
    vertical-align: bottom;
}

.WXFim {
    vertical-align: middle;
}

._1jQHs {
    position: absolute;
    top: 20px;
    right: 20px;
}

._2vBzB {
    display: inline-block;
    margin-left: 25px;
}

._3ibJ_ {
    position: relative;
}

._2uo3p {
    color: #282828;
    color: var(--common-text-color);
    border: 1px solid #282828;
    border: 1px solid var(--common-text-color);
    border-radius: 4px;
    font-weight: normal;
}

@media screen and (max-height: 1200px) {
    ._1jQHs {
        right: 0px;
    }
}

@media screen and (min-height: 700px) {

    /* .bannerContainer {
height: 552px;
} */
    ._11Wvr {
        height: 552px;
    }
}

@media screen and (min-height: 850px) {

    /* .bannerContainer {
height: 545px;
} */
    ._11Wvr {
        height: 850px;
    }
}

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

._3Cj1B {
    padding: 20px 32px 32px 32px;
}

._2SQSq {
    margin: 0 auto;
    padding: 0px;
}

/** RentAll - Begin **/
._1YZnp {
    max-width: 376px;
}

._1hblO {
    padding: 0px;
}

._34ZAV {
    margin-bottom: 6px;
}

._2-Ol0 {
    overflow: hidden;
}

a,
a:hover,
a:focus,
a:active {
    color: #008489;
    color: var(--btn-secondary-bg);
}

._33cUH {
    font-size: 16px;
    color: #484848;
    margin: 15px 0px;
}

._3KS-L {
    padding: 0px;
}

._1bJU5 {
    margin: 0px;
}

._3ASNm {
    text-align: right;
}

.tXTRs {
    text-align: left;
}

.v8fV7 {
    text-align: center;
}

._17KI2 {
    display: inline-block;
    margin: -2px 8px 0 0;
}

/** custom **/
._DNLU {
    margin-bottom: 24px !important;
}

._3cO5E {
    font-size: 24px !important;
    font-weight: 800 !important;
    padding-bottom: 10px;
}

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

.bohC3 {
    padding-bottom: 24px;
    padding-top: 10px;
}

._2r-tP {
    color: #484848 !important;
    font-size: 24px !important;
    margin-right: 15px;
    display: inline-block;
}

.zxqhC {
    padding: 0px;
    border: 1px solid black;
    text-align: center;
    height: 35px;
    width: 35px;
    background-color: #bbb;
    border-radius: 50%;
}

._3dUv1 {
    margin-left: -5px;
}

._1YAjx {
    border-radius: 0px !important;
}

._389TQ {
    border-bottom: 1px solid #dedede;
    margin-bottom: 18px;
}

@media screen and (max-width: 640px) {
    ._28Qxk {
        margin-bottom: 12px;
    }
}

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

.bSS4j {
    max-width: 1080px;
    max-width: var(--max-content-width);
    position: relative;
    display: block;
    margin: 0px auto;
    padding: 0px;
}

._314yM {
    font-size: 30px;
    font-weight: normal;
    margin: 0px;
    color: #282828;
    color: var(--common-text-color);
    font-weight: bold;
    word-break: break-word;
}

._314yM:hover,
._314yM:active,
._314yM:focus {
    color: #282828;
    color: var(--common-text-color);
    text-decoration: none;
}

._32hUF {
    font-size: 20px;
    margin: 0px;
    margin-bottom: 16px;
    font-weight: 600;
}

._1Kvsd {
    font-size: 16px;
    color: #767676;
}

._3tnOw {
    font-size: 16px;
    color: #767676;
}

a {
    cursor: pointer;
}

a:focus {
    outline: none;
}

._1qXCG,
._1qXCG:hover,
._1qXCG:focus,
._1qXCG:hover:focus {
    color: #767676;
    text-decoration: none;
    font-size: inherit;
}

._2z3D_ {
    color: inherit;
    font-size: inherit;
    font-weight: normal;
}

.BFNgw {
    text-decoration: line-through;
}

.igVlU {
    text-align: center;
}

._12UEn {
    color: #d43242;
}

._3926e {
    position: relative;
    display: block;
}

.bSS4j ._3926e:last-child {
    border-bottom: 0px;
}

._1dsEp {
    margin-bottom: 6px;
}

._1EdCJ {
    margin-bottom: 12px;
}

.tWP5T {
    margin-bottom: 18px;
}

._3l1jj {
    margin-bottom: 24px;
}

._15-wb {
    margin-bottom: 48px;
}

._16aql {
    margin-top: 6px;
}

._1sKh2 {
    margin-top: 12px;
}

._1HUAI {
    margin-top: 18px;
}

._3Nojz {
    margin-top: 24px;
}

._2dxnF {
    margin-top: 48px;
}

._2ZOEp {
    padding-bottom: 6px;
}

._1vRQf {
    padding-bottom: 12px;
}

._2J450 {
    padding-bottom: 18px;
}

._3tnGP {
    padding-bottom: 24px;
}

._1Fr-Z {
    padding-bottom: 48px;
}

.VH-s2 {
    padding-top: 6px;
}

._1gm_P {
    padding-top: 12px;
}

._2x5BE {
    padding-top: 18px;
}

.qXQbe {
    padding-top: 24px;
}

.yR7ZV {
    padding-top: 48px;
}

._2KaGj {
    margin: 0px;
}

._2grB_ {
    padding: 0px;
}

._1Rpnk {
    border: 0px none !important;
}

.bb_IQ {
    padding: 7px 21px;
    border-color: #c4c4c4;
    background: white;
    color: #484848;
    font-weight: bold;
    font-size: 16px;
    outline: none !important;
}

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

.bb_IQ:hover,
.bb_IQ:focus,
.bb_IQ:hover:focus {
    background: white;
    color: #484848;
}

._21Lcn {
    margin-bottom: 8px;
}

._2zpO9 {
    display: inline-block;
    width: 50%;
    font-size: 16px;
    padding-right: 8px;
}

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

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

._3hbKy {
    display: table-cell;
    width: 100%;
}

._3suot {
    display: table-cell;
    vertical-align: top;
}

._24j3e {
    font-size: 16px;
    font-weight: 700;
    vertical-align: middle;
    word-break: break-word;
    line-height: 26px;
}

._1xyS- {
    margin-top: 16px;
}

.g3yA0 {
    display: inline-block;
}

.gsgOt {
    vertical-align: top;
}

._3vYSw {
    margin-right: 6px;
}

._37UhF {
    border: 1px solid #008489;
    border: 1px solid var(--btn-secondary-bg);
    padding: 10px;
    border-radius: 4px;
}

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

.wUTjm {
    vertical-align: bottom;
}

.tQGsV {
    padding-left: 8px;
}

._1QgSw {
    -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;
    color: #008489 !important;
    color: var(--btn-secondary-bg) !important;
    font-weight: inherit;
    word-wrap: break-word;
    line-height: 18px;
    letter-spacing: normal;
    font-size: 16px !important;
    border: 0px !important;
    text-decoration: underline;
}

._1QgSw.dUCtf,
._1QgSw:focus,
._1QgSw:active,
._1QgSw:active:focus,
._1QgSw:focus,
._1QgSw:hover {
    -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: #008489 !important;
    color: var(--btn-secondary-bg) !important;
    font-weight: inherit;
    word-wrap: break-word;
    line-height: 18px;
    letter-spacing: normal;
    font-size: 16px;
    border: 0px !important;
}

._31jg2 {
    margin-bottom: 10px !important;
}

._3m-nL {
    width: 65%;
}

._23Vin {
    padding-bottom: 10px !important;
}

._9UBcb {
    vertical-align: top;
}

._1vLtF {
    border-top: 1px solid #DDDDDD;
    border-top: 1px solid var(--border-color);
    margin: 30px 0;
}

._159Ud {
    margin: 15px 0 30px;
}

@media screen and (max-width: 767px) {
    ._314yM {
        font-weight: 700;
        font-size: 26px;
        word-break: break-word;
    }

    ._2zpO9 {
        display: inline-block;
        width: 100% !important;
    }

    ._3m-nL {
        width: 100% !important;
    }

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

._1R8Zn {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    overflow: hidden;
    background-color: #bbb;
    border-radius: 50%;
    border: 2px solid #fff;
}

._28tF7 {
    height: 70px;
    width: 70px;
}

._2On8r {
    width: 100%;
    min-width: 18px;
    height: auto;
    text-align: center;
    color: #767676;
}

._1qXCG,
._1qXCG:hover,
._1qXCG:focus,
._1qXCG:hover:focus {
    color: #767676;
    text-decoration: none;
    font-size: inherit;
}

._3F3he {
    display: inline;
    position: relative;
    float: left;
}

._3B4mS {
    padding-bottom: 15px;
}

._2H43F {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 150px;
    margin: 0 auto;
}

._3nNC5 {
    position: relative;
    top: 2px;
}

.tdDLn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

._2_1MG {
    font-size: 20px;
    padding-left: 25px;
}

._2ktAV {
    font-size: 16px;
    color: #454545;
    margin-top: 10px;
}

._3i7sc {
    width: 5px;
    height: 5px;
    background: #454545;
    border-radius: 50%;
    margin: 0 6px 0 10px;
    display: inline-block;
    position: relative;
    top: -2px;
}

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

    ._1I35C {
        text-align: left;
    }
}

@media screen and (max-width: 767px) {
    ._28tF7 {
        height: 54px;
        width: 54px;
    }

    ._2poTD {
        height: 100px;
        width: 100px;
    }
}

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

._2le7x {
    max-width: 1080px;
    max-width: var(--max-content-width);
    position: relative;
    display: block;
    margin: 0px auto;
    padding: 0px;
}

.tqeeC {
    font-size: 30px;
    font-weight: normal;
    margin: 0px;
    color: #282828;
    color: var(--common-text-color);
    font-weight: bold;
    word-break: break-word;
}

.tqeeC:hover,
.tqeeC:active,
.tqeeC:focus {
    color: #282828;
    color: var(--common-text-color);
    text-decoration: none;
}

.FoRFP {
    font-size: 20px;
    margin: 0px;
    margin-bottom: 16px;
    font-weight: 600;
}

.nIGel {
    font-size: 16px;
    color: #767676;
}

._3G9uZ {
    font-size: 16px;
    color: #767676;
}

a {
    cursor: pointer;
}

a:focus {
    outline: none;
}

.yYjsY,
.yYjsY:hover,
.yYjsY:focus,
.yYjsY:hover:focus {
    color: #767676;
    text-decoration: none;
    font-size: inherit;
}

._3HYyC {
    color: inherit;
    font-size: inherit;
    font-weight: normal;
}

._3V8xd {
    text-decoration: line-through;
}

._3kuGs {
    text-align: center;
}

._27yiJ {
    color: #d43242;
}

._2N8-D {
    position: relative;
    display: block;
}

._2le7x ._2N8-D:last-child {
    border-bottom: 0px;
}

._3QlfT {
    margin-bottom: 6px;
}

.EM3DJ {
    margin-bottom: 12px;
}

._2Cngb {
    margin-bottom: 18px;
}

._1GzMx {
    margin-bottom: 24px;
}

._3uOAW {
    margin-bottom: 48px;
}

.KRNR8 {
    margin-top: 6px;
}

._2YV9Y {
    margin-top: 12px;
}

._3nGYf {
    margin-top: 18px;
}

._3ScSk {
    margin-top: 24px;
}

._2v5Tr {
    margin-top: 48px;
}

.oxB4R {
    padding-bottom: 6px;
}

._3n80I {
    padding-bottom: 12px;
}

._3_30s {
    padding-bottom: 18px;
}

._19asf {
    padding-bottom: 24px;
}

.JUCVV {
    padding-bottom: 48px;
}

._2zi5M {
    padding-top: 6px;
}

._1WJcU {
    padding-top: 12px;
}

._2SZeU {
    padding-top: 18px;
}

._2aYfM {
    padding-top: 24px;
}

.YwVoQ {
    padding-top: 48px;
}

._1llvU {
    margin: 0px;
}

._1KYdA {
    padding: 0px;
}

._20PkF {
    border: 0px none !important;
}

._2wTIQ {
    padding: 7px 21px;
    border-color: #c4c4c4;
    background: white;
    color: #484848;
    font-weight: bold;
    font-size: 16px;
    outline: none !important;
}

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

._2wTIQ:hover,
._2wTIQ:focus,
._2wTIQ:hover:focus {
    background: white;
    color: #484848;
}

._2A2pM {
    margin-bottom: 8px;
}

._1Qnry {
    display: inline-block;
    width: 40%;
    font-size: 16px;
    padding-right: 8px;
}

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

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

._2GKcW {
    display: table-cell;
    width: 100%;
}

._1cPPp {
    display: table-cell;
    vertical-align: top;
}

._1J9mU {
    font-size: 16px;
    font-weight: 700;
    vertical-align: middle;
    word-break: break-word;
    line-height: 26px;
}

._2MDwa {
    margin-top: 16px;
}

.ZKn3u {
    display: inline-block;
}

.QW173 {
    vertical-align: top;
}

._3TIxB {
    margin-right: 6px;
}

._1mCj_ {
    border: 1px solid #008489;
    border: 1px solid var(--btn-secondary-bg);
    padding: 10px;
    border-radius: 4px;
}

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

._3_Hn4 {
    vertical-align: bottom;
}

._1mF6a {
    padding-left: 8px;
}

._16wN9 {
    -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;
    color: #008489 !important;
    color: var(--btn-secondary-bg) !important;
    font-weight: inherit;
    word-wrap: break-word;
    line-height: 18px;
    letter-spacing: normal;
    font-size: 16px !important;
    border: 0px !important;
    text-decoration: underline;
}

._16wN9._2Rzt5,
._16wN9:focus,
._16wN9:active,
._16wN9:active:focus,
._16wN9:focus,
._16wN9:hover {
    -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: #008489 !important;
    color: var(--btn-secondary-bg) !important;
    font-weight: inherit;
    word-wrap: break-word;
    line-height: 18px;
    letter-spacing: normal;
    font-size: 16px;
    border: 0px !important;
}

._3pB3i {
    margin-bottom: 10px !important;
}

._1NMay {
    width: 65%;
}

.U-NV2 {
    padding-bottom: 10px !important;
}

._3DZKE {
    vertical-align: top;
}

._1Po_Y {
    border-top: 1px solid #DDDDDD;
    border-top: 1px solid var(--border-color);
    margin: 30px 0;
}

.RwwvO {
    margin: 15px 0 30px;
}

@media screen and (max-width: 767px) {
    .tqeeC {
        font-weight: 700;
        font-size: 26px;
        word-break: break-word;
    }

    ._1Qnry {
        display: inline-block;
        width: 100% !important;
    }

    ._1NMay {
        width: 100% !important;
    }

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

._3G9uZ {
    font-size: 16px;
    color: #008489;
    color: var(--btn-secondary-bg);
    cursor: pointer;
    text-decoration: underline;
}

._3G9uZ:hover,
._3G9uZ:active,
._3G9uZ:focus {
    color: #008489;
    color: var(--btn-secondary-bg);
    cursor: pointer;
}

.MZsjZ {
    width: 100%;
    max-width: 28px;
    max-height: 28px;
    height: auto;
}

._25582 {
    display: inline-block;
    width: 30px;
    vertical-align: top;
    margin-right: 6px;
}

._2tNkT {
    display: inline-block;
    width: 85%;
    vertical-align: middle;
}

._3KWei {
    white-space: pre-line;
}

._3Z0lr {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #DDDDDD;
    border: 1px solid var(--border-color);
    min-width: 176px;
    max-width: 176px;
    padding: 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin-bottom: 20px;
    border-radius: 6px;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

._9NS5x {
    display: grid;
    grid-template-columns: 24% 24% 24% 24%;
}

.ksDtP {
    font-size: 14px;
    color: #454545;
}

._1zGR9 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
}

._1zGR9 img {
    width: 6px;
}

._1wj2c {
    margin-right: 8px;
}

@media screen and (max-width: 1200px) {
    ._9NS5x {
        grid-template-columns: 30.33% 30.33% 30.33%;
        grid-gap: 12px;
    }
}

@media screen and (max-width:1024px) {
    ._3Z0lr {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    ._3Z0lr {
        min-width: 95%;
        max-width: 95%;
    }
}

@media screen and (max-width: 767px) {
    ._9NS5x {
        grid-template-columns: 51% auto;
        ;
    }
}

@media screen and (max-width: 380px) {
    ._9NS5x {
        grid-template-columns: 100%;
    }
}

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

._3To7m {
    max-width: 1080px;
    max-width: var(--max-content-width);
    position: relative;
    display: block;
    margin: 0px auto;
    padding: 0px;
}

._1zVS8 {
    font-size: 30px;
    font-weight: normal;
    margin: 0px;
    color: #282828;
    color: var(--common-text-color);
    font-weight: bold;
    word-break: break-word;
}

._1zVS8:hover,
._1zVS8:active,
._1zVS8:focus {
    color: #282828;
    color: var(--common-text-color);
    text-decoration: none;
}

._23qIi {
    font-size: 20px;
    margin: 0px;
    margin-bottom: 16px;
    font-weight: 600;
}

.cpeT- {
    font-size: 16px;
    color: #767676;
}

._1xz6D {
    font-size: 16px;
    color: #767676;
}

a {
    cursor: pointer;
}

a:focus {
    outline: none;
}

._18Tm5,
._18Tm5:hover,
._18Tm5:focus,
._18Tm5:hover:focus {
    color: #767676;
    text-decoration: none;
    font-size: inherit;
}

._1Go9x {
    color: inherit;
    font-size: inherit;
    font-weight: normal;
}

._3jfhq {
    text-decoration: line-through;
}

._3k3vR {
    text-align: center;
}

._1rh_J {
    color: #d43242;
}

.r1bk5 {
    position: relative;
    display: block;
}

._3To7m .r1bk5:last-child {
    border-bottom: 0px;
}

._3XGIG {
    margin-bottom: 6px;
}

.-EClZ {
    margin-bottom: 12px;
}

._1v398 {
    margin-bottom: 18px;
}

._1sAsD {
    margin-bottom: 24px;
}

._1WNUY {
    margin-bottom: 48px;
}

._1mcvx {
    margin-top: 6px;
}

.EA9fi {
    margin-top: 12px;
}

._3A_oh {
    margin-top: 18px;
}

._3O4RV {
    margin-top: 24px;
}

._2RglK {
    margin-top: 48px;
}

._13_z- {
    padding-bottom: 6px;
}

._3W7pU {
    padding-bottom: 12px;
}

._2Bepm {
    padding-bottom: 18px;
}

._3w3Br {
    padding-bottom: 24px;
}

.nz49D {
    padding-bottom: 48px;
}

.asXWq {
    padding-top: 6px;
}

.A50ij {
    padding-top: 12px;
}

._2-zwx {
    padding-top: 18px;
}

._2-qCP {
    padding-top: 24px;
}

._1eStX {
    padding-top: 48px;
}

._3HYgf {
    margin: 0px;
}

._2vzIU {
    padding: 0px;
}

._2gwwL {
    border: 0px none !important;
}

._3Xvmx {
    padding: 7px 21px;
    border-color: #c4c4c4;
    background: white;
    color: #484848;
    font-weight: bold;
    font-size: 16px;
    outline: none !important;
}

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

._3Xvmx:hover,
._3Xvmx:focus,
._3Xvmx:hover:focus {
    background: white;
    color: #484848;
}

._3rq2K {
    margin-bottom: 8px;
}

._1TXcS {
    display: inline-block;
    width: 50%;
    font-size: 16px;
    padding-right: 8px;
}

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

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

._13amT {
    display: table-cell;
    width: 100%;
}

._1ZnuF {
    display: table-cell;
    vertical-align: top;
}

._1nBK_ {
    font-size: 16px;
    font-weight: 700;
    vertical-align: middle;
    word-break: break-word;
    line-height: 26px;
}

._1k4Ws {
    margin-top: 16px;
}

.DlhP8 {
    display: inline-block;
}

._3ptxs {
    vertical-align: top;
}

._1fz8U {
    margin-right: 6px;
}

._3uth8 {
    border: 1px solid #008489;
    border: 1px solid var(--btn-secondary-bg);
    padding: 10px;
    border-radius: 4px;
}

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

._5YSmT {
    vertical-align: bottom;
}

._270Bg {
    padding-left: 8px;
}

.fkO-Q {
    -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;
    color: #008489 !important;
    color: var(--btn-secondary-bg) !important;
    font-weight: inherit;
    word-wrap: break-word;
    line-height: 18px;
    letter-spacing: normal;
    font-size: 16px !important;
    border: 0px !important;
    text-decoration: underline;
}

.fkO-Q.eD13g,
.fkO-Q:focus,
.fkO-Q:active,
.fkO-Q:active:focus,
.fkO-Q:focus,
.fkO-Q:hover {
    -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: #008489 !important;
    color: var(--btn-secondary-bg) !important;
    font-weight: inherit;
    word-wrap: break-word;
    line-height: 18px;
    letter-spacing: normal;
    font-size: 16px;
    border: 0px !important;
}

.Np3hS {
    margin-bottom: 10px !important;
}

._1PmLz {
    width: 65%;
}

._32hah {
    padding-bottom: 10px !important;
}

._1Dl5H {
    vertical-align: top;
}

._2gjiV {
    border-top: 1px solid #DDDDDD;
    border-top: 1px solid var(--border-color);
    margin: 30px 0;
}

._1So9H {
    margin: 15px 0 30px;
}

@media screen and (max-width: 767px) {
    ._1zVS8 {
        font-weight: 700;
        font-size: 26px;
        word-break: break-word;
    }

    ._1TXcS {
        display: inline-block;
        width: 100% !important;
    }

    ._1PmLz {
        width: 100% !important;
    }

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

._2Vm-E {
    margin-left: -22px;
}

._2XkXU {
    height: 38px;
    position: relative;
    width: 38px;
    margin: 0px;
}

._3zqIn {
    font-size: 12px;
    font-weight: 700;
    height: 12px;
    line-height: 12px;
    text-align: center;
    width: 38px;
    padding-bottom: 13px;
    padding-top: 13px;
}

.efV1F {
    display: none;
    position: absolute;
    top: -34px;
    left: 0;
    right: 0;
    width: 100%;
    color: #fff;
    background-color: #4AD5DC;
    background: #4AD5DC;
    min-width: 165px;
    padding: 10px;
    z-index: 1034;
    border: 1px solid #4AD5DC;
    border-radius: 4px;
    font-weight: 800;
}

._1Laq0:hover .efV1F {
    display: block;
}

._2uPkM {
    padding-left: 0px;
    padding-right: 0px;
}

._1zVS8 {
    font-size: 20px;
    font-weight: 600;
}

.gyOsT {
    border-bottom: 1px solid #DDDDDD;
    border-bottom: 1px solid var(--border-color);
}

._2yVIB {
    border-bottom: none;
    border-top: 1px solid #DDDDDD;
    border-top: 1px solid var(--border-color);
    margin-top: 20px;
}

._1wEcR {
    margin: 20px 0 0;
}

.PIB3Z {
    display: inline-block;
}

._2XshA {
    width: 5px;
    height: 5px;
    background: #454545;
    border-radius: 50%;
    margin: 0 6px 0 6px;
    position: relative;
    display: inline-block;
    top: -2px;
}

@media screen and (max-width: 767px) {
    ._2Vm-E {
        margin-left: 6px;
    }

    .PIB3Z {
        display: block;
    }

    ._2XshA {
        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;
}

.E_HpE {
    max-width: 1080px;
    max-width: var(--max-content-width);
    position: relative;
    display: block;
    margin: 0px auto;
    padding: 0px;
}

._107CU {
    font-size: 30px;
    font-weight: normal;
    margin: 0px;
    color: #282828;
    color: var(--common-text-color);
    font-weight: bold;
    word-break: break-word;
}

._107CU:hover,
._107CU:active,
._107CU:focus {
    color: #282828;
    color: var(--common-text-color);
    text-decoration: none;
}

.FMvln {
    font-size: 20px;
    margin: 0px;
    margin-bottom: 16px;
    font-weight: 600;
}

._1-6KU {
    font-size: 16px;
    color: #767676;
}

._1BkJf {
    font-size: 16px;
    color: #767676;
}

a {
    cursor: pointer;
}

a:focus {
    outline: none;
}

._26BfB,
._26BfB:hover,
._26BfB:focus,
._26BfB:hover:focus {
    color: #767676;
    text-decoration: none;
    font-size: inherit;
}

.iYi84 {
    color: inherit;
    font-size: inherit;
    font-weight: normal;
}

._3T-G4 {
    text-decoration: line-through;
}

._1jPTs {
    text-align: center;
}

._1j0oa {
    color: #d43242;
}

._3CSpM {
    position: relative;
    display: block;
}

.E_HpE ._3CSpM:last-child {
    border-bottom: 0px;
}

._1TPRs {
    margin-bottom: 6px;
}

.QwbWy {
    margin-bottom: 12px;
}

._2SFTO {
    margin-bottom: 18px;
}

._2o9SV {
    margin-bottom: 24px;
}

._1v9Mq {
    margin-bottom: 48px;
}

._12qax {
    margin-top: 6px;
}

.B0ZoE {
    margin-top: 12px;
}

._3Thbr {
    margin-top: 18px;
}

.-z-VJ {
    margin-top: 24px;
}

._1qLbT {
    margin-top: 48px;
}

._3EV0g {
    padding-bottom: 6px;
}

._2IQvA {
    padding-bottom: 12px;
}

._29mbB {
    padding-bottom: 18px;
}

._3Q5MJ {
    padding-bottom: 24px;
}

._3GcYY {
    padding-bottom: 48px;
}

.g3G_v {
    padding-top: 6px;
}

.KmDa- {
    padding-top: 12px;
}

._32IaH {
    padding-top: 18px;
}

._2i2Pp {
    padding-top: 24px;
}

._29wz3 {
    padding-top: 48px;
}

._2bPCm {
    margin: 0px;
}

._2VVhn {
    padding: 0px;
}

._2bscw {
    border: 0px none !important;
}

._2Cjx_ {
    padding: 7px 21px;
    border-color: #c4c4c4;
    background: white;
    color: #484848;
    font-weight: bold;
    font-size: 16px;
    outline: none !important;
}

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

._2Cjx_:hover,
._2Cjx_:focus,
._2Cjx_:hover:focus {
    background: white;
    color: #484848;
}

._1y-E- {
    margin-bottom: 8px;
}

.QTm5n {
    display: inline-block;
    width: 50%;
    font-size: 16px;
    padding-right: 8px;
}

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

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

._3HCRL {
    display: table-cell;
    width: 100%;
}

._35H19 {
    display: table-cell;
    vertical-align: top;
}

._3tcy7 {
    font-size: 16px;
    font-weight: 700;
    vertical-align: middle;
    word-break: break-word;
    line-height: 26px;
}

.qRbxs {
    margin-top: 16px;
}

.HPUTp {
    display: inline-block;
}

._2-69r {
    vertical-align: top;
}

._2EwUq {
    margin-right: 6px;
}

._1stAF {
    border: 1px solid #008489;
    border: 1px solid var(--btn-secondary-bg);
    padding: 10px;
    border-radius: 4px;
}

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

._2C2Ev {
    vertical-align: bottom;
}

._25qMF {
    padding-left: 8px;
}

.emUNe {
    -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;
    color: #008489 !important;
    color: var(--btn-secondary-bg) !important;
    font-weight: inherit;
    word-wrap: break-word;
    line-height: 18px;
    letter-spacing: normal;
    font-size: 16px !important;
    border: 0px !important;
    text-decoration: underline;
}

.emUNe.J1eaL,
.emUNe:focus,
.emUNe:active,
.emUNe:active:focus,
.emUNe:focus,
.emUNe:hover {
    -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: #008489 !important;
    color: var(--btn-secondary-bg) !important;
    font-weight: inherit;
    word-wrap: break-word;
    line-height: 18px;
    letter-spacing: normal;
    font-size: 16px;
    border: 0px !important;
}

._2_olh {
    margin-bottom: 10px !important;
}

._3DoEV {
    width: 65%;
}

._1NWyS {
    padding-bottom: 10px !important;
}

._1iisB {
    vertical-align: top;
}

._1sqiQ {
    border-top: 1px solid #DDDDDD;
    border-top: 1px solid var(--border-color);
    margin: 30px 0;
}

._2csNP {
    margin: 15px 0 30px;
}

@media screen and (max-width: 767px) {
    ._107CU {
        font-weight: 700;
        font-size: 26px;
        word-break: break-word;
    }

    .QTm5n {
        display: inline-block;
        width: 100% !important;
    }

    ._3DoEV {
        width: 100% !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._2bPCm {
    margin: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._2VVhn {
    padding: 0px !important;
}

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

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

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

.DGhZT {
    margin-bottom: 20px;
}

._1TGxJ {
    margin-bottom: 10px;
}

.s6kNj {
    margin: 0;
}

._3KJtH {
    margin-bottom: 15px;
}

._31fQl {
    margin-top: 0;
}

.xzwjg {
    margin-top: 11px;
}

.VFs4p {
    margin-top: 21px;
}

._3rfY_ {
    margin-top: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

._1VdL1 {
    position: relative;
}

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

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

._3iP-W {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    display: inline-block;
    overflow: hidden;
    background-color: #bbb;
    border-radius: 50%;
    border: 2px solid #fff;
}

.Tttxy {
    display: table-cell;
}

._3hUyz {
    display: inline-block;
}

._2--0I {
    margin-left: 10px;
}

._XN6g {
    margin: 20px 0px 0;
    word-wrap: break-word;
    font-size: 16px;
}

._1O_l- {
    font-weight: 600 !important;
    font-size: 18px;
}

._1dtAB {
    display: inline;
    position: relative;
    float: left;
}

._2DE96 {
    margin-left: 5px;
}

._3CSpM:last-child {
    border: 0px;
}

._1XkUP {
    border-radius: 0px;
}

._3Y7Y3 {
    border-radius: 4px;
    padding: 9px 21px;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
}

._2T9hD {
    background: transparent !important;
}

._2iK14 {
    color: #696969;
    color: var(--common-text-Secondry-color);
    margin-top: 6px;
}

._3CSpM {
    margin-top: 30px;
}

._9zZis {
    border-radius: 4px;
    margin-top: 25px;
    display: inline-block;
    font-weight: 400;

}

._1_lHg {
    margin-top: 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;
}

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

._2Fzst {
    max-width: 1080px;
    max-width: var(--max-content-width);
    position: relative;
    display: block;
    margin: 0px auto;
    padding: 0px;
}

._20hGR {
    font-size: 30px;
    font-weight: normal;
    margin: 0px;
    color: #282828;
    color: var(--common-text-color);
    font-weight: bold;
    word-break: break-word;
}

._20hGR:hover,
._20hGR:active,
._20hGR:focus {
    color: #282828;
    color: var(--common-text-color);
    text-decoration: none;
}

._2N_Wn {
    font-size: 20px;
    margin: 0px;
    margin-bottom: 16px;
    font-weight: 600;
}

._110a9 {
    font-size: 16px;
    color: #767676;
}

._3RvRT {
    font-size: 16px;
    color: #767676;
}

a {
    cursor: pointer;
}

a:focus {
    outline: none;
}

.Gtmy8,
.Gtmy8:hover,
.Gtmy8:focus,
.Gtmy8:hover:focus {
    color: #767676;
    text-decoration: none;
    font-size: inherit;
}

._36dU8 {
    color: inherit;
    font-size: inherit;
    font-weight: normal;
}

._3-Voq {
    text-decoration: line-through;
}

._1Bgru {
    text-align: center;
}

._1ZVZv {
    color: #d43242;
}

._2D57k {
    position: relative;
    display: block;
}

._2Fzst ._2D57k:last-child {
    border-bottom: 0px;
}

._2pcWg {
    margin-bottom: 6px;
}

._2mHcP {
    margin-bottom: 12px;
}

._3whbS {
    margin-bottom: 18px;
}

.A3CG4 {
    margin-bottom: 24px;
}

._1GZR9 {
    margin-bottom: 48px;
}

._1JM7z {
    margin-top: 6px;
}

._3Viav {
    margin-top: 12px;
}

._2FZyE {
    margin-top: 18px;
}

._1bvSg {
    margin-top: 24px;
}

._3CqHm {
    margin-top: 48px;
}

._36dxS {
    padding-bottom: 6px;
}

._1wy6R {
    padding-bottom: 12px;
}

._2i8IS {
    padding-bottom: 18px;
}

._3hPD5 {
    padding-bottom: 24px;
}

._3Uwxz {
    padding-bottom: 48px;
}

._2X5lJ {
    padding-top: 6px;
}

._3n7et {
    padding-top: 12px;
}

._1Hals {
    padding-top: 18px;
}

._3P08z {
    padding-top: 24px;
}

.Fgh4Y {
    padding-top: 48px;
}

._1i_iF {
    margin: 0px;
}

._3aeGW {
    padding: 0px;
}

._3OMxn {
    border: 0px none !important;
}

._3wFTp {
    padding: 7px 21px;
    border-color: #c4c4c4;
    background: white;
    color: #484848;
    font-weight: bold;
    font-size: 16px;
    outline: none !important;
}

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

._3wFTp:hover,
._3wFTp:focus,
._3wFTp:hover:focus {
    background: white;
    color: #484848;
}

.fQrfb {
    margin-bottom: 8px;
}

._2-Ksx {
    display: inline-block;
    width: 50%;
    font-size: 16px;
    padding-right: 8px;
}

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

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

.sc_x5 {
    display: table-cell;
    width: 100%;
}

._1VZxJ {
    display: table-cell;
    vertical-align: top;
}

._2Zh6Y {
    font-size: 16px;
    font-weight: 700;
    vertical-align: middle;
    word-break: break-word;
    line-height: 26px;
}

._2Ro3i {
    margin-top: 16px;
}

._9d53r {
    display: inline-block;
}

._2EwFr {
    vertical-align: top;
}

._3YRzI {
    margin-right: 6px;
}

.cirW8 {
    border: 1px solid #008489;
    border: 1px solid var(--btn-secondary-bg);
    padding: 10px;
    border-radius: 4px;
}

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

._3lLaW {
    vertical-align: bottom;
}

._1iAMT {
    padding-left: 8px;
}

._3QvVW {
    -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;
    color: #008489 !important;
    color: var(--btn-secondary-bg) !important;
    font-weight: inherit;
    word-wrap: break-word;
    line-height: 18px;
    letter-spacing: normal;
    font-size: 16px !important;
    border: 0px !important;
    text-decoration: underline;
}

._3QvVW._1DtHj,
._3QvVW:focus,
._3QvVW:active,
._3QvVW:active:focus,
._3QvVW:focus,
._3QvVW:hover {
    -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: #008489 !important;
    color: var(--btn-secondary-bg) !important;
    font-weight: inherit;
    word-wrap: break-word;
    line-height: 18px;
    letter-spacing: normal;
    font-size: 16px;
    border: 0px !important;
}

._1w9Nc {
    margin-bottom: 10px !important;
}

.E0e2g {
    width: 65%;
}

._1hUnQ {
    padding-bottom: 10px !important;
}

._2FTb0 {
    vertical-align: top;
}

._3kaht {
    border-top: 1px solid #DDDDDD;
    border-top: 1px solid var(--border-color);
    margin: 30px 0;
}

._2cZ8V {
    margin: 15px 0 30px;
}

@media screen and (max-width: 767px) {
    ._20hGR {
        font-weight: 700;
        font-size: 26px;
        word-break: break-word;
    }

    ._2-Ksx {
        display: inline-block;
        width: 100% !important;
    }

    .E0e2g {
        width: 100% !important;
    }

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

._3S-R0 {
    font-size: 16px;
    margin: 12px 0 0px;
}

._2WNVY {
    font-size: 16px;
    margin: 12px 0 20px;
}

.op1Oi {
    width: 100%;
    max-height: 650px;
    display: block;
    position: relative;
}

@media screen and (max-width: 1024px) {
    .op1Oi {
        max-height: 350px;
    }
}

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

._2-NBV {
    max-width: 1080px;
    max-width: var(--max-content-width);
    position: relative;
    display: block;
    margin: 0px auto;
    padding: 0px;
}

._3RtCl {
    font-size: 30px;
    font-weight: normal;
    margin: 0px;
    color: #282828;
    color: var(--common-text-color);
    font-weight: bold;
    word-break: break-word;
}

._3RtCl:hover,
._3RtCl:active,
._3RtCl:focus {
    color: #282828;
    color: var(--common-text-color);
    text-decoration: none;
}

._1aJSG {
    font-size: 20px;
    margin: 0px;
    margin-bottom: 16px;
    font-weight: 600;
}

._39IXC {
    font-size: 16px;
    color: #767676;
}

._2sO8M {
    font-size: 16px;
    color: #767676;
}

a {
    cursor: pointer;
}

a:focus {
    outline: none;
}

._3UjpJ,
._3UjpJ:hover,
._3UjpJ:focus,
._3UjpJ:hover:focus {
    color: #767676;
    text-decoration: none;
    font-size: inherit;
}

._2QTBF {
    color: inherit;
    font-size: inherit;
    font-weight: normal;
}

.YoyuD {
    text-decoration: line-through;
}

.zWysN {
    text-align: center;
}

._7ERYF {
    color: #d43242;
}

.NqTZa {
    position: relative;
    display: block;
}

._2-NBV .NqTZa:last-child {
    border-bottom: 0px;
}

._2jDjT {
    margin-bottom: 6px;
}

._3yJAH {
    margin-bottom: 12px;
}

._1_U1l {
    margin-bottom: 18px;
}

._1e8vA {
    margin-bottom: 24px;
}

._29nEc {
    margin-bottom: 48px;
}

._2Y0vJ {
    margin-top: 6px;
}

._2wwF2 {
    margin-top: 12px;
}

._3hXJc {
    margin-top: 18px;
}

.QBW4n {
    margin-top: 24px;
}

._3Cqbh {
    margin-top: 48px;
}

._1l0ho {
    padding-bottom: 6px;
}

._3yvRS {
    padding-bottom: 12px;
}

._2T3Lp {
    padding-bottom: 18px;
}

.LmQzg {
    padding-bottom: 24px;
}

._3OHH5 {
    padding-bottom: 48px;
}

._1CyRp {
    padding-top: 6px;
}

._2mZlD {
    padding-top: 12px;
}

._38MqZ {
    padding-top: 18px;
}

._3Ylek {
    padding-top: 24px;
}

._2-CXz {
    padding-top: 48px;
}

.t200C {
    margin: 0px;
}

._2oCxs {
    padding: 0px;
}

.I1CxM {
    border: 0px none !important;
}

._1i9xs {
    padding: 7px 21px;
    border-color: #c4c4c4;
    background: white;
    color: #484848;
    font-weight: bold;
    font-size: 16px;
    outline: none !important;
}

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

._1i9xs:hover,
._1i9xs:focus,
._1i9xs:hover:focus {
    background: white;
    color: #484848;
}

._1iAvE {
    margin-bottom: 8px;
}

._1b8tB {
    display: inline-block;
    width: 50%;
    font-size: 16px;
    padding-right: 8px;
}

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

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

.kgQ2B {
    display: table-cell;
    width: 100%;
}

._1ZmXK {
    display: table-cell;
    vertical-align: top;
}

._1ii5F {
    font-size: 16px;
    font-weight: 700;
    vertical-align: middle;
    word-break: break-word;
    line-height: 26px;
}

._3VLBp {
    margin-top: 16px;
}

._1ZYO8 {
    display: inline-block;
}

._2CHwz {
    vertical-align: top;
}

._1fB-D {
    margin-right: 6px;
}

.a_nJ2 {
    border: 1px solid #008489;
    border: 1px solid var(--btn-secondary-bg);
    padding: 10px;
    border-radius: 4px;
}

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

.pSVa1 {
    vertical-align: bottom;
}

._2tUEA {
    padding-left: 8px;
}

.kZd2j {
    -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;
    color: #008489 !important;
    color: var(--btn-secondary-bg) !important;
    font-weight: inherit;
    word-wrap: break-word;
    line-height: 18px;
    letter-spacing: normal;
    font-size: 16px !important;
    border: 0px !important;
    text-decoration: underline;
}

.kZd2j._3nhok,
.kZd2j:focus,
.kZd2j:active,
.kZd2j:active:focus,
.kZd2j:focus,
.kZd2j:hover {
    -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: #008489 !important;
    color: var(--btn-secondary-bg) !important;
    font-weight: inherit;
    word-wrap: break-word;
    line-height: 18px;
    letter-spacing: normal;
    font-size: 16px;
    border: 0px !important;
}

._1fYbY {
    margin-bottom: 10px !important;
}

.xTucu {
    width: 65%;
}

._3ynm5 {
    padding-bottom: 10px !important;
}

._3cQ6A {
    vertical-align: top;
}

._2cvgN {
    border-top: 1px solid #DDDDDD;
    border-top: 1px solid var(--border-color);
    margin: 30px 0;
}

._27s0L {
    margin: 15px 0 30px;
}

@media screen and (max-width: 767px) {
    ._3RtCl {
        font-weight: 700;
        font-size: 26px;
        word-break: break-word;
    }

    ._1b8tB {
        display: inline-block;
        width: 100% !important;
    }

    .xTucu {
        width: 100% !important;
    }

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

._2dZFm {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    overflow: hidden;
    background-color: #bbb;
    border-radius: 50%;
    border: 2px solid #fff;
}

._1KVSn {
    height: 90px;
    width: 90px;
}

._20ejh {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
}

._3RtCl {
    font-size: 20px;
    margin-bottom: 10px;
}

.Tui04 {
    margin: 15px 0 25px;
    font-size: 16px;
}

._3Ampx {
    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;
    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;
}

._3Ampx:hover,
._3Ampx:focus,
._3Ampx:active,
._3Ampx:active:hover,
._3Ampx: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: #ffffff;
    color: var(--btn-primary-color);
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

@media screen and (max-width: 767px) {
    ._1KVSn {
        height: 54px;
        width: 54px;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._1_jFG {
    margin: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._33CfH {
    padding: 0px !important;
}

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

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

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

._2Kcpk {
    margin-bottom: 20px;
}

.WIMWX {
    margin-bottom: 10px;
}

._3-HQK {
    margin: 0;
}

._33CAY {
    margin-bottom: 15px;
}

._1isWg {
    margin-top: 0;
}

._3Cg2E {
    margin-top: 11px;
}

.LNhr7 {
    margin-top: 21px;
}

._1NV2l {
    margin-top: 20px;
}

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

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

._1-7MG {
    color: rgb(76, 86, 41) !important;
}

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

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

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

.JZ-LS {
    color: rgb(155, 49, 67) !important;
}

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

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

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

._3aW-i {
    color: rgb(77, 65, 51) !important;
}

._2L1Lz {
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 4px;
}

._2tUnC {
    padding: 0px;
}

._1_jFG {
    margin: 0px;
}

.JwtcX {
    color: #484848;
    font-size: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #dadada;
    border-bottom: 1px solid var(--border-secondary-color);
    background-color: #edefed;
}

._2P2ad {
    min-height: 55px;
    padding-left: 76px;
    text-transform: none;
    padding: 15px;
    border-radius: 0;
    text-align: left;
    background-color: #c2e4e7;
    position: relative;
}

._3b6Y7 {
    font-size: 30px;
    color: #4cb0bb;
}

._3yMYG {
    display: inline-block;
}

._1FB-x {
    color: #4cb0bb;
}

.nw3h_ {
    font-size: 14px;
    font-weight: bold;
    padding-left: 10px;
    display: inline-block;
}

._3NZtR {
    padding-left: 0px;
    padding-right: 0px;
}

._3Bi2H {
    background-color: #edefed;
}

._1ySi5 {
    padding: 20px;
}

._2hg6O {
    background-color: transparent;
    border: 0;
    margin-bottom: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

._1C_GJ {
    background-color: #FFFFFF;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0px;
    margin-bottom: 0px;
    border: 0px;
}

._3c4m2 {
    text-align: center;
}

._3BGqe {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    overflow: hidden;
}

._13abS {
    border-radius: 50%;
    border: 2px solid #fff;
}

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

._2A4e7 {
    font-size: 14px;
    line-height: 1.43;
}

.QlyRY {
    min-height: 50px;
    padding-left: 76px;
    text-transform: none;
    padding: 15px;
    text-align: left;
    font-size: 14px;
}

._35UNF {
    background-color: #c2e4e7;
}

._3E-qu {
    background-color: #ff5a5f;
    background-color: var(--btn-primary-bg);
}

._3Klti {
    font-size: 16px;
    font-weight: bold;
}

._1XOnB {
    display: block;
    overflow: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-position: 98% 50%;
    height: 44px !important;
}

._3pn4- {
    position: relative;
    max-width: none;
    z-index: auto;
    opacity: 1;
}

._3b9nA {
    border-radius: 0;
    height: 150px !important;
    resize: none;
    opacity: 1;
}

.M3Cy0 {
    font-size: 1.25em;
}

@media (max-width: 991px) and (min-width: 768px) {
    ._32gl4 {
        margin-top: 0px !important;
    }
}

@media screen and (max-width: 768px) {
    ._3yMYG {
        display: none !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;
}

._1wpVa {
    max-width: 1080px;
    max-width: var(--max-content-width);
    position: relative;
    display: block;
    margin: 0px auto;
    padding: 0px;
}

._3eTS0 {
    font-size: 30px;
    font-weight: normal;
    margin: 0px;
    color: #282828;
    color: var(--common-text-color);
    font-weight: bold;
    word-break: break-word;
}

._3eTS0:hover,
._3eTS0:active,
._3eTS0:focus {
    color: #282828;
    color: var(--common-text-color);
    text-decoration: none;
}

._3o3Sn {
    font-size: 20px;
    margin: 0px;
    margin-bottom: 16px;
    font-weight: 600;
}

.adp4e {
    font-size: 16px;
    color: #767676;
}

._1AG4G {
    font-size: 16px;
    color: #767676;
}

a {
    cursor: pointer;
}

a:focus {
    outline: none;
}

._2TPrW,
._2TPrW:hover,
._2TPrW:focus,
._2TPrW:hover:focus {
    color: #767676;
    text-decoration: none;
    font-size: inherit;
}

._1OPHr {
    color: inherit;
    font-size: inherit;
    font-weight: normal;
}

.N7SyH {
    text-decoration: line-through;
}

._3TGZe {
    text-align: center;
}

._3QzSC {
    color: #d43242;
}

._1_FNz {
    position: relative;
    display: block;
}

._1wpVa ._1_FNz:last-child {
    border-bottom: 0px;
}

._1zr-s {
    margin-bottom: 6px;
}

._7kzoc {
    margin-bottom: 12px;
}

._3MLpT {
    margin-bottom: 18px;
}

._1ZJdg {
    margin-bottom: 24px;
}

._2b3On {
    margin-bottom: 48px;
}

.ztRvE {
    margin-top: 6px;
}

.RlZMC {
    margin-top: 12px;
}

._17_lC {
    margin-top: 18px;
}

._3ynUC {
    margin-top: 24px;
}

.SkI5c {
    margin-top: 48px;
}

._1pA7G {
    padding-bottom: 6px;
}

.W7JGR {
    padding-bottom: 12px;
}

.xhUUU {
    padding-bottom: 18px;
}

._2fmfu {
    padding-bottom: 24px;
}

._3iVuE {
    padding-bottom: 48px;
}

._1Bski {
    padding-top: 6px;
}

._2jC7y {
    padding-top: 12px;
}

._2dnW9 {
    padding-top: 18px;
}

._2U_Gi {
    padding-top: 24px;
}

._2ImeR {
    padding-top: 48px;
}

._2nziT {
    margin: 0px;
}

._2N7dc {
    padding: 0px;
}

._2lAUB {
    border: 0px none !important;
}

.SERfO {
    padding: 7px 21px;
    border-color: #c4c4c4;
    background: white;
    color: #484848;
    font-weight: bold;
    font-size: 16px;
    outline: none !important;
}

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

.SERfO:hover,
.SERfO:focus,
.SERfO:hover:focus {
    background: white;
    color: #484848;
}

._6zzxX {
    margin-bottom: 8px;
}

._3sWLu {
    display: inline-block;
    width: 50%;
    font-size: 16px;
    padding-right: 8px;
}

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

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

._2NRXb {
    display: table-cell;
    width: 100%;
}

._3dD-n {
    display: table-cell;
    vertical-align: top;
}

._13oNj {
    font-size: 16px;
    font-weight: 700;
    vertical-align: middle;
    word-break: break-word;
    line-height: 26px;
}

._2II2H {
    margin-top: 16px;
}

.BwYyx {
    display: inline-block;
}

._2piRY {
    vertical-align: top;
}

._3G1h- {
    margin-right: 6px;
}

._38iew {
    border: 1px solid #008489;
    border: 1px solid var(--btn-secondary-bg);
    padding: 10px;
    border-radius: 4px;
}

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

._3zT0t {
    vertical-align: bottom;
}

._3e1nv {
    padding-left: 8px;
}

._12vng {
    -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;
    color: #008489 !important;
    color: var(--btn-secondary-bg) !important;
    font-weight: inherit;
    word-wrap: break-word;
    line-height: 18px;
    letter-spacing: normal;
    font-size: 16px !important;
    border: 0px !important;
    text-decoration: underline;
}

._12vng._1Mr-L,
._12vng:focus,
._12vng:active,
._12vng:active:focus,
._12vng:focus,
._12vng:hover {
    -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: #008489 !important;
    color: var(--btn-secondary-bg) !important;
    font-weight: inherit;
    word-wrap: break-word;
    line-height: 18px;
    letter-spacing: normal;
    font-size: 16px;
    border: 0px !important;
}

.jz-DP {
    margin-bottom: 10px !important;
}

._2hSlc {
    width: 65%;
}

.OkgZm {
    padding-bottom: 10px !important;
}

._1mTiW {
    vertical-align: top;
}

._2Z-ls {
    border-top: 1px solid #DDDDDD;
    border-top: 1px solid var(--border-color);
    margin: 30px 0;
}

._1Uz36 {
    margin: 15px 0 30px;
}

@media screen and (max-width: 767px) {
    ._3eTS0 {
        font-weight: 700;
        font-size: 26px;
        word-break: break-word;
    }

    ._3sWLu {
        display: inline-block;
        width: 100% !important;
    }

    ._2hSlc {
        width: 100% !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._2nziT {
    margin: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._2N7dc {
    padding: 0px !important;
}

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

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

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

._16c7f {
    margin-bottom: 20px;
}

._1Q9u4 {
    margin-bottom: 10px;
}

._1Itay {
    margin: 0;
}

._3Bm2- {
    margin-bottom: 15px;
}

.znCCX {
    margin-top: 0;
}

._2QgjU {
    margin-top: 11px;
}

._1odnp {
    margin-top: 21px;
}

._1UWSH {
    margin-top: 20px;
}

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

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

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

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

._3-RZL {
    color: rgb(87, 37, 51) !important;
}

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

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

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

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

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

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

._2a00z {
    width: 100%;
    display: block;
    position: relative;
    background: transparent;
}

._2CprW {
    width: 100%;
    background: transparent;
    border: 1px solid #dadada;
    border: 1px solid var(--border-secondary-color);
    border-radius: 15px;
    z-index: 100;
    background: #fff;
    padding: 29px 36px;
}

.vE1U3 {
    border: 0;
    padding: 0px 0px 12px;
    text-transform: capitalize;
    width: 100%;
    z-index: 1001;
    overflow-y: hidden;
    border-radius: 5px 5px 0 0;
}

._1QdCo {
    display: inline-block;
}

._1KfvX {
    font-size: 24px;
}

.PspHl {
    color: #ffb400;
    position: relative;
    bottom: 5px;
    height: 22px;
    width: 22px;
}

._3KAkr {
    border-radius: 0;
    padding: 0px;
    position: relative;
    padding-top: 0px;
    border-radius: 0 0 5px 5px;
}

._3a5id {
    overflow: hidden;
    display: block;
    position: relative;
}

._1asSB {
    color: #3fb34f;
}

._2-60D {
    display: inline-block;
    float: left;
    padding-right: 5px;
}

._1FN5I {
    max-height: 160px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
}

._1f_vn {
    padding-left: 5px;
}

._2XDsB {
    position: relative;
}

._25X27 {
    color: #484848 !important;
    position: relative;
    bottom: 5px;
    height: 18px;
    width: 18px;
}

._3D-0J {
    display: inline-block;
    vertical-align: initial;
    width: auto;
    word-break: break-word;
}

.ZreOe {
    position: absolute;
    display: inline-block;
    width: 19px;
    vertical-align: top;
    margin-right: 4px;
}

.nqWy7 {
    padding: 0 0 0 22px;
}

._1dWZw {
    position: absolute;
    top: -48px;
    right: 0;
    left: 0px;
    display: none;
    background: #484848;
    min-width: 280px;
    text-align: center;
    padding: 10px;
    border-radius: 4px;
    color: #fff;
}

.ZreOe:hover ._1dWZw {
    display: block;
}

.BrFPU::after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 10px;
    right: 0;
    top: 34px;
    bottom: 0;
    text-align: center;
    background-color: #484848;
    z-index: 1;
    max-width: 11px;
    max-height: 11px;
    -webkit-transform: rotate(136deg);
    -ms-transform: rotate(136deg);
    transform: rotate(136deg);
}

._3njkI {
    width: 100%;
    max-width: 19px;
    vertical-align: top;
    margin-right: 5px;
}

.hTXHz {
    display: table-cell;
}

._133AD {
    padding-right: 2px;
}

.efyZM {
    width: 10%;
    display: inline-block;
}

._1R-m8 {
    display: inline-block;
    width: 75%;
}

._3O6w- {
    color: #ff5a5f !important;
    font-size: 16px;
    font-weight: bold;
}

._2nziT {
    margin: 0px;
}

._4sMqc {
    height: 76px;
    padding-bottom: 0px !important;
    padding-left: 15px !important;
    background-position: 97% 50%;
    background-size: 30px 30px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-radius: 6px;
    margin-bottom: 0px;
    color: #282828;
    color: var(--common-text-color);
    font-size: 16px;
    padding-top: 15px;
}

.kKAVz {
    position: absolute;
    top: 12px;
    left: 30px;
    font-weight: 500;
    font-size: 16px;
    z-index: 1;
}

._36NzV {
    padding-top: 20px !important;
    font-size: 20px !important;
    font-weight: 500 !important;
}

._IGBc,
._IGBc:hover,
._IGBc:focus {
    font-size: 14px;
    color: #282828;
    color: var(--common-text-color);
}

@media (max-width: 1023px) and (min-width: 768px) {
    ._1Knrj {
        max-width: 720px;
    }

    ._2CprW {
        position: static;
    }

    ._2a00z {
        margin-top: 20px;
        ;
        z-index: 1;
    }
}

@media screen and (max-width: 768px) {
    ._2a00z {
        margin-top: 0px;
        margin-bottom: 48px;
    }

    ._2CprW {
        position: relative;
    }
}

@media screen and (max-width: 991px) {
    ._2CprW {
        width: 100%;
        border: none;
        padding: 0px 20px;
    }
}

@media screen and (max-width: 767px) {
    ._1dWZw {
        position: absolute;
        top: -48px;
        right: 0;
        left: 0;
        display: none;
        background: #484848;
        min-width: 260px;
        text-align: center;
        padding: 10px;
        border-radius: 4px;
        color: #fff;
    }

    .ZreOe:hover ._1dWZw {
        display: block;
    }

    .BrFPU::after {
        content: '';
        height: 100%;
        width: 100%;
        position: absolute;
        left: 10px;
        right: 0;
        top: 32px;
        bottom: 0;
        text-align: center;
        background-color: #484848;
        z-index: 1;
        max-width: 11px;
        max-height: 11px;
        -webkit-transform: rotate(136deg);
        -ms-transform: rotate(136deg);
        transform: rotate(136deg);
    }

    ._1QdCo {
        float: left;
    }

    .PuGR9 {
        display: inline-block !important;
        padding: 6px 0px 0 0;
    }

    ._3KAkr {
        text-align: left;
    }
}

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

._3INm5 {
    max-width: 1080px;
    max-width: var(--max-content-width);
    position: relative;
    display: block;
    margin: 0px auto;
    padding: 0px;
}

._3v_Wv {
    font-size: 30px;
    font-weight: normal;
    margin: 0px;
    color: #282828;
    color: var(--common-text-color);
    font-weight: bold;
    word-break: break-word;
}

._3v_Wv:hover,
._3v_Wv:active,
._3v_Wv:focus {
    color: #282828;
    color: var(--common-text-color);
    text-decoration: none;
}

._3_f4B {
    font-size: 20px;
    margin: 0px;
    margin-bottom: 16px;
    font-weight: 600;
}

.cf9aw {
    font-size: 16px;
    color: #767676;
}

.TzrWQ {
    font-size: 16px;
    color: #767676;
}

a {
    cursor: pointer;
}

a:focus {
    outline: none;
}

._2WUfr,
._2WUfr:hover,
._2WUfr:focus,
._2WUfr:hover:focus {
    color: #767676;
    text-decoration: none;
    font-size: inherit;
}

._2kwuy {
    color: inherit;
    font-size: inherit;
    font-weight: normal;
}

._12ZpH {
    text-decoration: line-through;
}

.aqRD5 {
    text-align: center;
}

._2A61X {
    color: #d43242;
}

.VUSGR {
    position: relative;
    display: block;
}

._3INm5 .VUSGR:last-child {
    border-bottom: 0px;
}

._2tg5C {
    margin-bottom: 6px;
}

._2V6w1 {
    margin-bottom: 12px;
}

._3imZK {
    margin-bottom: 18px;
}

._355vH {
    margin-bottom: 24px;
}

._2T2CR {
    margin-bottom: 48px;
}

._9gGcB {
    margin-top: 6px;
}

._3A82q {
    margin-top: 12px;
}

._1O5yb {
    margin-top: 18px;
}

._3WLUz {
    margin-top: 24px;
}

._1TnJ0 {
    margin-top: 48px;
}

._2hDbh {
    padding-bottom: 6px;
}

._3LsIt {
    padding-bottom: 12px;
}

._22RBU {
    padding-bottom: 18px;
}

._12ad4 {
    padding-bottom: 24px;
}

._GM9I {
    padding-bottom: 48px;
}

._2wLsE {
    padding-top: 6px;
}

.xjmSR {
    padding-top: 12px;
}

._2H7P3 {
    padding-top: 18px;
}

._3Kyf4 {
    padding-top: 24px;
}

.ZtwP4 {
    padding-top: 48px;
}

._3K_iD {
    margin: 0px;
}

._2c1OB {
    padding: 0px;
}

.fMUnv {
    border: 0px none !important;
}

._2gIUx {
    padding: 7px 21px;
    border-color: #c4c4c4;
    background: white;
    color: #484848;
    font-weight: bold;
    font-size: 16px;
    outline: none !important;
}

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

._2gIUx:hover,
._2gIUx:focus,
._2gIUx:hover:focus {
    background: white;
    color: #484848;
}

._6xazm {
    margin-bottom: 8px;
}

._1M6sB {
    display: inline-block;
    width: 50%;
    font-size: 16px;
    padding-right: 8px;
}

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

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

._2FZKY {
    display: table-cell;
    width: 100%;
}

.pijHm {
    display: table-cell;
    vertical-align: top;
}

._3E0lv {
    font-size: 16px;
    font-weight: 700;
    vertical-align: middle;
    word-break: break-word;
    line-height: 26px;
}

._3xaAf {
    margin-top: 16px;
}

._3KBCC {
    display: inline-block;
}

._3RwD_ {
    vertical-align: top;
}

._3q4IU {
    margin-right: 6px;
}

.RrJWw {
    border: 1px solid #008489;
    border: 1px solid var(--btn-secondary-bg);
    padding: 10px;
    border-radius: 4px;
}

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

._31Jmb {
    vertical-align: bottom;
}

._2T21V {
    padding-left: 8px;
}

._2rwa8 {
    -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;
    color: #008489 !important;
    color: var(--btn-secondary-bg) !important;
    font-weight: inherit;
    word-wrap: break-word;
    line-height: 18px;
    letter-spacing: normal;
    font-size: 16px !important;
    border: 0px !important;
    text-decoration: underline;
}

._2rwa8._2z_zJ,
._2rwa8:focus,
._2rwa8:active,
._2rwa8:active:focus,
._2rwa8:focus,
._2rwa8:hover {
    -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: #008489 !important;
    color: var(--btn-secondary-bg) !important;
    font-weight: inherit;
    word-wrap: break-word;
    line-height: 18px;
    letter-spacing: normal;
    font-size: 16px;
    border: 0px !important;
}

.kxV3B {
    margin-bottom: 10px !important;
}

._3qpZZ {
    width: 65%;
}

._29SjI {
    padding-bottom: 10px !important;
}

._3NUlv {
    vertical-align: top;
}

._3YNT4 {
    border-top: 1px solid #DDDDDD;
    border-top: 1px solid var(--border-color);
    margin: 30px 0;
}

._38lcX {
    margin: 15px 0 30px;
}

@media screen and (max-width: 767px) {
    ._3v_Wv {
        font-weight: 700;
        font-size: 26px;
        word-break: break-word;
    }

    ._1M6sB {
        display: inline-block;
        width: 100% !important;
    }

    ._3qpZZ {
        width: 100% !important;
    }

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

._18KIx {
    overflow: hidden;
    display: block;
    position: relative;
    color: #707070;
    margin: 25px 20px 0;
    color: #707070;
    text-align: center;
}

._65PsJ {
    padding: 0px 15px;
    font-size: 16px;
}

: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 **/
._1eX2k {
    max-width: 450px;
}

._2ifuz {
    padding: 0px;
}

/* LISTING-DETL -IMAGES */
._3ibJ_ {
    position: relative;
}

._29F68 {
    height: 500px !important;
    overflow: hidden;
    border-radius: 15px;
}

._3v11M {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 10px;
}

._1KFsi {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    min-height: 500px;
}

.flsEn {
    margin-bottom: 10px;
}

._1zKoX {
    min-height: 245px;
}