.m-header{position:fixed;top:0;left:0;width:100%;background-color:#fff;height:80px;z-index:100}@media(min-width: 1025px){.m-header{display:none}}.m-header ul{list-style:none;padding:0;margin:0}.m-header .container{padding:0 30px;height:80px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}@media(max-width: 767px){.m-header .container{padding:0 20px}}.m-header__button{width:40px;height:40px;cursor:pointer}.m-header__button img{width:100%;height:100%}.m-header__menu{position:fixed;top:0;right:-100%;width:100%;max-width:500px;height:100%;background-color:#fff;z-index:100;padding:10px 20px;-webkit-box-shadow:0 0 10px rgba(0,0,0,.1);box-shadow:0 0 10px rgba(0,0,0,.1);-webkit-transition:right .3s ease;transition:right .3s ease}.m-header__menu.is-active{right:0}.m-header__menu__header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.m-header__menu__header__title{width:100%;height:100%}.m-header__menu__header__button{width:40px;height:40px;cursor:pointer}.m-header__menu__header__button img{width:100%;height:100%}.m-header__menu__list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:20px;margin-top:30px}.m-header__menu__list .menu{list-style:none;padding:0;margin:0}.m-header__menu__list .menu .menu-item{margin-bottom:15px;position:relative}.m-header__menu__list .menu .menu-item a{display:block;padding:10px 0;color:#090909;text-decoration:none;font-size:16px;font-weight:700;-webkit-transition:color .3s ease;transition:color .3s ease}.m-header__menu__list .menu .menu-item-has-children .dropdown-menu-click{content:"";width:50px;height:50px;position:absolute;display:block !important;top:0;right:0;z-index:10}.m-header__menu__list .menu .menu-item-has-children>a{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:-webkit-calc(100% - 50px);width:calc(100% - 50px)}.m-header__menu__list .menu .menu-item-has-children .dropdown-menu-toggle{width:50px;height:50px;position:absolute;display:block !important;top:0;right:0;border-left:solid 1px #ccc}.m-header__menu__list .menu .menu-item-has-children .dropdown-menu-toggle::before{content:"";width:10px;height:10px;border-right:2px solid #333;border-bottom:2px solid #333;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%) rotate(45deg);-ms-transform:translate(-50%, -50%) rotate(45deg);transform:translate(-50%, -50%) rotate(45deg);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease}.m-header__menu__list .menu .menu-item-has-children .dropdown-menu-toggle[aria-expanded=true]::before{-webkit-transform:translate(-50%, -50%) rotate(-135deg);-ms-transform:translate(-50%, -50%) rotate(-135deg);transform:translate(-50%, -50%) rotate(-135deg)}.m-header__menu__list .menu .menu-item .sub-menu{list-style:none;padding-left:20px;margin-top:10px;display:none}.m-header__menu__list .menu .menu-item .sub-menu.active{display:block}.m-header__menu__list .menu .menu-item .sub-menu .menu-item{margin-bottom:10px}.m-header__menu__list .menu .menu-item .sub-menu .menu-item.sp-only{display:none !important}@media(max-width: 768px){.m-header__menu__list .menu .menu-item .sub-menu .menu-item.sp-only{display:block !important}}.m-header__menu__list .menu .menu-item .sub-menu .menu-item a{font-size:14px;padding:5px 0}.m-header__menu__list__cta{list-style:none;padding:0;margin:30px 0 0 0}.m-header__menu__list__btn{display:block;background-color:#05c295;color:#fff;text-align:center;padding:15px;border-radius:100px;text-decoration:none;font-weight:bold;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.m-header__menu__list__btn:hover{background-color:#05c295;color:#fff}.m-header__menu__list__links{list-style:none;padding:0;margin:20px 0 0 0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:10px}.m-header__menu__list__links li{margin:0 10px}.m-header__menu__list__links li a{color:#000;text-decoration:none;font-size:14px;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.m-header__menu__list__links li a:hover{opacity:.7}.m-footer{background-color:#f5f5f5;padding:40px 0 20px}@media(min-width: 1025px){.m-footer{display:none}}.m-footer .container{padding:0 20px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.m-footer__logo{margin-bottom:20px}.m-footer__logo img{max-width:120px;height:auto}.m-footer__tel{margin-bottom:10px}.m-footer__tel a{color:#333;font-size:16px;font-weight:bold;text-decoration:none}.m-footer__tel a:hover{opacity:.7}.m-footer__time{color:#666;font-size:14px;margin-bottom:25px}.m-footer__menu{width:100%;margin-bottom:30px}.m-footer__menu .menu{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2, 1fr);gap:10px}.m-footer__menu .menu .menu-item{text-align:left}.m-footer__menu .menu .menu-item a{color:#333;text-decoration:none;font-size:12px}.m-footer__menu .menu .menu-item a:hover{opacity:.7}.m-footer__menu .menu .menu-item a[target=_blank]{position:relative;padding-right:15px}.m-footer__menu .menu .menu-item a[target=_blank]::after{content:"";position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:11px;height:11px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 11'%3E%3Cpath fill-rule='evenodd' d='M7,1H1v6h6V1ZM0,0v8h8V0H0Z'/%3E%3Cpath fill-rule='evenodd' d='M10,4h-1v-1h2v8H3v-2h1v1h6v-6Z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain}.m-footer__copyright p{color:#999;font-size:12px;margin:0}.m-btn-01.--icon-plus a::after{background-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 16C0 7.16364 7.16364 0 16 0C24.8364 0 32 7.16364 32 16C32 24.8364 24.8364 32 16 32C7.16364 32 0 24.8364 0 16Z' fill='%2305C295'/%3E%3Cpath d='M8 16H24' stroke='white' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M16.0059 8.00488L16.0059 24.0049' stroke='white' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E")}.m-btn-01.--icon-plus a:hover::after{background-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 16C0 7.16364 7.16364 0 16 0C24.8364 0 32 7.16364 32 16C32 24.8364 24.8364 32 16 32C7.16364 32 0 24.8364 0 16Z' fill='white'/%3E%3Cpath d='M8 16H24' stroke='%2305C295' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M16.0059 8.00488L16.0059 24.0049' stroke='%2305C295' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E")}.m-btn-01.--icon-minus a::after{background-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 16C0 7.16364 7.16364 0 16 0C24.8364 0 32 7.16364 32 16C32 24.8364 24.8364 32 16 32C7.16364 32 0 24.8364 0 16Z' fill='%2305C295'/%3E%3Cpath d='M8 16H24' stroke='white' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E")}.m-btn-01.--icon-minus a:hover::after{background-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 16C0 7.16364 7.16364 0 16 0C24.8364 0 32 7.16364 32 16C32 24.8364 24.8364 32 16 32C7.16364 32 0 24.8364 0 16Z' fill='white'/%3E%3Cpath d='M8 16H24' stroke='%2305C295' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E")}.m-btn-01 a{position:relative;display:block;background-color:#f5f5f5 !important;color:#090909 !important;padding:15px 25px 15px 0;border-radius:50px;text-align:center;font-weight:700 !important;font-size:20px !important;line-height:1.5}@media(max-width: 767px){.m-btn-01 a{font-size:16px !important;padding:15px 40px;width:100%}}.m-btn-01 a::after{content:"";display:inline-block;width:32px;height:32px;background-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 0C7.16364 0 0 7.16364 0 16C0 24.8364 7.16364 32 16 32C24.8364 32 32 24.8364 32 16C32 7.16364 24.8364 0 16 0ZM25.2659 16.1968C25.2659 16.1968 25.2659 16.2064 25.2659 16.2112C25.2491 16.2976 25.2227 16.3816 25.1915 16.4608C25.1891 16.468 25.1867 16.4728 25.1843 16.48C25.1507 16.5616 25.1099 16.6408 25.0619 16.7128C25.0595 16.7176 25.0571 16.7224 25.0523 16.7272C24.9996 16.8064 24.9396 16.8808 24.87 16.9504L17.7015 24.1188C17.4207 24.3996 17.0511 24.5412 16.684 24.5412C16.3168 24.5412 15.9472 24.3996 15.6664 24.1188C15.1048 23.5572 15.1048 22.6453 15.6664 22.0813L20.3774 17.3703H7.12764C6.33328 17.3703 5.68772 16.7248 5.68772 15.9304C5.68772 15.136 6.33328 14.4905 7.12764 14.4905H20.3774L15.6664 9.77951C15.1048 9.21794 15.1048 8.30598 15.6664 7.74201C16.228 7.17804 17.1399 7.18044 17.7039 7.74201L24.8724 14.9105C24.9396 14.9777 25.002 15.052 25.0547 15.1336C25.0571 15.1384 25.0619 15.1432 25.0643 15.148C25.1123 15.2224 25.1531 15.2992 25.1867 15.3808C25.1891 15.388 25.1915 15.3928 25.1939 15.4C25.2251 15.4792 25.2515 15.5632 25.2683 15.6496C25.2683 15.6544 25.2683 15.6592 25.2683 15.664C25.2851 15.7504 25.2947 15.8392 25.2947 15.928C25.2947 16.0168 25.2851 16.108 25.2683 16.192L25.2659 16.1968Z' fill='%2305C295'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;vertical-align:middle;margin-left:10px;position:absolute;right:12px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease}@media(max-width: 767px){.m-btn-01 a::after{width:24px;height:24px;right:10px}}.m-btn-01 a:hover{background-color:#05c295 !important;color:#f5f5f5 !important}.m-btn-01 a:hover::after{background-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 0C7.16364 0 0 7.16364 0 16C0 24.8364 7.16364 32 16 32C24.8364 32 32 24.8364 32 16C32 7.16364 24.8364 0 16 0ZM25.2659 16.1968C25.2659 16.1968 25.2659 16.2064 25.2659 16.2112C25.2491 16.2976 25.2227 16.3816 25.1915 16.4608C25.1891 16.468 25.1867 16.4728 25.1843 16.48C25.1507 16.5616 25.1099 16.6408 25.0619 16.7128C25.0595 16.7176 25.0571 16.7224 25.0523 16.7272C24.9996 16.8064 24.9396 16.8808 24.87 16.9504L17.7015 24.1188C17.4207 24.3996 17.0511 24.5412 16.684 24.5412C16.3168 24.5412 15.9472 24.3996 15.6664 24.1188C15.1048 23.5572 15.1048 22.6453 15.6664 22.0813L20.3774 17.3703H7.12764C6.33328 17.3703 5.68772 16.7248 5.68772 15.9304C5.68772 15.136 6.33328 14.4905 7.12764 14.4905H20.3774L15.6664 9.77951C15.1048 9.21794 15.1048 8.30598 15.6664 7.74201C16.228 7.17804 17.1399 7.18044 17.7039 7.74201L24.8724 14.9105C24.9396 14.9777 25.002 15.052 25.0547 15.1336C25.0571 15.1384 25.0619 15.1432 25.0643 15.148C25.1123 15.2224 25.1531 15.2992 25.1867 15.3808C25.1891 15.388 25.1915 15.3928 25.1939 15.4C25.2251 15.4792 25.2515 15.5632 25.2683 15.6496C25.2683 15.6544 25.2683 15.6592 25.2683 15.664C25.2851 15.7504 25.2947 15.8392 25.2947 15.928C25.2947 16.0168 25.2851 16.108 25.2683 16.192L25.2659 16.1968Z' fill='%23ffffff'/%3E%3C/svg%3E")}.m-btn-01.is-white a{background-color:#fff !important}.m-btn-01.is-white a:hover{background-color:#05c295 !important;color:#f5f5f5 !important}.m-btn-01.--center{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.m-btn-01.--center a{display:inline-block}.m-btn-02 a{background-color:rgba(0,0,0,0) !important;color:#05c295 !important;padding:15px;display:inline-block;position:relative;font-weight:700 !important;font-size:15px !important}.m-btn-02 a::after{content:"";display:inline-block;width:7px;height:10px;background-image:url("data:image/svg+xml,%3Csvg width='7' height='10' viewBox='0 0 7 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.742188 0.757324L4.98483 4.99996L0.742188 9.24261' stroke='%2305C295' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;vertical-align:middle;margin-left:10px;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease}.m-title-01{background:-webkit-linear-gradient(45deg, #00C59D 30%, #92E98A 100%);background:linear-gradient(45deg, #00C59D 30%, #92E98A 100%);width:384px;text-align:center;color:#fff !important;padding:16px 0;border-radius:100px;margin:0 auto;position:relative}@media(max-width: 767px){.m-title-01{width:90%}}.m-title-01::after{position:absolute;bottom:-20px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);content:"";display:block;margin-top:8px;width:30px;height:30px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' fill='%2305C295'%3E%3Cpath d='M7 10.5L0.5 4L13.5 4L7 10.5Z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:contain;margin-left:auto;margin-right:auto}.m-title-01 .elementor-heading-title{font-size:26px !important;font-weight:600 !important;color:#fff !important}@media(max-width: 767px){.m-title-01 .elementor-heading-title{font-size:20px !important}}.m-voice-list{display:grid;grid-template-columns:repeat(2, 1fr);gap:30px}@media(max-width: 1024px){.m-voice-list{grid-template-columns:repeat(1, 1fr)}}.m-voice-list__item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:30px;border-radius:30px;overflow:hidden;padding:30px;-webkit-box-shadow:0px 0px 20px rgba(0,0,0,.1) !important;box-shadow:0px 0px 20px rgba(0,0,0,.1) !important;background:hsla(0,0%,100%,.9);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease}@media(max-width: 767px){.m-voice-list__item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:20px;padding:20px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}}.m-voice-list__image{width:120px;min-width:120px;height:120px;overflow:hidden}.m-voice-list__image img{width:100%;height:100% !important;-o-object-fit:cover;object-fit:cover;border-radius:300px !important}.m-voice-list__content{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.m-voice-list__title{font-size:20px !important;font-weight:700;color:#090909;margin-bottom:20px;line-height:1.4}.m-voice-list__text{font-size:15px;font-weight:700;color:#090909;margin-bottom:15px;line-height:1.5}.m-voice-list__info{font-size:15px;font-weight:700;color:#090909;margin-bottom:0}.m-voice-archive{margin:60px auto 120px auto}.m-voice-archive__title{text-align:center;margin-bottom:40px}.m-voice-archive__description{text-align:center;margin-bottom:60px;font-size:20px;font-weight:700}.m-voice-single{max-width:896px;margin:60px auto;padding:60px;background-color:#fff;border-radius:30px;-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.1);box-shadow:0 0 10px 0 rgba(0,0,0,.1)}@media(max-width: 767px){.m-voice-single{margin:10px;padding:20px}}.m-voice-single__header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;gap:20px;margin-bottom:60px !important}@media(max-width: 767px){.m-voice-single__header{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-bottom:30px !important}}.m-voice-single__human-img{width:150px;height:150px;border-radius:50%;overflow:hidden}.m-voice-single__human-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.m-voice-single__title{font-size:36px !important;margin-bottom:10px !important}@media(max-width: 1024px){.m-voice-single__title{font-size:24px !important}}@media(max-width: 767px){.m-voice-single__title{font-size:24px !important;margin-bottom:30px !important}}.m-voice-single__meta{width:-webkit-calc(100% - 150px);width:calc(100% - 150px)}@media(max-width: 767px){.m-voice-single__meta{width:100%}}.m-voice-single__meta__plan{font-size:18px;color:#666}@media(max-width: 767px){.m-voice-single__meta__plan{font-size:16px}}.m-voice-single__troubles{margin:40px 0;padding:30px;background-color:#f9f9f9;border-radius:15px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:10px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;position:relative}@media(max-width: 767px){.m-voice-single__troubles{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}}.m-voice-single__troubles::before{content:"";position:absolute;top:-20px;left:60px;width:0;height:0;border-left:20px solid rgba(0,0,0,0);border-right:20px solid rgba(0,0,0,0);border-bottom:20px solid #f9f9f9}@media(max-width: 767px){.m-voice-single__troubles{padding:20px 15px;margin:30px 0}}.m-voice-single__troubles__title{background-color:#05c295;color:#fff;padding:10px 20px;border-radius:300px;width:120px;height:120px;font-weight:bold;font-size:18px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}@media(max-width: 767px){.m-voice-single__troubles__title{font-size:16px;padding:8px 15px}}.m-voice-single__troubles__title span{display:inline-block;text-align:center}.m-voice-single__troubles ol{margin:0}@media(max-width: 767px){.m-voice-single__troubles ol{padding-left:20px !important}}.m-voice-single__troubles ol li{position:relative;padding-left:35px;margin-bottom:10px;font-size:16px;line-height:1.6;list-style:none}@media(max-width: 767px){.m-voice-single__troubles ol li{padding-left:0px}}.m-voice-single__troubles ol li::before{content:"1";position:absolute;left:0;top:0;width:24px;height:24px;background-color:#05c295;color:#fff;border-radius:50%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;font-weight:bold;font-size:14px}.m-voice-single__troubles ol li:nth-child(2)::before{content:"2"}.m-voice-single__troubles ol li:nth-child(3)::before{content:"3"}.m-voice-single__troubles ol li:nth-child(4)::before{content:"4"}.m-voice-single__troubles ol li:nth-child(5)::before{content:"5"}.m-voice-single__troubles ol li:nth-child(6)::before{content:"6"}.m-voice-single__troubles ol li:nth-child(7)::before{content:"7"}.m-voice-single__troubles ol li:nth-child(8)::before{content:"8"}.m-voice-single__troubles ol li:nth-child(9)::before{content:"9"}.m-voice-single__troubles ol li:nth-child(10)::before{content:"10"}.m-voice-single__troubles ol li:nth-child(11)::before{content:"11"}.m-voice-single__troubles ol li:nth-child(12)::before{content:"12"}.m-voice-single__troubles ol li:nth-child(13)::before{content:"13"}.m-voice-single__troubles ol li:nth-child(14)::before{content:"14"}.m-voice-single__troubles ol li:nth-child(15)::before{content:"15"}.m-voice-single__troubles ol li:nth-child(16)::before{content:"16"}.m-voice-single__troubles ol li:nth-child(17)::before{content:"17"}.m-voice-single__troubles ol li:nth-child(18)::before{content:"18"}.m-voice-single__troubles ol li:nth-child(19)::before{content:"19"}.m-voice-single__troubles ol li:nth-child(20)::before{content:"20"}.m-voice-single__troubles ol li:nth-child(21)::before{content:"21"}.m-voice-single__troubles ol li:nth-child(22)::before{content:"22"}.m-voice-single__troubles ol li:nth-child(23)::before{content:"23"}.m-voice-single__troubles ol li:nth-child(24)::before{content:"24"}.m-voice-single__troubles ol li:nth-child(25)::before{content:"25"}.m-voice-single__troubles ol li:nth-child(26)::before{content:"26"}.m-voice-single__troubles ol li:nth-child(27)::before{content:"27"}.m-voice-single__troubles ol li:nth-child(28)::before{content:"28"}.m-voice-single__troubles ol li:nth-child(29)::before{content:"29"}.m-voice-single__troubles ol li:nth-child(30)::before{content:"30"}@media(max-width: 767px){.m-voice-single__troubles ol li{font-size:14px}.m-voice-single__troubles ol li::before{width:16px;height:16px;left:-25px}}.m-voice-single__thumbnail{margin:40px 0;border-radius:15px;overflow:hidden}.m-voice-single__thumbnail img{width:100%;height:auto;display:block}@media(max-width: 767px){.m-voice-single__thumbnail{margin:30px 0}}.m-voice-single__body>.elementor>.elementor-element{padding:0 !important}.m-report-list{display:grid;grid-template-columns:repeat(2, 1fr);gap:30px}@media(max-width: 1024px){.m-report-list{grid-template-columns:repeat(1, 1fr)}}.m-report-list__item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:30px;border-radius:30px;overflow:hidden;padding:30px;-webkit-box-shadow:0px 0px 20px rgba(0,0,0,.1) !important;box-shadow:0px 0px 20px rgba(0,0,0,.1) !important;background:hsla(0,0%,100%,.9);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease}@media(max-width: 767px){.m-report-list__item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:20px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}}.m-report-list__image{width:120px;min-width:120px;height:120px;overflow:hidden}.m-report-list__image img{width:100%;height:100% !important;-o-object-fit:cover;object-fit:cover;border-radius:300px !important}.m-report-list__content{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.m-report-list__title{font-size:20px !important;font-weight:700;color:#090909;margin-bottom:20px;line-height:1.4}.m-report-list__text{font-size:15px;font-weight:700;color:#090909;margin-bottom:15px;line-height:1.5}.m-report-list__info{font-size:15px;font-weight:700;color:#090909;margin-bottom:0}.m-report-archive{margin:60px auto 120px auto}.m-report-archive__title{text-align:center;margin-bottom:40px}.m-report-archive__description{text-align:center;margin-bottom:60px;font-size:20px;font-weight:700}.m-report-single{max-width:896px;margin:60px auto;padding:60px;background-color:#fff;border-radius:30px;-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.1);box-shadow:0 0 10px 0 rgba(0,0,0,.1)}@media(max-width: 767px){.m-report-single{margin:10px;padding:20px}}.m-report-single__header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;gap:20px;margin-bottom:60px !important}@media(max-width: 767px){.m-report-single__header{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-bottom:30px !important}}.m-report-single__human-img{width:150px;height:150px;border-radius:50%;overflow:hidden}.m-report-single__human-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.m-report-single__title{font-size:36px !important;margin-bottom:10px !important}@media(max-width: 1024px){.m-report-single__title{font-size:24px !important}}@media(max-width: 767px){.m-report-single__title{font-size:24px !important;margin-bottom:30px !important}}.m-report-single__meta{width:-webkit-calc(100% - 150px);width:calc(100% - 150px)}@media(max-width: 767px){.m-report-single__meta{width:100%}}.m-report-single__meta__plan{font-size:18px;color:#666}@media(max-width: 767px){.m-report-single__meta__plan{font-size:16px}}.m-report-single__troubles__title{background-color:#05c295;color:#fff;padding:10px 20px;border-radius:300px;width:120px;height:120px;font-weight:bold;font-size:18px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}@media(max-width: 767px){.m-report-single__troubles__title{font-size:16px;padding:8px 15px}}.m-report-single__troubles__title span{display:inline-block;text-align:center}.m-report-single__troubles ol{margin:0}@media(max-width: 767px){.m-report-single__troubles ol{padding-left:20px !important}}.m-report-single__troubles ol li{position:relative;padding-left:35px;margin-bottom:10px;font-size:20px;font-weight:700;line-height:1.6;list-style:none}@media(max-width: 767px){.m-report-single__troubles ol li{padding-left:0px}}.m-report-single__troubles ol li::before{content:"1";position:absolute;left:0;top:6px;width:24px;height:24px;background-color:#05c295;color:#fff;border-radius:50%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;font-weight:bold;font-size:14px}.m-report-single__troubles ol li:nth-child(2)::before{content:"2"}.m-report-single__troubles ol li:nth-child(3)::before{content:"3"}.m-report-single__troubles ol li:nth-child(4)::before{content:"4"}.m-report-single__troubles ol li:nth-child(5)::before{content:"5"}.m-report-single__troubles ol li:nth-child(6)::before{content:"6"}.m-report-single__troubles ol li:nth-child(7)::before{content:"7"}.m-report-single__troubles ol li:nth-child(8)::before{content:"8"}.m-report-single__troubles ol li:nth-child(9)::before{content:"9"}.m-report-single__troubles ol li:nth-child(10)::before{content:"10"}.m-report-single__troubles ol li:nth-child(11)::before{content:"11"}.m-report-single__troubles ol li:nth-child(12)::before{content:"12"}.m-report-single__troubles ol li:nth-child(13)::before{content:"13"}.m-report-single__troubles ol li:nth-child(14)::before{content:"14"}.m-report-single__troubles ol li:nth-child(15)::before{content:"15"}.m-report-single__troubles ol li:nth-child(16)::before{content:"16"}.m-report-single__troubles ol li:nth-child(17)::before{content:"17"}.m-report-single__troubles ol li:nth-child(18)::before{content:"18"}.m-report-single__troubles ol li:nth-child(19)::before{content:"19"}.m-report-single__troubles ol li:nth-child(20)::before{content:"20"}.m-report-single__troubles ol li:nth-child(21)::before{content:"21"}.m-report-single__troubles ol li:nth-child(22)::before{content:"22"}.m-report-single__troubles ol li:nth-child(23)::before{content:"23"}.m-report-single__troubles ol li:nth-child(24)::before{content:"24"}.m-report-single__troubles ol li:nth-child(25)::before{content:"25"}.m-report-single__troubles ol li:nth-child(26)::before{content:"26"}.m-report-single__troubles ol li:nth-child(27)::before{content:"27"}.m-report-single__troubles ol li:nth-child(28)::before{content:"28"}.m-report-single__troubles ol li:nth-child(29)::before{content:"29"}.m-report-single__troubles ol li:nth-child(30)::before{content:"30"}@media(max-width: 767px){.m-report-single__troubles ol li{font-size:14px}.m-report-single__troubles ol li::before{width:16px;height:16px;left:-25px}}.m-report-single__thumbnail{margin:40px 0;border-radius:15px;overflow:hidden}.m-report-single__thumbnail img{width:100%;height:auto;display:block}@media(max-width: 767px){.m-report-single__thumbnail{margin:30px 0}}.m-report-single__body>.elementor>.elementor-element{padding:0 !important}.m-creater-list{display:grid;grid-template-columns:repeat(5, 1fr);gap:32px;margin:48px 0;padding:0 16px}@media(max-width: 1024px){.m-creater-list{grid-template-columns:repeat(3, 1fr)}}@media(max-width: 767px){.m-creater-list{grid-template-columns:repeat(2, 1fr)}}.m-creater-list__item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center;color:#090909}.m-creater-list__item:hover{opacity:.6}.m-creater-list__img{width:180px;height:180px;margin-bottom:16px;border-radius:50%;overflow:hidden;background:#fff;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}@media(max-width: 767px){.m-creater-list__img{width:140px;height:140px}}.m-creater-list__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:50%;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease;aspect-ratio:1/1}.m-creater-list__item:hover .m-creater-list__img img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.m-creater-list__name{font-size:20px;font-weight:bold;color:#090909;margin-bottom:8px}@media(max-width: 767px){.m-creater-list__name{font-size:18px}}.m-creater-list__role{font-size:15px;font-weight:bold;margin-bottom:12px;color:#090909}.m-creater-list__desc{font-size:12px;color:#090909;line-height:1.7;word-break:break-all;text-align:left}.m-creater-list__profile{font-size:15px;word-break:break-all;border:1px solid #000;border-radius:50px;padding:4px 16px;margin-top:16px;width:100%}.m-creater-detail__inner{padding:40px}.m-creater-detail__flex-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:32px}@media(max-width: 1024px){.m-creater-detail__flex-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:20px}}.m-creater-detail__photo-container{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}@media(max-width: 1024px){.m-creater-detail__photo-container{margin:0 auto}}.m-creater-detail__photo{width:200px;height:200px;border-radius:50%;overflow:hidden;background:#f5f5f5}.m-creater-detail__photo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:50%;display:block}.m-creater-detail__info-container{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}@media(max-width: 1024px){.m-creater-detail__info-container{width:100%;text-align:center}}.m-creater-detail__header{margin-bottom:16px}.m-creater-detail__qualification{font-size:14px;color:#888;margin-bottom:8px}.m-creater-detail__qualification-label{font-weight:normal;color:#383838}.m-creater-detail__qualification-value{font-weight:normal;color:#888}.m-creater-detail__comment{font-size:16px;color:#222;line-height:1.7;margin-top:8px}.m-sc-list{display:grid;grid-template-columns:repeat(5, 1fr);gap:50px 32px;margin:48px 0;padding:0 16px}@media(max-width: 1024px){.m-sc-list{grid-template-columns:repeat(3, 1fr)}}@media(max-width: 767px){.m-sc-list{grid-template-columns:repeat(2, 1fr)}}.m-sc-list__item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center;color:#090909}.m-sc-list__item:hover{opacity:.6;color:#000}.m-sc-list__img{width:180px;height:180px;margin-bottom:16px;border-radius:50%;overflow:hidden;background:#fff;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}@media(max-width: 767px){.m-sc-list__img{width:140px;height:140px}}.m-sc-list__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:50%;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease;aspect-ratio:1/1}.m-sc-list__item:hover .m-sc-list__img img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.m-sc-list__name{font-size:20px;font-weight:bold;color:#090909;margin-bottom:8px}@media(max-width: 767px){.m-sc-list__name{font-size:18px}}.m-sc-list__role{font-size:15px;font-weight:bold;margin-bottom:12px;color:#090909}.m-sc-list__desc{font-size:12px;color:#090909;line-height:1.7;word-break:break-all;text-align:left}.m-sc-list__profile{font-size:15px;word-break:break-all;border:1px solid #000;border-radius:50px;padding:4px 16px;margin-top:16px;width:100%}.m-sc-detail__inner{padding:70px 40px}.m-sc-detail__flex-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:32px}@media(max-width: 1024px){.m-sc-detail__flex-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:20px}}.m-sc-detail__photo-container{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}@media(max-width: 1024px){.m-sc-detail__photo-container{margin:0 auto}}.m-sc-detail__photo{width:200px;height:200px;border-radius:50%;overflow:hidden;background:#f5f5f5}.m-sc-detail__photo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:50%;display:block}.m-sc-detail__info-container{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}@media(max-width: 1024px){.m-sc-detail__info-container{width:100%;text-align:center}}.m-sc-detail__header{margin-bottom:16px}.m-sc-detail__category{font-size:20px}.m-sc-detail__qualification{font-size:14px;color:#888;margin-bottom:8px}.m-sc-detail__qualification-label{font-weight:normal;color:#383838}.m-sc-detail__qualification-value{font-weight:normal;color:#888}.m-sc-detail__comment{font-size:16px;color:#222;line-height:1.7;margin-top:8px}.m-news-list__item{display:block;padding:16px 0;border-bottom:1px solid #e0e0e0;text-decoration:none;-webkit-transition:background-color .3s ease;transition:background-color .3s ease;color:#090909}.m-news-list__item:first-child{border-top:none}.m-news-list__item:hover{color:#090909;opacity:.6}.m-news-list__meta{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:8px}.m-news-list__date{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-right:16px}.m-news-list__date-text{font-size:15px;color:#090909;font-weight:400}.m-news-list__date-day{font-size:15px;font-weight:400;margin-left:4px}.m-news-list__category{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:10px}.m-news-list__category .category_label{font-size:15px;padding:4px 12px;border-radius:100px;color:#090909;border:1px solid #000}.m-news-list__title{font-size:20px;color:#090909;font-weight:600;padding-left:4px;margin-top:8px}@media(max-width: 767px){.m-news-list__title{font-size:15px}}.m-news-archive{max-width:840px;margin:60px auto 120px auto;padding:0 20px}.m-news-archive__title{text-align:center;margin-bottom:40px}.m-news-archive__description{text-align:center;margin-bottom:60px;font-size:20px;font-weight:700;line-height:1.8}.m-news-single{max-width:896px;margin:60px auto;padding:60px;background-color:#fff;border-radius:30px;-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.1);box-shadow:0 0 10px 0 rgba(0,0,0,.1)}@media(max-width: 767px){.m-news-single{margin:10px;padding:20px}}.m-news-single__title{font-size:36px !important;margin-bottom:60px !important}@media(max-width: 767px){.m-news-single__title{font-size:24px !important;margin-bottom:30px !important}}.m-news-single__meta{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;margin-bottom:20px;gap:20px}.m-news-single__meta__category{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:10px}.m-news-single__meta__category .category-label{font-size:15px;padding:4px 12px;border-radius:100px;color:#090909;border:1px solid #000}.m-news-single__meta__date{font-size:15px;color:#090909}.m-news-single__thumbnail{margin-bottom:60px}.m-news-single__thumbnail img{width:100%;height:auto;-o-object-fit:cover;object-fit:cover;border-radius:20px !important}.m-news-single__body>.elementor>.elementor-element{padding:0 !important}.m-table-01{width:100%;margin:30px 0}.m-table-01 table{width:100%;border-collapse:collapse;border:0;table-layout:fixed}.m-table-01 th,.m-table-01 td{padding:15px 10px;text-align:center;vertical-align:middle}.m-table-01 th:not(:first-child):not(:last-child),.m-table-01 td:not(:first-child):not(:last-child){border:0;border-right:8px solid #fff;border-left:8px solid #fff}@media(max-width: 767px){.m-table-01 th:not(:first-child):not(:last-child),.m-table-01 td:not(:first-child):not(:last-child){border-right:2px solid #fff;border-left:2px solid #fff}}.m-table-01 th:first-child,.m-table-01 th:last-child,.m-table-01 td:first-child,.m-table-01 td:last-child{border:0}.m-table-01 thead th{background-color:#f0f0f0;font-weight:bold;font-size:20px;padding:10px 10px !important}@media(max-width: 767px){.m-table-01 thead th{font-size:14px !important}}.m-table-01 thead th:first-child{background-color:#707072;color:#fff;border-top-left-radius:30px}@media(max-width: 767px){.m-table-01 thead th:first-child{border-top-left-radius:15px}}.m-table-01 thead th:nth-child(2){background-color:#05c295;color:#fff}.m-table-01 thead th:nth-child(3){background:-webkit-gradient(linear, right top, left top, from(#F1CC8F), to(#D08C1B));background:-webkit-linear-gradient(right, #F1CC8F 0%, #D08C1B 100%);background:linear-gradient(270deg, #F1CC8F 0%, #D08C1B 100%);color:#fff;border-top-right-radius:30px}@media(max-width: 767px){.m-table-01 thead th:nth-child(3){border-top-right-radius:15px}}.m-table-01 tbody td{font-size:15px;font-weight:bold}@media(max-width: 767px){.m-table-01 tbody td{font-size:12px !important}}.m-table-01__section-header td{background-color:#d2f8eb !important;font-weight:700;font-size:20px !important;text-align:center !important;padding:10px !important}@media(max-width: 767px){.m-table-01__section-header td{font-size:14px !important}}.m-table-01__mark-o{color:#05c295;font-size:20px !important;font-weight:700;text-shadow:-1px -1px 0 #05c295,1px -1px 0 #05c295,-1px 1px 0 #05c295,1px 1px 0 #05c295}.m-table-01__mark-x{font-size:20px !important;font-weight:700}.m-table-01 tbody tr:nth-child(even){background-color:#f9f9f9}.m-table-01 tbody tr:hover{background-color:#f5f5f5}.m-table-01 .c-service-table__question-mark{display:inline-block;width:18px;height:18px;line-height:16px;border-radius:50%;color:#05c295;font-size:.8em;text-align:center;margin-left:5px;border:1px solid #05c295;cursor:pointer;font-family:"Inter",sans-serif;position:relative}.m-table-01 .c-service-table__question-mark .tooltip{display:none;position:absolute;bottom:46px;left:-30px;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);width:260px;height:auto;z-index:1000;text-align:left;line-height:1.47;-webkit-transition:all .3s ease;transition:all .3s ease}.m-table-01 .c-service-table__question-mark .tooltip::before{content:"";position:absolute;bottom:-24px;left:55px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);background-image:url("data:image/svg+xml,%3Csvg width='38' height='32' viewBox='0 0 38 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.70672 4.27524L35.1808 4.27593L3.74561 29.9063L2.70672 4.27524Z' fill='white' stroke='%2305C295' stroke-width='2'/%3E%3Crect width='38' height='6' fill='white'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;width:38px;height:32px}.m-table-01 .c-service-table__question-mark .tooltip__content{border:2px solid #05c295;background-color:#fff;border-radius:30px;padding:15px 20px;font-size:15px;font-weight:700;background-color:#fff;-webkit-box-shadow:0 4px 8px rgba(0,0,0,.1);box-shadow:0 4px 8px rgba(0,0,0,.1);color:#000}.m-table-01 .c-service-table__question-mark:hover .tooltip{display:block}.m-table-02{width:100%;margin:30px 0}.m-table-02.--basic .m-table-02__color{background-color:#05c295;color:#fff}.m-table-02.--basic .m-table-02__price{color:#05c295}.m-table-02.--premium .m-table-02__color{background-color:#d08c1b;color:#fff}.m-table-02.--premium .m-table-02__price{color:#d08c1b}.m-table-02.--premium tbody tr:nth-child(even){background-color:rgba(208,140,27,.1)}.m-table-02 table{width:100%;border-collapse:collapse;border:0}.m-table-02 table.--tr-open .hidden{display:table-row !important}.m-table-02 th,.m-table-02 td{border:0}.m-table-02 th{padding:12px 15px;text-align:center;font-weight:bold;background-color:#707072;color:#fff}@media(max-width: 767px){.m-table-02 th{font-size:14px}}.m-table-02 tr{border-bottom:1px solid #e6e6e6}.m-table-02 tr.hidden{display:none}.m-table-02 td{padding:12px 15px;text-align:center;border:none;font-weight:bold}.m-table-02 thead tr{background-color:#f5f5f5}.m-table-02 tbody tr:nth-child(even){background-color:rgba(5,194,149,.1)}.m-table-02 tbody tr:nth-child(odd){background-color:#fff}.m-table-02 tbody td{vertical-align:middle;font-size:18px;width:50%}@media(max-width: 767px){.m-table-02 tbody td{font-size:14px}}.m-table-02 tbody td .m-table-02__price{font-weight:bold;margin-right:5px}.m-table-02 tbody td .tax-included{font-size:14px}@media(max-width: 767px){.m-table-02 tbody td .tax-included{font-size:12px;display:block}}.m-table-03{width:100%;margin:30px 0}.m-table-03 table{width:100%;border-collapse:separate;border:0;border-spacing:8px;margin:-8px}.m-table-03 tr:nth-child(odd){background-color:#e6e6e6}.m-table-03 th,.m-table-03 td{padding:15px;vertical-align:middle;border-width:0;border-bottom:1px solid #e6e6e6}.m-table-03 th{font-weight:bold;color:#fff;text-align:center;font-size:20px;background-color:#05c295}.m-table-03 th:first-child{background-color:#707072;border-top-left-radius:30px}.m-table-03 th:nth-child(2){background:-webkit-gradient(linear, left top, right top, from(#00C59D), to(#92E98A));background:-webkit-linear-gradient(left, #00C59D 0%, #92E98A 100%);background:linear-gradient(90deg, #00C59D 0%, #92E98A 100%)}.m-table-03 th:last-child{border-top-right-radius:30px}.m-table-03 td{text-align:center;font-size:15px;font-weight:bold}.m-table-03 td:first-child{width:15%}.m-table-03 td:not(:first-child){width:30%}.m-table-03 td ul{margin:0;padding-left:20px;text-align:left}.m-table-03 td ul li{margin-bottom:5px}.m-table-03 td ul li:last-child{margin-bottom:0}.m-table-03__text-sm{font-size:12px;line-height:1.4}.m-table-03__icon-o2,.m-table-03__icon-o,.m-table-03__icon-x,.m-table-03__icon-sankaku{display:block;margin-right:5px;font-weight:bold;font-size:20px;width:20px;text-align:center;margin:0 auto}.m-table-03__icon-o2::before{content:"";display:block;width:20px;height:20px;background-image:url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9.5' r='8' stroke='%2305C295' stroke-width='2'/%3E%3Ccircle cx='9' cy='9.5' r='3.5' stroke='%2305C295' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;margin-bottom:5px}.m-table-03__icon-o{color:#05c295;text-shadow:-1px -1px 0 #05c295,1px -1px 0 #05c295,-1px 1px 0 #05c295,1px 1px 0 #05c295}.m-table-03__icon-sankaku{color:#05c295;text-shadow:-1px -1px 0 #05c295,1px -1px 0 #05c295,-1px 1px 0 #05c295,1px 1px 0 #05c295}@media(max-width: 767px){.m-table-03{margin:20px 0}.m-table-03 table,.m-table-03 thead,.m-table-03 tbody,.m-table-03 th,.m-table-03 td,.m-table-03 tr{display:block;width:100%}.m-table-03 table{border:none;border-spacing:0;margin:0}.m-table-03 thead tr{position:absolute;top:-9999px;left:-9999px}.m-table-03 tr{margin-bottom:20px;border-radius:8px;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.1);box-shadow:0 2px 5px rgba(0,0,0,.1);overflow:hidden;background:#fff !important}.m-table-03 td{position:relative;padding:15px 15px 15px 45%;min-height:50px;border:none;border-bottom:1px solid #eee;margin:0;font-size:14px;line-height:1.5;width:100% !important}.m-table-03 td:before{position:absolute;top:50%;left:10px;width:40%;padding-right:10px;white-space:normal;font-weight:bold;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);font-size:13px}.m-table-03 td:first-child{background-color:#05c295;color:#fff;padding:12px 15px;font-weight:bold;text-align:center;font-size:16px}.m-table-03 td:nth-of-type(1):before{content:""}.m-table-03 ul{padding-left:0;margin:5px 0;list-style-position:inside}.m-table-03 ul li{margin-bottom:8px;font-size:13px;line-height:1.4}.m-table-03__text-sm{display:block;margin-top:5px}.m-table-03__icon-o2,.m-table-03__icon-o,.m-table-03__icon-x,.m-table-03__icon-sankaku{margin-bottom:5px}}.m-breadcrumb{padding:16px 0}.m-breadcrumb ul{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:5px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0;padding:0}.m-breadcrumb li{list-style:none;font-size:12px}.m-breadcrumb li:not(:last-child)::after{display:inline-block;padding-left:.5rem;color:#090909;content:"";width:6px;height:8px;background-image:url("../images/icon_arrow_blk.svg");background-repeat:no-repeat;background-position:center;background-size:contain;margin-left:5px}.m-breadcrumb li:last-child{color:#05c295}.m-breadcrumb li a{color:#090909;font-size:12px}.m-breadcrumb li a:hover{color:#05c295}.m-page-header{margin-bottom:80px}.m-page-header__title{margin-top:80px;margin-bottom:80px}.m-pagenation{margin-top:40px;gap:20px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:flex;justify-content:center;align-items:center}.m-pagenation .page-numbers{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:50px;height:50px;font-size:15px;text-decoration:none;-webkit-transition:all .3s;transition:all .3s;color:#090909;border-radius:200px;background-color:#f5f5f5}.m-pagenation .page-numbers.current{background-color:#05c295;color:#fff}.m-pagenation .page-numbers.prev svg,.m-pagenation .page-numbers.next svg{width:8px;height:12px}.m-pagenation .page-numbers.prev svg path,.m-pagenation .page-numbers.next svg path{-webkit-transition:fill .3s;transition:fill .3s}.m-pagenation .page-numbers.prev:hover svg path,.m-pagenation .page-numbers.next:hover svg path{fill:#05c295}.m-pagenation .page-numbers:not(.prev):not(.next):not(.current):hover{background-color:rgba(5,194,149,.3)}.m-faq-archive{max-width:840px;margin:60px auto 120px auto;padding:0 20px}.m-faq-archive__title{text-align:center;margin-bottom:40px}.m-faq-archive__description{text-align:center;margin-bottom:60px;font-size:20px}.m-faq-search{max-width:560px;margin:0 auto;margin-bottom:40px}.m-faq-search__form{width:100%}.m-faq-search__input-wrap{position:relative;width:100%}.m-faq-search__input{width:100% !important;height:60px !important;border-radius:100px !important;border:none !important;padding:0 30px !important;font-size:16px !important;font-weight:500 !important;background-color:#f5f5f5 !important;color:#707072 !important}.m-faq-search__input::-webkit-input-placeholder{color:#707072 !important}.m-faq-search__input::-moz-placeholder{color:#707072 !important}.m-faq-search__input:-ms-input-placeholder{color:#707072 !important}.m-faq-search__input::-ms-input-placeholder{color:#707072 !important}.m-faq-search__input::placeholder{color:#707072 !important}.m-faq-search__input:focus{outline:none;border-color:#05c295}@media(max-width: 767px){.m-faq-search{margin-bottom:30px}.m-faq-search__input{height:44px;font-size:14px}}.m-faq-tags,.m-faq-single__tags{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;gap:3px;margin-bottom:30px}.m-faq-tags__item,.m-faq-single__tags__item{display:inline-block;color:#090909;text-decoration:none;font-size:15px;-webkit-transition:all .3s ease;transition:all .3s ease;color:#05c295;font-weight:700;border-radius:100px;padding:5px 10px}.m-faq-tags__item:hover,.m-faq-single__tags__item:hover{background-color:#e0e0e0;color:#05c295}.m-faq-tags__item--active{background-color:#05c295;color:#fff}.m-faq-tags__item--active:hover{background-color:rgb(3.7185929648,144.2814070352,110.8140703518)}@media(max-width: 767px){.m-faq-tags,.m-faq-single__tags{margin-bottom:20px}.m-faq-tags__item,.m-faq-single__tags__item{padding:2px 12px;font-size:12px !important}}.m-faq-category-dropdown{max-width:560px;margin:0 auto;margin-bottom:40px}.m-faq-category-dropdown__select{width:100%;height:56px;border-radius:8px;border:1px solid #707072;padding:0 15px;font-size:16px;background-color:#f5f5f5;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url('data:image/svg+xml;utf8,<svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_538_1475)"><path d="M8.5625 11.4L2.5625 5.33335L3.22917 4.66669L8.5625 10L13.8958 4.66669L14.5625 5.33335L8.5625 11.4Z" fill="%23707072"/></g><defs><clipPath id="clip0_538_1475"><rect width="16" height="16" fill="white" transform="translate(0.5625)"/></clipPath></defs></svg>');background-repeat:no-repeat;background-position:right 15px center;cursor:pointer}.m-faq-category-dropdown__select:focus{outline:none;border:1px solid #707072}@media(max-width: 767px){.m-faq-category-dropdown{margin-bottom:30px}.m-faq-category-dropdown__select{height:44px;font-size:14px}}.m-faq-list__item,.m-faq-single__content,.m-faq-single__header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:25px 70px;border-bottom:1px solid #d9d9d9;text-decoration:none;-webkit-transition:background-color .3s ease;transition:background-color .3s ease;color:#090909}@media(max-width: 767px){.m-faq-list__item,.m-faq-single__content,.m-faq-single__header{padding:15px 20px}}.m-faq-list__item:first-child,.m-faq-single__content:first-child,.m-faq-single__header:first-child{border-top:1px solid #d9d9d9}.m-faq-list__item:hover,.m-faq-single__content:hover,.m-faq-single__header:hover{color:#090909;opacity:.6}.m-faq-list__item::before,.m-faq-single__content::before,.m-faq-single__header::before{content:"";display:inline-block;width:45px;height:44px;background-image:url('data:image/svg+xml;utf8,<svg width="45" height="44" viewBox="0 0 45 44" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.53125" width="44" height="44" rx="22" fill="%23090909"/><path d="M20.8118 24.9261H24.2095L25.9176 27.1236L27.598 29.081L30.7649 33.0511H27.0348L24.8558 30.3736L23.7386 28.7855L20.8118 24.9261ZM31.0511 22.0455C31.0511 24.1075 30.6603 25.8617 29.8786 27.3082C29.103 28.7547 28.0443 29.8596 26.7024 30.6229C25.3667 31.38 23.8648 31.7585 22.1967 31.7585C20.5163 31.7585 19.0083 31.3769 17.6726 30.6136C16.3369 29.8504 15.2813 28.7455 14.5057 27.299C13.7301 25.8525 13.3423 24.1013 13.3423 22.0455C13.3423 19.9834 13.7301 18.2292 14.5057 16.7827C15.2813 15.3362 16.3369 14.2344 17.6726 13.4773C19.0083 12.714 20.5163 12.3324 22.1967 12.3324C23.8648 12.3324 25.3667 12.714 26.7024 13.4773C28.0443 14.2344 29.103 15.3362 29.8786 16.7827C30.6603 18.2292 31.0511 19.9834 31.0511 22.0455ZM26.9979 22.0455C26.9979 20.7098 26.7978 19.5833 26.3977 18.6662C26.0038 17.7491 25.4467 17.0535 24.7266 16.5795C24.0064 16.1056 23.1631 15.8686 22.1967 15.8686C21.2304 15.8686 20.3871 16.1056 19.6669 16.5795C18.9467 17.0535 18.3866 17.7491 17.9865 18.6662C17.5926 19.5833 17.3956 20.7098 17.3956 22.0455C17.3956 23.3812 17.5926 24.5076 17.9865 25.4247C18.3866 26.3419 18.9467 27.0374 19.6669 27.5114C20.3871 27.9853 21.2304 28.2223 22.1967 28.2223C23.1631 28.2223 24.0064 27.9853 24.7266 27.5114C25.4467 27.0374 26.0038 26.3419 26.3977 25.4247C26.7978 24.5076 26.9979 23.3812 26.9979 22.0455Z" fill="white"/></svg>');background-repeat:no-repeat;background-size:contain;margin-right:10px;vertical-align:middle}@media(max-width: 767px){.m-faq-list__item::before,.m-faq-single__content::before,.m-faq-single__header::before{width:25px !important;height:25px !important}}.m-faq-list__meta{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:8px}.m-faq-list__title,.m-faq-single__header__title{font-size:20px !important;color:#090909;font-weight:600;padding-left:4px;width:-webkit-calc(100% - 55px);width:calc(100% - 55px)}@media(max-width: 767px){.m-faq-list__title,.m-faq-single__header__title{font-size:15px !important}}.m-faq-single{max-width:896px;margin:0 auto}@media(max-width: 767px){.m-faq-single{margin:0;padding:0}}.m-faq-single__header{border-bottom:none}@media(max-width: 767px){.m-faq-single__header{padding-left:0 !important}}.m-faq-single__header:hover{opacity:1}@media(max-width: 767px){.m-faq-single__header__title{padding-left:0 !important}}.m-faq-single__meta{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.m-faq-single__meta__date{font-size:14px;color:#090909;font-weight:500}@media(max-width: 767px){.m-faq-single__meta__date{font-size:12px !important}}.m-faq-single__content{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;padding-top:0 !important;border-bottom:none !important}@media(max-width: 767px){.m-faq-single__content{padding-left:0 !important;padding-top:10px !important;padding-right:0 !important}}.m-faq-single__content:hover{opacity:1}.m-faq-single__content::before{background-image:url('data:image/svg+xml;utf8,<svg width="49" height="48" viewBox="0 0 49 48" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="1.0625" y="0.5" width="47" height="47" rx="23.5" fill="white"/><rect x="1.0625" y="0.5" width="47" height="47" rx="23.5" stroke="%23E6E6E6"/><path d="M19.4652 33.5H15.1811L21.7088 14.5909H26.8608L33.3793 33.5H29.0952L24.3587 18.9119H24.2109L19.4652 33.5ZM19.1974 26.0675H29.3168V29.1882H19.1974V26.0675Z" fill="%23090909"/></svg>')}.m-faq-single__content__inner{width:-webkit-calc(100% - 55px);width:calc(100% - 55px)}.m-faq-single__content>.elementor>.elementor-element{padding:0 !important}.m-faq-single__tags{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;margin-left:-10px}.m-faq-single__related{margin-top:40px}.m-faq-single__related__title{font-size:20px !important;font-weight:700;color:#090909;margin-bottom:20px !important}.m-faq-single__related__list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:10px}.m-faq-single__related__item{display:block;-webkit-transition:all .3s ease;transition:all .3s ease}.m-faq-single__related__item__title{font-size:16px;font-weight:500;color:#05c295}@media(max-width: 767px){.m-faq-single__related__item__title{font-size:14px !important}}.m-faq-single__related__empty{padding:20px;background-color:#f9f9f9;border-radius:8px;text-align:center;color:#666;font-size:14px}.m-slider.--stop-btn-hide .swiper-slider-stop{display:none}.m-slider.--navigation-white .swiper-pagination,.m-slider.--navigation-white .swiper-slider-stop{background-color:#fff !important;color:#000 !important}.m-slider.--loopcarousel .swiper{padding-bottom:50px !important}.m-slider .swiper-slide{overflow:hidden;border-radius:25px}.m-slider .swiper-slide img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.m-slider .swiper-pagination{position:absolute;left:50% !important;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);bottom:-25px !important;z-index:10;width:auto !important;background-color:#f5f5f5 !important;border-radius:50px !important;display:-webkit-box !important;display:-webkit-flex !important;display:-ms-flexbox !important;display:flex !important;-webkit-box-align:center !important;-webkit-align-items:center !important;-ms-flex-align:center !important;align-items:center !important;-webkit-box-pack:center !important;-webkit-justify-content:center !important;-ms-flex-pack:center !important;justify-content:center !important;gap:10px !important;padding:15px 25px !important}.m-slider .swiper-pagination.is-paused .swiper-pagination-bullet-active{width:8px !important}.m-slider .swiper-pagination.is-paused .swiper-pagination-bullet-active .swiper-bullet-progress{width:100% !important;-webkit-animation:none !important;animation:none !important}.m-slider .swiper-pagination .swiper-pagination-bullet{width:8px !important;height:8px !important;background-color:#707072 !important;opacity:1 !important;border-radius:100px !important;position:relative;-webkit-transition:all .3s ease !important;transition:all .3s ease !important;overflow:hidden;margin:0 !important}.m-slider .swiper-pagination .swiper-pagination-bullet-active{background-color:#707072 !important;width:48px !important}.m-slider .swiper-pagination .swiper-pagination-bullet-active .swiper-bullet-progress{content:"";position:absolute;top:0;left:0;width:0%;background-color:#000 !important;height:100%;border-radius:100px !important}@-webkit-keyframes progressAnimation{0%{width:0%}100%{width:100%}}@keyframes progressAnimation{0%{width:0%}100%{width:100%}}.m-slider .swiper-slider-stop{position:absolute;right:-50px;z-index:10;width:40px;height:40px;background-color:#f5f5f5;border-radius:100px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease}.m-slider .swiper-slider-stop::before{content:"";width:16px;height:20px;background-image:url("data:image/svg+xml,%3Csvg width='16' height='20' viewBox='0 0 16 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='20' width='20' height='6' rx='2' transform='rotate(-90 0 20)' fill='%23707072'/%3E%3Crect x='10' y='20' width='20' height='6' rx='2' transform='rotate(-90 10 20)' fill='%23707072'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:center}.m-slider .swiper-slider-stop.is-paused::before{background-image:url("data:image/svg+xml,%3Csvg width='16' height='20' viewBox='0 0 16 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2.5L14 10L2 17.5V2.5Z' fill='%23707072'/%3E%3C/svg%3E")}.m-slider.--type2 .swiper{overflow:visible}.m-slider.--type2 .swiper-wrapper{overflow:visible}.m-slider.--type2 .swiper-slide{padding:45px;height:auto !important;position:relative;overflow:visible !important}.m-slider.--type2 .swiper-slide:before{content:"";position:absolute;top:15px;left:15px;width:-webkit-calc(100% - 30px);width:calc(100% - 30px);height:-webkit-calc(100% - 30px);height:calc(100% - 30px);-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.1);box-shadow:0 0 10px 0 rgba(0,0,0,.1);border-radius:20px;z-index:-1;background-color:#fff !important}@media(max-width: 767px){.m-slider.--type2 .swiper-slide:before{top:5px;left:5px;width:-webkit-calc(100% - 10px);width:calc(100% - 10px);height:-webkit-calc(100% - 25px);height:calc(100% - 25px)}}@media(max-width: 767px){.m-slider.--type2 .swiper-slide{padding:25px}}.m-slider.--type2 .swiper-slide-inner{position:relative;padding:30px 0 0 0;color:#090909;-webkit-box-pack:start !important;-webkit-justify-content:flex-start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.m-slider.--type2 .swiper-slide-inner:hover{color:#090909}.m-slider.--type2 .swiper-slide-inner .elementor-slide-heading{font-size:26px;text-align:left}@media(max-width: 767px){.m-slider.--type2 .swiper-slide-inner .elementor-slide-heading{font-size:20px;line-height:1.3;margin-bottom:20px !important}}.m-slider.--type2 .swiper-slide-inner .elementor-slide-description{font-size:15px;line-height:1.867;font-weight:bold;text-align:left}.m-slider.--type2 .swiper-slide-bg{min-height:auto !important;height:450px;border-radius:20px}@media(max-width: 1024px){.m-slider.--type2 .swiper-slide-bg{height:250px !important}}@media(max-width: 767px){.m-slider.--type2 .swiper-slide-bg{height:180px !important}}.m-tab{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;max-width:500px;border-radius:50px;overflow:hidden;background-color:#f5f5f5;margin:0 auto;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.1);box-shadow:0 2px 5px rgba(0,0,0,.1);border:2px solid #05c295;padding:4px;position:relative}.m-tab::before{content:"";position:absolute;top:4px;left:4px;width:-webkit-calc(50% - 4px);width:calc(50% - 4px);height:-webkit-calc(100% - 8px);height:calc(100% - 8px);background:-webkit-gradient(linear, left top, right top, from(#00C59D), to(#92E98A));background:-webkit-linear-gradient(left, #00C59D 0%, #92E98A 100%);background:linear-gradient(90deg, #00C59D 0%, #92E98A 100%);border-radius:50px;z-index:0;-webkit-transition:left .3s ease;transition:left .3s ease}.m-tab.second-active::before{left:-webkit-calc(50% + 0px);left:calc(50% + 0px)}.m-tab__button{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;padding:15px 20px;border:none;background:rgba(0,0,0,0);font-size:16px;font-weight:700;color:#05c295;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease;position:relative;text-align:center;border-radius:50px}.m-tab__button.is-active{color:#fff}@media screen and (max-width: 768px){.m-tab{max-width:100%}.m-tab__button{padding:12px 10px;font-size:14px}}.m-tab-content{margin-top:20px}.m-tab-content__item{display:none !important;-webkit-animation:fadeIn .5s ease;animation:fadeIn .5s ease}.m-tab-content__item.is-active{display:block !important}@-webkit-keyframes fadeIn{from{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeIn{from{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.wp-block-image img{border-radius:20px !important}body{padding-top:100px !important}a{text-decoration:none !important}a:hover{opacity:.8}ol,ul{margin:0 0 1.5em 2em}.e-con>.e-con-inner{-webkit-padding-end:20px !important;padding-inline-end:20px !important;-webkit-padding-start:20px !important;padding-inline-start:20px !important}.e-con-inner .e-con-inner{-webkit-padding-end:0 !important;padding-inline-end:0 !important;-webkit-padding-start:0 !important;padding-inline-start:0 !important}.content-area .elementor-widget-theme-post-content h1,.content-area .elementor-widget-theme-post-content h2,.content-area .elementor-widget-theme-post-content h3,.content-area .elementor-widget-theme-post-content h4,.content-area .elementor-widget-theme-post-content h5,.content-area .elementor-widget-theme-post-content h6{margin-top:0;margin-bottom:0}.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single,.ast-separate-container .comment-respond{padding:0}@media(max-width: 767px){.ast-container{padding-left:0 !important;padding-right:0 !important}}.content-area.primary{margin:0 !important}.container{max-width:1140px;margin:0 auto}@media(max-width: 767px){.container{padding:0 20px}}.sp-only{display:none !important}@media(max-width: 767px){.sp-only{display:block !important}}.sp-none{display:block}@media(max-width: 767px){.sp-none{display:none}}.scroll-top{position:fixed;width:72px;height:96px;right:0;bottom:-100px;cursor:pointer;-webkit-transition:bottom .3s ease;transition:bottom .3s ease;z-index:100;background:-webkit-gradient(linear, left top, left bottom, from(#00C59D), to(#92E98A));background:-webkit-linear-gradient(top, #00C59D 0%, #92E98A 100%);background:linear-gradient(180deg, #00C59D 0%, #92E98A 100%);border-radius:16px 0px 0px 16px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}@media(max-width: 767px){.scroll-top{scale:.8;-webkit-transform-origin:right;-ms-transform-origin:right;transform-origin:right}}.scroll-top.is-active{bottom:100px}@media(max-width: 767px){.scroll-top.is-active{bottom:30px}}.scroll-top:hover{opacity:.8}.scroll-top .svg-icon{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}#content.site-content{overflow:hidden}#cboxContent{border-radius:20px !important}#cboxOverlay{background:rgba(0,0,0,.8) !important}#cboxLoadedContent{margin:0 !important}#cboxMiddleRight,#cboxMiddleLeft,#cboxBottomCenter,#cboxTopCenter,#cboxTopLeft,#cboxBottomRight,#cboxBottomLeft{background:none !important}#cboxClose{position:absolute !important;top:10px !important;right:10px !important;background:#fff !important;width:50px !important;height:50px !important;text-indent:0 !important;border-radius:50% !important}#cboxClose::before{content:"";position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:32px;height:32px;background-image:url("data:image/svg+xml,%3Csvg width='33' height='33' viewBox='0 0 33 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 16.5C0.5 7.66364 7.66364 0.5 16.5 0.5C25.3364 0.5 32.5 7.66364 32.5 16.5C32.5 25.3364 25.3364 32.5 16.5 32.5C7.66364 32.5 0.5 25.3364 0.5 16.5Z' fill='%23707072'/%3E%3Cpath d='M10.8457 10.8447L22.1594 22.1584' stroke='white' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M22.1602 10.8516L10.8464 22.1653' stroke='white' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:center}#cboxClose:hover{background-color:#f5f5f5;cursor:pointer}.elementor-widget-text-editor p{margin-bottom:0 !important}.footer-nav{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.footer-nav li{width:200px}.footer-nav li .external-link-icon{margin-left:5px;width:11px;height:11px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 11'%3E%3Cpath fill-rule='evenodd' d='M7,1H1v6h6V1ZM0,0v8h8V0H0Z'/%3E%3Cpath fill-rule='evenodd' d='M10,4h-1v-1h2v8H3v-2h1v1h6v-6Z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain}[data-elementor-type=single-post]{padding:0 !important}.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before,.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after{display:none}.text-gradation{text-decoration:none;background:-webkit-linear-gradient(45deg, #00C59D, #92E98A);background:linear-gradient(45deg, #00C59D, #92E98A);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);display:inline-block}.text-gradation.--premium{text-decoration:none;background:-webkit-linear-gradient(45deg, #D08C1B, #F1CC8F);background:linear-gradient(45deg, #D08C1B, #F1CC8F);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);display:inline-block}.header-menu .sub-menu{padding:10px 0 !important;border-radius:25px !important;-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.05) !important;box-shadow:0 0 10px 0 rgba(0,0,0,.05) !important}.header-menu .sub-menu a{font-size:15px !important;font-weight:700 !important;color:#000 !important}.header-menu .sub-menu a:hover,.header-menu .sub-menu a.elementor-item-active{color:#05c295 !important;background-color:rgba(0,0,0,0) !important}.top-slider-teiki .swiper{overflow:visible !important}.top-slider-teiki .swiper-wrapper{-webkit-transition-timing-function:linear !important;transition-timing-function:linear !important}.top-flow-slider-inner{padding:0;margin:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:20px !important}.top-flow-slider-inner>div{width:368px;min-height:368px;border-radius:30px;padding:0;overflow:hidden}.top-flow-slider-inner>div .e-con{padding:20px}.top-flow-slider-btns{display:-webkit-box !important;display:-webkit-flex !important;display:-ms-flexbox !important;display:flex !important;gap:10px !important;-webkit-box-pack:center !important;-webkit-justify-content:center !important;-ms-flex-pack:center !important;justify-content:center !important;-webkit-box-align:center !important;-webkit-align-items:center !important;-ms-flex-align:center !important;align-items:center !important;margin-top:20px !important}.top-flow-slider-btns>.elementor-widget-button a{width:100% !important;height:100% !important;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;font-size:20px !important;font-weight:700 !important;text-indent:-99999px !important;cursor:pointer !important;background-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 0C7.16364 0 0 7.16364 0 16C0 24.8364 7.16364 32 16 32C24.8364 32 32 24.8364 32 16C32 7.16364 24.8364 0 16 0ZM25.2659 16.1968C25.2659 16.1968 25.2659 16.2064 25.2659 16.2112C25.2491 16.2976 25.2227 16.3816 25.1915 16.4608C25.1891 16.468 25.1867 16.4728 25.1843 16.48C25.1507 16.5616 25.1099 16.6408 25.0619 16.7128C25.0595 16.7176 25.0571 16.7224 25.0523 16.7272C24.9996 16.8064 24.9396 16.8808 24.87 16.9504L17.7015 24.1188C17.4207 24.3996 17.0511 24.5412 16.684 24.5412C16.3168 24.5412 15.9472 24.3996 15.6664 24.1188C15.1048 23.5572 15.1048 22.6453 15.6664 22.0813L20.3774 17.3703H7.12764C6.33328 17.3703 5.68772 16.7248 5.68772 15.9304C5.68772 15.136 6.33328 14.4905 7.12764 14.4905H20.3774L15.6664 9.77951C15.1048 9.21794 15.1048 8.30598 15.6664 7.74201C16.228 7.17804 17.1399 7.18044 17.7039 7.74201L24.8724 14.9105C24.9396 14.9777 25.002 15.052 25.0547 15.1336C25.0571 15.1384 25.0619 15.1432 25.0643 15.148C25.1123 15.2224 25.1531 15.2992 25.1867 15.3808C25.1891 15.388 25.1915 15.3928 25.1939 15.4C25.2251 15.4792 25.2515 15.5632 25.2683 15.6496C25.2683 15.6544 25.2683 15.6592 25.2683 15.664C25.2851 15.7504 25.2947 15.8392 25.2947 15.928C25.2947 16.0168 25.2851 16.108 25.2683 16.192L25.2659 16.1968Z' fill='%23000000'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:36px;background-color:rgba(0,0,0,0) !important}.top-flow-slider-btns>.elementor-widget-button.is-back a{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.top-flow-slider-btns>.elementor-widget-button.is-disabled a{opacity:.1 !important;cursor:default !important}
/*# sourceMappingURL=custom.css.map */