

* {
    outline: none;
    box-sizing: border-box;
}

html,
body,
.container {
    height: 100%;
}

body {
    font-family: 'Noto Sans JP';
    font-style: normal;
    overflow-x: hidden;
}

a {
    color: #000;
    text-decoration: none;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

img {
    max-width: 100%;
    border: none;
}

h1,
h2,
h3,
h4,
h5 {
    display: inline-block;
    color: #000;
    font-weight: 900;
    text-transform: uppercase;
}

h1 {
    font-size: 45px;
    color: #f9c2eb;
    background: -webkit-linear-gradient(45deg, #a8c2ee, #f9c2eb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: unset;
    letter-spacing: 4px;
    line-height: 1.5;
}

h2 {
    font-size: 53px;
    color: #a8c2ee;
    background: -webkit-linear-gradient(45deg, #a8c2ee, #f9c2eb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 8px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 20px;
}

p {
    font: 20px 'Noto Sans JP', normal;
    font-weight: 400;
    color: #000;
    line-height: 1.5;
}

.wrapper {
    max-width: 75%;
    height: 100%;
    margin: 0 auto;
    padding: 0 1rem;
}

strong {
    font-weight: 700;
}

.clearfix:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.text-bold {
    font-weight: 700 !important;
}

.link {
    font-weight: 700;
    color: #000099;
    text-decoration: underline;
}

.link:hover,
.page.terms a:hover {
    color: #f9c2eb;
}

.page.terms a {
    font-weight: 700;
    color: #000099;
    text-decoration: underline;
}

.active {
    color: #f9c2eb !important;
}

.active-mob {
    color: #594da5 !important;
}

.box-form ::-webkit-input-placeholder {
    color: #000;
    font-size: 20px;
}

.box-form :-moz-placeholder {
    color: #000;
    font-size: 20px;
}

.box-form ::-moz-placeholder {
    color: #000;
    font-size: 20px;
}

.box-form :-ms-input-placeholder {
    color: #000;
    font-size: 20px;
}

/* header */

header {
    background-color: rgba(73, 87, 108, 1);
    position: fixed;
    z-index: 1000;
    width: 100%;
}

.header-main {
    background-color: rgba(73, 87, 108, 0.8);
}

header .navigation {
    height: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav {
    display: inline-block;
}

nav.menu ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav li {
    margin-left: 40px;
}

nav a {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
}

nav a:hover {
    color: #f9c2eb;
}

nav li.cont-tel {
    position: relative;
    padding-left: 35px;
}

nav li.cont-tel:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 28px;
    height: 100%;
    background: url(../img/icon_tel.png) no-repeat center;
    background-size: 23px;
}

nav li.cont-tel a,
nav li.cont-tel p {
    color: #f9c2eb;
    font-size: 14px;
}

nav li.cont-tel a {
    font-size: 16px;
}

.get-start-nav {
    color: #f9c2eb;
    border: 1px solid #f9c2eb;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    padding: 10px 20px;
}

.get-start-nav:hover {
    background-color: #f9c2eb;
    color: #000;
}


.logo-top {
    position: relative;
    animation: fadeLogo 0.5s;
}

/* mobile menu */

.hum {
    width: 90px;
    height: 60px;
    border: 1px solid #f9c2eb;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    padding: 20px;
    cursor: pointer;
    display: none;
}

.hum span {
    position: absolute;
    top: 50%;
    left: 20%;
    width: 60%;
    height: 2px;
    background-color: #f9c2eb;
}

.hum span:nth-child(1) {
    top: 30%;
}

.hum span:nth-child(2) {
    top: 43%;
}

.hum span:nth-child(3) {
    top: 57%;
}

.hum span:nth-child(4) {
    top: 70%;
}

.mobile-menu {
    position: fixed;
    z-index: 1002;
    top: 0;
    left: -100%;
    width: 270px;
    height: 100%;
    padding: 50px 20px 0;
    background-color: #f9c2eb;
    overflow-y: auto;
}

.mobile-menu li {
    display: block;
    padding-bottom: 20px;
}

.mobile-menu li a {
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    color: #000;
    overflow: auto;
}

.mobile-menu .close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    border: 1px solid #000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.mobile-menu .close:before,
.mobile-menu .close:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 12%;
    display: block;
    width: 80%;
    height: 80%;
    height: 1px;
    background-color: #000;
}

.mobile-menu .close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mobile-menu .close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mobile-menu .get-start-nav {
    color: #0d0d80;
    border: 1px solid #0d0d80;
}

.mobile-menu li:first-child {
    margin-top: 40px;
    margin-bottom: 20px;
}

.mobile-menu li:last-child {
    margin-top: 10px;
}

nav.mobile-menu li.cont-tel a,
nav.mobile-menu li.cont-tel p {
    color: #594da5;
    font-size: 16px;
}

nav.mobile-menu li.cont-tel a {
    font-weight: 700;
}

nav.mobile-menu li.cont-tel:after {
    top: -7px;
    background: url(../img/icon_tel_mob.png) no-repeat center;
    background-size: 26px;
}

.substrate {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    cursor: pointer;
}


/*=============================================
  ================= HOME PAGE =================
  =============================================*/

.main-head {
    background: url(../img/bg_header_main.png) no-repeat top center;
    background-size: cover;
    height: 1050px;
}

.main-head .box-form {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-head .form {
    padding: 50px 100px;
    background-color: rgba(73, 87, 108, 0.9);
    text-align: center;
    overflow: hidden;
    margin: 0 1rem;
}

.main-head h1 {
    font-size: 33px;
    letter-spacing: 4px;
    line-height: 3rem;
    text-transform: uppercase;
}

.main-head p {
    font-weight: 100;
    color: #fff;
}


/* style form main */

form.form-page {
    width: 100%;
    height: 80px;
    margin-top: 50px;
}

form.form-page>div {
    height: 100%;
    display: flex;
    justify-content: space-between;
}

form.form-page select,
form.form-page input,
form.form-page button {
    position: relative;
    height: 100%;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    border: none;
    padding: 15px;
    display: inline-block;
}

form.form-page select {
    width: 36%;
    background: url(../img/arrow_select_down.svg) no-repeat 90% 50% #fff;
    background-size: 20px 40px;
    font: 27px 'Noto Sans JP', normal;
    font-weight: 700;
}

form.form-page .pos-rel {
    width: 56%;
}

form.form-page input {
    width: 100%;
    font: 20px 'Noto Sans JP', normal;
}

form.form-page button {
    cursor: pointer;
    font: 24px 'Noto Sans JP', normal;
    font-weight: 900;
    background: #a8c2ee;
    background: -moz-linear-gradient(left, #a8c2ee 0%, #f9c2eb 100%);
    background: -webkit-linear-gradient(left, #a8c2ee 0%, #f9c2eb 100%);
    background: linear-gradient(to right, #a8c2ee 0%, #f9c2eb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a8c2ee', endColorstr='#f9c2eb', GradientType=1);
}

form.form-page button img {
    margin-left: 20px;
    width: 20px;
}

form.form-page button:hover {
    background: #a8c2ee;
}

form.form-page>div:nth-child(1) button {
    width: 60%;
}

form.form-page>div:nth-child(2) button {
    width: 40%;
}

.main-head form.form-page input,
.main-head form.form-page select {
    animation: inputAnim 0.3s;
}

.main-head form.form-page>div:nth-child(1) button,
.main-head form.form-page>div:nth-child(2) button {
    animation: inputAnim 0.6s;
}

.feed_contact input.error,
.feed_contact textarea.error {
    border-color: #f00 !important;
}
#feedCaptcha > div {
        border: 1px solid transparent;
}
.feedCaptcha-error {
    color: #f00;
    border: none!important;
}

/* box tr */

.box-tr {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    text-align: center;
}

.box-tr .elem {
    width: 30%;
}

.box-tr .elem h3 {
    color: #a8c2ee;
    text-transform: none;
    margin-bottom: 15px;
}

.box-tr .elem img {
    width: 80px;
    position: relative;
    top: 15px;
    margin-right: 10px;
}


/* here to help */

.here-help {
    padding: 17rem 0 2rem;
}

.here-help .content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.here-help .left-box {
    width: 60%;
}

.here-help .right-box {
    width: 40%;
}

.here-help .box-list li {
    margin-bottom: 40px;
    position: relative;
    padding-left: 55px;
}

.here-help .box-text p {
    padding: 20px 0 120px;
    width: 87%;
}

.here-help .box-list li:before {
    content: '1';
    position: absolute;
    left: 0;
    top: -10px;
    font-size: 60px;
    font-weight: 400;
    color: #f9c2eb;
}

.here-help .box-list li:nth-child(2):before {
    content: '2';
}

.here-help .box-list li:nth-child(3):before {
    content: '3';
}

.here-help .right-box .img img {
    max-width: 145%;
}

.here-help .box-img-mob {
    display: none;
    text-align: center;
}


/* trust */

.trust {
    position: relative;
}

.trust .middle-box>p {
    width: 67%;
    font-size: 23px;
    text-transform: uppercase;
    padding: 20px 0 80px;
}

.trust .box-right-text {
    width: 67%;
    float: right;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.trust .box-right-text img {
    margin-right: 20px;
}

.trust .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.trust .left-box {
    width: 40%;
}

.trust .left-box .img {
    position: relative;
    top: 1px;
}

.trust .right-box {
    width: 57%;
    padding-right: 13%;
}

.trust .right-box .box {
    position: relative;
}

.trust .right-box li:first-child {
    margin-bottom: 100px;
}

.trust .right-box .box h3 {
    text-transform: none;
    margin-bottom: 30px;
}

.trust .right-box .box img {
    position: absolute;
    top: 0;
    left: -100px;
    width: 8%;
}


/* bottom form */

.bottom-form {
    background-color: rgba(73, 87, 108, 1);
    padding: 50px 0;
    overflow: hidden;
}

.bottom-form .box-form {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.bottom-form .box-form .logo-bot {
    width: 40%;
}

.bottom-form .box-form .form {
    width: 60%;
}

.bottom-form .box-form form.form-page {
    margin: 0;
}

.bottom-form form.form-page input,
.bottom-form form.form-page select {
    animation: inputAnim 0.3s;
}

.bottom-form form.form-page>div:nth-child(1) button,
.bottom-form form.form-page>div:nth-child(2) button {
    animation: inputAnim 0.6s;
}


/* footer */

footer {
    max-width: 75%;
    margin: 0 auto;
    padding: 100px 1rem;
}

footer .bot-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

footer .bot-nav:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100%;
    height: 1px;
    background-color: #666;
}

footer .bot-nav li {
    display: inline-block;
    margin-right: 30px;
}

footer .bot-nav li a {
    text-transform: uppercase;
    font-size: 17px;
    position: relative;
}

footer .bot-nav li a:hover {
    color: #f9c2eb;
}

footer .material {
    padding-top: 120px;
}

footer .material h5 {
    display: block;
    font-size: 30px;
    text-transform: none;
}

footer .material p {
    font-size: 18px;
    font-weight: 100;
    margin-top: 40px;
}

footer .material .mobile-title {
    display: none;
}

footer strong {
    font-weight: 600;
}

.footer-line {
    width: 100%;
    background-color: rgba(73, 87, 108, 1);
    text-align: center
}

.footer-line .copyright {
    font: 21px 'Noto Sans JP', normal;
    font-weight: 100;
    color: #fff;
    padding: 15px 0;
}

.page header {
    background-color: rgba(0, 0, 51, 1);
}

/*==============================================
  ================= WORKS PAGE =================
  ==============================================*/

.works {
    padding: 12rem 0;
}

.works .box-works-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 3rem;
}

.works .box-works-list h5,
.works .box-works-list p {
    font-size: 18px;
    line-height: 1.5;
}

.works .box-works-list p {
    line-height: 1;
}

.works .box-works-list .list-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
}

.works .box-works-list .list-item img {
    width: 50px;
    margin-right: 10px;
}

.works .box-works-list .list-img {
    width: 15px;
}

.works .block-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    margin: 10rem 0;
}

.works .block-content>div {
    width: 50%;
}

.works .block-content .right-box p {
    margin: 0;
}

.works .block-content ul {
    margin: 2rem 0 4rem;
}

.works .block-content li {
    font-size: 20px;
    margin-bottom: 1.5rem;
    padding-left: 3.5rem;
    position: relative;
    line-height: 1.2;
}

.works .block-content li:before {
    content: url(../img/list-icon.png);
    position: absolute;
    left: 0;
    display: inline-block;
    width: 40px;
}

.works .block-content a {
    font-size: 20px;
    font-weight: 900;
}

.works p {
    margin-bottom: 30px;
}


/*================================================
  ================= CONTACT PAGE =================
  ================================================*/

.contact {
    padding: 12rem 0 8rem;
    overflow-x: hidden;
}

.contact .box-contact {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
}

.contact .box-contact .left-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    width: 40%;
}

.contact .box-contact .left-box .box-info {
    margin-bottom: 5rem;
}

.contact .box-contact .left-box .box-info .text-bold {
    color: #a8c2ee;
}

.contact .box-contact .left-box p {
    font-size: 18px;
}

.contact .box-contact .left-box a {
    font-size: 47px;
    font-weight: 900;
    color: #009;
    display: inline-block;
    margin: 10px 0 20px;
}

.contact .box-contact .left-box a:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-color: #009;
}

.contact .box-contact .left-box a:hover {
    color: #33f;
}

.contact .box-contact .right-box {
    background: url(../img/contact_bg.png) no-repeat 0% 25% #a8c2ee;
    padding: 5rem 1% 5rem 10rem;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    width: 58%;
    position: relative;
}

.contact .box-contact .right-box:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #a8c2ee;
    position: absolute;
    top: 0;
    left: 99%;
}

/* form style */

form.feed_contact {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

form.feed_contact .form-group {
    width: 48%;
}

form.feed_contact h5 {
    font-size: 18px;
}

form.feed_contact .form-group:nth-child(2n-1) {
    float: left;
}

form.feed_contact .form-group:nth-child(2n) {
    float: right;
}

form.feed_contact .form-group.full {
    width: 100%;
}

form.feed_contact label {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    padding-left: 15px;
}

form.feed_contact input,
form.feed_contact textarea {
    width: 100%;
    resize: none;
    border: 1px solid transparent;
    padding: 10px;
    margin: 0.5rem 0 1rem;
    border-radius: 5px;
    font: 18px 'Noto Sans JP';
    font-weight: 300;
}

form.feed_contact textarea {
    height: 150px;
}

form.feed_contact .box-mid-form {
    margin: 4rem 0 1rem;
}

form.feed_contact .box-bot-form {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    position: relative;
}

form.feed_contact button {
    border: none;
    background-color: #009;
    color: #fff;
    width: 150px;
    height: 74px;
    border-radius: 5px;
    font: 16px 'Noto Sans JP';
    text-transform: uppercase;
    font-weight: 900;
    cursor: pointer;
    transition: 0.3s;
    margin-left: 2rem;
}

form.feed_contact button:hover {
    background-color: #33f;
}

form.feed_contact .req {
    position: absolute;
    top: 0;
    left: 0;
}



/*========================================================
  ================= TERMS & PRIVACY PAGE =================
  ========================================================*/

.terms,
.form-page-section {
    padding: 12rem 0 8rem;
}

.terms a,
.terms h5 {
    font-size: 20px;
    text-transform: unset;
}

.terms p {
    margin: 40px 0;
    font-size: 20px;
}

.terms .terms-text {
    font-size: 20px;
}

.terms h1 {
    margin-bottom: 3rem;
    color: #f9c2eb;
    background: none;
    -webkit-text-fill-color: unset;
}


/*============================================
  ================= FAQ PAGE =================
  ============================================*/

.faq {
    padding: 12rem 0 8rem;
}

.faq .box-img-faq {
    padding: 2rem 0 5rem;
    position: relative;
}

.faq .box-img-faq .img {
    display: inline-block;
}

.faq .box-img-faq .img:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: -2.5rem;
    top: 0;
    background: url(../img/faq_img_right.png) no-repeat;
    background-size: contain;
    z-index: -1;
}

.box-acc {
    position: relative;
}

.box-acc .ac-head:before {
    content: url(../img/plus_icon.png);
    display: block;
    width: 23px;
    position: absolute;
    left: 0;
    top: 10px;
    pointer-events: none;
}

.box-acc.in .ac-head:before {
    content: url(../img/minus_icon.png);
}

.box-acc.in:after {
    display: none;
}

.ac-head {
    cursor: pointer;
    padding: 10px 0 10px 45px;
}

.ac-body {
    display: none;
    padding: 30px 0;
}

.ac-head h4 {
    font-size: 20px;
    text-transform: unset;
    color: #49576c;
}

.list-accord li,
.ac-body p {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 1rem;
    position: relative;
    padding-left: 45px;
}

.list-accord li p {
    padding-left: 50px;
}

.list-accord li p:before {
    content: url(../img/list-icon.png);
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 40px;
}


/* modal */

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1005;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 1004;
    overflow-y: auto;
}

.flex-add {
    display: flex;
}

.modal .window {
    width: 730px;
    height: 350px;
    position: relative;
    z-index: 1006;
    padding: 0 3rem;
    background: #4b5366;
    background-size: contain;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: modal 0.5s ease-in;
    -webkit-animation: modal 0.5s ease-in;
    -moz-animation: modal 0.5s ease-in;
    text-align: center;
}

.modal .window h5 {
    font-size: 36px;
    text-transform: none;
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
    color: #fff;
    letter-spacing: 2px;
}

.modal .window p {
    font-size: 24px;
    color: #eac1e9;
    letter-spacing: 1px;
}

.modal .window p.under-btn {
    font-size: 20px;
    color: #aec1ec;
}

.modal .window a {
    position: relative;
    margin: 1rem auto;
    width: 370px;
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #aec1ec;
    background: -moz-linear-gradient(left, #aec1ec 0%, #eac1e9 100%);
    background: -webkit-linear-gradient(left, #aec1ec 0%, #eac1e9 100%);
    background: linear-gradient(to right, #aec1ec 0%, #eac1e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aec1ec', endColorstr='#eac1e9', GradientType=1);
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 18px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 3px 3px 18px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 3px 3px 18px 0px rgba(0, 0, 0, 0.4);
    font-size: 30px;
    font-weight: 900;
}

.modal .window a:before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../img/call_icon.png) no-repeat;
    background-size: contain;
    margin-right: 1rem;
    animation: callAnim 1s infinite;
}

.modal .window .close-modal {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.modal .window .close-modal:before,
.modal .window .close-modal:after {
    content: '';
    position: absolute;
    top: 14px;
    right: 0;
    display: block;
    width: 100%;
    height: 3px;
    background-color: #aec1ec;
}

.modal .window .close-modal:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modal .window .close-modal:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/* animate */

@keyframes fadeLogo {
    0% {
        opacity: 0;
        left: -500px;
    }

    100% {
        left: 0;
        opacity: 1;
    }
}

@keyframes inputAnim {
    0% {
        right: -1000px;
    }

    100% {
        right: 0px;
    }
}

@keyframes modal {
    0% {
        top: -100%;
    }

    50% {
        top: 3%;
        transform: rotate(0deg);
    }

    60% {
        top: -5%;
        transform: rotate(5deg)
    }

    100% {
        top: 0;
    }
}

@keyframes callAnim {
    0% {
        transform: rotate(0deg);
    }

    40% {
        transform: rotate(0deg);
    }

    42% {
        transform: rotate(15deg);
    }

    46% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(15deg);
    }

    54% {
        transform: rotate(0deg);
    }

    58% {
        transform: rotate(15deg);
    }

    60% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

/* form error */

.error:not(.feedCaptcha-error) {
    border: 1px solid #f00 !important;
}

.pos-rel {
    position: relative;
}

.text-req {
    color: #f00 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    position: absolute;
    left: 10px;
    bottom: -20px;
    z-index: 10;
}

.none-get-btn {
    display: none !important;
}

.navigate-fix-top {
    position: absolute !important;
}

#omForm.omForm .om_subhead,
#omForm.omForm .om_full_step_colored_bg {
    background-color: rgba(73, 87, 108, 1);
}
