/*
Theme Name: Theroar custom theme
Theme URI: https://theroar.io/
Author: The Roar
Author URI: https://theroar.io/
Description: A custom WordPress theme built for the Roar project
Version: 1.0
Text Domain: theroar-custom-theme
*/



body{
    margin: 0;
    font-family: Inter, sans-serif;
}
* {
    box-sizing: border-box;
}

.theroar-content-area {
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 24px;
}

.container
{
    max-width: 1200px;
    width: 100%;
    margin: auto;
    padding: 0 20px;
}

.theroar-content-area h1 {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    line-height: 45px;
}

.theroar-content-area h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
}

.theroar-content-area h3 {
    font-size: 25px;
    font-weight: bold;
    line-height: 35px;
   
}

.theroar-content-area h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    
}

.theroar-content-area h5 {
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
 }

.theroar-content-area h6 {
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
   
}

.theroar-content-area ol li {
    list-style: decimal;

}

.theroar-content-area ul li {

    list-style: disc;
}

.theroar-content-area ol,
.theroar-content-area ul {
    box-sizing: border-box;
    padding-left: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 10px 0 !important;

}

.theroar-content-area table {

    border-collapse: collapse;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.theroar-content-area td {
    border: 1px solid #ccc;
    padding: 8px;
    font-size: 16px;
}

.theroar-content-area dl {
    margin: 20px;
    padding: 0;
    font-family: Arial, sans-serif;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.theroar-content-area dt {
    font-weight: bold;
    margin: 10px 0 5px;
    padding: 10px;
    background-color: #eee;
    border-bottom: 1px solid #ddd;
}

.theroar-content-area dd {
    margin: 0 0 10px 20px;
    padding: 10px;
    border-left: 2px solid #ddd;
    background-color: #fff;
}


.theroar-content-area li {
    line-height: 30px;
}

.theroar-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;

}
.theroar-main-header {
    padding: 10px 0;
/*     background-color: #f0f8ff; */
}

/* Add FontAwesome arrow only to top-level menu items with children */
.menu-item-has-children>a::after {
    content: "\f078";
    font-family: "FontAwesome";
    margin-left: 5px;
    color: #000;
    position: absolute;
    top: 0px;
    right: -18px;
    font-size: 10px;
}

/* Hide arrow for nested submenu items */
.sub-menu .menu-item-has-children>a::after {
    display: block;
    right: 0;
}

.theroar-navigationcl {
    position: relative;
    left: auto;
    padding-top: 0;
    display: inline-block;
    width: 100%;
}

.theroar-navigationcl a {
    display: block;
    position: relative;
    margin: 0;
    height: auto;
    font-size: 17px;
    line-height: 40px;
    color: #000;
    overflow: visible;
    text-decoration: none;

}

.sub-menu li a {
    line-height: 24px;
    margin: 5px 0;
    Color: #000;

}

.theroar-navigationcl li {
    position: relative;
    display: inline-block;
    padding: 0 20px;
}

.theroar-nav-select {
    display: inline-block;
    visibility: visible;
    width: 100%;
    text-align: right;
}

.theroar-navigationcl a:hover,
.theroar-navigationcl a:focus {
    color: #000;
}

.theroar-navbar-togglecl {
    display: none;
}

.sub-menu {
    display: none;
    position: absolute;
    left: 0;
    background: #fff;
    width: 180px;
    text-align: left;
    padding: 10px 0;
    box-shadow: 0 0 6px #ddd;
    top: 34px;
    word-break: break-word;
    z-index: 999;
}

.menu-item:hover .sub-menu {
    display: block;
}

.sub-menu li {
    width: 100%;
}

.sub-menu .sub-menu {
    left: auto;
    right: 100%;
    top: -10px;

}

.theroar-nav-select .sub-menu>li>.sub-menu {
    display: none;
    position: absolute;

}

.theroar-nav-select .menu__list>li:hover>.sub-menu,
.theroar-nav-select .sub-menu>li:hover>.sub-menu {
    display: block;
}

.campaign-list-item_key-features ul li {
    list-style: none;

}

.campaign-list-item_key-features ul {
    padding-left: 0;
}


.aligncenter {

    display: block;
    margin: auto;
}

.theroar-content-area table {
    margin: 25px 0;
    border-collapse: collapse;
    width: 100%;
}

th {
    border: 1px solid #ccc;
}

.theroar-footer {
    text-align: center;
    background-color: #f0f8ff;
    padding: 20px 0 10px;
}
.nav-menu li.menu-item-has-children:hover>a::after {
    transform: rotate(-180deg);
}
.box-image img {
    width: 100%;
}
.accordionButton h3 {
    font-weight: 900 !important;
}

@media only screen and (max-width: 579px) {
       .theroar-content-area table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}
@media only screen and (max-width: 1599px) {
.sub-menu {
    left: -94px;
}
}
/*—-------------------------------------------------------*/
@media only screen and (max-width: 991px) {

    .menu-item-has-children>a::after,
    .sub-menu .menu-item-has-children>a::after {
        display: none;
    }

    .table-auto {
        overflow-x: scroll;
        width: 100%;
    }


    *:not(.simulator) {
        scrollbar-width: thin;
    }

    .theroar-navigationcl {
        position: absolute;
        right: 0;
        top: 100%;
        width: 100%;
        cursor: pointer;
        text-align: left;
        background: #fff;
        left: auto;
        box-shadow: 0 0 4px #ddd;
        display: none;
        padding: 14px;
        Z-index:999;
    }

    .theroar-navbar-togglecl {
        display: block !important;
    }

    .theroar-navbar-togglecl {
       background-color: #050104;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 20px;
        right: 15px;
        text-align: center;
        cursor: pointer;
        border-radius: 3px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: transparent;
    }

    .theroar-navbar-togglecl span {
        width: 20px;
        height: 2px;
        background-color: #fff;
        display: inline-block;
        position: relative;
        top: 7px;
        right: 0;
    }

    .theroar-navbar-togglecl span::before,
    .theroar-navbar-togglecl span::after {
        content: "";
        position: absolute;
        background-color: #fff;
        width: 100%;
        height: 2px;
        left: 0;
        top: -7px;
    }

    .theroar-navbar-togglecl span::after {
        top: 7px;
    }

    .theroar-navigationcl li {
        position: relative;
        display: inline-block;
        Padding: 0px;
        margin: 0;
        width: 100%;
        box-sizing: border-box;

    }


    .theroar-navigationcl a {
        font-size: 15px;
        color: #000;
        height: auto;
        padding: 5px 10px;
        margin: 0;
        line-height: 36px;
        text-align: center;
    }

    .theroar-navigationcl ul {
        visibility: visible;
        position: relative;
        display: block;
        left: 0;
        top: 0;
        margin: 0 !important;
        width: 100%;
        padding: 0 !important;
    }

    .theroar-navigationcl ul a {
        height: auto;
        width: 100%;
        overflow: visible;
        line-height: 26px;
        background-image: none;
        border-width: 0;
        text-align: left;
    }

    .theroar-navigationcl li:hover>ul {
        visibility: visible;
        top: auto;
    }

    .theroar-toggle-menu {
        position: absolute;
        right: -7px;
        width: 40px;
        height: 30px;
        font-size: 15px;
        transform: rotate(0deg);
        text-align: center;
        top: 7px;
        cursor: pointer;
        z-index: 999;
        display: block;
        color: #000;
    }
    .theroar-toggle-menu i {
        transition: transform 0.3s ease;
    }
 
    .theroar-toggle-menu.on i {
        transform: rotate(180deg);
    }
    .sub-menu .theroar-toggle-menu {
        top: 10px;
    }

    .theroar-nav-select {
        display: inline-block;
        visibility: visible;
        width: 100%;
        text-align: left;
        margin: 0;
    }

    .sub-menu {
        display: block;
        position: relative;
        left: 0;
        background: transparent;
        width: 100%;
        text-align: left;
        padding: 0 !important;
        box-shadow: none;
        top: auto;
    }

    .sub-menu .sub-menu {
        left: 0;
        right: 0;
        top: 0;
    }

    .theroar-nav-select .sub-menu>li>.sub-menu {
        display: block;
        position: relative;

    }

    .theroar-nav-select .menu__list>li:hover>.sub-menu,
    .theroar-nav-select .sub-menu>li:hover>.sub-menu {
        display: block;
    }
img.custom-logo {
    max-width: 240px;
    /* height: 60px; */
}
    .theroar-navbar-togglecl {
        top: -5px;
        right: 0;
    }

.theroar-main-header {
    padding: 20px 0;
}
}


/*AUTHOR SECTION START*/
.main-title{
    text-align:left;
}
.custom_top_author {
    display: flex;
    align-items: center;
    gap: 16px;
   background: #F2F2F2;
    border-radius: 10px;
    padding: 10px;
    
}
.author_imag img {
    width: 60px;
    min-width:60px;
    height: 60px;
    border-radius: 100%;
    object-fit: cover;
}
.name_author_out {
    display: flex;
}
.name_author_out span.lbl {
    margin-right: 5px;
}
.name_author_out h4 {
    margin: 0;
    color: #000;
    line-height: 24px;
    font-size: 18px;
    font-weight: normal;
}
.name_author_out p{
margin:0 !important;
}
 
 
/*AUTHOR SECTION And Page START*/
 
.main-title {
    text-align: left;
}
 
.custom_top_author {
    display: flex;
    align-items: center;
    gap: 16px;
}
 
.author_imag img {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 100%;
    object-fit: cover;
}
 
.name_author_out {
    display: flex;
    align-items: center;
}
 
.name_author_out span.lbl {
    margin-right: 5px;
}
 
.name_author_out h4,
.name_author_out p {
    margin: 0;
    padding: 0;
    font-weight: normal;
}
 
.name_author_out a p {
    font-weight: 600;
    font-size: 16px;
}
 
.name_author_out a:hover p {
    color: #ea0101;
}
 
.modifyDetails {
    background: #F2F2F2;
    border-radius: 20px;
    padding: 10px;
    margin-bottom: 20px;
}
 
.author_imag img {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 100%;
    object-fit: cover;
}
 
.author_imag {
    line-height: 0;
}
 
.name_author_out {
    display: flex;
}
 
.name_author_out span.lbl {
    margin-right: 5px;
}
 
.name_author_out a {
    color: inherit;
}
 
/*Author Page css*/
.header-profile-details h2 {
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 0;
}
 
.profile-header-container {
    display: flex;
    align-items: center;
    gap: 30px;
}
 
.header-avatar-container img {
    padding: 0;
    border: 0;
    width: 75px;
    height: 75px;
    object-fit: cover;
}
 
.header-profile-details h2 {
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 0;
}
 
.profile-fields-group.profile-fields-group-1 {
    border: 1px solid #eee;
    margin: 1.5rem 0 0;
    padding: 15px 20px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    letter-spacing: 1px;
}
 
.profile-fields-group.profile-fields-group-1 h3 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #000;
}
.home-page.author-box-wrapper {
    padding: 30px 0;
    box-shadow: none;
}
 
.author-f-name .label, .author-description-name .label {
    font-weight: 600 !important;
    font-size: inherit;
    line-height: inherit;
    background: transparent;
    color: inherit;
    padding: 0px;
}
 
.author-f-name {
    display: flex;
    gap: 15px;
    font-size: 20px;
}
 
.author-description-name {
    margin-top: 20px;
    font-size: 20px;
}
.name_author_out a:hover,
.name_author_out a:hover p {
    color: #000 ;
    text-decoration-color: #000 ;
}
 
/*AUTHOR SECTION And Page END*/


.jss430 {

    color: #fff;

    background-color: #2a2d34;

}

@media (min-width: 1366px) {

    .MuiContainer-maxWidthXl {

        max-width: 1366px;

    }

}

@media (min-width: 1280px) {

    .MuiContainer-root {

        padding-left: 92px !important;

        padding-right: 92px !important;

    }

}

@media (min-width: 960px) {

    .MuiContainer-root {

        padding-left: 48px;

        padding-right: 48px;

    }

}

@media (min-width: 600px) {

    .MuiContainer-root {

        padding-left: 36px;

        padding-right: 36px;

    }

}

.MuiContainer-root {

    width: 100%;

    box-sizing: border-box;

    margin-left: auto;

    margin-right: auto;

    padding-left: 24px;

    padding-right: 24px;

}

@media (min-width: 960px) {

    .jss431 {

        padding: 45px 0;

    }

}

.jss431 {

    padding: 32px 0;

}

.MuiGrid-spacing-xs-6 {

    width: calc(100% + 24px);

    margin: -12px;

}



.MuiGrid-container {

    width: 100%;

    display: -webkit-box;

    display: flex;

    flex-wrap: wrap;

    box-sizing: border-box;

}

.MuiGrid-spacing-xs-6>.MuiGrid-item {

    padding: 12px;

}

@media (min-width: 1280px) {

    .MuiGrid-grid-lg-true {

        -webkit-box-flex: 1;

        flex-grow: 1;

        max-width: 100%;

        flex-basis: 0;

    }

}

@media (min-width: 960px) {

    .MuiGrid-grid-md-3 {

        -webkit-box-flex: 0;

        flex-grow: 0;

        max-width: 25%;

        flex-basis: 25%;

    }

}

@media (min-width: 600px) {

    .MuiGrid-grid-sm-4 {

        -webkit-box-flex: 0;

        flex-grow: 0;

        max-width: 33.333333%;

        flex-basis: 33.333333%;

    }

}

.MuiGrid-grid-xs-6 {

    -webkit-box-flex: 0;

    flex-grow: 0;

    max-width: 50%;

    flex-basis: 50%;

}

.MuiGrid-item {

    margin: 0;

    box-sizing: border-box;

}

@media (min-width: 960px) {

    .jss432 {

        font-size: 14px;

        line-height: 16px;

        margin-bottom: 17px;

    }

}

.jss432 {

    color: inherit;

    font-size: 16px;

    margin-bottom: 24px;

    text-transform: uppercase;

}

.MuiTypography-h4 {

    margin: 0;

    font-size: 1.5rem;

    font-family: Open Sans, Roboto, sans-serif;

    font-weight: 600;

    line-height: 1.3;

    letter-spacing: 0;

}

.MuiTypography-root {

    margin: 0;

}

.jss433 {

    margin: 0;

    list-style: none inside none;

    padding-left: 0;

}

.jss433 li:not(:last-of-type) {

    margin-bottom: 16px;

}

.jss434 {

    color: #02bbd3;

}

.MuiGrid-spacing-xs-6>.MuiGrid-item {

    padding: 12px;

}



@media (min-width: 1280px) {

    .MuiGrid-grid-lg-true {

        -webkit-box-flex: 1;

        flex-grow: 1;

        max-width: 100%;

        flex-basis: 0;

    }

}

@media (min-width: 960px) {

    .MuiGrid-grid-md-3 {

        -webkit-box-flex: 0;

        flex-grow: 0;

        max-width: 25%;

        flex-basis: 25%;

    }

}

@media (min-width: 600px) {

    .MuiGrid-grid-sm-4 {

        -webkit-box-flex: 0;

        flex-grow: 0;

        max-width: 33.333333%;

        flex-basis: 33.333333%;

    }

}

.MuiGrid-grid-xs-6 {

    -webkit-box-flex: 0;

    flex-grow: 0;

    max-width: 50%;

    flex-basis: 50%;

}

.MuiGrid-item {

    margin: 0;

    box-sizing: border-box;

}

@media (min-width: 960px) {

    .jss432 {

        font-size: 14px;

        line-height: 16px;

        margin-bottom: 17px;

    }

}

.jss432 {

    color: inherit;

    font-size: 16px;

    margin-bottom: 24px;

    text-transform: uppercase;

}

.MuiTypography-h4 {

    margin: 0;

    font-size: 1.5rem;

    font-family: Open Sans, Roboto, sans-serif;

    font-weight: 600;

    line-height: 1.3;

    letter-spacing: 0;

}

.MuiTypography-root {

    margin: 0;

}

@media (min-width: 960px) {

    .jss442 {

        padding: 52px 40px;

    }

}

.jss442 {

    padding: 16px 0;

    background-color: #00171f;

}

.MuiContainer-root {

    width: 100%;

    box-sizing: border-box;

    margin-left: auto;

    margin-right: auto;

    padding-left: 24px;

    padding-right: 24px;

}

@media (min-width: 600px) {

    .MuiContainer-root {

        padding-left: 36px;

        padding-right: 36px;

    }

}

@media (min-width: 960px) {

    .MuiContainer-root {

        padding-left: 48px;

        padding-right: 48px;

    }

}

@media (min-width: 1280px) {

    .MuiContainer-root {

        padding-left: 92px;

        padding-right: 92px;

    }

}

@media (min-width: 1366px) {

    .MuiContainer-maxWidthXl {

        max-width: 1366px;

    }

}

@media (min-width: 1366px) {

    .MuiContainer-maxWidthXl {

        max-width: 1366px;

    }

}

@media (min-width: 1280px) {

    .MuiContainer-root {

        padding-left: 92px;

        padding-right: 92px;

    }

}

@media (min-width: 960px) {

    .MuiContainer-root {

        padding-left: 48px;

        padding-right: 48px;

    }

}

@media (min-width: 600px) {

    .MuiContainer-root {

        padding-left: 36px;

        padding-right: 36px;

    }

}

.MuiContainer-root {

    width: 100%;

    box-sizing: border-box;

    margin-left: auto;

    margin-right: auto;

    padding-left: 24px;

    padding-right: 24px;

}

@media (min-width: 960px) {

    .jss443 {

        -webkit-box-orient: horizontal;

        -webkit-box-direction: normal;

        flex-direction: row;

        -webkit-box-pack: justify;

        justify-content: space-between;

    }

}



.jss443 {

    color: #fff;

    display: -webkit-box;

    display: flex;

    -webkit-box-align: center;

    align-items: center;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    flex-direction: column;

    -webkit-box-pack: center;

    justify-content: center;

}

@media (min-width: 960px) {

    .jss441 {

        margin-bottom: 0;

    }

}



.jss441 {

    color: inherit;

    display: inline-block;

    margin-bottom: 24px;

}

.jss441 svg {

    height: 46px;

    font-size: 75px;

}



.MuiSvgIcon-root {

    fill: currentColor;

    width: 1em;

    height: 1em;

    display: inline-block;

    font-size: 1.5rem;

    -webkit-transition: fill .2s 

cubic-bezier(.4, 0, .2, 1) 0s;

    transition: fill .2s 

cubic-bezier(.4, 0, .2, 1) 0s;

    flex-shrink: 0;

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;

}

.jss444 {

    font-size: 13px;

    text-align: center;

    line-height: 15px;

}

.jss454 {

    top: 50%;

    left: 0;

    z-index: 100;

    position: fixed;

    -webkit-transform: translateY(-50%);

    transform: translateY(-50%);

}

.jss455 {

    width: 40px;

    height: 40px;

    display: block;

}











.jss455:first-of-type span {

    border-top-right-radius: 4px;

}



.jss457 {

    background-color: #3f51b5;

}

.jss456 {

    width: 40px;

    height: 40px;

    display: -webkit-box;

    display: flex;

    -webkit-box-align: center;

    align-items: center;

    -webkit-box-pack: center;

    justify-content: center;

}



.jss459 {

    background-color: #03a9f4;

}

.jss456 {

    width: 40px;

    height: 40px;

    display: -webkit-box;

    display: flex;

    -webkit-box-align: center;

    align-items: center;

    -webkit-box-pack: center;

    justify-content: center;

}

.jss455:last-of-type span {

    border-bottom-right-radius: 4px;

}

.jss458 {

    background-color: #1a7baa;

}

.jss456 {

    width: 40px;

    height: 40px;

    display: -webkit-box;

    display: flex;

    -webkit-box-align: center;

    align-items: center;

    -webkit-box-pack: center;

    justify-content: center;

}



@media (min-width: 960px) {

    .jss460 {

        padding: 16px 0;

    }

}

@media (min-width: 600px) {

    .jss460 {

        padding-right: 64px;

    }

}

.jss460 {

    left: 0;

    right: 0;

    width: 100%;

    bottom: 0;

    padding: 24px 0;

    z-index: 100;

    position: fixed;

    box-shadow: 0 -1px 1px rgba(0, 0, 0, .08);

    background-color: #fff;

}

.MuiContainer-root {

    width: 100%;

    box-sizing: border-box;

    margin-left: auto;

    margin-right: auto;

    padding-left: 24px;

    padding-right: 24px;

}



.MuiContainer-root {

    width: 100%;

    box-sizing: border-box;

    margin-left: auto;

    margin-right: auto;

    padding-left: 24px;

    padding-right: 24px;

}

@media (min-width: 600px) {

    .MuiContainer-root {

        padding-left: 36px;

        padding-right: 36px;

    }

}

@media (min-width: 960px) {

    .MuiContainer-root {

        padding-left: 48px;

        padding-right: 48px;

    }

}

@media (min-width: 1280px) {

    .MuiContainer-root {

        padding-left: 92px;

        padding-right: 92px;

    }

}

@media (min-width: 1366px) {

    .MuiContainer-maxWidthXl {

        max-width: 1366px;

    }

}

@media (min-width: 1366px) {

    .MuiContainer-maxWidthXl {

        max-width: 1366px;

    }

}

@media (min-width: 1280px) {

    .MuiContainer-root {

        padding-left: 92px;

        padding-right: 92px;

    }

}

@media (min-width: 960px) {

    .MuiContainer-root {

        padding-left: 48px;

        padding-right: 48px;

    }

}

@media (min-width: 600px) {

    .MuiContainer-root {

        padding-left: 36px;

        padding-right: 36px;

    }

}

.MuiContainer-root {

    width: 100%;

    box-sizing: border-box;

    margin-left: auto;

    margin-right: auto;

    padding-left: 24px;

    padding-right: 24px;

}

@media (min-width: 960px) {

    .jss461 {

        display: -webkit-box;

        display: flex;

        -webkit-box-align: center;

        align-items: center;

    }

}

@media (min-width: 1280px) {

    .jss462 {

        margin-right: 48px;

    }

}

@media (min-width: 960px) {

    .jss462 {

        display: -webkit-box;

        display: flex;

        -webkit-box-align: center;

        align-items: center;

        margin-right: 24px;

    }

}

@media (min-width: 960px) {

    .jss465 {

        -webkit-box-flex: 0;

        flex: 0 0 62%;

        width: 100%;

        padding-top: 0;

    }

}



.jss465 {

    position: relative;

    padding-top: 24px;

}

@media (min-width: 960px) {

    .jss466 {

        display: -webkit-box;

        display: flex;

        -webkit-box-align: end;

        align-items: flex-end;

    }

}











.MuiInputBase-input {

    font: inherit;

    color: currentColor;

    width: 100%;

    border: 0;

    height: 1.1875em;

    margin: 0;

    display: block;

    padding: 6px 0 7px;

    font-size: 14px;

    min-width: 0;

    background: 0 0;

    box-sizing: content-box;

    line-height: 1.357;

    -webkit-animation-name: mui-auto-fill-cancel;

    animation-name: mui-auto-fill-cancel;

    -webkit-tap-highlight-color: transparent;

}

@media (min-width: 1280px) {

    .jss467 {

        margin-right: 48px;

    }

}



@media (min-width: 960px) {

    .jss467 {

        width: 256px;

        margin-right: 24px;

        margin-bottom: 0;

    }

}

.jss467 {

    width: 100%;

    margin-bottom: 44px;

}

.MuiFormControl-root {

    border: 0;

    margin: 0;

    display: -webkit-inline-box;

    display: inline-flex;

    padding: 0;

    z-index: 0;

    position: relative;

    min-width: 0;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    flex-direction: column;

    vertical-align: top;

}



.jss486 {

    display: -webkit-box;

    display: flex;

    -webkit-box-align: center;

    align-items: center;

    -webkit-box-pack: start;

    justify-content: flex-start;

}



.jss469 {

    border: 1px solid #c7cee2 !important;

    margin-right: 12px;

    padding-left: 16px;

    padding-right: 16px;

}

.MuiButton-contained {

    color: #0b2027 !important;

    box-shadow: none !important;

    border-radius: 4px !important;

    background-color: #f9f9f9 !important;

}

.MuiButton-root {

    color: #b6bcbe;

    cursor: pointer;

    outline: 0;

    padding: 14px 32px;

    font-size: .875rem;

    min-width: 64px;

    box-sizing: border-box;

    -webkit-transition: background-color 250ms 

cubic-bezier(.4, 0, .2, 1) 0s, box-shadow 250ms 

cubic-bezier(.4, 0, .2, 1) 0s, border 250ms 

cubic-bezier(.4, 0, .2, 1) 0s;

    transition: background-color 250ms 

cubic-bezier(.4, 0, .2, 1) 0s, box-shadow 250ms 

cubic-bezier(.4, 0, .2, 1) 0s, border 250ms 

cubic-bezier(.4, 0, .2, 1) 0s;

    font-family: Open Sans, Roboto, sans-serif;

    font-weight: 600;

    line-height: 1.357;

    border-radius: 4px;

    text-transform: none;

}

.MuiButtonBase-root {

    color: inherit;

    border: 0;

    cursor: pointer;

    margin: 0;

    display: -webkit-inline-box;

    display: inline-flex;

    outline: 0;

    padding: 0;

    position: relative;

    -webkit-box-align: center;

    align-items: center;

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;

    border-radius: 0;

    vertical-align: middle;

    -moz-appearance: none;

    -webkit-box-pack: center;

    justify-content: center;

    text-decoration: none;

    background-color: transparent;

    -webkit-appearance: none;

    -webkit-tap-highlight-color: transparent;

}



.MuiButton-label {

    width: 100% !important;

    display: inherit;

    -webkit-box-align: inherit;

    align-items: inherit;

    -webkit-box-pack: inherit;

    justify-content: inherit;

}







.MuiButton-containedPrimary {

    color: #fff !important;

    background-color: #02bbd3 !important;

}

.MuiButton-contained {

    color: #0b2027;

    box-shadow: none !important;

    border-radius: 4px !important;

    background-color: #f9f9f9;

}

.MuiButton-root {

    color: #b6bcbe;

    cursor: pointer;

    outline: 0;

    padding: 14px 32px !important;

    font-size: .875rem;

    min-width: 64px;

    box-sizing: border-box;

    -webkit-transition: background-color 250ms 

cubic-bezier(.4, 0, .2, 1) 0s, box-shadow 250ms 

cubic-bezier(.4, 0, .2, 1) 0s, border 250ms 

cubic-bezier(.4, 0, .2, 1) 0s;

    transition: background-color 250ms 

cubic-bezier(.4, 0, .2, 1) 0s, box-shadow 250ms 

cubic-bezier(.4, 0, .2, 1) 0s, border 250ms 

cubic-bezier(.4, 0, .2, 1) 0s;

    font-family: Open Sans, Roboto, sans-serif;

    font-weight: 600;

    line-height: 1.357;

    border-radius: 4px;

    text-transform: none;

}

.MuiButtonBase-root {

    color: inherit;

    border: 0;

    cursor: pointer;

    margin: 0;

    display: -webkit-inline-box;

    display: inline-flex;

    outline: 0;

    padding: 0;

    position: relative;

    -webkit-box-align: center;

    align-items: center;

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;

    border-radius: 0;

    vertical-align: middle;

    -moz-appearance: none;

    -webkit-box-pack: center;

    justify-content: center;

    text-decoration: none;

    background-color: transparent;

    -webkit-appearance: none;

    -webkit-tap-highlight-color: transparent;

}



@media (min-width: 960px) {

    .jss469 {

        -webkit-box-ordinal-group: 2 !important;

        order: 1 !important;

        margin-left: 24px !important;

        margin-right: 0!important;

    }

}

.jss469 {

    border: 1px solid #c7cee2!important;

    margin-right: 12px;

    padding-left: 16px!important;

    padding-right: 16px!important;

}