/* Reset default styles */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
Ï b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

/* Reset HTML5 elements */
body {
    margin: 0;
    font-family: Arial, sans-serif;
}

/* Reset default text styles */
p,
h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
kbd,
code,
var {
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

/* Reset default list styles */
ul,
ol {
    list-style: none;
}

/* Reset default table styles */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Reset default hr styles */
hr {
    height: 1px;
    border: none;
    margin: 0;
    padding: 0;
}

/* Reset default link styles */
a {
    text-decoration: none;
}

/* Reset default form styles */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea,
select {
    border: 1px solid #ccc;
    padding: 0.5em;
    margin: 0.5em 0;
    font-size: 1em;
    color: #333;
}

/* Reset default button styles */
button {
    border: 1px solid #ccc;
    padding: 0.5em;
    margin: 0.5em 0;
    font-size: 1em;
    color: #333;
}

/* Reset default image styles */
img {
    border: 0;
    vertical-align: middle;
}

/* Reset default background styles */
/*div[data-background] {
 background-image: url(/path/to/image.jpg);
 background-size: cover;
 background-position: center;
}*/

/* Reset default text effect styles */
mark {
    font-weight: bold;
}
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:vertical {
    height: 5px;
    background-color: rgba(125, 125, 125, 0.7);
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:horizontal {
    width: 5px;
    background-color: rgba(125, 125, 125, 0.7);
    -webkit-border-radius: 6px;
}
/* Reset default list item styles */
.container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 auto !important;
}
a {
    text-decoration: none;
    color: inherit;
}

.bodyHidden {
    overflow: hidden;
}

#load {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    margin-left: -300px;
    overflow: visible;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    z-index: 99999999999999999999;
}

#load div {
    position: absolute;
    width: 20px;
    height: 36px;
    opacity: 0;
    top: 50%;
    font-family: Helvetica, Arial, sans-serif;
    animation: move 4s linear infinite;
    -o-animation: move 4s linear infinite;
    -moz-animation: move 4s linear infinite;
    -webkit-animation: move 4s linear infinite;
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    color: #35c4f0;
}

#load div:nth-child(2) {
    animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
}
#load div:nth-child(3) {
    animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
}
#load div:nth-child(4) {
    animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
}
#load div:nth-child(5) {
    animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
}
#load div:nth-child(6) {
    animation-delay: 1s;
    -o-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -webkit-animation-delay: 1s;
}
#load div:nth-child(7) {
    animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
}

@keyframes move {
    0% {
        left: 0;
        opacity: 0;
    }
    35% {
        left: 41%;
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1;
    }
    65% {
        left: 59%;
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1;
    }
    100% {
        left: 100%;
        -moz-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg);
        opacity: 0;
    }
}

@-moz-keyframes move {
    0% {
        left: 0;
        opacity: 0;
    }
    35% {
        left: 41%;
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1;
    }
    65% {
        left: 59%;
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1;
    }
    100% {
        left: 100%;
        -moz-transform: rotate(-180deg);
        transform: rotate(-180deg);
        opacity: 0;
    }
}

@-webkit-keyframes move {
    0% {
        left: 0;
        opacity: 0;
    }
    35% {
        left: 41%;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1;
    }
    65% {
        left: 59%;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1;
    }
    100% {
        left: 100%;
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
        opacity: 0;
    }
}

@-o-keyframes move {
    0% {
        left: 0;
        opacity: 0;
    }
    35% {
        left: 41%;
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1;
    }
    65% {
        left: 59%;
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1;
    }
    100% {
        left: 100%;
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg);
        opacity: 0;
    }
}

.info_title01 {
    font-size: 26px;
    color: #353535;
    font-weight: bold;
}

.info_title {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}

.info_title03 {
    font-size: 18px;
    color: #9c9c9c;
}

.info_text02 {
    margin: 12px 0 33px;
}

.info_title02 {
    display: inline-block;
    font-size: 12px;
    color: #d8d8d8;
    text-transform: uppercase;
    padding: 14px 0px 6px;
}
.decorate {
    content: "";
    height: 4px;
    width: 30px;
    background: #007bff;
    border-radius: 4px;
    margin-bottom: 4px;
    display: inline-block;
}
.custom_module_title {
    font-size: 26px !important;
    font-weight: bold !important;
    position: relative;
}
.custom_module_subtitle {
    font-size: 14px !important;
}
.custom_module_desc {
    font-size: 18px !important;
}

@media (max-width: 768px) {
    .custom_module_desc {
        font-size: 14px !important;
    }
}

a.disabled_link {
    cursor: default;
    pointer-events: none;
}

.custom_module_wrapper .custom_module_item_desc {
    white-space: pre-line !important;
}

.info_title .align_right {
    text-align: right;
}
.info_title .align_center {
    text-align: center;
}
.info_title .align_left {
    text-align: left;
}