.remodal-bg.remodal-is-opening,.remodal-bg.remodal-is-opened{-webkit-filter:blur(3px);filter:blur(3px);}
.remodal-overlay {
    background: #fff200;
}
.remodal-overlay.remodal-is-opening,.remodal-overlay.remodal-is-closing{-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;}
.remodal-overlay.remodal-is-opening{-webkit-animation:remodal-overlay-opening-keyframes 0.3s;animation:remodal-overlay-opening-keyframes 0.3s;}
.remodal-overlay.remodal-is-closing{-webkit-animation:remodal-overlay-closing-keyframes 0.3s;animation:remodal-overlay-closing-keyframes 0.3s;}
.remodal {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    padding: 0;
    background: transparent;
    border-radius: 0;
}
#formmodal input {
    line-height: 31px;
    padding: 0px 10px;
    font-weight: normal;
    width: 200px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: transparent;
    box-shadow: 0px 0px 0px transparent;
    font-family: "open sans condensed", sans-serif;
    font-size: 17px;
    border-radius: 5px;
    border: 1px solid #d4d4d4;
    margin-bottom: 5px;
}
#formmodal {
    width: 405px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.section_6 #static_form center {
    width: 100%;
}
.section_6 #static_form center p{
    font-size: 22px !important;
}
#formmodal .success,.section_6 #static_form .success{
    text-align: center;
    color: #fcb15d;
    font-weight: bold;
    width: 100%;
    font-size: 16px;
}
.remodalBorder strong {
    color: rgb(0, 0, 0);
    font-family: open sans condensed, sans-serif;
    font-size: 38px;
    font-weight: 700;
    letter-spacing: 1.9px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    margin-top: 30px;
}
.remodalBorder .flex .right .bottom strong {
    font-family: open sans condensed, sans-serif;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 0.95px;
    text-transform: none;
}
.remodalBorder .flex .right .bottom {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0px;
}
.remodalBorder strong span {
    color: rgb(226, 28, 33);
}
.remodalBorder .flex {
    display: flex;
}
.remodalBorder #formmodal div {
    display: flex;
    flex-wrap: wrap;
    width: 200px;
}
.remodalBorder .flex .right {
    width: 590px;
    position: relative;
}
.remodalBorder .flex .right .bottom p {
    font-family: open sans condensed, sans-serif;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 40px;
    letter-spacing: normal;
    text-transform: none;
}
.remodalBorder .flex .right .bottom p a{
    color: #000;
}
#formmodal button {
    right: 0px;
    width: 100px;
    font-size: 20px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: absolute;
    background: #e21c21;
    color: white;
    cursor: pointer;
    font-family: "open sans condensed", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    height: 30px;
    bottom: -30px;
    border: 1px solid #e21c21;
}
#formmodal button:hover {
    background: white;
    color: black;
    border-color: black;
}
.remodalBorder {
    width: 100%;
    padding: 0;
    border-radius: 0;
    background: white;
    height: 460px;
}
.remodal.remodal-is-opening,.remodal.remodal-is-closing{-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;}
.remodal.remodal-is-opening{-webkit-animation:remodal-opening-keyframes 0.3s;animation:remodal-opening-keyframes 0.3s;}
.remodal.remodal-is-closing{-webkit-animation:remodal-closing-keyframes 0.3s;animation:remodal-closing-keyframes 0.3s;}
.remodal,.remodal-wrapper:after{vertical-align:middle;}



.remodal-confirm,.remodal-cancel{font:inherit;display:inline-block;overflow:visible;min-width:110px;margin:0;padding:12px 0;cursor:pointer;-webkit-transition:background 0.2s;transition:background 0.2s;text-align:center;vertical-align:middle;text-decoration:none;border:0;outline:0;}
.remodal-confirm{color:#fff;background:#81c784;}
.remodal-confirm:hover,.remodal-confirm:focus{background:#66bb6a;}
.remodal-cancel{color:#fff;background:#e57373;}
.remodal-cancel:hover,.remodal-cancel:focus{background:#ef5350;}
.remodal-confirm::-moz-focus-inner,.remodal-cancel::-moz-focus-inner{padding:0;border:0;}
@-webkit-keyframes remodal-opening-keyframes{from{-webkit-transform:translate3d(1.05,1.05,1.05);transform:translate3d(1.05,1.05,1.05);opacity:0;}
to{-webkit-transform:translate3d(1,1,1);transform:translate3d(1,1,1);opacity:1;}
}
@keyframes remodal-opening-keyframes{from{-webkit-transform:translate3d(1.05,1.05,1.05);transform:translate3d(1.05,1.05,1.05);opacity:0;}
to{-webkit-transform:translate3d(1,1,1);transform:translate3d(1,1,1);opacity:1;}
}
@-webkit-keyframes remodal-closing-keyframes{from{-webkit-transform:scale(1);transform:scale(1);opacity:1;}
to{-webkit-transform:scale(0.95);transform:scale(0.95);opacity:0;}
}
@keyframes remodal-closing-keyframes{from{-webkit-transform:scale(1);transform:scale(1);opacity:1;}
to{-webkit-transform:scale(0.95);transform:scale(0.95);opacity:0;}
}
@-webkit-keyframes remodal-overlay-opening-keyframes{from{opacity:0;}
to{opacity:1;}
}
@keyframes remodal-overlay-opening-keyframes{from{opacity:0;}
to{opacity:1;}
}
@-webkit-keyframes remodal-overlay-closing-keyframes{from{opacity:1;}
to{opacity:0;}
}
@keyframes remodal-overlay-closing-keyframes{from{opacity:1;}
to{opacity:0;}
}
.remodal {
    left: calc(50% - 858px / 2);
}
#textarea_comp-kcuhqggr1 {
    resize: none;
    border-radius: 6px;
    border: 1px solid #d4d4d4;
    font-size: 15px;
    padding: 6px;
}
.remodal-close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
}
.remodalBorder p {
    text-align: center;
    font-family: open sans condensed, sans-serif;
    font-size: 22px;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 44px;
}
.remodal-close img {
    width: 39px;
    margin: 0 auto;
    display: block;
    cursor: pointer;
    padding: 5px;
}
.lt-ie9 .remodal-overlay{background:#2b2e38;}
.lt-ie9 .remodal{width:420px;}
.remodal,[data-remodal-id]{display:none;}
.remodal-overlay{position:fixed;z-index:9999;top:-5000px;right:-5000px;bottom:-5000px;left:-5000px;display:none;}
.remodal-wrapper{position:fixed;z-index:10000;top:0;right:0;bottom:0;left:0;display:none;overflow:auto;-webkit-overflow-scrolling:touch;}
.remodal-wrapper:after{display:inline-block;height:100%;margin-left:-0.05em;content:"";}
.remodal-overlay,.remodal-wrapper{-webkit-backface-visibility:hidden;backface-visibility:hidden;}
.remodal{position:relative;outline:none;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;}
.remodal-is-initialized {
    display: inline-block;
    box-shadow: none;
}
#formmodal textarea {
    line-height: 31px;
    padding: 0px 10px;
    font-weight: normal;
    width: 200px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: transparent;
    box-shadow: 0px 0px 0px transparent;
    font-family: "open sans condensed", sans-serif;
    font-size: 17px;
    border-radius: 5px;
    border: 1px solid #d4d4d4;
    margin-bottom: 5px;
    resize: none;
}
@media(max-width:1350px){.wpcf7-form-control.wpcf7-submit{margin-top:10px;height:35px;}
.success2, .fail2{font-size:14px;}
}

@media(max-width: 1024px){
.remodalBorder .flex .right {
    width: 400px;
}
.remodal .left img {
    width: 240px;
}
.remodal {
    left: calc(50% - 640px / 2);
}
.remodalBorder strong {
    font-size: 27px;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}
.remodalBorder p {
    font-size: 19px;
    margin-bottom: 15px;
    margin-top: 20px;
}
#formmodal {
    width: 200px;
    flex-wrap: wrap;
}
.remodalBorder {
    height: 410px;
}
.remodalBorder .flex .right .bottom p {
    margin-top: 10px;
    margin-bottom: 10px;
}
.remodalBorder .flex .right .bottom strong {
    font-size: 17px;
}
#formmodal button {
    width: 100%;
}
}

@media(max-width: 650px){
.remodalBorder .flex {
    flex-wrap: wrap;
}
.remodalBorder {
    height: auto;
    margin: 20px 0;
    position: relative;
}
.remodal {
    left: calc(50% - 300px / 2);
    width: 300px;
}
.remodalBorder .flex {
    padding-top: 60px;
}
.remodal .left img {
    width: calc(100% - 30px);
    position: relative;
    bottom: 115px;
}
.remodalBorder .flex > .left {
    text-align: center;
    max-height: 250px;
    overflow: hidden;
}
.remodalBorder .flex > div {
    width: 300px;
}
.remodalBorder strong {
    font-size: 22px;
    margin-top: 15px;
}
.remodalBorder p {
    font-size: 15px;
    margin-bottom: 20px;
    margin-top: 8px;
}
#formmodal {
    width: calc(100% - 30px);
    z-index: 1;
}
.remodalBorder #formmodal div {
    width: 100%;
}
#formmodal input,#formmodal textarea {
    width: 100%;
}
.remodalBorder .flex .right .bottom {
    position: relative;
    padding-top: 40px;
}
.remodalBorder .flex .right .bottom p {
    margin-top: 20px;
}
#formmodal .success {
    margin-bottom: -20px;
}
.section_6 #static_form center p {
    font-size: 18px !important;
}
}