.empty-section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.empty-section--container {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
    column-gap: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
}

* {
    max-width: unset;
}

body {
    font-family: "Open Sans" !important;
}

[data-gjs-type="heading"] {
    font-family: inherit;
    font-weight: inherit;
}

[data-gjs-type="text"] {
    font-family: inherit;
    font-weight: inherit;
}

.comments-1 {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.comments-1__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color: rgb(101, 103, 107);
    padding-bottom: 10px;
    padding-top: 10px;
}

.comments-1__header p {
    font-size: 15px;
}

.commnets-1__like-count {
    display: flex;
    align-items: center;
    row-gap: 5px;
    column-gap: 5px;
}

.commnets-1__like-count img {
    height: 20px;
}

.comments-1__comments-shares {
    display: flex;
    align-items: center;
    row-gap: 25px;
    column-gap: 25px;
}

.comments-1__actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color: rgb(85, 85, 85);
}

.comments-1__actions__action {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    row-gap: 10px;
    column-gap: 10px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(206, 208, 212);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(206, 208, 212);
    padding-top: 10px;
    padding-bottom: 10px;
}

.comments-1__actions__action img {
    height: 22px;
}

.comments-1__actions__action p {
    font-weight: 600;
    font-size: 15px;
}

.comments-1__body {
    padding-block-start: 10px;
    padding-block-end: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 15px;
    column-gap: 15px;
    width: 100%;
}

.comments-1__body__t-b {
    font-size: 15px;
    font-weight: bold;
    color: rgb(101, 103, 107);
}

.comments-1__comment {
    display: flex;
    align-items: start;
    row-gap: 10px;
    column-gap: 10px;
    width: 100%;
}

.comments-1__comment__avatar {
    height: 33px;
    width: 33px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
}

.comments-1__comment-body {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    column-gap: 5px;
    width: 100%;
}

.comments-1__comment__msg {
    display: flex;
    align-items: start;
    flex-direction: column;
    row-gap: 2px;
    column-gap: 2px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    background-color: rgb(240, 242, 245);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    color: black;
    width: 100%;
}

.comments-1__comment__msg img {
    width: 250px;
    margin-top: 10px;
}

.comments-1__comment__msg p {
    font-size: 15px;
}

.comments-1__comment__msg__name {
    font-weight: bold;
    font-size: 14px;
}

.comment-1__comment__actions {
    display: flex;
    align-items: center;
    row-gap: 15px;
    column-gap: 15px;
    font-size: 13px;
    margin-left: 10px;
}

.comment-1__comment__actions p {
    font-size: 13px;
    color: rgb(101, 103, 107);
}

.comment-1__comment__actions p:not(:first-child) {
    font-weight: bold;
}

.comments-1__footer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    padding-block-start: 3px;
    padding-block-end: 3px;
}

.comments-1__footer p {
    font-size: 15px;
    font-weight: bold;
    color: rgb(101, 103, 107);
}

#ihy4mr {
    color: rgb(62, 167, 126);
}

#iu2ggy {
    color: rgb(30, 175, 14);
}

#ie4mu4 {
    color: rgb(0, 0, 0);
}

#i31t9d {
    color: rgb(0, 0, 0);
}

#iq9j4n {
    color: rgb(0, 0, 0);
}

#izr03w {
    color: rgb(0, 0, 0);
}

#i94qs3 {
    font-size: 6px;
    font-weight: 100;
}

#iwi9 {
    background-color: rgb(0, 0, 0);
    padding-top: 0px;
    padding-bottom: 0px;
}

#i2ee {
    color: rgb(255, 255, 255);
    font-size: 20px;
}

#is6i {
    row-gap: 0px;
    column-gap: 0px;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 80px;
    padding-right: 80px;
}

#i6qba {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    row-gap: 10px;
    column-gap: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

#i2cwc {
    width: 54px;
    height: 30px;
    object-fit: contain;
}

#ijfc2 {
    color: rgb(255, 255, 255);
    font-weight: 700;
    width: 100%;
}

#i1bse {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0);
}

#icmxz {
    row-gap: 20px;
    column-gap: 20px;
}

#i9mav {
    align-items: flex-start;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 0px;
    row-gap: 0px;
    column-gap: 0px;
}

#iedul {
    color: rgb(155, 155, 155);
    font-size: 14px;
}

#iilou {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: rgb(48, 48, 48);
    width: 100%;
    text-align: center;
}

#iycwj {
    padding-left: 0px;
    padding-right: 0px;
    align-items: center;
}

#iph0m {
    margin-top: 10px;
    border-top-color: rgb(65, 117, 5);
    border-right-color: rgb(65, 117, 5);
    border-bottom-color: rgb(65, 117, 5);
    border-left-color: rgb(65, 117, 5);
}

#iuot6s {
    margin-top: 10px;
    font-size: 18px;
    color: rgb(48, 48, 48);
    width: 100%;
    line-height: 17px;
}

#i5rtz {
    justify-content: flex-start;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 20px;
}

#im9q6w {
    cursor: pointer;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: initial;
    border-right-style: initial;
    border-bottom-style: initial;
    border-left-style: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-bottom-color: initial;
    border-left-color: initial;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    outline-color: initial;
    outline-style: initial;
    outline-width: 0px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: rgb(246, 249, 254);
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
    transition-behavior: normal;
    transition-delay: 0s;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
    position: relative;
    box-shadow: rgba(37, 42, 50, 0.32) 0px 1px 4px 1px;
    margin-top: 20px;
    font-weight: 700;
    font-size: 20px;
    background-color: rgb(0, 0, 0);
}

#i69sxh {
    margin-top: 20px;
    font-size: 18px;
    line-height: 24px;
    color: rgb(0, 0, 0);
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
}

#ihfsle {
    cursor: pointer;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: initial;
    border-right-style: initial;
    border-bottom-style: initial;
    border-left-style: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-bottom-color: initial;
    border-left-color: initial;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    outline-color: initial;
    outline-style: initial;
    outline-width: 0px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: rgb(246, 249, 254);
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
    transition-behavior: normal;
    transition-delay: 0s;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
    position: relative;
    box-shadow: rgba(37, 42, 50, 0.32) 0px 1px 4px 1px;
    margin-top: 20px;
    font-weight: 700;
    font-size: 20px;
    background-color: rgb(0, 0, 0);
}

#i6j1gz {
    margin-top: 20px;
    font-size: 18px;
    line-height: 24px;
    color: rgb(48, 48, 48);
    width: 100%;
}

#ivqraz {
    cursor: pointer;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: initial;
    border-right-style: initial;
    border-bottom-style: initial;
    border-left-style: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-bottom-color: initial;
    border-left-color: initial;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    outline-color: initial;
    outline-style: initial;
    outline-width: 0px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: rgb(246, 249, 254);
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
    transition-behavior: normal;
    transition-delay: 0s;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
    position: relative;
    box-shadow: rgba(37, 42, 50, 0.32) 0px 1px 4px 1px;
    margin-top: 20px;
    font-weight: 700;
    font-size: 20px;
    background-color: rgb(0, 0, 0);
}

#i1icnn {
    margin-top: 20px;
    font-size: 18px;
    line-height: 24px;
    color: rgb(48, 48, 48);
    width: 100%;
}

#ih0bq4 {
    cursor: pointer;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: initial;
    border-right-style: initial;
    border-bottom-style: initial;
    border-left-style: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-bottom-color: initial;
    border-left-color: initial;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    outline-color: initial;
    outline-style: initial;
    outline-width: 0px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: rgb(246, 249, 254);
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
    transition-behavior: normal;
    transition-delay: 0s;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
    position: relative;
    box-shadow: rgba(37, 42, 50, 0.32) 0px 1px 4px 1px;
    margin-top: 20px;
    font-weight: 700;
    font-size: 20px;
    background-color: rgb(0, 0, 0);
}

#iawosk {
    margin-top: 20px;
    font-size: 18px;
    line-height: 24px;
    color: rgb(48, 48, 48);
    width: 100%;
}

#i34n1e {
    cursor: pointer;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: initial;
    border-right-style: initial;
    border-bottom-style: initial;
    border-left-style: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-bottom-color: initial;
    border-left-color: initial;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    outline-color: initial;
    outline-style: initial;
    outline-width: 0px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: rgb(246, 249, 254);
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
    transition-behavior: normal;
    transition-delay: 0s;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
    position: relative;
    box-shadow: rgba(37, 42, 50, 0.32) 0px 1px 4px 1px;
    font-weight: 700;
    font-size: 16px;
    background-color: rgb(0, 0, 0);
    margin-top: 5px;
    width: 100%;
    border-bottom-left-radius: 10px;
}

#ijz4iy {
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    color: rgb(48, 48, 48);
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

#iw8b22 {
    box-shadow: rgb(231, 230, 230) 2.33144px 1.88796px 3px 2px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: rgb(255, 255, 255);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgb(240, 237, 237);
    border-right-color: rgb(240, 237, 237);
    border-bottom-color: rgb(240, 237, 237);
    border-left-color: rgb(240, 237, 237);
    position: sticky;
    top: 10px;
    row-gap: 2px;
    column-gap: 2px;
}

#igs4np {
    height: 34px;
    object-fit: contain;
    margin-top: 10px;
}

#idbdzm {
    height: 75px;
    object-fit: contain;
    margin-top: 10px;
}

#id6heg {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: rgb(48, 48, 48);
    width: 100%;
}

#icjli3 {
    margin-top: 20px;
    font-size: 18px;
    line-height: 24px;
    color: rgb(48, 48, 48);
    width: 100%;
}

#inszht {
    margin-top: 20px;
}

#imcp1i {
    cursor: pointer;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: initial;
    border-right-style: initial;
    border-bottom-style: initial;
    border-left-style: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-bottom-color: initial;
    border-left-color: initial;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    outline-color: initial;
    outline-style: initial;
    outline-width: 0px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: rgb(246, 249, 254);
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
    transition-behavior: normal;
    transition-delay: 0s;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
    position: relative;
    box-shadow: rgba(37, 42, 50, 0.32) 0px 1px 4px 1px;
    margin-top: 20px;
    font-weight: 700;
    font-size: 20px;
    background-color: rgb(0, 0, 0);
}

#iyv5vj {
    font-size: 18px;
    line-height: 24px;
    color: rgb(0, 0, 0);
    width: 100%;
    text-align: center;
}

#iewyzm {
    width: 33px;
    height: 33px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

#i4btdi {
    width: 33px;
    height: 33px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

#izvvxa {
    width: 33px;
    height: 33px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
}

#iip21g {
    width: 33px;
    height: 33px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
}

#ikqhrn {
    width: 33px;
    height: 33px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
}

#idoawr {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-top: 20px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgb(66, 104, 223);
    border-right-color: rgb(66, 104, 223);
    border-bottom-color: rgb(66, 104, 223);
    border-left-color: rgb(66, 104, 223);
    background-color: rgb(219, 235, 253);
}

#ix4vt1 {
    font-size: 18px;
    line-height: 24px;
    color: rgb(255, 255, 255);
    width: 100%;
    text-align: center;
}

#i0epys {
    color: rgb(74, 144, 226);
    font-weight: 700;
}

#iz3pbx {
    background-color: rgba(158, 158, 158, 0.44);
    padding-top: 20px;
    padding-bottom: 10px;
}

#idt38d {
    height: 66px;
    object-fit: contain;
    margin-top: 10px;
}

#ixizv5 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 17px;
    color: rgb(48, 48, 48);
    width: 100%;
}

#i95ihp {
    margin-top: 10px;
    font-size: 18px;
    line-height: 17px;
    color: rgb(48, 48, 48);
    width: 100%;
}

#i4t0kh {
    margin-top: 10px;
    font-size: 18px;
    line-height: 17px;
    color: rgb(48, 48, 48);
    width: 100%;
}

#imw38o {
    margin-top: 10px;
    font-size: 18px;
    line-height: 17px;
    color: rgb(48, 48, 48);
    width: 100%;
}

#iejuig {
    font-weight: 700;
}

#ipyop2 {
    row-gap: 10px;
    column-gap: 10px;
    margin-left: 0px;
}

#ilsvp2 {
    font-weight: 700;
}

#ip97dv {
    font-weight: 700;
}

#i48xk8 {
    font-weight: 700;
}

#iqae3g {
    font-weight: 700;
}

#issb7l {
    background-color: rgb(37, 54, 125);
    font-size: 22px;
    font-weight: 700;
}

#iha39k {
    margin-top: 10px;
}

#itfol8 {
    font-weight: 700;
}

#i4k7wc {
    margin-left: 5px;
    margin-right: 0px;
    width: 100%;
}

#irq7r9 {
    font-size: 22px;
}

#il8tnh {
    font-size: 22px;
}

#ii4c0l {
    font-size: 21px;
}

#iyzlzg {
    color: rgb(0, 0, 0);
}

#imtk7n {
    color: rgb(0, 0, 0);
}

#i581oz {
    color: rgb(0, 0, 0);
}

#im0i0a {
    margin-top: 20px;
    font-size: 18px;
    line-height: 24px;
    color: rgb(48, 48, 48);
    width: 100%;
    background-color: rgba(134, 192, 147, 0.31);
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
}

#iehcmn {
    margin-top: 20px;
    font-size: 18px;
    line-height: 24px;
    color: rgb(48, 48, 48);
    width: 100%;
    background-color: rgba(134, 192, 147, 0.31);
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
}

#iwdg7k {
    margin-top: 20px;
    font-size: 18px;
    line-height: 24px;
    color: rgb(48, 48, 48);
    width: 100%;
    background-color: rgba(134, 192, 147, 0.31);
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
}

#idjp9j {
    margin-top: 20px;
    font-size: 18px;
    line-height: 24px;
    color: rgb(48, 48, 48);
    width: 100%;
}

#ibunak {
    color: rgb(0, 0, 0);
}

#iyl1mj {
    margin-top: 20px;
    font-size: 18px;
    line-height: 24px;
    color: rgb(48, 48, 48);
    width: 100%;
    background-color: rgba(248, 188, 122, 0.33);
    border-top-style: dashed;
    border-right-style: dashed;
    border-bottom-style: dashed;
    border-left-style: dashed;
    border-top-color: rgb(245, 18, 18);
    border-right-color: rgb(245, 18, 18);
    border-bottom-color: rgb(245, 18, 18);
    border-left-color: rgb(245, 18, 18);
}

#i2fnsh {
    margin-top: 20px;
    font-size: 18px;
    line-height: 24px;
    color: rgb(48, 48, 48);
    width: 100%;
}

#i16147 {
    color: rgb(0, 0, 0);
}

#iiaed1 {
    margin-top: 20px;
    font-size: 18px;
    line-height: 24px;
    color: rgb(48, 48, 48);
    width: 100%;
    background-color: rgba(248, 188, 122, 0.33);
    border-top-style: dashed;
    border-right-style: dashed;
    border-bottom-style: dashed;
    border-left-style: dashed;
    border-top-color: rgb(245, 18, 18);
    border-right-color: rgb(245, 18, 18);
    border-bottom-color: rgb(245, 18, 18);
    border-left-color: rgb(245, 18, 18);
}

#i638wi {
    color: rgb(0, 0, 0);
}

#ihmipa {
    color: rgb(0, 0, 0);
}

@media (max-width: 992px) {
    #ix4vt1 {
        font-size: 16px;
    }

    #i9mav {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 0px;
    }

    #is6i {
        padding-left: 30px;
        padding-right: 30px;
    }

    #iw8b22 {
        position: relative;
    }

    #issb7l {
        margin-top: 15px;
    }

    #i5rtz {
        padding-bottom: 0px;
    }

    #iycwj {
        padding-bottom: 0px;
    }
}

@media (max-width: 576px) {
    #ijfc2 {
        font-size: 19px;
        font-weight: 800;
    }

    #i2ee {
        font-size: 15px;
        font-weight: 800;
    }

    #i2cwc {
        width: 38px;
        height: 22px;
    }

    #is6i {
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 0px;
        padding-top: 0px;
    }

    #i6qba {
        row-gap: 5px;
        column-gap: 5px;
        width: 240px;
    }

    #iycwj {
        padding-top: 0px;
    }

    #i9mav {
        padding-right: 7px;
        padding-left: 7px;
    }

    #id6heg {
        font-size: 26px;
        line-height: 32px;
        margin-top: 15px;
    }

    #i5rtz {
        padding-bottom: 0px;
    }

    #ipyop2 {
        margin-right: 0px;
        padding-right: 0px;
        margin-left: 0px;
    }

    #i4k7wc {
        margin-right: 0px;
        letter-spacing: 0px;
        font-weight: 100;
        font-size: 10px;
        line-height: 14.8px;
        width: 100%;
    }

    #iph0m {
        border-top-color: rgb(0, 0, 0);
        border-right-color: rgb(0, 0, 0);
        border-bottom-color: rgb(0, 0, 0);
        border-left-color: rgb(0, 0, 0);
    }

    #issb7l {
        background-color: rgb(0, 0, 0);
    }
}