/*
    Theme Name:     Divi Child
    Theme URI:      https://www.elegantthemes.com/gallery/divi/
    Description:    Divi Child Theme
    Author:         Evincedev
    Template:       Divi
    Version:        1.0.0
*/

/* Font Family
======================================================*/
@font-face {
    font-family: 'Gotham';
    src: url('assets/fonts/GothamBlack.eot');
    src: url('assets/fonts/GothamBlack.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/GothamBlack.woff2') format('woff2'),
        url('assets/fonts/GothamBlack.woff') format('woff'),
        url('assets/fonts/GothamBlack.ttf') format('truetype'),
        url('assets/fonts/GothamBlack.svg#GothamBlack') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('assets/fonts/GothamBold.eot');
    src: url('assets/fonts/GothamBold.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/GothamBold.woff2') format('woff2'),
        url('assets/fonts/GothamBold.woff') format('woff'),
        url('assets/fonts/GothamBold.ttf') format('truetype'),
        url('assets/fonts/GothamBold.svg#GothamBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('assets/fonts/GothamThin.eot');
    src: url('assets/fonts/GothamThin.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/GothamThin.woff2') format('woff2'),
        url('assets/fonts/GothamThin.woff') format('woff'),
        url('assets/fonts/GothamThin.ttf') format('truetype'),
        url('assets/fonts/GothamThin.svg#GothamThin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('assets/fonts/GothamMedium.eot');
    src: url('assets/fonts/GothamMedium.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/GothamMedium.woff2') format('woff2'),
        url('assets/fonts/GothamMedium.woff') format('woff'),
        url('assets/fonts/GothamMedium.ttf') format('truetype'),
        url('assets/fonts/GothamMedium.svg#GothamMedium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('assets/fonts/GothamLight.eot');
    src: url('assets/fonts/GothamLight.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/GothamLight.woff2') format('woff2'),
        url('assets/fonts/GothamLight.woff') format('woff'),
        url('assets/fonts/GothamLight.ttf') format('truetype'),
        url('assets/fonts/GothamLight.svg#GothamLight') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Book';
    src: url('assets/fonts/GothamBook.eot');
    src: url('assets/fonts/GothamBook.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/GothamBook.woff2') format('woff2'),
        url('assets/fonts/GothamBook.woff') format('woff'),
        url('assets/fonts/GothamBook.ttf') format('truetype'),
        url('assets/fonts/GothamBook.svg#GothamBook') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('assets/fonts/GothamExtraLight.eot');
    src: url('assets/fonts/GothamExtraLight.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/GothamExtraLight.woff2') format('woff2'),
        url('assets/fonts/GothamExtraLight.woff') format('woff'),
        url('assets/fonts/GothamExtraLight.ttf') format('truetype'),
        url('assets/fonts/GothamExtraLight.svg#GothamExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

/* Variable
======================================================*/
:root {
    --bs-font-book: 'Gotham Book';
    --bs-font: 'Gotham';
    --bs-font-ultra: 'Gotham Ultra';

    --bs-body-fs: 16px;
    --bs-body-lh: 1.5rem;
    --bs-body-fw: 400;

    --bs-small-font-size: 14px;
    --bs-small-line-height: 1.25rem;

    --bs-font-size-h1: 3.75vw;
    --bs-line-height-h1: 1.25em;
    --bs-font-weight-h1: 700;
    --bs-font-size-h2: 3.13vw;
    --bs-line-height-h2: 1.2em;
    --bs-font-weight-h2: 700;
    --bs-font-size-h3: 2.5vw;
    --bs-line-height-h3: 1.25em;
    --bs-font-weight-h3: 700;
    --bs-font-size-h4: 1.88vw;
    --bs-line-height-h4: 1.22em;
    --bs-font-weight-h4: 700;
    --bs-font-size-h5: 1.56vw;
    --bs-line-height-h5: 1.26em;
    --bs-font-weight-h5: 700;
    --bs-font-size-h6: 1.25vw;
    --bs-line-height-h6: 1.33em;
    --bs-font-weight-h6: 700;


    --bs-radius-xxl: 24px;
    --bs-radius-xl: 20px;
    --bs-radius-lg: 16px;
    --bs-radius-md: 12px;
    --bs-radius-sm: 8px;
    --bs-radius: 4px;

    --bs-font-thin: 100;
    --bs-font-extra-light: 200;
    --bs-font-light: 300;
    --bs-font-regular: 400;
    --bs-font-medium: 500;
    --bs-font-semi-bold: 600;
    --bs-font-bold: 700;
    --bs-font-extra-bold: 800;
    --bs-font-black: 900;

    --bs-font-size-4: 20px;
    --bs-line-height-4: 1.5rem;
    --bs-font-size-5: 18px;
    --bs-line-height-5: 1.75rem;
    --bs-font-size-6: 12px;
    --bs-line-height-6: 1.125rem;

    --transition: all 0.4s ease-in-out 0s;

    --bs-secondary: #FF4243;
    --bs-secondary-rgb: 255, 66, 67;

    --bs-dark: #050708;

    --bs-primary-25: #FCF6F6;
    --bs-primary-50: #F9EEEE;
    --bs-primary-100: #F0D4D4;
    --bs-primary-200: #E2A9A9;
    --bs-primary-300: #D37D7D;
    --bs-primary-400: #C55252;
    --bs-primary: #B62727;

    --bs-grey-25: #FAFAFA;
    --bs-grey-50: #F5F5F5;
    --bs-grey-100: #F1F0F1;
    --bs-grey-200: #ECEBEC;
    --bs-grey-300: #E7E6E7;
    --bs-grey-400: #C5C5C5;
    --bs-grey: #666666;
    --bs-grey-600: #333333;
    --bs-grey-700: #17161A;

    --bs-white: #FFFFFF;
    --bs-black: #000000;
    --bs-danger: #DD2A1D;
    --bs-danger-rgb: 221, 42, 29;
    --bs-success: #009751;
    --bs-success-rgb: 0, 151, 81;

    --bs-body-color: var(--bs-grey);
    --bs-body-bg: var(--bs-grey-50);

    --bs-border-color: var(--bs-grey-300);
}

@media only screen and (max-width: 1280px) {
    :root {
        --bs-font-size-h1: 48px;
        --bs-line-height-h1: 1.25em;
        --bs-font-size-h2: 36px;
        --bs-line-height-h2: 1.22em;
        --bs-font-size-h3: 30px;
        --bs-line-height-h3: 1.26em;
        --bs-font-size-h4: 24px;
        --bs-line-height-h4: 1.33em;
        --bs-font-size-h5: 20px;
        --bs-line-height-h5: 1.5em;
        --bs-font-size-h6: 18px;
        --bs-line-height-h6: 1.75rem;
    }
}

@media only screen and (max-width: 980px) {
    :root {
        --bs-font-size-h1: 42px;
        --bs-line-height-h1: 1.2em;

        --bs-font-size-4: 18px;
        --bs-line-height-4: 1.75rem;
        --bs-font-size-5: 16px;
        --bs-line-height-5: 1.5rem;
    }
}

@media only screen and (max-width: 767px) {
    :root {
        --bs-font-size-h1: 36px;
        --bs-line-height-h1: 1.22em;
        --bs-font-size-h2: 30px;
        --bs-line-height-h2: 1.26em;
        --bs-font-size-h3: 24px;
        --bs-line-height-h3: 1.33em;
        --bs-font-size-h4: 20px;
        --bs-line-height-h4: 1.5em;
        --bs-font-size-h5: 18px;
        --bs-line-height-h5: 1.75rem;
        --bs-font-size-h6: 16px;
        --bs-line-height-h6: 1.5em;

        --bs-font-size-4: 16px;
        --bs-line-height-4: 1.5rem;
    }
}

/* Reset CSS
======================================================*/
*,
*:after,
*:before {
    vertical-align: top !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

html {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    text-size-adjust: none;
}

body,
html {
    background: var(--bs-body-bg);
    color: var(--bs-body-color);
    font-size: var(--bs-body-fs);
    line-height: var(--bs-body-lh);
    font-weight: var(--bs-body-fw);
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    min-height: 100vh;
}


figure,
.figure {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0px;
    overflow: hidden;
}

img {
    max-width: 100%;
    max-height: 100%;
    outline: none;
    border: none;
    height: auto;
    width: auto;
}

svg {
    max-width: 100%;
    height: auto;
}

.picture>img,
.picture>iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.picture-contain>img,
.picture-contain>iframe {
    object-fit: contain;
}

strong,
b,
label {
    font-family: inherit;
    font-weight: var(--bs-font-bold);
    margin-bottom: 0px;
}

ul,
ul li,
ol,
ol li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    position: relative;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-weight: var(--bs-font-bold);
    color: var(--bs-dark);
    padding: 0px;
    margin: 0px;
    width: 100%;
}

.et_pb_text h1 span,
.et_pb_text .h1 span,
.et_pb_text h2 span,
.et_pb_text .h2 span,
.et_pb_text h3 span,
.et_pb_text .h3 span,
.et_pb_text h4 span,
.et_pb_text .h4 span,
.et_pb_text h5 span,
.et_pb_text .h5 span,
.et_pb_text h6 span,
.et_pb_text .h6 span {
    color: var(--bs-secondary);
}

h1,
.h1 {
    font-size: var(--bs-font-size-h1);
    line-height: var(--bs-line-height-h1);
    font-weight: var(--bs-font-weight-h1);
}

h2,
.h2 {
    font-size: var(--bs-font-size-h2);
    line-height: var(--bs-line-height-h2);
    font-weight: var(--bs-font-weight-h2);
}

h3,
.h3 {
    font-size: var(--bs-font-size-h3);
    line-height: var(--bs-line-height-h3);
    font-weight: var(--bs-font-weight-h3);
}

h4,
.h4 {
    font-size: var(--bs-font-size-h4);
    line-height: var(--bs-line-height-h4);
    font-weight: var(--bs-font-weight-h4);
}

h5,
.h5 {
    font-size: var(--bs-font-size-h5);
    line-height: var(--bs-line-height-h5);
    font-weight: var(--bs-font-weight-h5);
}

h6,
.h6 {
    font-size: var(--bs-font-size-h6);
    line-height: var(--bs-line-height-h6);
    font-weight: var(--bs-font-weight-h6);
}

a,
.a,
a:focus,
.a:focus,
a:hover,
.a:hover {
    text-decoration: none;
    outline: none;
}

a,
.a {
    color: var(--bs-primary);
    display: inline-block;
    cursor: pointer;
}

a:hover,
.a:hover,
.active a:not(.btn),
.active .a:not(.btn) {
    color: var(--bs-primary);
}

p {
    padding-bottom: 0;
    margin: 0 0 24px;
}

p:empty {
    display: none;
}

label {
    margin-bottom: 0px;
}

small {
    display: inline-block;
    font-size: var(--bs-small-font-size);
    line-height: var(--bs-small-line-height);
}

main {
    display: inline-block;
    width: 100%;
}

#main-content {
    position: relative;
    min-height: calc(100vh - 190px);
}

.modal-open #main-content,
.offcanvas-open #main-content {
    z-index: 11;
}


hr {
    border-color: var(--bs-border-color);
    opacity: 1;
}

section {
    display: inline-block;
    width: 100%;
    position: relative;
}

::-moz-selection {
    color: var(--bs-white);
    background: var(--bs-primary);
}

::selection {
    color: var(--bs-white);
    background: var(--bs-primary);
}

:hover,
:visited,
:active,
:focus {
    outline: none !important;
}

:last-child:not(img):not(.icon),
:only-child:not(img):not(.icon) {
    margin-bottom: 0px !important;
}

.font-size-0 {
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
}

@media only screen and (max-width: 767px) {
    .md-body {
        font-size: var(--bs-body-fs);
        line-height: var(--bs-body-lh);
    }

    .md-small {
        font-size: var(--bs-small-font-size);
        line-height: var(--bs-small-line-height);
    }

    .md-h1 {
        font-size: var(--bs-font-size-h1);
        line-height: var(--bs-line-height-h1);
    }

    .md-h2 {
        font-size: var(--bs-font-size-h2);
        line-height: var(--bs-line-height-h2);
    }

    .md-h3 {
        font-size: var(--bs-font-size-h3);
        line-height: var(--bs-line-height-h3);
    }

    .md-h4 {
        font-size: var(--bs-font-size-h4);
        line-height: var(--bs-line-height-h4);
    }

    .md-h5 {
        font-size: var(--bs-font-size-h5);
        line-height: var(--bs-line-height-h5);
    }

    .md-h6 {
        font-size: var(--bs-font-size-h6);
        line-height: var(--bs-line-height-h6);
    }
}

/* Common Css
======================================================*/
.transition,
input,
textarea,
button,
select,
option,
img,
svg,
a,
.a,
::before,
::after,
header,
main,
aside,
footer,
.modal,
.modal-backdrop,
.card,
.card .card-content {
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.rounded-xxl {
    -webkit-border-radius: var(--bs-radius-xxl);
    -moz-border-radius: var(--bs-radius-xxl);
    border-radius: var(--bs-radius-xxl);
}

.rounded-xl {
    -webkit-border-radius: var(--bs-radius-xl);
    -moz-border-radius: var(--bs-radius-xl);
    border-radius: var(--bs-radius-xl);
}

.rounded-lg {
    -webkit-border-radius: var(--bs-radius-lg);
    -moz-border-radius: var(--bs-radius-lg);
    border-radius: var(--bs-radius-lg);
}

.rounded-md {
    -webkit-border-radius: var(--bs-radius-md);
    -moz-border-radius: var(--bs-radius-md);
    border-radius: var(--bs-radius-md);
}

.rounded-sm {
    -webkit-border-radius: var(--bs-radius-sm);
    -moz-border-radius: var(--bs-radius-sm);
    border-radius: var(--bs-radius-sm);
}

.rounded {
    -webkit-border-radius: var(--bs-radius);
    -moz-border-radius: var(--bs-radius);
    border-radius: var(--bs-radius);
}

.rounded-pill {
    -webkit-border-radius: 50rem;
    -moz-border-radius: 50rem;
    border-radius: 50rem;
}

.rounded-circle,
.box figure,
.et_pb_section .mp_wrapper figure,
.text-editor .wp-caption img,
.author figure {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.rounded-0 {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.cursor-pointer {
    cursor: pointer;
}

.font-book {
    font-family: var(--bs-font-book);
}

.font-default {
    font-family: var(--bs-font);
}

.font-ultra {
    font-family: var(--bs-font-ultra);
}

.fw-normal {
    font-weight: 400;
}

.fw-medium {
    font-weight: 500;
}

.fw-semibold {
    font-weight: 600;
}

.fw-bold {
    font-weight: 700;
}

.fw-black {
    font-weight: 900;
}

.font-size-4 {
    font-size: var(--bs-font-size-4);
    line-height: var(--bs-line-height-4);
}

.font-size-5 {
    font-size: var(--bs-font-size-5);
    line-height: var(--bs-line-height-5);
}

.font-size-6 {
    font-size: var(--bs-font-size-6);
    line-height: var(--bs-line-height-6);
}

.text-uppercase {
    text-transform: uppercase;
}

.text-dark {
    color: var(--bs-dark);
}

.image-full,
.image-full .et_pb_image_wrap {
    height: 100%;
}

/* Icon
======================================================*/
.icon {
    display: inline-block;
    position: relative;
}

.icon svg,
.icon img {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
    width: fit-content;
    height: fit-content;
    max-width: 100%;
    max-height: 100%;
}

/* Form Control
======================================================*/
::-webkit-input-placeholder {
    color: var(--bs-grey) !important;
    opacity: 1 !important;
}

::-moz-placeholder {
    color: var(--bs-grey) !important;
    opacity: 1 !important;
}

:-ms-input-placeholder {
    color: var(--bs-grey) !important;
    opacity: 1 !important;
}

:-moz-placeholder {
    color: var(--bs-grey) !important;
    opacity: 1 !important;
}

::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 20px;
    height: 20px;
    margin: auto;
    background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.5 8.33335H2.5M13.3333 1.66669V5.00002M6.66667 1.66669V5.00002M6.5 18.3334H13.5C14.9001 18.3334 15.6002 18.3334 16.135 18.0609C16.6054 17.8212 16.9878 17.4387 17.2275 16.9683C17.5 16.4336 17.5 15.7335 17.5 14.3334V7.33335C17.5 5.93322 17.5 5.23316 17.2275 4.69838C16.9878 4.22797 16.6054 3.84552 16.135 3.60584C15.6002 3.33335 14.9001 3.33335 13.5 3.33335H6.5C5.09987 3.33335 4.3998 3.33335 3.86502 3.60584C3.39462 3.84552 3.01217 4.22797 2.77248 4.69838C2.5 5.23316 2.5 5.93322 2.5 7.33335V14.3334C2.5 15.7335 2.5 16.4336 2.77248 16.9683C3.01217 17.4387 3.39462 17.8212 3.86502 18.0609C4.3998 18.3334 5.09987 18.3334 6.5 18.3334Z" stroke="%23344054" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    border: none;
    background-origin: border-box;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

::-webkit-inner-spin-button,
::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input,
textarea,
button,
select,
option {
    font-family: var(--bs-font);
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

option {
    font-weight: normal;
    line-height: var(--bs-body-lh);
    padding: 0px 12px;
}

input[type=number] {
    margin: 0;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

textarea {
    min-height: 100px;
    resize: none;
}

.mp_wrapper form {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.mepr-form .mp-form-row {
    margin-bottom: 0px;
}

.mepr-form .mp-form-label {
    font-size: var(--bs-small-font-size);
    line-height: var(--bs-small-line-height);
    color: var(--bs-grey-600);
    font-weight: 500;
    margin-bottom: 6px;
    font-family: var(--bs-font);
    text-transform: capitalize;
}

.mepr-form .mp-form-label label {
    font-weight: 500;
}

.mepr-form label.error {
    font-size: var(--bs-small-font-size);
    line-height: var(--bs-small-line-height);
    font-weight: 400;
    text-transform: initial;
    color: var(--bs-danger);
}

.mp_wrapper textarea,
.mp_wrapper select,
.mp_wrapper input[type="text"],
.mp_wrapper input[type="url"],
.mp_wrapper input[type="email"],
.mp_wrapper input[type="tel"],
.mp_wrapper input[type="number"],
.mp_wrapper input[type="password"] {
    background-color: var(--bs-white);
    border: 1px solid var(--bs-grey-300);
    font-size: var(--bs-body-fs);
    line-height: var(--bs-body-lh);
    padding: 9px 12px;
    font-family: var(--bs-font-book);
}

.mp_wrapper input[type="password"] {
    padding-right: 52px;
}

.mp_wrapper textarea:focus,
.mp_wrapper select:focus,
.mp_wrapper input[type="text"]:focus,
.mp_wrapper input[type="url"]:focus,
.mp_wrapper input[type="email"]:focus,
.mp_wrapper input[type="tel"]:focus,
.mp_wrapper input[type="number"]:focus,
.mp_wrapper input[type="password"]:focus {
    border-color: var(--bs-dark);
}

.mepr-form input.invalid,
.mepr-form select.invalid,
.mepr-form textarea.invalid,
.mepr-form label.mepr-checkbox-field.invalid,
.mepr-form div.mepr-checkboxes-field.invalid,
.mepr-form div.mepr-radios-field.invalid {
    border: 1px solid var(--bs-secondary) !important;
    background-color: var(--bs-white) !important;
}

.mp_wrapper select {
    background-image: url('data:image/svg+xml,<svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.5 6L8.5 10L12.5 6" stroke="%23C5C5C5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 36px;
}

.mepr-form .mp-form-option {
    display: flex;
    gap: 12px;
}

.mepr-form .mp-form-option .mp-select-group label {
    color: var(--bs-grey-400);
    cursor: pointer;
}

.mepr-form .mp-form-option .mp-select-group input:checked+label,
.mepr-form .mp-form-option .mp-select-group label:hover {
    color: var(--bs-primary);
}

.mepr-form .mp-form-option input {
    width: 0;
    margin: 0;
}


.mp_wrapper .mepr_error,
.mp_wrapper .mepr-form-has-errors {
    background-color: rgba(var(--bs-danger-rgb), 0.1) !important;
    border: 1px solid var(--bs-danger) !important;
    font-size: var(--bs-body-fs);
    line-height: var(--bs-body-lh);
    padding: 9px 12px !important;
    color: var(--bs-danger);
    width: 100%;
    margin-bottom: 20px;
}

.mp_wrapper .mepr_updated {
    background-color: rgba(var(--bs-success-rgb), 0.1) !important;
    border: 1px solid var(--bs-success) !important;
    font-size: var(--bs-body-fs);
    line-height: var(--bs-body-lh);
    padding: 9px 12px !important;
    color: var(--bs-success);
    width: 100%;
    margin-bottom: 20px;
}

.mp_wrapper .mepr_updated ul,
.mp_wrapper .mepr_error ul {
    line-height: var(--bs-body-lh);
    margin: 0 !important;
    padding: 0 !important;
}


.mp-spacer,
.mepr_spacer {
    display: none;
}

.mp-form-submit {
    padding-top: 8px;
    width: 100%;
}

.btn,
.mepr-submit,
.bbp-search-form .button {
    font-size: var(--bs-body-fs);
    line-height: var(--bs-body-lh);
    padding: 9px 12px;
    font-weight: var(--bs-font-medium);
    text-align: center;
    border: 1px solid;
    cursor: pointer;
}

.btn-xs {
    font-size: var(--bs-small-font-size) !important;
    line-height: var(--bs-small-line-height);
    padding: 7px 12px;
}

.btn-sm {
    font-size: var(--bs-small-font-size);
    line-height: var(--bs-small-line-height);
}

.btn-lg {
    padding: 16px 24px;
}

.mepr-submit {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    color: var(--bs-white);
    width: 100%;
    text-transform: uppercase;
}

.mepr-submit:hover {
    background-color: var(--bs-dark);
    border-color: var(--bs-dark);
    color: var(--bs-white);
}

.mepr-submit.disabled {
    border-color: var(--bs-grey-300);
    background-color: var(--bs-grey-300);
    color: var(--bs-grey-400);
}

.mepr-white {
    background-color: var(--bs-white);
    border-color: var(--bs-grey-400);
    width: 100%;
    text-transform: uppercase;
    color: var(--bs-grey-600);
}

.mepr-white:hover {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    color: var(--bs-white);
}

.mp-submit-group {
    display: flex;
    gap: 12px;
}

.btn-dark {
    background-color: var(--bs-dark);
    border: 1px solid var(--bs-dark);
    color: var(--bs-white);
}

.btn-dark:hover {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    color: var(--bs-white);
}

.btn-dark.disabled {
    border-color: var(--bs-grey-300);
    background-color: var(--bs-grey-300);
    color: var(--bs-grey-400);
}

.btn-primary,
.bbp-search-form .button {
    background-color: var(--bs-primary);
    border: 1px solid var(--bs-primary);
    color: var(--bs-white);
}

.btn-primary:hover,
.bbp-search-form .button:hover {
    background-color: var(--bs-dark);
    border-color: var(--bs-dark);
    color: var(--bs-white);
}

.btn-primary.disabled,
.bbp-search-form .button.disabled {
    border-color: var(--bs-grey-300);
    background-color: var(--bs-grey-300);
    color: var(--bs-grey-400);
}

.btn-white {
    background-color: var(--bs-white);
    border: 1px solid var(--bs-grey-400);
    color: var(--bs-grey-600);
}

.btn-white:hover {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    color: var(--bs-white);
}

.btn-white.disabled {
    border-color: var(--bs-grey-300);
    background-color: var(--bs-grey-100);
    color: var(--bs-grey-400);
}

.mp_wrapper .mepr-signup-form .mepr_first_name,
.mp_wrapper .mepr-signup-form .mepr_last_name,
.mp_wrapper .mepr-account-form .mepr_first_name,
.mp_wrapper .mepr-account-form .mepr_last_name,
.mp_wrapper .mepr-account-form .mepr_mepr-address-city,
.mp_wrapper .mepr-account-form .mepr_mepr-address-country,
.mp_wrapper .mepr-account-form .mepr_mepr-address-state,
.mp_wrapper .mepr-account-form .mepr_mepr-address-,
.mp_wrapper .mepr_mepr_halfzip,
.mp_wrapper .mepr_mepr_half {
    width: calc(50% - 8px) !important;
}

.mp_wrapper .required {
    color: var(--bs-primary);
}

.mp_wrapper .mepr-signup-form .mp-form-submit {
    width: 100%;
}

.et_pb_button {
    line-height: 20px !important;
}

.et_pb_button::after {
    position: relative;
    margin-left: 8px !important;
}

.link {
    font-family: var(--bs-font);
    font-size: var(--bs-small-font-size);
    line-height: var(--bs-small-line-height);
    font-weight: var(--bs-font-medium);
}

.form-check {
    display: flex;
    gap: 8px;
    cursor: pointer;
}

.form-check .form-check-input {
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    margin: 2px 0px 0px;
    border: 1px solid var(--bs-grey);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    background: transparent none no-repeat scroll center center;

    -webkit-border-radius: var(--bs-radius);
    -moz-border-radius: var(--bs-radius);
    border-radius: var(--bs-radius);
}

.form-check .form-check-input:checked {
    background-color: var(--bs-primary);
    background-image: url('data:image/svg+xml,%3csvg width="14" height="15" viewBox="0 0 14 15" fill="none" xmlns="http://www.w3.org/2000/svg"%3e%3cpath d="M11.6663 3.9707L5.24967 10.3874L2.33301 7.4707" stroke="%23ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3e%3c/svg%3e');
    border-color: var(--bs-primary);
    background-size: 70%;
}

.form-check .form-check-label {
    font-family: var(--bs-font-book);
    font-size: var(--bs-small-font-size);
    line-height: var(--bs-small-line-height);
    color: var(--bs-body-color);
    font-weight: normal;
}

.mepr-form-input-search {
    padding-left: 42px !important;
    background-image: url('data:image/svg+xml,<svg width="20" height="21" viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.5 17.6338L14.5834 14.7171M16.6667 9.71712C16.6667 13.6291 13.4954 16.8005 9.58333 16.8005C5.67132 16.8005 2.5 13.6291 2.5 9.71712C2.5 5.8051 5.67132 2.63379 9.58333 2.63379C13.4954 2.63379 16.6667 5.8051 16.6667 9.71712Z" stroke="%23666666" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-position: left 14px center;
    background-repeat: no-repeat;
}



@media (max-width: 767px) {

    .mp_wrapper .mepr-signup-form .mepr_first_name,
    .mp_wrapper .mepr-signup-form .mepr_last_name,
    .mp_wrapper .mepr-account-form .mepr_first_name,
    .mp_wrapper .mepr-account-form .mepr_last_name,
    .mp_wrapper .mepr-account-form .mepr_mepr-address-city,
    .mp_wrapper .mepr-account-form .mepr_mepr-address-country,
    .mp_wrapper .mepr-account-form .mepr_mepr-address-state,
    .mp_wrapper .mepr-account-form .mepr_mepr-address-zip,
    .mp_wrapper .mepr_mepr_half {
        width: 100% !important;
    }

    .et_pb_button::after {
        margin-left: 5px !important;
    }

    .mp-submit-group {
        flex-wrap: wrap;
    }

    .mp-submit-group button {
        width: 100%;

    }
}

/* Select 2
======================================================*/
.select2-hidden-accessible {
    display: none !important;
}

.select2 {
    width: 100% !important;
    display: inline-block;
}

.select2 .select2-selection {
    position: relative;
    display: block;
    width: 100%;
    padding: 9px 36px 9px 12px;
    font-size: var(--bs-body-fs);
    font-weight: var(--bs-body-fw);
    line-height: var(--bs-body-lh);
    color: var(--bs-grey-700);
    background-color: var(--bs-white);
    border: 1px solid var(--bs-grey-300);
}

.select2.select2-container--open .select2-selection {
    border-color: var(--bs-dark);
}

.select2 .select2-selection.select2-selection--multiple {
    display: flex;
    justify-content: start;
    gap: 6px;
}

.select2 .select2-selection.select2-selection--multiple:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    background: rgba(0, 0, 0, 0) url('data:image/svg+xml,<svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.5 6L8.5 10L12.5 6" stroke="%23C5C5C5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat scroll center center;
    top: 15px;
    right: 12px;
}

.select2 .select2-selection.select2-selection--multiple .select2-selection__rendered {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 1px 0px;
}

.select2 .select2-selection.select2-selection--multiple .select2-selection__rendered li {
    border: 1px solid var(--bs-grey-300);
    font-size: var(--bs-small-font-size);
    line-height: var(--bs-small-line-height);
    padding: 2px 24px 2px 9px;
}

.select2 .select2-selection.select2-selection--multiple .select2-selection__rendered li .select2-selection__choice__remove {
    width: 16px;
    height: 16px;
    padding: 0;
    border: none;
    border-color: transparent;
    font-size: 0;
    background: transparent url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11 5L5 11M5 5L11 11" stroke="%2398A2B3" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat scroll center center;
    position: absolute;
    top: 4px;
    right: 4px;
}

.select2 .select2-selection.select2-selection--multiple .select2-search.select2-search--inline {
    display: inline-block;
    position: relative;
    padding: 0px;
    width: auto;
    overflow: hidden;
}

.select2 .select2-selection.select2-selection--multiple .select2-search.select2-search--inline textarea {
    padding: 0;
    border: none;
    height: 24px;
    resize: none;
    background: transparent !important;
    min-height: initial;
    color: var(--bs-grey-700);
}

.select2 .select2-selection .select2-selection__rendered {
    color: var(--bs-grey-700);
    font-size: var(--bs-body-fs);
    line-height: var(--bs-body-lh);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: auto;
    max-height: 156px;
    display: inline-block;
    max-width: 100%;
}

.select2 .select2-selection .select2-selection__rendered .select2-selection__placeholder {
    text-transform: capitalize;
    opacity: 1;
    color: var(--bs-grey);
}

.select2 .select2-selection .select2-selection__arrow {
    position: absolute;
    width: 20px;
    height: 20px;
    background: transparent url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 7.5L10 12.5L15 7.5" stroke="%23667085" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat scroll center center;
    top: 12px;
    right: 16px;
}

.select2.select2-container--open .select2-selection.select2-selection--multiple::after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.select2.select2-container--open .select2-selection__arrow {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg);
}


.select2-container:not(.select2) {
    z-index: 4;
}

.select2-dropdown {
    display: inline-block;
    border: 1px solid var(--bs-grey-300);
    background-color: var(--bs-white);
    padding: 0;
    position: relative;
    z-index: 3;
    overflow: auto;
}

.select2-dropdown.select2-dropdown--above {
    border-bottom: none;
}

.select2-dropdown.select2-dropdown--below {
    border-top: none;
}

.select2-dropdown .select2-search__field {
    display: inline-block;
    width: 100%;
    font-family: var(--bs-font);
    padding: 9px 12px;
    font-size: var(--bs-body-fs);
    font-weight: var(--bs-body-fw);
    line-height: var(--bs-body-lh);
    color: var(--bs-grey-700);
    background-color: var(--bs-white);
    border: 1px solid var(--bs-grey-300);
}

.select2-dropdown .select2-results {
    display: inline-block;
    width: 100%;
}

.select2-dropdown .select2-results:not(:only-child) {
    margin-top: 8px;
}

.select2-dropdown .select2-results .select2-results__options {
    max-height: 296px;
    overflow: auto;
    width: 100%;
    padding-right: 0px;
}

.select2-dropdown .select2-results .select2-results__option {
    padding: 10px 14px;
    background: transparent none no-repeat scroll right 14px center;
    font-size: var(--bs-small-font-size);
    line-height: var(--bs-small-line-height);
    opacity: 1;
    margin-bottom: 2px;
    cursor: pointer;
}

.select2-dropdown .select2-results .select2-results__option.select2-results__option--selected,
.select2-dropdown .select2-results .select2-results__option.select2-results__option--highlighted {
    background-color: var(--bs-primary);
    opacity: 1;
    color: var(--bs-white);
}

.select-lg+.select2 .select2-selection {
    font-size: var(--bs-small-font-size);
    line-height: var(--bs-small-line-height);
}

.select-lg+.select2 .select2-selection .select2-selection__rendered {
    font-size: var(--bs-small-font-size);
    line-height: var(--bs-small-line-height);
}

.select-lg+.select2 .select2-selection .select2-selection__arrow {
    top: 10px;
}

.select-sm+.select2 .select2-selection {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: var(--bs-small-font-size);
    line-height: var(--bs-small-line-height);
}

.select-sm+.select2 .select2-selection .select2-selection__rendered {
    font-size: var(--bs-small-font-size);
    line-height: var(--bs-small-line-height);
}

.select-sm+.select2 .select2-selection .select2-selection__arrow {
    top: 8px;
}

/* Header Start */
.header-wrapper {
    padding: 0 !important;
}

.header-wrapper .et_pb_image {
    margin-left: 0 !important;
}

.header-wrapper .et_pb_text_inner p {
    margin: 0;
}

.header-wrapper .et_pb_row {
    width: 90% !important;
}

.header-avatar {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: flex-end;
    position: relative;
}

.header-avatar figure {
    width: 48px;
    height: 48px;
    cursor: pointer;
}

.header-avatar svg {
    cursor: pointer;
}

.header-avatar .dropdown-menu {
    position: absolute;
    top: calc(100% + 30px);
    right: 0px;
    background-color: var(--bs-white);
    padding: 8px 0px;
    -webkit-border-radius: var(--bs-radius-md);
    -moz-border-radius: var(--bs-radius-md);
    border-radius: var(--bs-radius-md);
    min-width: 200px;
    overflow: hidden;
    display: none;

    -webkit-box-shadow: 0px 32px 64px 12px #10182824;
    -moz-box-shadow: 0px 32px 64px 12px #10182824;
    box-shadow: 0px 32px 64px 12px #10182824;
}

.header-avatar .dropdown-menu ul {
    padding: 0 !important;
}

.header-avatar .dropdown-menu ul li a {
    background-color: transparent;
    color: var(--bs-dark);
    padding: 8px 20px;
    display: inline-block;
    width: 100%;
}

.header-avatar .dropdown-menu ul li a:hover {
    background-color: var(--bs-primary);
    color: var(--bs-white) !important;
}


.header-wrapper .et_pb_menu .et_pb_menu__menu>nav>ul {
    gap: 10px;
    margin: 0;
    align-items: center;
}

.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li {
    margin-top: 0 !important;
    padding: 0 !important;
}

.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li>a {
    padding: 0 !important;
}

.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li.current-menu-item>a {
    font-family: var(--bs-font-book) !important;
    font-weight: bold !important;
}

.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li>a>span {
    padding: 0px 16px !important;
}

.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li>a>span::after {
    height: 3px;
    top: 59px !important;
}

@media (max-width: 1280px) {
    .header-wrapper .et_pb_menu .et_pb_menu__menu>nav>ul {
        gap: 0 !important;
    }

    .et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li>a>span {
        padding: 0px 12px !important;
    }

    .mp-submit-group button {

        padding: 9px 12px;
    }
}

@media (max-width: 980px) {
    .header-avatar figure {
        width: 36px;
        height: 36px;
        cursor: pointer;
    }

    .header-avatar svg {
        display: none;
    }

    .header-avatar .dropdown-menu {
        top: calc(100% + 24px);
    }

    header .et_mobile_menu {
        position: fixed !important;
        top: 84px !important;
        left: 0px !important;
        padding: 0 !important;
        border: none !important;
    }

    .et_mobile_menu li a:hover {
        background-color: var(--bs-primary) !important;
        opacity: 1 !important;
    }
}

/* Footer Start */
.footer-block {
    padding: 0 !important;
}

.footer-block .menu-item a {
    color: var(--bs-grey-700) !important;
}

.footer-block .menu-item a:hover {
    color: var(--bs-primary) !important;
}

/* Survey Start*/

.title-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--bs-grey-200);
}

.title-head .title-text h6 {
    margin-bottom: 6px;
}

.title-head .title-text small {
    color: var(--bs-grey-600);
}

.title-head .title-btn {
    display: flex;
}

.title-head .title-btn .btn {
    border-color: var(--bs-grey-200);
    background-color: var(--bs-grey-50);
    color: var(--bs-grey);
    margin-left: -1px;
}

.title-head .title-btn .btn.active,
.title-head .title-btn .btn:hover {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    color: var(--bs-white);
}

.title-head .mepr-form {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
}

.title-head .mepr-form input {
    width: 14.58vw;
    min-width: 220px;
    flex: 0 0 auto;
}

.title-head .mepr-form select {
    width: 220px;
    min-width: 220px;
    flex: 0 0 auto;
}

.title-head .mepr-form .btn {
    white-space: nowrap;
}

.list {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    padding: 0 !important;
}

.item {
    border: 1px solid var(--bs-grey-300);
    display: flex;
    align-items: center;
    position: relative;
    min-height: 132px;
    padding: 24px 32px 24px 174px;
    gap: 42px;
    width: 100%;
    flex: 0 0 auto;
}

.item .item-count {
    background-color: var(--bs-primary-50);
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    width: 132px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.item .item-count h4 {
    color: var(--bs-primary);
}

.item .item-title {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

.item .item-data {
    white-space: nowrap;
}

.item .item-data .item-canvas {
    padding: 32px;
}

.item .item-data strong {
    color: var(--bs-grey-700);
}

.item .item-link {
    display: flex;
    gap: 30px;
    position: relative;

}

.item .item-link svg {
    min-width: 25px;
}

.item .item-link::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 55px;
    height: 100%;
    margin: auto;
    display: inline-block;
    border-left: 1px solid var(--bs-grey-400);
    border-right: 1px solid var(--bs-grey-400);
    pointer-events: none;
}

.item .item-link a {
    color: var(--bs-grey-400);
}

.item .item-link a.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.item .item-link a.icon-delete:hover {
    color: var(--bs-danger);
}

.item .item-link a.icon-copy:hover {
    color: var(--bs-success);
}

.item .item-link a.icon-edit:hover {
    color: var(--bs-primary);
}

.item .btn {
    min-width: 144px;
}

.tab-content {
    padding-top: 42px;
}

.tab-content .tab-pane:not(.show) {
    display: none;
}

.screen-empty {
    text-align: center;
}

.screen-empty figure {
    margin-bottom: 20px;
}

.screen-empty h6 {
    margin-bottom: 8px;
}

.screen-empty span {
    max-width: 407px;
    display: block;
    margin: 0px auto 32px;
}

/*page navigation*/

.inner-nav .menu-wrapper .nav {
    gap: 11px;
    margin: 0 !important;
}

.inner-nav .menu-wrapper .nav li {
    border: 1px solid var(--bs-grey-300);
}

.inner-nav .menu-wrapper .nav li a span {
    padding: 10px 12px !important;
    display: inline-block
}

.inner-nav .menu-wrapper .nav li a span::after {
    display: none !important
}

.inner-nav .menu-wrapper .nav .current-menu-item,
.inner-nav .menu-wrapper .nav li:hover {
    background: var(--bs-primary);
    border-color: var(--bs-primary)
}

.inner-nav .menu-wrapper .nav li:hover span {
    color: var(--bs-white);
}

.inner-nav .menu-wrapper .nav li.current-menu-item>a {
    font-weight: var(--bs-font-medium) !important
}

.inner-nav .et_mobile_menu {
    width: 250px !important;
    left: auto !important;
    right: 0 !important;
    border: none !important;
    padding: 0 !important;
}

.inner-nav .et_mobile_menu .current-menu-item a,
.inner-nav .mobile_menu_bar .et_mobile_menu li:hover a {
    background: var(--bs-primary) !important;
    color: var(--bs-white) !important;
}


.inner-nav .loggedin-user {
    padding-bottom: 4px
}


/*login*/

.login-full-image .container {
    width: 100%;
    max-width: 100%;
}


/*survey results graph*/



@media (max-width: 1440px) {
    .item {
        min-height: 96px;
        padding: 20px 24px 20px 120px;
        gap: 32px;
    }

    .item .item-count {
        width: 96px;
    }
}

@media (max-width: 1280px) {
    .title-head.title-head-large {
        align-items: start;
        justify-content: start;
        padding-bottom: 20px;
        flex-direction: column;
        gap: 12px;
    }

    .item {
        border: 1px solid var(--bs-grey-300);
        display: flex;
        align-items: start;
        position: relative;
        min-height: 96px;
        padding: 16px 20px 16px 120px;
        gap: 0;
        flex-direction: column;
        width: calc(50% - 11px);
        flex: 0 0 auto;
    }

    .item .item-title {
        margin-bottom: 12px;
    }

    .item .item-link {
        margin-top: 8px;
    }

    .item .item-data {
        margin-bottom: 4px;
    }

    .item .item-action {
        margin-top: 16px;
    }

    .inner-nav .menu-wrapper .nav {
        gap: 5px;
    }

    .inner-nav .menu-wrapper .nav li a span {
        padding: 8px 6px;
    }

}

@media (max-width: 980px) {
    .title-head {
        align-items: start;
        justify-content: start;
        padding-bottom: 20px;
        flex-direction: column;
        gap: 12px;
    }

    .title-head .mepr-form input,
    .title-head .mepr-form select {
        width: 180px;
        min-width: 180px;
    }

    .tab-content {
        padding-top: 30px;
    }

    .item {
        width: 100%;
    }

    .screen-empty span {
        margin: 0px auto 24px;
    }


}

@media (max-width: 980px) {
    .title-head .mepr-form {
        flex-direction: column;
    }

    .title-head .mp_wrapper {
        width: 100%;
    }

    .title-head .mepr-form input,
    .title-head .mepr-form select {
        width: 100%;
        min-width: 100%;
    }
}

@media (max-width: 575px) {
    .tab-content {
        padding-top: 20px;
    }

    .list {
        gap: 16px;
    }

    .item {
        min-height: initial;
        padding: 76px 16px 16px 16px;
    }

    .item .item-count {
        width: 100%;
        height: 60px;
    }
}






.modal-open {
    overflow: hidden !important;
}

.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 420px;
    --bs-modal-padding: 24px;
    --bs-modal-margin: 20px;
    --bs-modal-color: var(--bs-body-color);
    --bs-modal-bg: var(--bs-white);
    --bs-modal-border-color: var(--bs-grey-300);
    --bs-modal-border-width: 1px;
    --bs-modal-border-radius: 0;
    --bs-modal-box-shadow: none;
    --bs-modal-inner-border-radius: 0;
    --bs-modal-header-padding-x: 24px;
    --bs-modal-header-padding-y: 24px;
    --bs-modal-header-padding: 24px;
    --bs-modal-header-border-color: var(--bs-grey-300);
    --bs-modal-header-border-width: 1px;
    --bs-modal-footer-gap: 16px;
    --bs-modal-footer-padding: 24px;
    --bs-modal-footer-bg: var(--bs-white);
    --bs-modal-footer-border-color: var(--bs-grey-300);
    --bs-modal-footer-border-width: 1px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    opacity: 0;
    visibility: hidden;
}

.modal.show {
    opacity: 1;
    visibility: visible;
}

.modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
    display: flex;
    align-items: center;
    min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius);
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding);
    margin: 0px;
}

.modal-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: var(--bs-modal-footer-padding);
    background-color: var(--bs-modal-footer-bg);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius);
    gap: var(--bs-modal-footer-gap);
}

.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg);
}

.modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity);
}

.modal-close {
    cursor: pointer;
    color: var(--bs-dark);
    position: absolute;
    top: 20px;
    right: 20px;
    width: 32px;
    height: 32px;
    padding: 4px;
}

.modal-close:hover {
    background-color: var(--bs-primary);
    color: var(--bs-white);
}


.modal-sweetalert .modal-action {
    display: flex;
    gap: 12px;
    margin-top: 32px;
}

.modal-sweetalert .modal-action .btn {
    width: 100%;
}

.modal-sweetalert h6 {
    margin-bottom: 4px;
}

.modal-sweetalert small {
    margin-bottom: 20px;
    font-family: var(--bs-font);
}

.modal-sweetalert span {
    display: inline-block;
    width: 100%;
    font-family: var(--bs-font);
}

.modal-sweetalert .modal-icon {
    width: 56px;
    height: 56px;
    margin-bottom: 20px;
    background: transparent no-repeat scroll center center;
}

.modal-sweetalert .modal-icon.modal-icon-question {
    background-image: url('data:image/svg+xml,<svg width="56" height="56" viewBox="0 0 56 56" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="4" y="4" width="48" height="48" rx="24" fill="%23E6DBFA"/><rect x="4" y="4" width="48" height="48" rx="24" stroke="%23F3EDFD" stroke-width="8"/><path d="M25.09 25C25.3251 24.3317 25.7892 23.7681 26.4 23.4091C27.0108 23.0502 27.7289 22.9189 28.4272 23.0387C29.1255 23.1585 29.7588 23.5215 30.2151 24.0635C30.6713 24.6055 30.9211 25.2915 30.92 26C30.92 28 27.92 29 27.92 29M28 33H28.01M38 28C38 33.5228 33.5228 38 28 38C22.4772 38 18 33.5228 18 28C18 22.4772 22.4772 18 28 18C33.5228 18 38 22.4772 38 28Z" stroke="%235819C3" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}














.survey-item {
    background: var(--bs-grey-25);
    box-shadow: none;
    padding: 32px;
    margin-bottom: 30px;
    font-family: var(--bs-font);
}

.survey-item h6 {
    color: #141414;
    text-align: left;
    font-weight: var(--bs-font-medium);
    font-family: var(--bs-font);
    margin: 0 0 32px;
    font-size: 20px;
}

.survey-item h6 span {
    color: var(--bs-primary);
}

.survey-item .item-data {
    display: flex;
    gap: 20px;
}

.survey-item .col {
    background: var(--bs-white);
    border: 1px solid var(--bs-grey-300);
    width: calc(50% - 10px);
    flex: 0 0 auto;
}

.survey-item .col:only-child {
    width: 100%;
}

.survey-item canvas {
    width: 100%;
    height: auto;
    margin: 0;
}

.survey-item .table-responsive {
    overflow: auto;
}

.survey-item table {
    border: 0 !important;
    margin: 0 !important;
}

.survey-item table th {
    font-weight: var(--bs-font-medium);
    padding: 13px 24px;
    border: 0;
    border-bottom: 1px solid var(--bs-grey-50);
    text-transform: uppercase;
    background-color: var(--bs-grey-200);
    font-family: var(--bs-font);
    font-size: var(--bs-font-size-6);
    line-height: var(--bs-line-height-6);
    color: var(--bs-grey-600);
    vertical-align: middle !important;
}

.survey-item table td {
    padding: 15px 24px;
    border: 0;
    font-size: var(--bs-small-font-size);
    line-height: var(--bs-small-line-height);
    border-bottom: 1px solid var(--bs-grey-200);
    font-weight: var(--bs-font-regular);
    font-family: var(--bs-font-book);
    vertical-align: middle !important;
    background-color: var(--bs-white);
}

.table-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    border-top: 1px solid var(--bs-grey-200);
    padding-top: 20px;
}

.table-footer>span {
    font-size: var(--bs-small-font-size);
    line-height: var(--bs-body-lh);
    font-weight: normal;
    font-family: var(--bs-font);
    color: var(--bs-grey-600);
}

.table-footer .table-pagination {
    display: flex;
    gap: 12px;
    text-transform: uppercase;
}

@media (max-width: 1280px) {
    .survey-item {
        padding: 24px;
        margin-bottom: 24px;
    }

    .survey-item h6 {
        margin-bottom: 24px;
    }
}

@media (max-width: 980px) {
    .survey-item {
        padding: 20px;
        margin-bottom: 20px;
        flex-direction: column;
    }

    .survey-item .item-data {
        flex-direction: column;
    }

    .survey-item h6 {
        margin-bottom: 20px;
    }

    .survey-item .col {
        width: 100%;
    }
}













.mepr-form .survey-search-results {
    position: relative;
}

.mepr-form .survey-search-results ul {
    display: inline-block;
    border: 1px solid var(--bs-grey-300);
    border-top: none;
    background-color: var(--bs-white);
    padding: 0;
    position: relative;
    z-index: 3;
    overflow: auto;
    max-height: 201px;
    width: 100%;
    text-transform: initial;
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
}

.mepr-form .survey-search-results li {
    padding: 10px 12px;
    background: transparent none no-repeat scroll center center;
    font-size: var(--bs-small-font-size);
    line-height: var(--bs-small-line-height);
    opacity: 1;
    cursor: pointer;
    color: var(--bs-body-color);
    cursor: pointer;
    font-family: var(--bs-font);
}

.mepr-form .survey-search-results li:hover {
    background-color: var(--bs-primary);
    color: var(--bs-white);
}

.mepr-form .mp-form-label .view-survey-question:hover {
    color: var(--bs-danger);
}

.selected-questions {
    width: 100%;
}

.accordion-item {
    border: 1px solid var(--bs-grey-300);
    background: var(--bs-grey-25);
    padding: 20px;
    margin-bottom: 8px;
}

.accordion-item .accordion-collapse:not(.collapse) {
    display: none;
}

.accordion-header .remove-question {
    color: var(--bs-grey);
}

.accordion-header .remove-question:hover {
    color: var(--bs-danger);
}

.accordion-header {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
}

.accordion-header a {
    color: var(--bs-grey);
}

.accordion-header a svg {
    min-width: 21px;
}

.accordion-header label {
    font-weight: var(--bs-font-medium);
    font-family: var(--bs-font);
    text-transform: capitalize;
    font-size: var(--bs-body-fs);
    color: var(--bs-grey-700);
    flex: 1 1 auto;
}

.accordion-body ol {
    padding: 12px 32px 0;
    gap: 8px;
    flex-wrap: wrap;
    flex-direction: column;
    display: flex;
}

.accordion-body li::marker {
    font-weight: var(--bs-font-bold);
    color: var(--bs-grey-700);
    margin-right: 8px;
}

.accordion-body li {
    text-transform: capitalize;
    font-size: var(--bs-small-font-size);
    color: var(--bs-grey);
    font-family: var(--bs-font-book);
    line-height: var(--bs-small-line-height);
    list-style: lower-alpha;
}

/*offcanvas*/
.offcanvas-open {
    overflow: hidden !important;
}

.offcanvas {
    position: fixed;
    bottom: 24px;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    outline: 0;
    transition: transform 0.3s ease-in-out;
    background: var(--bs-white);
    z-index: 1055;
}

.offcanvas.offcanvas-end {
    top: 24px;
    right: 24px;
    width: 630px;
    transform: translateX(100%);

}

.offcanvas.show {
    visibility: visible;
}

.offcanvas.show:not(.hiding),
.offcanvas.showing {
    transform: none;
}

.offcanvas-header {
    padding: 24px 32px;
    border-bottom: 1px solid var(--bs-grey-300);
    position: relative;
}

.offcanvas-header .btn-close {
    position: absolute;
    left: -54px;
    width: 44px;
    height: 44px;
    top: 24px;
    background: var(--bs-white);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-dark);
}

.offcanvas-header .btn-close:hover {
    color: var(--bs-danger);
}

.offcanvas-header h6 {
    color: var(--bs-grey-700);
    font-weight: var(--bs-font-medium);
    font-family: var(--bs-font);
}


.offcanvas-body {
    flex-grow: 1;
    overflow-y: auto;
    padding: 32px 32px 0;
}




.offcanvas-body .accordion {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.offcanvas-body .accordion-body select {
    width: 70%;
}


.offcanvas-body .accordion-item {
    padding: 0;
}

.offcanvas-body .accordion-header {
    padding: 12px 24px;
    justify-content: space-between;
    background: var(--bs-grey-50);
}

.offcanvas-body .accordion-body {
    background: var(--bs-white);
    padding: 24px;
}

.offcanvas-body .accordion-header label:before {
    display: none;
}

.offcanvas-body .accordion-header div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.question-block {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.survey-answer {
    display: flex;
    align-items: center;
}

.answers-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 10px 0 16px;
    width: 85%;
}

.survey-answer span {
    color: var(--bs-primary);
    font-weight: var(--bs-font-bold);
    font-size: var(--bs-body-fs);
    width: 32px;
    font-family: var(--bs-font);
}

.survey-answer .remove-answer {
    margin-left: 18px;
    cursor: pointer;
}

.add-answer {
    color: var(--bs-grey-700);
    font-size: var(--bs-small-font-size);
    font-weight: var(--bs-font-medium);
    padding: 0 32px;
    font-family: var(--bs-font);
    cursor: pointer;
}

.add-answer span {
    color: var(--bs-primary);
    font-size: var(--bs-font-size-4);
    margin-left: 4px;
}

.offcanvas-footer {
    display: flex;
    gap: 16px;
    padding: 24px;
}

.offcanvas-footer button {
    width: 100%;
    flex: 100;
    text-transform: uppercase;
}

.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-black);
}


.offcanvas-backdrop.fade {
    opacity: 0;
    transition: opacity .15s linear;
}

.offcanvas-backdrop.show {
    opacity: .5;
}


@media (max-width:980px) {


    .offcanvas-header,
    .offcanvas-body .accordion-body,
    .offcanvas-body,
    .offcanvas-footer {
        padding: 16px;
    }

    .offcanvas-body .accordion-body select,
    .answers-container {
        width: 100%;
    }

    .question-block,
    .offcanvas-body .accordion {
        gap: 12px;
    }

    .offcanvas-footer button {
        padding: 10px 0;
    }

}

@media (max-width:767px) {
    .offcanvas {
        width: 100%;
        bottom: 0px;

    }

    .offcanvas.offcanvas-end {
        top: 80px;
        right: 0px;
    }

    .offcanvas-header .btn-close {
        top: -60px;
        left: 0;
        right: 0px;
        margin: auto;
    }

}







.grid-view .et_pb_code_inner {
    display: flex;
    gap: 4.42vw;
    padding-top: 42px;
}

.grid {
    flex: 1 1 auto;
    display: grid;
    grid-template-rows: repeat(var(--bs-rows, 1), 1fr);
    grid-template-columns: repeat(var(--bs-columns, 12), 1fr);
    gap: 20px;
}

.grid.grid-directory {
    padding-top: 42px;
}

.grid .table-footer {
    margin-top: 0;
    grid-column: auto/span 12;
}

.grid .card {
    grid-column: auto/span 4;
}

.grid .box {
    grid-column: auto/span 3;
}



.card:hover {
    -webkit-box-shadow: 0 8px 8px 4px #10182808, 0 20px 24px 4px #10182814;
    -moz-box-shadow: 0 8px 8px 4px #10182808, 0 20px 24px 4px #10182814;
    box-shadow: 0 8px 8px 4px #10182808, 0 20px 24px 4px #10182814;
}

.card figure {
    padding-top: 69.6%;
}

.card .card-content {
    padding: 20px 0px;
}

.card:hover .card-content {
    padding: 20px;
}

.card .card-content .resource-categories {
    margin-bottom: 8px;
}

.card .card-content .resource-categories a {
    font-size: var(--bs-small-font-size);
    line-height: var(--bs-small-line-height);
    color: var(--bs-grey);
    font-weight: 500;
    font-family: var(--bs-font);
}

.card:hover .card-content .resource-categories a {
    color: var(--bs-primary);
}

.card .card-content .cart-title {
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin-bottom: 8px;

}

.card .card-content .cart-title .font-size-4 {
    color: var(--bs-grey-700);
    font-family: var(--bs-font);
    font-weight: 500;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.card .card-content .cart-title i {
    color: var(--bs-grey-700);
    min-width: 24px;
}

.card .card-content p {
    height: calc(var(--bs-body-lh) * 3);
    overflow: hidden;
}

.sidebar {
    width: 280px;
    flex: 0 0 auto;
}

.sidebar .aside-title,
.aside-filter {
    display: none;
}

.sidebar h6:first-child {
    margin-top: 0;
}

.sidebar h6 {
    text-transform: uppercase;
    font-family: var(--bs-font);
    font-weight: 700;
    border-bottom: 1px solid var(--bs-grey-300);
    font-size: var(--bs-small-font-size);
    line-height: var(--bs-small-line-height);
    margin-top: 32px;
    padding-bottom: 16px;
    margin-bottom: 20px;
}

.sidebar .list-item:not(:first-child) {
    margin-top: 32px;
}

.sidebar .list-item ul {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 0;
}

.sidebar .list-item-tags ul {
    gap: 12px;
}

.sidebar .list-item:not(.list-item-tags) ul li a {
    padding: 10px 14px;
    color: var(--bs-grey);
    border-left: 2px solid transparent;
    width: 100%;
}

.sidebar .list-item:not(.list-item-tags) ul li a:hover,
.sidebar .list-item:not(.list-item-tags) ul li a.active {
    color: var(--bs-primary);
    border-color: var(--bs-primary);
    font-weight: 700;
}

.sidebar .list-item-tags ul li a {
    font-size: var(--bs-small-font-size);
    line-height: var(--bs-small-line-height);
    padding: 4px 8px;
    color: var(--bs-grey);
    border: 1px solid var(--bs-grey-300);
    background-color: var(--bs-grey-50);

}

.sidebar .list-item-tags ul li a:hover,.sidebar .list-item-tags ul li .active {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    color: var(--bs-white);
}

@media screen and (max-width: 1280px) {

    .grid.grid-directory,
    .grid-view .et_pb_code_inner {
        padding-top: 32px;
    }

    .grid .card {
        grid-column: auto/span 6;
    }

    .grid .box {
        grid-column: auto/span 4;
    }

    .card:hover {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .card .card-content,
    .card:hover .card-content {
        padding: 20px 0 0;
    }
}

@media screen and (max-width: 980px) {

    .grid-view .et_pb_code_inner {
        flex-direction: column;
        padding-top: 24px;
    }

    .grid.grid-directory {
        padding-top: 24px;
    }

    .grid .card {
        grid-column: auto/span 6;
    }

    .grid .box {
        grid-column: auto/span 6;
    }

    .sidebar {
        position: fixed;
        top: 0px;
        left: 100%;
        z-index: 1055;
        background: var(--bs-white);
        width: 100%;
        height: 100%;
        padding: 85px 20px 20px;
    }

    .sidebar.open {
        left: 0px;
    }

    .aside-filter {
        display: flex;
        width: 100%;
        border: 1px solid #E7E6E7;
        justify-content: space-between;
        align-items: center;
        padding: 10px 20px;
        color: var(--bs-grey-700);
        cursor: pointer;
        font-family: var(--bs-font);
        font-weight: 500;
    }

    .sidebar .aside-title {
        display: flex;
        padding: 20px;
        position: absolute;
        z-index: 1;
        background: var(--bs-white);
        width: 100%;
        top: 0px;
        left: 0px;
        border-bottom: 1px solid var(--bs-grey-300);
    }

    .sidebar .aside-title h6 {
        padding: 0;
        margin: 0;
        border: none;
        font-size: var(--bs-font-size-h6);
        line-height: var(--bs-line-height-h6);
        font-weight: var(--bs-font-weight-h6);
    }
}

@media screen and (max-width: 576px) {
    .grid .card {
        grid-column: auto/span 12;
    }

    .grid .box {
        grid-column: auto/span 12;
    }
}



.box {
    border: 1px solid var(--bs-grey-300);
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.box figure {
    width: 56px;
    height: 56px;
    margin-bottom: 24px;
}

.box h6 {
    margin-bottom: 4px;
}

.box small {
    display: inline-block;
    width: 100%;
    margin-bottom: 24px;
}

.box small:empty {
    display: none;
}

.box small strong {
    font-weight: 500;
    color: var(--bs-grey-700);
}

.box .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: auto;
    gap: 8px;
}



.et_pb_section.et_pb_section_form {
    padding-top: 34px;
    padding-bottom: 6.25vw;
}

.et_pb_section.et_pb_section_form .et_pb_row {
    padding: 0;
    width: 90%;
}



.et_pb_section.et_pb_section_form h6 {
    margin-bottom: 44px;
}

.et_pb_section.et_pb_section_form .mp_wrapper {
    max-width: 710px;
}

.et_pb_section.et_pb_section_form .mp_wrapper .profile-uploader {
    display: flex;
    align-items: center;
    gap: 42px;
    margin-bottom: 42px;
}

.et_pb_section.et_pb_section_form .mp_wrapper .profile-uploader figure {
    width: 80px;
    height: 80px;
    flex: 0 0 auto;
}

.et_pb_section.et_pb_section_form .mp_wrapper .profile-uploader .btn {
    margin-right: auto;
    text-transform: uppercase;
    display: inline-block !important;
    width: auto !important;
}

.et_pb_section.et_pb_section_form .mp_wrapper .mp-submit-group {
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}

.et_pb_section.et_pb_section_form .mp_wrapper .mepr-newpassword-form .mp-submit-group {
    flex-direction: row;
    justify-content: flex-start;
}

.et_pb_section.et_pb_section_form .mp_wrapper .mp-submit-group .mepr-loading-gif {
    position: absolute;
}

.et_pb_section.et_pb_section_form .mp_wrapper .mepr-submit {
    width: auto;
    min-width: 223px;
}

@media screen and (max-width: 1280px) {
    .et_pb_section.et_pb_section_form h6 {
        margin-bottom: 32px;
    }

    .et_pb_section.et_pb_section_form .mp_wrapper .profile-uploader {
        gap: 32px;
        margin-bottom: 32px;
    }
}

@media screen and (max-width: 980px) {
    .et_pb_section.et_pb_section_form h6 {
        margin-bottom: 24px;
    }

    .et_pb_section.et_pb_section_form .mp_wrapper .profile-uploader {
        gap: 24px;
        margin-bottom: 24px;
    }

    .et_pb_section.et_pb_section_form {
        padding-top: 24px;
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 576px) {
    .et_pb_section.et_pb_section_form .mp_wrapper .mp-submit-group {
        flex-direction: column;
        align-items: start;
    }

    .et_pb_section.et_pb_section_form .mp_wrapper .mepr-newpassword-form .mp-submit-group .btn {
        width: 100%;
    }
}


.resources-conclusion {
    background-color: var(--bs-grey-50);
    padding: 32px;
}

.resources-conclusion h3 {
    margin-bottom: 20px;
}

.text-editor h1,
.text-editor h2,
.text-editor h3,
.text-editor h4,
.text-editor h5,
.text-editor h6 {
    margin-bottom: 20px;
    margin-top: 32px;
}

.text-editor ul,
.text-editor ol {
    padding: 0;
    margin: 0 0 20px;

    counter-reset: ol;
}

.text-editor :first-child {
    margin-top: 0;
}

.text-editor ul li,
.text-editor ol li {
    padding-left: 20px;
    position: relative;
}

.text-editor ul li::before {
    content: "";
    min-width: 6px;
    height: 6px;
    display: inline-block;
    background-color: var(--bs-body-color);
    position: absolute;
    left: 0px;
    top: 0px;

    @extend .rounded-circle;
}

.text-editor ol li::before {
    counter-increment: ol;
    content: counter(ol) ".";
    position: absolute;
    left: 0px;
    top: 0px;
}

.text-editor blockquote {
    border: none;
    padding: 0;
    margin: 84px 0 0;
    text-align: center;
}

.text-editor blockquote p {
    font-size: var(--bs-font-size-h6);
    line-height: 1.333333;
    font-family: var(--bs-font);
    font-weight: 500;
    color: var(--bs-grey-700);
}

.text-editor .wp-caption {
    border: none;
    padding: 32px 0px 48px;
    background-color: transparent;
    margin: 0;
    max-width: 100%;
    text-align: center;
    display: inline-block;
    width: 100% !important;
}

.text-editor .wp-caption img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    object-position: center;
    margin: 0px auto;
}

.text-editor .wp-caption .wp-caption-text {
    font-family: var(--bs-font);
    font-size: var(--bs-body-fs);
    line-height: var(--bs-body-lh);
    color: var(--bs-grey-700);
    padding: 12px 0 0;
    display: inline-block;
    width: 100%;
}

.author {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-top: 32px;
}

.author figure {
    width: 56px;
    height: 56px;
    flex: 0 0 auto;
}

@media screen and (max-width: 1280px) {
    .author {
        gap: 12px;
        padding-top: 24px;
    }
}

@media screen and (max-width: 980px) {
    .resources-conclusion {
        padding: 24px;
    }

    .text-editor blockquote {
        margin: 60px 0 0;
    }

    .text-editor .wp-caption {
        padding: 24px 0px 32px;
    }

    .author {
        gap: 12px;
        padding-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .resources-conclusion {
        padding: 16px;
    }

    .resources-conclusion h3 {
        margin-bottom: 16px;
    }

    .text-editor blockquote {
        margin: 42px 0 0;
    }

    .text-editor .wp-caption {
        padding: 20px 0px 24px;
    }
}

.section-forum {
    padding: 60px 0 6.25vw !important;
}

.section-forum .et_pb_row {
    width: 90% !important;
}


.bbp-forum .bbp-breadcrumb,
.bbp-forum .bbp-breadcrumb+.bp-pagination.top,
.bbp-forum .bbp-topic-meta {
    display: none;
}

.bbp-forum .bbp-forums {
    border-color: #E5E5E5 !important;
    padding: 0;
    margin: 0 !important;
    overflow: auto !important;
}

.bbp-forum .bbp-forums>li {
    min-width: 980px;
}

.bbp-forum .bbp-forums .bbp-header {
    padding: 0 !important;
    background-color: var(--bs-grey-700) !important;
}

.bbp-forum .bbp-forums .bbp-header .forum-titles {
    padding: 0;
}

.bbp-forum .bbp-forums .bbp-header .forum-titles li {
    padding: 16px 24px;
    color: var(--bs-white);
    font-family: var(--bs-font);
    font-size: var(--bs-small-font-size);
    line-height: var(--bs-small-line-height);
    color: var(--bs-white);
    font-weight: 500;
}

.bbp-forum .bbp-forums .bbp-body ul {
    display: flex;
    align-items: center;
    padding: 0 !important;
    background-color: var(--bs-white) !important;
    border-top-color: var(--bs-grey-300) !important;
}

.bbp-forum .bbp-forums .bbp-body ul li {
    padding: 24px;
}

.bbp-forum .bbp-forums .bbp-body ul li .bbp-forum-title {
    font-family: var(--bs-font);
    font-size: var(--bs-body-fs);
    line-height: var(--bs-body-lh);
    color: var(--bs-grey-700) !important;
    font-weight: 500;
}

.bbp-forum .bbp-forums .bbp-body ul li .bbp-forum-title:hover {
    color: var(--bs-primary) !important;
}

.bbp-forum .bbp-forums .bbp-body ul li,
.bbp-forum .bbp-forums .bbp-body ul li p,
.bbp-forum .bbp-forums .bbp-body ul li a {
    color: var(--bs-grey) !important;
    font-family: var(--bs-font-book);
    font-size: var(--bs-small-font-size);
    line-height: var(--bs-small-line-height);
}

.bbp-forum .bbp-forums .bbp-footer {
    display: none;
}

.bbp-forum .bp-pagination {
    border-top: 1px solid var(--bs-grey-200);
    padding-top: 12px;
    margin-top: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bbp-forum .bp-pagination .pag-data {
    font-size: var(--bs-small-font-size);
    line-height: var(--bs-small-line-height);
    color: var(--bs-grey-600);
    font-family: var(--bs-font);
    font-weight: 500;
}

.bbp-forum .bp-pagination .bbp-pagination-links {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.bbp-forum .bp-pagination .bbp-pagination-links>* {
    width: 36px;
    height: 36px;
    border: 1px solid var(--bs-grey-400);
    color: var(--bs-grey-600) !important;
    font-family: var(--bs-font);
    font-size: var(--bs-small-font-size);
    line-height: var(--bs-small-line-height);
    padding: 6px 4px;
    display: flex;
    justify-content: center;
    background: transparent;
    margin: 0;
}

.bbp-forum .bp-pagination .bbp-pagination-links>*:hover,
.bbp-forum .bp-pagination .bbp-pagination-links>.current {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    color: var(--bs-white) !important;
}

.bbp-search-form {
    margin-top: -75px;
    margin-bottom: 72px;
    float: none;
    display: flex;
    justify-content: flex-end;
}

.bbp-search-form div {
    display: flex;
    gap: 12px;
}

.bbp-search-form input[type="text"] {
    background-color: var(--bs-white);
    border: 1px solid var(--bs-grey-300);
    font-size: var(--bs-body-fs);
    line-height: var(--bs-body-lh);
    padding: 9px 12px 9px 42px;
    font-family: var(--bs-font-book);
    background-image: url('data:image/svg+xml,<svg width="20" height="21" viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.5 17.6338L14.5834 14.7171M16.6667 9.71712C16.6667 13.6291 13.4954 16.8005 9.58333 16.8005C5.67132 16.8005 2.5 13.6291 2.5 9.71712C2.5 5.8051 5.67132 2.63379 9.58333 2.63379C13.4954 2.63379 16.6667 5.8051 16.6667 9.71712Z" stroke="%23666666" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-position: left 14px center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1280px) {
    .bbp-search-form {
        margin-top: 32px;
        margin-bottom: 32px;
    }

    .bbp-forum .bp-pagination {
        margin-top: 32px;
    }

    .bbp-forum .bbp-forums .bbp-header .forum-titles li {
        padding: 12px 20px;
    }

    .bbp-forum .bbp-forums .bbp-body ul li {
        padding: 20px;
    }
}

@media screen and (max-width: 980px) {
    .section-forum {
        padding: 60px 0 !important;
    }

    .bbp-search-form {
        margin-top: 24px;
        margin-bottom: 24px;
    }

    .bbp-forum .bp-pagination {
        margin-top: 24px;
    }

    .bbp-forum .bbp-forums .bbp-header .forum-titles li {
        padding: 12px 16px;
    }

    .bbp-forum .bbp-forums .bbp-body ul li {
        padding: 16px;
    }
}


@media screen and (max-width: 575px) {
    .bbp-search-form input[type="text"] {
        max-width: 200px;
    }

    .bbp-forum .bp-pagination {
        flex-direction: column;
        gap: 12px;
    }
}










/*cd forum*/

.cd-forum .bbp-forum-form {
    max-width: 712px;
}

.cd-forum .bbp-form {
    border: 0 !important;
    padding: 0 !important;
}

.cd-forum .bbp-form .bbp-form-title,
.cd-forum br,
.cd-forum #whats-new-toolbar {
    display: none;
}

.cd-forum select,
.cd-forum input,
.cd-forum .bbp-the-content-wrapper {
    background-color: var(--bs-white);
    border: 1px solid var(--bs-grey-300);
    font-size: var(--bs-body-fs);
    line-height: var(--bs-body-lh);
    padding: 9px 12px;
    font-family: var(--bs-font-book);
    color: var(--bs-grey);
    width: 100%;
}

.cd-forum .medium-editor-placeholder:after {
    color: var(--bs-grey);
}

.cd-forum select:focus,
.cd-forum input:focus {
    border-color: var(--bs-dark);
}

.cd-forum select {
    background-image: url('data:image/svg+xml,<svg width=!string!height=!string!viewBox=!string!fill=!string!xmlns=!string!><path d=!string!stroke=!string!stroke-width=!string!stroke-linecap=!string!stroke-linejoin=!string!/></svg>');
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 36px;
}

.cd-forum .bp-forum-settings {
    flex-direction: column;
    gap: 33px;
}

.cd-forum  p {
    margin: 0 !important;
}

.cd-forum .bbp-the-content-wrapper {
    min-height: 100px;
    resize: none;
}

.cd-forum label {
    font-size: var(--bs-small-font-size);
    line-height: var(--bs-small-line-height);
    color: var(--bs-grey-600);
    font-weight: 500;
    margin-bottom: 6px !important;
    font-family: var(--bs-font);
    text-transform: capitalize;
    letter-spacing: initial;
}

.cd-forum .bbp-submit-wrapper {
    float: none;
    margin: 42px 0 0;
}

.cd-forum .bbp-submit-wrapper .submit {
    font-size: var(--bs-body-fs);
    line-height: var(--bs-body-lh);
    padding: 15px 80px;
    font-weight: var(--bs-font-medium);
    text-align: center;
    cursor: pointer;
    background-color: var(--bs-primary);
    border: 1px solid var(--bs-primary);
    color: var(--bs-white);
    text-transform: uppercase;
}

.cd-forum .bbp-submit-wrapper .submit:hover {
    background-color: var(--bs-dark);
    border-color: var(--bs-dark);
    color: var(--bs-white);
}

.cd-forum #whats-new-toolbar {
    padding: 0;
}

.cd-forum .bbp-the-content-wrapper,
.cd-forum input#bbp_forum_title {
    margin: 0 0 33px !important;
}

.cd-forum .bp-feedback.error {
    box-shadow: none;
    padding: 0 0 20px;
}

.loader-icon {
    text-align: center;
}


@media screen and (max-width:980px) {

    .cd-forum .bbp-the-content-wrapper,
    .cd-forum input#bbp_forum_title {
        margin: 0 0 16px !important;
    }

    .cd-forum .bp-forum-settings {
        gap: 16px;
    }
    .cd-forum .bbp-submit-wrapper .submit {
        padding: 9px 30px;
    }
    .cd-forum .bbp-submit-wrapper {
    margin: 25px 0 0;
   }


}